html,
body {
	overflow-x: hidden;
}

:root {
	--green-color: #4fb686;
	--blue-color: #18a0d1;
}

.uppercase {
	text-transform: uppercase;
}

.text-white {
	color: #fff;
}

.content-center {
	display: flex;
	justify-content: center;
}

header .container {
	max-width: 1400px !important;
}

.top-header {
	width: 100%;
	height: 60px;
	background-color: #063444;
}

.top-holder {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	margin-top: 10px;
}

.top-holder a {
	color: #fff;
}

.top-holder ul li {
	display: inline-block;
	padding-right: 16px;
}

.top-holder ul li:last-child {
	padding-right: 0px;
}

.top-left {
	padding-left: 0px;
}

.top-center a {
	display: inline-flex;
	align-items: center;
}

.top-holder i {
	font-size: 18px;
	margin-right: 8px;
}

.top-right img {
	max-width: 24px;
}

.navbar-light .navbar-nav.col-white .nav-link {
	color: #111;
}

.banner {
	min-height: 40vw;
}

.banner-icon-holder {
	position: absolute;
	display: inline-flex;
	top: 32vw;
}

.banner-icon-holder a {
	width: 140px;
	padding: 16px;
	border-radius: 8px;
	background-color: var(--blue-color);
	margin-right: 30px;
}

.banner-icon-holder p {
	color: #fff;
	font-weight: 600;
	margin-top: 16px;
	margin-bottom: 0px;
}

.banner-icon-holder img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.service-bg {
	position: absolute;
	bottom: 0;
}

.our-investors-part {
	background-color: #111111;
	background-image: url("../../images/partners-bg.png");
}

.blog-banner {
	background-color: #111111;
	background-image: url("../../images/banner-bg.png");
}

.experts-part .advisor-slider .owl-dots {
	left: 1%;
    bottom: -20%;
}

.advisor-img.over-parent img {
	max-height: 374px;
}

.dropdown-menu {
	min-width: 14rem;
}

.blog-img {
	width: 100%;
}

.blog-img img {
	width: 100%;
	object-fit: cover;
}

.recent-post .recent-detail {
	padding-top: 0px;
}

.recent-post img {
	max-width: 150px;
}

.blog-part {
	width: 100%;
	margin-bottom: 30px;
}

.blog-part img {
	/*width: 100%;
	object-fit: cover;
	max-height: 440px;*/
	object-fit: contain;
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
}

.blog-detail-part .detail-part .detail-p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    font-weight: 400;
}

.treatment-item {
	background-color: #fff;
	margin-bottom: 24px;
}

.treatment-item .team-detail {
	padding-inline: 12px;
	padding-bottom: 16px;
}

.treatment-item .team-detail h2 {
	font-size: clamp(16px, 4vw, 18px) !important;
	font-weight: bold;
}

.treatment-item .team-detail span {
	color: #333;
	font-size: 14px;
}

.treatment-item img {
	max-height: 240px;
    object-fit: cover;
}

.item-right {
	float: right;
	width: 75%;
}

.faq-section {
	margin-block: 60px;
}

.faq-section .card {
	border-radius: 0.1rem;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: #f6f6f6;
}

.faq-section .card-header {
	border: none;
}

.faq-section .main-card {
	background-color: var(--blue-color);
}

.faq-section .card .btn-link {
	color: #333;
	text-align: left;
}

.faq-section .main-card .btn-link {
	color: #333;
	font-weight: 800;
}

.content-form {
	margin-bottom: 60px;
}

.clinic-holder {
	margin-bottom: 30px;
}

.clinic-img-holder img {
	width: 100%;
    object-fit: cover;
    height: 200px;
}

.about-detail-part .about-detail-p {
	color: #333;
	font-weight: 400;
}

.video-container img {
	width: 100%;
	max-height: 340px;
	object-fit: cover;
}

.video-container .youtube-thumb-play {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	width: 95%;
	height: 92%;
}

.video-container .youtube-thumb-play i {
	color: red;
	font-size: 64px;
}

.contact-part .form-detail .form-group .form-control {
	padding-top: 16px;
}

.form-phone::placeholder {
	padding-left: 56px;
}

.iti {
	width: 100%;
}

.float-socials {
	position: fixed;
	left: 24px;
	bottom: 20px;
	z-index: 9999;
	list-style: none;
}

.float-socials li {
	margin-top: 12px;
}

.float-socials img {
	width: 50px;
	height: 50px;
}

.stats h3 {
	font-size: clamp(36px, 5vw, 50px);
	font-weight: 600;
}

.stats p {
	font-weight: 600;
}

.limit-text {
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 5;
  	-webkit-box-orient: vertical;
  	max-height: 210px;
}

.blog-detail .blog-p {
	color: #000;
}

.about-button {
	margin-left: 14px;
    background-color: #18a0d1;
    padding: 16px;
    color: #fff;
}

.footer-contact i {
	font-size: 18px;
	margin-right: 8px;
}

.treatment-procedures h3 {
	margin: 0;
	color: #fff;
	background: var(--blue-color);
	font-size: 20px;
  font-weight: 600;
	padding: 14px 20px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.treatment-procedures .panel-group .panel {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 0;
	padding: 10px 0 11px;
	border-bottom: 4px solid #fff;
  	background: #d4eace;
}

.treatment-procedures .panel-group.sidebar-nav {
	background: transparent;
	padding: 4px 0 30px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.treatment-procedures .sidebar-nav .panel-heading {
	color: #646464;
	font-size: 20px;
	padding: 0 25px;
}

.treatment-procedures .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: #373737;
	font-weight: 400;
	text-transform: none;
}

.treatment-procedures .panel-title a {
	color: #333333;
	font-size: 14px;
  font-weight: 600;
}

.treatment-procedures .panel-title i {
	float: right;
	font-size: 20px;
}

.sidebar-nav .panel-body {
	padding: 15px 0 0;
}

.treatment-procedures .sidebar-nav .panel-body a {
	font-size: 14px;
	color: #333;
	display: block;
	padding: 12px 45px 10px;
}

.sidebar-nav .panel-body a:hover, .sidebar-nav .panel-body a.active {
	background: #fff;
	color: var(--def-green);
}

.service-title .head-two,
.sec-title .head-two {
	font-family: 'Montserrat',serif;
}

.detail-part h2,
.detail-part h3 {
	color: #18A0D1;
}

.project-img img {
	max-height: 500px;
}

.slider-nav-1 {
	position: relative;
    float: right;
    left: unset;
    bottom: 70px;
}

.slider-nav-2 {
	position: relative;
	left: 0;
}

.contact-part .form-detail .send {
	padding-top: unset;
	border: none;
}

.iti--allow-dropdown input::placeholder {
	padding-left: 0px;
}

.iti--allow-dropdown input {
	padding-left: 58px !important;
}

.brand-slider .owl-dots {
	justify-content: center;
}

.trustpilot-widget {
	transform: scale(1.25);
}

.slider-form {
	position: absolute;
    top: 18vw;
    right: 6vw;
	max-width: 340px;
	background-color: #18a0d152;
	padding: 16px;
	border-radius: 8px;
}

.slider-form .send {
	width: 100%;
    height: 42px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    color: var(--blue-color);
    padding-top: 0px;
    border: none;
    font-size: 18px;
    border-radius: 8px;
}

.slider-form-title {
	color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.success-message {
	background-color: #4fb686;
	padding: 8px;
	color: #fff;
	font-size: 16px;
	margin-block: 12px;
	border-radius: 8px;
	display: none;
}

.team-holder h3 {
	font-weight: bold;
}

.team-holder span {
	font-weight: bold;
	color: #454545;
}

.team-holder #accordion {
	margin-top: 16px;
}

@media (min-width: 767px) {
	.hide-xs { display: block !important; }
	.hide-lg { display: none !important; }
}

@media (max-width: 767px) {
	.hide-xs { display: none !important; }
	.hide-lg { display: block !important; }

	.banner-slider .item img {
		object-fit: cover;
	}

	.top-header {
		height: 130px;
	}

	.top-header .top-holder {
		display: grid;
		text-align: center;
	}

	.top-header .top-center li:last-child {
		margin-top: 8px;
	}

	.top-header .top-left {
		display: none;
	}

	.banner-icon-holder {
		display: none;
	}

	.item-right {
		float: unset;
		width: 100%;
	}

	.blog-widget {
		display: none;
	}

	.img-show .column {
		width: 50%;
	}

	.footer-left {
		text-align: center;
	}

	.section-title {
		margin-bottom: 36px !important;
	}

	.slider-form {
		display: none;
	}
}