* {



    margin: 0;



    padding: 0;



    box-sizing: border-box;



}







:root {



    --primary-color: #0752A5;



    --secondary-color: #3998FF;



    --matte-black: #333;



}







body {

    font-family: "Raleway", sans-serif;



    color: var(--matte-black);


}







a {



    text-decoration: none !important;

    font-weight: 600;

    font-size: 16px;



}















h1,



h2,



h3,



h4,



h5,



h6 {



    margin: 0;



    padding: 0;

    /*

    line-height: 1.5; */



}





h3 {

    font-size: 30px;

    line-height: 1.8;

}







ul,



li {



    list-style: none;



    margin: 0;



    padding: 0;



}







p {



    margin: 0;



    padding: 0;



    letter-spacing: 0px;



    font-size: 16px;



    line-height: 1.8;



    color: #343434;



    margin-bottom: 10px;

    font-weight: 400;



}







a,



a:hover {



    text-decoration: none;



    color: var(--matte-black);



    transition: all 0.4s ease;



    font-size: 16px;



}



hr {

    border: none;

    margin: 0;

    background: #aaa;

    width: 100%;

    height: 1px;

}

.content-box {

    margin-bottom: 16px;

}



.content-box h6 {
    color: var(--primary-color);
    font-weight: 600;
    line-height: 30px;
}

.content-box h5 {

    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;

}




.content-box h1 {

    font-weight: 800;

    line-height: 1.4;

    font-size: 32px;

}



.content-box p {
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    color: #555;
    font-family: 'Poppins';

}



.content-box h3 {

    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #3F3F3F;
    font-family: "Poppins", sans-serif;


}



/* Header */

.uperheader {
    position: relative;
    z-index: 888;
    background: #eae6e5;
}

.uperheader ul {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: start;
    flex-direction: row-reverse;
}

.uperheader ul li a {
    display: flex;
    column-gap: 4px;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
}

.uperheader ul li a i {
    font-size: 20px;
    color: var(--primary-color);
}

.uperheader ul li a img {
    width: 24px;
    border-radius: 50%;
    padding: 2px 0;

}

.uperheader ul li:nth-child(2) {
    border-right: 1px solid #555;
    padding-right: 20px;
}

.uperheader ul .emergency-icon {
    background: #eb2b13;
    padding: 2px 14px;
}

.uperheader ul .health-checkups {
    background: var(--primary-color);
    padding: 6px;
    border-radius: 30px;
}

.uperheader ul .emergency-icon a {
    color: #fff;
    font-weight: 600;
    font-family: 'poppins';
    display: flex;
    column-gap: 10px;
}


header {
    font-family: "Poppins", sans-serif;
}


.top-header {

    border-bottom: 1px solid #ddd;

    padding: 4px 0;
    background: #fff;

}



.logo-box img {

    width: 150px;

}



header .logo-box {

    border-right: 1px solid #ddd;

}



.topheader .top-location-contact li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    column-gap: 4px;

}



.topheader .top-location-contact li a {

    font-size: 14px;

    font-weight: 500;

    color: var(--matte-black) !important;



}



.topheader .top-location-contact {

    display: flex;

    align-items: center;

}



.topheader .top-location-contact i {

    color: var(--matte-black);

    font-size: 20px;

    margin-right: 4px;

}



.topheader-social {

    display: flex;

    align-items: center;

}



.topheader-social li {

    margin-left: 10px;


    display: flex;

    justify-content: center;

    align-items: center;



}





.topheader-social li a {

    padding: 4px;
    color: var(--matte-black);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;


}







.main-header .nav-box nav ul {

    display: flex;

    flex-wrap: wrap;

    flex-direction: row;

}



.main-header .nav-box nav ul li {

    text-transform: capitalize;

    position: relative;

}



.main-header .nav-box nav ul li a {

    padding: 20px 10px;

    font-size: 14px;

    color: var(--matte-black);

    font-weight: 500;

    padding-right: 10px;

    display: inline-block;

}



.main-header {

    box-shadow: 0px 6px 11px 0px #0000000D;

    position: relative;

    z-index: 99;



}



.nav.main-menu .navbar-nav.navigation li .sub-menu {

    width: 200px;

    max-width: 200px;

    background: #fff;

    position: absolute;

    transform: translateY(100%);

    transition: 0.3s ease;

    text-align: center;

    visibility: hidden;

    opacity: 0;

    box-shadow: 0px 7px 10px -1px rgb(0 0 0/20%);



    &>li {

        margin: 0;

        margin-right: 0 !important;

        width: 100%;

        position: relative;

        text-align: left;

    }



    & a {

        padding: 16px;

        display: block;

    }

}



.main-header .nav-box .navbar-nav.navigation li:hover .sub-menu {

    transition: 0.5s ease;

    visibility: visible;

    opacity: 1;

    transform: translateY(0);

}



/* .nav.main-menu .navbar-nav.navigation li .sub-menu li::before {

    padding-left: 12px;

    content: "\f061";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    font-size: 16px;

    color: #fff;

    position: absolute;

    left: 0;

    top: 16px;

    bottom: 0;

    margin: auto;

    transition: 0.5s;

    visibility: hidden;

    opacity: 0;

} */



.nav.main-menu .navbar-nav.navigation li .sub-menu li:hover::before {

    visibility: visible;

    opacity: 1;

}







.nav.main-menu .navbar-nav.navigation li .sub-menu li:hover {

    background: var(--secondary-color);
    border-radius: 4px;



    & a {

        color: #fff;

        padding-left: 30px;

    }

}

.nav.main-menu .navbar-nav.navigation li .sub-menu li:hover::marker {
    color: #fff;
}


.book-appoint-btn a {

    width: 100%;

    display: inline-flex;

    gap: 10px;

    align-items: center;

    justify-content: end;

    padding: 20px;

    border-radius: 0px;

    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);

    text-transform: capitalize;

    background: var(--primary-color);

    border: none;

    padding: 20px 20px 20px 0px;

    font-weight: 600;

}

.main-header-nav {
    & .detail-canvas {
        width: 10%;
    }

    & .book-appoint-btn {
        width: 100%;
    }
}



.book-appoint-btn a:hover {

    background: var(--secondary-color);

}

.sticky {
    display: none;
}

.sticky.sticky-header {

    display: block;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    background: rgb(255 255 255 / 100%);
    backdrop-filter: blur(21px);
    z-index: 99;



    & .logo-box img {

        width: 130px;
        padding: 8px;

    }

    & .book-appoint-btn a {
        padding: 24px 0;
        display: flex;
        justify-content: center;
        font-size: 16px;
    }



}


.bx.bx-menu-alt-right {

    font-size: 24px;

}



.offcanvas-contect li {

    margin: 6px 0;

}



.offcanvas-contect a {

    color: var(--matte-black);

}



.offcanvas-contect a:hover {

    color: var(--primary-color);

}



.main-menu .navigation>li.menu-item-has-children .sub-menu a:after {

    display: none;

}



.main-menu .navigation>li.menu-item-has-children a {

    margin-right: 8px;

}



.main-menu .navigation>li.menu-item-has-children a:after {

    position: absolute;

    right: 4px;

    top: 30px;

    margin-top: -8px;

    vertical-align: middle;

    font-family: "Font Awesome 5 Free";

    content: "\f0d7";

    font-size: 16px;

    line-height: 1;

    display: inline-block;

    font-weight: 900;

    color: #666;

    z-index: 5;

}



.nav.main-menu .navbar-nav.navigation li .sub-menu {

    width: 240px;

    max-width: 240px;

    background: #fff;

    position: absolute;

    transform: translateY(100%);

    transition: 0.3s ease;

    text-align: center;

    visibility: hidden;

    opacity: 0;

    box-shadow: 0 7px 10px -1px rgb(0 0 0/20%);

    z-index: 999;

}



/* main-slider */



.main-slider {

    position: relative;

}



.main-slider-inner {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 60px 0;
    height: 600px;
    display: flex;
    align-items: center;

    & h5.patient-offer {
        color: #F63C25;
        line-height: 40px;
    }
}




.main-slider-inner .treatment-box .treatments {

    background: #fff;

    box-shadow: 0px 8px 24px 0px #959DA533;

    padding: 14px;

    text-align: center;

    height: 100%;

    display: flex;

    align-items: center;

    flex-direction: column;

    justify-content: center;

    border-radius: 10px;

}



.main-slider-inner .treatment-box .treatments img {

    width: 40px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(54%) saturate(6066%) hue-rotate(202deg) brightness(95%) contrast(95%);

}



.main-slider-inner .treatment-box .treatments h6 {

    font-size: 12px;

    font-weight: 700;

    color: #04101D;

}



.slider-btn {

    display: flex;

    column-gap: 10px;
    align-items: center;

}



.slider-btn a {

    padding: 14px 24px;

    gap: 10px;

    border-radius: 100px;

    background: #00DCB3;

    display: inline-flex;

    column-gap: 10px;

    align-items: center;

    color: #04101D;

    font-weight: 700;

    & i {
        font-weight: 600;
        font-size: 18px;
    }

}



.slider-btn .call-btn {
    background: transparent;
    box-shadow: none;
    color: var(--primary-color);
    font-family: 'Poppins';
    letter-spacing: 0px;
    padding: 0;
    display: inline;
    font-weight: 600;

    & i {
        color: #F5A201;
    }

}



.owl-dots {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 20px;

    width: 100%;

}



.owl-theme .owl-dots .owl-dot.active span,

.owl-theme .owl-dots .owl-dot:hover span {

    background: #000000;

    width: 40px;

    height: 4px;

    transition: 0.5s linear;



}



.owl-theme .owl-dots .owl-dot span {

    width: 26px;

    height: 4px;

    transition: 0.5s linear;

}



/* get in touch */



.get-in-touch {

    background: #fff;

    box-shadow: 0px 8px 24px 0px #959DA533;

    padding: 30px 0;

    position: relative;

    font-family: "Poppins", sans-serif;

}



.get-in-touch ul {

    display: inline-flex;

    width: 100%;

    list-style: none;

    padding: 0;

    margin-bottom: 0;

    justify-content: start
}



.get-in-touch ul li {

    display: inline-flex;

    align-items: center;

    padding: 0 20px;

    border-right: 2px solid #ddd;

    flex-grow: 1
}



.get-in-touch ul li:first-child {

    padding-left: 0
}



.get-in-touch ul li:last-child {

    border-right: 0;

    padding-right: 0
}



.get-in-touch ul li .images {

    margin-right: 15px;

    display: flex;

    justify-self: center
}



.get-in-touch ul li .images img {

    height: 35px;

    width: 35px;

    object-fit: contain;

    filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(2784%) hue-rotate(360deg) brightness(85%) contrast(106%);

}



.get-in-touch ul li .contentBody {

    display: grid;

    align-items: center;

    line-height: 1.2;

    & span:last-child {
        color: #555;
    }
}



.get-in-touch ul li .contentBody .heading {

    color: #333;

    font-size: 16px;

    line-height: 20px;

    font-weight: 600
}



.get-in-touch ul li .contentBody .content {

    color: #333;

    font-size: 12px;

    font-weight: 500
}



.get-in-touch ul li .contentBody .googleRating {

    font-weight: 700;

    color: #333;

    display: flex;

    align-items: center
}



.get-in-touch ul li .contentBody .googleRating span {

    margin-right: 2px
}



.get-in-touch ul li .contentBody i {

    color: #ffd600
}





/* about us  */

.about-us {

    padding: 80px 0;

}



.about-us .about-us-img img {
    border-radius: 6px;
    width: 100%;
    border: 1px solid #eee;

}



.about-us .about-us-img {

    position: relative;

}



.about-us .certified-experience img {

    width: 150px;

    position: absolute;

    top: -60px;

    left: -60px;

}



.exp-content {

    position: absolute;

    bottom: 30px;

    left: 0;

    right: 0;

    border-radius: 0 10px 10px 0;

    & .treatment-box.yojna {
        width: 100%;
        margin: auto;
        padding: 10px;

        & .treatments {
            width: 120px;
            height: 120px;
            background: #fff;
            text-align: center;
            padding: 20px;
            border-radius: 10px;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;

            & img {
                width: 70px;
                border: none;
            }
        }
    }

}



.about-us .exp-content h6 {

    font-size: 16px;

    font-weight: 700;

}



.about-us .exp-content h6 span {

    display: block;

    font-size: 40px;

    font-weight: 700;

    color: #F63C25;

    position: relative;

}



.about-us .exp-content h6 span::before {

    content: "";

    background: linear-gradient(0deg, rgba(246, 60, 37, 0) 0%, rgba(246, 60, 37, 1) 100%);

    width: 8px;

    height: 80px;

    position: absolute;

    left: -20px;

    top: -4px;

    bottom: 0;

}



.about-us .services-box {

    width: 100%;

    background: #F9F9FB;

    border: 1px solid #ddd;

    padding: 10px;

    text-align: center;

    border-radius: 4px;

    height: 100%;
}



.about-us .services-box h6 {

    font-size: 12px;

    font-weight: 600;

    color: #0C0D0F;

}



.about-us .services-box img {

    margin-bottom: 10px;

    width: 40px;

    filter: brightness(0) saturate(100%);

}



.about-btn {

    display: flex;

    column-gap: 10px;

    align-items: center;

}



.about-btn a {

    padding: 16px 60px 16px 60px;

    border-radius: 30px;

    background: #0752A5;

    display: inline-block;

    margin-top: 20px;

    color: #fff;

    font-weight: 700;

}






.reviews-box a {
    background: #00DCB3;
    color: var(--matte-black);
}


.reviews-box a:hover {
    color: #fff;
    background: var(--primary-color);
}







.reviews-box a img {



    max-width: 85px;



}







.reviews-box a img.goolge-icon {



    max-width: 22px;



}







.reviews-box a span {



    border-left: 1px solid #c7c7c7;



    padding-left: 15px;



    margin-left: 8px;

    font-size: 16px;

    font-weight: 600;



}









/* departments */



.departments {

    padding: 50px 0;

}





.departments .department-items-box {

    box-shadow: 0px 0px 20px 0px #959DA533;
    border-radius: 10px;
    padding: 20px;
    min-height: 200px;
    display: none;
    max-height: 300px;
    height: 100%;
}


.department-btn a {
    display: inline-block;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 16px;
    color: #0054a5;
    font-family: 'Poppins';
    font-weight: 400;
}


.departments .department-items-box-about {

    box-shadow: 0px 8px 24px 0px #959DA533;

    border-radius: 10px;

    padding: 10px;

    background: #fff;
    font-family: 'poppins';


    & h6 {
        font-size: 16px;
    }


    & .icon img {
        filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(102%) contrast(85%);
        width: 46px;
    }


}



.departments .department-items-box .items-content {

    & h6 {

        font-size: 16px;

        font-weight: 600;

        font-family: "Poppins", sans-serif;

        line-height: 30px;



    }



    & p {

        font-size: 16px;

        font-weight: 400;

        color: #666666;

    }

}



.departments .department-items-box .icon img {

    width: 40px;

    filter: brightness(0) saturate(100%) invert(8%) sepia(3%) saturate(53%) hue-rotate(314deg) brightness(84%) contrast(85%);

}





/* departments-tabs */

.departments-tabs {

    padding: 50px 0;

}



.departments-tabs-items .departments-items-uper-row.nav-pills .nav-link.active {

    background: var(--primary-color);



    & img {

        filter: contrast(0) brightness(10);

    }



    & h6 {

        color: #fff;

    }

}



.departments-tabs-items .departments-items-uper-row.nav-pills .nav-link,

.nav-pills>.nav-link {

    position: relative;


}



.departments-tabs-items .departments-items-uper-row.nav-pills .nav-link.active::after,

.nav-pills .show>.nav-link::after {

    content: "";

    display: inline-block;

    width: 30px;

    height: 30px;

    border-radius: 4px;

    position: absolute;

    bottom: -10px;

    left: 0;

    right: 0;

    z-index: -1;

    margin: auto;

    background: var(--primary-color);

    transform: rotate(45deg);

}



.departments-tabs-items .nav-pills .nav-link img {

    width: 30px;
    height: 30px;

    margin-bottom: 12px;

    filter: contrast(0) brightness(100%);

}



.departments-tabs-items .departments-items-uper-row.nav-pills li {


    height: 120px;
    transform: rotateX(180deg);
    margin-bottom: 20px;



    & button {

        width: 200px;

        height: 100%;

        background: #F9F9F9;

        padding: 20px;

    }



    & h6 {

        font-size: 16px;

        font-weight: 500;

        color: #4f4f4f;

        font-family: "Poppins", sans-serif;



    }

}



.departments-tabs-items .departments-items-uper-row.nav-pills {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    gap: 10px;
    transform: rotateX(180deg);
    padding-top: 20px;
    transition: 0.2s ease-in-out;
}




.deparments-services .nav-pills button {

    display: flex;

    align-items: center;

    column-gap: 20px;
    margin-bottom: 10px;

    width: 100%;

    border: 1px solid #ddd;

    & h6 {
        color: var(--matte-black);
    }

    & img {

        margin-bottom: 0 !important;

    }



}



.deparments-services .nav-pills .nav-link.active,

.deparments-services .nav-pills .show>.nav-link {

    background: #4F4F4F;

    border-radius: 6px;

    border: 1px solid #4F4F4F;


    position: relative;

    & h6 {
        color: #fff;
    }

}


.deparments-services .nav-pills .nav-link.active::after,
.deparments-services .nav-pills .show>.nav-link::after {
    content: "\ea50";
    position: absolute;
    display: inline-block;
    font-size: 30px;
    right: 0px;
    top: 0;
    bottom: 0;
    font-family: boxicons !important;
    font-weight: 500;
    vertical-align: revert-layer;
    margin: auto;
    line-height: 2.2;
}



.deparments-services .item-icons {

    background: #fff;

    border-radius: 50%;

    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.departments-tabs .departments-tabs-items .tab-content {
    font-family: "Poppins", sans-serif;

    & h5 {
        font-size: 32px;

        font-weight: 700;

        margin-bottom: 14px;

        line-height: 1.5;


        color: #3F3F3F;
    }

    & p {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #555555;

    }

    & .nav-pills ul {
        width: 100%;
    }


}



.departments-tabs .departments-tabs-items .tab-content .tabs-inner-slider img {

    border-radius: 10px;
    border: 1px solid #ddd;

}


.departments-tabs {
    & .slider-btn a {
        font-size: 16px;
        font-weight: 700;
        font-family: "Raleway", sans-serif;

    }
}


/* our Doctor */



.our-doctor {

    padding: 80px 0;

}



.our-doctor .doctor-info img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    height: 300px;
    object-fit: cover;
    display: block;
    object-position: top;
    margin: 0 auto 30px auto;
}



.our-doctor .doctor-info h6 {

    font-size: 20px;

    font-weight: 600;
    line-height: 24px;

    color: #3F3F3F;

}

.our-doctor .doctor-info h6+span {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}

.our-doctor .all-doctor-info {
    transform: scale(0.95);
    transition: all 0.4s ease-in-out;
    height: 100%;

    & .doctor-info {
        padding: 10px;
        border-radius: 6px;
        border: 1px solid #ddd;
        height: 100%;

        & .name-box h6:hover {
            color: #F63C25;
            transition: 0.3s ease-in-out;
        }
    }
}

.our-doctor .all-doctor-info:hover {
    box-shadow: 16px 18px 22px rgb(0 0 0 / 15%);
    transform: scale(1);


}



.our-doctor .doctor-info p {

    font-size: 16px;

    margin: 0;

    font-weight: 400;
    line-height: 24px;
    text-align: center;

    color: #415674;


}



.our-doctor .owl-dots {

    bottom: -30px;

}







/* gallery */



.Gallery-section {

    padding: 80px 0;

}



.Gallery-section .section-title {

    margin-bottom: 30px;

    text-align: center;

}



.Gallery-section .filter-group {

    text-align: center;

    margin-bottom: 25px;

}



.Gallery-section .filter-group .filter-button {

    border: 1px solid #ddd;

    border-radius: 5px;

    padding: 10px 30px;

    background: #fff;

    font-weight: 800;

    font-size: 16px;

    line-height: 26px;

    text-align: center;

    color: #4F4F4F;

    margin-right: 10px;

    width: max-content;

}



.Gallery-section .filter-group .filter-button.active {

    background-color: var(--primary-color);

    color: #fff;

    border: 1px solid var(--primary-color);

}



.Gallery-section .gallery_product .card {

    border: 0;

    text-align: center;

    height: 100%;

    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    background-color: #fff;

    background-clip: border-box;

    border-radius: 0.25rem;

}



.Gallery-section .gallery_product .card img {

    border-radius: 10px;

    overflow: hidden;

    width: 100%;

    height: 200px;

    object-fit: cover;

    object-position: center;

}

.Gallery-section .card .overlayer i {



    font-size: 50px;



    color: #fff;



    rotate: 45deg;



    margin-bottom: 10px
}



.Gallery-section .card:hover .overlayer {



    opacity: 1;



    transform: scale(1)
}

.Gallery-section .card .overlayer {

    width: 100%;

    height: 100%;

    background-color: #23242442;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    opacity: 0;

    padding: 15px;

    transform: scale(.5);

    transition: all .4s ease-in-out;

}



.view-all-btn a {

    padding: 10px 50px;
    gap: 10px;
    border-radius: 50px;
    background: #04101D;
    display: inline-flex;
    column-gap: 10px;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;

}



/* services */

.services {

    padding: 80px 0;

    font-family: "Poppins", sans-serif;

}


.services .service-center-img img {
    border-radius: 10px;
    width: 100%;
    margin: auto;
    height: 380px;
    object-fit: cover;
}


.services .service-center-img .owl-dots {

    bottom: -30px;

}



.services .service-items .icon .icon-box {

    width: 60px;

    height: 60px;

    background: #F5F5F5;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 10px;

}



.services .service-items .icon .icon-box img {

    width: 40px;

    filter: brightness(0) saturate(100%);

}



.services .service-items .title-content {
    & h6 {

        font-size: 16px;
        font-weight: 600;
        line-height: 30px;

    }

    & p {
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
        color: #5E6271;

    }
}



/* VideoSection */

.OurVideo-section {

    padding: 80px 0;



}



.OurVideo-section .video-slider .video-thumb {

    width: 100%;

    object-fit: contain;

    border-radius: 10px;

}



.OurVideo-section .video-slider .video-thumb img {

    width: 100%;

    border-radius: 10px;

}



.OurVideo-section .watch-video-btn {

    width: 100%
}



.OurVideo-section .watch-video-btn a {

    position: absolute;

    bottom: 10px;

    left: 0;

    right: 0;

    margin: auto;

    background: #fff;

    border-radius: 100px;

    width: fit-content;

    padding: 6px 20px 6px 8px;

    display: flex;

    align-items: center;

    gap: 8px;

    font-size: 16px;

    font-weight: 700;

    color: var(--matte-black);

    font-family: "Poppins", sans-serif;
}



.OurVideo-section .watch-video-btn a .bx-play {

    background: #F63C25;

    border-radius: 100%;

    height: 34px;

    width: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 30px;

    color: #fff
}



/* emergency */



.emergency {

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    padding: 60px 0;


    .content-box {

        & h3 {
            color: #fff;
            font-size: 22px;
            line-height: 35px;
            font-weight: 600;

            & span {
                color: #FBB204;
            }
        }
    }

}


.emergency .top-location-contact {

    display: flex;

    column-gap: 20px;

    justify-content: center;

    margin: 20px 0;

    & li {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }

    & a {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0.02em;

    }

    & span {
        text-align: left;
    }

}



.emergency .top-location-contact i {

    color: #3998FF;

    font-size: 20px;

    margin-right: 6px;

}



.emergency .btn-box {

    display: flex;

    align-items: center;

    column-gap: 10px;

}



.emergency .btn-box a {

    background: var(--primary-color);

    color: #fff;

    padding: 10px 50px;

    border-radius: 6px;

    background: var(--primary-color);

    color: #fff;

    font-weight: 700;

}



.emergency .btn-box .contact-btn {

    background: #fff;

    color: var(--primary-color);

}



/* story */



.story-Section {

    padding: 80px 0;

}



.story-Section .gallery .galleryCard img {

    width: 100%;

    border-radius: 10px;

    display: block;

    height: 100%;

    object-fit: cover;

    object-position: top;

}



.story-Section .Allstories {

    width: 100%;

    height: 600px;

}



.story-Section .story-inner .galleryCard {

    position: relative;

    height: 100%;

}



.story-Section .galleryCard .overlayer {

    position: absolute;

    width: 100%;

    height: 100%;

    display: inline-block;

    top: 0;

    bottom: 0;

    left: 0;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.33%, #000000 100%);

    border-radius: 10px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;



}



.story-Section .galleryCard .overlayer {

    & .play-btn {

        height: 40px;

        width: 40px;

        background: #F63C25;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 50%;

        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;



        i {

            font-size: 26px;

            color: #fff;

            vertical-align: middle;

            margin-top: 2px;

        }

    }

    & .Story-title-description {
        position: absolute;
        bottom: 20px;
    }
}



.story-Section .galleryCard .overlayer h6 {

    font-size: 16px;

    color: #fff;

    font-weight: 700;

    line-height: 24px;

    text-align: center;
}



.story-Section .galleryCard .overlayer p {

    font-size: 12px;

    color: #fff;

    line-height: 18px;

    font-weight: 600;

    text-align: center;



}



.story-Section .Allstories {

    display: grid;

    align-items: center;

    grid-template-columns: repeat(5, 1fr);

    grid-template-rows: repeat(2, 1fr);

    gap: 10px;

    height: 100%;

}



.story-Section .story-inner {

    width: 100%;

}



.story-Section .story-inner .gallery {

    height: 100%;

}



.story-Section .story-inner:nth-child(1) {

    grid-column: 1 / 2;

    grid-row: 1/3;

}



.story-Section .story-inner:nth-child(2) {

    grid-column: 2 / 3;

    grid-row: 1/2;

}



.story-Section .story-inner:nth-child(3) {

    grid-column: 2 / 3;

    grid-row: 2/3;

}



.story-Section .story-inner:nth-child(4) {

    grid-column: 3 / 4;

    grid-row: 1/3;

    height: 100%;

}



.story-Section .story-inner:nth-child(5) {

    grid-column: 4 / 5;

    grid-row: 1/2;

}



.story-Section .story-inner:nth-child(6) {

    grid-column: 4 / 5;

    grid-row: 2/3;

}



.story-Section .story-inner:nth-child(7) {

    grid-column: 5 / 6;

    grid-row: 1/3;

}







/* appointment-area */

.appointment-area {

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    padding: 80px 0 140px 0;



    & .status {

        display: flex;

        justify-content: center;


    }



    & .col-lg-3:last-child .status {

        border-right: 1px solid transparent;

    }

}



.appointment-area .status p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    font-family: "Poppins", sans-serif;

}



.appointment-area .status p strong {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    text-align: center;

}



.emergency-contact {

    margin-top: -100px;

}

.input-group-text {
    height: 38px;
}

.text-input {
    height: 100px;
}

.emergency-contact .emergency-box {

    background: #222222;

    box-shadow: 0px 8px 24px 0px #959DA533;

    padding: 30px;

    text-align: center;

    border-radius: 20px;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;



    & h6 {

        color: #FBB204;

        font-size: 30px;

        font-weight: 800;

        line-height: 40px;

        font-family: "Poppins", sans-serif;



    }



    & p {

        color: #fff;

    }



}



.emergency-contact .contact-form-box .content-box {

    font-family: "Poppins", sans-serif;



}



.emergency-contact .contact-form-box {

    background: #fff;

    border-radius: 20px;

    box-shadow: 0px 8px 24px 0px #959DA533;

    padding: 30px;

    height: 100%;

}

.emergency-contact .contact-form-box .confirm-btn {

    position: relative;

}

.emergency-contact .contact-form-box .confirm-btn .wpcf7-spinner {

    position: absolute;

    right: 0px;

    top: 20px;

    bottom: 0;

}

.emergency-contact .contact-form-box .confirm-btn input {

    background: #04101D;

    padding: 16px;

    color: #fff;

    display: inline-block;

    border-radius: 10px;

    border: none;

}



.emergency-contact .contact-form-box .call-btn a {

    color: #F63C25;

    display: inline-block;

}



.emergency-contact .contact-form-box .contact-form label {

    font-size: 16px;

    margin-bottom: 6px;

    font-weight: 600;

    font-family: "Poppins", sans-serif;



}



.emergency-contact .contact-form-box .contact-form i {

    font-size: 20px;

}



.emergency-contact .contact-form-box .contact-form input,

.emergency-contact .contact-form-box .contact-form textarea {

    font-family: "Poppins", sans-serif;



}



.emergency-contact .contact-form-box .contact-form textarea {

    height: 100px;

}





.emergency-contact .contact-form-box .contact-form input::placeholder,

.emergency-contact .contact-form-box .contact-form textarea::placeholder {

    font-size: 12px;

    font-weight: 400;

    color: #999;

}





.emergency-contact {



    & .input-group {

        flex-wrap: nowrap;

        & input {

            border-radius: 0 4px 4px 0;

        }



        & span.wpcf7-form-control-wrap {

            width: 100%;

        }



        & .wpcf7-not-valid-tip {

            margin-left: 8px;

            margin-top: 8px;

        }



    }



}







/* testimonial */



.testimonials {

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    padding: 80px 0
}



.testimonials .owl-stage-outer {

    padding: 15px;

    & .owl-stage {
        display: flex;

    }
}



.testimonials .countGoogle {

    border-radius: 6px;

    padding: 10px 25px;

    border: 1px solid #DDDDDD;

    background: #fff;

    display: inline-flex;

    align-items: center;

    font-family: "Poppins", sans-serif;

}



.testimonials .countGoogle img {

    height: 26px;

    margin-right: 10px
}



.testimonials .countGoogle h4 {

    padding-left: 10px;

    border-left: 1px solid #ddd;

    color: #333;

    font-size: 16px;

    font-weight: 600;

    margin-bottom: 0
}



.testimonials .googleViewbtn {

    display: inline-flex;

    column-gap: 10px;

    background-color: #fff;

    padding: 10px 25px;

    height: 100%;

    font-size: 16px;

    border: 1px solid #DDDDDD;

    border-radius: 6px;

    font-weight: 600;

    color: #333;

    line-height: 1.2;

    display: flex;

    align-items: center;

    justify-content: center;

    font-family: "Poppins", sans-serif;

}



.testimonials .googleViewbtn img {

    width: 20px
}



.testimonials .googleViewbtn:hover {

    background-color: var(--primary-color);

    color: #fff
}



.testimonial-items {

    background: #fff;

    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);

    border-radius: 10px;

    padding: 24px 15px 24px 24px;

    height: 100%;
}





.testimonial-carousel .owl-dots {



    bottom: -24px;

}



.testimonial-items h4 {

    color: #133240;

    font-size: 20px;

    line-height: 35px;

    margin-bottom: 8px;

    font-weight: 700;

}



.testimonial-items ul {

    display: flex;

    justify-content: start;

    align-items: center;

    gap: 6px
}



.testimonial-items ul li i {

    color: #fbb204;

    font-size: 18px
}



.testimonial-items p {

    font-size: 16px;

    overflow-y: auto;

    margin-bottom: 0;

    padding-right: 10px
}



.testimonial-items p .morelink {

    color: var(--primary-color);

    display: inline-block;

    line-height: 1.2;

    padding: 0 5px;

    font-weight: 500
}



.testimonial-items p .morelink i {

    margin-left: 6px;

    font-size: 14px
}



.morecontent span {

    display: none
}





/* contectSection */

.ContentSection {

    padding: 80px 0;

    background-repeat: no-repeat !important;

    background-position: center !important;

    background-size: cover !important;



    & img {

        width: 100%;

        border-radius: 6px;

    }

}





/* whyChoose */

.whychoose {

    padding: 80px 0;

}



.whychoose .whyChooseItems {

    padding: 20px 10px;

    height: 100%;



    & img {

        margin-bottom: 20px;

    }



    & h6 {

        font-weight: 700;

        font-size: 18px;

    }



    & .whyChooseItem-icon img {

        width: 60px;

    }



    & .title-content p {

        margin: 0;
        font-weight: 500;
        font-size: 16px;

    }



}

.whychoose .row .col-md-6:first-child {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.whychoose .row .col-md-6:nth-child(2) {
    border-bottom: 1px solid #ddd;

}

.whychoose .row .col-md-6:nth-child(3) {
    border-right: 1px solid #ddd;


}

.whychoose .whyChooseItems:hover {
    & .whyChooseItem-icon img {
        transform: rotate(360deg);
        transition: 0.5s ease-in-out;
    }
}



/* blogsUpdates */





/* blog-details */

.blogs-banner {

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    padding: 80px 0;



    & h1 {

        color: var(--primary-color);

    }

}



.blogs-banner .breadcrumb {

    background: #fff;

    border-radius: 30px;

    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);

    padding: 8px 14px;

    width: fit-content;

    margin: auto;



    & li {

        font-weight: 600;

    }



    & li a {

        color: var(--primary-color);

    }

}



.blogs-banner .breadcrumb-item+.breadcrumb-item::before {

    color: var(--primary-color);

}



.blog-card {

    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;

}

.blog-card:hover .blog-details .blog-title h6 a {
    color: #F63C25;
}

/*
.blog-card:hover .blog-thumbnail img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
} */

.blog-slider .post-meta li {
    font-size: 16px;
    font-family: 'poppins';
}


.blog-slider .owl-stage-outer {

    padding: 30px 0;

}



.blog-thumbnail img {

    width: 100%;

    border-radius: 8px;

}



.blog-details {


    border-radius: 8px;

    width: 100%;

    height: 100%;

    margin: auto;

    display: flex;

    align-items: end;

    padding: 10px;



}



.blog-details span {

    font-size: 16px;

    text-transform: capitalize;


}



.blog-details i {

    color: var(--primary-color);

    margin-right: 6px;

}



.blog-title h6 {

    line-height: 1;

}



.blog-title a {

    font-size: 16px;
    justify-content: space-between;
    padding: 0 4px;
    margin-top: 6px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block;


    & i {

        color: var(--matte-black);

    }

}



.blog-date {

    background: var(--secondary-color);

    color: #F5A201;

    width: fit-content;

    padding: 4px 10px;

    border-radius: 6px;

    position: absolute;

    top: -26px;

    right: 10px;

}



.blog-details .blog-date h6 {

    font-size: 16px;

    text-transform: uppercase;

    text-align: center;

}



.blog-details .blog-date h6 span {

    display: block;

    font-size: 16px;

}



.health-tips-sec {

    padding: 80px 0;

}



.health-tips-sec .sec-head-box h6 {

    color: var(--secondary-color);

}



.blog-details-1 {

    padding: 100px 0 60px;

}



.blog-single-post {

    position: relative;

    margin-bottom: 40px
}



.blog-single-post.blog-salah .image img {

    width: auto;

    height: 500px
}



.blog-single-post .image {

    position: relative;

    overflow: hidden;

    margin-bottom: 30px
}



.blog-single-post .image img {

    width: 100%;

}



.blog-single-post .lower-content {

    position: relative;

    padding: 30px;

    border: 1px solid #ebf2f3;

    border-top: 0;

    border-radius: 5px
}



.blog-single-post ul.post-meta {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    font-size: 16px;

    margin-bottom: 13px
}



.blog-single-post .post-meta li {

    margin-right: 15px;

    padding-right: 15px;

    font-weight: 600;

    border-right: 1px solid #ddd
}



.blog-single-post .post-meta li i {

    margin-right: 8px;

    color: var(--primary-color);

}



.blog-single-post .post-meta li:last-child {

    border-right: 0
}



.blog-single-post h1 {

    position: relative;

    font-size: 30px;

    line-height: 44px;

    font-weight: 700;

    margin-bottom: 15px;

    color: #3F3F3F;

}



.blog-single-post h3 {

    position: relative;

    font-size: 28px;

    line-height: 42px;

    font-weight: 700;

    margin-bottom: 15px;

    color: #3F3F3F;

}



.blog-single-post .text {

    margin-bottom: 40px
}



.blog-single-post .text ul {

    padding-left: 0;

}



.blog-single-post .text ul li {

    list-style: none;

    margin-bottom: 10px;

    color: #3F3F3F;

    position: relative;

    padding-left: 30px;

}



.blog-single-post .text ul li::before {

    color: var(--primary-color);

    content: "\f061";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    font-size: 16px;

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

}



.blog-single-post .text ol li {

    list-style: inherit;

    margin-bottom: 10px;

    color: #3F3F3F;

}



.blog-single-post .text h2 {

    position: relative;

    font-size: 28px;

    line-height: 44px;

    font-weight: 700;

    font-family: inherit;

    margin-bottom: 15px
}



.blog-single-post .text h3 {

    position: relative;

    font-size: 24px;

    line-height: 40px;

    font-weight: 700;

    font-family: inherit;

    margin-bottom: 15px
}



.blog-single-post .text h4 {

    position: relative;

    font-size: 22px;

    line-height: 40px;

    font-weight: 700;

    font-family: inherit;

    margin-bottom: 15px
}



.blog-single-post .text h5 {

    position: relative;

    font-size: 20px;

    line-height: 40px;

    font-weight: 700;

    font-family: inherit;

    margin-bottom: 15px
}



.blog-single-post .text h6 {

    position: relative;

    font-size: 18px;

    line-height: 30px;

    font-weight: 700;

    font-family: inherit;

    margin-bottom: 15px
}



.blog-single-post .text table tr th,

.blog-single-post .text table tr td {

    border: 2px solid #ddd;

    padding: 8px 10px;

    font-size: 16px;

    font-weight: 500;

}



.blog-single-post .text table tr th {

    font-weight: 700;

}



.blog-single-post blockquote {

    position: relative;

    padding-left: 30px;

    font-size: 16px;

    color: #565872;

    margin-bottom: 30px
}



.blog-single-post blockquote:before {

    position: absolute;

    content: '';

    top: 0;

    width: 8px;

    bottom: 0;

    background: var(--primary-color);

    left: 0;

    border-radius: 5px
}



.widget {

    position: relative;

    margin-bottom: 50px;

}



.widget_popular_post {

    position: relative;

    max-width: 350px;

    margin-left: auto;

}



.widget .widget-title {

    position: relative;

    font-size: 20px;

    color: #3F3F3F;

    margin-bottom: 20px;

    font-weight: 600;

}



.widget_popular_post .post-thumb {

    position: relative;

    margin-right: 15px;

    margin-bottom: 0;

    overflow: hidden
}



.widget_popular_post .post-thumb:before {

    position: absolute;

    top: 50%;

    left: 50%;

    display: block;

    content: '';

    width: 0;

    height: 0;

    background: rgb(16 34 53 / 59%);

    border-radius: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    opacity: 0;

    z-index: 10;

    pointer-events: none;

    transition: all 0.3s ease-in;

}



.widget_popular_post .post-thumb:hover:before {

    opacity: 1;

    width: 100%;

    height: 100%;

    border-radius: 0;

    -webkit-animation: circle .75s;

    animation: circle .75s
}



.widget_popular_post .post-thumb img {

    border-radius: 5px;

    float: left;

    height: 60px;

    width: 60px;

    object-fit: cover
}



.widget_popular_post .post {

    position: relative;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    margin-bottom: 20px;

    border: 1px solid #e3e3e3;

    padding-bottom: 17px;

    padding: 14px;

    border-radius: 5px
}



.widget_popular_post .post:last-child {

    margin-bottom: 0
}



.widget_popular_post .content {

    position: relative;

    width: calc(100% - 75px)
}



.widget_popular_post .content h5 {

    position: relative;

    font-size: 16px;

    margin-bottom: 3px;

    font-weight: 600;

    font-family: inherit
}



.widget_popular_post .content h5 a {

    color: #3F3F3F;

    transition: .5s
}



.widget_popular_post .content h5 a:hover {

    color: var(--primary-color);

}



.widget_popular_post .content .post-info {

    font-size: 16px;

    color: #3F3F3F;

}



.widget_popular_post .content .post-info i {

    margin-right: 4px;

    color: var(--primary-color);

}



.blog-sidebar .widget .form-appointment {

    background: #fff;

    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);

    border-radius: 10px;

    padding: 40px 25px;

    max-width: 350px;

}



/* faqSection */



.faqSection {

    padding: 80px 0;

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

}



.faqSection .faq-items {

    padding: 20px;

    border-radius: 20px;

    background: #fff;

    box-shadow: 0px 8px 24px 0px #959DA533;

    & .accordion .accordion-item .accordion-body {
        border-radius: 10px;
        margin-bottom: 10px;

        & ul {
            list-style: disc;
            padding-left: 20px;
            margin-bottom: 10px;

            & li {
                list-style: disc;
                font-weight: 500;
                font-size: 16px;
            }
        }

    }



}



.faqSection .faq-items .accordion-button:not(.collapsed) {

    background: #fff;

    color: var(--matte-black);

    box-shadow: none;

}



.faqSection .faq-items .accordion-body {

    background: #f4f4f4;

}



.faqSection .faq-items .accordion-button {

    font-size: 16px;

    font-weight: 500;

    font-family: "Poppins", sans-serif;

    color: var(--matte-black);
    z-index: 0;



}



.faqSection .faq-items .accordion-button:focus {

    box-shadow: none;

}





/* awards */

.awards {

    background: #F8F9FB;

    padding: 80px 0;

}



.awards img {

    background: #DDDDDD33;

    border-radius: 4px;

    width: 100%;

}

.awards .yojna-box {
    padding: 20px 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.awards .yojna-box img {
    width: 70px;
    animation: zoom-in-zoom-out 2s linear infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}




/* footer */



.border-dashed-footer {

    border-bottom: 2px dashed var(--primary-color);

}

footer {

    border-top: 1px solid #ddd;

    font-family: "Poppins", sans-serif;

    & ul li {
        margin: 10px 0;

    }

    & ul li a {
        color: #5E6271;
        font-weight: 400;
        font-size: 16px;
    }

    & ul li a:hover {
        padding-left: 10px;
    }

    & p {
        color: #5E6271;
        font-weight: 400;
        font-size: 16px;
    }

}

footer h4 {

    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 39px;


}

footer .Contact-info a {

    font-size: 16px;

    font-weight: 400;

    display: inline-flex;

    column-gap: 10px;

}



footer .Contact-info a i {

    font-size: 20px;

    color: var(--primary-color);

}


.footer-bottom {

    background: #04101D;

    font-weight: 400;

    padding: 10px 0;

}



.footer-bottom a {

    font-weight: 700;

    color: #fff;

}



.tabs-inner-slider.owl-theme .owl-dots .owl-dot.active span,

.tabs-inner-slider.owl-theme .owl-dots .owl-dot:hover span {

    background: var(--primary-color);

}









/* about Page */





.about-banner {



    position: relative;

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

}



.about-banner .content-box {

    padding: 80px 0;

}



.about-banner-bottom {

    padding: 20px 0;

    text-align: center;

    background: rgba(255, 255, 255, 0.3);

}



.about-banner-bottom .breadcrumb-item {

    font-size: 18px;

    font-weight: 600;

}



.about-banner-bottom .breadcrumb-item a {

    font-size: 18px;

    font-weight: 600;

}



/* overview */



.overview {

    padding: 80px 0;

}



.overview .overview-img img {

    width: 100%;

    border-radius: 10px;

    border: 1px solid #eee;

}



.overview .content-box ul {

    display: flex;

    flex-wrap: wrap;

}



.overview .content-box ul li {

    position: relative;

    padding-left: 20px;

    margin-bottom: 14px;

    font-weight: 500;

    width: 50%;

    font-size: 16px;

}



.overview .content-box ul li::before {

    content: "\ea55";

    font-family: boxicons !important;

    font-weight: 400;

    font-size: 16px;

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    color: var(--primary-color);

}



/* GalleryFAQ */



.GalleryFAQ {

    padding: 80px 0;

}



.GalleryFAQ .Gallery-section {

    padding: 0;

}



.GalleryFAQ .Gallery-section {

    padding: 0;

}



.departments.about-depart .department-items-box {

    padding: 10px;

    border: 1px solid #ddd;

    background: #fff;

}



.departments.about-depart .department-items-box .icon {

    filter: brightness(0) saturate(100%) invert(18%) sepia(0%) saturate(1%) hue-rotate(146deg) brightness(94%) contrast(92%);

}



.about-contact {

    padding-bottom: 80px;

}



.departments.about-depart {

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

}



.specilities-box {


    border-radius: 10px;

    padding: 20px;

    box-shadow: 0px 8px 24px 0px #959DA533;

    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;


    & h6 {

        color: #fff;

        font-size: 20px;

        margin-bottom: 14px;

        font-weight: 600;

    }



    & ul li {

        font-size: 16px;

        font-weight: 500;

        margin-bottom: 10px;

        padding-left: 20px;

        position: relative;

        color: #fff;

    }



    & ul li::before {

        content: "\ea55";

        font-family: boxicons !important;

        font-weight: 400;

        font-size: 16px;

        position: absolute;

        left: 0;

        top: 0;

        bottom: 0;

        color: #fff;

    }

}

.Alldoctors .specilities-box,
.doctor-page .specilities-box {
    height: 394px;
    position: sticky;
    top: 90px;
}


/* Our Mission & Vision */

.mission-vision {

    padding: 80px 0;

}



.mission-vision .image-title img {

    width: 100%;

    border-radius: 10px 10px 0 0;

}



.mission-vision .image-title p {

    background: var(--primary-color);

    color: #fff;

    padding: 10px;

    border-radius: 0px 0px 10px 10px;



}



.mission-vision .mission-vision-items i {

    font-size: 40px;

    color: var(--secondary-color);

}



.mission-vision .mission-vision-content-box .content-box h4 strong {

    font-weight: 700;

    margin-bottom: 10px;

    color: var(--primary-color);

}


.mission-vision .mission-vision-content-box .content-box h6 {
    color: var(--primary-color);
    font-weight: 500;
    margin: 10px 0;
}


.mission-vision .mission-vision-items .row {

    margin: 30px 0;

}



.mission-vision .mission-vision-items .heading-content {

    & h6 {

        font-size: 20px;

        font-weight: 600;

        margin-bottom: 10px;

    }

}



.mission-vision .mission-vision-content-box ul li {

    margin-bottom: 14px;

    position: relative;

    padding-left: 20px;

    font-weight: 500;

    font-size: 16px;

}



.mission-vision .mission-vision-content-box ul li::before {

    content: "\ea55";

    font-family: boxicons !important;

    font-weight: 400;

    font-size: 16px;

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    color: var(--primary-color);

}



/* facilities */

.facilities {

    padding: 80px 0;

    background: #fcfcfc;

}



.facilities-items .icon {

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background: #fff;

    border: 1px solid #ddd;

    display: flex;

    justify-content: center;

    align-items: center;

}



.facilities-items .icon i {

    font-size: 20px;

    color: var(--matte-black);

}



.facilities .facilities-items h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Poppins';
    line-height: 1.5;

}





/* about doctors */





.Alldoctors {

    padding: 80px 0;

}



.Alldoctors .doctor-profile:hover {

    -webkit-box-shadow: 0 9px 20px 0 rgba(165, 165, 165, 0.50);

    box-shadow: 0 9px 20px 0 rgba(165, 165, 165, 0.50);

    transition: 0.3s linear;

}



.Alldoctors .doctor-profile {

    border: 1px solid #eee;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 4px;


    & h6 {

        font-size: 16px;

        font-weight: 600;

        margin-bottom: 6px;

    }



    & h3 {

        font-size: 16px;

        font-weight: 700;

        color: var(--primary-color);

        margin-bottom: 2px;

    }



    & p {

        font-size: 16px;

        margin: 0;

        font-weight: 500;

    }

}



.Alldoctors .doctor-profile .doctor-img img {

    width: 100px;

    height: 100px;

    object-fit: cover;

    object-position: top;

    border-radius: 8px;

}



.Alldoctors .doctor-profile .department ul {

    display: flex;

    gap: 10px;

}



.Alldoctors .doctor-profile .department ul li a {

    color: #767676;

    font-size: 12px;

    font-weight: 600;

    padding: 0 14px;

    line-height: 24px;

    border-radius: 4px;

    background: #f7f7f7;

    display: inline-block;

    margin-left: 6px;

    position: relative;

    z-index: 9;

    display: inline-block;

}





.Alldoctors .doctor-profile .doctor-contact-info a.call-btn {

    padding: 10px 20px;

    position: relative;

    text-align: center;

    border: 1px solid #ddd;

    border-radius: 4px;

    display: inline-flex;

    width: fit-content;

    align-items: center;

    column-gap: 4px;

    color: var(--matte-black);

    font-family: "Poppins", sans-serif;

    z-index: 9;

    margin-top: 10px;



    & i {

        font-size: 20px;

        margin-right: 8px;

        color: var(--matte-black);

    }

}



.Alldoctors .doctor-profile .doctor-contact-info .call-btn:hover {

    background: #00DCB3;

    border-color: #00DCB3;

}



.Alldoctors .doctor-profile .doctor-contact-info ul li {

    font-size: 16px;

    font-weight: 500;

    margin-bottom: 10px;

    position: relative;

    padding-left: 20px;

}



.Alldoctors .doctor-profile .doctor-contact-info li::before {

    content: "\ea55";

    font-family: boxicons !important;

    font-weight: 400;

    font-size: 16px;

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    color: var(--primary-color);

}



.Alldoctors .doctor-profile>.row:first-child .col-7 {

    border-right: 1px solid #ddd;

}



.Alldoctors .doctor-profile a {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

}




/* doctor - page */

.doctor-page .doctor-single-post .image img {

    width: 240px;

    padding: 6px;

    border: 1px solid #ddd;

    height: 240px;

    object-fit: cover;

    object-position: top;

}



.doctor-page .doctor-single-post .doctor-content p {

    font-size: 16px;

}







.about-doctor-overview-box .tab-box .nav-pills {

    --bs-nav-pills-border-radius: 4px 4px 0 0;

    --bs-nav-pills-link-active-color: #fff;

    --bs-nav-pills-link-active-bg: var(--primary-color);

}



.about-doctor-overview-box .tab-box .nav-pills .nav-link {

    color: #767676;

    display: block;

    font-size: 16px;

    padding: 0 30px;

    font-weight: 500;

    line-height: 38px;

    border: 1px solid #eee;

    border-left: 0;

    border-bottom: 0;

    border-radius: 4px 4px 0 0;

}



.about-doctor-overview-box .tab-box ul li {

    margin-right: 2px;

}



.about-doctor-overview-box .tab-box .dayTiming span {

    font-size: 16px;

}





.about-doctor-overview-box .tab-box .nav-pills .nav-link.active,

.nav-pills .show>.nav-link {

    color: #fff;

    background: var(--primary-color);

}





.about-doctor-overview-box .tab-box .tab-content {

    padding: 30px;

    border: 1px solid #eee;

    border-radius: 0 0 10px 10px;



    & i {

        color: var(--primary-color);

        padding-right: 4px;

    }

}



.about-doctor-overview-box .doctor-designation ul li {

    margin-bottom: 10px;



    & a span {

        color: var(--primary-color);

        font-weight: 500;



    }



    & i {

        color: var(--primary-color);

    }

}



.about-doctor-overview-box .doctor-contact-info .top-location-contact li {



    & i {

        color: var(--primary-color);

    }

}



.about-doctor-overview-box .tabs-content ul {

    list-style: disc;

    display: flex;

    flex-wrap: wrap;

    padding: 0 0 0 30px;

}



.about-doctor-overview-box .tabs-content li {

    list-style: disc;

    width: 50%;

}



.about-doctor-overview-box .about-content-left {

    background: #f4f6f8;

}





/* gallery page */



.ImageGallery {

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

}



.ImageGallery .overlayer {

    background: rgba(255, 255, 255, 0.4);

    padding: 80px 0;

}



.ImageGallery .overlayer h1 {

    color: var(--primary-color);

}



.imageGallery {

    border-bottom: 1px solid #ddd;

    padding: 0 0 40px 0
}







.imageGallery .page-title {



    text-align: center;



}







.imageGallery .galleryCard {



    position: relative;



    border-radius: 10px;



    box-shadow: 0 2px 16px rgba(0, 0, 0, .05);



    overflow: hidden;



    height: 280px;



    position: relative
}







.imageGallery .galleryCard .galleryName {



    display: block;



    color: #fff;



    bottom: 0;



    right: 0;



    left: 0;



    position: absolute;



    top: 0;



    z-index: 9
}







.imageGallery .galleryCard img {



    width: 100%;



    height: 100%;



    object-fit: cover
}







.imageGallery .galleryCard .overlayer {



    width: 100%;



    height: 100%;



    background-color: #23242442;



    position: absolute;



    left: 0;



    right: 0;



    top: 0;



    bottom: 0;



    display: flex;



    justify-content: center;



    align-items: center;



    flex-direction: column;



    opacity: 0;



    padding: 15px;



    transform: scale(.5);



    transition: all .4s ease-in-out
}







.imageGallery .galleryCard .overlayer i {



    font-size: 50px;



    color: #fff;



    rotate: 45deg;



    margin-bottom: 10px
}







.imageGallery .galleryCard .overlayer .content {



    background: #222;



    padding: 12px;



    border-radius: 5px;



    display: none
}







.imageGallery .galleryCard .overlayer .content h6 {



    color: #fff;



    font-size: 16px;



    font-weight: 600;



    margin-bottom: 8px
}







.imageGallery .galleryCard .overlayer .content p {



    color: #fff;



    font-size: 12px;



    line-height: 1.5
}







.imageGallery .galleryCard:hover .overlayer {



    opacity: 1;



    transform: scale(1)
}







.imageGallery .sec-head-box h6 {



    color: var(--secondary-color);



}







.imageGallery .Gallery-view-all-btn a {



    background: var(--secondary-color);



    border-radius: 6px;



    font-weight: 600;



    font-size: 18px;



    border: none;



    padding: 10px 40px;



    color: #fff;



}







/* Videos */

.ourVideos {

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;



}



.ourVideos .overlayer {

    padding: 80px 0;

    background: rgba(255, 255, 255, 0.4);

}



.ourVideos .overlayer h1 {

    color: var(--primary-color);

}



.our-video {

    border-bottom: 1px solid #ddd;

}



.our-video .more-video-btn a {



    border: 1px solid var(--secondary-color);



    border-radius: 100px;



    padding: 10px 20px;



    color: var(--matte-black);



    font-weight: 500;



    font-size: 16px;



    display: inline-block;



}





.video-slider .video-thumb {



    width: 100%;



}







.video-slider .video-thumb img {



    width: 100%;



    border-radius: 10px;



}







.watch-video-btn {



    width: 100%;



}







.watch-video-btn a {



    position: absolute;



    bottom: 10px;



    left: 0;



    right: 0;



    margin: auto;



    background: #fff;



    border-radius: 100px;



    width: fit-content;



    padding: 6px 10px 6px 8px;



    display: flex;



    align-items: center;



    gap: 8px;



    font-size: 16px;



    font-weight: 500;



    color: var(--matte-black);


    font-family: 'poppins';




}







.watch-video-btn a .bx-play {



    background: var(--secondary-color);



    border-radius: 100%;



    height: 34px;



    width: 34px;



    display: flex;



    align-items: center;



    justify-content: center;



    font-size: 30px;



    color: #fff;



}





/* contact us Page */



.contact-map .contact-box {

    border: 1px solid #eee;

    padding: 30px;



    & img {

        margin-bottom: 20px;

    }



    & h6 {

        font-size: 20px;

        margin-bottom: 8px;

    }



    & ul li {

        margin-bottom: 10px;

    }



    & ul li a {

        font-weight: 500;

    }



    & ul li i {

        margin-right: 8px;

        font-size: 20px;

        color: var(--primary-color);

    }



}



.contact-map .map {

    padding: 10px;

    border: 1px solid #eee;

}



.Query {

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    padding: 80px 0 140px 0;

    position: relative;

    margin-bottom: 140px;



    & .contact-links .top-location-contact li {

        padding: 10px 20px;

        position: relative;

        text-align: center;

        border: 1px solid #ddd;

        border-radius: 4px;

        display: inline-flex;

        width: fit-content;

        align-items: center;

        column-gap: 4px;

        color: var(--matte-black);

        font-family: "Poppins", sans-serif;

        position: relative;

        z-index: 99;

        margin-top: 10px;

    }



    & .contact-links .top-location-contact li:hover {

        background: #00DCB3;

        transition: 0.5s ease;

    }



    & .png img {

        position: absolute;

        bottom: -100px;

        left: 0;

        right: 0;

        margin: auto;

        width: auto;

    }

}







/* doctor Salah */

.socialmedia img {

    width: 100%;

}



.socialmedia .card-social {

    position: relative;



    & a {

        position: absolute;

        height: 100%;

        width: 100%;

        top: 0;

        left: 0;

        right: 0;

        bottom: 0;

        margin: auto;

    }



    & .date i {

        color: var(--primary-color);

    }

}







/* about department page */





.about-department {

    background-position: center !important;

    background-size: cover !important;

    background-repeat: no-repeat !important;

    padding: 80px 0;

    & .about-department-img img {

        border-radius: 8px;
        width: 100%;
        height: 100%;
        border: 1px solid #ddd;
        box-shadow: 4px 4px 5px 0px #ddd;

        object-fit: cover;


    }

}





.services-department {

    & .service-head {

        background: #e9eaee;

        padding: 60px 0 80px 0;

    }

    & .service-bottom-box {

        margin-bottom: 60px;

    }



    & .offer-services {

        background: var(--primary-color);

        padding: 30px;

        border-radius: 10px;

        margin-top: -50px;

    }

    & .service-items {

        background: #fff;

        padding: 20px;

        border-radius: 10px;

        & img {

            width: 40px;

            margin-bottom: 10px;

            filter: brightness(0) saturate(100%) invert(28%) sepia(1%) saturate(0%) hue-rotate(101deg) brightness(102%) contrast(95%);

        }

        & h6 {

            text-transform: capitalize;
            font-weight: 500;
            font-family: 'poppins';
            font-size: 16px;
        }





    }

}



.about-healthcare {

    padding: 80px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    & .health-care-img {
        text-align: center;
    }

    & .health-care-img img {

        width: 100%;

        border-radius: 10px;

        border: 1px solid #ddd;

    }



    & .about-healthcare-content {



        & h5 {

            font-size: 22px;

            font-weight: 600;

            margin-bottom: 10px;

        }

    }

    & .about-healthcare-inner {

        border-radius: 20px;
        margin-bottom: 40px;

        & .about-healthcare-content {
            & h3 {
                color: #0953a7;
                font-size: 20px;
                margin-bottom: 10px;
                font-weight: 600;
                border-radius: 4px;
            }
        }

    }

    & .about-healthcare-slider .owl-dots {

        bottom: -24px;

    }

}



.appoitment-modal {

    position: relative;

    & .modal {
        backdrop-filter: blur(3px);
        background: rgb(0 0 0 / 50%);
        z-index: 11111111111;
    }

    & .modal-body {

        padding: 0;

    }

    & .modal-content {

        border: none;

    }

    & .appointment-img {

        position: relative;

    }

    & .appointment-img img {

        width: 100%;

        object-fit: cover;

        border-radius: 6px 0 0 0;

    }

    & .appointment-img h3 {

        position: absolute;

        left: 20px;

        top: 18px;

        font-size: 40px;

        vertical-align: middle;

        margin: auto;

        display: inline-block;

    }



    & .btn {



        position: absolute;

        right: 30px;

        top: 0;

        padding: 10px;

        border-radius: 50%;

        box-shadow: none;

        & i {

            font-size: 20px;

            background: #fff;

            border-radius: 50%;

            position: absolute;

            height: 30px;

            width: 30px;

            vertical-align: middle;

            z-index: 1;

            display: flex;

            align-items: center;

            justify-content: center;

            box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.1);

        }

        &:focus {

            border: none;

        }





    }

    & .contact-form .col-6 {

        width: 100%;

    }



    & .call-btn {

        display: none;

    }



    & .confirm-btn {

        width: 100%;

    }

    & .wpcf7 form .wpcf7-response-output {

        padding: 0;

        margin: 10px 0 0 0;

        border: none;

    }

    & .get-in-touch.getintouch-wt {

        padding: 0;
        background: transparent;

    }

    & .get-in-touch.getintouch-wt .infoDetails {

        flex-wrap: wrap;



    }

    & .get-in-touch ul li {

        display: flex;

        justify-content: center;

        border: none;

        flex-direction: column;

        justify-content: center;

        text-align: center;

        padding: 20px;

        width: auto;

        gap: 10px;

    }

    & .contact-form-box {

        padding: 18px;

    }



}


/* offcanvas */

.end-canvas {
    & .offcanvas {
        margin: auto;
        right: 40px;
        border-radius: 20px;
        border: none;
        padding: 20px;
        height: fit-content;
    }

    & .top-location-contact {
        display: flex;
        flex-direction: column;
        row-gap: 20px;

        & li {
            display: flex;
            column-gap: 10px;
            align-items: center;

            & span {
                font-weight: 500;
                font-size: 16px;
                color: #666;
            }

            & a {
                display: block;
                font-weight: 500;
            }

            & i {
                font-size: 30px;
                color: #4097ff;
            }
        }

        & li:hover {
            & i {
                transform: rotateY(360deg);
                transition: 0.5s ease;
            }
        }
    }

    & .offcanvas-backdrop.show {
        opacity: 1;
    }

    & .offcanvas-backdrop {
        background: rgb(7, 82, 165, 0.5);
        backdrop-filter: blur(1px);
    }

}

header .nav-box .main-menu .navbar-nav .current-menu-item a {
    color: #3998FF;
}


/* doctor-salah */
.socialmedia {
    position: relative;
    padding: 60px 0
}

.socialmedia .card-social {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 15px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 6px 50px rgb(37 37 37/5%)
}

.socialmedia .card-social .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    height: auto;
    border-radius: 10px
}

.socialmedia .card-social img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top
}

.socialmedia .card-social .date {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    transition: .5s;
    color: #1f1f1f;
    display: inline-block;
    vertical-align: middle
}

.socialmedia .card-social .date i {
    margin-right: 10px;
    color: #1e6699
}

.socialmedia .card-social h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #222;
    margin-bottom: 10px;
    text-transform: capitalize
}

.socialmedia .card-social p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #666
}

.socialmedia .card-social .read-more {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-weight: 600;
    position: relative
}

.socialmedia .card-social .read-more i {
    margin-left: 7px
}

.socialmedia .card-social a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.smo-post .owl-stage-outer {
    padding: 15px
}

.smo-post .card-post {
    border-radius: 10px
}

.social-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.social-btn .btn-smo {
    background: #fafafb;
    border: 2px solid #ddd;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #666;
    padding: 15px 30px;
    margin-right: 15px;
    display: flex;
    align-items: center
}

.social-btn .btn-smo img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    object-fit: contain
}

.whoabout {
    padding-bottom: 50px;

    & .who-box {
        background: #fff;
        box-shadow: inset 0px 0 10px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #ddd;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        padding: 20px;
        border-radius: 10px;
    }

    & h3 {
        color: #0752a5;
    }

    & p {
        color: #333;
    }
}


/* 404 page  */

.notFoundpage {
    height: 100%;
    min-height: 450px;
    font-family: "Dosis", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #5d7399
}

.notFoundpage .content {
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #d2e1ec;
    background-image: linear-gradient(to bottom, #bbcfe1 0%, #e8f2f6 80%);
    overflow: hidden
}

.notFoundpage .snow {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 20
}

.notFoundpage .main-text {
    padding: 20vh 20px 0;
    text-align: center;
    line-height: 2em;
    font-size: 5vh;
    margin-bottom: 40vh
}

.notFoundpage .home-link {
    font-size: .6em;
    font-weight: 400;
    background: var(--primary-color);
    padding: 10px 14px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border-radius: 4px
}

.notFoundpage .home-link:hover {
    opacity: 1
}

.notFoundpage .ground {
    height: 160px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f6f9fa;
    box-shadow: 0 0 10px 10px #f6f9fa
}

.notFoundpage .ground:before,
.ground:after {
    content: "";
    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    top: -62.5px;
    z-index: -1;
    background: #fff0;
    transform: scaleX(.2) rotate(45deg)
}

.notFoundpage .ground:after {
    left: 50%;
    margin-left: -166.6666666667px;
    box-shadow: -335px 265px 15px #aab6cb, -620px 580px 15px #b0bccf, -910px 890px 15px #9aa9c2, -1155px 1245px 15px #a4b1c8, -1525px 1475px 15px #7e90b0, -1790px 1810px 15px #b4bed1, -2075px 2125px 15px #b0bccf, -2435px 2365px 15px #8e9eba, -2660px 2740px 15px #8e9eba, -2950px 3050px 15px #adb9cd, -3305px 3295px 15px #b4bed1, -3610px 3590px 15px #b7c1d3, -3935px 3865px 15px #91a1bc, -4170px 4230px 15px #9dabc4, -4470px 4530px 15px #b0bccf, -4800px 4800px 15px #8193b2
}

.notFoundpage .ground:before {
    right: 50%;
    margin-right: -166.6666666667px;
    box-shadow: 350px -250px 15px #97a6c0, 620px -580px 15px #8a9bb8, 865px -935px 15px #8798b6, 1160px -1240px 15px #91a1bc, 1515px -1485px 15px #a4b1c8, 1795px -1805px 15px #aab6cb, 2130px -2070px 15px #8798b6, 2355px -2445px 15px #9aa9c2, 2660px -2740px 15px #97a6c0, 2985px -3015px 15px #b7c1d3, 3300px -3300px 15px #8e9eba, 3600px -3600px 15px #8a9bb8, 3880px -3920px 15px #97a6c0, 4185px -4215px 15px #bac4d5, 4480px -4520px 15px #7e90b0, 4775px -4825px 15px #8a9bb8
}

.notFoundpage .mound {
    margin-top: -105px;
    font-weight: 800;
    font-size: 180px;
    text-align: center;
    color: var(--primary-color);
    pointer-events: none
}

.notFoundpage .mound:before {
    content: "";
    display: block;
    width: 600px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 92px;
    z-index: 1;
    border-radius: 100%;
    background-color: #e8f2f6;
    background-image: linear-gradient(to bottom, #dee8f1, #f6f9fa 60px)
}

.notFoundpage .mound:after {
    content: "";
    display: block;
    width: 28px;
    height: 6px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 68px;
    z-index: 2;
    background: var(--primary-color);
    border-radius: 100%;
    transform: rotate(-15deg);
    box-shadow: -56px 12px 0 1px var(--primary-color), -126px 6px 0 2px var(--primary-color), -196px 24px 0 3px var(--primary-color)
}

.notFoundpage .mound_text {
    transform: rotate(2deg)
}

.notFoundpage .mound_spade {
    display: block;
    width: 35px;
    height: 30px;
    position: absolute;
    right: 50%;
    top: 42%;
    margin-right: -250px;
    z-index: 0;
    transform: rotate(35deg);
    background: var(--primary-color);
}

.notFoundpage .mound_spade:before,
.mound_spade:after {
    content: "";
    display: block;
    position: absolute
}

.notFoundpage .mound_spade:before {
    width: 40%;
    height: 30px;
    bottom: 98%;
    left: 50%;
    margin-left: -20%;
    background: var(--primary-color);
}

.notFoundpage .mound_spade:after {
    width: 100%;
    height: 30px;
    top: -55px;
    left: 0;
    box-sizing: border-box;
    border: 10px solid var(--primary-color);
    border-radius: 4px 4px 20px 20px
}

.preloader {
    width: 100vw;
    height: 100vh;
    margin: 0;
    background-color: rgb(38 74 110/.4);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999999;
    backdrop-filter: blur(10px);
    overflow-y: hidden
}

/*
.service-image-col {
    position: sticky;
    top: 75px;
} */

.about-healthcare-content {
    font-family: 'poppins';
}

.about-healthcare-content ul {
    column-count: 2;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
}

.about-healthcare-content li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 90%;
    position: relative;
}

.about-healthcare-content li::after {
    content: "\ebe6";
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: start;
    font-family: boxicons !important;
    font-weight: 900;
    color: var(--primary-color);

}



.nav.main-menu .navbar-nav.navigation .Department-Menu>ul {
    list-style: none;
    background: #ffffff;
    padding: 100px 50px 50px 310px;
    position: fixed !important;
    width: 100% !important;
    max-width: 100%;
    left: 0 !important;
    column-count: 3;
    column-gap: 50px;
    width: 100%;
    visibility: visible;
    display: inline-block;
    transform: translateX(-100%);
    position: relative;
    margin-left: 0px;
    list-style: disc;
    z-index: -9;
}

.nav.main-menu .navbar-nav.navigation .Department-Menu>ul>li {
    list-style: inside;
    padding-left: 20px;
}

.nav.main-menu .navbar-nav.navigation .Department-Menu>ul>li>a {
    color: var(--matte-black);
    font-weight: 500;
    display: inline-block;
    border-radius: 0;
    padding: 5px 10px;
    margin-left: -12px;
}

.nav.main-menu .navbar-nav.navigation .Department-Menu .sub-menu li:hover {
    & a {
        color: #fff;
        padding-left: 10px;
    }
}

.nav.main-menu .navbar-nav.navigation .Department-Menu:hover .sub-menu {
    transition: 0.5s ease;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    top: 103px;


}


.sticky-header .nav.main-menu .navbar-nav.navigation .Department-Menu:hover .sub-menu {
    top: 69px;
}

.nav.main-menu .navbar-nav.navigation .Department-Menu>ul>li::before {

    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    margin: auto;
    height: 100%;
    line-height: 2;
}

.nav.main-menu .navbar-nav.navigation .Department-Menu>ul::before {
    content: "";
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url('/wp-content/uploads/2024/05/pixelcut-export-2.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    display: inline-block;
    position: absolute;
    left: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
}


.nav.main-menu .navbar-nav.navigation .Department-Menu>ul::after {
    content: "";
    background: url('http://www.balajihospital.knowyourright.net/wp-content/uploads/2024/04/logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    display: inline-block;
    position: absolute;
    left: 120px;
    top: 200px;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
}

.nav.main-menu .navbar-nav.navigation .Department-Menu>ul .Main-item-menu {
    position: relative;
}

.nav.main-menu .navbar-nav.navigation .Department-Menu>ul .Main-item-menu::after {
    content: "specialities";
    color: var(--primary-color);
    font-family: 'poppins';
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    top: -60px;
    left: 400px;
    right: 0px;
    width: 100%;
}


.about-banner .banner-status-box {
    background: #0054a5;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 80px 40px;

    & .icon {
        width: 40px;
        margin: auto;
        filter: contrast(0) brightness(10);
    }

    & .title h6 {
        font-family: 'poppins';
        font-weight: 400;
    }
}

.get-in-touch-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 20px 10px 20px;
    border-top: 1px solid #ddd;
    z-index: 100;
    background: #0054a5;

    & .images {
        filter: brightness(10) contrast(100%);
    }

    & ul.infoDetails li a span {
        color: #fff !important;
    }
}

.main-slider-inner .yojna .treatments img {
    filter: none;
    width: 50px;
}


/* scroll bar */


::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 6px;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #00dcb3;
}


.departments-tabs-items ul::-webkit-scrollbar {
    background: none;
    height: 10px;
}

.Gallery-section .filter-group::-webkit-scrollbar {
    background: none;
    height: 10px;
}

/* facility page */


.facilities-inner {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 80px 0;

    & .main-banner-head.content-box {
        color: var(--primary-color);
    }
}

.facilities-items {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    & .overlay {
        /* background: rgba(0, 0, 0, 0.072); */
        height: 100%;
        width: 100%;
    }

    & .facility-box {
        border: 1px solid #eee;
        background: #fff;
        padding: 10px;
        border-radius: 6px;
    }
}


.news-item-section .news-item-box {
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);

    & img {
        width: 100%;
        border-radius: 6px;

    }
}

.facility-box-card {
    box-shadow: 0px 8px 24px 0px #959DA533;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    border: 0;
}

.facility-box-card .card-img-top {
    border-radius: 10px;
}

.facility-box-card .card-body h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
}

.facility-box-card .card-body p {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 2;
}

.facility-box-card .card-body .card-text .morecontent {}

.facility-box-card .card-body .card-text .morecontent .morelink {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 16px;
    margin: 10px 0;
    border-radius: 4px;
    color: #0752a5;
    font-family: 'Poppins';
    font-weight: 600;
}

.facilities-items .departments-tabs .departments-tabs-items .nav .nav-item {
    width: 150px;
    height: 150px;
}

.facilities-items .departments-tabs .departments-tabs-items .nav .nav-item .nav-link h6 {}

.facilities-items .departments-tabs .inner-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .4);
    object-fit: cover;
}

.facilities-items .departments-tabs .departments-tabs-items .nav .nav-item .nav-link {
    padding: 20px 15px;
    border: 1px solid #ececec;
    box-shadow: 0 6px 50px rgb(0 0 0 / 5%);
}

.facilities-items .departments-tabs .departments-tabs-items .tab-content .tab-pane h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #3F3F3F;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    padding-right: 50px;
}

.facilities-items .departments-tabs .departments-tabs-items .tab-content .tab-pane p {
    padding-right: 50px;
}

.facilities-items .departments-tabs .departments-tabs-items .tab-content .tab-pane .inner-image {
    height: 100%;
}

.doctor-salah-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.our-doctor-slider .owl-stage {
    display: flex;
    align-items: stretch;
    padding-bottom: 40px;
}


.contact-form p {
    display: inline-flex;
    width: 100%;
    margin: 0;
}

.departments-tabs .departments-tabs-items .tab-content .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

/* department-custom */

.department-custom .about-banner .content-box {
    padding: 0;

    & h1 {
        font-size: 34px;
    }

    & h6 {
        color: #fff;
    }

    & p {
        color: #fff;
    }

}

.department-custom {
    .about-banner .banner-status-box {
        margin: 80px 0;
    }

    .facilities-status {
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        margin-bottom: -40px;
        border: 1px solid #eee;

        & img {
            width: 40px;
        }

        & .title h6 {
            font-family: 'poppins';
        }
    }
}


.department-overview {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 80px 0;

    & .overview-img img {
        border-radius: 4px;
    }
}


.department-facilities {
    padding: 60px 0;

    & .facilities-items-box {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        height: 100%;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 4px 0 0 4px;
        }

        & .image {
            width: 100%;
            height: 100%;
        }

        & .content-box {
            padding: 20px;

            & h4 {
                line-height: 40px;
                margin-bottom: 10px;
            }

            & ul {
                list-style: disc;
                padding-left: 20px;

                & li {
                    list-style: disc;
                    margin-bottom: 10px;
                    font-family: 'Poppins';
                    font-size: 16px;
                }
            }
        }
    }
}

.depart-services .service-head {
    padding: 60px 0 50px 0;
}

.doctors-department {
    padding: 60px 0;

    & .doctors-box img {
        width: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 4px;
    }

    & .doctors-box .row .col-6:first-child {
        border-right: 1px solid #ddd;
    }

    & .doctors-box .content-box h4 {
        line-height: 1.8;
        font-weight: 600;
    }
}


section.video-section.py-5 .video-thumb.position-relative img.img-fluid {
    border-radius: 10px;
    border: 1px solid #eee;
}


.main-slider .main-slider-inner .slider-treatment-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;

}

.main-slider .main-slider-inner .slider-treatment-box ul li img {
    width: 40px;
}

.main-slider .main-slider-inner .slider-treatment-box ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: 'Poppins';

}

.main-slider .main-slider-inner .slider-treatment-box ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.main-slider .main-slider-inner .slider-treatment-box .treatment-box.yojna .treatments {
    margin: auto;
}

.doctors-filter {
    margin-bottom: 20px;
    font-family: 'poppins';
    background: #3998ff;
    padding: 10px;
    border-radius: 4px;
}

.doctors-filter select {
    padding: 10px;
    border: 1px solid #eee;
    width: 49%;
    -webkit-appearance: none;
}


.doctors-filter select:focus-visible {
    outline: none;
}


.doctors-filter select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - .5em) .5em;
    background-size: 5px 5px,
        5px 5px,
        1.5em 1.5em;
    background-repeat: no-repeat;
    border-radius: 4px;
    width: 100%;
}

.doctors-filter select.round option:hover {
    background-color: yellow;
}


.page-template-departments p.mb-0.text-white.text-center.footer-bottom {
    margin-bottom: 72px !important;
}

.departments-tabs-items .departments-items-uper-row.nav-pills li:has(> button.active) {

    position: sticky;
    left: 0;
    z-index: 99;
}


.page-id-1165 .facilities-items .departments-tabs .departments-tabs-items .nav .nav-item {
    width: auto;
    height: auto;
}

.departments-items-uper-row.nav-pills.active {
    gap: 20px;
}

.departments-items-uper-row.nav-pills.active li {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: rotateX(180deg) scale(1.05);
    scroll-behavior: normal;
    transition: 0.2s ease-in-out;
}

.founder-section {
    padding: 50px 0;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover right !important;
    background-position: center !important;
}

.founder-section p {
    font-size: 18px;
    font-family: cursive;
    margin-top: 40px;
}

.founder-section h6 {
    color: var(--primary-color);
    font-weight: 600;
    line-height: 20px;
}

.founder-section .image {
    height: 300px;
}

.founder-section .image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
}

.founder-section.founder-2 {
    border-bottom: 1px solid #3a99ff54;
    border-top: 1px solid #3a99ff54;
    padding: 100px 0;

}

.founder-section.founder-1 .image img,
.founder-section.founder-3 .image img {
    transform: scale(1.5);
}

.founder-section h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: #3F3F3F;
}

.founder-section h4 {
    font-size: 16px;
    padding: 5px 10px;
    background-color: #3998ff;
    width: max-content;
    color: #ffff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.founder-1 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.founder-section .content .background-comma-1 {
    position: absolute;
    top: 120px;
    left: -70px;
    opacity: .5;
}

.founder-section .content {
    position: relative;
}

.founder-section .content .background-comma-2 {
    position: absolute;
    bottom: -20px;
    right: 100px;
    opacity: .5;
}

.emergency.about-founder .content-box h3 {

    color: #3998ff;
    margin-bottom: 10px;
}

.emergency.about-founder .content-box p {
    color: #fff;
}

/* thankyou */
.submitting-section {
    text-align: center;
    padding: 80px 0;
}

.submitting-section h1 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
}

.submitting-section img {
    width: 300px;
    height: 300px;
    margin: auto;
}


.page-content-area {
    padding: 80px 0;
}


.submitting-section .btn-page {
    background: var(--primary-color);
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    margin: auto;
    align-items: center;
    display: flex;
    width: max-content;

}

.submitting-section .content h5 {
    align-items: center;
    display: flex;
    margin: auto;
    width: max-content;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.submitting-section .content {
    font-family: 'Poppins';
}


.footer-tab-section {
    position: fixed;
    right: 0;
    left: 0;
    bottom: -1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 998;
    border-top: 2px solid var(--secondary-color)
}

.footer-tab-section .footer-tab-icon {
    display: inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
    list-style: none;
    padding: 0 10px
}

.footer-tab-section .footer-tab-icon li:first-child {
    align-items: center;
    display: flex;
    justify-content: center
}

.footer-tab-section .footer-tab-icon li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0
}

.footer-tab-section .footer-tab-icon li:last-child {
    border-right: 0
}

.footer-tab-section .footer-tab-icon li a {
    display: grid;
    padding: .5rem 0;
    text-align: center;
    font-size: 12px;
    align-items: center;
    justify-items: center;
    align-content: center;
    color: #222222;
    font-weight: 600;
    line-height: 1.8
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important
}

.footer-tab-section .footer-tab-icon li a i {
    font-size: 20px
}

@media (max-width: 1600px) {

    header .sealed-logo {
        position: relative !important;
        height: 50px !important;
        bottom: 4px !important;
    }

    header .sealed-logo img {
        width: 74px !important;
        height: 74px !important;
        position: relative !important;
        top: -36px !important;
        border: 1px solid rgb(221, 221, 221) !important;
        border-radius: 100% !important;
        background: rgb(255, 255, 255) !important;
    }

    header .sealed-logo span.small {
        font-size: 10px !important;
        position: relative !important;
        bottom: 32px !important;
        font-weight: 500 !important;
    }
}

@media (max-width: 767px) {
    header .sealed-logo span.small {
        font-size: 10px !important;
        position: static !important;
        font-weight: 500 !important;
    }

    header .sealed-logo img {
        width: 44px !important;
        height: 44px !important;
        position: static !important;
        top: -38px !important;
        border: 1px solid #dddddd !important;
        border-radius: 100% !important;
        background: #fff !important;
    }
}