/*
Theme Name: Custom Theme
Author: ZH
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/

div#es_form_f1-n1 > form {display: flex;width: 50%;}
div#es_form_f1-n1 {
    text-align: -webkit-center;
}
div#es_form_f1-n1 input[type=email] {
    border: 2px solid rgba(34, 183, 143, 0.5);
    padding-left: 18px;
}
div#es_form_f1-n1 input[type="submit"] {
    height: 64px;
    border: none;
    background: #14C2A3;
    text-transform: capitalize;
    font-weight: 700;
    width: 141px;
}

.swiper-slide img {
    object-fit: contain;
    filter: saturate(2.0);
}

.coins img {
    height: 25px;
}
.coins img {margin-right: 10px;}
.coins {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 125%;
    top: 12px;
}
form.wpcf7-form p {
    margin: 0;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: 2px solid #14C2A3;
    height: 100%;
    background: transparent;
    color: white;
    padding: 15px;
}
span.wpcf7-form-control-wrap {
    display: block;
}

div#sac-latest-message * {
    color: white !important;
}
div#sac-latest-message {
    background: #14C2A3;
}

input#submitchat {
    background: #14C2A3;
    color: wheat;
    padding: 5px 10px;
}

a#wpsapButtonPopup img {
    width: 200px;
}

section.tf-section.tf-item a#wpsapButtonPopup,
section.tf-section.tf-about a#wpsapButtonPopup {
    display: block;
    margin: auto;
    text-align: center;
}
section.tf-section.tf-item a#wpsapButtonPopup img,
section.tf-section.tf-about a#wpsapButtonPopup img {
    width: 600px;
}
header#header_main .tf-button {
    padding: 8px 8px;
}
div#es_form_f1-n1 {
    position: relative;
    z-index: 99999;
}

img.profNew {
    height: 30px;
    margin-right: 15px;
}

span.price {
    display: block;
    color: gold;
}

header#header_main .nsl-container-buttons {
    margin-top: -15px;
}
.main-nav {
    left: 25% !important;
}

/* new */
.main-nav {
    left: 6% !important;
}
#main-nav .menu li a {
padding-right:10px;
}

@media only screen and (max-width: 1366px){
#main-nav .menu li a {
    padding-right: 0px;
}
}


@media only screen and (max-width: 767px){
.header #site-header-inner .tf-button {
    padding: 10px 10px; 
    margin: auto;
    font-size: 14px;
}
	.breadcrumbs h3 {
    text-transform: uppercase;
    font-size: 40px;
}
}
.how-we-work .box-text {
	min-height:320px;
}
.tf-about .box-text {
	min-height:320px;
}
.flat-accordion .flat-toggle.corner-box {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 28px 18px 11px;
    height: 85px;
    overflow: hidden;
}
.flat-accordion .flat-toggle.corner-box:nth-child(1){
	height:116px;
}
.flat-accordion .flat-toggle.corner-box:nth-child(3){
	height:116px;
}
.flat-accordion .flat-toggle.active.corner-box {
    padding: 28px 18px;
	height:auto;
}
.team-box .image img {
    max-height: 310px;
    width: 100%;
    height: auto;
}


.header #site-header-inner .tf-button {
    margin-left: auto;
    margin-right: 75px;
}


@media only screen and (max-width: 500px)
{
.main .page-title .slider-st2 .box-slider .content-box .wrap-btn, .main .page-title .slider-st3 .box-slider .content-box .wrap-btn, .main .page-title .slider-st1 .box-slider .content-box .wrap-btn {
    display: flex!important;
}
	.main .page-title .slider-st2 .box-slider .content-box .wrap-btn .tf-button-st2, .main .page-title .slider-st3 .box-slider .content-box .wrap-btn .tf-button-st2, .main .page-title .slider-st1 .box-slider .content-box .wrap-btn .tf-button-st2 {
    margin-right: 10px;
    margin-bottom:0px;
}
div#sac-output {
    float: left;
    width: 100%!important;
    height: 350px;
    overflow: auto;
    border: 1px solid #d1d1d1;
}
	div#sac-panel {
    float: right;
    width: 100%!important;
}
	
.flat-accordion .flat-toggle.corner-box:nth-child(1){
	height:150px;
}
.flat-accordion .flat-toggle.corner-box:nth-child(3){
	height:150px;
}	
.flat-accordion .flat-toggle.corner-box:nth-child(4){
	height:116px;
}		
	.es-form-field-container{
	width:0%;	
	}
.header #site-header-inner .tf-button {
    margin-left: auto;
    margin-right: auto;
}	
	div#es_form_f1-n1 > form {
    display: flex;
    width: 100%;
}
}


.coins {

left:115%
}



.nsl-container.nsl-container-block {
    text-align: center !important;
}
/*for tabs*/
      .tabs {
                display: flex;
                margin-bottom: 20px;
                justify-content:center;
            }
            .tab{
               cursor:pointer;  
               position:relative;
            }
            .tab img{
                transition:.2s;
            }
            .overlay{
                position:absolute;
                top:0;
                left:0;
                right:0;
                bottom:51px;
                background-color:#0000007a;
                z-index:1;
            }
           .active .overlay{
          transition:.2s;
                background-color:transparent;
        
            }
       .active img{
         
              transform: scale(1.1);
              transition:.2s;
        
            }        
            
            
            
            
               .overlay:hover{
            background-color:transparent;
             transition:.2s;
         
            }
                
         
         
            .tab .bot-heading h5{
                color:gray;
                
            }
            .active .bot-heading h5{
                color:white;
                margin-top:20px;
            }
                .tab:hover + .bot-heading h5{
             color:white!important; 
            }
            
            /*.tab {*/
            /*    padding: 10px 20px;*/
            /*    background-color: #f0f0f0;*/
            /*    border-bottom:2px solid transparent;*/
            /*    cursor: pointer;*/
            /*    position: relative;*/
            /*}*/
   

            .tab-content {
                display: none;
            }

            .tab-content.active {
                display: block;
                
            }
        
            .tab.active{
       
              /*border: 2px solid black;*/
                
            }
        .bot-heading h5{
            text-align:center;
        }