html {
  scroll-behavior: smooth;
}
body{
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1300px;
    margin: auto;
}
@media only screen and (max-width: 1300px){
    .container{
        max-width: 1250px;
        margin: auto;
    }
}
@media only screen and (max-width: 1050px){
    .container{
        max-width: 99% !important;
        margin: auto;
    }
}
/*==========Top Header===========*/
.top_header{
    padding: 1px 0;
    background-color: #F0FFFF;
}
.fa-phone-volume{
    rotate: -30deg;
}
.top_header .row{
    align-items: center;
}
.top_header .box a{
    color: #426f99;
    font-size: 13px;
    font-family: lato;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.top_header .icons a{
    margin-left: 15px;
}
.top_header .icons a i{
    font-size: 13px;
    color: #426f99;
    transition: transform 0.5s;
}
.top_header .icons a i:hover{
    transform: scale(0.9);
}
.top_header .contact a{
    margin-left: 15px;
}
@media only screen and (max-width: 600px){
    .top_header{
        display: block;
    }
    .top_header .icons {
        display: none;
    }
    .top_header .contact {
        width: auto;
        margin: auto;
        text-align: center !important;
        margin-top: -3px;
    }
    .top_header .contact span{
        display: block;
        margin-top: -3px;
    }
    .top_header .contact a {
        font-size: 13px;
        font-weight: 500;
        font-family: nunito;
        line-height: 1.2em;
    }
}

.header{
    background-color: #E6E6FA;
}
.header .row{
    align-items: center;
}
.header img{
    width: 65px;
}
.header .navmenu a{
    text-decoration: none;
    font-size: 12.5px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: nunito;
    color: #212529;
    margin: auto 10px;
    text-transform: uppercase;
}.header .navmenu a:hover{
    color: #426f99;
}
.header .navmenu a.claimbtn{
    background: linear-gradient(to right, #426f99, #62a1dc);
    padding: 10px 22px;
    text-transform: none;
    color: aliceblue;
    letter-spacing: 1px;
    font-size: 13px;
}
.header .navmenu a.claimbtn:hover{
    background: linear-gradient(to left, #426f99, #62a1dc);
}
.acco_box{
    margin: 30px auto ;
}
.acco_box .box{
    margin: 10px auto;
    box-shadow: 0 0 10px #00000015;
    padding: 30px 35px;
    border-radius: 10px;
    transition : transform 0.5s;
}
.acco_box .box:hover{
    transform: scale(0.95);
}
.acco_box .box img{
    width: 60px;
}
.acco_box .box a{
    text-decoration: none;
}
.acco_box .box h4 {
    font-size: 16px;
    background: linear-gradient(to right, #426f99, #62a1dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    font-family: nunito;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
}
.acco_box .box p{
    font-family: lato;
    font-size: 13px;
    color: #212529;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    margin: 0;
}
.acco_box .box h5{
    margin-top: 10px;
    font-size: 13px;
    font-family: nunito;
    color: #ff433a;
    font-weight: 700;
}
.header .desktop_none,
.mobile_menu_left{
    display: none;
}
@media only screen and (max-width: 600px){
    .header .desktop_none{
        display: block;
    }
    .header .mobile_none{
        display: none;
    }
    .header{
        padding: 3px 0;
    }
    .header img {
        width: 55px;
    }
    .header .desktop_none img{
        width: 35px;
    }
    .mobile_menu_left{
        background-color: #F0FFFF;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 99;
        top: 0;
        display: block;
        left: -100%;
        transition: left 0.3s ease;
    }
    .mobile_menu_left .backdeiffer{
        background-color: #E6E6FA;
        padding: 30px 30px 20px;
    }
    .mobile_menu_left p{
        color: #177de3;
        font-size: 13px;
        font-family: lato;
        font-weight: 600;
        text-transform: lowercase;
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    .mobile_menu_left img{
        width: 40px;
    }
    .mobile_menu_left .box{
        padding: 30px;
    }
    .mobile_menu_left .box .navmenu a{
        display: block;
        text-decoration: none;
        font-size: 12.5px;
        letter-spacing: 1px;
        font-weight: 600;
        font-family: nunito;
        color: #212529;
        margin: 0;
        padding: 13px 0px;
        text-transform: uppercase;
        border-bottom: 1px solid #62a1dc21;
    }
    .mobile_menu_left .box .navmenu a.mobileborder{
        border: 0;
    }
    .mobile_menu_left .box .navmenu a.claimbtn{
        background: linear-gradient(to right, #426f99, #62a1dc);;
        padding: 10px 30px;
        text-align: center;
        width: 100%;
        border: 0;
        color: aliceblue;
        margin-top: 10px;
        font-weight: 700;
    }
    .mobile_menu_left .box .icons {
        margin-top: 30px;
        display: block;
    }
    .mobile_menu_left .box .icons i{
        font-size: 13px;
        color: #426f99;
        transition: transform 0.5s;
        margin: auto 7px;
    }
    .mobile_menu_left .box .icons a{
        text-decoration: none;
        display: block;
        font-size: 12.5px;
        letter-spacing: 1px;
        font-weight: 600;
        font-family: nunito;
        color: #212529;
        margin: 15px 0;
    }
    .acco_box{
        margin: 10px 0;
    }
    .acco_box .box {
        margin: 10px;
    }
}



/*===========service box===============*/
.service_box{
    width: 1200px;
    margin: 60px auto 50px;
    text-align: center;
}
.service_box h1{
    font-size: 30px;
    font-family: nunito;
    font-weight: 800;
}
.service_box hr{
    width: 65px;
    border: 1px solid #001F40;
}
.service_box h1 span{
    font-weight: 400;
}
.service_box .section{
    display: flex;
    margin-top: 30px;
}
.service_box .section .tablet_box{
    display: flex;
    width: 100%;
}
.service_box .section .tablet_box .mobile_box{
    display: flex;
    width: 50%;
}
.service_box .section .tablet_box .mobile_last{
    width: 50%;
    margin-right: -100px;
}
.service_box .section .tablet_box .mobile_last .box{
    width: 100%;
}
.service_box .section .tablet_box .mobile_box .box,
.service_box .section .tablet_box .mobile_last .box{
    width: 50%;
    border: 1px solid #001F40;
    padding: 20px 5px 15px;
    transition: transform 0.5s;
    cursor: pointer;
}
.service_box .section .tablet_box .mobile_box .box:hover,
.service_box .section .tablet_box .mobile_last .box:hover{
    transform: scale(0.95);
}
.service_box .section .tablet_box .mobile_box .box i{
    font-size: 23px;
    margin-bottom: 9px;
    color: #001F40;
}
.service_box .section .tablet_box .mobile_box .box p{
    font-family: nunito;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
}
@media only screen and (max-width: 1050px){
    .service_box{
        width: auto;
        margin: 45px auto 30px;
        padding: 0 15px;
    }
    .service_box .section {
        display: block !important;
        margin-top: 30px;
    }.service_box h1 {
        font-size: 27px;
    }
    .service_box .section .tablet_box .mobile_last{
        width: 50%;
        margin-right: 0px;
    }
    .service_box .section .tablet_box .mobile_box {
        display: flex;
        width: 60%;
    }
}
@media only screen and (max-width: 600px){
    .service_box {
        margin: 35px auto 25px;
        padding: 0 15px;
    }
    .service_box h1 {
        font-size: 21px;
    }
    .service_box hr {
        width: 50px;
    }
    .service_box .section .tablet_box {
        display: block;
    }
    .service_box .section .tablet_box .mobile_box {
        width: 100%;
    }
    .service_box .section .tablet_box .mobile_box .box{
        border: 0;
    }
    .service_box .section .tablet_box .mb_border{
        border-top: 1px solid #001F40;
    }
    .service_box .section .tablet_box .mobile_box .boxs,
    .service_box .section .tablet_box .mb_border .boxs{
        border-right: 1px solid #001F40;
    }
    .service_box .section .tablet_box .mobile_box .box p {
        font-size: 13px;;
        line-height: 1em;
    }
    .service_box .section .tablet_box .mobile_box .box i {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .service_box .section .tablet_box .mobile_box .box {
        padding: 15px 5px 6px;
    }
    .service_box .section .tablet_box .mobile_last{
        width: 100%;
       border-bottom: 1px solid #001F40;
    }
    .service_box .section .tablet_box .mobile_last .box{
        width: 100%;
    }
}

/*========About Section==========*/
.about-section{
    display: flex;
    margin: 70px auto 40px;
    text-align: left;
}
.about-section .row{
    align-items: center;
}
.modal-contact-section{
    padding: 30px 50px 50px;
}
.modal-contact-section i{
    font-size: 22px;
    margin: 0 -25px 0px 0;
}
.modal-contact-section h2{
    font-size: 22px;
    font-weight: 700;
    font-family: lato;
    background: linear-gradient(to right, #426f99, #62a1dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.modal-contact-section label{
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    font-family: lato;
    margin-bottom: -3px;
}
.modal-contact-section label span{
    color: rgb(254, 165, 0);
    font-size: 17px;
    padding-left: 5px;
}
.modal-contact-section input,
.modal-contact-section select,
.modal-contact-section select option{
    font-size: 14px;
    color: #000;
    font-family: lato;
    font-weight: 400;
    padding: 7px 15px !important;
    border-radius: 15px;
    border: 1px solid #00000030;
    width: 100%;
    margin-bottom: 6px;
}
.modal-contact-section input:focus,
.modal-contact-section select:focus{
    outline: 0;
}
.modal-contact-section .btn{
    margin-top: 10px;
    background: linear-gradient(to right, #426f99, #62a1dc);
    padding: 10px 22px;
    text-transform: none;
    color: aliceblue;
    letter-spacing: 1px;
    font-size: 14.5px;
}
.modal-contact-section .btn:hover{
    background: linear-gradient(to left, #426f99, #62a1dc);
}
.about-section .about{
    padding-top: 5px;
    padding-left: 50px;
}
.about-section .about h3{
    font-size: 25px;
    font-weight: 700;
    font-family: lato;
    background: linear-gradient(to right, #426f99, #62a1dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-section .about hr{
    margin: 0 !important;
    width: 50px;
    border: #ff0000 solid 2.2px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.about-section .about p{
    font-size: 15px;
    font-weight: 300;
    font-family: nunito;
    color: #333;
    line-height: 1.5em;
}
.about-section .about p span{
    font-size: 35px;
    color: #001F40;
}
.about-section .about button{
    background: linear-gradient(to right, #426f99, #62a1dc);
    padding: 10px 22px;
    text-transform: none;
    color: aliceblue;
    letter-spacing: 1px;
    font-size: 14.5px;
    border: 0;
    border-radius: 15px;
    text-transform: uppercase;
}
.about-section .about button:hover{
    transform: scale(0.95);
}
@media only screen and (max-width: 1050px){
    .about-section{
        margin-top: 40px;
    }
    .carousel .carousel-inner .carousel-item img{
        height: auto;
    }
    .about-section {
        display: flex;
        width: 100%;
    }
    .modal-contact-section {
        padding: 35px 20px 20px;
        border-radius: 5px;
    }
    .about-section .about {
        padding: 20px 10px 20px 15px;
    }
    .modal-contact-section h2 {
        font-size: 18px;
    }
    .modal-contact-section label {
        color: #1e1e1e;
        font-size: 13px;
    }
    .modal-contact-section input, .modal-contact-section select, .modal-contact-section select option {
        font-size: 13px;
    }
    .modal-contact-section .btn{
        font-size: 13px;
    }
    .about-section .about h3 {
        font-size: 25px;
    }
    .about-section .about p span {
        font-size: 30px;
        color: #001F40;
    }
    .about-section .about p {
        font-size: 14px;
    }
    .about-section .about button {
        margin-top: 7px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 600px){
    .about-section .about h3{
        margin-top: 20px;
    }
    .modal-contact-section{
        padding: 35px 25px;
        margin: auto;
        width: 98%;
    }
}

/*==========Our Service======*/
.our_service{
    background-color: aliceblue;
    padding: 70px 0;
    margin: 50px auto 20px;
}
.our_service .services{
    margin: auto;
    text-align: left;
}
.our_service .services h3{
    font-size: 25px;
    font-weight: 700;
    font-family: lato;
    background: linear-gradient(to right, #426f99, #62a1dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.our_service .services hr{
    margin: 0 0 20px !important;
    width: 50px;
    border: #ff0000 solid 2.2px;
    border-radius: 5px;
}
.our_service .services .section{
    display: flex;
}
.our_service .services .mid_sec{
    width: 300px;
    margin: auto;
}
.our_service .services .section{
    display: flex;
}
.our_service .services .section .middle_box{
    width: 100%;
}
.our_service .services .section .box{
    background-color: #fff;
    box-shadow: 0px 0 10px #00000015;
    border-radius: 15px;
    margin: 10px;
    padding: 40px 30px;
    width: 23.23%;
    text-align: left;
}
.our_service .services .section .box img{
    width: 65px;
    margin-bottom: 20px;
}
.our_service .services .section .box h4{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    background: linear-gradient(to right, #426f99, #62a1dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: lato;
}
.our_service .services .section .box p{
    font-size: 13px;
    font-weight: 300;
    font-family: nunito;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 0;
}
.per80 p{
    font-size: 14px !important;
    font-weight: 300 !important;
    font-family: nunito !important;
    color: #333 !important;
    line-height: 1.5em !important;
}
@media only screen and (max-width: 1050px){
    .our_service .services {
        width: auto;
    }
    .our_service .services .section {
        display: block;
    }
    .our_service .services .section {
        width: 100%;
        display: flex;
    }
    .our_service .services .section .box {
        margin: 10px 10px 15px;
        width: 47.39% !important;
    }
    .our_service .services .mid_sec {
        width: auto;
        margin: auto;
    }
}

@media only screen and (max-width: 800px) {
    .our_service .services .section .box {
        margin: 10px 10px 15px;
        width: 47.2% !important;
    }
}
@media only screen and (max-width: 600px){
    .per80 p{
        font-size: 12px !important;
    }
    .our_service .services .section {
        width: 100%;
        display: block;
    }
    .our_service .services .section .box {
        margin: 10px 10px 20px;
        width: 97% !important;
    }
    .our_service{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .our_service .services .section .box img {
        margin-bottom: 15px;
    }
}

/*==========Why Choose=====*/
.why_choose{
    margin: -20px 0 0;
    padding: 80px 0 100px;
    background-color: #fedfdf34;
}
.why_choose h2{
    font-size: 25px;
    font-weight: 700;
    font-family: lato;
    background: linear-gradient(to right, #426f99, #62a1dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why_choose hr{
    margin: 10px 0 20px !important;
    width: 50px;
    border: #ff0000 solid 2.2px;
    border-radius: 5px;
}
.why_choose .section{
    display: flex;
}
.why_choose .section .tablet{
    display: flex;
    width: 50%;
}
.why_choose .section .tablet .box{
    background-color: #fff;
    box-shadow: 0px 0 10px #00000015;
    border-radius: 15px;
    margin: 5px;
    padding: 40px 30px;
    width: 50%;
    text-align: left;
}
.why_choose .section .tablet .box img{
    width: 65px;
    margin-bottom: 20px;
}
.why_choose .section .tablet .box h5{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    background: linear-gradient(to right, #426f99, #62a1dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: lato;
}
.why_choose .section .tablet .box p{
    font-size: 13px;
    font-weight: 300;
    font-family: nunito;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 0;
}

@media only screen and (max-width: 1050px){
    .why_choose{
        width: auto;
        padding: 50px 15px 40px;
    }
    .why_choose .section{
        display: block;
    }
    .why_choose .section .tablet{
        width: 100%;
    }
    .why_choose .section .tablet .box {
        width: 50%;
        margin: 10px;
    }
}

@media only screen and (max-width: 600px){
    .why_choose h2 {
        font-size: 22px;
    }
    .why_choose .section .tablet{
        display: block;
    }
    .why_choose .section .tablet .box {
        padding: 35px 15px 15px;
        margin: 10px auto 20px;
        width: 100%;
    }
    .why_choose .section .tablet .box img {
        width: 58px;
        margin-bottom: 20px;
    }
}

/*========Testimonials==*/
.testimonials{
    background-color: #1b4e9b16;
    padding: 70px 0px;
}
.testimonials h3{
    font-size: 25px;
    font-weight: 700;
    font-family: lato;
    background: linear-gradient(to right, #426f99, #62a1dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testimonials hr{
    margin: 10px 0 20px !important;
    width: 50px;
    border: #ff0000 solid 2.2px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.testimonials .testi_slider .box{
    background-color: #fff;
    box-shadow: 0px 0 10px #00000015;
    border-radius: 30px 0;
    margin: 10px;
    padding: 40px;
    text-align: left;
}
.testimonials .testi_slider .box img{
    width: 55px;
    height: 55px;
    padding: 2.5px;
    background: linear-gradient(to right, #426f99, #62a1dc);
    border-radius: 100%;
    margin-bottom: 15px;
}
.testimonials .testi_slider .box h5{
    font-size: 17px;
    font-weight: 500;
    font-family: lato;
    color: #001F40;
    letter-spacing: 0.5px;
    text-align: right;
    margin-top: 15px;
}
.testimonials .testi_slider .box p{
    font-size: 13px;
    font-weight: 300;
    font-family: nunito;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 0;
}
.testimonials .testi_slider .box p::first-letter{
    margin-left: 20px;
}
.testimonials .testi_slider .owl-dots{
    text-align: center;
    margin-top: 10px;
}
.testimonials .testi_slider .owl-dots button{
    background: #62a1dc;
    width: 20px;
    height: 6px;
    border-radius: 10px;
    margin: auto 3px;
}
.testimonials .testi_slider .owl-dots button.active{
    background: #027bf4;
    width: ;
}

@media only screen and (max-width: 1050px){
    .testimonials .testi_slider {
        width: auto;
    }
}
@media only screen and (max-width: 600px){
    .testimonials {
        padding: 60px 0px 30px;
    }
    .testimonials .testi_slider .box img{
        width: 52px;
        height: 52px;
    }
    .testimonials .testi_slider .owl-dots{
        margin-top: -10px;
    }
}

/*========Contact Us==========*/
.contact_us{
    background-color: rgb(241, 241, 241);
    margin: auto;
    padding: 70px 0 40px;
}
.contact_us .section-box{
    display: flex;
    margin: auto;
    align-items: center;
}
.contact_us .section-box .contact-section{
    width: 50%;
    text-align: left;
    margin-top: 40px;
}
.contact_us .section-box .contact-section h3{
    font-size: 25px;
    font-weight: 700;
    font-family: lato;
    background: linear-gradient(to right, #426f99, #62a1dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact_us .section-box .contact-section hr{
    margin: 10px 0 20px !important;
    width: 50px;
    border: #ff0000 solid 2.2px;
    border-radius: 5px;
}
.contact_us .section-box .contact-section .section{
    display: flex;
}
.contact_us .section-box .contact-section .section .box{
    width: 10%;
}
.contact_us .section-box .contact-section .section .box i{
    font-size: 15px;
    padding: 14px;
    color: #fff;
    background: linear-gradient(to right, #426f99, #62a1dc);
    border: 0;
    margin-right: 10px;
    border-radius: 30px;
}
.contact_us .section-box .contact-section .section .box .fa-whatsapp{
    padding: 13px 14px;
    font-size: 20px;
}
.contact_us .section-box .contact-section .section .box .fa-envelope{
    padding: 14px 13px;
    font-size: 15px;
}
.contact_us .section-box .contact-section .section .box .fa-location-dot{
    padding: 14px 16px;
}
.contact_us .section-box .contact-section .section .boxs{
    width: 80%;
}
.contact_us .section-box .contact-section .section .boxs h4{
    font-size: 18.5px;
    font-family: lato;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}
.contact_us .section-box .contact-section .section .boxs p,
.contact_us .section-box .contact-section .section .boxs p a{
    font-size: 14px;
    font-family: lato;
    text-decoration: none;
    font-weight: 500;
    color: #001F40;
}
.contact_us .section-box .contact-section .section .boxs p a:hover{
    text-decoration: none;
    color: #ff0000;
}
.contact_us .service-headeing{
    width: 850px !important;
    margin-bottom: 40px;
}
.contact_us .section-box .contact-form{
    box-shadow: 0 0 10px #00000015;
    padding: 50px 35px 30px;
    border-radius: 10px;
    width: 600px;
    margin: auto 0 0 auto;
}
.contact_us .section-box .contact-form hr{
    margin: 10px 0 20px !important;
    width: 50px;
    border: #ff0000 solid 2.2px;
    border-radius: 5px;
}
.contact_us .section-box .contact-form label{
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    font-family: lato;
    margin-bottom: -3px;
}
.contact_us .section-box .contact-form label span{
    color: red;
    font-size: 20px;
    padding-left: 5px;
}
.contact_us .section-box .contact-form input,
.contact_us .section-box .contact-form textarea{
    font-size: 14px;
    color: #000;
    font-family: lato;
    font-weight: 400;
    padding: 7px 15px !important;
    border-radius: 15px;
    border: 1px solid #00000030;
    width: 100%;
    margin-bottom: 6px;
}
.contact_us .section-box .contact-form .btn{
    margin-top: 10px;
    background: linear-gradient(to right, #426f99, #62a1dc);
    padding: 10px 22px;
    text-transform: none;
    color: aliceblue;
    letter-spacing: 1px;
    font-size: 14.5px;
}
.contact_us .section-box .contact-form .btn:hover{
    background: linear-gradient(to left, #426f99, #62a1dc);
}

@media only screen and (max-width: 1050px){
    .contact_us {
        width: auto;
        margin: auto;
        padding: 70px 10px 40px;
    }
    .contact_us .service-headeing {
        width: 750px !important;
    }
    .contact_us .section-box {
        width: 100%;
        padding: 0 10px;
    }
    .contact_us .section-box .contact-section {
        width: 50%;
        text-align: left;
        margin-top: 30px;
    }
    .contact_us .section-box .contact-section hr {
        width: 20%;
    }
    .contact_us .section-box .contact-section .section .box {
        width: 19%;
    }
    .contact_us .section-box .contact-form {
        margin-top: -15px !important;
        margin-left: 0px;
        margin-right: 0px;
    }
}


@media only screen and (max-width: 600px){
    .contact_us {
        width: auto;
        margin: auto;
        padding: 40px 0 20px;
    }
    .contact_us .service-headeing{
        width: 100% !important;
    }
    .contact_us .section-box{
        display: block;
    }
    .contact_us .section-box .contact-section {
        width: 100%;
    }
    .contact_us .section-box .contact-section h3,
    .contact_us .section-box .contact-section h3 span {
        font-size: 23px;
    }
    .contact_us .section-box .contact-section .section .box i {
        font-size: 13px;
    }
    .contact_us .section-box .contact-section .section .box .fa-whatsapp {
        font-size: 17px;
    }
    .contact_us .section-box .contact-section .section .boxs h4 {
        font-size: 18px;
        margin-top: 0px;
    }
    .contact_us .section-box .contact-section .section .box {
        width: 16%;
    }
    .contact_us .section-box .contact-section .section .boxs {
        width: 84%;
    }
    .contact_us .section-box .contact-section .section .boxs p, 
    .contact_us .section-box .contact-section .section .boxs p a {
        font-size: 14px;
        line-height: 1.2em;
    }
    .contact_us .section-box .contact-form {
        margin-top: 20px !important;
        padding: 40px 25px 20px;
        
    }
}

/*==========footer Css==========*/
.footer{
    background-color: #E6E6FA;
    padding: 50px 10px 10px;
}
.footer .footer-box{
    width: 750px;
    margin: auto;
    text-align: center;
}
.footer .footer-box .download_app img{
    width: 150px;
    margin-bottom: 15px;
}
.footer .footer-box .socil-icons i{
    color: #333;
    padding: 0px 15px 30px;
    font-size: 22px;
}
.footer .footer-box p{
    font-size: 14px;
    font-weight: 300;
    font-family: nunito;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 0;
}
.footer .footer-box h6,
.footer .footer-box h6 a{
    color: #333;
    font-size: 14px;
    font-family: nunito;
    font-weight: 600;
    margin-top: 30px;
    letter-spacing: 1px;
    text-decoration: none;
}
.footer .footer-box h6 a:hover{
    text-decoration: none;
}
.footer .footer-box hr{
    border-color: #021f1f;
    margin: 5px auto 15px auto;
    width: 80%;
}
.footer .footer-box h5{
    font-size: 14px;
    color: #021f1f;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: lato;
}
.footer .footer-box img{
    width: 70px;
}


@media only screen and (max-width: 600px){
    .footer .footer-box{
        width: 100%;
    }
    .footer .footer-box .socil-icons i {
        padding: 0px 14px 30px;
        font-size: 20px;
    }
    .footer .footer-box p {
        font-size: 13px;
    }
    .footer .footer-box h5 {
        font-size: 13px;
        line-height: 23px;
    }
    .footer .footer-box img {
        width: 55px;
    }
}
/*=========Others Page===========*/
.hero{
    background: url(../img/back.webp), linear-gradient(#00000032, #00000032);
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 0;
}
.hero h3{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: nunito;
}
.hero p,
.hero p a{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: nunito;
}
.hero p a:hover{
    text-decoration: none;
}
.content-section{
    margin: auto;
    width: 1150px;
    padding: 40px 0;
}
.content-section h1{
    font-size: 24px;
    font-weight: 700;
    font-family: nunito;
    color: #000;
}
.content-section h2{
    font-size: 22px;
    font-weight: 700;
    font-family: nunito;
    color: #000;
}
.content-section h3{
    font-size: 18px;
    font-weight: 700;
    font-family: nunito;
    color: #000;
}

.content-section p{
    font-size: 15px;
    font-weight: 400;
    font-family: nunito;
    color: #000;
    line-height: 1.3em;
}


@media only screen and (max-width: 900px){
    .hero{
        margin-top: 0px;
    }
    .content-section {
        margin: auto;
        width: 96%;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 600px){
    .content-section{
        padding: 20px 0 0;
    }
    .content-section h1{
        font-size: 22px;
        font-weight: 700;
        font-family: nunito;
        color: #000;
    }
    .content-section h2{
        font-size: 20px;
        font-weight: 700;
        font-family: nunito;
        color: #000;
    }
    .content-section h3{
        font-size: 17px;
        font-weight: 700;
        font-family: nunito;
        color: #000;
    }
    
    .content-section p{
        font-size: 14px;
        font-weight: 400;
        font-family: nunito;
        color: #000;
        line-height: 1.3em;
    }
}

/*=============Footer Bottom============*/
.foot_botom{
    display: none;
}
@media only screen and (max-width: 900px){
    .foot_botom {
      display: flex;
      padding: 10px 0 5px;
      position: fixed;
      bottom: 0;
      background-color: #fff;
      box-shadow: 0 0 10px #0000003e;
      width: 100%;
    }
    .foot_botom .box{
        width: 25%;
        text-align: center;
    }
    .foot_botom .box a{
        text-decoration: none;
    }
    .foot_botom .box a i{
        font-size: 23px;
        color: #021f1f;
    }
    .foot_botom .box a .fa-phone-volume{
        rotate: -22deg;
    }
    .foot_botom .box a p{
        font-size: 14px;
        color: #021f1f;
        font-weight: 400;
        font-family: nunito;
    }
}
@media only screen and (max-width: 600px){
    .foot_botom{
        padding: 6px 0 0px;
        box-shadow: 0px 0px 10px #00000050;
    }
    .foot_botom .box a i {
        font-size: 18px;
    }
    .foot_botom .box a p {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
    }
}