*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
}
body{
    overflow-x: hidden;
    color: #000;
}
body::-webkit-scrollbar{
    width: 8px;
}
body::-webkit-scrollbar-thumb {
    background: #e73434;
}
body::-webkit-scrollbar-track{
    background: #dedede;
}
span{
    color: #e73434;
}
a{
    text-decoration: none;
}
.text-white{
    color: #fff !important;
}
.btn-danger,
.btn-check:focus+.btn-danger, .btn-danger:focus{
    color: #fff;
    background-color: #e73434;
    border-color: #e73434;
    box-shadow: none;
}
.btn-danger:hover {
    color: #e73434;
    background-color: #fff;
    border-color: #e73434;
}
.text-blue{
    color: #1d5389;
}
.bg-blue{
    background-color: #1d5389;
}
.mob-view{
    display: none;
}
.owl-carousel .col-md-11{
    padding: 5px;
}

/* navigation section */

.logo-color{
    display: none;
}
.nav-section_main{
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    padding: 1rem;
    transition: all 0.4s ease-in-out;
}
.nav-section_main .col-md-8{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-logo-container{
    width: 150px
}
.nav-logo-container img{
    width: 100%;
}
.nav-menu-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-menu-list a{
    color: #fff;
    text-decoration: none;
    padding: 5px 12px;
    transition: all 0.4s ease-in-out;
}
.nav-menu-list a li{
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.nav-menu-list a li i{
    margin-right: 5px;
}
.nav-menu-list a:hover li{
    color: #e73434;
}
.nav-menu-list a:hover li i{
    color: #e73434;
}
.nav-book-btn{
    background-color: #e73434;
    color: #fff !important;
    border: 1px solid #e73434;
    border-radius: 10px;
}

/* navigation section ends */

/* Header section  */

.header-section_main{
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-image: url(../img/header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.header-content{
    padding-top: 3rem;
    text-align: center;
    color: #fff;
}
.header-content > p{
    background-color: #e73434;
    font-weight: 600;
    font-size: 17px;
    padding: 2px 15px;
    width: fit-content;
    margin: 0 auto;
}
.header-content h1{
    font-size: 40px;
    font-weight: 800;
    -webkit-text-stroke: 2px #1d5389;
    margin: 10px 0;
}
.header-sub-content{
    background-color: #00000093;
    padding: 5px 0;
}
.header-sub-content b{
    color: #ffdb5b;
}
.book-call-btn-a{
    text-decoration: none;
    color: #fff;
}
.book-call-btn-box{
    margin-top: 2rem;
}
.book-call-btn{
    width: fit-content;
    position: relative;
    margin: auto;
    background-color: #27b36a;
    display: flex;
    align-items: center;
    padding: 5px 1rem;
    border-radius: 10px;
    padding-left: 6.5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.book-call-btn h4{
    font-size: 18px;
    margin: 0;
    color: #fff;
    padding: 7px 0;
}
.book-call-btn-img{
    background-color: #27b36a;
    border-radius: 100px;
    position: absolute;
    left: -5px;
    top: -24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.book-call-btn-img img{
    width: 75px;
}
/* Header section ends */


/* description section */

.description-content{
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    padding: 3rem 0;
}

/* description section ends */


/* ensure section */

.ensure-section{
    background-color: #1d5389;
    height: 100%;
}
.ensure-img{
    width: 100%;
    height: 100%;
}
.ensure-content{
    background-color: #1d5389;
    color: #fff;
    padding: 2rem 4rem;
    padding-bottom: 0;
}
.ensure-content h4{
    margin-bottom: 2rem;
}
.ensure-content p{
    font-size: 15px;
    text-align: justify;
}
.ensure-btn-box{
    padding-bottom: 2rem;
}
.ensure-btn-box a{
    color: #fff;
    background-color: #e73434;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 10px;
    padding-left: 4rem;
}
.ensure-btn-box img {
    width: 35px;
    margin-left: 2rem;
}

/* ensure section ends */


/* who we are section */

.who-are-we-bg{
    padding: 3rem 0;
    padding-bottom: 1rem;
    background-image: url(../img/who-we-are-bg.png);
    background-size: cover;
}
.who-are-we-bg-text{
    padding-top: 7rem;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.our-titles .col-md-5{
    text-align: center;
    color: #1d5389;
    padding: 5rem 0;
}
.our-content {
    background-color: #e73434;
    margin-top: 3rem;
    padding-bottom: 1rem;
}
.our-content .col-md-5{
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.our-content .col-md-5 img{
    width: 70%;
    margin-top: -8rem;
}

/* who we are section ends */

/* test slider section ends */

.test-slider-section{
    padding: 4rem 0;
    padding-bottom: 0;
}
.test-slider-head{
    text-align: center;
}
.test-slider-head h6{
    width: 120px;
    height: 5px;
    background-color: #e73434;
    border-radius: 30px;
    margin: 1rem auto;
}
.row.owl-carousel{
    padding: 2rem 0;
}
.test-card-container{
    width: 100%;
    margin: 0 auto;
    background-color: #9ac9ff;
    border-radius: 20px;
    text-align: center; 
    position: relative;
    padding: 1rem 0;
    margin-bottom: 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.test-card-container p{
    margin: 0;
}
.test-card-points{
    padding-left: 50px;
    padding-top: 1rem;
}
.test-card-points li{
    font-size: 18px;
    text-align: left;
}
.offer-tag{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e73434;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    border-top-left-radius: 10px;
    /* clip-path: polygon(0% 0%, 79% 0, 100% 50%, 76% 100%, 0% 100%); */
    clip-path: polygon(0 0, 77% 0, 100% 100%, 0% 100%);
    padding: 5px 10px;
    padding-right: 20px;
    text-transform: uppercase;
}
.test-card-title{
    padding-top: 3rem;
    font-weight: 600;
}
.test-card-border{
    width: 60px;
    height: 2px;
    background-color: #1d5389;
    border-radius: 30px;
    margin: 10px auto !important;
}
.text-card-price-cut{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
}
.text-card-price{
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}
.test-inc{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.test-card-btn{
    background-color: #fff;
    color: #1d5389;
    padding: 10px 3rem;
    border-radius: 50px;
    margin: 1rem;
    border: none;
    transition: all 0.4s ease-in-out;
}
.test-card-btn:hover{
    background-color: #1d5389;
    color: #fff;
}

/* test slider section ends */

/* packages section ends */


.packages-card-container{
    background-color: #1d5389;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.packages-head{
    padding: 1rem 0;
    border-bottom: 1px solid #fff;
}
.packages-head p{
    margin: 0;
}
.packages-sub-title{
    padding-bottom: 6px;
}
.packages-features{
    padding: 1rem;
}
.packages-features ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 15px;
}
.packages-features ul li{
    padding-bottom: 6px;
}
.packages-features ul li i{
    margin-right: 1rem;
}
.packages-total-para{
    background-color: #fff;
    color: #000;
    padding: 5px 0;
}
.packages-total-para p{
    margin: 0;
}
.packages-foot{
    padding-top: 1rem;
    display: flex;
    justify-content: space-evenly;
}
.packages-foot a{
    background-color: #fff;
    color: #000;
    border: none;
    width: 90%;
    padding: 8px 1rem;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.3s ease-in-out;
    border: 2px solid #ffF;
}
.pack-detail-btn,
.pack-book-btn{
    width: 155px !important;
}
.packages-foot a:hover{
    background: transparent;
    color: #fff;
}
.packages-btn-red{
    background-color: #e73434;
    color: #fff;
}
.packages-btn-blue{
    background-color: #1d5389;
    color: #fff;
}
.packages-bg-1{
    background: linear-gradient(90deg, rgba(1,87,144,1) 0%, rgba(1,132,161,1) 100%); 
}
.packages-bg-2{
    background: linear-gradient(90deg, rgba(248,86,86,1) 0%, rgba(220,32,37,1) 100%);
}
.packages-bg-3{
    background: linear-gradient(90deg, rgba(3,107,168,1) 0%, rgba(9,74,123,1) 100%);
}

/* packages section ends */

/* choose section */

.choose-section{
    padding: 3rem;
    padding-top: 0;
}
.choose-section h4{
    margin-bottom: 2rem;
}
.choose-section img{    
    width: 50px;
}
.choose-section p{
    font-size: 15px;
    text-align: justify;
}
.choose-section .col-md-11{
    padding-top: 10px;
    padding-left: 2rem;    
}

/* choose section ends */

/* testimonial section ends */

.testimonial-section{
    padding: 2rem 0;
    position: relative;
}
.testimonial-bg-img{
    position: absolute;
    top:40%;
    z-index: 0;
}
.testtimonial-title img{
    width: 80px;
    margin-right: 1rem;
}
.testtimonial-title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-container{
    justify-content: center;
    margin: 4rem 0;
    padding: 1rem;
}
.testimonial-container .col-md-12{
    padding: 1rem;
}
.testimonial-card{
    width: 100%;
    margin: 0;
    padding-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    background-color: #fff;
}
.testimonial-img{
    width: 100%;
    padding: 2rem;
}
.client-name{
    font-weight: 700;
    padding-bottom: 1rem;
}

/* testimonial section ends */

/* book a call section  */

.book-free-call-main{
    padding: 14rem;
    background-image: url(../img/book-free-call-bg.jpg);
    background-size: cover;

}

/* book a call section ends */



/* benefits section ends */

.benefits-section{
    padding: 3rem 0;
}
.benefits-text-head{
    text-align: center;
}
.benefits-text-head img{
    width: 80px;
}
.benefits-content img{
    width: 100%;
}
.benefits-content-points{
    color: #fff;
    background-color: #1d5389;
    padding: 2rem 0;
}
.benefits-content-points img{
    width: 100%;
}
.benefits-content-points .col-md-1{
    margin-bottom: 0.5rem;
}
.benefits-content-points .col-md-11{
    display: flex;
    align-items: center;
    padding-right: 4rem;
    margin-bottom: 0.5rem;
}
.benefits-content-points .col-md-11 p{
    margin: 0;
    font-size: 15px;
}
.benefits-btn-box{
    background-color: #e73434;
    padding: 3px 10px;
    margin-top: 1rem;
}
.benefits-btn{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    padding: 0;
}
.benefits-btn:hover{
    color: #fff;
}
.benefits-btn img {
    width: 35px;
    margin-left: 2rem;
}

/* benefits section ends */

/* footer section ends */

.footer-section_main{
    padding: 2rem 0;
    border-top: 7px solid #e73434;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-links-container p{
    font-weight: 500;
    font-size: 18px;
}
.footer-links-container ul{
    padding-left: 0px;
    list-style: none;
}
.footer-links-container a{
    text-decoration: none;
    color: #777;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
}
.footer-links-container a:hover{
    color: #e73434;
}
.social-links-container{
    display: flex;
    margin: 0;
}
.social-links-container a{
    margin-right: 1rem;
}
.footer-sign-btn{
    background-color: #e73434;
    color: #fff !important;
    border: 1px solid #e73434;
    padding: 3px 10px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all 0.4s ease-in-out;
}
.footer-sign-btn:hover{
    background-color: #fff;
    color: #e73434 !important ;
}
.footer-cards-container{
    padding: 2rem 0;
}
.footer-cards-container p{
    margin: 0;
    color: #777;
    font-size: 12px;
    padding-right: 2rem;
}
.footer-cards-container .col-md-8{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.social-links-container i{
    font-size: 30px;
    transition: all 0.4s ease-in-out;
}
.social-links-container i:hover{
    color: #e73434;
}

.copy-right-section{
    background-color: rgb(27, 27, 27);
    padding: 1rem 0;
}
.copy-right-section p{
    color: #fff;
    margin: 0;
}

/* footer section ends */


/* responsive mobile */

@media (max-width: 676px){
    .header-content h1{
        font-size: 36px;
    }
    .mob-view{
        display: block;
    }
    .nav-section_main .col-md-3{
        width: 20%;
    }
    .nav-section_main .col-md-1{
        width: 10%;
    }
    .menu-res{
        width: 70%;
        display: flex;
        justify-content: flex-end;
    }
    .mob-menu-btn{
        margin-left: 1rem;
    }
    .mob-menu-logo-color{
        width: 180px;
    }
    .offcanvas-header{
        justify-content: center;
        position: relative;
    }
    .mob-menu-close{
        font-size: 30px;
        color: #e73434;
        position: absolute;
        top: 10px;
        right: 15px;
    }
    .offcanvas-body{
        background-color: #1d5389;
        padding: 1rem 0;
    }
    .mob-nav-menu-list{
        padding: 0;
        list-style: none;
        margin: 0;
    }
    .mob-nav-menu-list a{
        font-size: 18px;
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
    }
    .mob-nav-menu-list a li{
        padding: 1rem;
    }
    .mob-nav-menu-list a:hover li{
        background-color: #e73434;
    }
    .mob-nav-menu-list a:focus li{
        background-color: #e73434;
    }
    .mob-nav-menu-list a li i{
        margin-right: 10px;
    }
    .nav-menu-list{
        display: none;
    }
    .book-call-btn-img{
        left: -9px;
        top: -12px;
    }
    .ensure-btn-box a{
        font-size: 13px;
    }
    .our-titles{
        display: none;
    }
    .our-content .col-md-5 img{
        margin: 0;
    }
    .our-content {
        padding-top: 2rem;
    }
    .test-card-container .row .col-md-4{
        width: 33%;
        padding: 1rem 0;
    }
    .packages-card-container {
        margin-bottom: 2rem;
    }
    .choose-section .col-md-1{
        width: 10%;
    }
    .choose-section .col-md-11{
        width: 90%;
    }
    .testimonial-card{
        width: 100%;
        margin-bottom: 1rem;
    }
    .testimonial-container{
        margin: 0;
    }
    .book-free-call-main{
        padding: 5rem;
    }
    .benefits-content .col-md-5 img{
        display: none;
    }
    .benefits-content-points .col-md-1{
        width: 10%;
        padding-left: 1rem;
    }
    .benefits-content-points .col-md-11{
        width: 90%;
    }
    .benefits-title h4{
        width: 100%;
    }
    .footer-links-container .col-md-3{
        width: 50%;
    }
    .footer-cards-container .col-md-4{
        width: 33%;
        text-align: center;
    }
    .footer-cards-container .col-md-4 .row{
        justify-content: center;
    }
    .footer-cards-container .col-md-4 .row .col-md-4{
        width: 100%;
    }
    .footer-cards-container .col-md-4 .row .col-md-8 p{
        padding: 0;
    }
    .owl-carousel .col-md-11{
        padding: 1rem;
    }
}
@media (max-width: 430px){
    .p-0 {
        padding: 15px !important;
    }
    .header-content h1{
        font-size: 28px;
    }
    .mob-book-btn{
        display: none;
    }
    .book-call-btn h4{
        font-size: 15px;
    }
    .book-call-btn-img {
        left: -9px;
        top: -15px;
    }    
    .ensure-content{
        padding: 2rem 1rem;
    }
    .ensure-btn-box{
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
        padding-bottom: 0;
        text-align: center;
    }
    .ensure-btn-box a{
        padding-left: 0;
        padding: 1rem 2rem;
    }
    .who-are-we-bg-text{
        padding-top: 8rem;
    }
    .choose-section{
        padding: 0;
        padding-right: 1rem;
    }
    .book-free-call-main {
        padding: 4rem;
    }
    .benefits-content-points .col-md-1{
        width: 15%;
    }
    .benefits-content-points .col-md-11{
        width: 85%;
    }
    .benefits-btn-box{
        padding: 0 10px !important;
    }
    .our-content .col-md-5{
        margin-bottom: 1rem;
    }
}

/* responsive mobile */


/* lab register page=========================== */

.lab-register-header{
    background-image: url(../img/lab-register-bg.jpg);
    background-size: cover;
    background-position: center;
}
.lab-register-overlay{
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.575);
    border-bottom: 5px solid #e73434;
}
.lab-register-header h2{
    margin-top: 3rem;
}
.lab-register-from-main{
    background-color: #1d5389;
}
.lab-register-from-container{
    margin: 2rem 0;
}
.lab-register-from-container .col-md-2{
    display: flex;
    align-items: center;
} 
.lab-register-from-container .col-md-2 label{
    margin: 0;
    font-weight: 600;
    color: #fff;
}
.lab-checkbox{
    color: #fff;
}
.lab-submit-btn{
    width: 100%;
}

/* lab register page end =========================== */

/* SOW page =========================== */

.sow-container{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 2rem 1rem;
}
.sow-list{
    padding-left: 20px;
}

/* SOW page end =========================== */

/* contact us page */

.contact-box{
    justify-content: space-between;
}
.map-container{
    background-color: #1d5389;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: #00000059 0px 5px 15px;
    width: 49%;
}
.map-container iframe{
    height: 100%;
    width: 100%;
    border-radius: 15px;
}
.contact-form{
    background-color: #1d5389;
    padding: 1rem 2rem;
    border-radius: 15px;
    width: 49%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.status{
    border-radius: 5px;
    margin-bottom: 1rem;
    color: red;
}
.md-form label{
    font-size: 18px;
    color: #fff;
}
.md-form input{
    box-shadow: none !important;
    outline: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.md-form input:focus{
    border-color: #1d5389;
}
.contact-send-btn{
    background-color: #e73434;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border: 2px solid #e73434;
    transition: all 0.4s ease-in-out;
}
.contact-send-btn:hover{
    background-color: #1d5389;
    color: #fff;
    border-color: #e73434;
}
.contact-badges{
    display: flex;
    justify-content: space-between;
}
.contact-badges .col-md-4{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-badges .col-md-4 p{
    margin: 0;
    font-size: 15px;
}
.contact-badges li{
    background-color: #1d5389;
    width: 30%;
    color: #fff;
    padding: 2rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.contact-badges li:hover{
    background-color: #fff;
    color: #1d5389;
}
.contact-badges li:hover a{
    color: #1d5389;
}
.contact-badges li i{
    font-size: 30px;
} 
.contact-badges li a{
    text-decoration: none;
    color:#fff;
} 
    
.contact-badges li p{
    margin: 0;
} 
    
/* contact us page ends */

/* about us page */

.about-section .row{
    justify-content: space-between;
}
.about-section .col-md-5{
    width: 39%;
}
.about-section .col-md-7{
    width: 60%;
}

.about-img-container{
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: #1d5389 0px 7px 29px 0px;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    height: 100%;
}
.about-img-container:hover img{
    transition: all 0.2s ease-in-out;
    display: block;
}
.about-img-container:hover{
    background-color: #1d5389;
    box-shadow: #e73434 0px 7px 29px 0px;
}
.about-img-container:hover img{
    display: none;
}
.about-img-text{
    display: none;
    transition: all 0.2s ease-in-out;
    color: #fff;
}
.about-img-container:hover h3{
    display: block;
}

/* about us page ends */



/* page content */

.page-content_main{
    padding: 3rem 0;
}
.page-content_main h1{
    text-align: center;
    margin: 2rem 0;
}
.page-content_main h2{
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.page-content_main p{
    color: #333;
}

/* page content ends*/


#text {
    display: block;
    color: #000;
    font-weight: 300;
    padding: 5px;
  }
  
  #form.invalid .input-box::before {
    content: '';
    position: absolute;
    right: 12px;
    top: 9px;
    width: 24px;
    height: 24px;
  }
  
  #form.valid .input-box::before {
    content: '';
    position: absolute;
    right: 12px;
    top: 9px;
    width: 24px;
    height: 24px;
  }
  .error
{
  color: red;
  size: 80%
}
.hidden
{
  display:none;
}
