body{
    font-family: 'Nunito Sans', sans-serif;
    line-height: 30px;
}



.navbar-light .navbar-nav .nav-link{
    font-size: 22px;
    font-weight: 600;
    color: black !important;
}
.custom_navbar ul li a {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: Montserrat;
}
.nav_img{
    width: 150px;
}



.slider_sec{
    position: relative;
    width: 100%;
    margin-top: 84px;
    color: #ffffff;
}
.slider_text {
    /* left: 18%; */
    position: absolute;
    width: 65%;
    text-align: center;
    /* top: 32%; */
    /* margin: auto; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider_text h1{
    font-size: 58px;
    font-weight: 800;
}
.slider_text span{
    font-size: 18px;
    font-weight: 300;
    width: 75%;
    display: block;
    margin: auto;
}
.main_details{
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
}
.main_details h4{
    color: #FF2200;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
}
.main_details .text_1 p strong{
    font-size: 18px;
    font-weight: 800;
}
.main_details .text_1 p span img{
    width: 30px;
    margin: 10px;
}
.main_details .text_1 .txt{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0px !important;
}
.main_details .text_2{
   
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.section_pink{
    background-color: #FFF3F4;
    padding-top: 40px;
    padding-bottom: 40px;
}
.section_white{
    padding-top: 40px;
    padding-bottom: 40px;
}
.main_details .text_2 ol>li{
    list-style-type: none;
    padding-bottom: 10px;
}
.main_details h2 {
    color: #FF2200;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
}
.main_details .text_3{
   
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.main_details .text_3 span img{
    width: 30px;
    margin: 10px;
}
.main_details .text_3 strong{
    font-size: 22px;
    font-weight: 800;
}
.main_details .text_3 p{
    font-size: 18px;
}
.main_details .text_4{
    
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.main_details .text_4 span img{
    width: 30px;
    margin: 10px;
}
.main_details .text_5{
   
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.main_details .text_5 span img{
    width: 30px;
    margin: 10px;
}
.main_details .text_6{
   
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.main_details .text_7{
   
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.main_details .text_7 p span img{
    width: 30px;
    margin: 10px;
}
.main_details .text_7 .custom_btn{
    background-color: #ED1B24;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 30px;
}


.about_sec{
    background-color: #fff;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
}
.about_text h4{
    color: #FF2200;
    font-size: 25px;
    font-weight: 900;
}
.about_sec p{
    font-size: 20px;
    font-weight: 700;
}

.footer{
    background-color: #000000;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer .call_us img{
    width: 100px;
}
.footer .call_us ul>li{
    list-style-type: none;    
}
.footer .call_us ul>li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}


.contact_us{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 50px;
}
.custom_btn{
    background-color: #ED1B24;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
     padding: 15px 30px;
}
/* Success Page Styles ********/
.success-page-section {
    padding: 75px 0;
	margin-top: 0;
}
.success-text {
    text-align: center;
}
.success-text h2 {
    font-size: 30px;
    color: #dc884e;
    font-weight: 900;
}
.success-text p {
    font-size: 18px;
    padding: 8px 0;
    color: #222d35;
    font-weight: 500;
}
.success-text h6 {
    background-color: #ec3726;
    width: 175px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}
.success-text h6 a {
    color: #ffffff;
    display: block;
}
.success-text h6 a:hover {
    text-decoration: none;
}

.leadForm .form-group{
    position: relative;
    margin-bottom: 1.5em;
}
.leadForm label{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.lead_flex h4{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.leadForm .form-control{
    background-color: #4556EA0F !important;
}

.leadForm label.text-red.text-capitalize.text-normal {
    color: #bd060e;
    text-transform: unset !important;
    font-weight: normal !important;
}

.copyright a{
    color: #ffffff;
}

.ctn {
 position: absolute;
 top: 100px;

}
a.back_home {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: red;
    width: max-content;
    padding: 5px 15px;
    border-radius: 25px;
    margin-bottom: 20px;
      color: #ffffff;
      font-weight: 700;
}
a.back_home .bi {
    font-size: 30px;
    color: #ffffff;
}

.backbtn h3 {
    font-weight: 800;
}

.backbtn h5 {
    font-weight: normal;
}

img.w-100.mobile_image{
    display: none;
}

img.w-100.web_image{
     display: block; 
}



@media only screen and (max-width: 767px) {
 img.w-100.mobile_image{
        display: block;
    }
    
    img.w-100.web_image{
         display: none; 
    }
    
    .slider_text {
        width: 90%;
        text-align: center;
    }
    .slider_text h1 {
        font-size: 24px;
        font-weight: 800;
    }
    .call_us.d-flex.justify-content-end {
        justify-content: center !important;
    }
    .call_us.copyright {
        text-align: center;
    }
    input.form-control.custom_mb {
        margin-bottom: 20px;
    }
    
    .mobile_20{
        margin-bottom: 20px !important;
    }
    
    .mobile_notrequired{
        display: none;
    }
   .mobile_mb_20 {
    margin-bottom: 15px;
}
    
}




