body{
    font-family: "Poppins", sans-serif;
}
.arck-video-cta-wrap h3, .arck-video-cta-wrap h3 a {
    font-size: 1.3rem;
    font-weight: 500; color:#000;text-decoration:none;
    margin-bottom:20px;
}
.anchr-tag {
    text-decoration: none;
    color: #fff;
}
.main-heading {
    font-size: 3rem !important;
}
.banner-content p {color:#fff;}
header {
    background: white;
    height: 100px;
    box-shadow: 0 -3px 9px rgba(0, 0, 0, 0.19), 0 3px 6px rgb(179 173 173 / 23%);
    line-height: 97px;
}
nav {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.menue ul{
    display: flex;
        align-items: center;
        justify-content: end;
}
.menue ul li {
    list-style: none;
    font-size: 25px;
}
.menue ul li:nth-child(1){
    margin-right: 3rem;
}

.menue ul li a{
    text-decoration: none;
    color:#012169;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menue ul li a img{
    margin-top: 4px;
    margin-right: .5rem;
}

/* banner part start now */
.banner-part{
    background: url(../images/banner/banner-final.jpg);
    width: 100%;
    height: 560px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 8rem 0px;    clear: both;
    display: inline-table;

}
.banner-content p span {
    color: #ffb400;
}
.privacy-banner{
    background: url(../images/banner/privacy.png);
    width: 100%;
    height: 191px;
    background-size: 100% 100%;
    background-repeat: no-repeat;

}
.video-cta-item .inner-icon img {
    width: 25px;
    height: 25px;    margin-right: 10px;
}
.container2 {
    width: 80%;
    margin: auto;
}
.banner-content ul li {
    list-style: none;
    line-height: 3;
}
.banner-content ul li img {
    width: 40px;
    margin-right: 9px;
}
.banner-content ul li{
    list-style: none;
}
.banner-content ul{
    padding-left: 0px;
    margin-left: 0px;
}
.banner-content h1{
    font-size: 4rem;
    font-weight: 700;
    color:#f6f7ef;
    margin-bottom: 2rem;
    font-family: "Roboto", sans-serif;
}
.banner-content ul span {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
}

.my-formpart .input1 svg{
    width: 30px;
}
.my-formpart{
    width: 600px;
    margin: 0px 0px 0px auto;
    background: white;
    padding: 0px 0px 25px 0px;
    box-shadow: 0 17px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border: 1px solid #FECD1A;
    border-radius: 10px;
    overflow: hidden;
}
.input1 {
    width: 100%;
    position: relative;
    height: 52px;
    margin-top: 1rem;
}
.input1 input {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    border: 0px;
    outline: 0px;
    font-weight: 500 !important;
    border-bottom: 1px solid #012169;
    font-family: "Poppins", sans-serif;
}
.input1 input ::placeholder{
    font-weight: 500 !important;
    color: #383837 !important;
    font-size: 16px;
}
.my-formpart .input1 svg {
    width: 20px;
    position: absolute;
    left: 10px;
    height: 20px;
    top: 14px;
    fill: #213162;
}
.my-formpart  h2 {
    font-size: 25px;
    color: #FFFFFF;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 20px 64px;
    background: #262523;
    margin-bottom: 2rem;
    line-height: 1.5;
}
.form-row {
    padding: 0px 30px;
}
.input1 select {
    width: 100%;
    height: 100%;
    border: 0px;
    border-bottom: 1px solid #3DA3D4;
    padding-left: 40px; 
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
 
outline: none;
    font-size: 16px;
    color: #383837 !important;
    text-transform: capitalize;
}
textarea {
    width: 100%;
    height: 100%;
    border: 0px;
    outline: none;
    padding-left: 18px;
    font-weight: 500 !important;
    border-bottom: 1px solid #3DA3D4;
    font-family: "Poppins", sans-serif;
}
.texrarea{
    height: 100px;
}
.texrarea input{
    padding-left: 20px;
}
.submitbtn {
    width: 100%;
    display: block;
    background: #012169;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    outline: none;
    border: 1px solid #FECD1A;
    font-size: 25px;
    color: white;
    margin-top: 2.5rem;
}
/* .texrarea input::placeholder {
    position: absolute;
    top: 15px;

} */
 
/* about part */
.heading1{
    font-size: 45px !important;
}
p{
    font-size: 20px;
    line-height: 1.7;
}

footer{
    background: #012169;
}

.copy-right p{
    text-align: center;
    font-size: 16px;
    color: white;
    margin-bottom: 0px;
}

@media(min-width:1650px) and (max-width:1800px){
    .banner-content h1 {
        font-size: 50px;
    }
}   
  
@media(min-width:1150px) and (max-width:1450px){
    nav {
        width: 90% !important;
    }
    .banner-content h1 {
        font-size: 43px !important;
    }
    .container2 {
        width: 90% !important;
    }
  
    .menue ul li {
        font-size: 23px;
    }
}  

@media(min-width:1150px) and (max-width:1650px){

    .banner-content h1 {
        font-size: 48px;
    }
    .my-formpart {
        width: 450px;

    }
    .input1 {
        height: 45px;
    }
  
    .my-formpart .input1 svg {
        top: 11px;
    }
    .banner-part {
        padding: 4rem 0px;
    }
    .container2 {
        width: 85%;
    }
    nav {
        width: 86%;

    }
    .banner-part{
        height: auto;
    }

  
}
@media(max-width:1150px) {
    .container2 {
        width: 95% !important;
    }
    nav {
        width: 95% !important;

    }
    .my-formpart {
        width: 100% !important;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    p, ul.section-geims.ul li {
        font-size: 16px;
    }
    .heading1 {
        font-size: 40px;
    }
   
    .menue ul li a {
        font-size: 20px;
    }
    .banner-part{
        height: auto;
    }
}
@media(max-width:992px) {
      .banner-content ul li {
    list-style: none;
    display: flex
;
    align-items: flex-start;
    line-height: 1.5;
    margin-top: 1.5rem;
}
    section.py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
.freeassistance {
   
    padding: 2rem 0px !important;
}
      .banner-btn-h {
        display: none !important;
    }
         .banner-btn-h {
        display: none !important;
    }
        
    body{
        overflow-x: hidden;
    }
  
   
    .banner-part {
        padding: 2rem 0px;
    }
    .banner-content h1 {
        font-size: 30px;
        margin-bottom: 1rem;
    }
    .banner-content ul li img {
        width: 33px;
        margin-right: 5px;
    }
    .banner-content ul span {
        font-size: 16px;
    }
    .banner-btn {
        margin-top: 2rem;
    }
    .my-formpart h2 {
        padding: 20px 18px;
    }
    .heading1 {
        font-size: 30px;
    }
    
    .banner-btn {
        width: 300px;
        margin: auto;
    }    
  
    .mt-5{
        margin-top: 0px !important;
    }
   
    nav {
        flex-direction: column;
    }
    header{
        height: auto;
    }
    .menue{
        display: none;
    }
    .mb-5.heading1{
    margin-bottom: 1rem !important;
}

html{
    overflow-x: hidden;
}

.container2{
    width: 90% !important;
}

}


@media(max-width:768px){
    .banner-part{
    background: url(../images/banner/mobilebanner-final.jpg);
    width: 100%;
    height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 3rem 0px;    clear: both;
    display: inline-table;

}
    .banner-content.text-left {
    text-align: center;
}
.about-part .row.mt-5 {
    margin-top: 1rem !important;
}
.main-heading {
    font-size: 2rem !important;
}
.thankyoucontent .wrapper-2 img {
    margin-top: 2rem!important;
    width: 139px !important;
}
.heading44 {
    font-size: 43px !important;
}
}

/* call btn */
.call-btn9{
    display: none;
}
@media(max-width:768px){
    .faq-rightimg {
         padding-bottom: 2rem;
        padding-left: 0 !important;
}
    .call-btn9{
        position: fixed;
        left: 20px;
        bottom: 20px;
       
     display: block !important;
    }
    .call-svg{
        width: 65px;
        height: 65px;
        background: #38a3fd;
        border-radius: 50%;
        display: flex;
        box-shadow: 0 17px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        align-items: center;
        justify-content: center;
        z-index: 99;
        border: 1px solid white;
        position: relative;
        overflow: hidden;
    }
    .call-svg::after{
        animation: calling 2s ease-in-out .35s infinite;
    }
    .call-btn9 svg{
    fill: white;
    width: 40px;
        height: 35px;
    }
}

/* call btn end */


/*  new style15-1-2024 */
@media(max-width:998px){
    .menue{
        display: block !important;
    }
    .menue ul{
        height: 40px;
    }
 
}


@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.7rem !important;
    }
}