@import 'common.css';

/* header start */

.MainHeader {
	position: relative;
	background: rgba(var(--second-color), 0);
	top: 0;
	z-index: 999;
	width: 100%;
}
.navbar {
    top: 0;
	z-index: 999;
	width: 100%;
	padding: 20px 0px;
}
.navbar.header-fixed {
    position: fixed;
	background: rgba(var(--white-color), 1);
	animation: slideDown 0.35s ease-out;
	backdrop-filter: blur(5px);
	box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}
@keyframes slideDown {
	from {
	  transform: translateY(-100%);
	}
	to {
	  transform: translateY(0);
	}
}
.DesktopNav .row {
    align-items: center;
}
.navbar-brand {
	/* width: 233px; */
	max-width: 91%;
    margin-right: 0px;
    padding: 0px;
}
.navbar-brand img {
	object-fit: contain;
}
.navbar.DesktopNav .HeadContainer {
	display: flex;
	gap: 8px;
	align-items: center;
    justify-content: flex-end;
}
.NBM-box {
	display: flex;
	/* gap: 50px; */
    width: 100%;
    justify-content: center;
    margin: auto;
    /* margin-left: 30px; */
}
.navbar-toggler {
    padding: 6px;
    border: none;
	background: rgba(var(--main-color), 1);
    border-radius: 0px;
}
.navbar-toggler .navbar-toggler-icon {
    background: rgba(var(--white-color), 1);
    width: 1.1em;
    height: 2px;
    position: relative;
    display: block;
}
.navbar-toggler-icon.bar-1 {
	width: 0.6em;
}
.navbar-toggler-icon.bar-2 {
	width: 0.9em;
}
.navbar-toggler-icon.bar-2 {
    margin: 4px 0px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item {
    --eWNB: 10px;
    position: relative;
    margin-right: var(--eWNB);
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:visited {
    color: rgba(var(--main2-color), 1);
	transition: var(--transition-05s);
    position: relative;
    text-transform: capitalize;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1;
    padding: 8px var(--eptb-NavLink);
    padding-left: calc(var(--eptb-NavLink) + 8px);
    background: rgba(var(--main-color), 0);
    --eptb-NavLink: 10px;
    border-radius: 50px;
    font-size: 16px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link.active, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:hover, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:focus, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link[aria-current="page"], .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link[aria-current="page"]:visited {
    color: rgba(var(--main2-color), 1);
    background: rgba(var(--main-color), 1);
    font-weight: 600;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item:last-child, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item:last-child .nav-link {
	margin-right: 0px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item > .nav-link::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: var(--ehw-NavLinkB);
    height: var(--ehw-NavLinkB);
    border-radius: 50%;
    background: rgba(var(--main2-color), 1);
    transition: var(--transition-05s);
    opacity: 0;
    visibility: hidden;
    --ehw-NavLinkB: 5px;
    margin-top: 6px;
    left: 8px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link.active::before, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:hover::before, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:focus::before, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link[aria-current="page"]::before  {
	opacity: 1;
	visibility: visible;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
	content: '\f107';
    font-family: var(--font-awesome);
    font-weight: 600;
    border: none;
    vertical-align: text-bottom;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
	padding: 0px;
	border: 0;
	border-radius: 0px;
	margin: 0 !important;
	transition: var(--transition-05s);
	/* overflow: hidden; */
	box-shadow: -12px 8px 20px -8px rgba(14, 13, 14, 0.08), 12px 8px 20px -8px rgba(14, 13, 14, 0.08);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
    margin-bottom: 10px;
}
.navbar .navbar-nav .nav-item .dropdown-menu > li > a, .dropdown-menu .dropdown-submenu a {
	font-weight: 600;
	font-size: 14px;
	border-bottom: 1px solid rgba(var(--black-color), 0.175);
	padding: 8px 10px;
    color: rgba(var(--black-color), 0.8);
	transition: var(--transition-05s);
	background: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > li > a:hover, .navbar .navbar-nav .nav-item .dropdown-menu > li > a:active, .navbar .navbar-nav .nav-item .dropdown-menu > li > a:focus, .navbar .navbar-nav .nav-item .dropdown-menu > li > a.active, .dropdown-menu li .dropdown-submenu a:hover, .dropdown-menu li .dropdown-submenu a:active, .dropdown-menu li .dropdown-submenu a:focus, .dropdown-menu li .dropdown-submenu a.active {
	color: rgba(var(--white-color), 1);
	background-color: rgba(var(--main-color), 1);
	border-color: rgba(var(--main-color), 1);
}
.navbar .navbar-nav .nav-item .dropdown-menu > li:last-child a {
	border-bottom: none;
}
.navbar-expand-xl .HeadContainer .navbar-collapse {
    justify-content: flex-end;
}

.Head-CaLog {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.HeadCta-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}
.HeadCta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--ehw-hclbs);
    height: var(--ehw-hclbs);
    border-radius: 50%;
    /* background: rgba(var(--main-color), 1); */
    color: rgba(var(--main-color), 1);
    padding: 6px;
    font-size: 25px;
    --ehw-hclbs: 30px;
}
.HeadCta-txt span {
	margin-bottom: 0px;
	line-height: 1;
	text-transform: capitalize;
	color: rgba(var(--main2-color), 1);
	font-weight: 600;
	font-size: 14px;
}
.HeadCta-txt p {
	margin-bottom: 0px;
	line-height: 1;
	color: rgba(var(--main2-color), 1);
	font-weight: 400;
	font-size: 30px;
}

/* header end */

/* banner start */

.banner-section {
    --banner-hvh: 100vh;
	--banner-hvh: 700px;
	--banner-hhp: 100%;
	min-height: var(--banner-hvh);
	height: var(--banner-hhp);
    position: relative;
    z-index: 9;
}
.banner-section.banner-innerPage {
    --banner-hvh: 60vh;
    --banner-hvh: 500px;
}
.banner-section > *:first-child, .banner-slider > *:first-child > *, .banner-slider > *:first-child > * > *, .banner-slider > *:first-child > * > * > *, .banner-slider > *:first-child > * > * > * > *, .banner-section > *:first-child > .row, .banner-section > *:first-child > .row > *, .banner-section > *:first-child > .row > * > * {
	min-height: var(--banner-hvh);
	height: var(--banner-hhp);
}
.banner-inner-section {
    background: rgba(var(--second-color), 1) no-repeat center center / cover;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
    position: relative;
    width: 100%;
    padding: calc(var(--eTBP-banner)) 0px;
    --eTBP-banner: 60px;
}
.banner-inner-section > * {
    z-index: 2;
    width: 100%;
}
.banner-section .banner-inner-section .row {
    align-items: center;
}
.banner-section .row {
    justify-content: space-between;
}
.banner-section.banner-innerPage .banner-inner-section .row {
    justify-content: center;
	text-align: center;
}
.banner-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-bg::after {
    /* content: ''; */
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(var(--black-color), 1) 0%, rgba(var(--black-color), 0) 100%);
    opacity: 0.51;
}

.banner-box {
    position: relative;
    /* margin-top: 60px; */
    height: 100%;
}
.banner-section.banner-innerPage .banner-inner-section .banner-box {
    margin-top: 0px;
}
/* .banner-SubTitle, .banner-box > span {
    position: relative;
    display: block;
    color: rgba(var(--white-color), 1);
    font-size: var(--efs-bths);
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 8px;
    --efs-bths: 24px;
} */
.banner-title, .banner-box h1 {
    color: rgba(var(--white-color), 1);
    text-transform: inherit;
    font-size: var(--efs-bth);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 22px;
    --efs-bth: 76px;
}
.banner-title > span, .banner-box h1 > span {
    display: block;
}
.banner-innerPage .banner-inner-section .banner-title, .banner-innerPage .banner-inner-section .banner-box h1 {
    margin-bottom: 0px;
}
/* .banner-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    text-transform: capitalize;
    color: rgba(var(--main2-color), 1);
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 18px;
    width: 100%;
    line-height: 1.7;
    /* padding-left: 60px; /
}
.banner-para::before {
    /* content: ''; /
    position: absolute;
    background: rgba(var(--main-color), 1);
    left: 0px;
    display: block;
    width: 40px;
    height: 2px;
    top: 16px;
}
.banner-para p {
	margin-bottom: 10px;
}
.banner-para p:last-child {
	margin-bottom: 0px;
}
.banner-box > *:last-child {
    margin-bottom: 0px;
} */
.banner-slider.owl-carousel .owl-dots, .counter-box {
    position: absolute;
    bottom: 40px;
    --eLR-BDCB: 60px;
}
.counter-box {
    left: var(--eLR-BDCB);
    z-index: 1;
    color: rgba(var(--white-color), 1);
    font-size: 22px;
}
.counter-box span {
    font-size: 14px;
    color: rgba(var(--white-color), 1);
}

.banner-slider.owl-carousel .owl-dots {
    display: flex;
    gap: 8px;
	justify-content: center;
    align-items: center;
    width: max-content;
    right: var(--eLR-BDCB);

}
.banner-slider.owl-carousel button.owl-dot {
    line-height: 1;
    width: 100%;
}
.banner-slider.owl-carousel button.owl-dot > span {
    position: relative;
	display: inline-block;
	--ehw-ocbd: 8px;
    width: var(--ehw-ocbd);
    height: var(--ehw-ocbd);
    border-radius: 50%;
	transition: var(--transition-05s);
    background: rgba(var(--white-color), 0.5);
}
.banner-slider.owl-carousel button.owl-dot.active > span {
    background: rgba(var(--white-color), 1);
}

/* banner end */

/* AboutUs start */

.About-AfterImg1, .About-AfterImg2 {
    position: absolute;
    --eTBOLR-AAI: -32px;
}
.About-AfterImg1 {
    top: var(--eTBOLR-AAI);
    right: var(--eTBOLR-AAI);
}
.About-AfterImg2 {
    bottom: var(--eTBOLR-AAI);
    left: var(--eTBOLR-AAI);
    transform: rotate(180deg);
}
.AboutUs-MainImgBox {
    width: calc(100% + 12%);
}
.AboutUs-InnMImgBox {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.AboutUs-img1, .AboutUs-img2 {
    border-radius: 20px;
    overflow: hidden;
}
.AboutUs-img1 {
    height: 480px;
}
.AboutUs-img2 {
    margin-top: 30px;
    height: 510px;
}

/* AboutUs end */

/* Treatments start */

.Treatments-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}
.Treatments-TitleBox .common-title > span, .Treatments-TitleBox.common-box > h2 > span, .common-section .Treatments-TitleBox.common-box > h2 > span {
    display: block;
}

.Treatments-OverWidth {
    width: calc(100% + 30%);
    margin-top: 30px;
}
.Treatments-OverWidth .owl-carousel .owl-dots {
    width: calc(100% - 23%);
}
.Treatments-ListBox {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    --eBorRad: 20px;
    border-radius: var(--eBorRad);
}
.Treatments-ListBox::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60%;
    background: rgba(var(--main2-color), 1);
    background: linear-gradient(180deg,rgba(var(--main2-color), 0) 0%, rgba(var(--main2-color), 1) 100%);
    transition: var(--transition-05s);
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.Treatments-ListBox:hover::before {
    opacity: 0;
    visibility: hidden;
}
.Treatments-ListImg {
    width: 100%;
    height: 100%;
}
.Treatments-ListImg img {
    transition: var(--transition-05s);
    filter: grayscale(0);
}
.Treatments-ListBox:hover .Treatments-ListImg img {
    filter: grayscale(0.8);
}

.Treatments-ListTxtIcon {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: var(--transition-05s);
    background: rgba(var(--main-color), 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: var(--eBorRad);
    overflow: hidden;
    z-index: 2;
    bottom: 20px;
    width: calc(100% - 40px);
    padding: 20px 20px;
}
.Treatments-ListBox:hover .Treatments-ListTxtIcon {
    background: rgba(var(--main-color), 1);
}

.Treatments-ListTitle, .Treatments-ListTxt h4 {
    transition: var(--transition-05s);
    color: rgba(var(--white-color), 1);
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 28px;
}
.Treatments-ListBox:hover .Treatments-ListTitle, .Treatments-ListBox:hover .Treatments-ListTxt h4 {
    color: rgba(var(--main2-color), 1);
}
.Treatments-ListIconM {
    width: 25%;
    text-align: right;
}
.Treatments-ListIcon span {
    transition: var(--transition-05s);
    display: inline-block;
    font-size: 40px;
    color: rgba(var(--white-color), 1);
    line-height: 1;
}
.Treatments-ListBox:hover .Treatments-ListIcon span {
    color: rgba(var(--main2-color), 1);
}

/* Treatments end */

/* Surgical start */

.Surgical-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.Surgical-TitleBox .common-title, .Surgical-TitleBox.common-box > h2, .common-section .Surgical-TitleBox.common-box > h2 {
    color: rgba(var(--white-color), 1);
}
.Surgical-TitleBox .common-title > span, .Surgical-TitleBox.common-box > h2 > span, .common-section .Surgical-TitleBox.common-box > h2 > span {
    display: block;
}

.Surgical-ListMain {
    position: relative;
    display: grid;
    width: 90%;
    gap: var(--ePG-PILML);
    grid-template-columns: repeat(2, 1fr);
    --ePG-PILML: 40px;
    margin-top: 30px;
}
.Surgical-ListMain::before, .Surgical-ListMain::after {
    content: '';
    position: absolute;
    margin: auto;
    background: var(--eBG-PILM);
}
.Surgical-ListMain::before {
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    width: calc(100% - var(--ePG-PILML));
    height: 1px;
    --eBG-PILM: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 46%, rgba(255, 255, 255, 0) 100%);
}
.Surgical-ListMain::after {
    right: 0px;
    left: -40px;
    top: 0px;
    width: 1px;
    height: 100%;
    --eBG-PILM: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 46%, rgba(255, 255, 255, 0) 100%);
}
.Surgical-ListMain li {
    padding-right: var(--ePG-PILML);
}
.Surgical-icon {
    --ehw-PII: 60px;
    width: var(--ehw-PII);
    height: var(--ehw-PII);
    margin-bottom: 30px;
    background: #FAD436;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(180deg,rgba(var(--main-color), 1) 0%, rgba(var(--main2-color), 1) 100%);
}
.Surgical-icon img {
    object-fit: contain;
    --ehw-EHWC: 70%;
}

.Surgical-Title, .Surgical-Txt h5 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 16px;
    color: rgba(var(--white-color), 1);
}

.Surgical-ImgBox {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 600px;
}

/* Surgical end */

/* Conditions start */

.Conditions-AfterImg1 {
    position: absolute;
    top: var(--eTBOLR-AAI);
    right: var(--eTBOLR-AAI);
    --eTBOLR-AAI: -32px;
}
.Conditions-TitleBox .common-title > span, .Conditions-TitleBox.common-box > h2 > span, .common-section .Conditions-TitleBox.common-box > h2 > span {
    display: block;
}
.Conditions-OverWidth {
    margin-top: 20px;
}
.Conditions-ListBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    background: rgba(var(--CMCRE1-color), 0.13);
    border-radius: 20px;
    overflow: hidden;
    padding: 16px;
    min-height: 246px;
}
.Conditions-slider .owl-item:nth-child(2) .Conditions-ListBox, .Conditions-slider .owl-item:nth-child(8) .Conditions-ListBox, .Conditions-slider .owl-item:nth-child(14) .Conditions-ListBox {
    background: rgba(var(--CMCRE2-color), 0.13);
}
.Conditions-slider .owl-item:nth-child(3) .Conditions-ListBox, .Conditions-slider .owl-item:nth-child(9) .Conditions-ListBox, .Conditions-slider .owl-item:nth-child(15) .Conditions-ListBox {
    background: rgba(var(--CMCRE3-color), 1);
}
.Conditions-slider .owl-item:nth-child(4) .Conditions-ListBox, .Conditions-slider .owl-item:nth-child(10) .Conditions-ListBox, .Conditions-slider .owl-item:nth-child(16) .Conditions-ListBox {
    background: rgba(var(--CMCRE4-color), 0.13);
}
.Conditions-slider .owl-item:nth-child(5) .Conditions-ListBox, .Conditions-slider .owl-item:nth-child(11) .Conditions-ListBox, .Conditions-slider .owl-item:nth-child(17) .Conditions-ListBox {
    background: rgba(var(--CMCRE5-color), 1);
}
.Conditions-slider .owl-item:nth-child(6) .Conditions-ListBox, .Conditions-slider .owl-item:nth-child(12) .Conditions-ListBox, .Conditions-slider .owl-item:nth-child(18) .Conditions-ListBox {
    background: rgba(var(--CMCRE6-color), 1);
}
.Conditions-ListTxt h4 {
    font-weight: 600;
    color: rgba(var(--main2-color), 1);
    margin-bottom: 0px;
    font-size: 26px;
}
.Conditions-ListImg {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    height: 130px;
}

/* Conditions end */

/* Doctors start */

.Doctors-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.common-box.Doctors-TitleBox {
    padding-bottom: 60px;
}

.Doctors-OverWidth {
    width: calc(100% + 52%);
}

.Doctors-slider.owl-carousel {
    position: static;
}
.Doctors-slider.owl-carousel .owl-nav {
    position: absolute;
    left: calc(var(--bs-gutter-x) * .5);
    bottom: 0px;
    display: flex;
    gap: 20px;
}

.Doctors-ListBox {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    background: rgba(var(--white-color), 1);
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
}
.Doctors-ListBg {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.Doctors-ListImg {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 310px;
}
.Doctors-ListTxtBtn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 0px;
}

.Doctors-ListTitle, .Doctors-ListTxt h4 {
    color: rgba(var(--main2-color), 1);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    font-size: 34px;
}
.Doctors-ListDesi, .Doctors-ListTxt p {
    color: rgba(var(--main2-color), 1);
    font-weight: 600;
    font-size: 18px;
}

/* Doctors end */

/* LatestNews start */

.LNews-AfterImg1 {
    position: absolute;
    top: var(--eTBOLR-AAI);
    left: var(--eTBOLR-AAI);
    transform: rotate(180deg);
    --eTBOLR-AAI: -70px;
}
.LNews-ProList {
    margin-top: 20px;
    margin-bottom: 20px;
}
.LNews-LSBox {
    position: relative;
    display: block;
}
.LNews-DPost {
    display: block;
    color: rgba(var(--main2-color), 1);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 10px;
}
.LNews-LSImg {
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
    height: 300px;
}
.LNews-LSTxt {
    padding: 4px;
    margin-top: 16px;
}
.LNews-Title, .LNews-LSTxt h5 {
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
    color: rgba(var(--main2-color), 1);
    margin-bottom: 14px;
    font-size: 25px;
}

.LNews-BtnBox {
    text-align: center;
}

/* LatestNews end */

/* CTA start */

.CTA-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}
.CTA-ImgBox {
    border-radius: 20px;
    overflow: hidden;
    height: 600px;
}
.CTA-FTMBox {
    padding-left: 30px;
}
.CTA-FTitleBox {
    margin-bottom: 40px;
}
.CTA-FTitleBox .common-title, .CTA-FTitleBox h2 {
    color: rgba(var(--white-color), 1);
}
.CTA-FTMBox button.common-bgBtn:focus:not(:focus-visible), .CTA-FTMBox .common-bgBtn:focus-visible, .CTA-FTMBox .common-bgBtn:hover, .CTA-FTMBox .common-bgBtn:first-child:active, .CTA-FTMBox .common-bgBtn:active, .CTA-FTMBox :not(.btn-check)+.common-bgBtn:active, .CTA-FTMBox .common-bgBtn:first-child:hover {
    --boco-btn: rgba(var(--third-color), 1);
    --bg-btn: rgba(var(--third-color), 1);
    --common-btn-color: rgba(var(--white-color), 1);
}

/* CTA end */

/* footer start */

.footer-section {
    background: rgba(var(--footerBg-color), 1);
    position: relative;
    overflow: hidden;
}
.inner-footer, .copy-box {
    position: relative;
    z-index: 1;
}
.inner-footer {
    padding: 70px 0px 50px;
}
.foot-logo {
	margin-bottom: 30px;
}
.foot-logo img {
    object-fit: contain;
}

.foot-title {
    text-transform: capitalize;
    color: rgba(var(--main2-color), 1);
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 23px;
}
.foot-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 30px;
}
.foot-list li, .contact-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-family: var(--DMSans-font);
}
.foot-list li:not(:last-child), .contact-list li:not(:last-child) {
    margin-bottom: 16px;
}
.foot-list li a, .foot-list li a:visited, .foot-list li a:focus, .foot-list li > *, .contact-list li a, .contact-list li a:visited, .contact-list li a:focus, .contact-list li > * {
    font-weight: 400;
    transition: var(--transition-05s);
    font-size: 15px;
}
.foot-list li a, .foot-list li a:visited, .foot-list li a:focus, .foot-list li > * {
    color: rgba(var(--footer-color), 1);
}
.foot-list li a:hover, .foot-list li a[aria-current="page"], .foot-list li a.active, .foot-list li.active a {
    color: rgba(var(--main2-color), 1);
}
.contact-list li > * > span {
    background: rgba(var(--main-color), 0);
    color: rgba(var(--main2-color), 1);
    width: var(--ehw-flis);
    height: var(--ehw-flis);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    --ehw-flis: auto;
    font-size: 16px;
}
.contact-list li a, .contact-list li a:visited, .contact-list li a:focus, .contact-list li > * {
    color: rgba(var(--third-color), 1);
}
.contact-list li a:hover, .contact-list li a[aria-current="page"], .contact-list li a.active, .contact-list li.active a {
    color: rgba(var(--main2-color), 1);
}

.social-list {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* margin-top: 30px; */
}
.social-list li a, .social-list li a:visited, .social-list li a:focus {
    --ehw-social: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--ehw-social));
    height: calc(var(--ehw-social));
    border-radius: 50%;
    margin: 0 auto;
    transition: var(--transition-05s);
    color: rgba(var(--third-color), 1);
    background: rgba(var(--black-color), 0);
    font-size: 24px;
}
.social-list li a:hover {
    background: rgba(var(--main-color), 0);
    color: rgba(var(--main2-color), 1);
}

.copy-box {
	border-top: 1px solid rgba(var(--CopyRightBor-color), 1);
	padding: 30px 0px;
}
.copyInner-box {
	margin: 0px var(--elrp);
}
.copy-text {
    font-weight: 400;
    --eColor: rgba(var(--CopyRight-color), 1);
    color: var(--eColor);
    font-size: 14px;
}
.copy-text > a, .copy-text > a:visited, .copy-text > a:focus {
    color: var(--eColor);
    transition: var(--transition-05s);
    text-decoration: none;
}
.copy-text > a:hover {
    color: rgba(var(--main2-color), 1);
}

/* footer end */

/* News dtl Start */

.news-DtlImg {
    width: 100%;
    height: 500px;
    margin-bottom: 25px;
}
.date-post {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #061320;
    font-size: 13px;
    margin-bottom: 20px;
}
.date-post li {
    border-right: 1px solid #adadad;
    padding-right: 10px;
}
.date-post li:last-child {
    border-right: none;
    padding-right: 0px;
}
.date-post li i {
    color: rgba(var(--second-color), 1);
    margin-right: 5px;
}
.recent-title, .recent-post-box h5 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #061320;
    text-align: center;
}
.recent-post-list {
    margin-top: 30px;
    display: flex;
	flex-direction: column;
    gap: 20px;
}
.recent-post-list li a {
    display: flex;
    gap: 10px;
    color: #061320;
}
.recent-img-main {
    width: 45%;
}
.recent-img {
    width: 100%;
    height: 80px;
}
.recent-text-box {
    width: 100%;
}
.recent-sub-title, .recent-post-list h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
}
.recent-sub-para, .recent-post-list p {
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 13px;
}
.news-DtlBox > *:first-child {
	margin-bottom: 25px;
}
.news-DtlBox .common-box :where(h1, h2, h3, h4, h5, h6)::before {
    opacity: 0;
}
.news-DtlBox .common-box :where(h1, h2, h3, h4, h5, h6) {
	--ehwAcc-fs: 20px;
	margin-bottom: 20px;
    padding-left: 0px !important;
}
.news-DtlBox .common-box :where(h1) {
	font-size: calc(var(--ehwAcc-fs) * 1.9);
}
.news-DtlBox .common-box :where(h2) {
	font-size: calc(var(--ehwAcc-fs) * 1.7) !important;
}
.news-DtlBox .common-box :where(h3) {
	font-size: calc(var(--ehwAcc-fs) * 1.55);
}
.news-DtlBox .common-box :where(h4) {
	font-size: calc(var(--ehwAcc-fs) * 1.45);
}
.news-DtlBox .common-box :where(h5) {
	font-size: calc(var(--ehwAcc-fs) * 1.35);
}
.news-DtlBox .common-box :where(h6) {
	font-size: calc(var(--ehwAcc-fs) * 1.2);
}
.news-DtlBox .common-title::after, .news-DtlBox .common-box > h2::after, .common-section .news-DtlBox .common-box > h2::after {
	display: none;
}

/* News dtl End */

/* contact start */

.ctaForm-box {
    margin-top: 20px;
}
.cont-box {
    font-family: var(--Jost-font);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(var(--black-color), 0.5);
    border-radius: 8px;
    min-height: 190px;
}
.cont-icon {
    display: block;
    color: rgba(var(--main-color), 1);
    /* background: linear-gradient(-90deg, rgba(var(--main-color), 1) 0%, rgba(var(--six-color), 1) 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    line-height: 1;
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 20px;
    font-size: 40px;
}
.cont-text h5 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(var(--black-color), 1);
    line-height: 1;
}
.cont-text span, .cont-text a {
    font-family: var(--DMSans-font);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
}
.cont-text > a:hover {
    color: rgba(var(--third2-color), 1);
}
.cont-SocialList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}
.cont-SocialList li a, .cont-SocialList li a:focus, .cont-SocialList li a:visited {
    --ehw-social: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--ehw-social));
    height: calc(var(--ehw-social));
    border-radius: 50%;
    margin: 0 auto;
    transition: var(--transition-05s);
    background: rgba(var(--main-color), 0);
    color: rgba(var(--black-color), 1);
    font-size: 16px;
}
.cont-SocialList li a:hover, .cont-SocialList li a:active {
    background: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
}

.CTAContact-section .contact-list {
    margin-bottom: 30px;
}

.iframe-ctaBox {
    /* filter: grayscale(1); */
    width: 100%;
    height: 650px;
    overflow: hidden;
    border-radius: 10px;
}
.iframe-ctaBox iframe {
    width: 100%;
    height: 100%;
}

/* contact end */

/* NCOL start */

.NCOL-box h3 {
    text-align: center;
    font-weight: 600;
    color: rgba(var(--main2-color), 1);
    margin-bottom: 30px;
    font-size: 34px;
}
.NCOL-ListBox {
    box-shadow: 4px 4px 14px -2px rgba(var(--black-color), 0.3);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}
.NCOL-ListBox h4 {
    color: rgba(var(--main2-color), 1);
    font-size: 26px;
    margin-bottom: 22px;
}

.NCOL-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}
.NCOL-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-family: var(--DMSans-font);
}

.NCOL-list li > * > span {
    background: rgba(var(--main-color), 0);
    color: rgba(var(--main2-color), 1);
    width: var(--ehw-flis);
    height: var(--ehw-flis);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    --ehw-flis: auto;
    font-size: 16px;
}
.NCOL-list li > h6 {
    color: rgba(var(--main2-color), 1);
    font-size: 22px;
    margin-bottom: 22px;
}
.NCOL-list li a, .NCOL-list li a:visited, .NCOL-list li a:focus {
    text-decoration: underline;
}
.NCOL-list li a, .NCOL-list li a:visited, .NCOL-list li a:focus, .NCOL-list li > span {
    color: rgba(var(--third-color), 1);
    font-weight: 400;
    transition: var(--transition-05s);
    font-size: 16px;
}
.NCOL-list li a:hover {
    color: rgba(var(--main-color), 1);
}

/* NCOL end */

/* DrService start */

.DrService-content .product-Box {
    background: rgba(var(--white-color), 1);
}
.DrService-content .product-SImg {
    background: rgba(var(--six3-color), 1);
}
.DrService-content .product-SImg img {
    --ehw-EHWC: 80%;
}
.DrService-TabsList {
    text-align: center;
}
.DrService-Tabs .resp-tabs-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    background: rgba(var(--black-color), 0.1);
    border-radius: 60px;
    gap: 16px;
    padding: 6px;
    margin-bottom: 10px;
}
.DrService-Tabs .resp-tabs-list li {
    position: relative;
    float: none;
    /* border: 1px solid rgba(var(--six2-color), 0); */
    border: none !important;
    background: rgba(var(--main-color), 0);
    color: rgba(var(--five2-color), 1);
    padding: var(--ePadding);
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 50px;
    font-size: 15px;
    --ePadding: 8px 20px;
}
.DrService-Tabs .resp-tabs-list li.resp-tab-active {
    background: rgba(var(--main2-color), 1);
    /* border-color: rgba(var(--six2-color), 0) !important; */
    color: rgba(var(--white-color), 1);
    margin-bottom: 0px !important;
    padding: var(--ePadding) !important;
    font-weight: 600;
}
/* .DrService-Tabs .resp-tabs-list li::before {
    content: '';
    position: absolute;
    inset: 0px;
    width: calc(100%);
    height: 100%;
    border: 1px solid rgba(var(--six2-color), 1);
} */
.DrService-Tabs .resp-tabs-list li.resp-tab-active::before {
    opacity: 0;
    visibility: hidden;
}

.DrService-para {
    padding: 20px;
    border: 1px solid rgba(var(--black-color), 0.4);
    border-radius: 10px;
}

.DrService-content .DrService-container {
    border: none;
    padding: 0px;
}
.DrService-content.resp-tabs-container {
    background-color: rgba(var(--main-color), 0);
}
.DrService-content .DrService-container, .DrService-content .DrService-container.resp-tab-content {
    margin: 20px 0px;
}
.DrService-content h2.resp-accordion {
    border: 1px solid rgba(var(--main-color), 1) !important;
    border-radius: 6px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 14px;
}
.DrService-content h2.resp-accordion:first-child {
    border-top: 1px solid rgba(var(--main-color), 1) !important;
}
.DrService-content h2.resp-tab-active.resp-accordion:first-child {
    border-top: 1px solid rgba(var(--main2-color), 1) !important;
}
.DrService-content h2.resp-tab-active {
    background: rgba(var(--main2-color), 1) !important;
    border: 1px solid rgba(var(--main2-color), 1) !important;
    color: rgba(var(--white-color), 1);
}
.DrService-content .resp-arrow {
    margin-top: 5px;
    border-left: 4px solid rgba(var(--main-color), 0) !important;
    border-right: 4px solid rgba(var(--main-color), 0) !important;
    border-top: 8px solid rgba(var(--main-color), 1) !important;
}
.DrService-content h2.resp-tab-active span.resp-arrow {
    border: none !important;
    border-left: 4px solid rgba(var(--main-color), 0) !important;
    border-right: 4px solid rgba(var(--main-color), 0) !important;
    border-bottom: 8px solid rgba(var(--main-color), 1) !important;
}
.DrService-content h2.resp-accordion:nth-last-child(2) {
    margin-bottom: 0px;
}

/* DrService end */

/* AboutUs start */

.AboutUs-Img {
    float: left;
    width: 26%;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* AboutUs end */

/* FAQs start */

.FAQs-AccordionBox {
    margin-top: 30px;
}
.CommonFAQ .accordion-item {
    --eBorAccI: #BABABA;
    margin-bottom: 0px;
    border-radius: 20px !important;
    overflow: hidden;
	border: 1px solid var(--eBorAccI);
    background: rgba(var(--third-color), 0.1);
    margin-bottom: 20px;
    padding: 0px 0px;
}
.CommonFAQ .accordion-item:last-child {
    margin-bottom: 0px;
}
.CommonFAQ .accordion-item .accordion-button {
	box-shadow: none !important;
    background: rgba(var(--main-color), 0);
    border-radius: 0px !important;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    padding: 26px 26px;
    padding-right: 54px;
    color: rgba(var(--black-color), 1);
}
.CommonFAQ .accordion-button:not(.collapsed) {
    color: rgba(var(--black-color), 1);
    background: rgba(var(--white-color), 0);
    box-shadow: none !important;
}
.CommonFAQ .accordion-button::after {
    --ehw-faca: 30px;
    width: var(--ehw-faca);
    height: var(--ehw-faca);
    background-image: none;
    content: '\2b';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-awesome);
    font-weight: 600;
    transform: rotate(0deg);
    background: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
    /* border: 2px solid rgba(var(--main-color), 1); */
    border-radius: 50%;
    margin-top: -2px;
	position: absolute;
    right: 20px;
    padding-top: 3px;
}
.CommonFAQ .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '\f068';
    transform: rotate(0deg);
    padding-top: 0px;
}
.CommonFAQ .accordion-body {
    border-top: 1px solid var(--eBorAccI);
    color: rgba(var(--black-color), 1);
    padding: 20px 20px;
    font-size: 16px;
	font-weight: 300;
    line-height: 1.5;
    max-height: 500px;
    overflow: auto;
}
.CommonFAQ .accordion-body a:not(.btn), .CommonFAQ .accordion-body a:not(.btn):visited, .CommonFAQ .accordion-body a:not(.btn):focus {
    color: rgba(var(--main2-color), 1);
    transition: var(--transition-05s);
    text-decoration: underline;
}
.CommonFAQ .accordion-body a:not(.btn):hover {
    color: rgba(var(--main-color), 1);
}
.accordion-body p:not(:last-child) {
    margin-bottom: 10px;
}
.accordion-body p:last-child {
    margin-bottom: 0px;
}

.accordion-body ul {
    --eAFB-color: #E3E3E3;
    font-family: var(--HaasGrotDisp-font);
    --ePG-CPUL: 6px;
    --border-CPUL: 1px solid var(--eAFB-color);
	display: grid;
	gap: var(--ePG-CPUL);
    margin: 10px 0px;
}
.accordion-body ul li {
    color: rgba(var(--third-color), 1);
    font-weight: 500;
	position: relative;
	padding-left: 25px;
}
.accordion-body ul li::before {
    content: '\f058';
    position: absolute;
    left: 1px;
    top: 0px;
    font-family: var(--font-awesome);
    font-weight: 600;
    display: inline-block;
    width: var(--ehw-cul);
    height: var(--ehw-cul);
    border-radius: 50%;
    color: rgba(var(--main2-color), 1);
	--ehw-cul: 5px;
	--ehw-cul: auto;
    margin-top: 5px;
    line-height: 1;
}
.accordion-body :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
	--ehwAcc-fs: 20px;
	margin-bottom: 14px;
    padding-left: 0px !important;
    font-weight: 400;
    color: rgba(var(--main2-color), 1);
}
.accordion-body :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6)::before {
    opacity: 0;
}
.accordion-body :where(h1, .h1) {
	font-size: calc(var(--ehwAcc-fs) * 1.9);
}
.accordion-body :where(h2, .h2) {
	font-size: calc(var(--ehwAcc-fs) * 1.7) !important;
}
.accordion-body :where(h3, .h3) {
	font-size: calc(var(--ehwAcc-fs) * 1.55);
}
.accordion-body :where(h4, .h4) {
	font-size: calc(var(--ehwAcc-fs) * 1.45);
}
.accordion-body :where(h5, .h5) {
	font-size: calc(var(--ehwAcc-fs) * 1.35);
}
.accordion-body :where(h6, .h6) {
	font-size: calc(var(--ehwAcc-fs) * 1.2);
}

/* FAQs end */

/* mega menu start */

.Inner-navbar {
	position: relative;
}
#mega-menu-wrap-custom-header-menu {
    background: transparent;
}
#mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item > a.mega-menu-link {
    height: auto;
	color: rgba(var(--main2-color), 1);
	padding: 6px var(--eptb-NavLink);
	padding-left: calc(var(--eptb-NavLink) + 8px);
	--eptb-NavLink: 8px;
	font-size: 15px;
    border-radius: 50px;
    line-height: 1.8;
}
#mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,  #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: rgba(var(--main2-color), 1);
    background: rgba(var(--main-color), 1);
    font-weight: 600;
	border-radius: 50px;
}
#mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item > a.mega-menu-link::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: var(--ehw-NavLinkB);
	height: var(--ehw-NavLinkB);
	border-radius: 50%;
	background: rgba(var(--main2-color), 1);
	transition: var(--transition-05s);
	opacity: 0;
	visibility: hidden;
	--ehw-NavLinkB: 5px;
	margin-top: 6px;
	margin-top: 11px;
	left: 8px;
}

#mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before, #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item > a.mega-menu-link:hover::before {
    opacity: 1;
    visibility: visible;
}
#mega-menu-wrap-custom-header-menu, #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu {
    position: static;
}
#mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 6px 8px;
	width: 100%;
}
#mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: #4f4f4f;
	font-size: 15px;
}
#mega-menu-wrap-custom-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-custom-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-custom-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	width: 26px;
	height: 2px;
    background-color: #fff;
}
#mega-menu-wrap-custom-header-menu .mega-menu-toggle {
	background: rgba(var(--main-color), 1);
	line-height: 1;
	height: 30px;
}
#mega-menu-wrap-custom-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
	width: 24px;
	height: 22px;
}

/* mega menu end */

/* media start */

@media (min-width: 768px) {
    
}
@media (min-width: 992px) {

}

@media (min-width: 1200px) {
	.nav-item.dropdown .dropdown-menu[data-bs-popper] {
		top: 100%;
	}
    .nav-item.dropdown .dropdown-menu {
		opacity: 0;
		visibility: hidden;
	}
	.nav-item.dropdown:hover > .dropdown-menu, .nav-item.dropdown .dropdown-menu.show, .dropdown-menu ul li:hover > .dropdown-menu.dropdown-submenu {
		opacity: 1;
		display: block;
		visibility: visible;
	}
	.navbar-expand-lg .navbar-collapse {
		width: max-content;
		max-width: max-content;
	}
    .nav-item.dropdown .DDMenu.dropdown-menu {
        left: 100px;
    }
}

@media (min-width: 1600px) {
    
}

@media (min-width: 1700px) {
    
}

@media (min-width: 1800px) {
    
}

@media (min-width: 1900px) {
    
}

@media (min-width: 2000px) {
    
}

@media (max-width: 1900px) {
    
}

@media (max-width: 1800px) {
    .Treatments-ListTitle, .Treatments-ListTxt h4 {
        font-size: 26px;
    }
    .Conditions-ListTxt h4 {
        font-size: 24px;
    }
    .Doctors-ListImg {
        height: 260px;
    }
}

@media (max-width: 1600px) {
    .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:visited {
        padding: 6px var(--eptb-NavLink);
        padding-left: calc(var(--eptb-NavLink) + 8px);
        --eptb-NavLink: 8px;
        font-size: 15px;
    }
    .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item {
        --eWNB: 6px;
    }

    .banner-section {
        --banner-hvh: 600px;
    }
    .banner-title, .banner-box h1 {
        --efs-bth: 64px;
    }

    .Treatments-OverWidth {
        width: calc(100% + 10%);
    }
    .Treatments-OverWidth .owl-carousel .owl-dots {
        width: calc(100% - 9%);
    }
    .Treatments-ListTitle, .Treatments-ListTxt h4 {
        font-size: 22px;
    }
    .Treatments-ListTxtIcon {
        padding: 16px 16px;
    }
    .Treatments-ListBox {
        height: 400px;
    }

    .Doctors-OverWidth {
        width: calc(100% + 35%);
    }

    .Surgical-ListMain {
        width: 90%;
    }
    .Surgical-icon {
        --ehw-PII: 55px;
        margin-bottom: 20px;
        --ePG-PILML: 50px;
    }
    .LNews-Title, .LNews-LSTxt h5 {
        font-size: 23px;
    }
}

@media (max-width: 1500px) {

}

@media (max-width: 1400px) {
    .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:visited {
        padding: 4px var(--eptb-NavLink);
        padding-left: calc(var(--eptb-NavLink) + 8px);
        --eptb-NavLink: 4px;
        font-size: 14px;
    }
    .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item > .nav-link::before {
        margin-top: 5px;
        left: 6px;
    }

    .banner-title, .banner-box h1 {
        --efs-bth: 56px;
    }

    .AboutUs-img1 {
        height: 410px;
    }
    .AboutUs-img2 {
        height: 420px;
    }

    .Conditions-ListImg {
        height: 110px;
    }
    .Conditions-ListTxt h4 {
        font-size: 22px;
    }
    .Conditions-ListBox {
        padding: 14px;
        min-height: 226px;
    }
    .Doctors-OverWidth, .Treatments-OverWidth {
        width: calc(100%);
    }
    .Surgical-ListMain {
        width: 100%;
    }
    .iframe-ctaBox {
        height: 550px;
    }
    #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .MainHeader nav.navbar.DesktopNav .row {
        justify-content: space-between;
    }
    .MainHeader nav.navbar.DesktopNav .row > .col-lg-12 {
        order: 1;
    }
    .NBM-box {
        border: none;
        border-radius: 0px;
        background: rgba(var(--black-color), 0);
        padding: 0px 6px;
    }
    .navbar.DesktopNav .HeadContainer {
        justify-content: flex-end;
    }
    .NBM-box .navbar-nav.ms-auto.navbar-nav-scroll {
        gap: 10px;
    }
    .NBM-box {
        display: flex;
        gap: 50px;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0px;
        padding: 0;
    }
    .NBM-box > * {
        background: rgba(var(--second-color), 1);
        border-top: 1px solid rgba(var(--main-color), 0.6);
        border-radius: 0px;
        padding: 14px 12px;
        max-height: 250px;
        overflow: scroll;
        backdrop-filter: blur(10px);
    }
    .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item {
        margin-right: 0px;
        margin-bottom: 8px;
    }
    .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item:last-child {
        margin-bottom: 0px;
    }
    .NBM-box li.nav-item.dropdown {
        position: static;
        /* width: max-content; */
    }
    /* .NBM-box ul:last-child {
        margin-top: 8px;
    } */
    .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:visited {
        --eptb-NavLink: 6px;
        font-size: 15px;
    }

    .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link.active, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:hover, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:focus, .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link[aria-current="page"], .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link[aria-current="page"]:visited {
        background: rgba(var(--main-color), 0);
    }

    .banner-section {
        --banner-hvh: 500px;
    }
    .banner-title, .banner-box h1 {
        --efs-bth: 50px;
    }
    .AboutUs-MainImgBox {
        width: 100%;
    }
    .AboutUs-img1 {
        height: 340px;
    }
    .AboutUs-img2 {
        height: 350px;
    }

    .Treatments-ListTitle, .Treatments-ListTxt h4 {
        font-size: 18px;
    }
    .Treatments-ListIcon span {
        font-size: 28px;
    }

    .Surgical-Title, .Surgical-Txt h5 {
        font-size: 19px;
    }
    .Surgical-ImgBox {
        height: 460px;
    }
    .foot-list {
        gap: 0px 20px;
    }
    .foot-list li a, .foot-list li a:visited, .foot-list li a:focus, .foot-list li > *, .contact-list li a, .contact-list li a:visited, .contact-list li a:focus, .contact-list li > * {
        font-size: 14px;
    }
    .copy-box {
        padding: 20px 0px;
    }
    .CTA-ImgBox {
        height: 460px;
    }
    .CTA-FTitleBox {
        margin-bottom: 30px;
    }
    .LNews-LSImg {
        height: 220px;
    }
    .LNews-Title, .LNews-LSTxt h5 {
        font-size: 18px;
    }
    .LNews-DPost {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .Head-CaLog .common-bgBtn, .Head-CaLog .common-bgBtn:visited, .Head-CaLog .common-bgBtn:focus {
        order: -1;
    }
    #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item > a.mega-menu-link {
        color: rgba(var(--white-color), 1);
    }
    #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
        border-radius: 0px;
    }
}

@media (max-width: 991px) {
    .common-box.Doctors-TitleBox {
        padding-bottom: 0px;
    }
    .Doctors-slider.owl-carousel .owl-nav {
        position: static;
        margin-top: 30px;
    }
    .Doctors-ListBox {
        grid-template-columns: repeat(1, 1fr);
    }
    .Doctors-ListTitle, .Doctors-ListTxt h4 {
        font-size: 26px;
    }
    .Doctors-ListDesi, .Doctors-ListTxt p {
        font-size: 16px;
    }
    .CTA-FTMBox {
        padding-left: 0px;
    }
    .inner-footer {
        padding: 50px 0px 40px;
    }
    .foot-title {
        margin-bottom: 16px;
        font-size: 20px;
    }
    .social-list li a, .social-list li a:visited, .social-list li a:focus {
        --ehw-social: 26px;
        font-size: 22px;
    }
    .LNews-ProList, .Conditions-OverWidth, .Treatments-OverWidth {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .inner-footer > .row > *:nth-child(2), .inner-footer > .row > *:nth-child(3) {
        order: 1;
    }
    .banner-section.banner-innerPage {
        --banner-hvh: 350px;
    }
    .iframe-ctaBox {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        max-width: 100%;
    }
    .foot-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .copy-text {
        font-size: 11.5px;
    }
    .LNews-Title, .LNews-LSTxt h5 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .Doctors-ListBox {
        grid-template-columns: repeat(2, 1fr);
    }
    .Doctors-ListImg {
        height: 220px;
    }
    .Treatments-TitleBox .common-title > span, .Treatments-TitleBox.common-box > h2 > span, .common-section .Treatments-TitleBox.common-box > h2 > span, .Surgical-TitleBox .common-title > span, .Surgical-TitleBox.common-box > h2 > span, .common-section .Surgical-TitleBox.common-box > h2 > span, .Conditions-TitleBox .common-title > span, .Conditions-TitleBox.common-box > h2 > span, .common-section .Conditions-TitleBox.common-box > h2 > span {
        display: inline;
    }
    .banner-title, .banner-box h1 {
        --efs-bth: 40px;
    }
    .banner-section {
        --banner-hvh: 400px;
    }
    .Treatments-ListTxtIcon {
        background: rgba(var(--main-color), 1);
    }
    .Treatments-ListBox .Treatments-ListTitle, .Treatments-ListBox .Treatments-ListTxt h4, .Treatments-ListBox .Treatments-ListIcon span {
        color: rgba(var(--main2-color), 1);
    }
    .Conditions-ListTxt h4 {
        font-size: 20px;
    }
    .Conditions-ListBox {
        min-height: 200px;
    }
    .Doctors-ListTitle, .Doctors-ListTxt h4 {
        font-size: 24px;
    }
    .Doctors-ListDesi, .Doctors-ListTxt p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .iframe-ctaBox {
        height: 450px;
    }

    .DrService-para {
        padding: 15px;
    }
    .AboutUs-Img {
        float: none;
        width: auto;
        margin: 0px auto;
        margin-bottom: 30px;
    }
    .common-box h4 {
        font-size: 23px !important;
        margin: 15px 0;
    }
    .common-box h3 {
        font-size: 26px !important;
        margin: 15px 0;
    }
    .LNews-LSTxt .btn {
    padding-left: 0;
}
.Doctors-OverWidth img {
	object-fit: contain;
}
.Doctors-ListImg {
	background: #fad436;
}
}

@media (max-width: 575px) {
    .Head-CaLog {
        gap: 10px;
    }
    .Head-CaLog .common-bgBtn, .Head-CaLog .common-bgBtn:visited, .Head-CaLog .common-bgBtn:focus {
        padding: 7px 8px;
        font-size: 13px;
    }
    .Head-CaLog .common-bgBtn::after {
        display: none;
    }
    .navbar-toggler {
        padding: 4px;
    }
    .navbar-toggler-icon.bar-1 {
        width: 0.4em;
    }
    .navbar-toggler .navbar-toggler-icon {
        width: 0.9em;
    }
    .CTA-ImgBox {
        height: 300px;
    }
    .Doctors-ListBox {
        grid-template-columns: repeat(1, 1fr);
    }
    .Surgical-ListMain {
        grid-template-columns: repeat(1, 1fr);
    }
    .Surgical-ListMain::before, .Surgical-ListMain::after {
        display: none;
    }
    .Surgical-ImgBox {
        height: 300px;
    }
    .AboutUs-InnMImgBox {
        gap: 14px;
        grid-template-columns: repeat(1, 1fr);
    }
    .AboutUs-img1, .AboutUs-img2 {
        height: 300px;
        margin-top: 0;
    }
    .banner-title, .banner-box h1 {
        --efs-bth: 32px;
    }
    .banner-slider.owl-carousel .owl-dots, .counter-box {

        bottom: 20px;
        --eLR-BDCB: 15px;
    }
} 

#mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item {
	margin: 0 3px 0 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0em 0.5em 1em;
}
#mega-menu-item-18 .mega-menu-link .mega-indicator{
    opacity: 0 !important;
    width: 0 !important; 
}
#mega-menu-wrap-custom-header-menu #mega-menu-custom-header-menu > li.mega-menu-item > a.mega-menu-link {
	margin-bottom: 2px;
}  
/* media end */