/* 定义一些全局样式 */
body{
    --maxWidth:1980px;

}
html{
    font-size:16px
}
  
.maxWidth{
    max-width:var(--maxWidth);
}
.global_padding_topBottom{
  padding:6rem 0px;
}
.global_padding_leftRight{
    padding:0rem 6rem;
}
.global_color_cyan{
    background: rgb(189, 232, 233) !important;
}
.global_color_green{
    background: rgb(189, 238, 209) !important;
}

.global_mg_none{
    margin: 0;
}
.global_padding_right{
    padding-right: 6rem;
}

.global_padding_right_10{
    padding-right: 10rem;
}
.global_fontSize_title{
    font-size:3.75rem !important;
}
.global_fontSize_text{
    font-size:1.8rem !important;
}

.let-contact-form > h3 {
    padding-left: 8px;
}

.ibtkbu {
    width: 250px;
}

.loader {
    z-index: 1000000;
}

@media screen and (min-width:2000px){
    .maxWidth{
        padding:0 !important;
        margin-left:auto !important;
        margin-right: auto !important;
    }
    
}

@media screen and (min-width:1100px) and (max-width:1600px){
    html{
        font-size:13px !important;
    }
    .main-navbar .navbar .container-fluid{
        padding-left:30px;
        padding-right: 30px;
    }
    
}

@media screen and (min-width:900px) and (max-width:1100px){
   
    .global_padding_right{
        padding:0px;
    }
    .need-help-faq-content{
        margin-left:0px !important;
    }
    .need-help-faq-area{
        padding-left:30px
    }
    .need-help-faq-area .col-md-12{
        width: 100% !important;
    }
    
    
}
@media screen and (max-width:1400px){
    .contactForm .row> *{
        padding-left: 0px !important;
    }
    .let-contact-form{
        max-width: 95%;
        
        margin: 0 auto !important;
    }

    .let-contact-area .col-md-12{
        width: 100% !important;
    }
    .let-contact-btn{
        margin-top:10px;
    }
}

@media screen and (max-width:1600px){
    .let-contact-area{
        background:#000 !important;
    }
    .let-contact-area h3{
        color:#fff !important;
    }
    #contactForm label{
        color:#fff !important;
    }

}

@media screen and (max-width:1100px){
    html{
        font-size:12px;
    }
    .let-contact-form{
        margin-right: 0px;
    }
    .global_padding_right{
        padding-right: 0px;
    }
}
