@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: "Arima", system-ui;
  	font-optical-sizing: auto;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  	width: 8px;
	background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  	background-color: #c1c1c1;
	border: 1px solid #fff;
}
::-moz-selection {
 	color: #fff;
 	background: #6B2466;
}
::selection {
	color: #fff;
	background: #6B2466;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #888;
	opacity: 1 !important;
	font-size: 15px;
}
::-webkit-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
::-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-ms-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #2d2d2d !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
	outline: none !important;
	box-shadow: none !important;
	font-size: 14px !important;
	color: #666666;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
	font-size: 15px;
	color: #999;
}
.form-floating>.form-control:focus~label {
	color: #2d2d2d;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after{
	background-color: #fff;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 600;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #6B2466;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
	cursor: pointer;
}
@keyframes fadeIn {
  	0% { opacity: 0; }
  	100% { opacity: 1; }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {left: 125%}
}
@keyframes shine {
    100% {left: 125%}
}
.nothing_display {
	width: 100%;
    padding: 50px 0;
    background: #fff;
    float: left;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #6B2466;
}
.hash_anchor {
	 scroll-margin-top: 200px;
}
.goog-te-gadget {
    color: transparent !important;
}
.goog-te-gadget .goog-te-combo {
    padding: 0px 10px;
}
.goog-te-gadget span {
    display:none !important;
}
/************************* social_media *************************/
.social_media a {
	width: 40px;
    height: 40px;
	display: inline-flex;
	color: #252525;
	margin: 0 20px 0 0;
	text-align: center;
	align-items: center;
    justify-content: center;
	border-radius: 6px
}
.social_media a.fb:hover, .social_media a.fb:focus {
	background: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
	background: #000;
}
.social_media a.im:hover, .social_media a.im:focus {
	background: #fb3958;
}
.social_media a.yt:hover, .social_media a.yt:focus {
	background: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
	background: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
	background: #0067ff;
}
.social_media a.wa:hover, .social_media a.wa:focus {
	background: #34af23;
}
/************************* header *************************/
.menu_bg {
	float: left;
	position: absolute;
}
.s_menu_bg {
	height: 50px;
	background: #fff;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	animation: fadeIn 2s ease-in-out;
}
.menu_bg .logo {
	border-radius: 0px 0px 30px 30px;
	padding: 10px 25px;
}
.menu_bg .logo img {
	width: 180px;
}
.s_menu_bg .logo {
	padding: 2px 10px;
	border-radius: 0;
}
.s_menu_bg .logo img {
	width: 130px;
}
.s_menu_bg .offcanvas-body {
	justify-content: end;
}
.s_menu_bg .navbar-nav > li > a {
	color: #2d2d2d !important;
	padding: 8px 20px !important;
}
.s_menu_bg .navbar-nav > li.active > a, .s_menu_bg .navbar-nav > li > a:hover, .s_menu_bg .navbar-nav > li > a:focus, .s_menu_bg .navbar-nav .nav-link.active, .s_menu_bg .navbar-nav .show>.nav-link {
	background: #6B2466;
	color: #fff !important;
}
.s_menu_bg #google_translate_element {
    display: none;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}
.navbar .has-megamenu {
	position: static!important;
}
.navbar .megamenu {
	padding: 1rem;
	left: auto !important;
	width: 650px !important;
	max-width: 650px !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
	text-align: center;
	padding: 8px 0;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
	top: auto;
	margin-top: 8px;
}
.navbar {
	width: 100%;
	float: left;
	padding: 0;
}
.navbar-nav > li > a {
    color: #6B2466;
    display: block;
    position: relative;
    padding: 10px 25px 7px 25px !important;
    font-size: 16px;
    font-weight: 700;
	background: #fff;
    border-radius: 30px;
    margin: 0 0 0 20px;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
	background: #6B2466;
	color: #fff;
}
.dropdown-item {
    width: auto;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0 !important;
	padding: 8px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
	background-color: #6B2466 !important;
    color: #fff !important;
}
.dropdown-menu {
	animation: fadeIn 1s;
	padding: 0;
}
.menu_icon {
    width: 42px;
	float: right;
	display: none;
	border: none;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
}
.menu_icon > span {
	height: 2px;
	float: left;
  	background: #fff;
  	margin: 3px 0;
}
.menu_icon:hover span {
	width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
	border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.nav-link, .dropdown-item {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.s_menu_bg  .menu_icon > span {
  	background: #6B2466;
}
.s_menu_bg  .menu_icon {
    width: 32px;
  	background-color: transparent;
	padding: 0;
}
/***************************** btn *****************************/
.send_btn {
	font-weight: 600;
	font-size: 16px;
    padding: 12px 30px;
	background-color: #6B2466;
	color: #FDF5FE;
	border-radius: 30px;
	border: 1px solid #6B2466;
}
.send_btn:hover {
	background-color: #fff;
	border: 1px solid #6B2466;
	color: #6B2466;
}
.back_btn {
	margin: 48px 0 16px 0;
}
/***************************** Banner *****************************/
.banner {
	width: 100%;
	float: left;
	position: relative;
}
.banner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 0 5%;
	display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(0, 0, 0, 0);
}
.banner_text span {
	width: 45%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_text span h2 {
    font-size: 48px;
    font-weight: 700;
	color: #460C42;
}
.banner_text span h4 {
    font-size: 16px;
	color: #460C42;
	font-weight: 700;
	line-height: 26px;
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
.carousel-indicators li {
	cursor: pointer;
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.banner_btm {
    width: 100%;
    z-index: 9;
    bottom: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
}
.banner_contact a {
	color: #FDF5FE;
	font-weight: 400;
	font-size: 18px;
}
.banner_contact a img {
	height: 35px !important;
    padding: 6px;
	border-radius: 6px;
}
.banner_contact a:hover img {
	background: #EA87EB;
}
/***************************** hm_treatments *****************************/
.hm_section {
	width: 100%;
	float: left;
	background-image: linear-gradient(to bottom, #DE6AD5 50%, #FFF1FE 100%);
}
.hm_treatments_text {
	position: absolute;
    padding-top: 50px;
    left: 0%;
    right: 0%;
	z-index: 1;
}
.hm_treatments h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #460C42;
}
.hm_treatments h2 {
    font-size: 36px;
    font-weight: 700;
    color: #460C42;
}
/***************************** welcome *****************************/
.welcome {
	width: 100%;
	float: left;
	padding: 150px 0;
	background: url("../images/welcome_bg.svg") no-repeat;
	background-position: 100% 100%;
}
.welcome h1 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #460C42;
}
.welcome h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #460C42;
}
.welcome h4 {
	font-size: 16px;
    font-weight: 600;
    color: #6B2466;
	line-height: 26px;
    text-align: justify;
}
.welcome_img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
/***************************** hm_mission_vision *****************************/
.hm_mission_vision {
	width: 100%;
	float: left;
	padding: 70px 0;
	background: #9F2C9B;
}
.hm_mission_vision h2 {
	font-size: 32px;
    font-weight: 700;
	color: #FBEAFD;
	line-height: 26px;
}
.hm_mission_vision h4 {
	font-size: 16px;
    font-weight: 500;
	color: #F6D5F9;
	line-height: 26px;
	text-align: justify;
}
/***************************** hm_profile *****************************/
.hm_profile {
	width: 100%;
	float: left;
	padding: 120px 0;
	background: #fff url("../images/hm_profile_bg.svg") no-repeat;
	background-position: 100% 0%;
}
.hm_profile h2 {
	width: 100%;
	float: left;
    font-weight: 700;
	font-size: 36px;
	color: #460C42;
}
.hm_profile h3 {
	width: 100%;
	float: left;
    font-weight: 600;
	font-size: 20px;
	color: #6B2466;
}
.hm_profile h3 .vr {
	width: 2px;
}
.hm_profile h4 {
	width: 100%;
	float: left;
    font-weight: 600;
	font-size: 16px;
	color: #460C42;
}
.hm_profile h5 {
    font-weight: 600;
	font-size: 16px;
	color: #6B2466;
	line-height: 26px;
	text-align: justify;
}
.hm_profile_img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
/***************************** hm_media_centre *****************************/
.hm_media_centre {
	width: 100%;
	float: left;
	background-image: linear-gradient(to bottom, #DF6BD6 0%, #FFCCFF 100%);
}
.hm_media_centre_bg {
	width: 100%;
	float: left;
	padding: 60px 0 0 0;
	background: url("../images/media_centre_bg.svg") repeat top center;
}
.hm_media_centre h2 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #460C42;
}
.hm_media_centre h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #460C42;
}
.hm_media_centre h4 {
	width: 100%;
	float: left;
    font-size: 13px;
    font-weight: 600;
    color: #252525;
	line-height: normal;
}
.hm_media_centre h5 {
	width: 100%;
	float: left;
    font-size: 11px;
    font-weight: 400;
    color: #252525;
	line-height: normal;
}
.hm_media_centre .videobtn {
	width: 50px;
}
/***************************** hm_testimonials *****************************/
.hm_testimonials {
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #FECCFF;
}
.hm_testimonials h2 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #460C42;
}
.hm_testimonials h3 {
	width: 100%;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #460C42;
}
.hm_testimonials h4 {
    font-weight: 600;
    font-size: 22px;
    color: #252525;
	text-align: center;
}
.hm_testimonials h5 {
	width: 100%;
	font-size: 12px;
    font-weight: 500;
    color: #252525;
	line-height: normal;
    text-align: justify;
}
.hm_testimonials hr {
	border: 2px solid #F6D5F9;
    opacity: 1;
}
.hm_testimonials_img {
	width: 110px;
}
.hm_testimonials_quotes {
	width: 40px;
}
.hm_testimonials .videobtn {
	width: 20px;
	position: static;
	transform: translate(0, -10%) !important;
}
/***************************** hm_patient_story *****************************/
.hm_patient_story {
	width: 100%;
	float: left;
	padding: 60px 0;
	background-image: linear-gradient(to bottom, #DE6AD5 0%, #FECCFF 100%);
}
.hm_patient_story h2 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #460C42;
}
.hm_patient_story h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #460C42;
}
.hm_patient_story_bg {
    background: #9F2C9B;
}
.hm_patient_story_bg img {
    width: 15px;
    object-fit: contain !important;
}
.hm_patient_story_bg:hover {
	background: #460C42;
}
.hm_patient_story_bg:hover img {
    width: 20px;
}
.hm_patient_story h4 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #FBEAFD;
    line-height: normal;
}
/************************* footer *************************/
.footer_contact {
	width: 90%;
	float: left;
	background: #EA87EB url("../images/footer_contact_bg.svg") no-repeat center center;
    background-size: 100% 1000px;
	border-radius: 10px;
    padding: 55px 0;
	margin: 5%;
}
.footer_contact h2 {
    width: 100%;
    float: left;
    font-size: 48px;
    font-weight: 700;
    color: #460C42;
}
.footer_contact h4 {
	width: 100%;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
.footer {
    width: 100%;
	float: left;
    background: #F2B4F3;
	padding: 50px 0 30px 0;
}
.footer .collapse:not(.show) {
    display: block;
}
.footer .card-header a i {
    width: 22px;
    height: 22px;
    right: 0;
    position: absolute;
    font-size: 12px;
    color: #460C42;
    padding: 4px;
}
.footer .card-header a .fa-plus{
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer .card-header a .fa-minus{
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer h3 {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 20px;
    color: #460C42;
}
.footer h5 {
    font-weight: 500;
    font-size: 16px;
    color: #460C42;
    line-height: 31px;
}
.footer h5 a {
    color: #460C42;
}
.footer h5 a:hover {
	color: #fff;
	text-shadow: 2px 2px 2px #cb7ccc;
}
.footer ul li {
	width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #460C42;
	word-break: break-all;
	list-style: none;
}
.footer ul li a {
	width: 100%;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #460C42;
	word-break: break-all;
	list-style: none;
}
.footer ul li a:hover, .footer ul li .active {
    color: #fff;
	text-shadow: 2px 2px 2px #cb7ccc;
}
.footer .social_media a img {
	filter: invert(100%) sepia(61%) saturate(2474%) hue-rotate(282deg) brightness(103%) contrast(104%);
}
.footer .social_media a:hover img, .footer .social_media a:focus img {
	filter: none;
}
.footer_logo {
	width: 200px;
}
/***************************** copyright *****************************/
.copyright {
	width: 100%;
	float: left;
	padding: 15px 0;
    font-weight: 500;
    font-size: 14px;
	background: #F2B4F3;
    color: #460C42;
    line-height: 24px;
	text-align: center;
}
.copyright i {
	font-size: 12px;
}
.copyright a {
    color: #460C42;
	text-decoration: underline;
}
.copyright a:hover, .copyright a.active {
    color: #fff;
	text-shadow: 2px 2px 2px #cb7ccc;
}
/***************************** inner_banner *****************************/
.inner_banner {
	width: 100%;
	float: left;
}
.innerbanner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	flex-wrap: wrap;
	background: rgba(0, 0, 0, 0.1);
}
.breadcrumb-item {
	color: #fff !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	font-size: 15px;
    font-weight: 600;
}
.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	font-size: 15px;
    font-weight: 600;
}
/***************************** about_us *****************************/
.about_us {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #FECCFF;
}
.about_us h1 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #460C42;
}
.about_us h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #460C42;
}
.about_us h4 {
	font-size: 16px;
    font-weight: 600;
    color: #000;
	line-height: 26px;
    text-align: justify;
}
.about_us_img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.about_mission_vision {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #9F2C9B;
}
.about_mission_vision h2 {
	font-size: 32px;
    font-weight: 700;
	color: #FBEAFD;
	line-height: 26px;
}
.about_mission_vision h4 {
	font-size: 16px;
    font-weight: 500;
	color: #F6D5F9;
	line-height: 26px;
	text-align: justify;
}
.about_profile {
	width: 100%;
	float: left;
	padding: 60px 0;
	background: #FECCFF;
}
.about_profile h2 {
	width: 100%;
	float: left;
    font-weight: 700;
	font-size: 36px;
	color: #460C42;
}
.about_profile h3 {
	width: 100%;
	float: left;
    font-weight: 600;
	font-size: 20px;
	color: #460C42;
}
.about_profile h3 .vr {
	width: 2px;
}
.about_profile h4 {
	width: 100%;
	float: left;
    font-weight: 600;
	font-size: 16px;
	color: #460C42;
}
.about_profile h5 {
    font-weight: 600;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	text-align: justify;
}
.about_profile_img {
	width: 300px;
}
/***************************** treatments *****************************/
.treatments {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #FECCFF;
}
.treatments h1 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #460C42;
}
.treatments h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #460C42;
}
.treatments h2 {
	width: 100%;
    float: left;
    font-size: 30px;
    font-weight: 700;
    color: #460C42;
    line-height: 28px;
}
.treatments h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    text-align: justify;
}
/***************************** treatments_list *****************************/
.treatments_list {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #FECCFF;
}
.treatments_list h1 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #460C42;
}
.treatments_list h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #460C42;
}
.treatments_list h2 {
	width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #FBEAFD;
    line-height: normal;
}
.treatments_list_bg {
	background: #9F2C9B;
}
.treatments_list_bg img {
    width: 15px;
}
.treatments_list_bg:hover {
	background: #460C42;
}
.treatments_list_bg:hover img {
    width: 20px;
}
/***************************** treatments_details *****************************/
.treatments_details {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #FECCFF;
}
.treatments_details h1 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #460C42;
}
.treatments_details h2 {
	width: 100%;
    float: left;
    font-size: 30px;
    font-weight: 700;
    color: #460C42;
    line-height: 28px;
}
.treatments_details h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #460C42;
}
.treatments_details_img {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.treatments_details h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    text-align: justify;
}
.treatments_details h5 {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 28px;
}
.treatments_details ol li, .treatments_details ul li {
	font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    text-align: justify;
}
.treatments_details ul li {
	list-style: none;
}
.treatments_details ul li:before {
	width: 20px;
    margin-left: -17px;
    content: "\2756";
    color: #000;
    font-size: 16px;
    font-weight: 600;
	display: inline-block;
}
/***************************** patient_story *****************************/
.patient_story {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #FECCFF;
}
.patient_story h1 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #460C42;
}
.patient_story_swiper h2 {
    font-size: 32px;
    font-weight: 700;
    color: #FBEAFD;
    line-height: 26px;
}
.patient_story h4 {
	width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #FBEAFD;
    line-height: normal;
}
.patient_story h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #460C42;
}
.patient_story h5 {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    line-height: normal;
}
.patient_story h6, .patient_story ul li {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
}
.patient_story_list_bg {
	background: #9F2C9B;
}
.patient_story_list_bg img {
    width: 15px;
}
.patient_story_list_bg:hover {
	background: #460C42;
}
.patient_story_list_bg:hover img {
    width: 20px;
}
.patient_story ul li {
	list-style: none;
}
.patient_story ul li:before {
	width: 20px;
    margin-left: -17px;
    content: "\2756";
    color: #6B2466;
    font-size: 16px;
    font-weight: 600;
	display: inline-block;
}
.patient_story_swiper {
	width: 100%;
	float: left;
	padding: 50px 0 40px 0;
	background: #9F2C9B;
}
.patient_story_swiper a {
	cursor: pointer;
}
.patient_story_swiper a img {
	height: 200px !important;
}
/***************************** media_centre *****************************/
.media_centre {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #FECCFF;
}
.media_centre h1 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #460C42;
}
.media_centre h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #460C42;
}
.media_centre h4 {
	width: 100%;
	float: left;
    font-size: 20px;
    font-weight: 700;
    color: #460C42;
	line-height: 28px;
}
.media_centre h5 {
	width: 100%;
	float: left;
    font-size: 14px;
    font-weight: 600;
    color: #000;
	line-height: normal;
}
.media_centre .videobtn {
	width: 50px;
}
/***************************** media_centre_details *****************************/
.media_centre_details {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #FECCFF;
}
.media_centre_details_title h1 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
.media_centre_details_title h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #000;
}
.media_content {
	width: 100%;
    float: left;
    color: #000;
    line-height: 32px;
}
.media_content ol, .media_content ul {
    padding-left: 16px;
}
.media_content p, .media_content ol li, .media_content ul li {
	width: 100%;
    float: left;
	font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    text-align: justify;
}
/***************************** blogs *****************************/
.blogs {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #FECCFF;
}
.blogs h1 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
.blogs h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #000;
}
.blogs h4 {
	width: 100%;
	float: left;
    font-size: 20px;
    font-weight: 700;
    color: #000;
	line-height: 28px;
}
.blogs h5 {
	width: 100%;
	float: left;
    font-size: 14px;
    font-weight: 600;
    color: #000;
	line-height: normal;
}
.blogs a {
	float: left;
    font-size: 14px;
    font-weight: 700;
    color: #460C42;
}
.blogs a:hover {
	color: #fff;
	text-shadow: 2px 2px 2px #cb7ccc;
}
/***************************** blog_details *****************************/
.blog_details {
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #FECCFF;
}
.blog_details_title h1 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
.blog_details_title h3 {
	width: 100%;
	float: left;
    font-weight: 500;
	font-size: 16px;
	color: #000;
}
.blog_content h4 {
	width: 100%;
    float: left;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    line-height: 32px;
}
.blog_content h5 {
	width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 28px;
}
.blog_content p, .blog_content ol li, .blog_content ul li {
    float: left;
	font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    text-align: justify;
}
.blog_content ul li {
	list-style: none;
}
.blog_content ul li:before {
	width: 20px;
    margin-left: -17px;
    content: "\2756";
    color: #6B2466;
    font-size: 16px;
    font-weight: 600;
	display: inline-block;
}
.blog_date {
	float: left;
    font-size: 14px;
    font-weight: 600;
    color: #6B2466;
    line-height: 26px;
}
.recent_blogs {
	position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.recent_blogs h3 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #460C42;
}
.recent_blogs h4 {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
	margin: -4px 0 0 0;
}
/***************************** Contact Us *****************************/
.contact {
    width: 100%;
	float: left;
	padding: 40px 0;
	background: #FECCFF;
}
.contact h1 {
	width: 100%;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: #460C42;
}
.contact h2 {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #460C42;
}
.contact_bg {
	width: 100%;
    float: left;
    padding: 60px 0;
    background: #9F2C9B;
}
.contact_icon {
	width: 40px;
    float: left;
    margin: 0 10px 0 0;
	text-align: center;
}
.contact_icon i {
    font-size: 25px;
	color: #F6D5F9;
}
.contact_address {
    text-align: left;
    overflow: hidden;
}
.contact_bg h3 {
	width: 100%;
    float: left;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.contact_bg h4, .contact_bg h4 a {
	width: 100%;
    float: left;
	font-size: 16px;
    color: #F6D5F9;
    font-weight: 500;
    line-height: 35px;
}
.contact_bg h4 a:hover {
	color: #ff90f6;
}
/***************************** concern_letter *****************************/
.concern_letter p {
	font-size: 16px;
	font-weight: 600;
	color: #6B2466;
	line-height: 30px;
}
.concern_letter span {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #6B2466;
	line-height: 30px;
}
.concern_letter_input1 {
	width: 400px;
	border-bottom: 1px dotted #000 !important;
	border: none;
}
.concern_letter_input2 {
	width: 100%;
	border-bottom: 1px dotted #000 !important;
	border: none;
}
.concern_letter input[type="text"] {
	font-size: 16px !important;
	font-weight: 600;
	color: #6B2466;
}
/***************************** not_found *****************************/
.not_found {
    width: 100%;
    float: left;
    background: #FECCFF;
	padding: 40px 0;
}
.not_found img {
	width: 500px;
}
.not_found h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
	text-align: center;
    line-height: 30px;
}
/***************************** video *****************************/
.videobtn {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	cursor: pointer;
  	text-align: center;
	transition: all .3s ease-in-out;
}
.video-btn {
	background: none;
    border: none;
	padding: 0;
}
/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:5px;
    bottom:5px;
    cursor:pointer;
    width:30px;
    height:40px;
    background-color:rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:20px;
	z-index: 999;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#6B2466;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 400;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.video-modal-body {
	background: #000 !important;
	padding: 0;
}
.modal-body {
	background: #fff;
}
.modalclose {
	width: 40px;
    height: 40px;
	position: fixed;
    top: 7px;
    right: 20px;
    background: #fff;
    color: #f00;
    border-radius: 50%;
	z-index: 9;
    border: none;
}
/***************************** swiper *****************************/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
@media (min-width: 200px) and (max-width: 1399.98px) {
	.hm_testimonials_quotes {
		width: 40px;
	}
}
@media (min-width: 200px) and (max-width: 1299.98px) {
	
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.menu_bg .logo {
    	border-radius: 0px 0px 15px 15px;
		padding: 5px 5px;
	}
	.menu_bg .logo img {
		width: 140px;
	}
	.s_menu_bg .logo {
		padding: 2px 10px;
		border-radius: 0;
	}
	.s_menu_bg .logo img {
		width: 130px;
	}
	.hm_treatments_text {
		position: relative;
	}
	.banner_text span h2, .footer_contact h2 {
		font-size: 36px;
	}
	.hm_testimonials h4 {
		font-size: 18px;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.navbar .offcanvas {
		width: 300px !important;
		border-left: none !important;
	}
	.navbar .offcanvas-body::-webkit-scrollbar {
		width: 8px;
		background: #f1f1f1;
	}
	.navbar .offcanvas-body::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border: 1px solid #fff;
	}
	.menu_icon {
		display: block;
	}
	.dropdown-item {
    	width: 100%;
    	font-size: 14px;
		text-align: center;
		padding: 10px 12px !important;
		font-weight: 400;
	}
	.navbar-nav > li > a, .s_menu_bg .navbar-nav > li > a {
		text-shadow: none;
		padding: 8px 0 !important;
		text-align: center;
    	border: 1px solid #fff;
		margin: 0 0 15px 0;
    	color: #2d2d2d !important;
		font-weight: 600;
	}
	.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
		color: #fff !important;
		background: #6B2466 !important;
	}
	.has-megamenu:hover .megamenu {
		display: none;
	}
	.navbar .megamenu {
		max-width: 100% !important;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.welcome, .hm_profile {
		padding: 120px 0;
		background-size: 60%;
	}
	.banner_contact a {
		font-size: 15px;
	}
	.social_media a {
		margin: 0 10px 0 0;
	}
	.social_media img {
		width: 20px;
		height: 20px !important;
	}
	.banner_contact a img {
		height: 30px !important;
	}
	.hm_profile h3 {
    	font-size: 16px;
	}
	.banner_text span h2, .hm_treatments h2, .welcome h1, .hm_mission_vision h2, .hm_profile h2, .hm_media_centre h2, .hm_testimonials h2, .hm_patient_story h2, .footer_contact h2, .about_us h1, .about_mission_vision h2, .about_profile h2, .treatments h1, .treatments_list h1, .treatments_details h1, .patient_story h1, .patient_story_swiper h2, .media_centre h1, .media_centre_details_title h1, .blogs h1, .blog_details_title h1, .contact h1 {
		font-size: 27px;
	}
	.about_profile h3, .footer h3, .contact_bg h3, .patient_story h5, .media_centre h4, .blogs h4, .blog_content h5, .recent_blogs h3, .treatments_list h2, .treatments_details h5 {
		font-size: 18px;
		font-weight: 600;
	}
	.treatments h2, .treatments_details h2, .blog_content h4 {
		font-size: 20px;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.banner_text span {
		width: 100%;
	}
	.banner_btm {
		position: relative;
		background: #9F2C9B;
	}
	.banner_text {
		padding: 0 5% 5% 5%;
		align-items: end;
	}
	.banner_text span h2, .banner_text span h4 {
		color: #fff;
		text-shadow: 2px 2px 2px #000;
	}
	.banner_text span h4, .welcome h4, .hm_mission_vision h4, .hm_profile h5, .hm_patient_story h3, .footer_contact h4, .about_us h4, .about_mission_vision h4, .about_profile h5, .treatments h4, .treatments_details h4, .treatments_details ol li, .treatments_details ul li, .patient_story h6, .patient_story ul li, .blog_content p, .blog_content ol li, .blog_content ul li, .media_content p, .media_content ol li, .media_content ul li, .contact_bg h4, .contact_bg h4 a, .concern_letter p, .concern_letter span, .concern_letter input[type="text"] {
		font-size: 14px;
	}
	.hm_testimonials h4, .about_profile h3, .footer h3, .contact_bg h3, .patient_story h5, .media_centre h4, .blogs h4, .blog_content h5, .recent_blogs h3, .not_found h4, .treatments_list h2, .treatments_details h5 {
		font-size: 16px;
		font-weight: 700;
	}
	.treatments h2, .treatments_details h2, .blog_content h4 {
		font-size: 18px;
	}
	.banner_text span h2, .hm_treatments h2, .welcome h1, .hm_mission_vision h2, .hm_profile h2, .hm_media_centre h2, .hm_testimonials h2, .hm_patient_story h2, .footer_contact h2, .about_us h1, .about_mission_vision h2, .about_profile h2, .treatments h1, .treatments_list h1, .treatments_details h1, .patient_story h1, .patient_story_swiper h2, .media_centre h1, .media_centre_details_title h1, .blogs h1, .blog_details_title h1, .contact h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.welcome_img, .hm_profile_img, .about_us_img, .treatments_details_img, .recent_blogs {
		position: static;
	}
	.carousel-control-next, .carousel-control-prev, .swiper-button-next, .swiper-button-prev {
		display: none !important;
	}
	.welcome, .hm_profile {
		padding: 80px 0;
		background-size: 100%;
	}
	.hm_testimonials {
		padding: 50px 0;
	}
	.footer .collapse:not(.show) {
		display: none;
	}
	.media_content iframe {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.banner_text {
		padding: 0 0 15px 0;
	}
	.banner_contact a {
		width: 100%;
		float: left;
		text-align: center;
	}
	.concern_letter_input1 {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 480.98px) {
	.send_btn {
		width: 100%;
		float: left;
		font-size: 12px !important;
		text-align: center;
	}
	.back_btn {
		margin: 30px 0 0 0;
	}
	.banner_text span h2 {
		text-align: center;
	}
	.banner_text span h4 {
		display: none;
	}
}
@media (min-width: 200px) and (max-width: 350.98px) {
	.xxsm-100 {
		width: 100%;
	}
}

.hm_blogs .swiper-slide img,
.hm_media_centre .swiper-slide img.rounded-4,
.media_centre .video-btn img.rounded-4{
    width: 100% !important;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.hm_media_centre_bg .swiper-slide h4,.hm_blogs .swiper-slide h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*height: 80px;*/
}

.hm_media_centre_bg .swiper-slide h5,.hm_blogs .swiper-slide h5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /*height: 60px;*/
}
