body {
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	color: #212529;
	font-weight: 400;
	list-style: 24px;
}
p {
  line-height: 26px;
}
a:active,
a:focus,
a:hover {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: #333;
  	margin-bottom: 25px;
  	font-weight: bold;
  	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
h1 {
	font-size: 54px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 22px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	text-decoration: none;
}
img {
  max-width: 100%;
}
a {
	color: #282a2e;
}
:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.btn_main {
	padding: 10px 20px;
	background-color: #ffb506;
	border-radius: 50px;
	box-shadow: 0px 3px 11.64px 0.36px rgba(0, 0, 0, 0.05);
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 500;
	border: 2px solid transparent;
	cursor: pointer;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
}
.btn_main:hover {
	background-color: transparent;
	border: 2px solid #ffb506;
}
input, textarea, select {
    background-color: #fff;
	padding: 12px 20px;
	color: #444;
	font-size: 16px;
	width: 100%;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	border-radius: 50px;
	border: none;
    /*box-shadow: 0px 0px 20px 0px rgba( 0, 0, 0, .1);*/
}
textarea {
    height: 200px;
    border-radius: 20px;
}
.form-bg {
    background-color: #f5f5f5;
    margin-bottom: 15px;
}
section {
	padding: 70px 0; 
}
a, img, input, .btn, textarea, ::before, ::after, nav ul, nav ul li, label, a img, {
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}


/***** Header css *****/

.header_wrapper {
    background-color: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 9;
}
.logo {
    float: left;
}
.nav_bar {
    float: right;
    padding: 20px 0;
}
.nav_bar ul li {
    display: inline-block;
    padding-left: 30px;
    font-size: 16px;
}
.nav_bar ul li.active a {
    color: #ffb506;
}
.nav_bar ul li a {
    color: #fff;
}
.nav_bar ul li a.btn_main {
	color: #222;
}
.nav_bar ul li a.btn_main:hover {
	color: #fff;
}

/******* banner css *******/
.banner_wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 230px 0 100px;
}
.banner_title {
    color: #ffb506;
    font-size: 18px;
}
.banner_heading {
    color: #fff;
    font-size: 55px;
    margin-bottom: 0;
}
.banner_color {
    color: #ffb506;
    font-weight: 700 !important; 
}
.banner_heading span {
    font-weight: 300;
    font-size: 50px;
}
.bitcoin_address {
    display: inline-block;
    border: 13px solid rgba(238,238,238,.15);
    position: relative;
    max-width: 475px;
    width: 100%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-top: 35px;
}
.bitcoin_address input {
    height: 70px;
    padding: 15px 30px;
}
.btn_main.banner_btn {
    position: absolute;
    right: -90px;
    top: 4px;
    padding: 15px 50px;
    color: #222;
    font-weight: 600;
    font-size: 18px
}
.btn_main.banner_btn:hover {
	color: #ffb506;
}
.banner_link {
    display: inline-block;
    font-family: "exo 2";
    font-weight: 600;
    font-size: 16px;
    max-width: 360px;
    width: 100%;
    margin-top: 30px;
}
.banner_link .banner_left {
    display: inline-block;
    color: #fff;
}
.banner_link .banner_right {
    padding-left: 40px;
    display: inline-block;
    color: #fff;
}
.banner_link .banner_left:hover, .banner_link .banner_right:hover {
	color: #ffb506;
}

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%
}

/********* work sections css ********/
.work_main {
    background-color: #f3f3f3;
}
.work_wrapp {
    margin-top: 50px;
}
.work_icon {
    float: left;
    width: 20%;
    vertical-align: middle;
}
.work_details {
    float: left;
    width: 80%;
    padding-left: 25px;
}
.work_details h6 {
    margin-bottom: 10px;
    font-size: 20px;
}


/******** About sections css ********/

.about_details {
    padding: 25px 0;
}
.about_details h3 {
    margin-bottom: 20px
}
.about_details .btn_main {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 40px;
}
.about_details .btn_main:hover {
    color: #ffb506;
}


/****** cunter Sections css *****/
.cunter_wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 130px;
}
.cunter_wrapper::before {
    content: '';
    background-color: #00002A;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.cunter_wrapper .heading_main {
    color: #fff;
    margin-bottom: 50px;
}
.cunter_wrapper .heading_main h2 {
    color: #fff;
}
.cunter_wrapper .col-md-4 {
    border-right: 1px solid #ffb506;
}
.cunter_wrapper .col-md-4:last-child {
    border-right: none;
}
.cunter_wrapper .col-md-4 span {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
}
.cunter_wrapper .col-md-4 h6 {
    color: #fff;
}



/*********** logo slider Slider **********/

.glb-ntwrks {
    background-color: #f3f3f3;
    padding: 30px;
    border-radius: 10px;
    margin-top: -135px;
    z-index: 9;
    position: relative;
}
.glb-ntwrks h4 {
    margin: 0;
}
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    border: 1px solid rgba(0,0,0,.2);
    padding: 1px;
    border-radius: 5px;
}
[dir='rtl'] .slick-slidev {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/******* Feature sections css ******/

.feature_wrapper {
    padding-top: 0;
}
.feature_main .work_box {
    margin-top: 50px;
}

/******* Explore  sections css ******/
.explore_wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.explore_wrapper::before {
    content: '';
    background-color: #00002A;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
}
.explore_wrapper .about_details h3 {
    color: #fff;
}
.color_y {
    color: #ffb506;
}
.explore_wrapper .about_details p {
    color: #fff;
}
.miningplace_ul {
    width: 100%;
    float: left;
}
.heading_main .miningplace_ul {
    margin-bottom: 15px;
}
.explore_wrapper .miningplace_ul li {
    width: 50%;
    float: left;
    color: #fff;
}
.miningplace_ul li {
    position: relative;
    padding: 5px 0 5px 30px;
}
.miningplace_ul li::before {
    content: "";
    height: 13px;
    width: 13px;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 13px;
    color: #ffb506;
}
.explore_wrapper .btn_main {
    margin-top: 20px;
}

/******* pricing sections css ******/
.pricing_wrapper .heading_main {
    margin-bottom: 70px;
}
.pricing_box {
    margin-bottom: 30px;
    padding: 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.03);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.03);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.03);
    background: #f3f3f3;
    border-radius: 50px 0 50px 0;
    border: 1px solid transparent;
}
.pricing_box:hover {
    border: 1px solid #ffb506;
    box-shadow: 9px 10px 0px 4px #faf4ff;
}
.pricing_heading {
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
}
.price {
    display: block;
    font-size: 34px;
    font-weight: 700;
    color: #ffb506;
}
.pricing_text {
    margin-bottom: 20px;
    color: #848484;
    display: inline-block;
    width: 100%;
}
.pricing_box .btn_main {
    margin: 10px 0 30px;
    display: inline-block;
    width: 100%;
}
.pricing_box:hover .btn_main {
    color: #ffb506;
    background-color: transparent;
    border: 2px solid #ffb506;
}
.pricing_detials li {
    list-style: none;
    margin-bottom: 10px;
    color: #848484;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}
.pricing_detials li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.pricing_detials li strong {
    color: #333;
}

/******* modal sections css **********/

#myModal {
    padding: 0 !important;
}
#myModal .modal-content {
    border: none;
    padding-top: 30px;
}
.modal-dialog {
    max-width: 40%;
    top: 100px;
}
.modal_wrapp .modal-title {
    width: 100%;
}
.modal_logo {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.plan-poup #copy_content {
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
    width: 100%;
    float: left;
    font-size: 24px;
}
#copy_content h3 {
    width: 100%;
    float: left;
}
.form-group_modal #cc {
    padding: 0;
}
.form-group_modal .form_gruop {
    margin-top: 10px;
}
.form-group_modal h6 {
    font-weight: 400;
}
.voucher_detail .btn_main {
    display: inline-block;
    margin: 20px 0 10px;
}
.voucher_detail .btn_main:hover {
    color: #ffb506;
}
.form-group_modal .col-md-12 h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#copy_board {
    margin-bottom: 10px;
    margin-top: 0;
}
.voucher_detail p {
    margin: 0;
    margin-bottom: 5px;
}
.voucher_detail a {
    margin-bottom: 10px;
}
.modal-header button.close {
    font-size: 18px;
    top: 10px;
    position: absolute;
    right: 10px;
    color: #ffb506;
    opacity: 1;
    font-weight: 100;
}

/****** main contact ******/

.main_contact_warp {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.main_contact_warp::before {
    content: '';
    background-color: #00002A;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.main_contact_warp .heading_main h2 {
    color: #fff;
}
.main_contact_warp .heading_main p {
    color: #fff;
}
.main_contact_details {
    background-color: #fff;
    padding: 20px;
    margin-top: 50px;
    z-index: 999999 !important;
    box-shadow: 0 2px 5px 0 rgba(147, 147, 147, 0.9);
}
.main_contact_icon {
    line-height: 70px;
    width: 70px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    float: left;
    background-color: #ffb506;
    border-radius: 50%;
    display: inline-block;
}
.main_contact_info {
    padding-left: 20px;
    width: calc(100% - 70px);
    word-wrap: break-word;
    float: left;
}
.main_contact_info h6 {
    color: #fff;
    margin-bottom: 5px;
}
.main_contact_info p, .main_contact_info p a {
    color: #fff;
    margin: 0;
}

/****** footer sections css ******/

.footer_wrapper {
    padding: 70px 0;
    position: relative;
}
.particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.footer_info > a {
    margin-bottom: 15px;
    display: inline-block;
}
.footer_info > p > img {
    margin-top: 10px;
    display: inline-block;
}
.footer_info ul li a:hover {
    color: #ffb506;
}

.copyright_main {
    background-color: #f3f3f3;
    padding: 20px 0;
}
.copyright_main p {
    margin: 0; 
}
.copyright_main p a {
    color: #ffb506;
    font-weight: 700;
}



/***** about page css ********/

.inner_wrapper #header_wrapp {
    background-color: rgba(0,0,0,.3);
}
.inner_banner_main {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 220px 0 100px;
    position: relative;
}
.inner_banner_main::before {
    content: '';
    background-color: #00002A;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.inner_heading h2 {
    color: #fff;
}

.breadcrumbs {
    margin-top: 15px;
    color:  #fff;
    float: right;
}
.breadcrumbs ul li {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
}
.breadcrumbs ul li:last-child {
    padding-right: 0;
}
.breadcrumbs ul li a {
    color: #faa603;
    font-weight: 600;
}

.logo_slider .glb-ntwrks {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.inner_wrapper .logo_slider {
    padding-top: 0;
}
.inner_wrapper .work_main {
    margin-bottom: 70px;
}



/******** faq sections css ******/

.faq_wrapper {
    padding: 70px 0 0;
}
.faq_main {
    margin-top: 50px;
}
.toggle-item {
    border: none;
    box-shadow: none;
    border-radius: 30px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.toggle-item .active {
    color: #ffc000
}
.toggle-item h5 {
    position: relative;
    display: block;
    padding: 17px 20px 17px 70px;
    background: #f1f1e6;
    font-size: 18px;
    font-weight: 600;
    color: #ffc000#282835;
    border: none;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-bottom: 0;
}
.toggle-item h5::before {
    content: "\f105";
    font-family: fontawesome;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #ffc000;
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.toggle-item h5.active::before {
    content: "\f107";
}
.toggle-content {
    padding: 10px 20px 10px;
    margin-top: 15px;
    background: #f1f1e6;
    border-radius: 15px;
    width: 100%;
    float: left;
}
.faq_bg_img {
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
    display: inline-block;
    margin-bottom: -1px;
}
.inner_wrapper .faq_bg_img {
    position: relative;
}
.inner_wrapper .faq_bg_img img {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.inner_wrapper .faq_main {
    margin-bottom: 60px;
}
.faq_main .btn_main {
    margin-top: 10px;
    display: inline-block;
}


/******* payout page css ********/


.payuot_table .heading_main h2 {
    margin-bottom: 10px;
}
.table_main {
    float: left;
    width: 100%;
    position: relative;
    background-image: url(../img/miningplace_payout.jpg);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-box-shadow: 0 0 75px rgba(0,0,0,.22);
    -ms-box-shadow: 0 0 75px rgba(0,0,0,.22);
    -o-box-shadow: 0 0 75px rgba(0,0,0,.22);
    box-shadow: 0 0 75px rgba(0,0,0,.22);
    margin-top: 30px;
    border-radius: 10px;
}
.table_main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    opacity: .9;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    border-radius: 10px;
}
.table_main table {
    float: left;
    width: 100%;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    overflow: hidden;
    border-radius: 10px;
}
.table_main table thead {
    background-color: #00002A;
}
.table_main table thead tr th {
    font-size: 18px;
    padding: 20px 30px;
    color: #fff;
    border-right: 1px solid rgba(140,140,140,.9);
}
.table_main table > thead > tr > th:last-child {
    border-right: none;
}
.table_main table tbody tr td {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(140,140,140,.2);
    font-size: 14px;
    font-weight: 700;
    color: #777;
    letter-spacing: .2px;
    border-right: 1px solid rgba(140,140,140,.2);
}
.table_main table tbody tr:last-child td {
    border-bottom: none;
}
.table_main table tbody tr:last-child td:last-child {
    border-right: none;
}
.payout_main {
    margin-top: 50px;
}

.pagination-wrap {
    /*float: left;*/
    margin-top: 60px;
    /*width: 100%;*/
}
.pagination {
    display: inline-block;
}
.pagination .page-item {
    float: left;
    margin: 0 -15px;
    z-index: 3;
    position: relative;
    background-color: #f5f5f5;
    font-size: 15px;
   /*  color: #303030; */
    color: #050404;
    padding: 0 35px;
    font-weight: 700;
    border-radius: 50%;
}
.pagination .page-item.prev, 
.pagination .page-item.next {
    font-size: 16px;
     color: #fff; 
   /*  color: #050404; */
    margin: 0;
    z-index: initial;
    padding: 0;
}
.pagination .page-item.prev a, 
.pagination .page-item.next a {
    border: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    line-height: 65px;
    width: 65px;
    padding: 0;
    font-size: inherit;
    color: inherit;
    margin: 0;
    background-color: #00002A;
    display: inline-block;
    position: relative;
}
.pagination .page-item.prev a:hover, 
.pagination .page-item.next a:hover {
    background-color: #ffb506;
} 
.pagination .page-item {
    float: left;
    margin: 0 -15px;
    z-index: 3;
    position: relative;
    background-color: #f5f5f5;
    font-size: 15px;
    color: #303030;
    padding: 0 35px;
    font-weight: 700;
    border-radius: 30px;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.pagination .page-item a, 
.pagination .page-item span {
    border: 0;
    background-color: transparent;
    color: inherit;
    padding: 0;
    display: inline-block;
    line-height: 65px;
    margin: 0 15px;
    position: relative;
} 
.pagination .page-item span::before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: #cecece;
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -9px;
}

.pagination-wrap .page-item .page-link.active
 {
    color: #ffc107;
 }  

/***** Contact page css ******/
.contact_main {
    margin-top: 60px;
}
.contact-form .btn_main {
    margin-top: 15px;
    display: inline-block;
}
.contact-form .btn_main:hover {
    color: #ffb506;
}
.mapouter  {
    width: 100% !important;
}
.gmap_canvas {
    width: 100% !important;
}
#gmap_canvas {
    width: 100% !important;
}
.gmap_canvas

/******* affiliate oage css ******/

.affiliate_main {
    margin-top: 60px;
}
.affiliate_border {
    position: relative;
}
.affiliate_border::before {
    left: 9.5%;
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed #acacac;
    position: absolute;
    height: 90%;
    content: '';
}
.affiliate_details {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
}
.affiliate_details:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.affiliate_details::before {
    content: '';
    border-bottom: 1px dashed #acacac;
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 90%;
}
.affiliate_details:last-child::before {
    border-bottom: none;
    display: none;
} 
.affiliate_icon {
    width: 100px;
    height: 100px;
    background-color: #00002A;
    border-radius: 50%;
    padding: 0;
    font-size: 30px;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 100px;
    z-index: 9;
    position: relative;
    margin-right: 30px;
}
.affiliate_box h5 {
    margin-bottom: 5px;
}
.text-last {
    margin-top: 25px;
    display: inline-block;
}
.affiliate_box p {
    font-size: 14px;
}


/****** footer inner pages ******/
.footer_pages h6 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.footer_pages p {
    margin-bottom: 10px;
}
.footer_pages .miningplace_ul {
    margin-bottom: 10px;
}


/****** login page css *******/


.footer_bg {
    background-color: #f3f3f3;
}
.copyright_bg {
    background-color: transparent;
}

.inner_heading p {
    color: #fff;
    font-size: 20px;
}
.inner_heading p a {
    color: #ffb506;
    font-weight: 700;
}
.profile_main {
    margin-bottom: 70px;
}
.row.price_wrapp {
    margin-bottom: 50px;
}
.profile_left {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #acacac;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.profile_left:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.profile_icon {
    float: left;
    margin-right: 40px;
}
.numbring_content #data {
    border: none;
    font-size: 38px;
    text-align: center;
    margin-top: 0;
    color: #313131;
    margin-bottom: 40px;
    font-weight: 700;
    padding: 0;
    background-color: transparent;
}
.profilr_btn .btn_main {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
    color: #282a2e;
}
.profilr_btn .btn_main:hover {
    color: #ffb506 !important;
}
.successfully_wrapp .alert-message {
    margin: 0;
    box-shadow: 0px 3px 11.64px 0.36px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #ffb506;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.refreshstatus {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url('../img/down.png');
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: medium none;
    font-weight: bold;
    height: 44px;
    margin-top: 13px;
    padding-left: 10px;
    width: 115px;
    box-shadow: 0px 0px 20px 0px rgba( 0, 0, 0, 0.1 ) !important;
    color: #333;
    position: relative;
    -webkit-appearance: none;
}

.form-horizontal .btn_main {
    width: auto;
    padding: 10px 40px;
}
.form-horizontal .btn_main:hover {
    color: #ffb506;
}
#noty_mail .close {
    font-size: 18px;
    top: 10px;
    position: absolute;
    right: 10px;
    color: #ffb506;
    opacity: 1;
    font-weight: 100;
    z-index: 99;
}


/********** Acoount page css ***********/

#change-sec {
    background-color: #ffb506;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    display: none;}
#change-btn:hover {
    color: #ffb506;
}

.fancyTabs {
    border-bottom: 2px solid #ddd;
    margin: 15px 0 0;
}
.nav-tabs > li.fancyTab {
    margin-right: 0;
    margin-bottom: 0;
}
.arrow-down {
    display: none;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 22px solid #ddd;
    position: absolute;
    top: -1px;
    left: calc(50% - 20px);
}
.fancyTab.active .arrow-down {
    display: block;
}
.arrow-down-inner {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    top: -22px;
    left: -18px;
}
.fancyTab {
    text-align: center;
    padding: 15px 20px;
    background-color: #eee;
    box-shadow: 0 0 0 1px #ddd;
    top: 15px;
    transition: top .2s;
    position: relative;
    display: block;
    float: left;
    width: 16.666666666%;
}
.fancyTab.active {
    top: 0;
    transition: top .2s;
}
.fancyTab.active {
    background: #fff;
    box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
    padding-bottom: 30px;
}
.tabs .nav-tabs li.fancyTab.active a {
    box-shadow: none;
    top: 0;
}
.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
    background-color: transparent;
    border-bottom: 0;
}
.nav-tabs > li.fancyTab.active > a, 
.nav-tabs > li.fancyTab.active > a:focus, 
.nav-tabs > li.fancyTab.active > a:hover {
    border-width: 0;
}
.nav-tabs > li.fancyTab > a {
    margin-right: 0;
    border-top: 0;
    padding-bottom: 30px;
    margin-bottom: -30px;
    display: inline-block;
}
li.fancyTab.active a {
    padding-top: inherit;
}
li.fancyTab a {
    padding-top: 15px;
    top: -15px;
    padding-bottom: 0;
}
.fancyTab a {
    font-weight: 300;
    transition: .2s;
    color: #333;
}
.nav.nav-tabs .fancyTab a .account_img {
    display: inline-block;
    width: 100%;
}
.fancyTabContent {
    border-color: transparent;
    box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
    padding: 30px 15px 15px;
    position: relative;
    background-color: #fff;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}


.dataTables_info {
    margin-top: 70px;
}

.verification_main h5 {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}
.verification_main p {
    color: #ffb506;
    font-size: 18px;
}

.banner_box > a {
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.banner_box p {
    font-size: 18px;
}

.refence-link.text-center {
    background-color: #00002A;
    color: #fff;
    padding: 30px;
    margin-top: 50px;
}
.refence-link.text-center h3 {
    color: #fff;
}
.refence-link .refence-url {
    padding: 10px;
    background-color: #f5f5f5;
    color: #313131;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
}
.nav-tabs > li.fancyTab > a:focus {
    outline: none;
}
.inner_heading #logout {
    padding: 10px 50px;
    margin-top: 20px;
    display: inline-block;
}


.btn_main.close_btn1 {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    border-radius: 12px !important;
    padding: 10px;
    text-align: center !important;
}
.form-group #redeem:hover, .btn_main.close_btn1 a {
    color: #ffb506;
}
.error
{
    color:#FF0000;
}

/***************** window popup sections css ************************/

.window_popup {
    color: #fff;
    background-color: rgb(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    z-index: 999;
} 
.window_popup .popup-message {
    display: inline-block;
}
.popup-compliance {
    float: right;
}
.popup-compliance #accept_btn {
    padding: 10px 40px;
    border-radius: 35px;
    cursor: pointer;
}
.window_popup a {
  color: #faa603;
}


#loaddiv .btn_main {
    padding: 10px 50px;
    margin-bottom: 30px;
}
#loaddiv .btn_main:hover {
    color: #ffb506;
}

/******* faq questions css ********/

.contact_ques {
    width: 100%;
    display: inline-block;
    margin-bottom: 70px;
}
.contact_ques .col-md-3{
    background: #00002A;
    padding: 4%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.contact_ques .col-md-9 {
    background: #f3f3f3;
    padding: 2% 4%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.contact-info_ques{
    margin-top:10%;
}
.contact-info_ques img{
    margin-bottom: 15%;
}
.contact-info_ques h2{
    margin-bottom: 10%;
    color: #fff;
}
.contact-form_ques label{
    font-weight:600;
    padding-left: 30px;
}
.contact-form_ques .col-md-6 label {
    padding-left: 15px;
}
.contact-form_ques .btn_main {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 50px;
    width: auto;
}
.contact-form_ques .btn_main:hover {
    color: #ffb506;
}


#loaddiv {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.form-bg.id_img.detail-style.space-bottom {
    width: auto;
}



.slidercaptcha {
    margin: 10px auto 20px auto;
    width: 314px;
    height: 286px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
}

.slidercaptcha .card-body {
    padding: 1rem;
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
}

.refreshIcon {
    top: -54px;
}

.review-btn {
    position: fixed;
    right: 0;
    top: 40%;
    background: #ffb506;
    color: #fff;
    z-index: 2;
    padding: 10px 20px;
    font-weight: 600;
    webkit-transform-origin: 100% 50%;
    -webkit-transform: rotate(90deg) translate(50%,50%);
    -moz-transform-origin: 100% 50%;
    -moz-transform: rotate(90deg) translate(50%,50%);
    -ms-transform-origin: 100% 50%;
    -ms-transform: rotate(90deg) translate(50%,50%);
    -o-transform-origin: 100% 50%;
    -o-transform: rotate(90deg) translate(50%,50%);
    transform-origin: 100% 50%;
    transform: rotate(90deg) translate(50%,50%);
    right: 0;
    font-size: 16px;
}

.review-btn1{
	background: #ffb506;
    	color: #fff;
    	z-index: 2;
    	padding: 10px 20px;
    	font-weight: 600;
    	color: #000 !important;
    	webkit-transform-origin: 100% 50%;
    	-webkit-transform: rotate(90deg) translate(50%,50%);
    	-moz-transform-origin: 100% 50%;
    	-moz-transform: rotate(90deg) translate(50%,50%);
    	-ms-transform-origin: 100% 50%;
    	-ms-transform: rotate(90deg) translate(50%,50%);
    	-o-transform-origin: 100% 50%;
    	-o-transform: rotate(90deg) translate(50%,50%);
    	transform-origin: 100% 50%;
    	transform: rotate(90deg) translate(50%,50%);
    	font-size: 16px;
}

i {
    font-style: normal !important;
}