/* =========================================================
BASE STYLES (DESKTOP DEFAULT)
========================================================= */

/* =========================
TARGET SECTION
========================= */

.target-section {
	width: 100% !important;
	margin: 0 auto !important;
	display: grid !important;
	grid-template-columns: 115px minmax(0, 1fr) auto !important;
	grid-template-rows: auto auto !important;
	align-items: stretch !important;
	column-gap: 45px !important;
	row-gap: 0 !important;
	padding: 25px 60px !important;
	box-sizing: border-box !important;
	border-radius: 15px !important;
}

.targetsection1 {
	border-radius: 15px !important;
	margin-left: 50px !important;
	padding: 35px 80px !important;
	margin-bottom: 30px;
}

.target {
	width: 115px !important;
	height: 115px !important;
	min-width: 115px !important;
	min-height: 115px !important;
	grid-column: 1 !important;
	grid-row: 1 / span 2 !important;
	aspect-ratio: 1 / 1 !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);
	padding: 0 !important;
	margin-left: 50px !important;
	box-sizing: border-box !important;
}

.target i {
	font-size: 65px !important;
}

.heading {
	grid-column: 2 !important;
	grid-row: 1 !important;
	margin: 0 0 2px 0 !important;
	padding-left: 80px !important;
}

.heading h2 {
	text-align: left !important;
	font-size: 24px !important;
	line-height: 27px !important;
	color: #1d55a5 !important;
	font-weight: 700 !important;
	font-family: "Manrope", sans-serif !important;
}

/* Paragraph */
.text {
	grid-column: 2 !important;
	grid-row: 2 !important;
	margin: 9px 0 0 0 !important;
	align-self: start !important;
}

.text p {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
	font-size: 17px !important;
	line-height: 22px !important;
	color: #232325 !important;
	font-weight: 400 !important;
	font-family: "Inter", sans-serif !important;
}

/* =========================
BOOK BUTTON
========================= */

.book-button {
	grid-column: 3 !important;
	grid-row: 1 / span 2 !important;
	margin: 0 !important;
}

.book-button a {
	background: #1d347f !important;
	color: #ffffff !important;
	padding: 10px 35px !important;
	min-height: 50px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	border: none !important;
	box-shadow: none !important;
	transition: all 0.25s ease;
	border-radius: 10px !important;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Inter", sans-serif !important;
}

.book-button a svg {
	font-size: 40px;
}

.dfghjkl {
	margin-left: 50px !important;
}

/* =========================
LOCATION & HOURS
========================= */

.locationmain {
	border-radius: 10px;
}

.locationheading h2 {
	font-size: 30px;
	line-height: 32px;
	color: #232325;
	font-weight: 400;
	font-family: "Inter", sans-serif !important;
}

.subheading h2 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 400;
	color: white;
	font-family: "Inter", sans-serif !important;
}

.icon1 p, .icon2 p, .icon3 p,
.time1 p, .time2 p, .time3 p {
	font-size: 17px;
	line-height: 24px;
	color: white;
	font-weight: 400;
	font-family: "Inter", sans-serif !important;
}

.icon2 p {
	color: white !important;
}

.icon1 svg, .icon2 svg, .icon3 svg,
.time1 i, .time2 i, .time3 i {
	font-size: 30px !important;
	color: white;
}

.businessheading h2 {
	font-size: 30px;
	line-height: 32px;
	color: #232325;
	font-weight: 400;
	font-family: "Inter", sans-serif !important;
}

.map {
	border-radius: 10px !important;
}

/* =========================
CONTACT & MEET DR. LIV
========================= */

.meeet_dr_lv_main {
	padding: 50px 80px;
}

.cl_mdl_txt h2 {
	font-size: 40px;
	line-height: 50px;
	color: #026875;
	font-weight: 800;
	font-family: "Manrope", sans-serif;
}

.cl_mdl_txt p {
	font-size: 18px;
	line-height: 28px;
	color: #232325;
	font-weight: 400;
	font-family: "Inter", sans-serif !important;
}

.txt_col p {
	color: #026875;
	font-weight: 700;
	margin-top: 10px;
}

.cl_bt_meet .elementor-button {
	position: relative;
	width: 239px;
	height: 69px;
	padding: 0 65px 0 20px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box;
	background: #026875 !important;
	border: 0 !important;
	border-radius: 10px !important;
	color: #ffffff !important;
	font-family: "Inter", sans-serif !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	overflow: hidden;
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.cl_bt_meet .elementor-button-text {
	position: relative;
	z-index: 3;
	margin: 0 !important;
	color: #ffffff !important;
	font-family: "Inter", sans-serif !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	line-height: 24px !important;
	text-transform: uppercase !important;
	transition: transform 0.3s ease;
}

.cl_bt_meet .elementor-button::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 17px;
	width: 38px;
	height: 38px;
	background: #ffffff;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}

.cl_bt_meet .elementor-button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 14px;
	height: 14px;
	border-top: 3px solid #026875;
	border-right: 3px solid #026875;
	transform: translateY(-50%) rotate(45deg);
	z-index: 3;
	transition: transform 0.3s ease;
}

.cl_bt_meet .elementor-button:hover {
	background-color: #000000 !important;
	box-shadow: 0 5px 14px rgba(2, 104, 117, 0.20);
	transform: none !important;
}

.cl_bt_meet .elementor-button:hover::before {
	transform: translateY(-50%) !important;
}

.cl_bt_meet .elementor-button:hover::after {
	transform: translateY(-50%) rotate(45deg) !important;
}

.cl_bt_meet .elementor-button:hover .elementor-button-text {
	transform: none !important;
}

.cl_bt_meet .elementor-button:active {
	transform: translateY(0);
	box-shadow: 0 3px 8px rgba(2, 104, 117, 0.15);
}

.two_ppara {
	margin-top: 10px;
}

.btn_main {
	margin-top: 30px;
}

.ico_box_lft h3 {
	font-size: 18px;
	line-height: 24px;
	color: #026875;
	font-weight: 800;
	font-family: "Inter";
}

.ico_box_lft .elementor-icon-box-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

.ico_box_lft .elementor-icon-box-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ico_box_lft .elementor-icon-box-icon .elementor-icon {
	width: 82px;
	height: 82px;
	min-width: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff !important;
	border: 2px solid #b9dce3;
	border-radius: 50%;
	box-sizing: border-box;
}

.ico_box_lft .elementor-icon-box-icon svg {
	width: 42px;
	height: 42px;
	display: block;
}

.ico_box_lft .elementor-icon-box-icon svg path {
	fill: #037e98 !important;
	stroke: #037e98 !important;
}

.ico_box_lft .elementor-icon-box-icon i {
	color: #037e98 !important;
	font-size: 42px;
	line-height: 1;
}

.ico_box_lft .elementor-icon-box-icon i::before {
	color: #037e98 !important;
}

.ico_box_lft .elementor-icon-box-content {
	display: flex;
	align-items: center;
}

.ico_box_lft .elementor-icon-box-title {
	margin: 0 !important;
	color: #245565 !important;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35em;
}

.ico_box_lft {
	gap: 30px !important;
}

.meetdr_imag_left {
	border-radius: 13px;
}

.mtdr_gp_main {
	gap: 15px !important;
	margin-bottom: 15px;
}

/* =========================================================
TREATMENT OPTIONS
========================================================= */

.edtreat,
.elementor-element-5f1a597 {
	width: 100%;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	justify-content: space-between !important;
	margin-top: 65px !important;
}

.edtreat > .main_ic_box,
.elementor-element-5f1a597 > .main_ic_box {
	position: relative;
	width: 20% !important;
	flex: 0 0 20% !important;
	padding: 0 30px !important;
	margin: 0 !important;
	box-sizing: border-box;
	text-align: center;
	display: flex !important;
	flex-direction: column !important;
}

.edtreat > .main_ic_box:not(:last-child)::after,
.elementor-element-5f1a597 > .main_ic_box:not(:last-child)::after {
	content: "" !important;
	position: absolute !important;
	top: 82px !important;
	bottom: 0 !important;
	right: 0 !important;
	width: 1px !important;
	background-color: #026875 !important;
	opacity: 1 !important;
	display: block !important;
}

.main_ic_box .elementor-image-box-img {
	width: 68px !important;
	height: 68px !important;
	margin: 0 auto 14px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.main_ic_box .elementor-image-box-img img {
	width: 95px !important;
	height: 95px !important;
	max-width: 95px !important;
	object-fit: contain;
	display: block;
	transition: transform 0.3s ease;
	margin-bottom: 10px;
}

.main_ic_box .elementor-image-box-title {
	margin: 20px 0 17px !important;
	padding: 0 !important;
	line-height: 1.12 !important;
	text-align: center;
	font-size: 22px !important;
	color: #026875 !important;
	font-weight: 700;
	font-family: "Inter", sans-serif !important;
	transition: color 0.3s ease;
}

.main_ic_box .elementor-image-box-description {
	width: 100% !important;
	max-width: 175px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: center;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #232325 !important;
	font-weight: 400 !important;
	font-family: "Inter", sans-serif !important;
}

.main_ic_box .elementor-image-box-content {
	width: 100%;
	text-align: center;
}

.main_ic_box .elementor-widget-image-box {
	margin: 0 !important;
	padding: 0 !important;
}

.main_ic_box .elementor-image-box-wrapper {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.main_ic_box:hover .elementor-image-box-img img {
	transform: scale(1.06);
}

.main_ic_box:hover .elementor-image-box-title {
	color: #037e98 !important;
}

/* =========================================
TREATMENT BUTTON
========================================= */

.edtratment_btn {
	width: 100% !important;
	text-align: center !important;
	margin-top: 60px;
}

.edtratment_btn a {
	width: 335px !important;
	height: 69px !important;
	background-color: #026875 !important;
	border-radius: 10px !important;
	color: #ffffff !important;
	font-family: "Inter", sans-serif !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	text-transform: uppercase !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: relative !important;
	box-sizing: border-box !important;
	padding: 0 60px 0 20px !important;
	text-decoration: none !important;
	transition: background-color 0.35s ease, transform 0.25s ease, box-shadow 0.35s ease !important;
}

.edtratment_btn .elementor-button-content-wrapper {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.edtratment_btn .elementor-button-text {
	display: block !important;
	margin: 0 !important;
}

.edtratment_btn a::after {
	content: "" !important;
	position: absolute !important;
	right: 23px !important;
	top: 50% !important;
	width: 37px !important;
	height: 37px !important;
	background: #ffffff !important;
	border-radius: 50% !important;
	transform: translateY(-50%) !important;
	z-index: 1 !important;
	transition: background-color 0.35s ease;
}

.edtratment_btn a::before {
	content: "" !important;
	position: absolute !important;
	right: 37px !important;
	top: 50% !important;
	width: 14px !important;
	height: 14px !important;
	border-top: 3px solid #026875 !important;
	border-right: 3px solid #026875 !important;
	transform: translateY(-50%) rotate(45deg) !important;
	z-index: 2 !important;
}

.edtratment_btn a:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.20) !important;
}

.edtratment_btn a:hover::after {
	background-color: #ffffff !important;
}

.edtratment_btn a:hover::before {
	border-color: #026875 !important;
}


/* =========================================================
GRADUAL RESPONSIVE MEDIA QUERIES (1880px -> 360px)
========================================================= */

/* ---------------------------------------------------------
1. MAX-WIDTH: 1880px
--------------------------------------------------------- */
@media only screen and (max-width: 1880px) {
	.target-section {
		padding: 24px 50px !important;
		column-gap: 40px !important;
	}
	.targetsection1 {
		padding: 32px 70px !important;
	}
	.meeet_dr_lv_main {
		padding: 48px 70px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 38px !important;
		line-height: 48px !important;
	}
	.edtreat > .main_ic_box,
	.elementor-element-5f1a597 > .main_ic_box {
		padding: 0 25px !important;
	}
	.main_ic_box .elementor-image-box-img img {
		width: 90px !important;
		height: 90px !important;
		max-width: 90px !important;
	}
}

/* ---------------------------------------------------------
2. MAX-WIDTH: 1780px
--------------------------------------------------------- */
@media only screen and (max-width: 1780px) {
	.target-section {
		padding: 22px 45px !important;
		column-gap: 35px !important;
	}
	.targetsection1 {
		padding: 30px 60px !important;
		margin-left: 35px !important;
	}
	.target {
		width: 110px !important;
		height: 110px !important;
		min-width: 110px !important;
		min-height: 110px !important;
		margin-left: 35px !important;
	}
	.target i {
		font-size: 60px !important;
	}
	.heading {
		padding-left: 60px !important;
	}
	.meeet_dr_lv_main {
		padding: 45px 60px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 36px !important;
		line-height: 46px !important;
	}
	.edtreat > .main_ic_box,
	.elementor-element-5f1a597 > .main_ic_box {
		padding: 0 20px !important;
	}
	.main_ic_box .elementor-image-box-img img {
		width: 88px !important;
		height: 88px !important;
		max-width: 88px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 21px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 17px !important;
		max-width: 170px !important;
	}
}

/* ---------------------------------------------------------
3. MAX-WIDTH: 1680px
--------------------------------------------------------- */
@media only screen and (max-width: 1680px) {
	.target-section {
		padding: 20px 40px !important;
		column-gap: 30px !important;
	}
	.targetsection1 {
		padding: 28px 50px !important;
		margin-left: 25px !important;
	}
	.target {
		width: 105px !important;
		height: 105px !important;
		min-width: 105px !important;
		min-height: 105px !important;
		margin-left: 25px !important;
	}
	.target i {
		font-size: 58px !important;
	}
	.heading {
		padding-left: 45px !important;
	}
	.heading h2 {
		font-size: 23px !important;
		line-height: 26px !important;
	}
	.meeet_dr_lv_main {
		padding: 42px 50px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	.cl_mdl_txt p {
		font-size: 17.5px !important;
		line-height: 27px !important;
	}
	.edtreat > .main_ic_box,
	.elementor-element-5f1a597 > .main_ic_box {
		padding: 0 18px !important;
	}
	.main_ic_box .elementor-image-box-img img {
		width: 85px !important;
		height: 85px !important;
		max-width: 85px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 20px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 16.5px !important;
		max-width: 165px !important;
	}
	.edtreat > .main_ic_box:not(:last-child)::after,
	.elementor-element-5f1a597 > .main_ic_box:not(:last-child)::after {
		top: 75px !important;
	}
}

/* ---------------------------------------------------------
4. MAX-WIDTH: 1550px
--------------------------------------------------------- */
@media only screen and (max-width: 1550px) {
	.target-section {
		padding: 20px 35px !important;
		column-gap: 28px !important;
	}
	.targetsection1 {
		padding: 25px 45px !important;
		margin-left: 20px !important;
	}
	.target {
		width: 100px !important;
		height: 100px !important;
		min-width: 100px !important;
		min-height: 100px !important;
		margin-left: 20px !important;
	}
	.target i {
		font-size: 54px !important;
	}
	.heading {
		padding-left: 35px !important;
	}
	.heading h2 {
		font-size: 22px !important;
		line-height: 25px !important;
	}
	.text p {
		font-size: 16px !important;
		line-height: 21px !important;
	}
	.book-button a {
		padding: 10px 28px !important;
		font-size: 16px !important;
		min-height: 48px !important;
	}
	.meeet_dr_lv_main {
		padding: 40px 45px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 34px !important;
		line-height: 44px !important;
	}
	.cl_mdl_txt p {
		font-size: 17px !important;
		line-height: 26px !important;
	}
	.ico_box_lft .elementor-icon-box-icon .elementor-icon {
		width: 78px !important;
		height: 78px !important;
		min-width: 78px !important;
	}
	.ico_box_lft .elementor-icon-box-icon svg,
	.ico_box_lft .elementor-icon-box-icon i {
		width: 38px !important;
		height: 38px !important;
		font-size: 38px !important;
	}
	.main_ic_box .elementor-image-box-img img {
		width: 80px !important;
		height: 80px !important;
		max-width: 80px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 19.5px !important;
		margin: 16px 0 14px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 16px !important;
		line-height: 23px !important;
		max-width: 160px !important;
	}
	.edtreat > .main_ic_box,
	.elementor-element-5f1a597 > .main_ic_box {
		padding: 0 15px !important;
	}
	.edtreat,
	.elementor-element-5f1a597 {
		margin-top: 55px !important;
	}
}

/* ---------------------------------------------------------
5. MAX-WIDTH: 1440px
--------------------------------------------------------- */
@media only screen and (max-width: 1440px) {
	.target-section {
		grid-template-columns: 100px minmax(0, 1fr) auto !important;
		column-gap: 25px !important;
		padding: 20px 30px !important;
	}
	.targetsection1 {
		padding: 24px 35px !important;
		margin-left: 15px !important;
	}
	.target {
		width: 95px !important;
		height: 95px !important;
		min-width: 95px !important;
		min-height: 95px !important;
		margin-left: 15px !important;
	}
	.target i {
		font-size: 50px !important;
	}
	.heading {
		padding-left: 25px !important;
	}
	.heading h2 {
		font-size: 21px !important;
		line-height: 24px !important;
	}
	.dfghjkl {
		margin-left: 30px !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 27px !important;
		line-height: 28px !important;
	}
	.meeet_dr_lv_main {
		padding: 38px 40px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 32px !important;
		line-height: 42px !important;
	}
	.cl_bt_meet .elementor-button {
		width: 225px !important;
		height: 64px !important;
		font-size: 16px !important;
	}
	.main_ic_box .elementor-image-box-img img {
		width: 75px !important;
		height: 75px !important;
		max-width: 75px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 19px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 15.5px !important;
		line-height: 22px !important;
		max-width: 155px !important;
	}
	.edtreat > .main_ic_box:not(:last-child)::after,
	.elementor-element-5f1a597 > .main_ic_box:not(:last-child)::after {
		top: 70px !important;
	}
	.edtratment_btn a {
		width: 310px !important;
		height: 64px !important;
		font-size: 16px !important;
	}
	.ico_box_lft {
		margin-left: 30px;
	}
	.btn_main {
		margin-top: 20px;
	}
	.edtratment_btn {
		margin-top: 50px;
	}
}

/* ---------------------------------------------------------
6. MAX-WIDTH: 1367px
--------------------------------------------------------- */
@media only screen and (max-width: 1367px) {
	.target-section {
		grid-template-columns: 90px minmax(0, 1fr) auto !important;
		column-gap: 22px !important;
		padding: 18px 25px !important;
	}
	.targetsection1 {
		padding: 22px 30px !important;
		margin-left: 10px !important;
	}
	.target {
		width: 90px !important;
		height: 90px !important;
		min-width: 90px !important;
		min-height: 90px !important;
		margin-left: 10px !important;
	}
	.target i {
		font-size: 46px !important;
	}
	.heading {
		padding-left: 20px !important;
	}
	.heading h2 {
		font-size: 20px !important;
		line-height: 23px !important;
	}
	.text p {
		font-size: 15.5px !important;
		line-height: 20px !important;
	}
	.book-button a {
		padding: 9px 24px !important;
		font-size: 15px !important;
		min-height: 46px !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 25px !important;
		line-height: 26px !important;
	}
	.meeet_dr_lv_main {
		padding: 35px 35px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.cl_mdl_txt p {
		font-size: 16.5px !important;
		line-height: 25px !important;
	}
	.ico_box_lft .elementor-icon-box-icon .elementor-icon {
		width: 74px !important;
		height: 74px !important;
		min-width: 74px !important;
	}
	.main_ic_box .elementor-image-box-img img {
		width: 70px !important;
		height: 70px !important;
		max-width: 70px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 18px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 15px !important;
		line-height: 21px !important;
		max-width: 150px !important;
	}
	.edtreat > .main_ic_box,
	.elementor-element-5f1a597 > .main_ic_box {
		padding: 0 12px !important;
	}
	.edtreat,
	.elementor-element-5f1a597 {
		margin-top: 50px !important;
	}
	.edtratment_btn {
		margin-top: 50px !important;
	}
	.ico_box_lft .elementor-icon-box-title {
		font-size: 16.5px;
	}
}

/* ---------------------------------------------------------
7. MAX-WIDTH: 1280px
--------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
	.target-section {
		grid-template-columns: 85px minmax(0, 1fr) auto !important;
		column-gap: 20px !important;
		padding: 16px 20px !important;
	}
	.targetsection1 {
		padding: 20px 25px !important;
		margin-left: 0 !important;
	}
	.target {
		width: 85px !important;
		height: 85px !important;
		min-width: 85px !important;
		min-height: 85px !important;
		margin-left: 0 !important;
	}
	.target i {
		font-size: 44px !important;
	}
	.heading {
		padding-left: 15px !important;
	}
	.dfghjkl {
		margin-left: 20px !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 24px !important;
		line-height: 26px !important;
	}
	.icon1 p, .icon2 p, .icon3 p,
	.time1 p, .time2 p, .time3 p {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.icon1 svg, .icon2 svg, .icon3 svg,
	.time1 i, .time2 i, .time3 i {
		font-size: 26px !important;
	}
	.meeet_dr_lv_main {
		padding: 32px 30px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 29px !important;
		line-height: 38px !important;
	}
	.cl_bt_meet .elementor-button {
		width: 215px !important;
		height: 60px !important;
		padding: 0 55px 0 18px !important;
		font-size: 15px !important;
	}
	.cl_bt_meet .elementor-button::before {
		width: 34px !important;
		height: 34px !important;
		right: 14px !important;
	}
	.cl_bt_meet .elementor-button::after {
		width: 12px !important;
		height: 12px !important;
		right: 26px !important;
	}
	.ico_box_lft .elementor-icon-box-icon .elementor-icon {
		width: 70px !important;
		height: 70px !important;
		min-width: 70px !important;
	}
	.ico_box_lft .elementor-icon-box-icon svg,
	.ico_box_lft .elementor-icon-box-icon i {
		width: 36px !important;
		height: 36px !important;
		font-size: 36px !important;
	}
	.ico_box_lft .elementor-icon-box-title,
	.ico_box_lft h3 {
		font-size: 17px !important;
	}
	.main_ic_box .elementor-image-box-img img {
		width: 65px !important;
		height: 65px !important;
		max-width: 65px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 17.5px !important;
		margin: 14px 0 12px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 14.5px !important;
		line-height: 20px !important;
		max-width: 145px !important;
	}
	.edtreat > .main_ic_box,
	.elementor-element-5f1a597 > .main_ic_box {
		padding: 0 10px !important;
	}
	.edtratment_btn a {
		width: 290px !important;
		height: 60px !important;
		font-size: 15px !important;
		padding: 0 50px 0 18px !important;
	}
	.edtratment_btn a::after {
		width: 34px !important;
		height: 34px !important;
		right: 18px !important;
	}
	.edtratment_btn a::before {
		width: 12px !important;
		height: 12px !important;
		right: 30px !important;
	}
	.meeet_dr_lv_main{
		flex-direction: column !important;
	}
	.mtdr_in_mn{
		width: 100% !important;
	}
	.ico_box_lft{
		width: 100% !important;
	}
	.ico_box_lft .elementor-icon-box-title br {
		display: none !important;
	}
	.ico_box_lft {
		margin-left: 0;
		margin-top: 30px;
	}
	.ico_box_lft {
		gap: 15px !important;
	}
	.meetdr_imag_left{
		width: 40% !important;
	}
	.meeet_dr_lv_main{
		width: 60% !important;
	}
}

/* ---------------------------------------------------------
8. MAX-WIDTH: 1150px
--------------------------------------------------------- */
@media only screen and (max-width: 1150px) {
	.target-section {
		column-gap: 18px !important;
		padding: 15px 18px !important;
	}
	.targetsection1 {
		padding: 18px 20px !important;
	}
	.heading h2 {
		font-size: 19px !important;
		line-height: 22px !important;
	}
	.text p {
		font-size: 15px !important;
		line-height: 20px !important;
	}
	.book-button a {
		padding: 8px 20px !important;
		font-size: 14.5px !important;
		min-height: 44px !important;
	}
	.book-button a svg {
		font-size: 34px !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 23px !important;
		line-height: 24px !important;
	}
	.meeet_dr_lv_main {
		padding: 30px 25px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 28px !important;
		line-height: 36px !important;
	}
	.cl_mdl_txt p {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.main_ic_box .elementor-image-box-img img {
		width: 62px !important;
		height: 62px !important;
		max-width: 62px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 17px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 14px !important;
		line-height: 19px !important;
		max-width: 140px !important;
	}
	.edtreat > .main_ic_box,
	.elementor-element-5f1a597 > .main_ic_box {
		padding: 0 8px !important;
	}
	.edtreat > .main_ic_box:not(:last-child)::after,
	.elementor-element-5f1a597 > .main_ic_box:not(:last-child)::after {
		top: 65px !important;
	}
	.ico_box_lft .elementor-icon-box-wrapper {
		gap: 10px !important;
	}
	.cl_bt_meet .elementor-button-text {
		font-size: 16px !important;
		font-weight: 400 !important;
		line-height: 23px !important;
	}
}

/* ---------------------------------------------------------
9. MAX-WIDTH: 1080px
--------------------------------------------------------- */
@media only screen and (max-width: 1080px) {
	.target-section {
		grid-template-columns: 80px minmax(0, 1fr) auto !important;
		column-gap: 16px !important;
	}
	.target {
		width: 80px !important;
		height: 80px !important;
		min-width: 80px !important;
		min-height: 80px !important;
	}
	.target i {
		font-size: 40px !important;
	}
	.heading {
		padding-left: 10px !important;
	}
	.heading h2 {
		font-size: 18.5px !important;
	}
	.dfghjkl {
		margin-left: 15px !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 22px !important;
		line-height: 23px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 27px !important;
		line-height: 35px !important;
	}
	.cl_bt_meet .elementor-button {
		width: 205px !important;
		height: 56px !important;
		font-size: 14.5px !important;
	}
	.ico_box_lft .elementor-icon-box-icon .elementor-icon {
		width: 66px !important;
		height: 66px !important;
		min-width: 66px !important;
	}
	.ico_box_lft .elementor-icon-box-icon svg,
	.ico_box_lft .elementor-icon-box-icon i {
		width: 34px !important;
		height: 34px !important;
		font-size: 34px !important;
	}
	.main_ic_box .elementor-image-box-img,
	.main_ic_box .elementor-image-box-img img {
		width: 58px !important;
		height: 58px !important;
		max-width: 58px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 16.5px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 13.5px !important;
		line-height: 18px !important;
		max-width: 135px !important;
	}
	.edtreat > .main_ic_box,
	.elementor-element-5f1a597 > .main_ic_box {
		padding: 0 6px !important;
	}
}

/* ---------------------------------------------------------
10. MAX-WIDTH: 1024px
--------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
	.target-section {
		padding: 16px 18px !important;
		column-gap: 15px !important;
	}
	.targetsection1 {
		padding: 16px 18px !important;
	}
	.heading h2 {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.text p {
		font-size: 14.5px !important;
		line-height: 19px !important;
	}
	.book-button a {
		padding: 8px 18px !important;
		font-size: 14px !important;
		min-height: 42px !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 21px !important;
		line-height: 22px !important;
	}
	.icon1 p, .icon2 p, .icon3 p,
	.time1 p, .time2 p, .time3 p {
		font-size: 15px !important;
		line-height: 20px !important;
	}
	.meeet_dr_lv_main {
		padding: 28px 20px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 26px !important;
		line-height: 34px !important;
	}
	.cl_mdl_txt p {
		font-size: 15.5px !important;
		line-height: 23px !important;
	}
	.ico_box_lft .elementor-icon-box-title,
	.ico_box_lft h3 {
		font-size: 16px !important;
	}
	.edtreat,
	.elementor-element-5f1a597 {
		margin-top: 45px !important;
	}
	.edtreat > .main_ic_box,
	.elementor-element-5f1a597 > .main_ic_box {
		padding: 0 5px !important;
	}
	.main_ic_box .elementor-image-box-img,
	.main_ic_box .elementor-image-box-img img {
		width: 55px !important;
		height: 55px !important;
		max-width: 55px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 16px !important;
		margin: 12px 0 10px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 13px !important;
		line-height: 18px !important;
		max-width: 130px !important;
	}
	.edtreat > .main_ic_box:not(:last-child)::after,
	.elementor-element-5f1a597 > .main_ic_box:not(:last-child)::after {
		top: 55px !important;
		bottom: 0 !important;
	}
	.edtratment_btn a {
		width: 275px !important;
		height: 56px !important;
		font-size: 14.5px !important;
	}
	.ico_box_lft {
		gap: 10px !important;
	}

	.edtratment_btn {
		margin-top: 35px !important;
	}
}

/* ---------------------------------------------------------
11. MAX-WIDTH: 991px
--------------------------------------------------------- */
@media only screen and (max-width: 991px) {
	.target-section {
		grid-template-columns: 75px minmax(0, 1fr) auto !important;
		column-gap: 15px !important;
		padding: 15px !important;
	}
	.target {
		width: 75px !important;
		height: 75px !important;
		min-width: 75px !important;
		min-height: 75px !important;
	}
	.target i {
		font-size: 38px !important;
	}
	.heading {
		padding-left: 0 !important;
	}
	.heading h2 {
		font-size: 17.5px !important;
		line-height: 21px !important;
	}
	.text p {
		font-size: 14px !important;
		line-height: 19px !important;
	}
	.book-button a {
		padding: 7px 16px !important;
		font-size: 13.5px !important;
		min-height: 40px !important;
	}
	.book-button a svg {
		font-size: 30px !important;
	}
	.dfghjkl {
		margin-left: 10px !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 20px !important;
		line-height: 22px !important;
	}
	.meeet_dr_lv_main {
		padding: 25px 18px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 25px !important;
		line-height: 33px !important;
	}
	.cl_bt_meet .elementor-button {
		width: 195px !important;
		height: 52px !important;
		font-size: 14px !important;
		padding: 0 48px 0 15px !important;
	}
	.cl_bt_meet .elementor-button::before {
		width: 30px !important;
		height: 30px !important;
		right: 12px !important;
	}
	.cl_bt_meet .elementor-button::after {
		width: 10px !important;
		height: 10px !important;
		right: 22px !important;
	}
	.ico_box_lft .elementor-icon-box-icon .elementor-icon {
		width: 62px !important;
		height: 62px !important;
		min-width: 62px !important;
	}
	.ico_box_lft .elementor-icon-box-icon svg,
	.ico_box_lft .elementor-icon-box-icon i {
		width: 32px !important;
		height: 32px !important;
		font-size: 32px !important;
	}
	/* Wrap treatments to 3 columns on tablet */
	.edtreat,
	.elementor-element-5f1a597 {
		flex-wrap: wrap !important;
		justify-content: center !important;
		row-gap: 25px !important;
	}
	.edtreat > .main_ic_box,
	.elementor-element-5f1a597 > .main_ic_box {
		width: 33.333% !important;
		flex: 0 0 33.333% !important;
		padding: 15px 10px !important;
	}
	.edtreat > .main_ic_box:not(:last-child)::after,
	.elementor-element-5f1a597 > .main_ic_box:not(:last-child)::after {
		display: none !important;
	}
	.main_ic_box .elementor-image-box-img,
	.main_ic_box .elementor-image-box-img img {
		width: 60px !important;
		height: 60px !important;
		max-width: 60px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 17px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 14px !important;
		line-height: 19px !important;
		max-width: 170px !important;
	}
	.edtratment_btn {
		margin-top: 40px !important;
	}
}

/* ---------------------------------------------------------
12. MAX-WIDTH: 767px
--------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	/* Stack Target Section on Mobile */
	.target-section {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		row-gap: 15px !important;
		column-gap: 0 !important;
		padding: 20px 15px !important;
	}
	.targetsection1 {
		padding: 20px 15px !important;
		margin-left: 0 !important;
		margin-bottom: 20px !important;
	}
	.target {
		margin: 0 auto 10px !important;
		width: 75px !important;
		height: 75px !important;
		min-width: 75px !important;
		min-height: 75px !important;
	}
	.target i {
		font-size: 38px !important;
	}
	.heading {
		padding-left: 0 !important;
		margin: 0 !important;
		text-align: center !important;
	}
	.heading h2 {
		text-align: center !important;
		font-size: 19px !important;
		line-height: 24px !important;
	}
	.text {
		margin: 5px 0 0 0 !important;
		text-align: center !important;
	}
	.text p {
		text-align: center !important;
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.book-button {
		width: 100% !important;
		text-align: center !important;
		margin-top: 10px !important;
	}
	.book-button a {
		width: auto !important;
		min-width: 200px !important;
		padding: 10px 24px !important;
		font-size: 14px !important;
	}
	.dfghjkl {
		margin-left: 0 !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 19px !important;
		line-height: 22px !important;
	}
	.icon1 p, .icon2 p, .icon3 p,
	.time1 p, .time2 p, .time3 p {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.icon1 svg, .icon2 svg, .icon3 svg,
	.time1 i, .time2 i, .time3 i {
		font-size: 24px !important;
	}
	.meeet_dr_lv_main {
		padding: 25px 15px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 24px !important;
		line-height: 32px !important;
		text-align: center;
	}
	.cl_mdl_txt p {
		font-size: 15px !important;
		line-height: 22px !important;
		text-align: center;
	}
	.txt_col p {
		text-align: center;
	}
	.cl_bt_meet .elementor-button {
		margin: 0 auto !important;
		width: 210px !important;
		height: 52px !important;
		font-size: 14px !important;
	}
	.btn_main {
		text-align: center !important;
		margin-top: 20px !important;
	}
	.ico_box_lft {
		gap: 18px !important;
		justify-content: center !important;
	}
	.ico_box_lft .elementor-icon-box-wrapper {
		gap: 15px !important;
	}
	.ico_box_lft .elementor-icon-box-icon {
		width: 62px !important;
		min-width: 62px !important;
		height: 62px !important;
	}

	.ico_box_lft .elementor-icon-box-icon .elementor-icon {
		width: 62px !important;
		height: 62px !important;
		min-width: 62px !important;
		max-width: 62px !important;
		max-height: 62px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		border: 2px solid #b9dce3;
		border-radius: 50%;
	}
	.ico_box_lft .elementor-icon-box-icon svg,
	.ico_box_lft .elementor-icon-box-icon i {
		width: 30px !important;
		height: 30px !important;
		font-size: 30px !important;
	}
	.ico_box_lft .elementor-icon-box-title,
	.ico_box_lft h3 {
		font-size: 15.5px !important;
	}
	/* 2 Columns on Mobile */
	.edtreat,
	.elementor-element-5f1a597 {
		flex-wrap: wrap !important;
		align-items: stretch !important;
		margin-top: 35px !important;
	}
	.edtreat > .main_ic_box,
	.elementor-element-5f1a597 > .main_ic_box {
		width: 50% !important;
		flex: 0 0 50% !important;
		padding: 15px 10px !important;
	}
	.edtreat > .main_ic_box::after,
	.elementor-element-5f1a597 > .main_ic_box::after {
		display: none !important;
	}
	.main_ic_box .elementor-image-box-img,
	.main_ic_box .elementor-image-box-img img {
		width: 56px !important;
		height: 56px !important;
		max-width: 56px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 16px !important;
		margin: 10px 0 8px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 13.5px !important;
		line-height: 18px !important;
		max-width: 180px !important;
	}
	.edtratment_btn {
		margin-top: 35px !important;
	}
	.edtratment_btn a {
		width: 100% !important;
		max-width: 300px !important;
		height: 56px !important;
		font-size: 14.5px !important;
	}
	.meetdr_imag_left {
		width: 100% !important;
	}
	.meeet_dr_lv_main {
		width: 100% !important;
	}
}

/* ---------------------------------------------------------
13. MAX-WIDTH: 600px
--------------------------------------------------------- */
@media only screen and (max-width: 600px) {
	.target-section {
		padding: 18px 12px !important;
	}
	.target {
		width: 70px !important;
		height: 70px !important;
		min-width: 70px !important;
		min-height: 70px !important;
	}
	.target i {
		font-size: 34px !important;
	}
	.heading h2 {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.text p {
		font-size: 13.5px !important;
		line-height: 19px !important;
	}
	.book-button a {
		padding: 9px 20px !important;
		font-size: 13.5px !important;
		min-height: 38px !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 18px !important;
		line-height: 20px !important;
	}
	.meeet_dr_lv_main {
		padding: 22px 12px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 22px !important;
		line-height: 30px !important;
	}
	.cl_mdl_txt p {
		font-size: 14.5px !important;
		line-height: 21px !important;
		margin-bottom: 12px !important;
	}
	.ico_box_lft .elementor-icon-box-icon .elementor-icon {
		width: 56px !important;
		height: 56px !important;
		min-width: 56px !important;
	}
	.ico_box_lft .elementor-icon-box-icon svg,
	.ico_box_lft .elementor-icon-box-icon i {
		width: 28px !important;
		height: 28px !important;
		font-size: 28px !important;
	}
	.main_ic_box .elementor-image-box-img,
	.main_ic_box .elementor-image-box-img img {
		width: 52px !important;
		height: 52px !important;
		max-width: 52px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 15px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 13px !important;
		line-height: 17px !important;
	}
	.edtratment_btn a {
		max-width: 280px !important;
		height: 52px !important;
		font-size: 14px !important;
	}
	.txt_col p {
		margin-top: 10px;
		margin-bottom: 8px;
	}
	.two_ppara {
		margin-top: 5px;
	}
	.ico_box_lft {
		gap: 14px !important;
	}
	.ico_box_lft .elementor-icon-box-icon .elementor-icon {
		max-width: 56px !important;
		max-height: 56px !important;
	}
	.edtreat, .elementor-element-5f1a597 {
		row-gap: 15px !important;
	}
	.edtreat, .elementor-element-5f1a597 {
		margin-top: 25px !important;
	}
	.edtratment_btn {
		margin-top: 25px !important;
	}
}

/* ---------------------------------------------------------
14. MAX-WIDTH: 520px
--------------------------------------------------------- */
@media only screen and (max-width: 520px) {
	.target-section {
		padding: 16px 10px !important;
		border-radius: 12px !important;
	}
	.target {
		width: 65px !important;
		height: 65px !important;
		min-width: 65px !important;
		min-height: 65px !important;
	}
	.target i {
		font-size: 32px !important;
	}
	.heading h2 {
		font-size: 17px !important;
		line-height: 21px !important;
	}
	.text p {
		font-size: 13px !important;
		line-height: 18px !important;
	}
	.book-button a {
		width: 100% !important;
		max-width: 260px !important;
		font-size: 13px !important;
		min-height: 38px !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 17px !important;
		line-height: 19px !important;
	}
	.icon1 p, .icon2 p, .icon3 p,
	.time1 p, .time2 p, .time3 p {
		font-size: 13.5px !important;
		line-height: 18px !important;
	}
	.icon1 svg, .icon2 svg, .icon3 svg,
	.time1 i, .time2 i, .time3 i {
		font-size: 22px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 21px !important;
		line-height: 28px !important;
	}
	.cl_bt_meet .elementor-button {
		width: 100% !important;
		max-width: 240px !important;
		height: 50px !important;
		font-size: 13.5px !important;
	}
	.ico_box_lft .elementor-icon-box-title,
	.ico_box_lft h3 {
		font-size: 14.5px !important;
	}
	.edtreat > .main_ic_box,
	.elementor-element-5f1a597 > .main_ic_box {
		padding: 12px 6px !important;
	}
	.main_ic_box .elementor-image-box-img,
	.main_ic_box .elementor-image-box-img img {
		width: 48px !important;
		height: 48px !important;
		max-width: 48px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 14.5px !important;
	}
	.main_ic_box .elementor-image-box-description {
		font-size: 12.5px !important;
		line-height: 16px !important;
		max-width: 150px !important;
	}
	.edtratment_btn a {
		max-width: 260px !important;
		height: 50px !important;
		font-size: 13.5px !important;
		padding: 0 45px 0 15px !important;
	}
	.edtratment_btn a::after {
		width: 30px !important;
		height: 30px !important;
		right: 14px !important;
	}
	.edtratment_btn a::before {
		width: 10px !important;
		height: 10px !important;
		right: 24px !important;
	}
}

/* ---------------------------------------------------------
15. MAX-WIDTH: 480px
--------------------------------------------------------- */
@media only screen and (max-width: 480px) {
	/* 1 Column for Treatment Boxes on small mobile */
	.edtreat > .main_ic_box, .elementor-element-5f1a597 > .main_ic_box {
		width: 100% !important;
		flex: 0 0 100% !important;
		padding: 10px 0 !important;
	}
	.main_ic_box .elementor-image-box-img,
	.main_ic_box .elementor-image-box-img img {
		width: 55px !important;
		height: 55px !important;
		max-width: 55px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 16px !important;
	}
	.main_ic_box .elementor-image-box-description {
		max-width: 240px !important;
		font-size: 13.5px !important;
		line-height: 19px !important;
	}
	.target-section {
		padding: 15px 10px !important;
	}
	.target {
		width: 60px !important;
		height: 60px !important;
		min-width: 60px !important;
		min-height: 60px !important;
	}
	.target i {
		font-size: 30px !important;
	}
	.heading h2 {
		font-size: 16.5px !important;
		line-height: 20px !important;
	}
	.text p {
		font-size: 13px !important;
		line-height: 18px !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 16px !important;
		line-height: 18px !important;
	}
	.meeet_dr_lv_main {
		padding: 20px 10px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	.cl_mdl_txt p {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.cl_bt_meet .elementor-button {
		width: 100% !important;
		max-width: 230px !important;
		height: 48px !important;
		font-size: 13px !important;
	}
	.cl_bt_meet .elementor-button::before {
		width: 28px !important;
		height: 28px !important;
		right: 10px !important;
	}
	.cl_bt_meet .elementor-button::after {
		width: 9px !important;
		height: 9px !important;
		right: 19px !important;
	}
	.ico_box_lft .elementor-icon-box-icon .elementor-icon {
		width: 52px !important;
		height: 52px !important;
		min-width: 52px !important;
	}
	.ico_box_lft .elementor-icon-box-icon svg,
	.ico_box_lft .elementor-icon-box-icon i {
		width: 26px !important;
		height: 26px !important;
		font-size: 26px !important;
	}
	.ico_box_lft .elementor-icon-box-title,
	.ico_box_lft h3 {
		font-size: 14px !important;
	}
	.edtratment_btn a {
		max-width: 240px !important;
		height: 48px !important;
		font-size: 13px !important;
	}
	.ico_box_lft .elementor-icon-box-icon {
		width: 55px !important;
		min-width: 55px !important;
		height: 55px !important;
	}
}

/* ---------------------------------------------------------
16. MAX-WIDTH: 420px
--------------------------------------------------------- */
@media only screen and (max-width: 420px) {
	.target-section {
		padding: 14px 8px !important;
	}
	.target {
		width: 55px !important;
		height: 55px !important;
		min-width: 55px !important;
		min-height: 55px !important;
	}
	.target i {
		font-size: 28px !important;
	}
	.heading h2 {
		font-size: 15.5px !important;
		line-height: 19px !important;
	}
	.text p {
		font-size: 12.5px !important;
		line-height: 17px !important;
	}
	.book-button a {
		font-size: 12.5px !important;
		min-height: 36px !important;
		padding: 7px 16px !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 15px !important;
		line-height: 18px !important;
	}
	.icon1 p, .icon2 p, .icon3 p,
	.time1 p, .time2 p, .time3 p {
		font-size: 13px !important;
		line-height: 17px !important;
	}
	.meeet_dr_lv_main {
		padding: 18px 8px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 19px !important;
		line-height: 25px !important;
	}
	.cl_mdl_txt p {
		font-size: 13.5px !important;
		line-height: 19px !important;
	}
	.cl_bt_meet .elementor-button {
		max-width: 220px !important;
		height: 46px !important;
		font-size: 12.5px !important;
	}
	.ico_box_lft .elementor-icon-box-icon .elementor-icon {
		width: 48px !important;
		height: 48px !important;
		min-width: 48px !important;
	}
	.ico_box_lft .elementor-icon-box-icon svg,
	.ico_box_lft .elementor-icon-box-icon i {
		width: 24px !important;
		height: 24px !important;
		font-size: 24px !important;
	}
	.ico_box_lft .elementor-icon-box-title,
	.ico_box_lft h3 {
		font-size: 13.5px !important;
	}
	.main_ic_box .elementor-image-box-img,
	.main_ic_box .elementor-image-box-img img {
		width: 50px !important;
		height: 50px !important;
		max-width: 50px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 15px !important;
	}
	.main_ic_box .elementor-image-box-description {
		max-width: 220px !important;
		font-size: 13px !important;
		line-height: 18px !important;
	}
	.edtratment_btn a {
		max-width: 230px !important;
		height: 46px !important;
		font-size: 12.5px !important;
	}
	.cl_bt_meet .elementor-button-text {
		font-size: 14px !important;
		line-height: 20px !important;
	}
}

/* ---------------------------------------------------------
17. MAX-WIDTH: 360px
--------------------------------------------------------- */
@media only screen and (max-width: 360px) {
	.target-section {
		padding: 12px 6px !important;
		border-radius: 10px !important;
	}
	.target {
		width: 50px !important;
		height: 50px !important;
		min-width: 50px !important;
		min-height: 50px !important;
	}
	.target i {
		font-size: 25px !important;
	}
	.heading h2 {
		font-size: 14.5px !important;
		line-height: 18px !important;
	}
	.text p {
		font-size: 12px !important;
		line-height: 16px !important;
	}
	.book-button a {
		font-size: 12px !important;
		min-height: 34px !important;
		padding: 6px 14px !important;
	}
	.book-button a svg {
		font-size: 24px !important;
	}
	.locationheading h2,
	.subheading h2,
	.businessheading h2 {
		font-size: 14px !important;
		line-height: 16px !important;
	}
	.icon1 p, .icon2 p, .icon3 p,
	.time1 p, .time2 p, .time3 p {
		font-size: 12px !important;
		line-height: 16px !important;
	}
	.icon1 svg, .icon2 svg, .icon3 svg,
	.time1 i, .time2 i, .time3 i {
		font-size: 20px !important;
	}
	.meeet_dr_lv_main {
		padding: 15px 6px !important;
	}
	.cl_mdl_txt h2 {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	.cl_mdl_txt p {
		font-size: 12.5px !important;
		line-height: 17px !important;
	}
	.cl_bt_meet .elementor-button {
		max-width: 205px !important;
		height: 44px !important;
		font-size: 12px !important;
		padding: 0 40px 0 12px !important;
	}
	.cl_bt_meet .elementor-button::before {
		width: 26px !important;
		height: 26px !important;
		right: 8px !important;
	}
	.cl_bt_meet .elementor-button::after {
		width: 8px !important;
		height: 8px !important;
		right: 16px !important;
	}
	.ico_box_lft .elementor-icon-box-wrapper {
		gap: 10px !important;
	}
	.ico_box_lft .elementor-icon-box-icon .elementor-icon {
		width: 44px !important;
		height: 44px !important;
		min-width: 44px !important;
	}
	.ico_box_lft .elementor-icon-box-icon svg,
	.ico_box_lft .elementor-icon-box-icon i {
		width: 22px !important;
		height: 22px !important;
		font-size: 22px !important;
	}
	.ico_box_lft .elementor-icon-box-title,
	.ico_box_lft h3 {
		font-size: 12.5px !important;
	}
	.main_ic_box .elementor-image-box-img,
	.main_ic_box .elementor-image-box-img img {
		width: 44px !important;
		height: 44px !important;
		max-width: 44px !important;
	}
	.main_ic_box .elementor-image-box-title {
		font-size: 14px !important;
		margin: 8px 0 6px !important;
	}
	.main_ic_box .elementor-image-box-description {
		max-width: 200px !important;
		font-size: 12px !important;
		line-height: 16px !important;
	}
	.edtreat,
	.elementor-element-5f1a597 {
		margin-top: 25px !important;
	}
	.edtratment_btn {
		margin-top: 25px !important;
	}
	.edtratment_btn a {
		max-width: 215px !important;
		height: 44px !important;
		font-size: 12px !important;
		padding: 0 40px 0 12px !important;
	}
	.edtratment_btn a::after {
		width: 26px !important;
		height: 26px !important;
		right: 10px !important;
	}
	.edtratment_btn a::before {
		width: 8px !important;
		height: 8px !important;
		right: 18px !important;
	}
}

/* Pravat Senapati */


.doctor-container {
	padding-top: 25px;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	background-image: url(https://transformityhealth.com/wp-content/uploads/2026/08/bgimage.jpeg);
	background-size: 47%;
	background-position: right center;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 29px;
}
.margin_left_65 {
	margin-left: 65px;
}

.doctor-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		to right,
		#ffffff 0%,
		#ffffff 55%,
		rgba(255, 255, 255, 0.98) 60%,
		rgba(255, 255, 255, 0.92) 65%,
		rgba(255, 255, 255, 0.78) 70%,
		rgba(255, 255, 255, 0.55) 75%,
		rgba(255, 255, 255, 0.30) 80%,
		rgba(255, 255, 255, 0.12) 87%,
		rgba(255, 255, 255, 0.03) 94%,
		rgba(255, 255, 255, 0) 100%
	);
}

.doctor-content {
	position: relative;
	z-index: 2;
	max-width: 900px;
}
.doctor-content h2 span {
	color: #956de2;
}

.doctor-content h4{
	font-size: 21px;
	font-weight: 800;
	color: #000000;
	font-family: "Manrope", sans-serif !important;
}
.para_fertility p {
	font-family: "Manrope", sans-serif !important;
}
.fertility_h3 h3{
	font-family: "Manrope", sans-serif !important;
	font-size: 20px;
	font-weight: 800;
	color: #24262d;
}

.tag_line {
	font-family: "Manrope", sans-serif !important;
	margin-top: -20px;
}

.tag_line .science {
	color: #935fff;
	font-weight: 900;
}

.tag_line .experience {
	color: #71c031;
	font-weight: 900;
}
.tag_line .personal {
	color: #b66665;
	font-weight: 900;
}

.doctor-bottom {
	font-family: "Manrope", sans-serif !important;
}
.meet-btn a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 222px;
	height: 70px;
	padding: 0 20px 0 35px;
	background: #4d287b !important;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	border-radius: 10px;
	transition: 0.3s ease;
	margin-left: 20px;
	border-radius: 13px !important;
}
.margin_up {
	margin-top: -26px;
}

.margin_up_17 {
	margin-top: -17px;
}

.meet-btn a span {
	gap: 28px !important;
	margin-left: 12px;
}

.doctor-bottom .unorder_list ul {
	font-size: 18px !important;
	line-height: 24px !important;
	color: #232325 !important;
	font-weight: 400 !important;
	font-family: "Inter", sans-serif !important;
}

.doctor-bottom .unorder_list ul li:not(:last-child) {
	margin-bottom: 9px;
}

@media only screen and (max-width: 1680px) {
	.doctor-bottom .unorder_list ul {
		font-size: 17px !important; 
	}
	.fbgvbgn h2 {
		font-size: 38px !important;
	}
	.doctor-content h4 {
		font-size: 19px !important; 
	}
	.fertility_h3 h3 {
		font-size: 18px !important; 
	}
}

@media only screen and (max-width: 1440px) {
	.doctor-bottom .unorder_list ul {
		font-size: 16px !important; 
	}
	.fbgvbgn h2 {
		font-size: 36px !important;
	}
	.doctor-content h4 {
		font-size: 17px !important; 
	}
	.fertility_h3 h3 {
		font-size: 16px !important; 
	}
}
@media only screen and (max-width: 1280px) {
	.doctor-bottom .unorder_list ul {
		font-size: 15px !important; 
	}
	.fbgvbgn h2 {
		font-size: 34px !important;
	}
	.doctor-content h4 {
		font-size: 15px !important; 
	}
	.fertility_h3 h3 {
		font-size: 14px !important; 
	}
}
@media only screen and (max-width: 1024px) {
	.doctor-bottom .unorder_list ul {
		font-size: 14px !important; 
	}
	.fbgvbgn h2 {
		font-size: 32px !important;
	}
	.doctor-content h4 {
		font-size: 13px !important; 
	}
	.fertility_h3 h3 {
		font-size: 12px !important; 
	}

	.meet-btn .elementor-button-icon svg {
		width: 0.7em;
	}

}

@media only screen and (max-width: 600px) {   
	.doctor-section {
		background-size: 100%;
	}
	.doctor-container {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.doctor-container {
		background-size: cover;
		background-position: right center;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 420px) {
	.doctor-section {
		background-size: cover;
	}
}
@media only screen and (max-width: 660px) {
	.doctor-section {
		background-size: cover;
	}
}

@media only screen and (max-width: 492px) {
	.doctor-bottom .margin_top_10 {
		margin-top: -10px;
	}
}

@media only screen and (max-width: 766px) {
	.margin_left_65 {
		margin-left: 0px;
	}
}

766
