@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*font-family: "Poppins", sans-serif;*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.clear {
    clear: both;
}

.img {
    width: 100%;
    display: block;
}

hr {
    border: 0.3px solid #2658a896 !important;
}

/*--------------------------------------------------------------
New Css Start
--------------------------------------------------------------*/

.infra_flex {
    display: flex;
    flex-wrap: wrap;
}

.wel_flex iframe {
    height: 450px;
}

.gallery_caption_min h2 {
    min-height: 122px;
}

.na_caption_min h2 {
    min-height: 50px;
}

.gallery_flex {
    display: flex;
    flex-wrap: wrap;
}

.nav_btm_brd {
    border-bottom: 1px solid #e5e5e5;
}

.gallery_caption {
    text-decoration: none;
}

.gallery_caption h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 140%;
    min-height: 106px;
    margin: 0;
    padding: 10px;
}

.gallery_caption-mn h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 140%;
    margin: 0;
    padding: 10px;
    background-color: #003469;
    min-height: 63px;
}

.gallery_caption-mn {
    text-decoration: none;
}

.na_caption {
    text-decoration: none;
}


.na_caption h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 140%;
    margin: 0;
    padding: 10px;
    background-color: #003469;
}

#pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

#pagination li a.active {
    background-color: #4caf50;
    color: #fff
}

#pagination li a:hover:not(.active) {
    background-color: #ddd;
}

/* border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex
}

#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

#border-pagination li {
    display: inline;

}

#border-pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 13px 21px;
    border: 1px solid #ddd;
    /* float: left; */
}

#border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}

#border-pagination li a.active {
    background-color: #003469;
    color: #fff;
}

#border-pagination li a:hover:not(.active) {
    background: #ddd;
}

.achiw_brd {
    border: 1px solid #ccc;
    background-color: #003469;
}

.about_wel {
    background-image: url('../images/about-value.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

.about_team {
    background-image: url('../images/about-team.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

.our_mission {
    background-image: url('../images/our-mission.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

.our_vision {
    background-image: url('../images/our-vision.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

.abt_txt ul {
    margin-top: 8px;
    padding: 0;
    /*display: flex;*/
    flex-wrap: wrap;
    list-style: none;
}

.abt_txt ul li {
    font-size: 16px;
    font-weight: 400;
    margin: 1.6% 0%;
    line-height: 150%;
    font-family: "Poppins", sans-serif;
    color: #000000;
    text-align: justify;
}

.abt_txt ul li::first-letter {
    font-size: 40px;
    font-weight: 600;
    color: #f08406;
}


.abt_txt2 ul {
    margin-top: 8px;
    padding: 0;
    /*display: flex;*/
    flex-wrap: wrap;
    list-style: none;
}

.abt_txt2 ul li {
    font-size: 16px;
    font-weight: 400;
    margin: 1.6% 0%;
    line-height: 150%;
    font-family: "Poppins", sans-serif;
    color: #000000;
    text-align: justify;
}


.abt_txt2 {
    padding: 0px 40px 0px 40px;
}

.ftr-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftr-box-bg {
    background-color: #c3c3c3;
    padding: 10px 50px;

    border-radius: 10px;
}


.about_flex {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
}

.abt_txt {
    padding: 0px 0px 0px 40px;
}

.abt_txt h2 {
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    color: #003469;
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.bg_clr1 {
    background-color: #f5f5f5;
}

.service_txt h2 {
    color: #003469;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    margin: 0;
    font-size: 28px;
    padding: 0px 0 0 !important;
    font-weight: 600;
}

.service_txt p {
    color: #000000;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    margin: 0;
    font-size: 16px;
    text-align: justify;
    padding: 5px 0 0px !important;
    font-weight: 400;
}

.service_txt h3 {
    color: #003469;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    margin: 0;
    font-size: 20px;
    padding: 0px 0 0 !important;
    font-weight: 600;
}

.overlay_text {
    width: 197px;
    background-color: #003469;
    border-radius: 5px;
    padding: 16px 11px;
    position: absolute;
    top: 0;
    left: -20px;
    animation: overlay_text 3s linear infinite alternate;
}

@keyframes overlay_text {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(10px);
    }
}

.overlay_text h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 140%;
}

.overlay_text h2 span {
    font-size: 26px;
    color: #f5a130;
    font-weight: 700;
}

.news-art-brd {
    border: 1px dotted #c3c3c3;
}

.ftr_flex {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    width: fit-content;
}

.ftr_flex a {
    font-size: 18px;
    color: #838896;
    transition: all 0.3s linear;
    width: 8%;
}

.ftr_flex a i {
    font-size: 16px;
    background-color: #d9d9d9;
    color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    transition: all 0.2s linear;
}

.handi_gif {
    width: 55px;
    float: right;
    margin: 1.33% 1%;
}

.bg_clr3 {
    /* background-color: #eeeff0; */
    border-top: 2px dashed #0000002e;
    border-bottom: 2px dashed #0000002e;
}

.counter2_brd {
    border-right: 2px dashed #0000002e;
}

.counter2 {
    width: 23%;
    float: left;
    margin: 1%;
    text-align: center;
    padding: 0% 0% 0% 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.counter-icon {
    width: 90px;
    display: block;
    margin: 0 15px;
    /* background-color: #003469; */
    padding: 10px;
    /* border-radius: 8px; */
    /* box-shadow: inset 0 0 0px 1px #212274; */
    /* border: 3px solid #ffffff; */
}

.counter2 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.counter2 h2 span {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 32px;
}

.footer_logo2 {
    gap: 20px;
    width: 19%;
    display: flex;
    align-items: center;
    margin: 5% 0;
}


.testi_brd {
    padding: 39px;
}

.testi-banner {
    background-image: url(../images/world-map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #003469;
}

.testi-banner2 {
    background-image: url(../images/world-map2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #003469;
}

.client_profile {
    width: 150px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #2c9d00;
}

.client_profile2 {
    width: 155px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #2c9d00;
}

.client_rate {
    display: flex;
    justify-content: center;
    margin: 12px;
    gap: 7px;
}

.client_rate i {
    color: #f6cc0a;
    font-size: 18px;
}

.testo_txt p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 140%;
    margin: 0;
}

.testo_txt h3 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0% 0;
    line-height: 140%;
}

.testo_txt h2 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 3% 0 0;
    line-height: 140%;
}

.pro_txt_2 h2 {
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    line-height: 130%;
    text-align: left;
    margin: 0% 0% 1.5% !important;
}

.pro_txt_2 h2 span {
    text-transform: capitalize;
}

.pro_txt_2 p strong {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 8px;
    display: inline-block;
}

.pro_txt_2 p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 150%;
    text-align: justify;
    margin: 0% 0% 0% !important;
}


.pro_txt_2 a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #000000;
    padding: 10px 30px;
    text-align: center;
    display: table;
    margin: 0 auto;
    text-decoration: none;
    transition: all 0.3s linear;
    border: 1px solid #ffffff00;
    float: right;
    background-color: #ffffff;
    border-radius: 5px;
}

.pro_txt_2 a:hover {
    color: #fff;
    background-color: #003469;
    border: 1px solid #fff;
}

.pro_txt_23 a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    display: table;
    margin: 0 auto;
    text-decoration: none;
    /* border-radius: 5px 9px; */
    transition: all 0.3s linear;
    border: 1px solid #ffffff00;
    float: right;
    background-color: #2d9f00;
}

.pro_txt_23 a:hover {
    color: #fff;
    background-color: #003469;
    border: 1px solid #fff;
}


/*core value*/
.values-container {
    /*background: linear-gradient(135deg, #fff5f0 0%, #ffffff 100%);*/
    border: 2px solid #003469;
    border-radius: 20px;
    padding: 40px 40px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 15px rgba(255, 140, 66, 0.1);
    position: relative;
    overflow: hidden;
}

.values-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 140, 66, 0.03) 0%, rgba(255, 140, 66, 0.01) 100%);
    pointer-events: none;
}

.values-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 45px;
    position: relative;
    z-index: 1;
}

.value-item {
    color: #003469;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
}

.value-item:hover {
    color: #f08406;
    transform: translateY(-2px);
}

.separator {
    color: #003469;
    font-weight: 300;
    font-size: 16px;
    opacity: 0.7;
}

.description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}




/*accordion*/

/*accordion */
.accordion {
    width: 100%;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;

}

.fetr_who11 {
    background-color: #f1f1f1;
}

.accordion-header {
    font-family: 'Poppins', sans-serif;
    border: none;
    width: 100%;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 15px 20px;
    cursor: pointer;
    background-color: #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    border-radius: 9px;
}

.accordion-header:hover {
    background: #134685;
    color: #fff;
}

.accordion-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.accordion-icon svg {
    width: 100%;
    height: 100%;
    stroke: #6c757d;
    stroke-width: 2;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #f0f0f0;
}

.accordion-item:hover .accordion-header {
    background: #134685;
    color: #fff;
}


.accordion-content.active {
    max-height: 200px;
    /* padding: 0 1.5rem 1.25rem 1.5rem; */
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-text {
    font-family: "Inter", sans-serif;
    text-align: justify;
    color: #000;
    font-size: 16px;
}


.accordion-blt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-blt li {
    font-family: "Inter", sans-serif;
    padding: 0.4rem 0;
    position: relative;
    padding-left: 1.5rem;
    text-align: left;
}

.accordion-blt li::before {
    content: "•";
    color: #124685;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: 0.2rem;
}

.pro_txt_22 button {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    display: table;
    margin: 0 auto;
    text-decoration: none;
    /* border-radius: 5px 9px; */
    transition: all 0.3s linear;
    border: 1px solid #ffffff00;
    float: left;
    background-color: #2d9e00;
    border-radius: 5px;
}

.pro_txt_22 button:hover {
    color: #fff;
    background-color: #8aca00;
    border: 1px solid #fff;
}

.bg_clr7_1 {
    padding: 12% 0 0%;
    background-color: #f6f6f9;
    position: relative;
}

.ser_comm_bg {
    position: absolute;
    background-color: #003469;
    width: 93% !important;
    /* top: 31%; */
    top: 20%;
    left: 0;
    right: 0;
    /* height: 400px; */
    padding: 2% 3%;
    border-radius: 10px;
}

.pro_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.prod_txt h2 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0% !important;
    line-height: 140%;
    letter-spacing: 1.4px;
}

.prod_txt p {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0.5% 0 0 !important;
}

.footer_brd_top {
    border-top: 1px solid #003469;
}

#mybutton {
    position: fixed;
    bottom: 10px;
    right: 5px;
}

.ftr_txt p strong {
    color: #82bb41;
}

.wel_flex {
    display: flex;
    /* align-items: center; */
}

.top_bar {
    background-color: #003469;
    padding: 0.5% 0%;
}

.top_info:nth-child(1) {
    float: left;
    margin: 0% 2%;
    display: flex;
}

.top_info:nth-child(2) {
    float: right;

}

.top_info p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 170%;
    margin: 0% !important;
    color: #ffffff;
}

.top_info p a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5 ease-in-out;
}

.top_info p:hover a {
    font-size: 16px;
}

.top_social {
    width: fit-content;
    float: right;
    margin: 0% 1.1%;
    display: flex;
    align-items: center;
    gap: 0px;
}

.top_social p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 140%;
    margin: 0% 10px 0 0px !important;
    border-right: 1px solid #fff;
    padding-right: 15px;
}


.fa-x-twitter {
    font-size: 16px;
    color: #000 !important;
    /* background-color: #0a2649; */
    border-radius: 50%;
    width: 27px;
    display: inline-flex !important;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
}


.fa-facebook-f {
    font-size: 16px;
    color: #29487d !important;
    /* background-color: #0a2649; */
    border-radius: 50%;
    width: 27px;
    display: inline-flex !important;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
}


.fa-instagram {
    font-size: 16px;
    color: rgba(131, 58, 180) !important;
    /* background-color: #0a2649; */
    border-radius: 50%;
    width: 27px;
    display: inline-flex !important;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
}

.fa-linkedin-in {
    font-size: 16px;
    color: rgba(0, 102, 255) !important;
    /* background-color: #0a2649; */
    border-radius: 50%;
    width: 27px;
    display: inline-flex !important;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
}


.fa-linkedin-in:hover,
.fa-instagram:hover,
.fa-facebook:hover,
.fa-x-twitter:hover,
.fa-facebook-f:hover,
.fa-youtube:hover {
    color: #003469;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.contact-top {
    width: fit-content;
    padding: 1.4% 0%;
    float: right;
    display: flex;
    align-items: center;
    margin-right: 1%;
}

.contact-top a {
    font-family: "Poppins", sans-serif;
    background-color: #2d9f00;
    padding: 15px 25px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.3px;
    transition: all 0.3s linear;
}

.contact-top a:hover {
    background-color: #8aca00;
}

.contact-top2 {
    width: fit-content;
    padding: 1.4% 1%;
    display: flex;
    align-items: center;
    margin-right: 1%;
}

.contact-top2 a {
    font-family: "Poppins", sans-serif;
    background-color: #2d9f00;
    padding: 12px 21px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.3px;
    transition: all 0.3s linear;
}

.contact-top2 a:hover {
    background-color: #8aca00;
}

/* Change the background and text color of dropdown options */

.footer-logo {
    width: 70%;
    margin: 0;
}

.con {
    display: flex;
    align-items: start;
    gap: 4px;
    color: #000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #000000;
    text-align: justify;
    transition: all 0.5s ease-in-out;
}


.con:hover {
    font-size: 18px;
}



.con i {
    margin-top: 5px;
    color: #000;
}

.wel_txt h2 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #003469;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0% 1% 0% !important;
}

.wel_txt h3 {
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #171717;
    margin: 0% 1% 1% !important;
    line-height: 109%;
}

.wel_txt_form_head h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #171717;
    line-height: 140%;
}

.career-box {
    margin-top: 40px;
}

.wel_txt_form_head_main h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #171717;
    line-height: 140%;
}


.wel_txt h3 span {
    color: #82bb41;
}

.wel_txt p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0% 1% 0% !important;
}

.wel_txt p span {
    color: #003469;
}

.wel_txt p strong {
    color: #003469;
}

.wel_txt h4 {
    font-family: "Poppins", sans-serif;
    font-size: 29px;
    font-weight: 700;
    margin: 0 1% 1%;
    color: #000;
    line-height: 140%;
}

.wel_txt h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-align: justify;
    margin: -1% 1% 2%;
}


.abt_txt h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #171717;
    margin: 0.3% 1% 1% !important;
    line-height: 140%;
}

.wel_txt h5 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0% 1% 1%;
    text-transform: capitalize;
    color: #000;
    line-height: 140%;
}


.fa-envelope,
.fa-phone {
    color: #ffffff;
    font-size: 15px !important;
}

.banner-text h2 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0% 1% 0% !important;
}

.banner-text-bg {
    background-color: #003469;
    padding: 10px;
}

/*ftr*/
.fa-location-dot {
    font-size: 38px;
    font-weight: 600;
    color: #003469;
}

.faicon {
    font-size: 38px;
    font-weight: 600;
    color: #003469;
}

.text-ftr h2 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    align-items: center;
    text-align: center;
}

/*ftr*/

/*video*/
.video-wrapper {
    position: relative;
    width: 100%;
    /*max-width: 600px;*/
}

.video-thumbnail,
.play-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.play-button-icon {
    font-size: 60px;
    color: white;
}

iframe {
    width: 100%;
    height: 315px;
}

/*video*/

@keyframes top_down2 {
    0% {
        bottom: 13%;
    }

    100% {
        bottom: 0%;
    }
}

.fix_nav {
    z-index: 999;
    padding: 0px 0px;
}


.fix_nav2 {
    z-index: 999;
    padding: 0px 0px;
    position: absolute;
}


.fetr_who11 p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0% 0%;
    padding: 3%;
}


.fetr_who11 p strong {
    font-size: 18px;
    font-weight: 600;
}

.sub_lable6 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0% 0%;
    padding: 3%;
}

.icon-img {
    width: 100px;
    margin: 0 auto;
}

.revenue-model-sub {
    background-color: #f5f5f5;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.5s ease;
    border: 1px solid #fff;
    padding: 35px 15px;
    border-radius: 10px;
    transform: translateY(0);
    min-height: 293px;
    box-shadow: -3px -2px 6px -2px rgba(0, 0, 0, 0.14);
}


/*video btn*/
#controls {
    margin-top: 10px;
}

button {
    padding: 8px 16px;
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer;
}


/* Apply the slide-up animation when the card is hovered */


.revenue-model-sub:hover {
    transform: translateY(-10px);
    /* slide the card up on hover */
}

.revenue-model-sub h2 {
    text-align: center;
    color: #000;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    margin: 0;
    font-size: 28px;
    padding: 10px 0 0 !important;
    font-weight: 600;
}

.revenue-model-sub p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    font-weight: 500;
    margin: 0;
    color: #000;
    text-align: justify;
}

.icon-img-center {
    margin: 0 auto;
}

.icon-img1 {
    width: 70px;
}

.flex-dis {
    display: flex;
    margin-top: 30px;
}


/* Start Style*/

.img-brd {
    border-radius: 5px;
}


.gallery_txt h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #003469 !important;
    line-height: 140%;
    letter-spacing: 0.5px;
    margin: 0% 1% 0% !important;
    text-align: center;
}


.bg-vm {
    background: url(../images/bg-vm.jpg);
    background-color: center;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
}

.mi-vi {
    position: relative;
}

.bf-vm {
    background-color: #c3c3c3;
    padding: 15px;
}

.icon-vm {
    margin-top: -40px;
    width: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #03366a;
    border-radius: 50%;
}




.clipart {
    clip-path: polygon(0 0, 100% 0, 91% 50%, 100% 100%, 0 100%, 9% 50%);
    background-color: #005a7c;
    margin-top: -85px;
    width: 100%;
    height: 100px;
}

.clipart2 {
    clip-path: polygon(0 0, 100% 0, 91% 50%, 100% 100%, 0 100%, 9% 50%);
    background-color: #ee8302;
    margin-top: -85px;
    width: 100%;
    height: 100px;
}

.clipart3 {
    clip-path: polygon(0 0, 100% 0, 91% 50%, 100% 100%, 0 100%, 9% 50%);
    background-color: #dc2915;
    margin-top: -85px;
    width: 100%;
    height: 100px;
}

.all_page_head2 h2 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin: 0 1%;
    border-left: 5px solid #fff;
    padding-left: 15px;
    line-height: 140%;
}


.all_page_head h2 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0 1%;
    border-left: 5px solid #003469;
    padding-left: 15px;
    line-height: 140%;
}

.all_page_head p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: justify;
    line-height: 140%;
    margin: 1%;
}

.patient_box {
    border: 1px solid #ccc;
    box-shadow: 5px 5px 0 0 #3e78b333;
    transition: all .3s ease;
    min-height: 600px !important;
}

.patient_box2 {
    border: 1px solid #ccc;
    box-shadow: 5px 5px 0 0 #3e78b333;
    transition: all .3s ease;
    min-height: 680px !important;
}

.patient_box:hover {
    box-shadow: 5px 5px 13px 0 #3e78b347;
}

.patient_box h2 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 140%;
    margin: 0% !important;
}

.stories {
    padding: 20px;
    position: relative;
}

.stobg1 {
    background-color: #005A7C;
}

.stobg2 {
    background-color: #ee8302;
}

.stobg3 {
    background-color: #dc2915;
}




.count_story {
    content: "01";
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    position: absolute;
    right: 3%;
    top: 3px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff26;
    font-style: italic;
}

.stories ul {
    margin: 10px 0 0;
}

.stories ul li {
    list-style: none;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 140%;
    margin: 0 0 3px;
}

.stories ul li strong {
    font-weight: 600;
}

.col_sm8_1 {
    width: 17%;
    margin: 1%;
    float: left;
}

.col_sm88_1 {
    width: 98%;
    margin: 1%;
    float: left;
}

.col_sm33 {
    width: 60%;
    margin: 1%;
    float: left;
}

.col_sm333 {
    width: 36%;
    margin: 1%;
    float: left;
}

.patient_box h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 140%;
    margin: 1% 0 .5% !important;
}

.patient_box p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    margin: 0 0 20px !important;
}

.bullet-stories {
    padding: 20px;
}

.bullet-stories ul {
    list-style-image: url('./images/bullet.png');
    margin-left: 26px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.bullet-stories ul li {
    font-size: 16px;
    font-weight: 500;
    margin: 1.6% 0%;
    line-height: 150%;
    font-family: "Poppins", sans-serif;
    color: #000000;
    text-align: left;
}

.bullet-stories ul li a:hover {
    color: #003469;
}

hr {
    border: 1px solid #a1a1a126 !important;
}



/*vision mission section*/


/*slider bg*/

.slider-bg1 {
    background: url(../images/slider-bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.slider_brd {
    border: 2px dashed #ccc;
    padding: 0px;
    background-color: #fff;
}

.owl-item {
    padding: 0px;
}

/*--------------------------------------------------------------
New Css Ends
--------------------------------------------------------------*/

/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 75px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 31px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 999999;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 100px;
        right: 10px;
        font-size: 26px;
    }
}


/*career*/
.job-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.job-title {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.apply-btn {
    font-family: "Poppins", sans-serif;
    background-color: #1a5490;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.apply-btn:hover {
    background-color: #144073;
}

.apply-btn::after {
    content: '→';
    font-size: 16px;
}


/*--------------------------------------------------------------
home page
--------------------------------------------------------------*/

.top_main {
    width: 100%;
    z-index: 999999;
}

.top {
    width: 96%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 90% !important;
    margin: 0 auto;
    max-width: 1600px;
}

.top3 {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.logo {
    width: 260px;
    margin: 0.6% 0% 0.5% 1%;
    float: left;
    transition: all 0.4s linear;
}



/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.link {
    text-decoration: none;
    color: #000;
}

.link3 {
    text-decoration: none;
    color: #000000 !important;
}

.link4 {
    text-decoration: none;
    color: #000;
    transition: all 0.3s linear;
}

.link4:hover {
    color: #0b6835;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.col_sm1 {
    width: 100%;
    margin: 0 auto;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm2_1 {
    width: 48%;
    float: left;
    margin: 1%;
}


.col_sm2_2 {
    width: 50%;
    float: left;
    margin: 0%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm2-1 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm9 {
    width: 52%;
    margin: 1%;
    float: left;
}

.col_sm99 {
    width: 43%;
    margin: 1%;
    float: right;
}

.col_sm10 {
    width: 55%;
    float: left;
    margin: 1%;
}

.col_sm100 {
    width: 40%;
    float: left;
    margin: 1%;
}

.col_sm11 {
    width: fit-content;
    float: left;
    margin: 1%;
}

.col_sm111 {
    width: 100%;
    float: left;
    margin: 1%;
}

.col_sm22 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm222 {
    width: 62%;
    float: left;
    margin: 1%;
}

/*--------------------------------------------------------------
extra
--------------------------------------------------------------*/


.hero2 {
    background-image: url(../images/footer-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 11% 0 1%;
    background-color: #f9f9f9;
}

.hero6 {
    background-image: url(../images/footer-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0% 0 0%;
    background-color: #f9f9f9;
}

.hero4 {
    background-image: url(../images/bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding: 4% 0 2%;
    background-size: cover;
}


.branch-txt {
    background-color: #f1f1f1;
    box-shadow: 10px 10px 5px -5px rgb(0 0 0 / 8%);
    border-radius: 10px;
    cursor: pointer;
}

.branch-txt.active {
    background-color: #03366a;
    color: white;
    border-radius: 5px;
    transition: 0.3s ease;
    border-radius: 10px;
}


.branch-txt.active h3 {
    color: white;
}

.branch-txt h3 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #171717;
    line-height: 140%;
    text-align: center;
    padding: 15px;
}

.branch-txt:hover {
    background-color: #03366a;
    border-radius: 10px;
}

.branch-txt:hover h3 {
    color: #fff;
}



/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/

.ftr_txt h2 {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 0% 0% 6% 0%;
    color: #000;
    position: relative;
    width: fit-content;
}

.ftr_txt h2 span {
    color: #003469;
}

.ftr_txt p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 3% 0%;
    line-height: 150%;
    color: #000000;
    text-align: justify;
}

.ftr_txt ul {
    padding: 0% !important;
}

.ftr_txt ul li a {
    font-family: "Poppins", sans-serif;
    color: #000;
    text-decoration: none;
    line-height: 180%;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}

.ftr_lt_txt {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    color: #000000;
    margin: 0;
}

.ftr_right {
    text-align: right;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #003469;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #8aca00;
}




/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.bullet-1 ul {
    list-style-image: url(../images/bullet1.png);
    margin-left: 26px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.bullet-1 ul li {
    font-size: 16px;
    font-weight: 400;
    margin: 1.6% 0%;
    line-height: 150%;
    font-family: "Poppins", sans-serif;
    color: #000000;
    text-align: justify;
}


.bullet-12 ul {
    list-style-image: url(../images/bullet4.png);
    margin-left: 26px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.bullet-12 ul li {
    font-size: 16px;
    font-weight: 400;
    margin: 1.6% 0%;
    line-height: 150%;
    font-family: "Poppins", sans-serif;
    color: #000000;
    text-align: justify;
}

.bullet-12 ul li::first-letter{
    font-size: 16px !important;
    color: #000000!important;
}

.bullet ul {
    list-style-image: url(../images/bullet.png);
    margin-left: 26px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.bullet ul li {
    font-size: 16px;
    font-weight: 500;
    margin: 1.6% 0%;
    line-height: 150%;
    font-family: "Poppins", sans-serif;
    color: #000000;
    text-align: justify;
    width: 49%;
}

.bullet ul li a:hover {
    color: #003469;
}


/*ftr bullet*/
.bullet-ftr ul {
    list-style-image: url(../images/bullet1.png);
    margin-left: 26px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.bullet-ftr ul li {
    font-size: 16px;
    font-weight: 500;
    margin: 1.6% 0%;
    line-height: 150%;
    font-family: "Poppins", sans-serif;
    color: #000000;
    text-align: justify;
    width: 49%;
}

.bullet-ftr ul li a:hover {
    color: #003469;
}


.bullet-ftr-cont ul {
    list-style-image: url(../images/bullet1.png);
    margin-left: 26px;
    padding: 0;
}

.bullet-ftr-cont ul li {
    font-size: 16px;
    font-weight: 500;
    margin: 1.6% 0%;
    line-height: 150%;
    font-family: "Poppins", sans-serif;
    color: #000000;
    text-align: justify;
}

.bullet-ftr-cont ul li a:hover {
    color: #003469;
}

.cont-box {
    background-color: #f3f2f2;
    padding: 30px;
    border-radius: 5px;
}

.cont-flex {
    display: flex;
    flex-wrap: wrap;
}


.cont-flex2 {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    gap: 10px;
}


.contact_sub {
    padding: 2% 1%;
    box-shadow: 0px 5px 15px 0px rgb(193 188 188 / 16%);
    min-height: 206px !important;
    border: 0;
}

.contact_sub h2 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    line-height: 140%;
    text-align: center;
    margin: 0.5% 0 2% 0 !important;
}

.contact_sub p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 150%;
    text-align: center;
    margin: 1%;
}

.prod_txt h3 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    line-height: 140%;
    text-align: center;
    margin: 0.5% 0 0 !important;
}

.prod_txt p {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 140%;
    text-align: center;
    margin: 0.5% 0 0 !important;
}

.overflow-hidden {
    overflow: hidden;
}

.banner {
    position: relative;
}

.banner-txt {
    position: absolute;
    top: 37%;
    width: 100%;
}

.banner-txt h2 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    margin: 0;
    font-size: 38px;
    padding: 10px 0 0 !important;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1480px) {}

@media only screen and (max-width: 1400px) {

    .nav-links li a {
        font-size: 15px !important;
        padding: 25px 10px !important;
    }

    .nav-links li:hover .drop-menu,
    .nav-links li:hover .mega-box {
        left: -36% !important;
    }

    .mega-box {
        left: -36% !important;
    }
}

@media only screen and (max-width: 1338px) {}

@media only screen and (max-width: 1300px) {
    .nav-links li a {
        font-size: 13px !important;
    }

    .logo {
        width: 200px;
    }

    nav {
        margin: 0.55% 1% !important;
    }



    .contact-top {
        padding: 1% 0%;
    }

    .handi_gif {
        margin: 0.83% 1%;
    }
}

@media only screen and (max-width: 1200px) {
    .col_sm3 {
        width: 48%;
    }

    #wowslider-container1 .ws-title span p {
        font-size: 13px !important;
    }

    #wowslider-container1 .ws-title span h2 {
        font-size: 24px !important;
    }

    nav {
        margin: 0% 1% !important;
    }

    .nav-links li {
        padding: 2.2% 0% !important;
    }

    .handi_gif {
        width: 44px;
    }

    .logo {
        width: 160px;
    }

    .contact-top a {
        padding: 10px 22px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 1100px) {

    .ser_comm_bg {
        top: -13%;
    }

    .col_sm4 {
        width: 31.3%;
    }

    nav {
        margin: 0.7% 1% !important;
    }

    .nav-links li:hover .drop-menu,
    .nav-links li:hover .mega-box {
        left: -56% !important;
    }

    .mega-box {
        left: -56% !important;
    }

    .contact-top a {
        font-size: 10px;
    }

    .contact-top {
        padding: 1.5% 0%;
    }

    .top {
        width: 98%;
    }

    .contact-top a {
        padding: 10px 9px;
    }
}

@media only screen and (max-width: 1125px) {}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 960px) {

    .about_flex {
        flex-wrap: wrap;
    }

    .col_sm33,
    .col_sm333,
    .col_sm9,
    .col_sm99,
    .col_sm2-1,
    .col_sm2_2 {
        width: 98%;
    }

    .col_sm222 {
        width: 98%;
    }

    .bg_clr7_1 {
        padding: 0%;
    }

    .career-box {
        margin-top: 40px;
    }

    .ser_comm_bg {
        position: static;
        width: 100% !important;
        border-radius: 0px;
    }

    .ftr_txt {
        min-height: auto !important;
    }

    .ftr_txt p {
        margin: 2% 0% 0%;
    }

    .ftr_txt h2 {
        margin: 0% 0% 2% 0% !important;
    }

    .con i {
        margin-top: 0px !important;
        padding: 0.2% !important;
    }

    .bullet ul {
        margin-left: 25px;
    }

    .hero2 {
        padding: 1% 0 1%;
    }

    .col_sm4 {
        width: 48%;
    }

    .footer-logo {
        margin: 0;
    }

    .col_sm22 {
        width: 98%;
    }

    .top_main {
        position: static;
    }

    .top_bar {
        display: none;
    }

    .wel_flex {
        display: block;
    }

    .col_sm3 {
        width: 98%;
        margin-bottom: 10px;
    }

    .col_sm8 {
        width: 98%;
    }

    .top2 {
        width: 93% !important;
    }

    .wel_txt p {
        padding-right: 0%;
    }

    .contact-top {
        display: none;
    }

    .fix_nav {
        padding: 0px 0px !important;
    }

    .fa-location-dot,
    .fa-phone,
    .fa-envelope {
        padding: 1.2%;
    }

    .col_sm2 {
        width: 98%;
    }

    .col_sm44,
    .col_sm444 {
        width: 98%;
    }

    .col_sm100 {
        width: 98%;
    }

    .col_sm111 {
        width: 98%;
    }

    @keyframes top_down3 {
        0% {
            right: -4%;
            left: 31%;
        }

        100% {
            right: -4%;
            left: 23%;
        }
    }

    .logo2 {
        margin-bottom: 1%;
        width: 100px;
    }

    .ftr_txt h1 {
        margin: 0% 0% 1% 0%;
    }

    .top3 {
        width: 93%;
    }

    .fix_nav {
        position: static !important;
    }

    .fa-bars {
        color: #000;
        font-size: 30px;
        margin: 133% 0%;
    }

    .logo {
        border-right: none;
        margin: 0% auto 0%;
        padding: 3% 0;
        width: 200px !important;
    }

    .col_sm10 {
        width: 98%;
    }

    .flex-dis {
        display: flex;
        flex-direction: column;
    }

    .counter2 {
        flex-direction: column-reverse;
    }

    .counter2 h2 {
        text-align: center;
    }

    .handi_gif {
        margin: 2.45% 0%;
        display: none;
    }

    .ftr_txt {
        min-height: 272px;
    }

    .ftr_txt h2 {
        margin: 0% 0% 5% 0%;
    }

    .col_sm3-1 {
        width: 98%;
        margin-top: 56px;
    }

}


@media only screen and (max-width: 900px) {
    .logo {
        width: 199px;
    }

    .col_sm99,
    .col_sm9 {
        width: 98%;
    }

    .col_sm2 {
        width: 98%;
    }

}


@media only screen and (max-width: 800px) {

    #wowslider-container1 .ws-title span h2 {
        font-size: 18px !important;
    }

    #wowslider-container1 .ws-title span p {
        font-size: 10px !important;
    }

    #wowslider-container1 .ws-title {
        max-width: 100vw !important;
    }

    .col_sm2_1 {
        width: 98%;
    }

    .ftr_txt h1 {
        padding-bottom: 1%;
    }

    .col_sm2 {
        width: 98%;
    }

    .ftr_right {
        text-align: left;
    }

}


@media only screen and (max-width: 700px) {

    .fa-location-dot,
    .fa-phone,
    .fa-envelope {
        padding: 2%;
    }

}


@media only screen and (max-width: 600px) {

    .wel_flex iframe {
        height: 300px;
    }

    #wowslider-container1 .ws-title span h2 {
        font-size: 12px !important;
    }

    #wowslider-container1 .ws-title span p {
        font-size: 8px !important;
    }

    .client-carousel .owl-nav {
        top: -93%;
    }

    .col_sm4 {
        width: 98%;
    }

    .values-list {
        gap: 9px;
    }

    @keyframes top_down3 {
        0% {
            right: 0%;
            left: 31%;
        }

        100% {
            right: 0%;
            left: 23%;
        }
    }

    .box-mar {
        margin-top: 16% !important;
    }

    .counter2 {
        width: 48%;
    }

    .counter2_brd {
        border-right: none;
        padding: 3% 0% 0% 0%;
    }

    #wowslider-container1 .ws-title span button {
        font-size: 12px !important;
        padding: 3px 18px !important;
    }

    .ftr_txt p {
        padding-bottom: 1%;
    }

    .ftr_txt h1 {
        padding-bottom: 1%;
    }

}


@media only screen and (max-width: 500px) {

    .cont-flex2 {
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }

    .cont-info {
        text-align: center;
    }

    #wowslider-container1 .ws-title {
        padding: 13px !important;
    }


    .wel_txt h3 {
        font-size: 26px;
    }

    #wowslider-container1 .ws-title span {
        width: 100% !important;
    }

    .col_sm10,
    .col_sm100 {
        width: 98%;
    }

    .logo {
        padding: 5% 0;
    }
}


@media only screen and (max-width: 470px) {

    .wel_flex iframe {
        height: 250px;
    }

    @keyframes top_down3 {
        0% {
            right: 0%;
            left: 12%;
        }

        100% {
            right: 0%;
            left: 19%;
        }
    }

    .counter2 {
        width: 98%;
    }

    .counter2_brd {
        padding: 0% 0% 6% 0%;
    }

    .clipart2 {
        margin-top: -67px;
        height: 66px;
    }

    .clipart {
        margin-top: -67px;
        height: 66px;
    }

    .clipart3 {
        margin-top: -67px;
        height: 66px;
    }

    .patient_box {
        min-height: auto !important;
    }

    .bullet-ftr-cont ul {
        flex-direction: column;
    }

    .job-card {
        flex-direction: column;
        gap: 10px;
    }

    .job-title {
        text-align: center;
    }
}


@media only screen and (max-width: 440px) {

    .gallery_txt h3 {
        margin: 2% 1% 0% !important;
        text-align: justify;
    }

    .abt_txt h2 {
        margin-top: 15px;
    }

    .abt_txt {
        padding: 0px 0px 0px 10px;
    }

    .testi_brd {
        padding: 0px;
    }

}


@media only screen and (max-width: 400px) {

    #wowslider-container1 .ws-title span p {
        font-size: 5px !important;
    }

}

@media only screen and (max-width: 320px) {
    .col_sm11 {
        width: 98%;
    }

}

@media only screen and (max-width: 360px) {
    .col_sm1 {
        width: 100%;
    }

    .counter2_brd {
        padding: 0% 0% 5% 0%;
    }

    .icon-vm {
        width: 99px;
    }

}