/* @media (min-width: 1650px) {
    :root {
        --font42: 800 5.6rem / 6.4rem var(--inter);
        --font36: normal 4.8rem / 5.6rem var(--inter);
        --font35: normal 4.7rem / 5.6rem var(--inter);
        --font30: normal 4.2rem / 5.6rem var(--inter);
        --font24: bold 3.6rem / 4.2rem var(--inter);
        --font21: bold 3rem / 3.6rem var(--inter);
        --font18: 500 2.4rem / 3.4rem var(--inter);
        --font16: 500 2.2rem / 3.2rem var(--inter);
        --font15: normal 2.1rem / 3rem var(--inter);
        --font14: normal 2rem / 2.6rem var(--inter);
        --font13: normal 1.8rem / 2.6rem var(--inter);
        --font12: normal 1.6rem / 2.4rem var(--inter);
        --line-height-36: 42px;
        --line-height-35: 40px;
        --line-height-30: 36px;
        --line-height-26: 32px;
        --line-height-24: 30px;
        --line-height-21: 26px;
        --line-height-20: 25px;
        --line-height-16: 20px;
        --margin-20: 30px;
        --margin-60: 70px;
    }
} */

.home_banner{position: relative;overflow: hidden;}
.home_slider, .home_slider .swiper-slide, .home_banner .slider_caption {height: calc(100dvh - 14rem);}
.home_slider .swiper-slide img{height:100%;width: 100%;object-fit: cover;}
.home_banner .slider_caption{position: absolute;bottom:10rem;left: 0;width: 100%;display: flex;flex-wrap: wrap;z-index: 1;justify-content: center;align-items: flex-end;}
.home_banner .search_boxwrap {max-width:55%;margin-inline: auto;margin-bottom: 13.2rem;position: relative;z-index: 2;}
.home_banner .search_boxwrap h1{letter-spacing: -1.33px;font: var(--font36);color: var(--color_white);text-align: center;}
.home_banner .search_boxwrap h1 span{display: block;}
.home_banner .search_boxwrap .link_btn{display: flex;flex-wrap: wrap;justify-content: center;}
.home_banner .search_boxwrap .link_btn a:first-child{padding-right:2rem;margin-right:2rem; border-right: .1rem solid rgb(255 255 255 / 37%)}
.home_banner .search_boxwrap .link_btn a{display: flex;flex-wrap: wrap;align-items: center; font: var(--font12);color: var(--color_white);font-weight: bold;}
.home_banner .search_boxwrap .link_btn a svg{stroke: var(--color_white);margin-left: 2rem;}
.home_banner .search_boxwrap .link_btn a:hover{color: var(--color_red);}
.home_banner .search_boxwrap .link_btn a:hover svg{stroke: var(--color_red);}
.home_banner .search_boxwrap .search_box{display: flex;flex-wrap: wrap;margin-block: 5rem 4.1rem;}
.home_banner .search_boxwrap .search_box{display: flex;flex-wrap: wrap;gap: 2%;position: relative;z-index: 2;}
.home_banner .search_boxwrap .search_box input{width:85%;background: var(--color_white);padding:2.2rem 3rem; font:var(--font14);color: #272727;opacity: 6;border-radius:.8rem ; -webkit-border-radius:.8rem ; -moz-border-radius:.8rem ; -ms-border-radius:.8rem ; -o-border-radius:.8rem ; margin: 0 auto;}

.home_banner .search_boxwrap .search_box button{ width:13%; height: auto; display: flex; align-items: center; justify-content: center; background: var(--color_red); border-radius:.8rem ; -webkit-border-radius:.8rem ; -moz-border-radius:.8rem ; -ms-border-radius:.8rem ; -o-border-radius:.8rem ; border: none;}
.home_banner .slider_caption ul{display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 2.7rem;}
.home_banner .slider_caption.sliderfind-doctor ul{grid-template-columns: repeat(2, 1fr);max-width: 68.4%;margin: 0 auto;}
.home_banner .slider_caption ul li{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between; background: var(--color_white);padding: 2.25rem 3rem;position: relative;z-index: 1;overflow: hidden;}
.search_boxwrap.search-btnremove button.btn_hovefct {
    display: none;
}
.home_banner .slider_caption ul li::before{width: 100%;height: .4rem;background: var(--color_yellow);position: absolute;left: 0;bottom: 0;content: "";z-index: -1;transition: .5s ease-in-out;-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-ms-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;}
.home_banner .slider_caption ul li:nth-child(2)::before{background: var(--color_red);}
.home_banner .slider_caption ul li:nth-child(3)::before{background: var(--color_skyblue);}
.home_banner .slider_caption ul li p{color: var(--color27);font: var(--font12);font-weight: normal;}
.home_banner .slider_caption ul li:hover::before{height: 100%;}
.home_banner .slider_caption ul li:hover blockquote, .home_banner .slider_caption ul li:hover p{color: var(--color_white);}
.home_banner .slider_caption ul li:hover img{ filter:invert(1) brightness(100); -webkit-filter:invert(1) brightness(100); }
.home_banner .slider_caption ul li blockquote{color: var(--color_red);font: var(--font16);line-height: 1.2;font-weight: 500;margin-bottom:.5rem;}
.home_banner .search_boxwrap .search_box button img{ filter:invert(1) ; -webkit-filter:invert(1) ; width: 3rem;}
.home_banner .search_box.txtsearch1 .wordWheel.listMain{width: 85%; display: flex; flex-wrap: wrap; position: absolute; top: 100%; background: var(--color_white); border-radius:.8rem ; -webkit-border-radius:.8rem ; -moz-border-radius:.8rem ; -ms-border-radius:.8rem ; -o-border-radius:.8rem ;height:32rem;overflow-y: scroll;grid-gap:0; margin-left: 5.3rem; }
.home_banner .search_box.txtsearch1 .wordWheel.listMain::-webkit-scrollbar{width: .5rem;}
.home_banner .search_box.txtsearch1 .wordWheel.listMain li{width: 100%;display: flex;align-items: center;padding: 0;justify-content: center;}
.home_banner .search_box.txtsearch1 .wordWheel.listMain li a{padding: 1.5rem 3rem;display: flex;flex-wrap: wrap;align-items: center;width: 100%;font: var(--font13);font-weight: normal;}
.home_banner .search_box.txtsearch1 .wordWheel.listMain li .doctclass, .home_banner .search_box.txtsearch1 .wordWheel.listMain li .speclass, .home_banner .search_box.txtsearch1 .wordWheel.listMain li .ailclass, .home_banner .search_box.txtsearch1 .wordWheel.listMain li .procclass{background: var(--color_blue);color: var(--color_white);}
.home_banner .search_box.txtsearch1 .wordWheel.listMain li .doctclass img, .home_banner .search_box.txtsearch1 .wordWheel.listMain li .speclass img, .home_banner .search_box.txtsearch1 .wordWheel.listMain li .ailclass img, .home_banner .search_box.txtsearch1 .wordWheel.listMain li .procclass img{display: none;}
.home_banner .search_box.txtsearch1 .wordWheel.listMain li:not(:last-child){border-bottom: .1rem solid rgb(0 0 0 / 7%);}
.home_banner .search_box.txtsearch1 .wordWheel.listMain li::before{display: none;}
.home_banner .search_box.txtsearch1 .wordWheel.listMain li:hover img{ filter:none ; -webkit-filter:none ; }
.home_banner .search_box.txtsearch1 .wordWheel.listMain li a img{width:4rem !important;height:4rem !important;margin-right: 1.8rem;padding: 0 !important;}
@media (min-width:1650px){
    .home_banner .search_boxwrap .search_box button img{width: 4rem;}
    header .nav-item .nav-link img {width: 3rem;}
    .home_banner .search_boxwrap .link_btn a svg{width:1.5rem;height:1.5rem;}
    .home_banner .slider_caption ul li figure img{width: 5rem;height: 5rem;}
    .home_banner .search_box.txtsearch1 .wordWheel.listMain{ border-radius:.5rem ; -webkit-border-radius:.5rem ; -moz-border-radius:.5rem ; -ms-border-radius:.5rem ; -o-border-radius:.5rem ; padding-block: 0; max-width: 100%;}
    .home_banner .search_box.txtsearch1 .wordWheel.listMain li a img{width:5rem !important;height:5rem !important;margin-right: 2rem;padding: 0 !important;}
    .home_banner .search_box.txtsearch1 .wordWheel.listMain li a {font: var(--font16);}
}/*---1650px-css-end--*/
@media (max-width:1649px){
    .home_banner .slider_caption {bottom:15rem;}
    .home_banner .search_boxwrap .search_box input {padding: 1.5rem 2rem;border-radius: .6rem;-webkit-border-radius: .6rem;-moz-border-radius: .6rem;-ms-border-radius: .6rem;-o-border-radius: .6rem;}
    .home_banner .search_boxwrap {max-width: 45%;margin-bottom: 13.2rem;}
    .home_banner .search_boxwrap .search_box {margin-block: 4rem 3.1rem; }
    .home_banner .search_boxwrap .link_btn a:first-child { padding-right: 1.5rem; margin-right: 1.5rem;}
    .home_banner .search_boxwrap .link_btn a svg{margin-left: 1.5rem;}
    /* .home_banner .slider_caption ul li {padding: 1.2rem 2rem;border-bottom: .3rem solid var(--color_yellow);} */
    .home_banner .slider_caption ul li{padding: 1.2rem 1.9rem;}
    .home_banner .slider_caption ul li::before{height: .3rem;}
    .home_slider, .home_slider .swiper-slide, .home_banner .slider_caption {height: calc(100dvh - 6.5rem);}
    .home_banner .search_box.txtsearch1 .wordWheel.listMain li a{padding: 1rem 2rem;font: var(--font13);}
    .home_banner .search_box.txtsearch1 .wordWheel.listMain{height: 26rem;}
    .home_banner .search_box.txtsearch1 .wordWheel.listMain li a img{margin-right: 1.5rem;}
    .home_banner .search_box.txtsearch1 .wordWheel.listMain{ margin-left: 3.3rem; max-width: 100%;}

}/*---1649px-css-end--*/

@media (max-width:1399px){
    .home_banner .search_boxwrap {max-width: 55%;}
    .home_banner .search_boxwrap .search_box button {width: 11%;border-radius: .6rem;-webkit-border-radius: .6rem;-moz-border-radius: .6rem;-ms-border-radius: .6rem;-o-border-radius: .6rem;}
    .home_banner .search_boxwrap .search_box input { width: 87%; border-radius: .6rem; -webkit-border-radius: .6rem; -moz-border-radius: .6rem; -ms-border-radius: .6rem; -o-border-radius: .6rem;}
    .home_banner .search_box.txtsearch1 .wordWheel.listMain{width: 87%;}
    .home_banner .slider_caption ul {grid-gap: 1.7rem;}
    .home_specialities {max-width: 90%;}
    .home_banner .search_box.txtsearch1 .wordWheel.listMain li a {font: var(--font15);}
}/*---1366px-css-end--*/
@media (max-width:1280px){
    .home_banner .search_boxwrap .search_box input {width: 86%;}
    .home_banner .search_box.txtsearch1 .wordWheel.listMain{width: 86%;}
    .home_banner .search_boxwrap .search_box button{width: 12%;}
    .home_banner .search_boxwrap .search_box input { padding: 1.2rem 2rem; }
    .home_banner .search_boxwrap .search_box {margin-block: 3rem 2.1rem;}
    .home_banner .search_box.txtsearch1 .wordWheel.listMain li a{padding:1rem 2rem;}

}/*---1280px-css-end--*/

@media (max-width:1199px){
    .home_specialities{max-width: 90%;}
}/*---1199px-css-end--*/

@media (max-width:991px){
    .home_slider, .home_slider .swiper-slide{height: calc(100dvh - 16.3rem);}
    .home_banner .swiper-slide::after{ content: "";position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 50%;z-index:-1;background: linear-gradient(0deg, rgb(0 0 0 / 100%) 0%, rgba(0, 0, 0, 0) 64%);z-index: 1;}
    .home_banner figcaption{position: absolute;z-index:2;bottom: 6.2rem;width: 100%;}
    .home_banner figcaption .slide_heading{padding-inline: 2.2rem;display: flex;flex-wrap: wrap;width: 100%;justify-content: center;position: relative;text-align: center;}
    .home_banner figcaption .slide_heading::after{content:'';position: relative;margin-top: 1.5rem; display: block;width: 100%; height: 1.5rem; background: url(../images/caption-line.svg) no-repeat center;}
    .home_banner figcaption .slide_heading p{color: var(--color_white);letter-spacing: -1.11px;font-size: 3rem; line-height: 1.3;}
    .home_banner figcaption .slide_heading p span{display: block;}
    .home_banner .swiper-button-next, .home_banner .swiper-button-prev{display: none;}
    .home_banner .slider_caption{position: relative;bottom: 0;top: 0;height: auto;padding-block: 3rem 8.8rem;}
    .home_banner .search_boxwrap{display: none;}
    .home_banner .slider_caption ul {grid-column-gap: 0;grid-template-columns: repeat(1, 1fr);grid-row-gap: 2rem;}
    .home_banner .slider_caption ul li {padding: 0;flex-direction: column;width: 100%;min-height: 21rem;padding-block: 5.7rem;}
    .home_banner .slider_caption ul li::before{display: none;}
    .home_banner .slider_caption ul li .content{order: 2;margin-top: 1.5rem;text-align: center;}
    .home_banner .slider_caption ul li{box-shadow:0 .3rem .6rem #00000029;border-radius: .5rem;-webkit-border-radius: .5rem;-moz-border-radius: .5rem;-ms-border-radius: .5rem;-o-border-radius: .5rem;position: relative;}
    .home_banner .slider_caption ul li a:before {position: absolute;inset: 0;width: 100%;height: 100%;content: "";}
    .home_banner .slider_caption ul li:nth-child(1){background: var(--color_yellow);}
    .home_banner .slider_caption ul li:nth-child(2){background: var(--color_red);}
    .home_banner .slider_caption ul li:nth-child(3){background: var(--color_skyblue);}
    .home_banner .slider_caption ul li:nth-child(2) blockquote, .home_banner .slider_caption ul li:nth-child(2) p{color: var(--color_white);}
    .home_banner .slider_caption ul li:nth-child(2) figure img{ filter:invert(1) brightness(100); -webkit-filter:invert(1) brightness(100); }

    .home_banner .slider_caption ul li:hover blockquote{color: var(--color_red);}
    .home_banner .slider_caption ul li:hover p{color: var(--color_black);}
    .home_banner .slider_caption ul li:hover img {filter: none;-webkit-filter: none;}
    .home_banner .slider_caption ul li:nth-child(2):hover blockquote{color: var(--color_white);}
    .home_banner .slider_caption ul li:nth-child(2):hover p{color: var(--color_white);}
}/*---991px-css-end--*/

@media (max-width:375px){
.home_slider, .home_slider .swiper-slide {height: calc(100dvh - 15.3rem);}
}/*---375px-css-end--*/
@media (max-width:330px){
    .home_banner figcaption .slide_heading p {font-size: 2.4rem;}
    .home_banner figcaption{bottom:3rem;}
    .home_banner .slider_caption {padding-block: 3rem 5rem;}
}/*---320px-css-end--*/


/*----================Home-Banner-Css-end--=======================*/

.specialities_procedures{background: var(--colorf5);padding-block: 9.3rem 6rem;}
.specialities_procedures .hmspecilt_wrap{position: relative;}
.specialities_procedures h2{font: var(--font21);color: var(--color_red);font-weight: bold;text-align: center;}
.specialities_procedures blockquote{font: var(--font30);color: var(--color_black);font-weight: normal;padding-block: 3rem 6.2rem;text-align: center;}
.specialities_procedures .nav-tabs{display: flex;justify-content: center;padding-bottom: 3.9rem;border: none;}
.specialities_procedures .nav-tabs .nav-link{ padding: 1.6rem 3.6rem; border-radius:1rem ; -webkit-border-radius:1rem ; -moz-border-radius:1rem ; -ms-border-radius:1rem ; -o-border-radius:1rem ;border: none; font: var(--font13);font-weight: bold;color: var(--color27);}
.specialities_procedures .nav-tabs li:not(:last-child){margin-right:3rem;}
.specialities_procedures .nav-tabs li:hover .nav-link{color: var(--color_white);}
.specialities_procedures .nav-tabs .nav-link.active{background: var(--color_red);color: var(--color_white);}
.specialities_procedures .accordion-item{background: transparent;border: none;}
.home_specialities{max-width: 80%;margin-inline: auto;border-top:.1rem solid rgb(0 0 0 / 11%);border-bottom:.1rem solid rgb(0 0 0 / 11%);padding-block: 5.6rem 8.3rem;}
.home_specialities .swiper-slide{text-align: center;}
/* .home_specialities .swiper-slide figure img{width:87%;} */
.home_specialities .swiper-slide figure img{width:61%;}
.home_specialities .swiper-slide p{font: var(--font14);color: var(--color_black);}
.specialities_procedures .view_allbtn{margin-top:4.2rem;}

@media (max-width:1649px){
    .specialities_procedures {padding-block: 8.3rem 5rem;}
    .specialities_procedures blockquote {padding-block: 2rem 5.2rem; }
    .specialities_procedures .nav-tabs .nav-link {padding: .8rem 2.6rem;border-radius: .5rem;-webkit-border-radius: .5rem;-moz-border-radius: .5rem;-ms-border-radius: .5rem;-o-border-radius: .5rem;}
    .specialities_procedures .nav-tabs li:not(:last-child) {margin-right: 2rem;}
    .specialities_procedures .nav-tabs{padding-bottom: 2.9rem;}
    .home_specialities {padding-block: 4.6rem 7.3rem;}
    .specialities_procedures .view_allbtn {margin-top: 3.2rem;}
    .home_specialities .swiper-slide figure img{width:63%;}
}/*---1649px-css-end--*/

@media (max-width:1199px){
    .specialities_procedures {padding-block: 5rem 5rem; }
    .specialities_procedures blockquote {padding-block: 1.5rem 4.5rem; }
    .specialities_procedures .nav-tabs li:not(:last-child) {margin-right: 1rem;}
    .home_specialities {padding-block: 3rem 5rem;max-width: 90%;}
    .specialities_procedures .view_allbtn {margin-top: 2rem;}
    .home_specialities .swiper-slide figure img{width:50%;}
}/*---1199px-css-end--*/

@media (max-width:991px){
    .specialities_procedures {padding-block: 3.5rem 5rem;}
    .specialities_procedures .tab-content>.tab-pane {display: none;}
    .specialities_procedures .tab-content>.active { display: block;}
    .specialities_procedures h2{font: var(--font16);font-weight: bold;}
    .specialities_procedures blockquote {padding-block: 2rem 4rem;font-size: 2.4rem;font-weight: normal;line-height: 1.3;color: var(--color_black);}
    .specialities_procedures blockquote span{display: block;}
    .specialities_procedures .nav-tabs .nav-link {padding: .8rem 1.6rem;}
    .specialities_procedures .nav-tabs {padding-bottom: 2rem;}
    .specialities_procedures .hmspecilt_wrap ul{ display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: .3rem; width: calc(100% + 3rem); position: relative; left: 50%; transform:translateX(-50%) ; -webkit-transform:translateX(-50%) ; -moz-transform:translateX(-50%) ; -ms-transform:translateX(-50%) ; -o-transform:translateX(-50%) ; }
    .specialities_procedures .hmspecilt_wrap ul li{padding: 2rem 1.6rem;background: var(--color_white);display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;position: relative;         max-width: 130px;}
    .specialities_procedures .hmspecilt_wrap ul li figure{max-width:60%;margin-bottom: 1rem; margin: 0 auto;}
    .specialities_procedures .hmspecilt_wrap ul li p{line-height: 1.3;}
    .specialities_procedures .hmspecilt_wrap{padding-block: 3rem;border-bottom: .1rem solid rgb(11 11 11 / 13%);border-top: .1rem solid rgb(11 11 11 / 13%);}
    .specialities_procedures .view_allbtn {margin-top: 3rem;}
    .specialities_procedures .hmspecilt_wrap ul li a:before{position: absolute;inset: 0;width: 100%;height: 100%;content: "";}
    .specialities_procedures .hmspecilt_wrap ul li:hover p{color: var(--color_red);}
}/*---991px-css-end--*/

@media (max-width:767px){
    .specialities_procedures .hmspecilt_wrap ul{width: calc(100% + 2.5rem);grid-template-columns: repeat(4, 1fr);}
    

}/*---767px-css-end--*/
@media (max-width:575px){
    .specialities_procedures .hmspecilt_wrap ul {width: calc(100% + 1.5rem);}

}/*---575px-css-end--*/

@media (max-width:375px){
    .specialities_procedures .hmspecilt_wrap ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .specialities_procedures .hmspecilt_wrap ul li p{line-height: 1.3;}
    .specialities_procedures .hmspecilt_wrap ul li{ max-width: 117px;}
}/*---375px-css-end--*/

@media (max-width:330px){
    .specialities_procedures .hmspecilt_wrap ul{width: 100%;}
    .specialities_procedures .hmspecilt_wrap ul li {padding:.8rem;}
    .specialities_procedures .hmspecilt_wrap ul li figure {max-width: 45%;}
    .specialities_procedures {padding-block: 3.5rem 4rem;}
}/*---375px-css-end--*/

/*----================specialities_procedures-Css-end--=======================*/

.whymgmch{padding-block: 6rem 11rem;background: var(--colorf5);}
.whymgmch h3{font: var(--font21);font-weight: bold;color: var(--color_red);text-align: center;margin-bottom: 5rem;}
.whymgmch ul{display: grid;grid-template-columns: repeat(3, 1fr); grid-gap: 4rem;}
.whymgmch ul li{ text-align: center; padding: 4.8rem 4.3rem 5rem; background: var(--color_white); border-radius:1rem ; -webkit-border-radius:1rem ; -moz-border-radius:1rem ; -ms-border-radius:1rem ; -o-border-radius:1rem ; }
.whymgmch ul li figure{margin-bottom: 3.8rem;}
.whymgmch ul li h4{font: var(--font15);font-weight: bold;color: var(--color27);}
.whymgmch ul li blockquote{font: var(--font24);font-weight: normal;color: var(--color_black);padding-block:3rem 3.4rem;}
.whymgmch ul li blockquote span{display: block;}
.whymgmch ul li .view_allbtn_home{display: inline-flex;align-items: center;}
.whymgmch ul li .view_allbtn_home::after{ display: inline-block;content: '';background: url(../images/benifit-right-arrow.png) no-repeat, center;width: 1rem;height: 1.2rem;margin-left: 1rem;background-size: contain;}

@media (min-width:1650px){
    .whymgmch ul li figure img{width: 9rem;height: 6.5rem;}
}/*---1650px-css-end--*/

@media (max-width:1649px){
    .whymgmch {padding-block: 5rem 10rem;}
    .whymgmch h3{margin-bottom: 4rem;}
    .whymgmch ul {grid-gap: 3rem; }
    .whymgmch ul li {padding: 3.6rem 3rem 5rem;}
    .whymgmch ul li blockquote {padding-block: 2rem 2.4rem;}
    .whymgmch ul li figure { margin-bottom: 2.6rem;}
    .whymgmch ul li{ border-radius:.5rem ; -webkit-border-radius:.5rem ; -moz-border-radius:.5rem ; -ms-border-radius:.5rem ; -o-border-radius:.5rem ; }
}/*---1649px-css-end--*/

@media (max-width:1280px){
    .whymgmch {padding-block: 4rem 8rem;}
    .whymgmch h3 { margin-bottom: 3rem;}
    .whymgmch ul li { padding: 2.6rem 2rem 3rem;}
}/*---1280px-css-end--*/

@media (max-width:1199px){
    .whymgmch {padding-block: 3rem 6rem;}
    .whymgmch ul li { padding: 2rem;}
    .whymgmch ul li figure { margin-bottom: 2rem;}
    .whymgmch ul li blockquote {padding-block: 1.5rem 2rem;}
    .whymgmch ul {grid-gap: 2rem;}
}/*---1199px-css-end--*/

@media (max-width:991px){
    .whymgmch h3{font: var(--font16);font-weight: bold;margin-bottom: 2.5rem;}
    .whymgmch ul {grid-gap:1rem;grid-template-columns: repeat(1, 1fr);}
    .whymgmch ul li blockquote{display: none;}
    .whymgmch ul li {padding: 3.5rem 2rem 4rem;}
    .whymgmch ul li figure {margin-bottom: 2.8rem; }
    .whymgmch ul li h4{margin-bottom: 2rem;font: var(--font16);font-weight: bold;}
    .whymgmch {padding-block: 3rem 8rem;}

}/*---991px-css-end--*/


@media (max-width:767px){
    .whymgmch {padding-block: 2rem 8rem;}

}/*---767px-css-end--*/

@media (max-width:330px){
    .whymgmch ul li {padding: 3.5rem 1.6rem 4rem; }
    .whymgmch ul li figure {margin-bottom: 2rem;}
    .whymgmch ul li h4 {margin-bottom: 1.5rem;}

}/*---330px-css-end--*/


/*----================specialities_procedures-Css-end--=======================*/

.breakthrough_cases{width: 100%;position: relative;overflow: hidden;}
.breakthrough_cases::before{width: 100%;height: 100%;background: var(--colorf5);top: 0;height: 65%;position: absolute;content: "";}
.breakthrough_cases .larg_container{max-width: calc(1540px + 18rem);position: relative;left:50%; transform:translateX(-50%) ; -webkit-transform:translateX(-50%) ; -moz-transform:translateX(-50%) ; -ms-transform:translateX(-50%) ; -o-transform:translateX(-50%) ;position: relative;margin: inherit;}
.breakthrough_cases figure{position: relative;width: 100%;height: 100%;}
.breakthrough_cases figure img{height: 100%;width: 100%;object-fit: cover;}
.breakthrough_cases figure figcaption{ position: absolute; width: 100%; height: 100%; left: 0;bottom: 5.7rem; }
.breakthrough_cases figure figcaption .container{height: 100%;display: flex;}
.breakthrough_cases .bkthslide_content{ width: 46.2%; height: auto; aspect-ratio: 4 / 2.84;background: var(--color_red); padding: 7.6rem; border-radius:1rem; -webkit-border-radius:1rem; -moz-border-radius:1rem; -ms-border-radius:1rem; -o-border-radius:1rem; margin-top: auto;margin-bottom:6rem;}
.breakthrough_cases .bkthslide_content h5{color: var(--color_white);font: var(--font21);font-weight:600;}
.breakthrough_cases .bkthslide_content blockquote{color: var(--color_white);font: var(--font30);font-weight:normal;margin-block: 4rem;}
.breakthrough_cases .bkthslide_content .view_allbtn a{color: var(--color_white);}
.breakthrough_cases .bkthslide_content .view_allbtn a svg{stroke: var(--color_white);}
.breakthrough_cases .swiper-button-next, .breakthrough_cases .swiper-button-prev{position: relative;}
.breakthrough_cases .swiper_btn{margin-top:5rem;display: flex;gap:4rem;padding-left: 6rem;position: absolute;bottom:5.7rem;}
.breakthrough_cases .swiper_btn .swiper-button-next, .breakthrough_cases .swiper_btn .swiper-button-prev{ filter: brightness(0) invert(1);}

@media(min-width:1300px){
    .breakthrough_cases .bkthslide_content blockquote{max-width: 91%;}
}

@media (max-width:1649px){
    .breakthrough_cases .larg_container{max-width: calc(1200px + 14rem);}
    .breakthrough_cases .bkthslide_content {width: 46.2%;height: auto;  aspect-ratio: 4 / 2.84;background: var(--color_red);padding: 5.4rem;border-radius: .5rem;-webkit-border-radius: .5rem;-moz-border-radius: .5rem;-ms-border-radius: .5rem;-o-border-radius: .5rem;margin-top: auto;margin-bottom: 5rem;}
    .breakthrough_cases .bkthslide_content blockquote { margin-block: 3rem;}
    .breakthrough_cases .swiper_btn {margin-top: 4rem;gap: 3rem;padding-left: 5.4rem;bottom: 4.7rem;}
}/*---1649px-css-end--*/

@media (max-width:1280px){
    .breakthrough_cases .bkthslide_content {width: 43rem;padding: 3.4rem;margin-bottom: 4rem;}
    .breakthrough_cases .swiper_btn {margin-top: 0;gap: 3rem;padding-left: 2.4rem;bottom: 4.7rem;}
}/*---1280px-css-end--*/

@media (max-width:1199px){
    .breakthrough_cases .bkthslide_content blockquote{margin-block:1.5rem ;}
    .breakthrough_cases .bkthslide_content {width:38rem;padding: 3rem;margin-bottom: 0;}
    .breakthrough_cases .swiper_btn {bottom: 1.5rem;}

}/*---1199px-css-end--*/

@media (max-width:991px){
    .breakthrough_cases {padding-block: 3rem 7rem;}
    .breakthrough_cases .larg_container { max-width: 100%}
    .breakthrough_cases::before{display: none;}
    .breakthrough_cases .bkthslide_content {width: 100%;padding: 4rem 4rem 4.3rem;margin-bottom: 0;text-align: center;margin-bottom: 2rem;}
    .breakthrough_cases .bkthslide_content blockquote {margin-block: 3rem;}
    .breakthrough_cases figure{ border-radius:.5rem ; -webkit-border-radius:.5rem ; -moz-border-radius:.5rem ; -ms-border-radius:.5rem ; -o-border-radius:.5rem ;overflow: hidden; }
    .breakthrough_cases figure figcaption {position: relative;width: 100%;height: auto;left: 0;bottom: 0;top: 0; }
    .breakthrough_cases .swiper_btn .swiper-button-next, .breakthrough_cases .swiper_btn .swiper-button-prev{ filter:none ; -webkit-filter:none ; }
    .breakthrough_cases .swiper_btn {bottom:1rem;width: 100%;display: flex;justify-content: center;left: 0;}
    .breakthrough_cases .swiper_btn{padding-left: 0;}
}/*---991px-css-end--*/

@media (max-width:575px){
    .breakthrough_cases .bkthslide_content{padding: 3rem;}
}/*---575px-css-end--*/

@media (max-width:330px){
    .breakthrough_cases .bkthslide_content blockquote {margin-block: 2rem;}
    .breakthrough_cases .bkthslide_content{padding: 2rem;}
}/*---330px-css-end--*/
/*----================breakthrough_cases-Css-end--=======================*/


.mteet_doctors{padding-block: 11rem 10rem;}
.mteet_doctors .center_heading{width: 100%;text-align: center;}
.mteet_doctors .center_heading h5{font: var(--font21);font-weight: bold;color: var(--color_red);}
.mteet_doctors .center_heading blockquote{font: var(--font30);font-weight: normal;color: var(--color_black);margin-block: 3rem;max-width: 50%;;margin-inline: auto;}
.mteet_doctors .swiper-slide figure{ border-radius:1rem ; -webkit-border-radius:1rem ; -moz-border-radius:1rem ; -ms-border-radius:1rem ; -o-border-radius:1rem ;overflow: hidden; }
.mteet_doctors .mteet_docslider{margin-top: 4rem;}
.mteet_doctors .doctr_details{text-align: center;margin-top: 3rem;}
.mteet_doctors .doctr_details h5{font: var(--font14);font-weight: bold;color: var(--color27);}
.mteet_doctors .doctr_details p{font: var(--font12);font-weight: normal;color: var(--color66);margin-block:1.5rem 2.5rem;}
.mteet_doctors .mteet_docslider .swiper-button-next, .mteet_doctors .mteet_docslider .swiper-button-prev{position: relative;}
.mteet_doctors .mteet_docslider .swiper-button-next, .mteet_doctors .mteet_docslider .swiper-button-prev{position: relative;}
.mteet_doctors .mteet_docslider .swiper_btn{margin-top:5rem;display: flex;gap:4rem;justify-content: center;margin-top:7rem;}

@media (max-width:1649px){
    .mteet_doctors {padding-block: 10rem 9rem;}
    .mteet_doctors .center_heading blockquote {margin-block: 2rem;max-width: 49%;}
    .mteet_doctors .mteet_docslider {margin-top: 3rem;}
    .mteet_doctors .doctr_details { margin-top: 2rem;}
    .mteet_doctors .doctr_details p{margin-block:1rem 2rem}
    .mteet_doctors .mteet_docslider .swiper_btn {gap: 3rem;margin-top:7.3rem; }

}/*---1649px-css-end--*/
@media (max-width:1399px){
    .mteet_doctors .center_heading blockquote {max-width: 55%;}
}/*---1399px-css-end--*/

@media (max-width:1280px){
    .mteet_doctors .center_heading blockquote { max-width: 60%;}
}/*---1280px-css-end--*/

@media (max-width:1199px){
    .mteet_doctors {padding-block: 6rem 5rem;}
    .mteet_doctors .doctr_details p {margin-block: 0.5rem 1rem; }
    .mteet_doctors .doctr_details p {margin-block: 0.5rem 1.1rem;}

}/*---1199px-css-end--*/

@media (max-width:991px){
    .mteet_doctors {padding-block: 5rem 5rem;}
    .mteet_doctors .center_heading h5{font: var(--font16);font-weight: bold;}
    .mteet_doctors .center_heading blockquote{font-size:2.4rem;line-height: 1.4; margin-block: 1.8rem;font-weight: normal;letter-spacing: -0.6px;}
    .mteet_doctors .center_heading blockquote span{display: block;}
    .mteet_doctors .mteet_docslider{margin-top: 4rem;}
    .mteet_doctors .doctr_details {margin-top: 2rem;text-align: left;padding-left: 2.3rem;}
    .mteet_doctors .doctr_details p {margin-block: 0.5rem 1.5rem; }
    .mteet_doctors .mteet_docslider .swiper_btn { margin-top: 6.3rem;}
}/*---991px-css-end--*/

@media (max-width:575px){
    .mteet_doctors .center_heading blockquote{max-width: 100%;}
    .mteet_doctors .doctr_details {padding-left: 1.5rem;}
}/*---575px-css-end--*/

@media (max-width:330px){
    .mteet_doctors {padding-block: 7rem;}
    .mteet_doctors .center_heading blockquote{font-size: 2.1rem;}
    .mteet_doctors .mteet_docslider {margin-top: 2rem;}

}/*---330px-css-end--*/
/*----================mteet_doctors-Css-end--=======================*/

.nabh_nabl{width: 100%;background: var(--colorf5);}
.nabh_nabl .row{align-items: center;}
.nabh_nabl .nabh_contnet{padding-left: 10.3rem;}
.nabh_nabl .nabh_contnet h5{font: var(--font30);color: var(--color_black);max-width:83%;}
.nabh_nabl .nabh_contnet > p{font: var(--font12);font-weight: normal;color: var(--color27);max-width:64%;margin-block: 5.6rem 4rem;}
.fact{margin-block: 4.8rem 4rem;display: flex;gap:5.5rem;}
.fact li strong{font: var(--font42);font-weight: 800;line-height: 1;}
.fact li p{font: var(--font13);font-weight: normal;color: var(--color27);max-width: 100%;}
.fact li:nth-child(1) strong{color: var(--color_blue);}
.fact li:nth-child(2) strong{color: var(--color_red);}
.nabh_nabl .nabh_contnet .nabh_logo{display: flex;flex-wrap: wrap;gap: 3.4rem;}
.nabh_nabl .nabh_contnet .nabh_logo li{width:17%;}

@media (max-width:1649px){
    .nabh_nabl .nabh_contnet {padding-left: 9.2rem;}
    .nabh_nabl .nabh_contnet h5 {max-width: 88%;}
    .fact {margin-block: 3.8rem 3rem;gap: 4.5rem;}
    .nabh_nabl .nabh_contnet .nabh_logo { gap: 2.4rem; }
    .nabh_nabl .nabh_contnet .nabh_logo li{width:12%;}
    .nabh_nabl .nabh_contnet > p {max-width: 84%;margin-block: 4.6rem 2rem;}
}/*---1649px-css-end--*/

@media (max-width:1399px){
    .nabh_nabl .row { align-items: inherit;}
    .nabh_nabl .nabh_contnet {padding-block: 8rem 5.7rem;}
    .nabh_nabl figure {height: 100%;width: 100%;}
    .nabh_nabl figure img{height: 100%;width: 100%;object-fit: cover;}
    .nabh_nabl .nabh_contnet .nabh_logo li figure img{object-fit: contain;}
}/*---1399px-css-end--*/

@media (max-width:1280px){
    .nabh_nabl .nabh_contnet {padding-block: 7rem 4.7rem;padding-left: 8.2rem;}
    .nabh_nabl .nabh_contnet h5 {max-width: 100%;}
}/*---1280px-css-end--*/

@media (max-width:1199px){
    .nabh_nabl .nabh_contnet {padding-block: 3rem;padding-left: 5.2rem;}
    .fact {margin-block: 2.8rem 2rem;}
    .nabh_nabl .nabh_contnet > p {margin-block: 2.5rem 1rem;}

}/*---1199px-css-end--*/

@media (max-width:991px){
    .nabh_nabl .col-lg-6:nth-child(1){order: 2;}
    .nabh_nabl .nabh_contnet h5 span{display: block;line-height: 1.3;}
    .nabh_nabl .nabh_contnet {padding-block: 3.5rem;padding-left: 0;text-align: center;}
    .fact {margin-block:4rem 3rem;width: 100%;display: flex;justify-content: center;}
    .nabh_nabl .nabh_contnet .nabh_logo {justify-content: center;}
    .nabh_nabl .nabh_contnet .nabh_logo figure {height: auto;max-width: 80%;}
    .nabh_nabl .nabh_contnet .nabh_logo li {width: 17%;}
    .nabh_nabl .nabh_contnet > p { margin-block: 3.2rem 2rem;margin-inline: auto;}

}/*---991px-css-end--*/

@media (max-width:575px){
    .nabh_nabl .nabh_contnet .nabh_logo figure {height: auto;max-width: 100%;}
    .nabh_nabl .nabh_contnet > p{max-width: 100%;}
}/*---575px-css-end--*/
@media (max-width:330px){
    .fact {gap: 2.5rem;margin-block: 3rem 2rem; }

}/*---330px-css-end--*/

/*----================nabh_nabl-Css-end--=======================*/

.patient_stories{width: 100%;background: var(--colorf5);padding-block: 10.6rem 6rem;}
.patient_stories .container.bg-white{max-width: 1510px; border-radius: 5px;}
.patient_stories .patent_content{background: var(--color_white);height: 100%;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: column;}
.patient_stories .patent_content h5{font: var(--font21);color: var(--color_red);font-weight: bold;padding-bottom: 4rem;border-bottom: .1rem solid rgb(0 0 0 / 11%);}
.patient_stories .patent_content blockquote{font: var(--font21);color: var(--color27);font-weight: 300;margin-top: auto;}
.patient_stories .patent_content p{font: var(--font12);color: var(--color27);font-weight: bold;padding-block: 5rem;margin-bottom: 5rem;border-bottom: .1rem solid rgb(0 0 0 / 11%);}
.patient_stories .patent_content p span{font-weight: normal;margin-left: 2rem;}
.patient_stories .patent_content .view_allbtn {margin: inherit;}
.patient_stories .patent_storyslide figure{display: grid;}
.patient_stories .patent_storyslide figure>*{grid-area: 1/1;}
.patient_stories .patent_storyslide figure>img{border-radius: 0.5rem;}
.patient_stories .patent_storyslide figure figcaption{display: flex;width: 100%;height: 100%;align-items: flex-end;padding:5rem;}
.patent_storyslide a[data-fancybox]::after{position: absolute; content:'';height: 100%;width: 100%;top: 0;left: 0; z-index: 99;}
.patient_stories .full_width{display: grid;}
.patient_stories .full_width >*{grid-area:1/1 ;}
.patient_stories .container.max-content-lg.me-lg-0.pe-lg-0{padding-block: 8.8rem;}
.patient_stories .patent_content{padding-left: 7.2rem;max-width:71%;}
.patient_stories .patent_content:not(:has(p)) blockquote{padding-bottom: 30%;margin-bottom: 30%;border-bottom: .1rem solid rgb(0 0 0 / 11%);}
.fancybox-content{ float: none;}
.patient_stories .patentslide_wrap{position: relative;padding-bottom: 3.6rem;}
.patient_stories .patentslide_wrap::before{width:6.3rem;height:.9rem;background: var(--color_red);position: absolute;left: 0;bottom: 0;content: "";}
.patientstry_slidebtn {max-width:100%;margin-inline: auto;}
.patientstry_slidebtn .container{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;max-width: calc(1540px + 16rem);bottom: 6rem;}
.patentslide_wrap .patientstry_slidebtn .swiper-button-prev{position: relative;}

@media (max-width:1649px){
    .patient_stories {padding-block: 9.6rem 5rem; }
    .patient_stories .container.max-content-lg.me-lg-0.pe-lg-0 { padding-block: 7.8rem 7rem;}
    .patient_stories .patent_content h5 {padding-bottom: 3rem;}
    .patient_stories .container.bg-white {max-width: 1200px;}
    .patient_stories .patent_content {padding-left: 6.2rem;max-width: 74%;}
    .patient_stories .patent_content p {padding-block: 4rem;margin-bottom: 4rem;}
    .patientstry_slidebtn .container {max-width: calc(1200px + 18rem);bottom:5rem;}
    .patient_stories .patentslide_wrap {padding-bottom: 2.6rem;}
    .patient_stories .patentslide_wrap::before {width: 4.4rem;height: 0.5rem;}
    .patient_stories .patent_storyslide figure figcaption{padding: 4rem;}
}/*---1649px-css-end--*/

@media (max-width:1440px){
    .patient_stories .container.bg-white {max-width: 1090px;}
}/*---1440-css-end--*/

@media (max-width:1366px){
    .patientstry_slidebtn .container {max-width: calc(1200px + 5rem);}
    .patient_stories .patent_content { max-width: 76%;}
}/*---1366px-css-end--*/

@media (max-width:1280px){
    .patient_stories .container.max-content-lg.me-lg-0.pe-lg-0 { padding-block: 6.8rem 6rem;}
    .patient_stories .patent_storyslide figure figcaption{padding: 3rem;}
    .patient_stories .patent_content {max-width: 79%;padding-left: 4rem;}
    .patient_stories .patent_content p {padding-block: 3rem;margin-bottom: 3rem;}
    .patient_stories .container.bg-white {max-width: 1090px;}    .patientstry_slidebtn .container {max-width: calc(1000px + 10rem);}
}/*---1280px-css-end--*/

@media (max-width:1199px){
    .patient_stories {padding-block: 7rem 0rem;overflow: hidden;}
    .patient_stories .container.bg-white{max-width: 100%;}
    .patient_stories .patent_content {max-width: 64%;padding-left: 0rem;}
    .patientstry_slidebtn .container {max-width: 11rem;bottom: 2rem;}
    .patient_stories .patentslide_wrap::before { height: 0.4rem;}
}/*---1199px-css-end--*/

@media (max-width:991px){
    .patient_stories{background: var(--color_white);padding-block: 3.5rem 5rem;overflow: hidden;}
    .patient_stories .patent_content {max-width: 100%;padding-left: 0rem;text-align: center;}
    .patient_stories .patent_content h5 {padding-bottom: 3rem;margin-bottom: 3rem;font: var(--font16);font-weight: bold;}
    .patient_stories .patent_content blockquote{font-size: 1.8rem;line-height: 1.3;color: var(--color27);max-width: 80%;margin-inline: auto;}
    .patient_stories .patent_content:not(:has(p)) blockquote {padding-bottom: 3.7rem;border: none;margin-bottom: 0;}
    .patient_stories .patent_content p {padding-block: 4rem 3.7rem;border: none;margin-bottom: 0;}
    .patient_stories .patentslide_wrap::before{display: none;}
    .patient_stories .view_allbtn {text-align: center;display: flex;justify-content: center;}
    .patientstry_slidebtn .container {max-width: 11rem;bottom: 0;margin-block:3.3rem 3rem;}
    .patient_stories .patent_storyslide figure figcaption { align-items: center; justify-content: center;}
    .patient_stories .full_width {display: block;}
}/*---991px-css-end--*/

@media (max-width:575px){
    .patient_stories .patent_content blockquote{max-width: 100%;}
    .patientstry_slidebtn .container { margin-block: 3.3rem 2rem;}
}/*---575px-css-end--*/

@media (max-width:330px){
    .patient_stories {padding-block: 3.5rem 5rem; }
    .patient_stories .patent_content h5 {padding-bottom: 2rem;margin-bottom: 2rem;}
    .patient_stories .patent_content blockquote{font-size: 1.6rem;}
    .patient_stories .patent_content p {padding-block: 2rem 2.5rem;}
    .patientstry_slidebtn .container {margin-block: 3rem 1rem;}
}/*---330px-css-end--*/



/*----================patient_stories-Css-end--=======================*/

.news_events{padding-block: 7rem 12.1rem;background: var(--colorf5);}
.news_events h5{margin-bottom: 4.5rem;}
.news_events h5, .health_blog h5{font: var(--font21);font-weight: bold;color: var(--color_red);}
.health_blog .view_allbtn{margin-top: 5rem;}
.health_blog .view_allbtn a{color:var(--color_white)}
.health_blog .view_allbtn a svg{stroke:var(--color_white)}
.health_blog .view_allbtn a:hover{color:var(--color_yellow)}
.health_blog .view_allbtn a:hover svg{stroke:var(--color_yellow)}
.news_events .row, .health_blog .row{--bs-gutter-x:4.1rem;}
.news_events .news_detailslg{position: relative;margin-left: 8.5rem;padding-left: 4rem;z-index: 2;}
.news_events ul li .smnews_details, .news_events .news_detailslg{margin-top: 2.5rem;}
.news_events ul li figure, .news_events figure, .health_blog .hlthblog_box figure{ border-radius:1rem ; -webkit-border-radius:1rem ; -moz-border-radius:1rem ; -ms-border-radius:1rem ; -o-border-radius:1rem ; overflow: hidden;}
.news_events .lgnews_wrap figure{ aspect-ratio: 4 / 3.745;}
.news_events .lgnews_wrap figure>img{height: 100%;object-fit: cover;object-position: top center;}
.news_events ul li figure{  aspect-ratio: 4 / 3.03;}
.news_events ul li figure>img{  height: 100%;object-fit: cover;object-position: top center;}
.news_events .news_detailslg::before{height:calc(100% + 5rem);width: .2rem;background: var(--color_red);position: absolute;left: 0;top: -6rem;content: "";}
.news_events .news_detailslg .date, .news_events ul li .smnews_details .date{margin-bottom: 2rem;}
.news_events .news_detailslg .date, .news_events ul li .smnews_details .date, .health_blog .hlthblog_box .blog_details .date{font: var(--font12);font-weight: normal;color: var(--color_red);}
.news_events .news_detailslg blockquote{font: var(--font21);font-weight: normal;color: var(--color27);max-width: 90%;}
.news_events ul{display: grid;grid-template-columns: repeat(2, 1fr); grid-gap: 4.5rem 4.1rem;}
.news_events ul li, .lgnews_wrap, .health_blog .hlthblog_box{position: relative;overflow: hidden;}
div[class*="col-"]:nth-child(2) .hlthblog_box{margin-top: -13rem;}
.news_events ul li .smnews_details p{font: var(--font12);font-weight: normal;color: var(--color27);}
.news_events ul li a, .lgnews_wrap a, .health_blog .hlthblog_box a{position: absolute;inset: 0;    z-index: 11;}
.news_events ul li:hover p, .lgnews_wrap:hover blockquote{color: var(--color_red);}
.news_events ul li:hover .date, .lgnews_wrap:hover .date{color: var(--color_blue);}

@media (max-width:1649px){
    .news_events {padding-block: 6rem 11.1rem;}
    .news_events h5 { margin-bottom: 3.5rem;}
    .news_events .row, .health_blog .row {--bs-gutter-x: 3.1rem;}
    .news_events ul { grid-gap: 3.9rem 3.1rem;}
    .news_events ul li .smnews_details, .news_events .news_detailslg {margin-top: 1.5rem;}
    .news_events .news_detailslg .date, .news_events ul li .smnews_details .date {margin-bottom:.8rem;}
    div[class*="col-"]:nth-child(2) .hlthblog_box{ margin-top: -9.6rem;}
    .news_events ul li figure, .news_events figure, .health_blog .hlthblog_box figure {border-radius: .5rem;-webkit-border-radius: .5rem;-moz-border-radius: .5rem;-ms-border-radius: .5rem;-o-border-radius: .5rem;}
    .news_events .news_detailslg {margin-left:6.5rem;padding-left: 3rem;}
    .news_events ul li .smnews_details p{line-height: 1.5;}
    .news_events .news_detailslg blockquote{max-width: 100%;}

}/*---1649px-css-end--*/

@media (max-width:1280px){
    .news_events { padding-block: 5rem 9rem;}
    .news_events .news_detailslg {margin-left: 3.5rem; }
    .news_events .news_detailslg .date, .news_events ul li .smnews_details .date { margin-bottom:.2rem;}
    .news_events ul li .smnews_details p {line-height: 1.6;}
}/*---1280px-css-end--*/

@media (max-width:1199px){
    .news_events { padding-block: 5rem; }
    .news_events h5 {margin-bottom: 2.5rem;}
    .news_events .row, .health_blog .row {--bs-gutter-x: 2.1rem; }
    .news_events ul { grid-gap: 2.1rem;}
    div[class*="col-"]:nth-child(2) .hlthblog_box {margin-top: -6.6rem;}
}/*---1199px-css-end--*/

@media (max-width:991px){
    .news_events {background: #F2F2F2; padding-block: 3.5rem 5rem;}
    .news_events h5, .health_blog h5{font: var(--font16);font-weight: bold;margin-bottom: 2.5rem;text-align: center;}
    .news_events .news_detailslg {margin-left: 2rem; padding-left: 2rem;}
    .news_events .news_detailslg::before {height: calc(100% + 3rem);width: .1rem;top: 0rem;}
    .news_events .news_detailslg blockquote {font: var(--font12);font-weight: normal;padding-bottom: .5rem;}
    .news_events .lgnews_wrap{margin-bottom: 3rem;}
    .news_events .view_allbtn{margin-top:1.2rem;justify-content: center;display: flex;}
    div[class*="col-"]:nth-child(2) .hlthblog_box {margin-top: 0;}

}/*---991px-css-end--*/
@media(max-width:767px){
    
}

@media (max-width:330px){
    .news_events .view_allbtn { margin-top: 0;}
    .news_events {padding-block: 3.5rem 7rem; }
}/*---330px-css-end--*/


/*----================news_events-Css-end--=======================*/

.health_blog{padding-block: 11.7rem 9.3rem;background: var(--color_red);}
.health_blog h5{color: var(--color_white);margin-bottom:9.1rem;}
.health_blog .hlthblog_box .blog_details blockquote{font: var(--font18);color: var(--color_white);margin-block: 2.5rem 2rem;font-weight: 300;}
.health_blog .hlthblog_box .blog_details .date{color: var(--color_white);}
.health_blog .hlthblog_box:hover blockquote{color: #e4e3e7;}

.view_allbtn.view_allbtn_home{font: var(--font12); font-weight: 600; color: var(--color_red);}
.view_allbtn.view_allbtn_home:hover{ color: var(--color_blue);}

@media (max-width:1649px){
    .health_blog {padding-block: 10.7rem 8.3rem;}
    .health_blog .hlthblog_box .blog_details blockquote {margin-block: 2rem 1rem;}
    .health_blog h5 { margin-bottom: 7.1rem;}

}/*---1649px-css-end--*/

@media (max-width:1199px){
    .health_blog {padding-block: 7rem 6.3rem;}
    .health_blog h5 {margin-bottom: 4rem;}
}/*---1199px-css-end--*/

@media (max-width:991px){
    .health_blog {padding-block: 3.5rem 6.6rem; }
    .health_blog h5 {margin-bottom: 2.5rem;}
    .health_blog .hlthblog_box .blog_details blockquote {margin-block: 1.5rem 1rem; }
    .health_blog .hlthblog_box{margin-bottom: 3rem;}

}/*---991px-css-end--*/

@media (max-width:330px){
    .health_blog {padding-block: 3.5rem 3rem;}
}/*---330px-css-end--*/

/*----================health_blog-Css-end--=======================*/