/* 
==============================
website color  Start
==============================
*/

:root {
    --bg-color-black: rgba(15, 20, 23, 0.4);
    --simec-green-color: #9DD421;
    --light-green: #B1FF00;
    --color-white: #ffffff;
    --color-deep-blue: #0055A7;
    --bg-deep-blue: #0055A7;
    --color-orange: #FF8300;
    --bg-orange: #FF8300;
}

@font-face {
    font-family: "FSOMUR";
    src: url(./custom-fonts/FN-Shorif-Opekkha-Matrahin-Unicode-Regular.woff);
}

@font-face {
    font-family: "TitilliumWeb-ExtraLight";
    src: url(./custom-fonts/TitilliumWeb-ExtraLight.woff);
}

@font-face {
    font-family: "TitilliumWeb-Light";
    src: url(./custom-fonts/TitilliumWeb-Light.woff);
}

@font-face {
    font-family: "TitilliumWeb-Regular";
    src: url(./custom-fonts/TitilliumWeb-Regular.woff);
}

@font-face {
    font-family: "TitilliumWeb-SemiBold";
    src: url(./custom-fonts/TitilliumWeb-SemiBold.woff);
}

@font-face {
    font-family: "HindSiliguri-Light";
    src: url(./custom-fonts/HindSiliguri-Light.woff);
}

@font-face {
    font-family: "HindSiliguri-Medium";
    src: url(./custom-fonts/HindSiliguri-Medium.woff);
}

@font-face {
    font-family: "Ruposhi-Bangla-UI-Uni";
    src: url(./custom-fonts/Ruposhi-Bangla-UI-Uni.woff);
}

/* 
===============================
website color  End
===============================
*/

/*
==============================
Defult CSS Start
==============================
*/

h1 {
    font-size: 40px;
    margin-bottom: 0;
    font-family: "TitilliumWeb-SemiBold";
}

h2 {
    font-size: 35px;
    margin-bottom: 0;
    font-family: "TitilliumWeb-SemiBold";
}

h3 {
    font-size: 30px;
    margin-bottom: 0;
    font-family: "TitilliumWeb-SemiBold";
}

h4 {
    font-size: 25px;
    margin-bottom: 0;
    font-family: "TitilliumWeb-SemiBold";
}

h5 {
    font-size: 20px;
    margin-bottom: 0;
    font-family: "TitilliumWeb-SemiBold";
}

h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-family: "TitilliumWeb-SemiBold";
}

p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: "Ruposhi-Bangla-UI-Uni";
    letter-spacing: 1px;
}

a {
    font-family: "TitilliumWeb-Light";
    text-decoration: none;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

ul li {
    list-style-type: none;
}

.custom_container {
    width: 100%;
    max-width: 100%;
    padding: 0% 10%;
}

.text_orange {
    color: #F2932F;
}

.text_blue {
    color: var(--color-deep-blue);
}

.text_orange_light {
    color: #F2932F;
}

/*
==============================
Defult CSS End
==============================
*/



/*
==============================
Header Part CSS Start
==============================
*/

/* .header_bar{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0%;
    left: 0%;
    background-color: #c5dcffbd;
    box-shadow: 0px 0px 5px 0px #c5dcffa6;
	backdrop-filter: blur(20px);
	padding: 5px 0px;
} */
.header_bar {
    background-image: url(./img/header.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    background-position-x: 10%;
    top: 0%;
    width: 100%;
    z-index: 9999;
    height: 155px;
    width: 100%;
}

.header_logo {
    position: relative;
}

.header_bar .header_logo img {
    width: 300px;
    height: 72px;
    position: absolute;
    bottom: -25px;
    right: 20%;
    transform: translate(-20%, 25px);
}

.mbl_menu {
    align-items: center;
}

.header_bar .primary_menu>ul {
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
    margin-left: 10%;
}

.header_bar .primary_menu>ul>li>a {
    padding: 27px 10px;
    margin-right: 15px;
    font-family: "TitilliumWeb-Regular";
    font-weight: 400;
    letter-spacing: 0px;
    color: #302F2F;
    transition: color .3s ease-in-out;
    font-size: 18px;
}

.header_bar .primary_menu>ul>li>a:hover {
    color: var(--color-deep-blue);
}

.header_bar .primary_menu>ul>li.current-menu-item>a {
    color: var(--color-deep-blue);
    font-weight: 600;
}

.header_bar .primary_menu>ul li.menu-item-has-children {
    position: relative;
}

/* Bridge pseudo-element covers the gap between nav link and dropdown */
.header_bar .primary_menu>ul>li.menu-item-has-children::after {
    content: "\f078";
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 32px;
    right: 5px;
    color: #303030;
}





.header_bar .primary_menu>ul>li:last-child {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0px, -50%);
}

.header_bar .primary_menu>ul>li:last-child a {
    padding: 10px 20px;
    margin-right: 0px;
    background-color: #F2932F;
    border: 1px solid var(--bg-orange);
    color: #fff;
    transition: background-color .1s ease-in-out, color .1s ease-in-out;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
}

.header_bar .primary_menu>ul>li:last-child a:hover {
    background-color: #fff;
    color: var(--color-orange);
}

/* Department-Menu-Dropdown */

#menu-item-3>ul>li>a {
    transition: padding-left 0.5s ease-in-out;
    position: relative;
    padding-left: 20px;
}

#menu-item-3>ul>li>a::after {
    position: absolute;
    content: '';
    width: 13px;
    height: 2px;
    background-color: var(--color-deep-blue);
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

#menu-item-3>ul>li>a:hover {
    color: var(--bg-deep-blue);
    padding-left: 25px;
    font-weight: 600;
}

#menu-main-header-menu>li.current-menu-parent>ul>li.current-menu-item>a {
    color: var(--bg-deep-blue);
    font-weight: 700;
}

#menu-main-header-menu>li.current-menu-ancestor>ul>li.current-menu-parent>ul>li.current-menu-item>a {
    color: var(--bg-deep-blue);
    font-weight: 700;
}

/* Service-Menu-Dropdown */
#menu-item-4>ul {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 20% 20% 20%;
    justify-content: center;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 20px 10px;
    z-index: 9998;
    transform: translateY(-150px);
    clip-path: inset(150px 0 0 0);
    transition:
        opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        clip-path 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-top: 2px solid #EBF8FD;
    box-shadow: 0 10px 40px rgba(0, 85, 167, 0.1);
}

/* Bridge to keep hover active during slide animation */
#menu-item-4::before {
    content: '';
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 9997;
    pointer-events: none;
}

#menu-item-4:hover>ul::after {
    content: '';
    position: absolute;
    background-image: url(./img/header_menu_bg.png);
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 220px;
    bottom: 0%;
    right: 0%;
    opacity: 0.1;
    z-index: -1;
}

/* Dropdown hover state - smooth translateY animation */
#menu-item-4:hover>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

#menu-item-4>ul>li>ul {
    display: grid;
    grid-template-columns: 50% 50%;
}

#menu-item-4>ul>li>a {
    transition: padding-left 0.5s ease-in-out;
    position: relative;
    padding-left: 20px;
    color: #302F2F;
    font-size: 16px;
}

#menu-item-4>ul>li>a::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 2px;
    background-color: var(--color-deep-blue);
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

#menu-item-4>ul>li>a:hover {
    color: var(--bg-deep-blue);
}

#menu-item-4>ul>li>ul>li a {
    transition: padding-left 0.5s ease-in-out;
    position: relative;
    padding-left: 20px;
}

#menu-item-4>ul>li>ul>li a::after {
    position: absolute;
    content: '';
    width: 13px;
    height: 2px;
    background-color: var(--color-deep-blue);
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

#menu-item-4>ul>li>ul>li a:hover {
    color: var(--bg-deep-blue);
    padding-left: 25px;
    font-weight: 600;
}

.slicknav_nav .menu-item-893 ul.sub-menu {
    margin: 0 0 0 20px;
    height: 200px;
    overflow: scroll;
}


body {
    overflow-x: hidden;
}

.slicknav_menu {
    display: none;
    margin: 0px 0px 15px;
}

.slicknav_brand {
    padding: 0px 0px;
    height: 0;
}

.slicknav_menu>a {
    padding: 10px 10px;
    background-color: var(--bg-deep-blue);
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_btn {
    margin: 10px 5px 0px;
}

.slicknav_menu .slicknav_icon-bar {
    width: 20px;
    height: 2px;
    padding: 0px;
}

.slicknav_menu .slicknav_icon {
    width: auto;
    height: auto;
}

.slicknav_menu * {
    background: none;

}

.slicknav_nav li a {
    color: #000;
}

/*
==============================
Header Part CSS End
==============================
*/
/*
==============================
home page Part CSS Start
==============================
*/

.home_page_fullBanner {
    background-image: url('./img/Hero_Section1.png');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 80px;
}

.home_video {
    display: grid;
    grid-template-columns: 25% 65%;
    justify-content: end;
}

.home_video .home_vitems:nth-child(1) {
    position: relative;
}

/* ── Video layout-shift fix ──────────────────────────────────────────────────
   Reserve exact space before the video loads to eliminate Cumulative Layout Shift.
   The container uses aspect-ratio to match the video's native ratio (16:9).
   The video then fills the container with object-fit: cover.
*/
.video_part {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    /* reserves height so nothing jumps on load */
    overflow: hidden;

    contain: layout size;
    /* tells browser not to wait for content to size */
}

#videobg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home_banner_content {
    position: absolute;
    top: 40%;
    right: 5%;
    transform: translate(-5%, -40%);
}

.home_banner_content h3:nth-child(1) {
    text-align: end;
    color: var(--color-deep-blue);
    font-size: 40px;
    font-family: "FSOMUR";
    margin-bottom: 70px;
    line-height: 64px;
}

.home_banner_content h3:nth-child(2) {
    font-family: "HindSiliguri-Light";
    text-align: end;
    color: var(--color-deep-blue);
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
}

.home_banner_content p {
    text-align: end;
}

.home_banner_content p a {
    font-family: "Ruposhi-Bangla-UI-Uni";
    color: var(--color-deep-blue);
    font-size: 23px;
    font-weight: 700;
    transition: 0.5s ease;
}

.home_banner_content p a:hover {
    color: var(--bg-orange);
}

.homeabout_shinshinfull {
    background-image: url('./img/bg1.png');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0px 100px;
    position: relative;
}

.homeabout_shinshinfull::after {
    position: absolute;
    bottom: 10%;
    right: 2%;
    transform: translate(-2%, -10%);
    content: '';
    background-image: url(./img/event_star.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    animation: rotate 8s ease-in-out infinite;
}

.homeabout_shinshinfull::before {
    background-image: url(./img/three_shape_icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    top: 2%;
    left: 2%;
    transform: translate(-2%, -2%);
    width: 120px;
    height: 120px;
    animation: rotate 8s ease-in-out infinite;
}


.homeabout_shinshin {
    display: grid;
    grid-template-columns: 40% 55%;
    justify-content: space-between;
}

.homeabout_shinshin .habout_items:nth-child(1) .habout_imgs {
    position: relative;
    width: 600px;
    height: 600px;
}

.homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(1) {
    position: absolute;
    top: 3%;
    left: -10%;
    transform: translate(10%, 3%);
    width: 600px;
    z-index: 11;
    animation: rotate 20s ease-in-out infinite;
}

.homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    z-index: 111;
}

.homeabout_shinshin .habout_items:nth-child(2) .habout_content {
    margin-top: 70px;
    position: relative;
}

.homeabout_shinshin .habout_items:nth-child(2) .habout_content img {
    position: absolute;
    top: -5%;
    left: 55%;
    transform: translate(-55%, 5%);
}

.homeabout_shinshin .habout_items:nth-child(2) .habout_content h3 {
    font-size: 80px;
    font-family: "FSOMUR";
    color: var(--bg-deep-blue);
    line-height: 60px;
    margin-bottom: 20px;
}

.homeabout_shinshin .habout_items:nth-child(2) .habout_content h3 .second_head {
    font-size: 50px;
    font-family: "FSOMUR";
    color: var(--bg-orange);
    line-height: 75px;
    margin-bottom: 20px;
}

.homeabout_shinshin .habout_items:nth-child(2) .habout_content p {
    margin-bottom: 10px;
    margin-bottom: 24px;
    text-align: justify;
    font-size: 18px;
    color: #404040;
}

.homeservices {
    padding: 60px 0px;
    background-image: url('./img/bg2.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.homeservices>h3 {
    font-size: 50px;
    font-family: "FSOMUR";
    color: var(--color-white);
    margin-bottom: 70px;
    text-align: center;
}

.homeservices>h4 {
    color: var(--color-white);
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    font-family: "HindSiliguri-Light";
}

/* .cardslider{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-content: center;
} */

.cardslider .owl-nav {
    text-align: center;
    margin-top: 50px;
}

.cardslider button.owl-prev {
    padding: 15px 20px;
    background: #FFFFFF4D;
    border: navajowhite;
    margin-right: 25px;
    border-radius: 4px;
    color: #fff;
    font-size: 35px;
}

.cardslider button.owl-next {
    padding: 15px 20px;
    background: #FFFFFF4D;
    border: navajowhite;
    border-radius: 4px;
    color: #fff;
    font-size: 35px;
}

.cardslider a {
    display: contents;
}

.card_servicefullboxone {
    background-color: #0C5EAD;
    border: 1px solid #61a9ef;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    width: 100%;
    height: 350px;
    transition: background-color .5s ease-in-out;
}

.card_servicefullboxone:hover {
    background-color: #0a315d;
}

.link_button .fa-arrow-right {
    margin-left: 15px;
    color: #FFFFFF99;

}

.card_servicefullboxone:hover .link_button::before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #00000091 40%, transparent);
    height: 100px;
    bottom: -17%;
    left: 0px;
    transform: translate(0%, 17%);
    width: 100%;
    z-index: -99;
    cursor: pointer;
}

.card_servicefullboxone .card_serviceinnerbox {
    text-align: center;
    position: relative;
    width: 100%;
    height: 330px;
}

.card_servicefullboxone .card_serviceinnerbox .service_icon {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -5%);
    width: 50px;
    transition: top .5s ease-in-out;
}

.card_servicefullboxone:hover .card_serviceinnerbox .service_icon {
    top: -50%;
    transform: translate(-50%, -50%);
}

.card_serviceinnerbox .dept_icon_imge {
    width: 70px !important;
    height: 70px;
    object-fit: cover;
    display: inline;
    margin-top: 20px;
}

.owl-carousel .owl-item .slider_items .card_serviceinnerbox img {
    display: inline;
}

.card_servicefullboxone .card_serviceinnerbox h3 {
    font-family: "HindSiliguri-Medium";
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
    font-size: 30px;
    color: var(--color-white);
    transition: top .5s ease-in-out;
    font-weight: 700;
    width: 100%;
}

.card_servicefullboxone:hover .card_serviceinnerbox h3 {
    top: -40%;
}

.card_servicefullboxone .card_serviceinnerbox .hover_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    transition: width .5s ease-in-out;
}

.card_servicefullboxone:hover .card_serviceinnerbox .hover_img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.card_servicefullboxone .card_serviceinnerbox p {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
    width: 100%;
    font-size: 14px;
    color: #FFFFFFE5;
    transition: top .5s ease-in-out;
    padding: 15px;
}

.card_servicefullboxone:hover .card_serviceinnerbox p {
    top: 170%;
}

.card_servicefullboxone .card_serviceinnerbox .link_button {
    position: absolute;
    top: 93%;
    left: 45%;
    transform: translate(-45%, -93%);
    width: 100%;
}

.card_servicefullboxone .card_serviceinnerbox a {
    position: relative;
    color: var(--color-white);
    font-family: "Ruposhi-Bangla-UI-Uni";
    font-size: 18px;
}

.card_servicefullboxone .card_serviceinnerbox a::after {
    position: absolute;
    top: 50%;
    right: -25%;
    transform: translate(25%, -50%);
    content: '\f178';
    font-family: FontAwesome;
    font-size: 15px;

}

.servicesbg {
    padding: 50px 0px;
    background-color: aliceblue;
    position: relative;

}

.servicesbg::before {
    background-image: url(./img/three_shape_icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    top: 2%;
    right: 2%;
    transform: translate(-2%, -2%);
    width: 100px;
    height: 100px;
    animation: rotate 5s ease-in-out infinite;
}

.servicesbg::after {
    background-image: url(./img/jar_icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    bottom: 2%;
    left: 2%;
    transform: translate(-2%, -2%);
    width: 80px;
    height: 90px;
    animation: rotate 15s ease-in-out infinite;
}

.headertwo h5 {
    font-family: "HindSiliguri-Medium";
    font-size: 30px;
    color: var(--bg-deep-blue);
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.headertwo h5::after {
    position: absolute;
    content: '';
    width: 75px;
    height: 3px;
    background-color: var(--color-deep-blue);
    top: 50%;
    right: -85px;
}

.headertwo h3 {
    font-size: 50px;
    line-height: 60px;
    font-family: "FSOMUR";
    color: var(--bg-deep-blue);
    margin-bottom: 20px;
}

.service_nav {
    justify-content: end;
    margin-bottom: 30px;
    margin-top: -70px;
}

.service_nav.nav-pills .nav-link.active {
    background-color: #FAE7D3;
    color: var(--color-orange);
    border-radius: 0px;
    font-family: "HindSiliguri-Medium";
    font-size: 20px;
    font-weight: 700;
}

.service_nav.nav-pills .nav-link {
    font-family: "HindSiliguri-Medium";
    background-color: var(--color-white);
    color: var(--color-deep-blue);
    border-radius: 0px;
    box-shadow: 0px 0px 5px 0px #a5b6c5;
    font-size: 20px;
    font-weight: 500;
}

.servicecardlayouts {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.servicecardlayouts .cardtwoitems {
    width: 100%;
    height: 250px;
    background-color: antiquewhite;
    border-radius: 5px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
}

.cardlayout_two {
    position: relative;
    height: 100%;
}

/* Ensure standalone .cardtwoitems (services listing page) also clips overflow */
.cardtwoitems {
    overflow: hidden;
    position: relative;
}

.cardtwoitems .cardlayout_two>a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.cardtwoitems .cardlayout_two>a::before {
    content: '';
    background-color: #ff830000;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color .5s ease-in-out;
}

.cardtwoitems:hover .cardlayout_two>a::before {
    background-color: #DF974B;
}

.cardtwoitems .cardlayout_two a h3:nth-child(1) {
    font-family: "FSOMUR";
    font-size: 25px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    color: var(--color-white);
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.cardtwoitems:hover .cardlayout_two a h3:nth-child(1) {
    opacity: 1;
}

.cardtwoitems .cardlayout_two a h3:nth-child(2) {
    font-family: "FSOMUR";
    font-size: 25px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
    color: var(--color-white);
    opacity: 1;
    transition: opacity .5s ease-in-out;
    z-index: 99;
}

.cardtwoitems:hover .cardlayout_two a h3:nth-child(2) {
    opacity: 0;
}

.cardtwoitems .cardlayout_two .link_button {
    width: 100%;
    text-align: center;
    position: relative;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
}

.cardtwoitems .cardlayout_two .link_button::before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #000000ad 50%, transparent);
    height: 100px;
    bottom: -17%;
    left: 0px;
    transform: translate(0%, 17%);
    width: 100%;
    z-index: -99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 1;
}

.cardtwoitems:hover .cardlayout_two .link_button::before {
    opacity: 0;
}

.cardtwoitems .cardlayout_two .link_button p {
    position: relative;
    font-family: "HindSiliguri-Medium";
    font-size: 20px;
    color: var(--color-white);
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.cardtwoitems .cardlayout_two .link_button p::after {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(-20%, -50%);
    content: '';
    background-image: url('./img/details_icon.png');
    background-size: cover;
    background-position: center;
    width: 19px;
    height: 19px;
}

.cardtwoitems:hover .cardlayout_two .link_button p {
    opacity: 1;
}

.home_contactbg {
    background-image: url('./img/bg3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.home_service {
    display: grid;
    grid-template-columns: 35% 35% 30%;
    justify-content: center;
}

.home_service .hservice_items {
    text-align: center;
}

.home_service .hservice_items:nth-child(2) {
    position: relative;
}

.home_service .hservice_items:nth-child(2) img {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 420px;
}

.home_service .hservice_items:nth-child(1) h3,
.home_service .hservice_items:nth-child(3) h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    color: var(--color-white);
    font-family: "FSOMUR";
    font-size: 35px;
}

.home_service .hservice_items:nth-child(1) ul li a {
    color: var(--color-white);
    font-family: "Ruposhi-Bangla-UI-Uni";
    padding: 10px 5px;
    font-size: 24px;
    transition: 0.5s;
    font-weight: 700;
}

.home_service .hservice_items:nth-child(1) ul li a:hover {
    color: var(--bg-orange);
}

.home_service .hservice_items:nth-child(3) ul li h5 {
    color: var(--color-white);
    font-family: "HindSiliguri-Light";
    font-size: 25px;
}

.home_service .hservice_items:nth-child(1) ul li,
.home_service .hservice_items:nth-child(3) ul li {
    margin-bottom: 10px;
}

.home_service .hservice_items:nth-child(1),
.home_service .hservice_items:nth-child(3) {
    padding: 80px 0px;
}

/* Home Upcoming_Event =======================================*/
.recent_event {
    padding: 5rem 0rem 12rem;
}

.vaccination_event_content {
    display: grid;
    grid-template-columns: 55% 40%;
    gap: 70px;
}

.epi_vaccinne_blue_leftbox {
    background: linear-gradient(95.88deg, #0055A7 21.35%, #002141 112.73%);
    padding: 4rem 1rem 3rem;
    border-radius: 15px;
    position: relative;
    z-index: 9;
}

.epi_vaccinne_blue_leftbox::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    background-image: url(./img/epi_frame.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 290px;
    z-index: -9;
    opacity: 0.4;
}

.epi_vaccinne_blue_box_content h4 {
    font-family: "TitilliumWeb-Regular";
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}

.epi_vaccinne_blue_box_content p {
    font-family: "Ruposhi-Bangla-UI-Uni";
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 35px;
}

.epi_vaccinne_blue_box_grid {
    display: grid;
    grid-template-columns: 46% 48%;
    gap: 40px;
}

.epi_vaccinne_blue_Reftbox {
    background: linear-gradient(89.07deg, #FBECDE 0.96%, rgba(206, 140, 84, 0.56) 135.11%);
    padding: 2rem;
    border-radius: 8px;
    border-right: 4px solid #CE873DD1;
    margin-top: -5rem;
}

.epi_vaccinne_lists ul li {
    font-family: "TitilliumWeb-Regular";
    color: #0055A7;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 0px;
    text-align: end;
    position: relative;
}

.epi_vaccinne_lists ul p {
    font-family: "TitilliumWeb-Regular";
    color: #0055A7;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    border-bottom: 1px solid #F1932F47;
    background-color: #FFFFFF8F;
}

.epi_vaccinne_lists_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
}

/*
==============================
home page Part CSS End
==============================
*/
/*
==============================
Defult page Part CSS Start
==============================
*/

.defult_page {
    padding: 150px 0px 50px;
    min-height: calc(100vh - 150px);
}

.defult_page h1 {
    color: var(--bg-deep-blue);
    margin-bottom: 20px;
}



/*
==============================
Defult page Part CSS End
==============================
*/

/*
==============================
footer page Part CSS Start
==============================
*/
.footer {
    padding: 5px 0px;
    background-color: #011F4D;
    position: relative;
}

.footer::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url('./img/Pattern-left.png');
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 220px;
    height: 220px;
}

.footer_fullcontent {
    display: grid;
    grid-template-columns: 30% 35% 35%;
    padding: 10px 0px 0px;
}

.footer_follow_us {
    display: flex;
    align-items: center;
}

.footer_follow_us ul li {
    margin-left: 12px;
}

.footer_first>a>img {
    width: 310px;
    margin-bottom: 15px;
}

.footer_first>p {
    color: var(--color-white);
    margin-bottom: 40px;
    font-family: "TitilliumWeb-Light";
}

.footer_first h3 {
    color: #F2932F;
    font-size: 20px;
    margin-bottom: 10px;

}

.footer_follow_us .color_white {
    color: #808fa6;
    margin-left: 10px;
}

.footer_first ul {
    display: flex;
    flex-direction: row;
}

.footer_first ul li:nth-child(1) a {
    padding: 10px 13px;
}

.footer_first ul li a {
    display: block;
    padding: 10px 10px;
    border: 1px solid #1a355f;
    border-radius: 5px;
    margin-right: 2px;
    color: #fff;
    transition: 0.5s ease-in-out;
}

.footer_first ul li a:hover {
    color: var(--color-orange);
}

.footer_forth h3,
.footer_second h3 {
    color: var(--color-white);
    font-size: 22px;
    margin-bottom: 15px;
}

.footer .quick_links {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.footer .quick_links li {
    margin-bottom: 10px;
}

.footer .quick_links li a {
    padding: 5px 0px;
    display: block;
    color: var(--color-white);
    transition: color .2s ease-in-out;
    line-height: 12px;
}

.footer .quick_links li a:hover {
    color: #F2932F;
}

.footer_second ul li {
    display: grid;
    grid-template-columns: max-content max-content;
    margin-bottom: 10px;
}

.footer_second ul li img {
    margin-right: 10px;
    width: 25px;
}

.footer_second ul li p,
.footer_second ul li p a {
    color: var(--color-white);
    font-family: "TitilliumWeb-Light";
    transition: 0.5s ease-in-out;
}

.footer_second ul li p a:hover {
    color: #F2932F;
}

.footer_bottom p {
    border-top: 1px solid #7b7f8536;
    text-align: center;
    padding: 5px 0px 0px 0px;
    color: var(--color-white);
    font-family: "TitilliumWeb-Light";
}

.footer_bottom p a {
    color: var(--color-white);
    font-family: "TitilliumWeb-Light";
    transition: 0.5s ease-in-out;
}

.footer_bottom p a:hover {
    color: #F2932F;
}

/*
==============================
footer page Part CSS Start
==============================
*/
/* ABOUT US PAGE ==============*/
.aboutus_page {
    padding: 10rem 0rem 10rem;
    position: relative;
}

.aboutus_page_effect {
    position: relative;
}

.aboutus_page_effect::after {
    position: absolute;
    top: -75px;
    left: 0;
    content: '';
    background-image: url(./img/about_bg_1.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    z-index: -1;
}

.aboutus_page_effect::before {
    position: absolute;
    top: 0;
    right: 5%;
    content: '';
    background-image: url(./img/about_bg_4.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    animation: rotate 5s ease-in-out infinite;
    z-index: -1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(20deg);
    }

    25% {
        transform: rotate(40deg);
    }

    45% {
        transform: rotate(60deg);
    }

    60% {
        transform: rotate(40deg);
    }

    80% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.aboutus_page::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(./img/about_bg_3.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    z-index: -1;
}

.aboutus_page::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    background-image: url(./img/about_bg_2.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    z-index: -1;
}


.about_us_heading h3 {
    color: var(--color-deep-blue);
    font-size: 40px;
    font-family: "FSOMUR";
    margin-bottom: 50px;
}

.text_big {
    font-size: 55px;
}

.aboutleft_side,
.aboutright_side {
    padding: 0;
}

.aboutleft_side_text {
    padding: 9rem 10rem 0rem 4rem;
}

.aboutleft_side_text p,
.aboutright_side_text p {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 1rem;
    line-height: 30px;
    color: #404040;
}

.aboutright_side_text {
    padding: 4rem 0rem 0rem 12rem;
    margin-bottom: 1rem;
}

.aboutright_side_image {
    margin-top: -7rem;
}

.aboutright_side_image img {
    width: 100%;
    padding: 1rem 0rem 0rem 2rem;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

/* PATIENT-REVIEW-PAGE */
.patient_review_page {
    padding: 10rem 0rem 3rem 0rem;
    position: relative;
    background-color: #f3e4d2;
}

.patient_review_heading h3 {
    color: var(--color-deep-blue);
    font-size: 50px;
    font-family: "FSOMUR";
}

.patient_review {
    display: flex;
    justify-content: space-between;
}

.year_form_select {
    border: 1px solid #cce0f4;
    background-color: #f2f9ff;
    color: #0055A7;
    font-size: 16px;
    font-weight: 400;
    font-family: "Ruposhi-Bangla-UI-Uni";
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset;
}

.review_years_title h6 {
    font-family: "FSOMUR";
    font-size: 30px;
    color: #0055A7;
}

.all_patient_review {
    padding: 2rem 0rem 5rem;
}

.review_years {
    padding: 20px 0px 30px;
}

.thumbnail {
    position: relative;
}

.thumbnail img {
    width: 100%;
    border-radius: 5%;
    height: 204px;
    object-fit: cover;
}

.thumb_video {
    margin-bottom: 2rem;
    position: relative;
}

.thumbnail a::before {
    position: absolute;
    content: '';
    background-image: url(./img/yt-play.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    width: 100%;
    height: 180px;
}

.date_of_post {
    padding: 15px 0px;
}

.date_of_post p {
    font-family: "HindSiliguri-Medium";
    font-size: 16px;
    font-weight: 600;
    color: #0055A7;
}

.date_release {
    font-family: "HindSiliguri-Light";
    font-size: 16px;
    font-weight: 700;
    color: #0055A7;
}

/* EVENTS-PAGES */
.event_banner {
    position: relative;
    padding: 8rem;
    background-color: #04398b;
}

.event_banner::after {
    position: absolute;
    bottom: 0;
    right: 50px;
    content: '';
    background-image: url(./img/event_icon-2.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
}

.event_banner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(./img/event_icon-1.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 150px;
}

.event_banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 3rem;
    text-align: center;
}

.event_banner_title h3 {
    font-family: "FSOMUR";
    font-size: 50px;
    color: #ffffff;
    font-weight: 400;
}

.event_banner_title p a {
    color: #ffffff;
}

.event_banner_title p a:hover {
    color: var(--bg-orange);
}

.gallery_image_content img {
    border: 1px solid #d2dee8;
    border-radius: 10px !important;
}

.event_banner_title .fa-angle-right {
    color: #ffffff;
}

.main_event_section {
    position: relative;
}

.main_event_section::before {
    position: absolute;
    bottom: 2%;
    left: 2%;
    transform: translate(-2%, -2%);
    content: '';
    background-image: url(./img/event_star.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    animation: rotate 5s ease-in-out infinite;
    z-index: -1;
}

.event_year_sec {
    background-color: #f9fdff;
    padding: 20px 0px;
    border-bottom: 1px solid #f2f5f7;
    margin-bottom: 2rem;
}

.event_year_body {
    display: flex;
    justify-content: end;
}

.event_year_heading {
    position: absolute;
    top: 22px;

}

.event_year_heading h3 {
    font-family: "FSOMUR";
    font-size: 40px;
    color: #0055A7;
    font-weight: 400;
}

.all_event_show {
    padding: 2rem 0rem 5rem;
}

.event_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.event_box img {
    width: 100%;
    border-radius: 10px;
    transition: transform 1s ease-in-out;
    height: 350px;
    object-fit: cover;
}

.event_box img:hover {
    transform: scale(1.1);
}

.event_box_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    background-color: #012345bf;
    width: 100%;
    padding: 1rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    backdrop-filter: blur(3px);
}

.event_box:hover .event_box_details_icon {
    transform: rotate(-40deg);
}

.event_box_details h6 {
    font-family: "Ruposhi-Bangla-UI-Uni";
    font-size: 28px;
    color: #ffffff;
}

.event_box_details p {
    font-family: "Ruposhi-Bangla-UI-Uni";
    font-size: 14px;
    color: #ffffff;
}

.event_box_details_icon {
    color: #ffffff;
    font-size: 25px;
    transition: transform 1s ease-in-out;
}

.single_event {
    position: relative;
    padding: 20px 0px 20px;
}

/* Event gallery grid */
.event_gallery_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.event_gallery_item {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 4/3;
    background-color: #f0f0f0;
}

.event_gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.event_gallery_item:hover img {
    transform: scale(1.06);
}

.single_event::after {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(-2%, -50%);
    content: '';
    background-image: url(./img/event_star.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    animation: rotate 10s ease-in-out infinite;
}

.single_event::before {
    position: absolute;
    top: 80%;
    right: 2%;
    transform: translate(-2%, -80%);
    content: '';
    background-image: url(./img/disgnostic_plus_icon.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
}

/* Vaccination Section */
.vacination_body {
    position: relative;

}

.vacination_body::after {
    position: absolute;
    bottom: 2%;
    left: 2%;
    transform: translate(-2%, -2%);
    content: '';
    background-image: url(./img/event_star.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    animation: rotate 5s ease-in-out infinite;
    z-index: -1;
}

.vacination_body::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    background-image: url(./img/about_bg_2.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    z-index: -1;
}

.vaccination_banner {
    padding: 10rem 0rem 5rem;
    background-color: #FFF8F0;
}

.vaccination_part {
    display: grid;
    grid-template-columns: 55% 40%;
    gap: 70px;
    align-items: center;
}

.vaccination_video {
    margin-top: 4rem;
}

.vaccination_videobg {
    background-color: #d4e3fb;
    height: 353px;
    padding: 9px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0p
}

.vaccination_part_text h4 {
    font-size: 50px;
    line-height: 80px;
    font-family: "FSOMUR";
    color: var(--bg-deep-blue);
    margin-bottom: 30px;
}

.vaccination_part_text p {
    font-size: 18px;
    line-height: 31px;
    font-family: "Ruposhi-Bangla-UI-Uni";
    color: #404040;
    margin-bottom: 20px;
}

.vaccination_place h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    font-family: "Ruposhi-Bangla-UI-Uni";
    color: var(--bg-deep-blue);
    margin-bottom: 30px;
    margin-top: 50px;
}

.vaccination_place_lists p {
    background-color: #FFF3E4;
    padding: 15px;
    border: 1px solid #FFE5C9;
    font-family: "Ruposhi-Bangla-UI-Uni";
    color: #2C2B2B;
    font-size: 16px;
}

.vaccination_place_lists_grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 25px;
    padding: 0rem 6rem 5rem;
}

.vaccination_place_lists img {
    width: 20px;
    margin-top: -8px;
}

.vaccination_ages_body {
    padding: 5rem 0rem;
}

.vaccination_ages_rules {
    margin-bottom: 8rem;
}

.vaccination_ages_content {
    background-color: #FFF4E8;
    border: 1px solid #FFEEDA;
    padding: 5rem;
    border-radius: 10px;
}

.vaccination_ages_content_head {
    text-align: center;
}

.vaccination_ages_content_head h4 {
    font-size: 34px;
    font-weight: 700;
    line-height: 31px;
    font-family: "Ruposhi-Bangla-UI-Uni";
    color: var(--bg-deep-blue);
    margin-bottom: 10px;
}

.vaccination_ages_content_head p {
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    font-family: "Ruposhi-Bangla-UI-Uni";
    color: #222222;
    margin-bottom: 50px;
}

.vaccination_ages_content_rules {
    display: grid;
    grid-template-columns: 30% 20% 45%;
    gap: 50px;
}

.vaccination_ages_content_rules_lists p {
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    font-family: "Ruposhi-Bangla-UI-Uni";
    color: #404040;
    margin-bottom: 10px;
}

.vaccination_ages_content_rules_lists ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    font-family: "Ruposhi-Bangla-UI-Uni";
    color: #404040;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.vaccination_ages_content_rules_lists ul li::after {
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 14px;
    top: 0px;
    left: 0px;
    color: #0055A7;
}

.custome_vaccine_tablehead tr th {
    font-family: "Ruposhi-Bangla-UI-Uni";
    background-color: #FFF1E0;
    color: #0055AF;
    padding: 30px 10px;
    font-size: 16px;
    text-align: center;
}

.custome_vaccine_tbody tr td {
    font-family: "Ruposhi-Bangla-UI-Uni";
    background-color: #FFF1E0;
    color: #404040;
    padding: 20px;
    font-size: 16px;
}



/* DOCTORS-PAGE */

.doctor_banner {
    position: relative;
    padding: 8rem 0rem 15rem;
    background-color: #f4a14b;
    z-index: -1;
}

.doctor_banner::after {
    position: absolute;
    bottom: 0;
    right: 50px;
    content: '';
    background-image: url(./img/doctor_icon.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    opacity: 0.4;
}

.doctor_banner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(./img/doctor_icon_2.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 150px;
}

.doctor_banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 1rem;
    text-align: center;
}

.doctor_banner_title h3 {
    font-family: "FSOMUR";
    font-size: 50px;
    color: #ffffff;
    font-weight: 400;
}

.custom_doctor_list_tablink:active {
    background-color: #0e64b9;
    color: aliceblue;
    font-family: "Ruposhi-Bangla-UI-Uni";
    padding: 15px 10px;
    border-radius: 0px;
    width: 100%;
}

.custom_doctor_list_tablink {
    background-color: #ffffff;
    border: inherit;
    color: var(--color-deep-blue);
    font-family: "Ruposhi-Bangla-UI-Uni";
    padding: 15px 10px;
    border-radius: 0px;
    font-weight: 600;
    width: 100%;
}

.custom_doctor_list_tablink .nav-link {
    margin-bottom: inherit;
    border: inherit;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.fullBodyDoctors {
    display: grid;
    grid-template-columns: 18% 80%;
    justify-content: space-between;
}

.listtitle {
    font-family: "Ruposhi-Bangla-UI-Uni";
    color: #0056A7;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0px 10px 10px;
}

/* Chrome, Safari and Edge */
.custom_doctor_list_tabs::-webkit-scrollbar {
    width: 8px;
}

.custom_doctor_list_tabs::-webkit-scrollbar-track {
    background: transparent;
    margin-top: 20px;
}

.custom_doctor_list_tabs::-webkit-scrollbar-thumb {
    background: rgba(84, 140, 194, 0.2);
    border-radius: 4px;
}


.custom_doctor_list_tabs {
    border-radius: 8px;
    padding: 5px;
    height: 50rem;
    overflow: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 2rem;
    display: grid;
    /*     grid-template-columns: 14% 10% 10% 11% 14% 11% 8% 10% 12%; */
    /* grid-template-columns: 14% 12% 8% 11% 9% 15% 10% 8% 13%; */
}

.doctor_details_box {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-gap: 15px;
    box-shadow: 0px 2px 10px 0px #0000001A;
    margin-top: 1rem;
    padding: 35px 25px;
    background-color: #ffffff;
    border-radius: 14px;
    height: 26rem;
    margin-bottom: 2rem;
}

.doctor_details_inner_part {
    display: grid;
    grid-template-columns: 25% 75%;
}

.card_head_content h4 {
    font-family: "Ruposhi-Bangla-UI-Uni";
    font-weight: 700;
    color: #0055A7;
    font-size: 20px;
    margin-bottom: 10px;
}

.card_head_content p,
.doctor_details_inner_part p {
    font-family: "Ruposhi-Bangla-UI-Uni";
    font-weight: 400;
    color: #343434;
    font-size: 16px;
    margin-bottom: 15px;
}

.doctor_details_inner_part .text_blue {
    font-family: "Ruposhi-Bangla-UI-Uni";
    font-weight: 700;
    color: #0055A7;
    font-size: 16px;
}

.doctor_details_box img {
    border: 1px solid #D4E2F0;
    border-radius: 10px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.dept_doctor_list_content_bg {
    background-color: #fffbf6;
    padding: 2rem 0rem 6rem;
    position: relative;
}

.dept_doctor_list_content_bg::after {
    position: absolute;
    bottom: 2%;
    right: 0%;
    content: '';
    background-image: url(./img/doctorlists_icon.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
}

.dept_doctor_list_content_bg::before {
    position: absolute;
    top: 70%;
    left: 0%;
    content: '';
    background-image: url(./img/doctorlists_icon.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
}

.custom_doctor_list_tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: inherit;
    border-color: inherit;
    width: 100%;
    background-color: #bddfff;
    border-radius: 0;
}

.custom_doctor_list_tabs li {
    position: relative;
}

.custom_doctor_list_tabs li.search::after {
    content: none !important;
    background: none !important;
}


.custom_doctor_list_tabs li::after {
    content: '';
    background-image: url('./img/arrow-black.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-5px, -50%);
}

.custom_doctor_list_tabs .nav-item .nav-link {
    text-align: left;
    position: relative;
    border-radius: 5px;
    margin-bottom: 5px;
    border: 1px solid rgba(135, 188, 239, 0.47);
    border-radius: 7px;
}


.search-input-wrapper {
    position: relative;
}

#doctor-search-form {
    margin-bottom: 0px;
    padding: 5px 0px;
}

#doctor-search-input {
    padding: 5px 5px 5px 20px;
    height: 50px;
    width: 100%;
    font-size: 12px;
    border: 1px solid rgba(148, 205, 246, 0.5);
    border-radius: 5px;
    outline: none;
    color: #888;
}

.search-input-wrapper::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 12px;
}


.custom_doctor_list_tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: linear-gradient(to right, #248CF0, #0D63B7);
    border-radius: 0;
    border: none;
    color: #ffffff;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;

}

.not_doctor_found p {
    font-family: "FSOMUR";
    font-size: 30px;
    color: var(--color-deep-blue);
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
}

/* DIAGNOSTIC-PAGE */
.diagnostic_banner {
    position: relative;
    padding: 10rem 0rem 8rem;
    background-color: #e0eaf4;
    z-index: -1;
}

.diagnostic_banner::after {
    position: absolute;
    bottom: 0;
    right: 50px;
    content: '';
    background-image: url(./img/diagonstic-icon.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    opacity: 0.4;
}

.diagnostic_banner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(./img/diagonstic-icon.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 100px;
}

.diagnostic_banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 2rem;
    text-align: center;
}

.diagnostic_banner_title h3 {
    font-family: "FSOMUR";
    font-size: 50px;
    color: var(--color-deep-blue);
    font-weight: 400;
}

.diagnosic_tab_list {
    display: flex;
    flex-direction: row;
    margin-top: -35px;
}

.diagnosic_tab_list .list-group-item.active {
    padding: 15px 0px;
    text-align: center;
    background: linear-gradient(to right, #248CF0, #0D63B7);
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-family: "Ruposhi-Bangla-UI-Uni";
    color: #ffffff;
    font-size: 17px;
}

.diagnosic_tab_list .list-group-item {
    padding: 15px 0px;
    text-align: center;
    font-family: "Ruposhi-Bangla-UI-Uni";
    font-weight: 700;
    color: #0055A7;
    font-size: 17px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.diagnosic_tab_list .list-group-item:hover {
    background-color: #bddfff;
}

.diagnosic_tab_list .list-group-item:last-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 8px;
}

.diagnosic_tab_list .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0px;
}

.diagnostic_custom_tab {
    text-align: center;
    padding: 3rem 0rem 3rem;
}

.diagnostic_custom_tab img {
    border: 1px solid #d1cccb;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.diagnostic_body {
    position: relative;
}

.diagnostic_body .diagnostic_plus_icon:first-child {
    position: absolute;
    top: 15%;
    left: 2%;
    width: 100px;
    transform: translate(-2%, -15%);
    z-index: -1;
}

.diagnostic_body .diagnostic_plus_icon:nth-child(2) {
    position: absolute;
    top: 30%;
    left: 15%;
    z-index: -1;
    width: 150px;
    transform: translate(-15%, -30%);
}

.diagnostic_body .diagnostic_plus_icon:nth-child(3) {
    position: absolute;
    bottom: 5%;
    left: 3%;
    width: 160px;
    transform: translate(-3%, -5%);
    z-index: -1;
}

.diagnostic_body .diagnostic_plus_icon:nth-child(4) {
    position: absolute;
    top: 15%;
    right: 2%;
    width: 100px;
    transform: translate(-2%, -15%);
    z-index: -1;
}

.diagnostic_body .diagnostic_plus_icon:nth-child(5) {
    position: absolute;
    top: 30%;
    right: 15%;
    z-index: -1;
    width: 150px;
    transform: translate(-15%, -30%);
}

.diagnostic_body .diagnostic_plus_icon:nth-child(6) {
    position: absolute;
    bottom: 5%;
    right: 3%;
    width: 160px;
    transform: translate(-3%, -5%);
    z-index: -1;
}

/* CONTACT-US */
.contact_page_top {
    padding: 10rem 0rem 5rem;
    position: relative;
}

.contact_page_top::after {
    background-image: url(./img/disgnostic_plus_icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    bottom: 3%;
    left: 2%;
    transform: translate(-2%, -3%);
    width: 120px;
    height: 120px;
    z-index: -1;
}

.contact_page_top::before {
    background-image: url(./img/three_shape_icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    top: 15%;
    right: 5%;
    transform: translate(-5%, -15%);
    width: 90px;
    height: 90px;
    animation: rotate 5s ease-in-out infinite;
    z-index: -1;
}

.contact_title {
    margin-bottom: 3rem;
}

.contact_title h3 {
    font-family: "FSOMUR";
    font-size: 50px;
    color: var(--color-deep-blue);
    font-weight: 400;
}

.contact_address {
    background-color: #faebdc;
    padding: 5rem;
    border-radius: 12px;
    border: 1px solid #fce0c3;
    height: 33rem;
}

.contact_icon,
.contact_location_address_title {
    display: flex;
}

.contact_icon h6 {
    font-family: "HindSiliguri-Medium";
    font-size: 30px;
    font-weight: 600;
    color: #0055A7;
    margin-left: -58px;
}

.contact_number {
    text-align: center;
    margin-top: -45px;
    margin-left: 50px;
}

.contact_number p a {
    font-family: "Ruposhi-Bangla-UI-Uni";
    font-weight: 700;
    font-size: 18px;
    color: var(--color-deep-blue);
    line-height: 35px;
    transition: 0.5s ease-in-out;
}

.contact_number p a:hover {
    color: var(--color-orange);
}

.contact_number p {
    font-family: "Ruposhi-Bangla-UI-Uni";
    font-weight: 700;
    font-size: 18px;
    color: var(--color-deep-blue);
    line-height: 35px;
}

.contact_location_address_title h6 {
    font-family: "HindSiliguri-Medium";
    font-size: 30px;
    font-weight: 600;
    color: #0055A7;
    margin-left: 20px;
}

.contact_icon_address {
    margin-top: 3rem;
}

.contact_location_address {
    text-align: start;
    margin-top: 0rem;
    margin-left: 67px;
}

.contact_location_address p {
    font-family: "Ruposhi-Bangla-UI-Uni";
    font-weight: 700;
    font-size: 18px;
    color: var(--color-deep-blue);
    line-height: 35px;
}

.contact_form {
    background-color: #ebf2f8;
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 12px;
    border: 1px solid #cedeee;
    height: 33rem;
}

.contact_form_title {
    margin-bottom: 1rem;
}

.contact_form_title h6 {
    font-family: "HindSiliguri-Medium";
    font-size: 28px;
    font-weight: 600;
    color: #0055A7;
}

.contact_form .form-label {
    font-family: "FSOMUR";
    color: #404040;
}

.contact_form .form-control {
    padding: 12px 15px;
}

::placeholder {
    font-size: 15px;
    font-family: "Ruposhi-Bangla-UI-Uni";
}

.contact_form .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset;
}

.contact_form textarea {
    height: 112px;
}

.contactsubmit_btn {
    font-family: "HindSiliguri-Medium";
    background-color: #f2932f;
    padding: 8px 50px;
    border-radius: 5px;
    color: #ffff;
    font-weight: 400;
    font-size: 17px;
    transition: 0.5s ease-in-out;
    float: right;
    margin-top: 2rem;
}

.contactsubmit_btn:hover {
    background-color: var(--color-deep-blue);
    color: #ffff;
}

/* DEPARTMENT-PAGE */
.department_page_top {
    padding: 11rem 0rem 20rem;
    background-color: #fdf5ec;
}

.department_list_title {
    padding: 0rem 8rem 0rem 0rem;
}

.department_list_title h3 {
    font-family: "FSOMUR";
    font-size: 50px;
    color: var(--color-deep-blue);
    font-weight: 400;
}

.department_list_title p {
    font-family: "Ruposhi-Bangla-UI-Uni";
    font-weight: 400;
    font-size: 18px;
    color: #404040;
    text-align: justify;
    margin-top: 2rem;
}

.department_image img {
    border-radius: 10px;
}

.department_doctor_lists {
    padding: 10rem 0rem 8rem;
    clip-path: ellipse(80% 64% at 50% 69%);
    margin-top: -263px;
    background-color: #ffffff;
    position: relative;
}

.department_doctor_lists::after {
    position: absolute;
    content: '';
    background-image: url(./img/about_bg_4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 2%;
    left: 2%;
    transform: translate(-2%, -2%);
    width: 100px;
    height: 100px;
    animation: rotate 5s ease-in-out infinite;
    z-index: -1;
}

.department_doctor_lists::before {
    position: absolute;
    content: '';
    background-image: url(./img/about_bg_2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0%;
    right: 0%;
    transform: translate(0%, 0%);
    width: 200px;
    height: 200px;
    z-index: -1;
}

.department_doctor_lists_head h3 {
    font-family: "FSOMUR";
    font-size: 50px;
    color: var(--color-deep-blue);
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
}

/* SERVICES-PAGE */
.single_services_heading_section {
    padding: 8rem 0rem 0rem;
    position: relative;
}

.single_services_heading_section::after {
    position: absolute;
    content: '';
    background-image: url(./img/heart_icon.png);
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px;
    bottom: -10%;
    left: 5%;
    transform: translate(-5%, 10%);
}

.single_services_heading_section::before {
    position: absolute;
    content: '';
    background-image: url(./img/heart_icon.png);
    background-position: center;
    background-size: cover;
    width: 100px;
    height: 100px;
    top: 70%;
    right: 5%;
    transform: translate(-5%, -70%);
}

.single_service_title p {
    font-family: "HindSiliguri-Medium";
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    color: var(--color-deep-blue);
    margin-bottom: 20px;
}

.single_service_title h3 {
    font-family: "FSOMUR";
    font-size: 50px;
    color: #F2932F;
    font-weight: 400;
    text-align: center;
}


/* SERVICES-SLIDER */
.single_services_slider_sec {
    padding: 5rem 0rem;
}

.single_services_head {
    margin-bottom: 3rem;
}

.single_service_owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -3%;
    transform: translate(3%, -50%);
    padding: 13px 16px;
    border: 1px solid #e6eef6;
    background-color: white;
    color: #011f4d;
    box-shadow: 0px 0px 5px #f3f3f3;
}

.single_service_owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -3%;
    transform: translate(3%, -50%);
    padding: 13px 16px;
    border: 1px solid #e6eef6;
    background-color: white;
    color: #011f4d;
    box-shadow: 0px 0px 5px #f3f3f3;
}

.single_services_head {
    display: block;
    height: 100%;
}

.single_services_head h2 {
    font-family: "FSOMUR";
    font-size: 50px;
    color: var(--color-deep-blue);
    font-weight: 400;
    text-align: center;
}

.single_servicecardlayouts .single_service_card {
    width: 100%;
    height: 250px;
    background-color: antiquewhite;
    border-radius: 5px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
}

.single_service_card .single_service_cardlayout_two {
    height: 100%;
    width: 100%;
}

.single_service_card .single_service_cardlayout_two>a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.single_service_card .single_service_cardlayout_two>a::before {
    content: '';
    background-color: #ff830000;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color .5s ease-in-out;
}

.single_service_card:hover .single_service_cardlayout_two>a::before {
    background-color: #DF974B;
}

.single_service_card .single_service_cardlayout_two a h3:nth-child(1) {
    font-family: "FSOMUR";
    font-size: 25px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    color: var(--color-white);
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.single_service_card:hover .single_service_cardlayout_two a h3:nth-child(1) {
    opacity: 1;
}

.single_service_card .single_service_cardlayout_two a h3:nth-child(2) {
    font-family: "FSOMUR";
    font-weight: 400;
    font-size: 25px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
    color: var(--color-white);
    opacity: 1;
    transition: opacity .5s ease-in-out;
    z-index: 99;
}

.single_service_card:hover .single_service_cardlayout_two a h3:nth-child(2) {
    opacity: 0;
}

.single_service_card .single_service_cardlayout_two .link_button {
    width: 100%;
    text-align: center;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
    position: relative;
}

.single_service_card .single_service_cardlayout_two .link_button::before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #000000ad 50%, transparent);
    height: 100px;
    bottom: -17%;
    left: 0px;
    transform: translate(0%, 17%);
    width: 100%;
    z-index: -99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.single_service_card:hover .single_service_cardlayout_two .link_button::before {
    opacity: 0;
}

.single_service_card .single_service_cardlayout_two .link_button p {
    position: relative;
    font-family: "HindSiliguri-Medium";
    font-size: 20px;
    color: var(--color-white);
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.single_service_card:hover .single_service_cardlayout_two .link_button p {
    opacity: 1;
}

.single_service_card .single_service_cardlayout_two .link_button p::after {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translate(-20%, -50%);
    content: '';
    background-image: url(./img/details_icon.png);
    background-size: cover;
    background-position: center;
    width: 19px;
    height: 19px;
}

.service_single_gallery .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}


/* ================================ */
.single_service_gallery {
    background-image: url(./img/single_service_gallery_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0px 30px;
    margin-top: 3rem;
}

.swiper {
    width: 100%;
    padding-top: 3.125rem;

}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Ensures the image fits without cropping */
}

.swiper-slide .c-card img {
    width: 634px;
    height: 423px;
    border-radius: 10px;
    object-fit: cover;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.swiper-button-next {
    content: '';
    position: absolute;
    background-image: url(./img/slider_arrownext.png);
    background-position: center;
    background-size: cover;
    width: 31px;
    height: 19px;
    top: 90%;
    left: 70%;
    transform: translate(-70%, -90%);
}

.swiper-button-prev {
    content: '';
    position: absolute;
    background-image: url(./img/slider_arrowprev.png);
    background-position: center;
    background-size: cover;
    width: 31px;
    height: 19px;
    left: 30%;
    top: 90%;
    transform: translate(-30%, -90%);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.singleservice_gallery_details {
    margin-top: 2rem;
}

.singleservice_gallery_details p {
    font-family: "Ruposhi-Bangla-UI-Uni";
    font-weight: 400;
    font-size: 18px;
    color: #343434;
    text-align: center;
}

/*
==============================
Media Query Part CSS Start
==============================
*/
@media only screen and (max-width:1880px) {
    .header_bar .primary_menu>ul>li>a {
        padding: 30px 5px;
    }

    .header_bar .primary_menu>ul {
        margin-left: 5%;
    }

    .contact_address {
        padding: 2rem;
    }

    .thumbnail img {
        height: 178px;
    }

    .header_bar .primary_menu>ul>li:last-child {
        position: absolute;
        top: 50%;
        right: -35px;
        transform: translate(35px, -50%);
    }

    /* 	.header_bar .header_logo img {
		bottom: -25px;
		right: 12%;
		transform: translate(-12%, 25px);
	} */
}

@media only screen and (max-width:1680px) {
    .home_banner_content h3:nth-child(1) {
        font-size: 33px;
        line-height: 52px;
    }

    .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(2) {
        top: 40%;
        left: 25%;
        transform: translate(-25%, -40%);
        max-width: 500px;
    }

    .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(1) {
        top: 15%;
        left: 0%;
        transform: translate(0%, -15%);
        width: 420px;
    }

    .homeabout_shinshin .habout_items:nth-child(2) .habout_content h3 {
        font-size: 65px;
    }

    .aboutleft_side_text {
        padding: 3rem 10rem 0rem 4rem;
    }

    .aboutright_side_text {
        padding: 2rem 0rem 0rem 3rem;
    }

    .department_list_title h3 {
        font-size: 40px;
    }

    .doctor_details_box img {
        height: 150px;
    }

    .contact_address {
        padding: 1rem;
    }

    .thumbnail img {
        height: 163px;
    }

    .card_head_content p,
    .doctor_details_inner_part p {
        font-size: 14px;
    }

}

@media only screen and (max-width:1440px) {

    .header_bar {
        background-position-x: 23%;
        height: 140px;
    }

    .header_bar .header_logo img {
        bottom: -22px;
        right: 20%;
        transform: translate(-20%, 22px);
    }

    .header_logo {
        margin-top: 5px;
    }

    #menu-item-4:hover>ul {
        grid-template-columns: 40% 30%;
    }

    .header_bar .primary_menu>ul>li.menu-item-has-children:hover>ul {
        left: 0;
    }





    .header_bar .primary_menu>ul>li.menu-item-has-children>ul {
        grid-template-columns: 23% 22% 22%;
        width: 100%;
        left: 0;
    }

    #menu-item-4>ul {
        left: 0;
        width: 100%;
    }

    .header_bar .primary_menu>ul>li>a {
        font-size: 16px;
    }

    .header_bar .primary_menu>ul {
        margin-left: 1%;
    }

    .home_banner_content h3:nth-child(1) {
        font-size: 32px;
        line-height: 50px;
    }

    .home_banner_content h3:nth-child(2) {
        font-size: 25px;
        line-height: 32px;
    }

    .homeabout_shinshin {
        grid-template-columns: 40% 50%;
    }

    .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(1) {
        top: 15%;
        left: 8%;
        transform: translate(-8%, -15%);
        width: 400px;
    }

    .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(2) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 500px;
    }

    .homeabout_shinshin .habout_items:nth-child(2) .habout_content h3 {
        font-size: 50px;
    }

    .cardtwoitems .cardlayout_two a h3:nth-child(2) {
        font-size: 18px;
    }

    .home_service .hservice_items:nth-child(1) h3,
    .home_service .hservice_items:nth-child(3) h3 {
        font-size: 26px;
    }

    .footer_first h3 {
        font-size: 18px;
    }

    .card_servicefullboxone .card_serviceinnerbox h3 {
        top: 28%;
        left: 50%;
        transform: translate(-50%, -28%);
    }

    .footer_first h3 {
        font-size: 15px;
    }

    .footer_follow_us ul li {
        margin-left: 5px;
    }

    /* ABOUT US PAGE    */
    .aboutleft_side_text {
        padding: 3rem 5rem 0rem 2rem;
    }

    .aboutright_side_text {
        padding: 3rem 0rem 0rem 3rem;
    }

    .department_list_title h3 {
        font-size: 40px;
    }

    .department_list_title {
        padding: 0rem 2rem 0rem 0rem;
    }

    .department_page_top {
        padding: 8rem 0rem 20rem;
    }

    .diagnostic_banner_title h3 {
        font-size: 45px;
    }

    .single_service_card .single_service_cardlayout_two a h3:nth-child(2) {
        font-size: 18px;
    }

    .doctor_banner_title h3 {
        font-size: 44px;
    }

    .doctor_details_box img {
        height: 150px;
    }

    .thumbnail a::before {
        height: 130px;
    }

    .custom_doctor_list_tablink {
        padding: 16px 10px;
        height: 70px;
        font-size: 15px;
    }

    .custom_doctor_list_tablink:active {
        padding: 16px 10px;
    }

    .thumbnail img {
        height: 150px;
    }

    .contact_address {
        padding: 1rem;
    }

    .epi_vaccinne_blue_box_content h4 {
        font-size: 22px;
    }

    .vaccination_place_lists_grid {
        padding: 0rem 0rem 5rem;
    }
}

@media only screen and (max-width:1399px) {

    /* HEADER-MENU */
    .header_bar .header_logo img {
        width: 230px;
        margin-top: 0px;
        bottom: -25px;
        right: 12%;
        transform: translate(-12%, 25px);
    }

    .header_bar {
        background-position-x: 23%;
        height: 125px;
    }

    .header_bar .primary_menu>ul>li:last-child {
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translate(15px, -50%);
    }

    .header_bar .primary_menu>ul>li>a {
        padding: 25px 10px;
        margin-right: 5px;
        font-size: 16px;
    }

    .header_bar .primary_menu>ul>li.menu-item-has-children::after {
        font-size: 12px;
        top: 30px;
        right: 0px;
    }


    .header_bar .primary_menu>ul>li:last-child a {
        padding: 5px 20px;
        font-size: 15px;
    }





    .home_page_fullBanner {
        margin-top: 60px;
    }

    .home_video {
        grid-template-columns: 35% 65%;
    }

    .home_banner_content h3:nth-child(1) {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .home_banner_content h3:nth-child(2) {
        font-size: 25px;
        line-height: 40px;
    }

    .home_banner_content p a {
        font-size: 20px;
    }

    .homeabout_shinshin {
        grid-template-columns: 52% 48%;
    }

    .homeabout_shinshinfull {
        padding: 30px 0px 50px;
    }

    .homeabout_shinshin .habout_items:nth-child(2) .habout_content p {
        font-size: 16px;
    }

    .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(1) {
        top: 15%;
        left: 2%;
        transform: translate(2%, 15%);
        width: 400px;
    }

    .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(2) {
        top: 30%;
        left: 34%;
        transform: translate(-34%, -30%);
        max-width: 500px;
    }

    .homeabout_shinshinfull::before {
        width: 100px;
        height: 100px;
    }

    .homeabout_shinshin .habout_items:nth-child(2) .habout_content h3 {
        font-size: 55px;
        line-height: 35px;
    }

    .homeabout_shinshin .habout_items:nth-child(2) .habout_content h3 .second_head {
        font-size: 45px;
    }

    .homeabout_shinshin .habout_items:nth-child(2) .habout_content img {
        top: -5%;
        left: 55%;
        transform: translate(-55%, 5%);
        width: 130px;
    }

    .homeservices>h3,
    .headertwo h3 {
        font-size: 40px;
    }

    .card_servicefullboxone .card_serviceinnerbox h3 {
        font-size: 20px;
        top: 35%;
    }

    .card_servicefullboxone .card_serviceinnerbox p {
        font-size: 12px;
    }

    .card_servicefullboxone .card_serviceinnerbox a {
        font-size: 14px;
    }


    .cardtwoitems .cardlayout_two a h3:nth-child(2),
    .cardtwoitems .cardlayout_two a h3:nth-child(1) {
        font-size: 20px;
    }

    .cardtwoitems .cardlayout_two .link_button::before {
        height: 60px;
    }

    .home_service .hservice_items:nth-child(1) h3,
    .home_service .hservice_items:nth-child(3) h3 {
        font-size: 26px;
    }

    .home_service .hservice_items:nth-child(2) img {
        width: 320px;
    }

    .home_service .hservice_items:nth-child(1),
    .home_service .hservice_items:nth-child(3) {
        padding: 50px 0px;
    }

    .home_service .hservice_items:nth-child(1) ul li a {
        font-size: 20px;
    }

    .home_service .hservice_items:nth-child(3) ul li h5 {
        font-size: 20px;
    }

    .cardslider button.owl-prev,
    .cardslider button.owl-next {
        font-size: 25px;
    }

    .cardtwoitems .cardlayout_two .link_button p::after {
        width: 14px;
        height: 14px;
    }

    .cardtwoitems .cardlayout_two .link_button p {
        font-size: 17px;
    }

    .footer_first>a>img {
        width: 250px;
        margin-bottom: 10px;
    }

    .footer .quick_links li a {
        font-size: 14px;
    }

    .footer_second ul li p,
    .footer_second ul li p a {
        font-size: 14px;
    }

    .footer_forth h3,
    .footer_second h3 {
        font-size: 18px;
    }

    .footer_first h3 {
        font-size: 18px;
    }

    .footer_first ul li:nth-child(1) a {
        padding: 5px 8px;
    }

    .footer_first ul li a {
        padding: 5px 8px;
    }

    .footer_follow_us ul li {
        margin-left: 0px;
    }

    .footer_bottom p,
    .footer_bottom p a {
        font-size: 14px;
    }

    /* ABOUT US PAGE    */
    .custom_container {
        padding: 0% 5%;
    }

    .header_bar .primary_menu>ul {
        margin-left: 7%;
    }

    .header_bar .primary_menu>ul>li.menu-item-has-children>ul {
        left: -580px;
    }

    .header_bar .primary_menu>ul>li.menu-item-has-children:hover>ul {
        top: 75px;
        left: -580px;
        width: 1360px;
        grid-template-columns: 22% 22% 22%;
    }

    #menu-item-4:hover>ul {
        grid-template-columns: 25% 25% 25%;
        justify-content: center;
    }

    .aboutus_page_effect::after {
        width: 150px;
        height: 150px;
        top: -45px;
    }

    .aboutleft_side_text {
        padding: 3rem 3rem 0rem 3rem;
    }

    .aboutright_side_image {
        margin-top: 0rem;
    }

    .aboutright_side_text {
        padding: 1rem 0rem 0rem 4rem;
    }

    .aboutus_page {
        padding: 7rem 0rem 4rem;
    }

    .aboutleft_side_text p,
    .aboutright_side_text p {
        font-size: 16px;
    }

    .single_service_card .single_service_cardlayout_two .link_button p::after {
        width: 14px;
        height: 14px;
    }

    /* SERVICES-PAGES */
    .single_service_card .single_service_cardlayout_two a h3:nth-child(2),
    .single_service_card .single_service_cardlayout_two a h3:nth-child(1) {
        font-size: 18px;
    }

    .single_service_card .single_service_cardlayout_two .link_button p {
        font-size: 16px;
    }

    .single_service_title p {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .single_service_title h3 {
        font-size: 40px;
    }

    .single_services_slider_sec {
        padding: 2rem 0rem;
    }

    .singleservice_gallery_details p {
        font-size: 16px;
    }

    .single_servicecardlayouts .single_service_card {
        height: 150px;
    }

    .single_service_card .single_service_cardlayout_two .link_button::before {
        height: 55px;
    }

    /* .swiper-wrapper {
    height: 53%;
} */
    .single_services_head h2 {
        font-size: 45px;
    }

    /* PATIENT-REVIEW */
    .patient_review_heading h3 {
        font-size: 40px;
    }

    .thumbnail img {
        height: 160px;
    }

    /* EVENT-PAGE */
    .all_event_show::before {
        width: 60px;
    }

    .event_banner_title h3 {
        font-size: 45px;
    }

    .single_event::after,
    .single_event::before {
        width: 60px;
        height: 60px;
    }

    /* DOCTOR-PAGE */
    .doctor_banner {
        padding: 8rem 0rem 12rem;
    }

    .doctor_banner_title h3 {
        font-size: 40px;
    }

    .custom_doctor_list_tablink {
        padding: 10px 10px;
        height: 50px;
    }

    .service_nav.nav-pills .nav-link.active,
    .service_nav.nav-pills .nav-link {
        font-size: 18px;
    }

    .custom_doctor_list_tablink:active {
        padding: 10px 10px;
    }

    .doctor_details_inner_part p {
        font-size: 14px;
    }

    .doctor_details_box img {
        height: 140px;
    }

    .dept_doctor_list_content_bg::before,
    .dept_doctor_list_content_bg::after {
        width: 95px;
        height: 95px;
    }

    /* DIGNOSTIC-PAGE */
    .diagnostic_banner_title h3 {
        font-size: 40px;
    }

    .diagnosic_tab_list .list-group-item {
        font-size: 15px;
    }

    .diagnosic_tab_list .list-group-item.active {
        font-size: 15px;
    }

    .diagnosic_tab_list {
        margin-top: -20px;
    }

    .servicecardlayouts .cardtwoitems {
        height: 180px;
    }

    /* CONTACT-PAGE */
    .contact_icon,
    .contact_location_address_title {
        display: flex;
        align-items: center;
    }

    .contact_page_top {
        padding: 8rem 0rem 5rem;
    }

    .contact_title h3 {
        font-size: 35px;
    }

    .contact_page_top::before {
        width: 70px;
        height: 70px;
    }

    .contact_address {
        padding: 2rem;
    }

    .contact_icon h6,
    .contact_location_address_title h6,
    .contact_form_title h6 {
        font-size: 25px;
    }

    .contact_location_address_title img {
        width: 35px;
    }

    .contact_icon img {
        width: 60px;
    }

    .contact_number {
        margin-top: 0px;
    }

    .contact_icon h6 {
        margin-left: 0px;
    }

    .contact_form .form-control {
        padding: 8px 15px;
    }

    .contact_form textarea {
        height: 55px;
    }

    .contact_location_address p {
        font-size: 15px;
    }

    .contactsubmit_btn {
        padding: 5px 25px;
    }

    .contact_form,
    .contact_address {
        height: 27rem;
    }

    /* DEPARTMRNT-PAGE */
    .department_page_top {
        padding: 8rem 0rem 18rem;
    }

    .department_list_title {
        padding: 0rem 2rem 0rem 0rem;
    }

    .department_list_title h3 {
        font-size: 40px;
    }

    .department_list_title p {
        font-size: 16px;
    }

    .department_doctor_lists_head h3 {
        font-size: 40px;
    }

    .department_doctor_lists {
        padding: 10rem 0rem 8rem;
    }

    .footer_first ul {
        margin-left: 15px;
    }

    /* EVENT-PAGE */
    .event_box_details h6 {
        font-size: 22px;
    }

    .vaccination_banner {
        padding: 8rem 0rem 0rem;
    }

    .vaccination_part_text p {
        font-size: 16px;
    }


}

@media only screen and (max-width:1280px) {
    .header_bar .primary_menu>ul {
        margin-left: 3%;
    }

    .custom_doctor_list_tablink {
        font-size: 12px;
    }

    .contact_address {
        padding: 1rem;
    }

}

@media only screen and (max-width:1024px) {
    #videobg {
        height: initial;
    }

    .header_bar {
        background-position-x: 23%;
        height: 115px;
    }

    .custom_container {
        padding: 0% 5%;
    }

    .header_bar .primary_menu>ul>li.menu-item-has-children:hover>ul {
        grid-template-columns: 25% 25% 25%;
    }





    .header_bar .primary_menu>ul>li.menu-item-has-children>ul {
        width: 100%;
        left: 0;
    }

    #menu-item-4:hover>ul {
        grid-template-columns: 33% 33% 33%;
        justify-content: center;
    }

    .header_bar .primary_menu>ul {
        margin-left: 5%;
    }

    .header_bar .header_logo img {
        width: 200px;
        margin-top: 0px;
        bottom: -22px;
        right: 11%;
        transform: translate(-11%, 22px);
    }

    .home_page_fullBanner {
        margin-top: 65px;
    }

    .home_banner_content h3:nth-child(1) {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .header_bar .primary_menu>ul>li>a {
        font-size: 13px;
        padding: 22px 7px;
    }

    .header_bar .primary_menu>ul>li.menu-item-has-children::after {
        top: 24px;
    }

    .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(2) {
        max-width: 440px;
    }

    .homeabout_shinshin .habout_items:nth-child(2) .habout_content p {
        font-size: 14px;
    }

    .homeabout_shinshin .habout_items:nth-child(2) .habout_content img {
        top: -5%;
        left: 70%;
        transform: translate(-70%, 5%);
        width: 120px;
    }

    .card_servicefullboxone .card_serviceinnerbox h3 {
        font-size: 26px;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -35%);
    }

    .card_servicefullboxone .card_serviceinnerbox p {
        font-size: 12px;
        text-align: justify;
    }

    .servicesbg::before {
        top: 2%;
        right: 5%;
        transform: translate(-5%, -2%);
        width: 80px;
        height: 80px;
    }

    .headertwo h3 {
        line-height: 50px;
    }

    .home_service .hservice_items:nth-child(1) h3,
    .home_service .hservice_items:nth-child(3) h3 {
        font-size: 22px;
    }

    /* ABOUT US PAGE    */
    .aboutleft_side_text {
        padding: 3rem 0rem 0rem 2rem;
    }

    .aboutright_side_text {
        padding: 0rem 0rem 0rem 4rem;
        height: 15rem;
        overflow-x: hidden;
        margin-top: 2rem;
    }

    /* PATIENT-REVIEW */
    .thumbnail img {
        height: 116px;
    }

    .thumbnail a::before {
        height: 100px;
    }

    /* EVENT PAGE */
    .event_banner_title h3 {
        font-size: 45px;
    }

    .event_box_details h6 {
        font-size: 22px;
    }

    .event_box img {
        height: 221px;
    }

    .event_box_details_icon {
        font-size: 20px;
    }

    .diagnosic_tab_list .list-group-item,
    .diagnosic_tab_list .list-group-item.active {
        font-size: 14px;
    }

    /* DEPARTMENT-PAGE */

    .department_list_title {
        padding: 0rem 0rem 0rem 0rem;
    }

    .department_list_title h3 {
        font-size: 32px;
    }

    .department_list_title p {
        margin-top: 1rem;
    }

    .doctor_details_box img {
        height: auto;
    }

    .doctor_details_box {
        grid-gap: 12px;
        min-height: 26rem;
        height: auto;
    }

    .doctor_details_inner_part {
        display: grid;
        grid-template-columns: 28% 72%;
    }

    .department_page_top {
        padding: 7rem 0rem 18rem;
    }

    .cardtwoitems .cardlayout_two a h3:nth-child(2),
    .cardtwoitems .cardlayout_two a h3:nth-child(1) {
        font-size: 16px;
    }

    .cardtwoitems .cardlayout_two .link_button p {
        font-size: 15px;
    }

    .doctor_details_inner_part .text_blue {
        font-size: 12px;
    }

    .doctor_details_inner_part p {
        font-size: 12px;
    }

    /* DIAGONISTIC-PAGE */
    .diagnostic_banner_title h3 {
        font-size: 36px;
    }

    /* SERVICES-PAGE */
    #menu-item-4>ul>li>a {
        transition: padding-left 0.5s ease-in-out;
        position: relative;
        padding-left: 20px;
        color: #302F2F;
        font-size: 16px;
    }

    #menu-item-4>ul>li>a::after {
        position: absolute;
        content: "";
        width: 13px;
        height: 2px;
        background-color: var(--color-deep-blue);
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
    }

    .header_bar .primary_menu>ul>li:last-child a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .vaccination_video video {
        height: auto;
    }

    .vaccination_place_lists_grid {
        grid-template-columns: auto auto auto;
    }

    .vaccination_ages_content_rules {
        display: inline;
    }

    .vaccination_ages_content_rules_lists {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .vaccination_part_text h4 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .vaccination_ages_image {
        text-align: center;
    }

}

@media screen and (max-width: 991px) {

    .mbl_menu {
        display: none;
    }

    .header_bar {
        background-position-x: 10%;
        height: 110px;
    }

    .slicknav_menu {
        display: block;
        margin: 0px 0px 12px;
    }

    .slicknav_nav {
        clear: both;
        background-color: #ffff !important;
        margin-top: 10% !important;
        font-size: .875em;
    }

    .slicknav_brand img {
        width: 220px;
        margin-left: -13%;
        margin-top: 6%;
    }

    .contact_address {
        margin-bottom: 2rem;
    }

    .doctor_details_box {
        grid-gap: 12px;
        min-height: auto;
        height: auto;
    }

    .fullBodyDoctors {
        display: grid;
        grid-template-columns: 25% 70%;
        justify-content: space-between;
    }



}

@media only screen and (max-width:768px) {
    .home_banner_content h3:nth-child(1) {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .home_banner_content h3:nth-child(2) {
        font-size: 18px;
        line-height: 20px;
    }

    .home_banner_content p a {
        font-size: 14px;
    }

    .homeabout_shinshin {
        display: block;
    }

    .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(1) {
        top: 10%;
        left: 10%;
        transform: translate(-10%, -10%);
        max-width: 410px;
        width: 100%;
    }

    .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(2) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 530px;
        width: 100%;
    }

    .homeabout_shinshin .habout_items:nth-child(2) .habout_content img {
        top: -5%;
        left: 40%;
        transform: translate(-40%, 5%);
    }

    .homeabout_shinshinfull::after {
        bottom: 1%;
        right: 5%;
        transform: translate(-5%, -1%);
        width: 55px;
        height: 55px;
    }

    .department_list_title h3 {
        text-align: center;
    }

    .homeabout_shinshin .habout_items:nth-child(2) .habout_content {
        margin-top: 4px;
    }

    .homeservices>h3,
    .headertwo h3 {
        font-size: 30px;
        line-height: 45px;
    }

    .service_nav {
        margin-top: -20px;
    }

    .servicecardlayouts {
        grid-template-columns: 30% 35% 35%;
        gap: 10px;
    }

    .home_service .hservice_items:nth-child(1),
    .home_service .hservice_items:nth-child(3) {
        padding: 8px 0px;
    }

    .home_service .hservice_items:nth-child(1) h3,
    .home_service .hservice_items:nth-child(3) h3 {
        font-size: 16px;
    }

    .home_service .hservice_items:nth-child(1) ul li a {
        font-size: 16px;
    }

    .home_service .hservice_items:nth-child(3) ul li h5 {
        font-size: 16px;
    }

    .cardtwoitems .cardlayout_two .link_button::before {
        height: 70px;
    }

    .footer_fullcontent {
        display: block;
        text-align: center;
    }

    .footer_follow_us {
        justify-content: center;
        margin-bottom: 2rem;
    }

    .footer_second ul li {
        justify-content: center;
    }

    .footer .quick_links li a {
        font-size: 14px;
    }

    .footer_second ul li p,
    .footer_second ul li p a {
        font-size: 14px;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 0px 10px;
    }

    /* ABOUT US PAGE    */
    .aboutleft_side,
    .aboutright_side {
        padding: 25px;
    }

    .aboutus_page_effect::before {
        width: 70px;
        height: 70px;
    }

    .about_us_heading h3 {
        text-align: start;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .text_big {
        font-size: 45px;
    }

    .aboutright_side_image img {
        padding: 1rem 0rem 0rem 0rem;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .aboutleft_side_text,
    .aboutright_side_text {
        padding: 1rem;
        height: unset;
        overflow-x: unset;
        margin-top: 0rem;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 95%;
    }

    /* PATIENT-REVIEW */
    .thumbnail img {
        height: 185px;
    }

    .thumbnail a::before {
        height: 165px;
    }

    .date_of_post p {
        text-align: center;
    }

    /* EVENT-PAGE */
    .event_banner_title h3 {
        font-size: 34px;
    }

    .event_box_details {
        padding: 10px;
    }

    /* DIAGNOSTIC-PAGE */
    .diagnostic_banner {
        padding: 10rem 0rem 3rem;
    }

    .diagnostic_banner_title h3 {
        font-size: 24px;
    }

    .diagnosic_tab_list {
        display: flex;
        flex-direction: column;
        margin-top: -10px;
    }

    /* DEPARTMRNT-PAGE */
    .department_page_top {
        padding: 7rem 0rem 15rem;
    }

    .department_doctor_lists {
        padding: 12rem 0rem 12rem;
        clip-path: ellipse(100% 64% at 50% 69%);
    }

    .department_doctor_lists_head h3 {
        font-size: 32px;
    }

    .doctor_details_box img {
        width: 250px;
        height: auto;
    }

    .doctor_details_box {
        grid-gap: 20px;
        height: 19rem;
    }

    .doctor_banner::after {
        bottom: 65px;
    }

    .single_service_title h3 {
        font-size: 30px;
    }

    /* .swiper-wrapper {
        height: 38%;
    } */
    .doctor_banner_title h3 {
        font-size: 26px;
    }

    .card_head_content p,
    .doctor_details_inner_part p {
        font-size: 14px;
    }

    .dept_doctor_list_content_bg {
        padding: 3rem 0rem 1rem;
    }

    .custom_doctor_list_tabs {
        margin-top: -120px;
    }

    .doctor_details_inner_part {
        display: grid;
        grid-template-columns: 20% 80%;
    }

    .dept_doctor_list_content_bg::after,
    .dept_doctor_list_content_bg::before {
        display: none;
    }

    .footer .quick_links {
        margin-bottom: 0rem;
        grid-template-columns: 18% 30% 30% 20%;
    }

    .custom_doctor_list_tabs {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        height: auto;
    }

    .fullBodyDoctors {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
    }

    #doctor-search-form {
        margin-bottom: 0px;
        padding: 0px 0px;
    }

    /* CONTACT-PAGE */
    .contact_page_top::before {
        top: 8%;
        right: 5%;
        transform: translate(-5%, -8%);
        width: 70px;
        height: 70px;
    }

    .contact_address {
        margin-bottom: 2rem;
    }

    .contact_number {
        text-align: start;
    }

    .contact_form {
        height: 33rem;
    }

    .vaccination_place_lists_grid {
        grid-template-columns: auto;
    }

    .vaccination_ages_content {
        padding: 2rem;
    }

    .vaccination_ages_content_head p {
        font-size: 15px;
    }

    .custome_vaccine_tablehead tr th {
        font-size: 12px;
    }

    .custome_vaccine_tbody tr td {
        padding: 22px;
        font-size: 12px;
    }

}

/* @media screen and (max-width: 712px) {
	.thumbnail img {
		height: 360px;
	}
} */
@media only screen and (max-width:600px) {
    .home_video {
        display: block;
    }

    .slicknav_menu>a {
        padding: 6px 6px;
    }

    .header_bar {
        background-position-x: 10%;
        height: 100px;
    }

    .slicknav_brand img {
        width: 185px;
        margin-left: -10%;
        margin-top: 6%;
    }

    .slicknav_nav {
        clear: both;
        background-color: #ffff !important;
        margin-top: 17% !important;
    }

    .home_banner_content {
        position: inherit;
        top: 0%;
        right: 0%;
        transform: inherit;
        padding: 2rem;
    }

    .home_banner_content h3:nth-child(1) {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 13px;
        text-align: center;
    }

    .home_banner_content h3:nth-child(2) {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .home_banner_content p {
        text-align: center;
    }

    .homeabout_shinshinfull::before {
        width: 65px;
        height: 65px;
    }

    .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs {
        position: relative;
        width: 85%;
        height: 430px;
    }

    .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(1) {
        max-width: 250px;
        top: 25%;
        left: 10%;
        transform: translate(-10%, -25%);
    }

    .homeabout_shinshin .habout_items:nth-child(2) .habout_content h3 {
        font-size: 45px;
        line-height: 15px;
    }

    .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(2) {
        max-width: 400px;
    }

    .homeabout_shinshin .habout_items:nth-child(2) .habout_content img {
        top: -5%;
        left: 70%;
        transform: translate(-70%, 5%);
        width: 100px;
    }

    .homeabout_shinshinfull::after {
        bottom: 0%;
        right: 5%;
        transform: translate(0%, -5%);
        width: 50px;
        height: 60px;
    }

    .home_service {
        display: block;
    }

    .servicesbg::before {
        width: 60px;
        height: 60px;
        top: 0%;
        right: 20%;
        transform: translate(-20%, 0%);
    }

    .home_service .hservice_items:nth-child(2) {
        margin-bottom: 23rem;
    }

    .home_service .hservice_items:nth-child(2) img {
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .home_service .hservice_items:nth-child(1) h3,
    .home_service .hservice_items:nth-child(3) h3 {
        font-size: 24px;
    }

    .footer_forth {
        margin-bottom: 1rem;
    }

    .service_nav {
        margin-top: 30px;
        justify-content: center;
    }

    .headertwo {
        text-align: center;
    }

    .servicecardlayouts {
        display: block;
    }

    .servicesbg::after {
        width: 60px;
        height: 60px;
    }

    /* ABOUT-PAGE */
    .about_us_heading h3 {
        text-align: center;
        font-size: 25px;
    }

    .text_big {
        font-size: 30px;
    }

    .aboutus_page_effect::before {
        width: 50px;
        height: 50px;
        top: 35px;
    }

    .aboutleft_side_text p,
    .aboutright_side_text p {
        font-size: 14px;
    }

    .singleservice_gallery_details p {
        font-size: 14px;
    }

    .event_banner_title p a {
        font-size: 14px;
    }

    /* PATIENT-REVIEW */
    .patient_review_page {
        padding: 8rem 0rem 3rem 0rem;
    }

    .patient_review_heading h3 {
        font-size: 22px;
    }

    .thumbnail img {
        height: 208px;
    }

    /*     .fancybox-slide {
        height: 32%;
    } */
    .review_years_title h6,
    .date_of_post {
        text-align: center;
    }

    .thumbnail a::before {
        height: 200px;
    }

    /* EVENT-PAGE */
    .event_banner_title {
        margin-top: 2rem;
    }

    .event_banner_title h3 {
        font-size: 23px;
    }

    .event_year_heading h3 {
        font-size: 22px;
    }

    .event_banner {
        padding: 5rem;
    }

    .dept_doctor_list_content_bg {
        padding: 2rem 0rem 2rem;
    }

    .main_event_section::before {
        width: 60px;
        height: 60px;
    }

    .all_event_show {
        padding: 0rem 0rem 5rem;
    }

    /* DIAGONSTIC-PAGE */
    .diagnostic_banner_title h3 {
        font-size: 22px;
    }

    .diagnosic_tab_list .list-group-item:first-child,
    .diagnosic_tab_list .list-group-item:last-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    /* DEPARTMENT-PAGE */
    .department_page_top {
        padding: 6rem 0rem 4rem;
    }

    .department_list_title {
        padding: 0rem 0rem 0rem 0rem;
    }

    .department_list_title h3 {
        text-align: center;
        font-size: 25px;
    }

    .department_list_title p {
        font-size: 14px;
    }

    .department_doctor_lists_head h3 {
        font-size: 25px;
    }

    .department_doctor_lists {
        padding: 3rem 0rem 8rem;
        clip-path: margin-box;
        margin-top: 0px;
    }

    /* DOCTOR-PAGE */
    .doctor_details_box_img {
        text-align: center;
    }

    .doctor_details_box img {
        width: 200px;
        height: auto;
    }

    .doctor_details_box {
        display: grid;
        grid-template-columns: unset;
        grid-gap: 25px;
        height: auto;
        margin-top: 0rem;
    }

    .doctor_banner {
        padding: 6rem 0rem 6rem;
    }

    .doctor_banner::after {
        right: 20px;
        width: 75px;
        height: 75px;
    }

    .doctor_banner_title {
        margin-top: 2rem;
    }

    .doctor_banner_title h3 {
        font-size: 20px;
    }

    .doctor_banner::after {
        bottom: 0px;
    }

    .custom_doctor_list_tabs {
        margin-top: -35px;
        margin-bottom: 2rem;
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .custom_doctor_list_tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        width: 100%;
    }

    .card_head_content {
        text-align: center;
    }

    .doctor_details_inner_part {
        display: grid;
        grid-template-columns: 30% 70%;
    }

    .department_doctor_lists::after {
        width: 70px;
        height: 70px;
    }

    .department_doctor_lists::before {
        width: 120px;
        height: 120px;
    }

    .card_servicefullboxone .card_serviceinnerbox h3 {
        font-size: 25px;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -35%);
    }

    .card_servicefullboxone .card_serviceinnerbox p {
        font-size: 14px;
        text-align: justify;
    }

    .footer_bottom p,
    .footer_bottom p a {
        font-size: 12px;
    }

    .footer_second ul li {
        display: block;
    }

    /* SERVICE-PAGE */
    .swiper-button-prev {
        left: 30%;
        top: 100%;
    }

    .swiper-button-next {
        right: 5%;
        top: 100%;
    }

    .singleservice_gallery_details p {
        text-align: justify;
    }

    .swiper {
        padding-top: 0.125rem;
    }

    .single_service_owl-carousel .owl-nav button.owl-next {
        right: 0%;
    }

    .single_service_owl-carousel .owl-nav button.owl-prev {
        left: 0%;
    }

    .single_services_head {
        margin-bottom: 2rem;
    }

    .single_services_head h2 {
        font-size: 35px;
    }

    /* CONTACT-PAGE */
    .contact_page_top {
        padding: 8rem 0rem 2rem;
    }

    .contact_title h3 {
        font-size: 22px;
    }

    .contact_icon h6,
    .contact_location_address_title h6 {
        font-size: 22px;
    }

    .contact_form {
        padding: 2rem 1rem 2rem 1rem;
    }

    .contact_form_title h6 {
        font-size: 18px;
    }

    .not_doctor_found p {
        font-size: 22px;
    }

    .epi_vaccinne_blue_box_grid {
        display: block;
    }

    .epi_vaccinne_blue_box_grid img {
        margin-bottom: 1rem;
    }

    .epi_vaccinne_lists ul li {
        font-size: 14px;
    }

    .epi_vaccinne_lists ul p {
        font-size: 12px;
    }

    .vaccination_part_text h4 {
        font-size: 30px;
        text-align: center;
    }

    .vaccination_place h4 {
        font-size: 18px;
        text-align: center;
    }

    .vaccination_place_lists img {
        width: 15px;
        margin-top: -8px;
    }

    .vaccination_place_lists p {
        font-size: 14px;
    }

    .vaccination_ages_content_head h4 {
        font-size: 22px;
    }

    .vaccination_ages_content_head p {
        font-size: 12px;
        line-height: 20px;
    }

    .vaccination_ages_content_rules_lists ul li {
        font-size: 14px;
    }

    .vaccination_ages_body_list {
        padding: 0rem 0rem 5rem;
    }

    .vaccination_banner {
        padding: 6rem 0rem 0rem;
    }

    @media only screen and (max-width:375px) {

        .slicknav_menu {
            display: block;
            margin: 0px 0px 5px;
        }

        .homeabout_shinshin .habout_items:nth-child(1) .habout_imgs img:nth-child(1) {
            max-width: 225px;
            top: 30%;
            left: 5%;
            transform: translate(-5%, -30%);
        }

        .homeabout_shinshin .habout_items:nth-child(2) .habout_content img {
            top: -5%;
            left: 90%;
            transform: translate(-90%, 5%);
            width: 122px;
        }

        .homeservices>h3,
        .headertwo h3 {
            font-size: 25px;
            line-height: 35px;
        }

        .doctor_details_inner_part {
            display: grid;
            grid-template-columns: 32% 68%;
        }

        .doctor_details_box {
            height: auto;
        }

        .diagnostic_banner_title h3 {
            font-size: 18px;
        }

        .single_service_title h3 {
            font-size: 24px;
        }

        .doctor_banner_title h3 {
            font-size: 18px;
        }

        .custom_doctor_list_tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            font-size: 12px;
        }

        .custom_doctor_list_tablink {
            font-size: 14px;
        }

        .event_banner_title h3 {
            font-size: 20px;
        }

        .event_year_heading {
            top: 25px;
        }

        .thumbnail img {
            height: 185px;
        }

        .swiper-wrapper {
            height: 40%;
        }

        .singleservice_gallery_details p {
            margin-top: 1rem;
        }

        .contact_page_top::before {
            top: 5%;
            right: 5%;
            transform: translate(-5%, -5%);
            width: 60px;
            height: 60px;
        }

        .footer_second ul li img {
            margin-right: 0px;
            width: 15px;
        }
    }

    @media only screen and (max-width:360px) {
        .swiper-wrapper {
            height: 40%;
        }
    }
}

/*
==============================
Media Query Part CSS End
==============================
*/
/* ==================================================
   MEGA MENU STYLES
   JS (scripts.js) controls opacity/visibility toggle
   ================================================== */

/* BASE: hidden by default, JS shows on hover */
.header_bar .primary_menu ul.mega-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-150px);
    clip-path: inset(150px 0 0 0);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), clip-path 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-top: 2px solid #EBF8FD;
    overflow: hidden;
}

/* Bridge to keep hover active during slide animation for department */
#menu-item-3::before {
    content: '';
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: 9997;
    pointer-events: none;
}

/* RIGHT background image - same for BOTH dropdowns */
.header_bar .primary_menu ul.mega-menu::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    height: 100%;
    background-image: url('./img/header_menu_bg.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}

/* LEFT heart image - same for BOTH dropdowns */
.header_bar .primary_menu ul.mega-menu::before {
    content: '';
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 185px;
    background-image: url('./img/menu_heart_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    z-index: 0;
}

/* Make sure links appear above the background images */
.header_bar .primary_menu ul.mega-menu>li {
    position: relative;
    z-index: 1;
}

/* ------------------------------------------------
   DEPARTMENTS (#menu-item-3)
   3-column grid, left image + right bg
   ------------------------------------------------ */
#menu-item-3>ul.mega-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 25px 15% 25px 30%;
    gap: 2px 20px;
    min-height: 200px;
    align-content: center;
}

#menu-item-3>ul.mega-menu>li>a {
    display: block;
    position: relative;
    padding: 6px 5px 6px 22px;
    color: #444;
    font-size: 14px;
    text-decoration: none;
    transition: padding-left 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

#menu-item-3>ul.mega-menu>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 2px;
    background-color: #1e90ff;
}

#menu-item-3>ul.mega-menu>li>a:hover {
    color: #005a8e;
    padding-left: 28px;
    font-weight: 600;
}

/* ------------------------------------------------
   SERVICES (#menu-item-4)
   2 category columns: Hospital Services | Special Services
   Each with a title + sub-list below
   ------------------------------------------------ */
#menu-item-4>ul.mega-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 15% 20px 30%;
    gap: 0 60px;
    min-height: 200px;
    align-content: start;
}

/* Category heading (items where url == '#') */
#menu-item-4>ul.mega-menu>li>span.mega-section-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #302F2F;
    padding: 12px 0 8px 0;
    margin-bottom: 8px;
    border-bottom: 2px solid #EBF8FD;
}

/* Sub-list under each category */
#menu-item-4>ul.mega-menu>li>ul.mega-sub {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-item-4>ul.mega-menu>li>ul.mega-sub>li>a {
    display: block;
    position: relative;
    padding: 6px 5px 6px 22px;
    color: #444;
    font-size: 14px;
    text-decoration: none;
    transition: padding-left 0.2s ease, color 0.2s ease;
}

#menu-item-4>ul.mega-menu>li>ul.mega-sub>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 2px;
    background-color: #1e90ff;
}

#menu-item-4>ul.mega-menu>li>ul.mega-sub>li>a:hover {
    color: #005a8e;
    padding-left: 28px;
    font-weight: 600;
}