body {
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	overflow-x: hidden;
}

.pro-features {
	position: fixed;
	left: -500px;
	width: 500px;
	height: auto;
	line-height: 45px;
	font-size: 12px;
	background: #fff;
	text-align: left;
	color: #333;
	top: 55%;
	transform: translateY(-50%);
	box-shadow: -4px 0px 5px #00000036;
	color: #fff;
	z-index: 9999;
	padding: 20px 20px 40px 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.pro-features.active {
	left: 0;
}

.pro-features li.big-title {
	font-weight: 600;
	color: #6E0A78;
	font-size: 18px;
}

.pro-features li.title {
	font-weight: 600;
	color: #6E0A78;
	font-size: 18px;
}

.pro-features .button .btn {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	display: inline-block;
	float: left;
	font-size: 13px;
	width: 100%;
	text-transform: capitalize;
}

.pro-features li {
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 15px;
	margin-bottom: 10px;
}

.get-pro {
	position: absolute;
	width: 180px;
	height: 45px;
	left: 432px;
	line-height: 45px;
	font-size: 14px;
	border-radius: 5px 0 0 5px;
	background: #0057A6;
	text-align: center;
	color: #fff;
	top: 66px;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
	rotate: 270deg;
}

#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: #6E0A78;
	color: #fff;
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #00000026;
}

#scrollUp:hover {
	background: #0057a6;
}

/*===================
	Start Header CSS 
=====================*/
.header {
	/* background-color:#fff; */
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
}

.header .navbar-collapse {
	padding: 0;
}

/* Topbar */
/* .header .topbar{
	background-color: #6e0a7880;
} */
.header .topbar {
	padding: 10px 0 10px;
	background: #6e0a78 !important;
}

.header .top-link {
	float: left;
}

.header .top-link li {
	display: inline-block;
	margin-right: 15px;
}

.header .top-link li:last-child {
	margin-right: 0px;
}

.header .top-link li a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.header .top-link li:hover a {
	color: #6E0A78;
}

.header .top-contact {
	float: right;
}

.header .top-contact li {
	display: inline-block;
	margin-right: 25px;
	color: #000;
}

.header .top-contact li:last-child {
	margin-right: 0;
}

.header .top-contact li a {
	font-size: 14px;
}

.header .top-contact li a:hover {
	color: #6E0A78;
}

.header .top-contact li i {
	color: #6E0A78;
	margin-right: 8px;
}

.header .header-inner {
	/* background:#fff; */
	z-index: 999;
	width: 100%;
}

.get-quote {
	margin-top: 12px;
	text-align: center;
}

.get-quote .btn {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
}

.header .logo {
	float: left;
	margin-top: 5px;
}

.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}

.header.sticky .header-inner .nav li a {
	color: #000;
}

.header .nav li {
	/* margin-right: 15px; */
	float: left;
	position: relative;
}

.header .nav li:last-child {
	margin: 0;
}

.header .nav li a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px 0px 0px 5px;
	padding: 15px 0;
	position: relative;
	display: inline-block;
	position: relative;
	text-align: left;
	padding-right: 0;
}

.header .nav li a::before {
	position: absolute;
	content: "";
	left: 3px;
	bottom: 0;
	height: 3px;
	width: 0%;
	background: #6E0A78;
	border-radius: 5px 5px 0 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .nav li.active a:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.header .nav li.active a {
	color: #6E0A78;
}

.header .nav li:hover a:before {
	opacity: 1;
	width: 100%;
	visibility: visible;
}

.header .nav li:hover a {
	color: #ffffff;
}

.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}

/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}

.header.style2 .logo {
	margin-top: 6px;
}

.header .middle-header {
	/* background: #fff; */
	/* padding: 8px 12px 10px; */
}

.header .widget-main {
	float: right;
	margin-top: 15px;
}

.header.style2 .get-quote {
	margin-top: 0;
}

.header .single-widget {
	position: relative;
	float: left;
	padding-left: 30px;
}

.header .single-widget:last-child {
	margin: 0;
	/* border: 1px solid #fff; */
}

.header .single-widget .logo {
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.header .single-widget i {
	position: absolute;
	left: 0;
	top: 0px;
	height: 33px;
	width: 40px;
	line-height: 36px;
	color: #6e0a78;
	background: #ffffff;
	/* border-radius: 4px; */
	text-align: center;
	font-size: 18px;
}

.header .single-widget h4 {
	font-size: 18px;
	font-weight: 500;
}

.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}

.header .single-widget.btn {
	margin-left: 0;
}

/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 250px;
	position: absolute;
	left: -24px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 54px;
	border-left: 3px solid #6E0A78;
}

.header .nav li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header .nav li .dropdown li {

	margin: 0;
	border-bottom: 1px dashed #eee;
}

.header .nav li .dropdown li:last-child {
	border: none;
}

.header .nav li .dropdown li a {
	padding: 10px 10px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: initial;
	background: transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-transform: uppercase;
	font-size: 15px;
}

.header .nav li .dropdown li a:before {
	display: none;
}

.header .nav li .dropdown li:last-child a {
	border-bottom: 0px;
}

.header .nav li .dropdown li:hover a {
	color: #6E0A78;
}

.header .nav li .dropdown li a:hover {
	border-color: transparent;
}

/* Right Bar */
.header.style2 .main-menu {
	display: inline-block;
	float: left;
}

.header .right-bar {
	/* float: right; */
}

.header .right-bar {
	/* padding-top:0px; */
}

.header .right-bar {
	/* display: inline-block; */
}

.navigation ul.nav.menu {
	justify-content: space-between;
}

.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #6E0A78;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}

.header .right-bar li a:hover {
	color: #fff;
	background: #27AE60;
}

.header .search-top.active .search i:before {
	content: "\eee1";
	font-size: 15px;
}

/* Search */
.header .search-form {
	/* position: absolute; */
	/* right: 15px; */
	/* z-index: 9; */
	/* opacity: 1; */
	/* visibility: hidden; */
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/* top: 0px; */
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	/* overflow: hidden; */
	/* transform:scale(0); */
	width: 100%;
}

.header .search-top.active .search-form {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.header .search-form input {
	height: 35px;
	line-height: 50px;
	padding: 0 30px 0 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #000;
	/* margin-top: 17px; */
	width: 100%;
}

.header .search-form button {
	position: absolute;
	right: 15px;
	height: 35px;
	top: 0;
	width: 36px;
	background: #ffffff;
	border: none;
	color: #6e0a78;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid transparent;
}

.header .search-form button:hover {
	background: #fff;
	color: #0057a6;
	border-color: #e6e6e6;
}

/* Header Sticky */
.header.sticky .header-inner {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: initial;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow: 0px 0px 13px #00000054;
	background: #fff;
}


.slider .single-slider {
	height: 645px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/POSI-Homepage-Banner-Desktop-2.jpg);
}

.logo-center .newbtn::before {
	background-color: #fff;
	color: #6E0A78;
}

.slider .single-slider .newbtn:hover {
	color: #6E0A78;
}

.slider .single-slider h1 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 42px;
	text-shadow: 2px 2px #000000;
}

.slider .single-slider h1 span {
	color: #ffffff;
}

.slider .single-slider p {
	color: #000;
	margin-top: 27px;
	font-weight: 400;
}

.slider .single-slider .button {
	margin-top: 180px;
	/* padding-left: 60px; */
}

.slider .single-slider .btn {
	color: #fff;
	background: #6E0A78;
	font-weight: 500;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	text-transform: uppercase;
}

.slider .single-slider .btn:last-child {
	margin: 0;
}

.slider .single-slider .btn.primary {
	background: #0057A6;
	color: #fff;
}

.slider .single-slider .btn.primary:before {
	background: #6E0A78;
}

.slider .owl-carousel .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.pt-6 {
	padding-top: 60px;
}

.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #6E0A78;
	color: #fff;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}

.slider .owl-carousel .owl-nav div:hover {
	background: #000;
	color: #fff;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 20px;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1 {
	animation: fadeInUp 1s both 0.6s;
}

.owl-item.active .single-slider p {
	animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider .button {
	animation: fadeInDown 1s both 1.5s;
}

/*===========================
	End Hero Area CSS
=============================*/

/*=============================
	Start Schedule CSS
===============================*/
.schedule {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 230px;
}

.schedule .schedule-inner {
	position: relative;
	transform: translateY(-50%);
	z-index: 9;
}

.schedule .single-schedule {
	position: relative;
	text-align: left;
	z-index: 3;
	border-radius: 5px;
	background: #6E0A78;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.schedule .single-schedule .inner {
	overflow: hidden;
	position: relative;
	padding: 30px;
	z-index: 2;
}

.schedule .single-schedule:before {
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 90%;
	background: #6E0A78;
	opacity: 0;
	filter: blur(10px);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.schedule .single-schedule:hover:before {
	opacity: 0.8;
}

.schedule .single-schedule:hover {
	transform: translateY(-5px);
}

.schedule .single-schedule .icon i {
	position: absolute;
	font-size: 110px;
	color: #fff;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	z-index: -1;
	visibility: visible;
	opacity: 0.2;
	right: -25px;
	bottom: -30px;
}

.schedule .single-schedule span {
	display: block;
	color: #fff;
}

.schedule .single-schedule h4 {
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
	margin-top: 13px;
}

.schedule .single-schedule p {
	color: #fff;
	margin-top: 22px;
}

.schedule .single-schedule a {
	color: #fff;
	margin-top: 25px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.schedule .single-schedule a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0%;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.schedule .single-schedule a:hover:before {
	width: 100%;
	width: 100%;
}

.schedule .single-schedule a i {
	margin-left: 10px;
}

.schedule .single-schedule .time-sidual {}

.schedule .single-schedule .time-sidual {
	overflow: hidden;
	margin-top: 17px;
}

.schedule .single-schedule .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 3px;
}

.schedule .single-schedule .time-sidual li:last-child {
	margin: 0;
}

.schedule .single-schedule .time-sidual li span {
	display: inline-block;
	float: right;
}

.schedule .single-schedule .day-head .time {
	font-weight: 400;
	float: right;
}

/*=============================
	End Schedule CSS
===============================*/

/*=============================
	Start Feautes CSS
===============================*/
.Feautes {
	padding-top: 0;
}

.Feautes.index2 {
	padding-top: 100px;
}

.Feautes.testimonial-page {
	padding-top: 100px;
}

.Feautes .single-features {
	text-align: center;
	position: relative;
	padding: 10px 20px;
}

.Feautes .single-features::before {
	position: absolute;
	content: "";
	right: -72px;
	top: 60px;
	width: 118px;
	border-bottom: 3px dotted #6E0A78;
}

.Feautes .single-features.last::before {
	display: none;
}

.Feautes .single-features .signle-icon {
	position: relative;
}

.Feautes .single-features .signle-icon i {
	font-size: 50px;
	color: #6E0A78;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.Feautes .single-features:hover .signle-icon i {
	background: #6E0A78;
	color: #fff;
	border-color: transparent;
}

.Feautes .single-features h3 {
	padding-top: 128px;
	color: #000;
	font-weight: 600;
	font-size: 21px;
}

.Feautes .single-features p {
	margin-top: 20px;
}

/*=============================
	End Feautes CSS
===============================*/

/*=======================
	Start Fun Facts CSS
=========================*/
.fun-facts {
	position: relative;
}

.fun-facts.section {
	padding: 120px 0;
}

.fun-facts {
	background: url('img/fun-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.fun-facts .single-fun {}

.fun-facts .single-fun i {
	position: absolute;
	left: 0;
	font-size: 62px;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 67px;
	font-size: 28px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 0px;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
}

.fun-facts .single-fun:hover i {
	color: #6E0A78;
	background: #fff;
	border-color: transparent;
}

.fun-facts .single-fun .content {
	padding-left: 80px;
}

.fun-facts .single-fun span {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
	display: block;
	margin-bottom: 7px;
}

.fun-facts .single-fun p {
	color: #fff;
	font-size: 15px;
}

/*===================
	End Fun Facts
=====================*/

/*===================
	Why choose CSS
=====================*/
.why-choose .choose-left h3 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 24px;
}

.why-choose .choose-left h3:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #6E0A78;
}

.why-choose .choose-left p {
	margin-bottom: 10px;
	font-size: 20px;
}

.why-choose .choose-left .list li {
	color: #868686;
	margin-bottom: 12px;
}

.why-choose .choose-left .list li:last-child {
	margin-bottom: 0px;
}

.why-choose .choose-left .list li i {
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	background: #6E0A78;
	color: #fff;
	font-size: 14px;
	border-radius: 100%;
	padding-left: 2px;
	margin-right: 16px;
}

/* Start Faq CSS */
.why-choose {
	background: #fff;
}

.why-choose .choose-right {
	height: 100%;
	width: 100%;
	background-image: url(https://dev.webmobrildemo.com/inhouse/dr-kaveh/wp-content/uploads/2024/12/videoimage.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 610px;
}

.why-choose .choose-right .video {
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	font-size: 21px;
	background: #6E0A78;
	padding-left: 4px;
}

.why-choose .choose-right .video:hover {
	transform: scale(1.1);
}

.why-choose .video-image .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}

.why-choose .video-image .waves-block .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.why-choose .video-image .waves-block .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.why-choose .video-image .waves-block .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

/*=======================
	End Why choose CSS
=========================*/

/*===============================
	Start Call to action CSS
=================================*/
.call-action {
	background-image: url('../img/call-bg.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
}

.call-action .content {
	text-align: center;
	padding: 100px 265px;
}

.call-action .content h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 46px;
}

.call-action .content p {
	color: #fff;
	margin: 30px 0px;
	font-size: 18px;
}

.call-action .content .btn {
	background: #fff;
	margin-right: 20px;
	font-weight: 500;
	border: 1px solid #fff;
	color: #6E0A78;
}

.call-action .content .btn:before {
	background: #6E0A78;
}

.call-action .content .btn:hover {
	background: #6E0A78;
	color: #fff;
}

.call-action .content .btn:last-child {
	margin-right: 0px;
}

.call-action .content .second {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	color: #fff !important;
}

.call-action .content .second:before {
	background: #fff;
}

.call-action .content .second:hover {
	color: #6E0A78;
	border-color: transparent;
	background: #fff;
}

.call-action .content .second i {
	margin-left: 10px;
}

/*===============================
	Start Call to action CSS
=================================*/

/*==========================
	Start Portfolio CSS
============================*/
.portfolio {
	background: #FDFDFD;
}

.portfolio .single-pf {
	position: relative;
}

.portfolio .single-pf img {
	height: 170px;
	width: 100%;
	object-fit: cover;
}

.portfolio .single-pf:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #6E0A78;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}

.portfolio .single-pf:hover:before {
	opacity: 0.7;
	visibility: visible;
}

.portfolio .single-pf .btn {
	color: #6E0A78;
	z-index: 3;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 48px;
	width: 150px;
	text-align: center;
	line-height: 48px;
	padding: 0;
	font-weight: 500;
	font-size: 14px;
	margin-left: -75px;
	margin-top: -24px;
	border-radius: 4px;
}

.portfolio .single-pf:hover .btn {
	opacity: 1;
	visibility: visible;
}

.portfolio .single-pf .btn:hover {
	color: #fff;
}

.portfolio .owl-nav {
	display: none;
}

/* Slider Nav */
.pf-details .image-slider .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.pf-details .image-slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 45px;
	background: #fff;
	color: #6E0A78;
	position: absolute;
	margin: 0;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #0000001a;
}

.pf-details .image-slider .owl-carousel .owl-nav div:hover {
	color: #fff;
	background: #6E0A78;
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 20px;
}

.pf-details .image-slider .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 20px;
}

.pf-details .image-slider {
	border-radius: 8px 8px 0 0;
}

.pf-details .image-slider img {
	height: 100%;
	width: 100%;
}

.pf-details .date {
	background: #6E0A78;
	display: block;
	padding: 20px;
	text-align: center;
	border-radius: 0;
	border: none;
	margin: 0;
	margin-top: -1px;
}

.pf-details .date ul li {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-right: 60px;
}

.pf-details .date ul li:last-child {
	margin: 0;
}

.pf-details .date ul li span {
	font-weight: 500;
	display: inline-block;
	margin-right: 5px;
}

.pf-details .body-text {}

.pf-details .body-text h3 {
	font-size: 30px;
	font-weight: 600;
	color: #333;
	margin-top: 40px;
}

.pf-details .body-text p {
	margin-top: 20px;
}

.pf-details .body-text .share {
	margin-top: 40px;
}

.pf-details .body-text .share h4 {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
}

.pf-details .body-text .share ul {
	display: inline-block;
	margin-left: 12px;
}

.pf-details .body-text .share ul li {
	display: inline-block;
	margin-right: 10px;
}

.pf-details .body-text .share ul li:last-child {
	margin-right: 0;
}

.pf-details .body-text .share ul li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #C8C8C8;
	color: #757575;
	display: block;
	border-radius: 50%;
}

.pf-details .body-text .share ul li a:hover {
	color: #fff;
	border-color: transparent;
	background: #6E0A78;
}

/*==========================
	End Portfolio CSS
============================*/

/*=========================
	Srart service CSS
===========================*/
.services .single-service {
	margin: 30px 0;
	position: relative;
	padding-left: 70px;
}

.services .single-service i {
	font-size: 45px;
	color: #6E0A78;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.services .single-service h4 {
	text-transform: capitalize;
	margin-bottom: 25px;
	color: #000;
}

.services .single-service h4 a {
	color: #000;
	font-size: 20px;
	font-weight: 600;
}

.services .single-service h4 a:hover {
	color: #6E0A78;
}

.services .single-service p {
	color: #868686;
}

/*-- Service Details --*/
.services-details-img {
	margin-bottom: 50px;
}

.services-details-img img {
	width: 100%;
	margin-bottom: 30px;
}

.services-details-img h2 {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 16px;
}

.services-details-img P {
	margin-bottom: 20px;
}

.services-details-img blockquote {
	font-size: 18px;
	color: #4a6f8a;
	background-color: #6E0A78;
	padding: 30px 75px;
	line-height: 26px;
	position: relative;
	margin-bottom: 20px;
	color: #fff;
}

.services-details-img blockquote i {
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 38px;
	font-size: 32px;
}

.service-details-inner-left {
	background-image: url("img/signup-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.service-details-inner-left img {
	display: none;
}

.service-details-inner {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

.service-details-inner h2 {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px;
	border-left: 3px solid #6E0A78;
	padding-left: 15px;
}

.service-details-inner p {
	margin-bottom: 15px;
}

.service-details-inner p:last-child {
	margin-bottom: 0;
}

/*=========================
	End service CSS
===========================*/

/*=============================
	Start Testimonials CSS
===============================*/
.testimonials {
	background-image: url('img/testi-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.testimonials .section-title h2 {
	color: #fff;
}

.testimonials .single-testimonial {
	text-align: left;
	position: relative;
	background: #fff;
	padding: 40px 30px;
	margin: 5px;
	margin-bottom: 27px;
	margin-right: 30px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0;
	margin: 30px 20px;
}

.testimonials .single-testimonial:hover {
	box-shadow: 0px 10px 10px #0000001c;
	transform: translateY(-4px);
}

.testimonials .single-testimonial img {
	position: absolute;
	left: 30px;
	bottom: -26px;
	height: 53px;
	width: 53px;
	border-radius: 100%;
}

.testimonials .single-testimonial p {
	color: #868686;
	font-size: 14px;
}

.testimonials .single-testimonial .name {
	margin-top: 22px;
	color: #000;
	font-weight: 500;
	font-size: 18px;
}

.testimonials .owl-dots {
	position: absolute;
	left: 50%;
	bottom: -55px;
	margin-top: -47px;
	padding: 10px 25px;
	border-radius: 3px;
	margin: 0 0 0 -52px;
	margin-top: 49px;

}

.testimonials .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
}

.testimonials .owl-dots .owl-dot:last-child {
	margin: 0px;
}

.testimonials .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	background: #fff;
	position: relative;
}

.testimonials .owl-dots .owl-dot span:hover {
	background: #fff;
}

.testimonials .owl-dots .owl-dot.active span {
	background: #fff;
	width: 20px;
}

/*=============================
	End Testimonials CSS
===============================*/

/*==========================
	Start Departments CSS
============================*/
.departments .department-tab .nav {
	margin-bottom: 30px;
	background: transform;
	position: relative;
}

.departments .department-tab .nav li {
	text-align: center;
	margin-right: 54px;
}

.departments .department-tab .nav li a i {
	font-size: 50px;
	color: #868686;
}

.departments .department-tab .nav li a:hover {
	background: transparent;
}

.departments .department-tab .nav li a.active i {
	color: #6E0A78;
}

.departments .department-tab .nav li a {
	color: #fff;
	margin-top: 20px;
	border: none;
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid transparent;
	padding: 0 10px 20px 10px;
}

.departments .department-tab .nav li a.active {
	border-color: #6E0A78;
}

.departments .department-tab .nav li span {
	display: block;
}

.departments .department-tab .nav li .first {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #868686;
}

.departments .department-tab .nav li a.active .first {
	color: #000;
}

.departments .department-tab .nav li .second {
	font-size: 14px;
	font-weight: 400;
	color: #868686;
	margin-top: 3px;
}

.departments .department-tab .tab-pane .department-left {}

.departments .department-tab .tab-pane .department-left h3 {
	color: #000;
	font-weight: 600;
	font-size: 26px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.departments .department-tab .tab-pane .department-left h3:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background: #000;
}

.departments .department-tab .tab-pane .department-left .p1 {
	color: #6E0A78;
	font-weight: 500;
	margin-bottom: 18px;
}

.departments .department-tab .tab-pane .department-left p {
	margin-bottom: 20px;
}

.departments .department-tab .tab-pane .department-left .list {}

.departments .department-tab .tab-pane .department-left .list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 6px;
}

.departments .department-tab .tab-pane .department-left .list li:last-child {
	margin-bottom: 0px;
}

.departments .department-tab .tab-pane .department-left .list li i {
	position: absolute;
	left: 0;
	height: 15px;
	width: 15px;
	line-height: 15px;
	color: #fff;
	background: #6E0A78;
	text-align: center;
	border-radius: 100%;
	font-size: 8px;
	margin-right: 20px;
	top: 4px;
}

.departments .department-tab .tab-content .tab-text h2 {
	font-size: 18px;
}

.departments .department-tab .tab-content .tab-text p {
	color: #555;
	margin-top: 10px;
}

/*==========================
	End Departments CSS
============================*/

/*=============================
	Start Pricing Table CSS
===============================*/
.pricing-table {
	background: #f9f9f9;
	position: relative;
}

.pricing-table .single-table {
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 15px 0;
	padding: 45px 35px 30px 35px;
}

/* Table Head */
.pricing-table .single-table .table-head {
	text-align: center;
}

.pricing-table .single-table .icon i {
	font-size: 65px;
	color: #6E0A78;
}

.pricing-table .single-table .title {
	font-size: 21px;
	color: #000;
	margin-top: 30px;
	margin-bottom: 15px;
}

.pricing-table .single-table .amount {
	font-size: 36px;
	font-weight: 600;
	color: #6E0A78;
}

.pricing-table .single-table .amount span {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #868686;
	margin-left: 8px;
}

/* Table List */
.pricing-table .single-table .table-list {
	padding: 10px 0;
	text-align: left;
	margin-top: 30px;
}

.pricing-table .table-list li {
	position: relative;
	color: #666;
	text-transform: capitalize;
	margin-bottom: 18px;
	padding-right: 32px;
}

.pricing-table .table-list li:last-child {
	margin-bottom: 0px;
}

.pricing-table .table-list li.cross i {
	background: #aaaaaa;
}

.pricing-table .table-list i {
	font-size: 7px;
	text-align: center;
	margin-right: 10px;
	position: absolute;
	right: 0;
	height: 16px;
	width: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background: #6E0A78;
	border-radius: 100%;
	padding-left: 1px;
}

/* Table Bottom */
.pricing-table .table-bottom {
	margin-top: 25px;
}

.pricing-table .btn {
	padding: 12px 25px;
	width: 100%;
	color: #fff;
}

.pricing-table .btn:before {
	background: #000;
}

.pricing-table .btn:hover {
	color: #fff;
}

.pricing-table .btn i {
	font-size: 16px;
	margin-right: 10px;
}

/*=============================
	End Pricing Table CSS
===============================*/

/*========================
	Start Clients CSS
==========================*/
.clients {
	background-image: url('img/client-bg.jpg');
	background-size: cover;
	background-position: center;
	padding: 100px 0px;
	position: relative;
}

.clients .single-clients img {
	width: 100%;
	cursor: pointer;
	text-align: center;
	float: none;
	padding: 0 35px;
}

/*========================
	End Clients CSS
==========================*/

/*====================
	Start Team CSS
======================*/
.team {
	background-image: url('img/testi-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

/* .team.single-page{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(138, 58, 146, 0.81) 19.58%, rgba(117, 23, 127, 0.86) 74.53%, #6e0a7812 91.9%);
} */
.team .section-title h2 {

	margin-bottom: 20px;
}

.team .section-title p {

	margin-bottom: 20px;
}

.team .single-team {
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 30px;
	text-align: center;
	box-shadow: 0px 0px 10px #00000021;
	border-radius: 5px;
	overflow: hidden;
	height: 430px;
}

.team .t-head {
	position: relative;
	overflow: hidden;
	height: 300px;

}

.team .t-head::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	content: "";
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.team .single-team:hover .t-head::before {
	visibility: visible;
	opacity: 0.5;
}

.team .t-head img {
	width: 100%;
	position: relative;
}

.team .t-icon a {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 46px;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	font-weight: 400;
	text-align: center;
	color: #fff;
	border-radius: 0;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
	margin: -23px 0 0 -75px;
	font-size: 18px;
	background: #6E0A78;
	font-size: 13px;
	line-height: 46px;
	padding: 0;
	border-radius: 4px;
}

.team .single-team:hover .t-icon a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.team .t-icon p {
	position: absolute;
	left: 0%;
	top: 4%;
	width: 100px;
	height: 35px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background: #6E0A78;
	font-size: 18px;
	line-height: 35px;
	padding: 0;
	border-radius: 4px;
	z-index: 9;
}

.team .single-team:hover .t-icon p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.team .t-bottom {
	text-align: center;
	position: relative;
	padding: 0 20px;
	padding: 10px 10px;
}

.team .t-bottom p {
	color: #666;
	font-size: 16px;
	display: block;
	margin-bottom: 4px;
}

.team .t-bottom h2 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
	color: #000;
}

.team .t-bottom h2 a:hover {
	color: #6E0A78;
}

/*-- Doctor Details --*/
.doctor-details-left {
	-webkit-box-shadow: 0px 0px 10px 0px #ddd;
	box-shadow: 0px 0px 10px 0px #ddd;
	border-radius: 10px;
	overflow: hidden;
}

.doctor-details-item img {
	width: 100%;
	border-radius: 0;
	background: #6E0A78;
}

.doctor-details-item .doctor-details-contact {
	padding: 50px;
}

.doctor-details-item .doctor-details-contact h3 {
	font-weight: 600;
	font-size: 20px;
	color: #000;
	margin-bottom: 30px;
}

.doctor-details-item .doctor-details-contact .basic-info {
	margin: 0;
	padding: 0;
}

.doctor-details-item .doctor-details-contact .basic-info li {
	list-style-type: none;
	display: block;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

.doctor-details-item .doctor-details-contact .basic-info li:last-child {
	margin-bottom: 0;
}

.doctor-details-item .doctor-details-contact .basic-info li i {
	display: inline-block;
	color: #6E0A78;
	margin-right: 8px;
	font-size: 16px;
	position: relative;
	top: 1px;
}

.doctor-details-area .doctor-details-left .social {
	margin-top: 25px;
}

.doctor-details-area .doctor-details-left .social li {
	display: inline-block;
	margin-right: 10px;
}

.doctor-details-area .doctor-details-left .social li:last-child {
	margin-right: 0px;
}

.doctor-details-area .doctor-details-left .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #C8C8C8;
	text-align: center;
	padding: 0;
	border-radius: 4px;
	display: block;
	color: #757575;
	font-size: 16px;
}

.doctor-details-area .doctor-details-left .social li a:hover {
	color: #fff;
	background: #6E0A78;
	border-color: transparent;
}

.doctor-details-item .doctor-details-work h3 {
	font-weight: 600;
	font-size: 20px;
	color: #000;
	margin-top: 30px;
}

.doctor-details-item .doctor-details-work .time-sidual {}

.doctor-details-item .doctor-details-work .time-sidual {
	overflow: hidden;
}

.doctor-details-item .doctor-details-work .time-sidual li {
	display: block;
	color: #000;
	width: 100%;
	margin-bottom: 10px;
}

.doctor-details-item .doctor-details-work .time-sidual li span {
	display: inline-block;
	float: right;
}

.doctor-details-item .doctor-details-work .day-head .time {
	font-weight: 400;
	float: right;
}

.doctor-details-area .doctor-details-right {
	padding-left: 30px;
	/* padding-top: 70px; */
}

.doctor-details-item .doctor-details-biography {}

.doctor-details-item .doctor-details-biography h3 {
	font-weight: 600;
	font-size: 24px;
	color: #2f60bd;
	margin-bottom: 25px;
	margin-top: 25px;
}

.doctor-details-item .doctor-details-biography p {
	margin-bottom: 0;
}

.doctor-details-item .doctor-details-biography ul {
	margin: 0;
	padding: 0;
}

.doctor-details-item .doctor-details-biography ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 10px;
}

.doctor-details-item .doctor-details-biography ul li:last-child {
	margin-bottom: 0;
}

.doctor-details-item .doctor-name .name {
	font-size: 30px;
	font-weight: 600;
}

.doctor-details-item .doctor-name .deg {
	font-size: 22px;
	margin: 10px 0 5px 0;
}

.doctor-details-item .doctor-name .degree {
	font-size: 16px;
}

/*====================
	End Team CSS
======================*/

/*=======================
	Start Blog CSS
=========================*/
.blog {
	background: #fff;
}

.blog .blog-title {
	text-align: center;
}

.blog .single-news {
	background: #004691;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #00000014;
}

.blog .single-news img {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	filter: brightness(50%);
	height: 260px;
}

.blog .single-news .news-head {
	position: relative;
	overflow: hidden;
	height: 260px;
}

.blog .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 15px;
	left: 0;
	z-index: 0;
}

.blog .single-news .news-content:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	background: #6E0A78;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.blog .single-news:hover .news-content:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.blog .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 24px;
}

.blog .single-news .news-body h2 a {
	color: #000;
	font-weight: 500;
}

.blog .single-news .news-body h2 a:hover {
	color: #6E0A78;
}

.blog .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 23px;
}

.blog .single-news .news-body .date {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	background: #6E0A78;
	color: #fff;
	padding: 4px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}

.blog.grid .single-news {
	margin-top: 30px;
}

/* Blog Sidebar */
.main-sidebar {
	background: #fff;
	margin-top: 30px;
	background: transparent;
}

.main-sidebar .single-widget {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}

.main-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
	color: #6E0A78;
}

.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #6E0A78;
}

.main-sidebar .single-widget:last-child {
	margin: 0;
}

.main-sidebar .search {
	position: relative;
}

.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
	border-radius: 5px;
}

.main-sidebar .search .button {
	position: absolute;
	right: 40px;
	top: 40px;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
}

.main-sidebar .search .button:hover {
	background: #6E0A78;
	color: #fff;
}

/* Category List */
.main-sidebar .categor-list {
	margin-top: 15px;
}

.main-sidebar .categor-list li {
	margin-bottom: 10px;
}

.main-sidebar .categor-list li:last-child {
	margin-bottom: 0px;
}

.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size: 14px;
}

.main-sidebar .categor-list li a:hover {
	color: #6E0A78;
	padding-left: 7px;
}

.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right: 0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main-sidebar .categor-list li a:hover i {
	margin-right: 6px;
	opacity: 1;
	visibility: visible;
}

/* Recent Posts */
.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
}

.main-sidebar .single-post:last-child {
	padding-bottom: 0px;
	border: none;
}

.main-sidebar .single-post .image img {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.main-sidebar .single-post .content {
	padding-left: 100px;
}

.main-sidebar .single-post .content h5 {
	line-height: 18px;
}

.main-sidebar .single-post .content h5 a {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}

.main-sidebar .single-post .content h5 a:hover {
	color: #6E0A78;
}

.main-sidebar .single-post .content .comment li {
	color: #888;
	display: inline-block;
	margin-right: 15px;
	font-weight: 400;
	font-size: 14px;
}

.main-sidebar .single-post .content .comment li:last-child {
	margin-right: 0;
}

.main-sidebar .single-post .content .comment li i {
	display: inline-block;
	margin-right: 5px;
}

/* Blog Tags */
.main-sidebar .side-tags .tag {
	margin-top: 40px;
}

.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}

.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
	border-radius: 4px;
}

.main-sidebar .side-tags .tag a:hover {
	color: #fff;
	background: #6E0A78;
	border-color: transparent;
}

/* News Single */
.news-single {
	padding: 60px 0 60px;
	background: #f8f8f8;
}

.news-single .single-main {
	margin-top: 30px;
	background: linear-gradient(180deg, #6E0A78 0%, #0057A6 100%);
	padding: 15px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}

.news-single .news-head {}

.news-single .news-head img {
	width: 100%;
	height: 100%;
}

.news-single .news-title {
	font-size: 22px;
	margin: 10px 0;
	color: #fff;
	font-weight: 700;
}

.news-single .news-title a {
	color: #252525;
	font-weight: 600;
}

.news-single .news-title a:hover {
	color: #6E0A78;
}

/* Blog Meta */
.news-single {
	background: #fff;
}

.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	/* border-bottom: 1px solid #ebebeb; */
	width: 100%;
	padding: 10px 0;
	margin-bottom: 0px;
}

.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}

.news-single .meta span:last-child {
	margin: 0;
}

.news-single .meta span,
.news-single .meta span a {
	color: #000;
	font-weight: 400;
}

.news-single .meta span i {
	margin-right: 5px;
	color: #6E0A78;
}

.news-single .meta-left {
	float: left;
}

.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}

.news-single .meta-left .author {
	float: left;
}

.news-single .meta-left span.date {
	margin-top: 10px;
}

.news-single .meta-right {
	float: right;
	margin-top: 10px;
}

.news-single .news-content {
	margin: 20px 0;
}

.news-single .news-content p {
	margin-bottom: 10px;
}

.news-single .news-content p:last-child {
	margin: 0;
}

.news-single .news-text p {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: justify;
	color: #fff;
}

/* Image Gallery */
.news-single .image-gallery {
	margin-bottom: 20px;
}

.news-single .image-gallery .single-image {
	overflow: hidden;
}

.news-single .image-gallery .single-image:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

/* Blockqoute */
.news-single blockquote {

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}

.news-single blockquote::before {
	opacity: 0.9;
}

.news-single .news-text blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 18px;
	position: relative;
	text-align: justify;
}

.news-single .blog-bottom {
	overflow: hidden;
}

/* Social Share */
.news-single .social-share {
	float: left;
}

.news-single .social-share li {
	float: left;
}

.news-single .social-share li span {
	padding-left: 5px;
}

.news-single .social-share li.facebook a {
	background: #5d82d1;
}

.news-single .social-share li.twitter a {
	background: #40bff5;
}

.news-single .social-share li.google-plus a {
	background: #eb5e4c;
}

.news-single .social-share li.linkedin a {
	background: #238cc8;
}

.news-single .social-share li.pinterest a {
	background: #e13138;
}

.news-single .social-share li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
}

.news-single .social-share li a:hover {
	background: #2B343E;
}

/* Prev Next Button */
.news-single .prev-next {
	float: right;
}

.news-single .prev-next li {
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}

.news-single .prev-next li:last-child {
	border: none;
}

.news-single .prev-next li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #c4c4c4;
	color: #555;
	border-radius: 4px;
}

.news-single .prev-next li a:hover {
	color: #fff;
	background: #6E0A78;
	border-color: transparent;
}

/* Blog Comments */
.news-single .blog-comments {
	margin-top: 30px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}

.news-single .blog-comments h2 {
	text-align: left;
	text-transform: capitalize;
	font-size: 18px;
	color: #252525;
	margin-bottom: 20px;
}

.news-single .blog-comments h4 span {
	float: right;
}

.news-single .single-comments {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

.news-single .single-comments.left .main {
	padding-left: 100px;
	position: relative;
	margin-left: 100px;
}

.news-single .single-comments.left img {
	position: absolute;
	left: 0;
	top: 0;
}

.news-single .single-comments:last-child {
	margin: 0;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.news-single .single-comments .main {
	overflow: hidden;
}

.news-single .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}

.news-single .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border: 5px solid #f8f8f8;
}

.news-single .single-comments .body {
	float: left;
	width: 85%;
}

.news-single .single-comments.left .body {
	float: noene;
	width: 100%;
}

.news-single .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}

.news-single .single-comments .comment-list .body {
	width: 78%;
}

.news-single .single-comments h4 {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	color: #252525;
}

.news-single .single-comments .comment-meta {
	margin-bottom: 5px;
}

.news-single .single-comments .meta {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	border: none;
	margin-right: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}

.news-single .single-comments .meta:last-child {
	margin: 0;
}

.news-single .comment-meta span i {
	margin-right: 5px;
}

.news-single .comment-meta span:last-child {
	margin: 0;
}

.news-single .single-comments p {
	font-size: 13px;
}

.news-single .single-comments a {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 4px;
	background: #6E0A78;
	color: #fff;
}

.news-single .single-comments a:hover {
	background: #000;
	color: #fff;
}

.news-single .single-comments a i {
	margin-right: 5px;
}

.news-single .comment-list {
	padding-left: 50px;
}

.news-single .single-comments.login {
	text-align: center;
}

.news-single .single-comments.login i {
	font-size: 20px;
}

.news-single .single-comments.login a {
	text-align: center;
}

.news-single .single-comments.login a:hover {
	color: #353535;
}

.news-single .comments-form {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}

.news-single .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.news-single .form {}

.news-single .form-group {
	position: relative;
	display: block;
	margin: 0 0 20px;
}

.news-single .form-group i {
	position: absolute;
	left: 12px;
	top: 17px;
	z-index: 1;
	color: #6E0A78;
}

.news-single .form-group input {
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
	padding-left: 34px;
	padding-right: 20px;
	border: none;
	line-height: 50px;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}

.news-single .form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	height: 190px;
	padding: 15px 15px 15px 35px;
	resize: none;
	font-weight: 400;
	font-size: 14px;
	color: #000;
}

.news-single .form-group input,
.news-single .form-group textarea {
	border: 1px solid transparent;
	border: 1px solid #eee;
	border-radius: 5px;
}

.news-single .form-group.message i {
	top: 22px;
}

.news-single .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 15px 30px;

}

.news-single .form-group .button:hover {
	background: #353535;
}

.news-single .form-group .button i {
	position: relative;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	padding: 0px;
}

.news-single .form-group.button {
	margin: 0;
	text-align: left;
}

.news-single .form-group.button .btn {
	background: #fff;
	background: #6E0A78;
	color: #fff;
}

.news-single .form-group.button .btn:hover {
	color: #fff;
}

.news-single .form-group.button .btn i {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/*===================
	End Blog CSS
=====================*/

/*==========================
	Start Appointment CSS
============================*/
.appointment {
	background: #fff;
	padding-top: 100px;
}

.appointment.single-page {
	background: #fff;
	padding-top: 100px 0;
	padding: 0;
	padding: 100px 0;
}

.appointment.single-page .appointment-inner {
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}

.appointment.single-page .title h3 {
	font-size: 25px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.appointment.single-page .title p {}

.appointment .form {
	margin-top: 30px;
}

.appointment .form .form-group {}

.appointment .form input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0;
	border-radius: 4px;
}

.appointment .form textarea {
	width: 100%;
	height: 200px;
	padding: 18px;
	border: 1px solid #eee;
	text-transform: capitalize;
	resize: none;
	border-radius: 4px;
}

.appointment .form-group .nice-select {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	font-weight: 400;
}

.appointment .form-group .nice-select::after {
	right: 20px;
	color: #757575;
}

.appointment .form-group .list {
	border-radius: 4px;
}

.appointment .form-group .list li {
	color: #757575;
	border-radius: 0;
}

.appointment .form-group .list li.selected {
	color: #757575;
	font-weight: 400;
}

.appointment .form-group .list li:hover {
	color: #fff;
	background: #6E0A78;
}

.appointment .appointment-image {}

.appointment.single-page .button .btn {
	width: 100%;
}

.appointment .button .btn {
	font-weight: 500;
}

.appointment .button .btn:hover {
	color: #fff;
}

.appointment .form p {
	margin-top: 10px;
	color: #868686;
}

.appointment.single-page .work-hour {
	background: #6E0A78;
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}

.appointment.single-page .work-hour h3 {
	font-size: 25px;
	display: block;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
}

.appointment.single-page .time-sidual {
	margin-top: 15px;
}

.appointment.single-page .time-sidual {
	overflow: hidden;
}

.appointment.single-page .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
}

.appointment.single-page .time-sidual li span {
	display: inline-block;
	float: right;
}

.appointment.single-page .day-head .time {
	font-weight: 400;
	float: right;
}

/*==========================
	End Appointment CSS
============================*/

/*====================
   Start Login CSS
======================*/
.login .inner {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow: hidden;
}

.login .login-left {
	background-image: url(img/signup-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.login .login-form {
	padding: 50px 40px;
}

.login .login-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}

.login .login-form h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #6E0A78;
}

.login .login-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom: 50px;
}

.login .login-form p a {
	display: inline-block;
	margin-left: 5px;
	color: #6E0A78;
}

.login .login-form p a:hover {
	color: #000;
}

.login .form {
	margin-top: 30px;
}

.login .form .form-group {
	margin-bottom: 22px;
}

.login .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.login .form .form-group.login-btn {
	margin: 0;
}

.login .form button {
	border: none;
}

.login .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width: 100%;
}

.login .form .btn:hover {
	background: #6E0A78;
	color: #fff;
}

.login .login-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;

}

.login .login-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.login .login-form .checkbox label:hover {
	cursor: pointer;
}

.login .login-form .checkbox label input {
	display: none;
}

.login .login-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #6E0A78;
	border-radius: 100%;
}

.login .login-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #6E0A78;
	border-radius: 100%;
}

.login .login-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.login .login-form .lost-pass {
	display: inline-block;
	margin-left: 25px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.login .login-form .lost-pass:hover {
	color: #6E0A78;
}

/*====================
   End Login CSS
======================*/

/*=========================
   Start Register CSS
===========================*/
.register .inner {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow: hidden;
}

.register .register-left {
	background-image: url(img/signup-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.register .register-form {
	padding: 50px 40px;
}

.register .register-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}

.register .register-form h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #6E0A78;
}

.register .register-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom: 50px;
}

.register .register-form p a {
	display: inline-block;
	margin-left: 5px;
	color: #6E0A78;
}

.register .register-form p a:hover {
	color: #000;
}

.register .form {
	margin-top: 30px;
}

.register .form .form-group {
	margin-bottom: 22px;
}

.register .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.register .form .form-group.login-btn {
	margin: 0;
}

.register .form button {
	border: none;
}

.register .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width: 100%;
}

.register .form .btn:hover {
	background: #6E0A78;
	color: #fff;
}

.register .register-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;

}

.register .register-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.register .register-form .checkbox label:hover {
	cursor: pointer;
}

.register .register-form .checkbox label input {
	display: none;
}

.register .register-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #6E0A78;
	border-radius: 100%;
}

.register .register-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #6E0A78;
	border-radius: 100%;
}

.register .register-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.register .register-form .terms {
	display: inline-block;
	margin-left: 5px;
	color: #6E0A78;
}

.register .register-form .terms:hover {
	color: #000;
}

/*=========================
   End Register CSS
===========================*/

/*=====================
   Start Faq CSS
=======================*/
.faq-head h2 {
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 25px;
}

.faq-wrap {
	margin-bottom: 50px;
}

.faq-wrap:last-child {
	margin-bottom: 30px;
}

.accordion {
	padding-left: 0;
	margin: 0;
	padding: 0;
}

.accordion p {
	font-size: 18px;
	display: none;
	padding: 20px 45px 15px 20px;
	margin-bottom: 0;
}

.accordion a {
	font-size: 16px;
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 400;
	padding: 15px 0 15px 18px;
	border-radius: 0;
	background: #fff;
	color: #333;
	border: 1px solid #eee;
}

.accordion a:hover {
	color: #fff !important;
	background: #6E0A78 !important;
}

.accordion a:after {
	position: absolute;
	right: 20px;
	content: "+";
	top: 16px;
	color: #232323;
	font-size: 25px;
	font-weight: 700;
}

.accordion a:hover:after {
	color: #fff !important;
}

.accordion li {
	position: relative;
	list-style-type: none;
	margin-bottom: 30px;
}

.accordion li:first-child {
	border-top: 0;
}

.accordion li:last-child {
	margin-bottom: 0;
}

.accordion li a.active {
	color: #ffffff;
	background-color: #6E0A78;
	border: 1px solid #6E0A78;
}

.accordion li a.active:after {
	content: "-";
	font-size: 25px;
	color: #ffffff;
}

/*=====================
   End Faq CSS
=======================*/

/*=========================
   Start Contact Us CSS
===========================*/
.contact-us .inner {
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
	overflow: hidden;
}

.contact-us .contact-us-left {
	width: 100%;
	height: 100%;
}

.contact-us .contact-us-form {
	padding: 50px 40px;
}

.contact-us .contact-us-form h2 {
	position: relative;
	font-size: 32px;
	color: #333;
	font-weight: 600;
	line-height: 27px;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}

.contact-us .contact-us-form h2:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #6E0A78;
}

.contact-us .contact-us-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom: 50px;
}

.contact-us .form {
	margin-top: 30px;
}

.contact-us .form .form-group {
	margin-bottom: 22px;
}

.contact-us .form .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.contact-us .form .form-group textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 18px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}

.contact-us .form .form-group.login-btn {
	margin: 0;
}

.contact-us .form button {
	border: none;
}

.contact-us .form .btn {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	line-height: 20px;
	width: 100%;
}

.contact-us .form .btn:hover {
	background: #6E0A78;
	color: #fff;
}

.contact-us .contact-us-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;

}

.contact-us .contact-us-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.contact-us .contact-us-form .checkbox label:hover {
	cursor: pointer;
}

.contact-us .contact-us-form .checkbox label input {
	display: none;
}

.contact-us .contact-us-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #6E0A78;
	border-radius: 100%;
}

.contact-us .contact-us-form .checkbox label::after {
	position: relative;
	content: "";
	width: 7px;
	height: 7px;
	left: -16px;
	top: -15px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
	background: #6E0A78;
	border-radius: 100%;
}

.contact-us .contact-us-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.contact-us .contact-info {
	margin-top: 50px;
}

.contact-us .single-info {
	background: #6E0A78;
	padding: 40px 60px;
	height: 150px;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-us .single-info:before {
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80%;
	height: 90%;
	background: #6E0A78;
	opacity: 0;
	filter: blur(10px);
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-us .single-info:hover:before {
	opacity: 0.8;
}

.contact-us .single-info:hover {
	transform: translateY(-5px);
}

.contact-us .single-info i {
	font-size: 42px;
	color: #fff;
	position: absolute;
	left: 40px;
}

.contact-us .single-info .content {
	margin-left: 45px;
}

.contact-us .single-info .content h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;

}

.contact-us .single-info .content p {
	color: #fff;
	margin-top: 5px;
}

/* Google Map */
.contact-us #myMap {
	height: 100%;
	width: 100%;
}

/*=========================
   End Contact Us CSS
===========================*/

/*========================
	Start Error 404 CSS
==========================*/
.error-page {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}

.error-page .error-inner {
	display: inline-block;
}

.error-page .error-inner h1 {
	font-size: 140px;
	text-shadow: 3px 5px 2px #3333;
	color: #6E0A78;
	font-weight: 700;
}

.error-page .error-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
}

.error-page .error-inner p {
	padding: 20px 15px;
}

.error-page .search-form {
	width: 100%;
	position: relative;
}

.error-page .search-form input {
	width: 400px;
	height: 50px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	font-weight: 400;
	font-size: 14px;
}

.error-page .search-form input:hover {
	padding-left: 35px;
}

.error-page .search-form .btn {
	width: 80px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	background: #6E0A78;
	display: inline-block;
	position: relative;
	top: -2px;
}

.error-page .search-form .btn i {
	font-size: 16px;
}

/*========================
	End Error 404 CSS
==========================*/

/*===========================
	Start Mail Success CSS
=============================*/
.mail-seccess {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}

.mail-seccess .success-inner {
	display: inline-block;
}

.mail-seccess .success-inner h1 {
	font-size: 100px;
	text-shadow: 3px 5px 2px #3333;
	color: #6E0A78;
	font-weight: 700;
}

.mail-seccess .success-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
	margin-top: 20px;
}

.mail-seccess .success-inner p {
	padding: 20px 15px;
}

.mail-seccess .success-inner .btn {
	color: #fff;
}

/*===========================
	End Mail Success CSS
=============================*/

/*=========================
	Start Newsletter CSS
===========================*/
.newsletter {
	background: #fff;
}

.newsletter .subscribe-text {}

.newsletter .subscribe-text h6 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}

.newsletter .subscribe-text p {
	margin-bottom: 25px;
}

.newsletter .subscribe-form {
	position: relative;
}

.newsletter .subscribe-text p a {
	color: #6E0A78;
}

.newsletter .common-input {
	height: 60px;
	width: 300px;
	border: none;
	color: #333;
	box-shadow: none;
	text-shadow: none;
	border-radius: 5px;
	padding: 0px 25px;
	font-weight: 500;
	font-size: 14px;
	background: #fff;
	font-weight: 400;
}

.newsletter .btn {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0;
	width: 180px;
	position: relative;
	top: -2px;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0px 5px 15px rgba(188, 199, 255, 0.75);
}

.newsletter .btn:before {
	border-radius: 5px;
}

.newsletter .button:hover {
	box-shadow: none;
}

/*=========================
	End Newsletter CSS
===========================*/

/*=========================
	Start Reviews CSS
===========================*/
.review {
    background-image: url("https://dev.webmobrildemo.com/inhouse/dr-kaveh/wp-content/uploads/2024/04/slider_3.png"); 
	background-size: cover;
	background-repeat: no-repeat;
	
}
.review-heading {
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
.review-rating {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.review-stars {
    color: #ff9800;
    font-size: 1.2rem;
    margin-bottom: 10px;
}



.w-rating {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.review-stars {
    color: #ff9800;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

/*=========================
	End Reviews CSS
===========================*/

/*===============================
	Start Doctor Calendar CSS
=================================*/
.doctor-calendar-area {
	position: relative;
	z-index: 1;
}

.doctor-calendar-table {
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

.doctor-calendar-table table {
	margin-bottom: 0;
}

.doctor-calendar-table table thead tr th {
	vertical-align: middle;
	text-align: center;
	background-color: #6E0A78;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 500;
	padding-top: 17px;
	padding-bottom: 15px;
}

.doctor-calendar-table table tbody tr td {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #eeeeee;
	border-top: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	white-space: nowrap;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}

.doctor-calendar-table table tbody tr td:first-child {
	border-left: none;
}

.doctor-calendar-table table tbody tr td:last-child {
	border-right: none;
}

.doctor-calendar-table table tbody tr td h3 {
	margin-bottom: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
	font-weight: 600;
}

.doctor-calendar-table table tbody tr td span {
	display: block;
	color: #7d7d7d;
	font-size: 14.5px;
	margin-top: 5px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.doctor-calendar-table table tbody tr td span.time {
	display: inline-block;
	background-color: #dff5e8;
	color: #6E0A78;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	line-height: 65px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-weight: 500;
	font-size: 16px;
}

.doctor-calendar-table table tbody tr td:hover {
	background-color: #6E0A78;
	border-color: #6E0A78;
}

.doctor-calendar-table table tbody tr td:hover h3 {
	color: #ffffff;
}

.doctor-calendar-table table tbody tr td:hover span {
	color: #ffffff;
}

.doctor-calendar-table table tbody tr td:hover span.time {
	background-color: #ffffff;
	color: #6E0A78;
}

.doctor-calendar-table table tbody tr:last-child td {
	border-bottom: none;
}

/*===============================
	End Doctor Calendar CSS
=================================*/

/*=========================
	Start About Us CSS
===========================*/
.about-area {
	position: relative;
	z-index: 1;
}


.about-content span {
	display: block;
	margin-bottom: 5px;
	color: #6E0A78;
	font-size: 17px;
}

.about-content h2 {
	margin-bottom: 0px;
	line-height: 1.3;
	font-weight: 600;
	color: #6e0a78;
}

.about-content p {
	margin-top: 10px;
	margin-bottom: 0;
}

.about-content ul {
	padding-left: 0;
	list-style-type: none;
/* 	margin-top: 25px; */
	/* margin-bottom: 25px; */
}

.about-content ul li {
	margin-bottom: 16px;
	position: relative;
	padding-left: 0px;
}

.about-content ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #6E0A782B;
	color: #6E0A78;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: 4px;
}

.about-content ul li:hover i {
	background-color: #6E0A78;
	color: #ffffff;
}

.about-content ul li:last-child {
	margin-bottom: 0;
}

.about-content .btn {
	margin-top: 30px;
}

/* Start Our Vision Area CSS */
.our-vision-area {
	position: relative;
	z-index: 1;
	/* padding-bottom: 70px; */
}

.single-vision-box {
	margin-bottom: 30px;
	background-color: #0057A6;
	-webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
	padding: 25px 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	overflow: hidden;
	border-radius: 10px;
}

.single-vision-box .icon {
	margin-bottom: 20px;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	background-color: #6E0A78;
	color: #ffffff;
	font-size: 25px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-vision-box h3 {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 0;
	position: relative;
	font-size: 20px;
	font-weight: 700;
}

.single-vision-box p {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-top: 12px;
	margin-bottom: 0;
	color: #fff;
}

.single-vision-box::before {
	width: 0;
	height: 100%;
	z-index: -1;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #6E0A78;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-vision-box::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	border: 10px solid #ffffff;
	left: -80px;
	bottom: -80px;
	border-radius: 50%;
	z-index: -1;
	opacity: 0.15;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-vision-box:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.single-vision-box:hover::before {
	width: 100%;
}

.single-vision-box:hover .icon {
	background-color: #fff;
	color: #6E0A78;
}

.single-vision-box:hover h3 {
	color: #ffffff;
}

.single-vision-box:hover p {
	color: #ffffff;
}

.single-vision-box:hover::after {
	left: -50px;
	bottom: -50px;
}

/* End Our Vision CSS */

/* Our Mission Area CSS */
.our-mission-area {
	position: relative;
	z-index: 1;
}

.our-mission-image {
	width: 100%;
	height: 100%;
	background-image: url(img/mission-img.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.our-mission-image img {
	display: none;
}

.our-mission-content {
	max-width: 555px;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 50px;
}

.our-mission-content .sub-title {
	display: block;
	margin-bottom: 5px;
	color: #6E0A78;
	font-size: 17px;
}

.our-mission-content h2 {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 40px;
	font-weight: 600;
}

.our-mission-content p {
	margin-top: 10px;
	margin-bottom: 0;
}

.our-mission-content ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 0;
	margin-top: 0;
}

.our-mission-content ul li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	color: #7d7d7d;
	font-size: 14.5px;
	line-height: 1.7;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}

.our-mission-content ul li .icon {
	margin-bottom: 13px;
	-webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #6E0A78;
	font-size: 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.our-mission-content ul li span {
	display: block;
	color: #121521;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 17px;
}

.our-mission-content ul li:hover .icon {
	background-color: #6E0A78;
	color: #ffffff;
	border-radius: 100%;
}

/* End Our Mission CSS */

/*=========================
	End About Us CSS
===========================*/

/*=========================
	Start Footer CSS
===========================*/
.footer {
	position: relative;
}

.footer .footer-top {
	padding: 50px 0px;
	position: relative;
	background: linear-gradient(180deg, #6E0A78 0%, #0057A6 100%);
	border-bottom: 1px solid #fff;
}

.footer .footer-top:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.1;
}

.footer .single-footer .social {
	margin-top: 25px;
}

.footer .single-footer .social li {
	display: inline-block;
	margin-right: 10px;
}

.footer .single-footer .social li:last-child {
	margin-right: 0px;
}

.footer .single-footer .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #fff;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
}

.footer .single-footer .social li a:hover {
	color: #6E0A78;
	background: #fff;
	border-color: transparent;
}

.footer .single-footer.f-link li a i {
	margin-right: 10px;
}

.footer .single-footer.f-link li {
	display: block;
	margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
	margin: 0;
}

.footer .single-footer.f-link li a {
	display: block;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}

.footer .single-footer.f-link li a:hover {
	padding-left: 8px;
}

.footer .single-footer h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: capitalize;
	position: relative;
}

.footer .single-footer h2::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 50px;
	background: #fff;
}

.footer .single-footer .time-sidual {
	margin-top: 15px;
	margin-bottom: 15px;
}

.footer .single-footer .time-sidual {
	overflow: hidden;
}

.footer .single-footer .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 15px;
}

.footer .single-footer .time-sidual li span {
	display: inline-block;
	float: right;
}

.footer .single-footer .day-head .time {
	font-weight: 400;
	float: right;
}

.footer .single-footer p {
	color: #fff;
}

.footer .single-footer .newsletter-inner {
	margin-top: 20px;
	position: relative;
}

.footer .single-footer .newsletter-inner input {
	background: transparent;
	border: 1px solid #fff;
	height: 50px;
	line-height: 42px;
	width: 100%;
	margin-right: 15px;
	color: #fff;
	padding-left: 18px;
	padding-right: 70px;
	display: inline-block;
	float: left;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 5px;
}

.footer .single-footer .newsletter-inner input:hover {
	padding-left: 22px;
}

.footer input::-webkit-input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer input::-moz-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer input::-ms-input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer input::input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.footer .single-footer .newsletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #fff;
	border-left: 1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	color: #6E0A78;
	font-size: 25px;
}

.footer .single-footer .newsletter-inner .button i {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer .single-footer .newsletter-inner .button:hover i {
	color: #000;
}

.footer .copyright {
	background: #ffffff;
	padding: 15px 0px 15px 0px;
	text-align: center;
}

.footer .copyright .copyright-content p {
	color: #000;
}

.footer .copyright .copyright-content p a {
	color: #000;
	font-weight: 400;
	text-decoration: underline;
	display: inline-block;
	margin-left: 4px;
}

/*=========================
	End Footer CSS
===========================*/
.appointment-bg-one {
	width: calc(100% + 200px)
}

.appointment-wrap.style4 {
	background: #6e0a78;
	position: relative;
	z-index: 1;
	/* padding: 20px 0; */
	background-repeat: no-repeat;
	background-size: cover;
}

.section-title.style2.text-center.mb-40 h2 {
	color: #fff;
}

.section-title.style2.text-center.mb-40 span {
	color: #fff;
}

.appointment-wrap.style4:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1
}

.appointment-wrap.style4 .book-appointment {
	padding: 0
}

.appointment-wrap.style4 .book-appointment .form-group input,
.appointment-wrap.style4 .book-appointment .form-group select,
.appointment-wrap.style4 .book-appointment .form-group textarea {
	background-color: transparent;
	border: 1px solid hsl(0deg 0% 100%);
	color: #fff;
}

.appointment-wrap.style4 .book-appointment .form-group input::-moz-placeholder,
.appointment-wrap.style4 .book-appointment .form-group select::-moz-placeholder,
.appointment-wrap.style4 .book-appointment .form-group textarea::-moz-placeholder {
	color: var(--clr_white);
	opacity: 1
}

.appointment-wrap.style4 .book-appointment .form-group input::placeholder,
.appointment-wrap.style4 .book-appointment .form-group select::placeholder,
.appointment-wrap.style4 .book-appointment .form-group textarea::placeholder {
	color: var(--clr_white);
	opacity: 1
}

.appointment-wrap.style4 .book-appointment .form-group select {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUzQUJBRUUyNzA5MjExRUNBOTJFRDkxNjU5MUYyQTkzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUzQUJBRUUzNzA5MjExRUNBOTJFRDkxNjU5MUYyQTkzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTNBQkFFRTA3MDkyMTFFQ0E5MkVEOTE2NTkxRjJBOTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTNBQkFFRTE3MDkyMTFFQ0E5MkVEOTE2NTkxRjJBOTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz68ejbQAAACCUlEQVR42uzdQU4DMRBE0XiU+185LFlFIMjY3V3vb5EQ43oKCQuzXq/XQ7ldjgAAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAqtTzpu/77vLB5chrnd+18Yf/6Ws6cH5XsQc0fsh7AAiKnMmV9sDGr/UpAILDZ3ClH0D6s98BYEFw2zOvLq8AEDQY/+5fARAUH3/HewAICo+/600gBEXH3/kpIB1ByfF3fwxMRVB2/BN/B0hDUHr8EwCSEJQf/xSABAQtxj8JYDKCNuOfBjARQavxKwCYhKDd+FUATEDQcvxKADojaDt+NQAdEbQevyKATgjaj18VQAcEI8avDKAygjHjVwdQEcGo8TsAqIRg3PhdAFRAMHL8TgBOIhg7fjcAJxCMHr8jgJ0Ixo/fFcAOBBHjdwZwJ4KY8bsDuANB1PgTAHwSQdz4UwB8AkHk+JMA/AdB7PjTAOwaZtRNZxPvCVzGzwZw11Aj7zicfFPoMn42gE8NN/p204S7gpfxswH8dciIe42Tbgtfxs8G8Ntho240T/x/Acv43z0fmfm/BcGvAAJAAAgAAQCAIwBAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQIX7EmAATotSCLmJVm0AAAAASUVORK5CYII=);
	background-color: rgb(255 255 255 / 70%);
}

.appointment-wrap.style4 .book-appointment .form-group textarea {
	height: 80px
}

.appointment-wrap.style7 {
	background-color: var(--clr_white);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.appointment-wrap.style7 .appointment-bg-three {
	height: 660px
}

.appointment-wrap.style7 .book-appointment {
	box-shadow: none;
	padding: 0 50px 0 0
}

.book-appointment {
	position: relative;
	padding: 0px
}

.book-appointment.style1 {
	background-image: url(/doki/img/booking-form-bg.1acde722.jpg)
}

.book-appointment.style1 h5 {
	color: var(--clr_white)
}

.book-appointment.style1 form .form-group input,
.book-appointment.style1 form .form-group select,
.book-appointment.style1 form .form-group textarea {
	border: 1px solid hsla(0, 0%, 100%, .25);
	background-color: transparent;
	color: var(--clr_white)
}

.book-appointment.style1 form .form-group input::-moz-placeholder,
.book-appointment.style1 form .form-group select::-moz-placeholder,
.book-appointment.style1 form .form-group textarea::-moz-placeholder {
	opacity: 1;
	color: var(--clr_white)
}

.book-appointment.style1 form .form-group input::placeholder,
.book-appointment.style1 form .form-group select::placeholder,
.book-appointment.style1 form .form-group textarea::placeholder {
	opacity: 1;
	color: var(--clr_white)
}

.book-appointment.style1 form .form-group select {
	background-color: rgba(0, 40, 86, .7);
	color: var(--clr_white);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUzQUJBRUUyNzA5MjExRUNBOTJFRDkxNjU5MUYyQTkzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUzQUJBRUUzNzA5MjExRUNBOTJFRDkxNjU5MUYyQTkzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTNBQkFFRTA3MDkyMTFFQ0E5MkVEOTE2NTkxRjJBOTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTNBQkFFRTE3MDkyMTFFQ0E5MkVEOTE2NTkxRjJBOTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz68ejbQAAACCUlEQVR42uzdQU4DMRBE0XiU+185LFlFIMjY3V3vb5EQ43oKCQuzXq/XQ7ldjgAAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAqtTzpu/77vLB5chrnd+18Yf/6Ws6cH5XsQc0fsh7AAiKnMmV9sDGr/UpAILDZ3ClH0D6s98BYEFw2zOvLq8AEDQY/+5fARAUH3/HewAICo+/600gBEXH3/kpIB1ByfF3fwxMRVB2/BN/B0hDUHr8EwCSEJQf/xSABAQtxj8JYDKCNuOfBjARQavxKwCYhKDd+FUATEDQcvxKADojaDt+NQAdEbQevyKATgjaj18VQAcEI8avDKAygjHjVwdQEcGo8TsAqIRg3PhdAFRAMHL8TgBOIhg7fjcAJxCMHr8jgJ0Ixo/fFcAOBBHjdwZwJ4KY8bsDuANB1PgTAHwSQdz4UwB8AkHk+JMA/AdB7PjTAOwaZtRNZxPvCVzGzwZw11Aj7zicfFPoMn42gE8NN/p204S7gpfxswH8dciIe42Tbgtfxs8G8Ntho240T/x/Acv43z0fmfm/BcGvAAJAAAgAAQCAIwBAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQIX7EmAATotSCLmJVm0AAAAASUVORK5CYII=)
}

.book-appointment.style1 form button.btn:hover {
	color: var(--clr_prussian)
}

.book-appointment.style1 form button.btn:hover:after,
.book-appointment.style1 form button.btn:hover:before,
.book-appointment.style2 {
	background-color: var(--clr_white)
}

.book-appointment.style2 {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	z-index: 1;
	position: relative
}

.book-appointment.style2 form .form-group input,
.book-appointment.style2 form .form-group select,
.book-appointment.style2 form .form-group textarea {
	border: 1px solid rgba(0, 40, 86, .25);
	background-color: transparent;
	color: var(--clr_emperor)
}

.book-appointment.style2 form .form-group input::-moz-placeholder,
.book-appointment.style2 form .form-group select::-moz-placeholder,
.book-appointment.style2 form .form-group textarea::-moz-placeholder {
	opacity: 1
}

.book-appointment.style2 form .form-group input::placeholder,
.book-appointment.style2 form .form-group select::placeholder,
.book-appointment.style2 form .form-group textarea::placeholder {
	opacity: 1
}

.book-appointment.style2 form .form-group select {
	background-color: var(--clr_white);
	color: var(--clr_emperor);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADsQAAA7EB9YPtSQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAHPSURBVHic7dzBVtpAAIXh+zLFfV3QZ4bnqnZT9Q3swuaoYCSBwGRmvu+c7FwMuT+BjSQAAAAAAAAAAAAAAAAAAAAAAAAAQOvukuyTPPy/9kk2RU9Ul6rv312SpySvB9dzkm3Bc9Vim7d7dXj/nlJJBPscH364XiKC72zzdo/G7t+u3NGme8z4Cxgi+FXsdOt1n6+fnB+vP8VON8NDvn8RIjg2ZfzXJL9LHXCOXU6/EB8H70499qv7CNjk6y8xIjg2Z/znVPIlMEl+Jvmb6RH0+HEw9bFf7RtFBOOaH38ggmPdjD8Qwbvuxh+IoOPxBz1H0P34gx4jMP6BniIw/ogeIjD+CS1HYPyJWozA+DO1FIHxz9RCBMa/UM0RGH8hNUZg/IXVFIHxr6SGCIx/ZWuOwPg3ssYIjH9ja4rA+IWsIQLjF1YyAuOvRIkIjL8yt4zA+Ct1iwiMv3LXjMD4lbhGBMavzJIRGL9SS0Rg/MpdEoHxG3FOBMZvzJz/uX+Z+bfGr8ScJ4HxG7VUBMav2KURGL8B50Zg/IbMjcD4DZoagfEbdioC43dg7MeY/Zh1Rzb5/HPsuyQ/ip4IAAAAAAAAAAAAAAAAAAAAAAAAAOjeP1TCsZ3QSll0AAAAAElFTkSuQmCC)
}

.book-appointment.style2 form button.btn:hover {
	color: var(--clr_white)
}

.book-appointment.style2 form button.btn:hover:after,
.book-appointment.style2 form button.btn:hover:before {
	background-color: var(--clr_prussian)
}

.book-appointment form,
.book-appointment h5 {
	position: relative;
	z-index: 1
}

.book-appointment h5 {
	margin: 0 0 25px
}

.book-appointment form .form-group {
	position: relative;
	margin: 0 0 25px
}

.book-appointment form .form-group input,
.book-appointment form .form-group select,
.book-appointment form .form-group textarea {
	width: 100%;
	padding: 15px 20px;
	border-radius: 5px
}

.book-appointment form .form-group input::-moz-placeholder,
.book-appointment form .form-group select::-moz-placeholder,
.book-appointment form .form-group textarea::-moz-placeholder {
	opacity: .9
}

.book-appointment form .form-group input::placeholder,
.book-appointment form .form-group select::placeholder,
.book-appointment form .form-group textarea::placeholder {
	opacity: .9
}

.book-appointment form .form-group input {
	height: 55px
}

.book-appointment form .form-group textarea {
	height: 120px;
	resize: none;
	padding: 15px 20px
}

.book-appointment form .form-group select {
	padding: 15px 20px;
	border-radius: 5px;
	color: var(--clr_white)
}

.book-appointment form button.btn {
	display: block;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #ffffff;
}

/* ===================
cta css 
====================== */

.cta-area {
	background: url(../img/hero-physiology.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}

.cta-area::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgb(255 255 255 / 85%);
	left: 0;
	top: 0;
	z-index: -1;
}

.cta-content {
	text-align: center;
}

.cta-content h1 {
	color: #6e0a78;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 32px;
}

.cta-content p {
	color: #000;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 30px;
	line-height: 1.75em;
}

.choose-left h4 {
	line-height: 30px;
	margin-bottom: 30px;
	font-size: 20px;
}

.single-clients {
	margin-bottom: 20px;
}

.single-clients .readmore {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	background: #6E0A78;
	color: #fff;
	padding: 4px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}

.single-clients .readmore:hover {
	background: #0057A6;
	transition: all 0.4s ease;
}

.blog .single-news .news-body .date:hover {
	background: #0057A6;
	transition: all 0.4s ease;
}

.pro-features p span::before {
	position: absolute;
	content: '';
	background: #b5b5b8;
	width: 1px;
	height: 14px;
	top: 8px;
	right: -12px;
}

.pro-features p span {
	position: relative;
	display: inline-block;
	margin: 0px 10px;
}

.drop .nice-select {
	line-height: 19px;
	margin-bottom: 0;
	color: #fff;
	height: 28px;
	border: none;
	border-radius: 0;
}

li.drop.p-0 {
	margin-top: 5px;
}

.drop .nice-select.open .list {
	width: auto;
	margin-top: 2px;
}

.drop .nice-select .option:hover {
	width: 100%;
}

a.btn.second {
	background: #0057A6;
}

.main-grid {
	margin: 73px;
}

.grid>div>img {
	max-width: 100%;
	height: auto;
	display: inline-block;

}

.grid-txt h2 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: xx-large;
	font-weight: 600;

}

.grid-img img {
	/* width: 100%; */
	/* height: 100%; */
	object-fit: cover;

}

.grid {
	/* margin: 30px;
    padding: 20px; */
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(6, 1fr);
	/* grid-template-rows: repeat(3, 1fr);  */
}

.grid-img {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

.grid-img2 {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}

.grid-img3 {
	grid-column-start: 4;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 2;
}

.grid-img4 {
	grid-column-start: 3;
	grid-column-end: 5;
	grid-row-start: 2;
	grid-row-end: 4;
}

.grid-img5 {
	grid-column-start: 5;
	grid-column-end: 7;
	grid-row-start: 1;
	grid-row-end: 3;
}

input:focus-visible {
	outline-offset: 0px;
	border: none;
	outline: none;

}

.locat-btm {
	color: #fff !important;
	font-size: 18px;
}

.locat-btm:hover {
	color: #fff;
}

.footer .single-footer .social li a svg path:hover {
	fill: #6E0A78;
	background: #fff;
	border-color: transparent;
}

.footer .single-footer .social li a svg path {
	fill: #fff;
}

#map_wrapper {
	height: 500px;
	width: 700px;
}

#map_canvas {
	width: 100%;
	height: 100%;
}

.location-block {
	margin-bottom: 20px;
}

.location-content {
	font-size: 14px;
	font-weight: 500;
}

.location-head {
	margin-bottom: 20px;
}

.location-icon {
	font-size: 18px;
	color: #6E0A78;
	padding-right: 6px;
}

.location-title {
	font-weight: 600;
	color: #6E0A78;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.gm-style img {
	max-width: none;
	width: 100px;
}

.mapp-sec {
	background: #0057A6;
}

.info_content {
	background-color: #fff;
	padding: 10px;
}

.info_location_name {
	color: #6E0A78;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}

.info_location_text {
	margin-bottom: 10px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
}

.info_location_call {
	font-size: 14px;
	color: #2e3133;
	font-weight: 600;
}

.info_location_call span {
	padding-right: 8px;
	font-size: 14px;
	color: #6E0A78;
}

.mt30 {
	margin-top: 20px;
}

.map-text {
	position: absolute;
	bottom: -18px;
	display: block;
	background: #0057A6;
	padding: 15px 20px;
	left: -50px;
}

.map-text h2 {
	color: #fff;
}

.map-text p {
	color: #fff;
	font-size: 16px;
}

/* Chatbot */
.botIcon {
	bottom: 15px;
	left: 15px;
	position: fixed;
	z-index: 9999;
}

.iconInner {
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: #0057A6;
	background-position: 50%;
	background-size: 300%;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.7em;
	height: 2em;
	justify-content: center;
	width: 2em;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
	display: none;
}


.botIcon .Messages,
.botIcon .Messages_list {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.chat_close_icon {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	right: 12px;
	z-index: 9;
}

.chat_on {
	background-color: #8a57cf;
	bottom: 20px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 45px;
	padding: 9px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 45px;
	z-index: 10;
}

.chat_on_icon {
	color: #fff;
	font-size: 25px;
	text-align: center;
}

.botIcon .Layout {
	-webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
	-ms-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
	animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background-color: rgb(63, 81, 181);
	bottom: 20px;
	border-radius: 10px;
	box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);
	box-sizing: content-box !important;
	color: rgb(255, 255, 255);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-height: 30px;
	max-width: 300px;
	min-width: 50px;
	opacity: 0;
	pointer-events: auto;
	position: fixed;
	-webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
	-ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
	transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
	z-index: 999999999;
}

.botIcon .Layout-open {
	border-radius: 10px;
	color: #fff;
	height: 500px;
	max-height: 500px;
	max-width: 300px;
	overflow: hidden;
	-webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
	-ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
	transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
	width: 100%;
}

.botIcon .Layout-expand {
	display: none;
	height: 400px;
	max-height: 100vh;
	min-height: 300px;
}

.showBotSubject.botIcon .Layout-expand {
	display: block;
}

.botIcon .Layout-mobile {
	bottom: 10px
}

.botIcon .Layout-mobile.Layout-open {
	min-width: calc(100% - 20px);
	width: calc(100% - 20px);
}

.botIcon .Layout-mobile.Layout-expand {
	border-radius: 0 !important;
	bottom: 0;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
}

.botIcon .Messenger_messenger {
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.botIcon .Messenger_header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0057a6;
	color: rgb(255, 255, 255);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 40px;
	padding-left: 10px;
	padding-right: 40px;
}

.botIcon .Messenger_header h4 {
	-webkit-animation: slidein .15s .3s;
	-ms-animation: slidein .15s .3s;
	animation: slidein .15s .3s;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	font-size: 16px;
	opacity: 0;
	color: #fff;
}

.botIcon .Messenger_prompt {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.botIcon .Messenger_content {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 80px;
}

.botIcon .Messages {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.botIcon .Input {
	background-color: #fff;
	border-top: 1px solid #e6ebea;
	color: #96aab4;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 15px;
	padding-top: 17px;
	position: relative;
	width: 100%;
}

.botIcon .Input-blank .Input_field {
	max-height: 20px;
}

.botIcon .Input_field {
	background-color: transparent;
	border: none;
	outline: none;
	padding-left: 20px;
	padding-right: 45px;
	resize: none;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	min-height: 20px !important;
}

.botIcon .Input_button-emoji {
	right: 45px;
}

.botIcon .Input_button {
	background-color: transparent;
	border: none;
	bottom: 15px;
	cursor: pointer;
	height: 25px;
	outline: none;
	padding: 0;
	position: absolute;
	width: 25px;
}

.botIcon .Input_button-send {
	right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
	fill: #2c2c46;
}

.Icon svg {
	height: auto;
	width: 100%;
}

.msg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.msg.user {
	-webkit-box-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.msg+.msg {
	margin-top: 15px;
}

span.responsText {
	color: #000;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	max-width: calc(100% - 50px);
}

.msg.user span.responsText {
	margin-left: 0;
	margin-right: 10px;
}

span.avtr {
	display: inline-block;
	width: 30px;
}

span.avtr figure {
	background-color: #ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	display: block;
	margin: 0;
	padding-bottom: 100%;
}

@-webkit-keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes appear {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-ms-keyframes slidein {
	0% {
		opacity: 0;
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media only screen and (max-width: 412px) {
	.botIcon .Layout-open {
		width: 250px;
	}
}

.team-mem {
	padding-bottom: 60px;
}

.team-mem img {
	border: 2px solid #fff;
	border-radius: 50%;
	margin-bottom: 10px;
}

.bg-locat {
	border-radius: 14px;
	background: linear-gradient(89deg, rgba(110, 10, 120, 0.77) 49.85%, rgba(0, 87, 166, 0.00) 86.09%);
	padding: 12px;
	height: 230px;
}

.bg-locat h6,
.bg-locat p {
	color: #fff;
	line-height: 26px;
}

/** team-details **/

.team-details {
	position: relative;
	display: block;
	background: #fff;
}

.team-details .single-team-member {
	position: relative;
	display: block;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* padding-top: 30px; */
}

.team-details .single-team-member:after {
	position: absolute;
	content: '';
/* 	background: url(../img/logo-watermark.png); */
	width: 400px;
	height: 339px;
	top: -37px;
	right: 0px;
	background-repeat: no-repeat;
}

.social-style-one li {
	position: relative;
	display: inline-block;
}

.social-style-one li a {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}

.social-style-one li:first-child a {
	background: #6e0a78;
	color: #fff;
	border: 1px solid #fff;
}

.social-style-one li:nth-child(2) a {
	background: #6e0a78;
	color: #fff;
	border: 1px solid #fff;
}

.social-style-one li:nth-child(3) a {
	background: #6e0a78;
	color: #fff;
	border: 1px solid #fff;
}

.social-style-one li:nth-child(4) a {
	background: #6e0a78;
	color: #fff;
	border: 1px solid #fff;
}

.social-style-one li:last-child a {
	background: #6e0a78;
	color: #fff;
	border: 1px solid #fff;
}

.social-style-one li a:hover {
	background: #ffffff !important;
	color: #6e0a78;
}

.team-details .single-team-member .inner-box {
	position: relative;
	display: block;
	margin-bottom: -70px;
	z-index: 1;
}

.team-details .single-team-member:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.90);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.team-details .single-team-member .image-box {
	position: relative;
	display: block;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	z-index: 1;
	box-shadow: 0 0 10px 1px #d3d3d3;
}

.team-details .single-team-member .image-column {
	position: relative;
}

.team-details .single-team-member .image-column:before {
	position: absolute;
	content: '';
	/* background: url(../img/icon-5.png); */
	width: 363px;
	height: 346px;
	left: -70px;
	top: -18px;
	background-repeat: no-repeat;
}

.team-details .single-team-member .image-box img {
	width: 100%;
	border-radius: 10px;
}

.team-details .single-team-member .content-box h1 {
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 50px;
	font-weight: 600;
	color: #000;
	margin-bottom: 12px;
}

.team-details .single-team-member .content-box .designation {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;

	font-weight: 500;
	color: #6e0a78;
	margin-bottom: 25px;
}

.team-details .single-team-member .content-box .text {
	position: relative;
	display: block;
	font-weight: 600;
	line-height: 28px;
	color: #48494a;
	font-style: italic;
	font-size: 18px;
	text-align: justify;
}

.team-details .single-team-member .content-box {
	position: relative;
	display: block;
	margin-left: 70px;
	margin-top: 102px;
}

.team-details .team-social-bar {
	position: relative;
	display: block;
	background: #6E0A78;
	padding: 30px 0px 29px 0px;
}

.team-details .team-social-bar .call {
	position: relative;
	display: inline-block;
	margin-right: 192px;
	z-index: 1;
}

.team-details .team-social-bar .call i {
	position: relative;
	display: inline-block;
	font-size: 18px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	color: #6e0a78;
	text-align: center;
	border-radius: 50%;
	margin-right: 15px;
}

.team-details .team-social-bar .call a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;

	color: #fff;
}



.team-details .team-social-bar .social-style-one {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.team-details .team-social-bar .social-style-one li {
	margin-left: 7px;
}

.team-details .team-social-bar .social-style-one li:first-child {
	margin-left: 0px;
}

.team-details .lower-content {
	position: relative;
	display: block;
	padding: 70px 0px 0px 0px;
}

.team-details .lower-content .sidebar {
	position: relative;
	display: block;
	padding: 107px 30px 50px 30px;
	margin-left: 30px;
}

.team-details .lower-content .content-box h1 {
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	color: #000;
	margin-bottom: 22px;
}

.team-details .lower-content .content-box .italic-text {
	position: relative;
	display: block;
	font-weight: 600;
	color: #000;
	font-style: italic;
	margin-bottom: 26px;
	text-align: justify;
}

.team-details .lower-content .content-box .content-style-one .text {
	position: relative;
	display: block;
	margin-bottom: 30px;
	text-align: justify;
}

.team-details .lower-content .content-box h3 {
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 38px;
	font-weight: 500;
	color: #000;
	margin-bottom: 22px;
}

.team-details .lower-content .content-box .list li {
	position: relative;
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
	padding-left: 26px;
	text-align: justify;
}

.team-details .lower-content .content-box .list li:before {
	position: absolute;
	content: '';
	background: #6e0a78;
	width: 7px;
	height: 7px;
	left: 0px;
	top: 10px;
	border-radius: 50%;
}

.team-details .lower-content .content-box .list li:last-child {
	margin-bottom: 0px;
}

.team-details .lower-content .content-box .content-style-one {
	position: relative;
	display: block;
	margin-bottom: 52px;
}

.team-details .lower-content .content-box .content-style-two p {
	margin-bottom: 26px;
	text-align: justify;
}

.team-details .lower-content .content-box .content-style-two .text {
	position: relative;
	display: block;
	/* padding-bottom: 26px; */
}

.team-details .lower-content .content-box .content-style-one .text p {
	margin-bottom: 20px;
	text-align: justify;
}

.team-details .lower-content .content-box .content-style-one img {
	margin-bottom: 20px;
}

/** feature-section **/


.feature-section {
	position: relative;
	display: block;
	/* background: #f0efeb; */
}

.feature-section .feature-content .feature-block {
	/* position: relative;
	float: left;
	width: 25%; */
	background: #6e0a78;
	/* padding: 20px 10px 20px 10px;
	transition: all 500ms ease; */
	color: #fff;
	border-radius: 20px;
}

.feature-content.clearfix {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

/* .feature-section .feature-content .feature-block:before{
	position: absolute;
	content: '';
	background: #d8d7d3;
	width: 1px;
	height: 138px;
	top: 20px;
	right: 0px;
	} */

.feature-section .feature-content .feature-block:last-child:before {
	display: none;
}

.feature-section .feature-content .feature-block .inner-box .icon-box img {
	/* width: 80px; */
	margin-bottom: 12px;
	border-radius: 10px;
	/* background: #fff; */
}

.feature-section .feature-content .feature-block .inner-box {
	text-align: center;
	padding: 20px 0;
}

.feature-section .feature-content .feature-block .inner-box .icon-box {}

.feature-section .feature-content .feature-block:hover .inner-box .icon-box {
	color: #000;
}

.feature-section .feature-content .feature-block .inner-box h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 500;
	/* margin-bottom: 6px; */
}

.feature-section .feature-content .feature-block .inner-box h5 a {
	position: relative;
	display: inline-block;
	color: #fff;
}

.feature-section .feature-content .feature-block .inner-box h5 a:hover {
	color: #ffffff;
}

.team-details .single-team-member .content-box p a {
	font-size: 18px;
}

.team-details .single-team-member .content-box p {
	margin-bottom: 20px;
}

h3.btnn {
	position: absolute;
	left: 20px;
	top: 42%;
	font-size: 25px;
	line-height: 35px;
	text-transform: uppercase;
	color: #fff;
	z-index: 99;
	right: 20px;
	text-align: center;
}

ul.con-grid2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
	margin-top: 25px;
}

ul.con-grid2 li {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}

.con-grid li img {
	margin-bottom: 10px;
	width: 100px;
}

.con-grid li a p {
	text-align: center;
	color: #fff;
}

.cmp-media__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0)27.4%, rgba(0, 0, 0, .56)58.85%, rgba(0, 0, 0, .8)100%);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.thumbnails {
	/* margin: 10px; */
	display: flex;
	justify-content: left;
	position: relative;
	overflow: hidden;
	transition: transform .3s;
	border-radius: 6px;
	margin-bottom: 25px;
}

.thumbnails img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 20%;
}

.black {
	text-align: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0)27.4%, rgba(0, 0, 0, .56)58.85%, rgba(0, 0, 0, .8)100%);
	background-blend-mode: multiply;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .7;
}

.title h4 {
	color: #fff;
	font-size: 20px;
	text-align: left;
	z-index: 10;
	margin-bottom: 8px;
}

.title {
	color: #fff;
	font-size: 16px;
	align-self: center;
	position: absolute;
	z-index: 10;
	top: 63%;
	left: 15px;
}

.title p {
	color: #fff;
	font-size: 18px;
	text-align: left;
	z-index: 10;
}

.black,
.title {
	transition: opacity .3s;
}

.locat {
	font-size: 20px;
	color: #6e0a78;
}

/* -----------pat-resource------------ */

#Education {
	min-height: 735px;
	background: url(../img/bg-process.jpg) no-repeat;
	position: relative;
	z-index: 1;
	/* padding: 20px 0; */
	background-size: cover;
	background-position: center;
}

.eduHead {
	color: #fff;
	text-align: center;
	padding: 122px 0px 0px 0px;
	font-weight: 700;
	font-size: 32px;
}

.eduList {
	position: absolute;
	z-index: 1;
	text-transform: uppercase;
	width: 70%;
	height: 338px;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
}

.eduList::before {
	top: 235px;
	width: 75%;
}

.fv {
	top: 175px;
	left: 10%;
}

.eduList li.fv span,
.accessible_on .eduList li.fv:hover span {
	background-position: -5px -5px;
}

.eduList li span,
.accessible_on .eduList li:hover span {
	width: 115px;
	height: 115px;
	display: block;
	background: url(../img/pr-img.png) no-repeat left top;
	margin: 0px auto;
}

.pf {
	top: 175px;
	right: 10%;
}

.eduList li.pf span,
.accessible_on .eduList li.pf:hover span {
	background-position: -135px -5px;
}

.poi {
	bottom: -128px;
	left: 0px;
}

.eduList li.poi span,
.accessible_on .eduList li.poi:hover span {
	background-position: -5px -135px;
}

.eduList li {
	position: absolute;
	z-index: 1;
	text-align: center;
	font-size: 18px;
}

.ii {
	bottom: -128px;
	right: 0px;
}

.eduList li.ii span,
.accessible_on .eduList li.ii:hover span {
	background-position: -135px -135px;
}

.eduList::after {
	width: 90%;
	bottom: -48px;
}

.eduList::before,
.eduList::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: #fff;
}

.eduVideo {
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	top: 28%;
}

li.aa {
	bottom: -105px;
	left: 42%;
}

.eduList li.aa span,
.accessible_on .eduList li.aa:hover span {
	background-position: -255px -66px;
}

.eduVideo a img {
	margin-top: 76px;
}

#Education:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #0057a657;
	z-index: -1;
}

.vl {
	border-left: 2px solid white;
	height: 322px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 0;
}

.team .t-bottomm {
	text-align: center;
	position: relative;
	padding: 0 20px;
	padding: 10px 10px;
}

.team .story-team {
	background: #6e0a78;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 30px;
	text-align: center;
	box-shadow: 0px 0px 10px #00000021;
	border-radius: 5px;
	overflow: hidden;
	height: 430px;
}

.team .t-bottomm p {
	color: #fff;
	font-size: 16px;
	display: block;
	margin-bottom: 4px;
}

.team .t-bottomm h4 {
	color: #fff;
}

.team .t-bottomm h2 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
}

.team .story-team:hover .t-head::before {
	visibility: visible;
	opacity: 0.5;
}

.team .story-team:hover .t-icon a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.team .story-team:hover .t-icon p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

/* latest news */


.featured-news {
	position: relative;
}

.featured-news-title-area {
	max-width: 435px;
	border: solid 2px transparent;
	border-radius: 8px;
	overflow: hidden;
	overflow-y: auto;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 56px;
	top: 50%;
	transform: translate(0, -50%);
	padding: 45px;
}

.featured-news-title-area:hover .featured-news__title {
	color: #6e0a78;
	text-decoration: underline;
}

.featured-news__title {
	margin: 14px 0 7px;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: -.6px;
	font-size: 2rem;
	font-weight: 600;
}

.featured-news-title-area .featured-news__p {

	font-size: 1rem;
	color: #333;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
}

.featured-news-title-area:hover .featured-news__p {

	text-decoration: underline;
}

.latest-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);

}

.latest-news-box h2 {
	font-size: 1.25rem;
}

.latest-news-box:hover {
	border: 2px solid #f7f7f7;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	z-index: 1;

	border-radius: 8px;
}

.news-inner-box img {
	width: 100%;
	border-radius: 8px;
}

.latest-news-box:hover .featured-news__title {
	color: #6e0a78;
	text-decoration: underline;
}

.latest-news-box {
	padding: 25px;
	border: 2px solid #fff;
}

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

.download-app {
	display: grid;
	grid-template-columns: repeat(2, 1fr);

	align-items: center;
}

.download-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	/* gap: 10%; */
}

.app-img img {
	width: 500px;
	margin: 0 auto;
	display: block;
}

.download-section img {
	/* width: 150px; */
	margin-bottom: 16px;
}

.download-app-bg {
	background: #6e0a78;
	padding: 30px 0 0;
}

.download-app-title h2 {
	color: #fff;
	font-size: 58px;
	font-weight: 800;
}

.download-app-title p {
	color: #fff;
	font-size: 16px;
	margin: 10px 0 15px;
}

.download-section h3 {
	font-size: 25px;
	color: #fff;
}

.download-section a {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}

.center-of-exce {
	overflow: hidden;
	padding-left: 50px;
	padding-right: 50px;
}

.list li i {
	position: absolute;
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	/* background: #5e0966; */
	color: #fff;
	font-size: 10px;
	border-radius: 100%;
	padding-left: 2px;
	margin-right: 2px;
	left: 0px;
	top: 5px;
}


.join-health {
	width: 1200px;
	margin: auto;
}

.mainn {
	text-align: center;
}

.mainn h1 {
	color: #6e0a78;
	font-size: 30px;
}

/* .mainn p{
    color: #0057a6;
       font-size: 20px;
} */
.course-col a {
	position: relative;
	color: #6e0a78;
	text-decoration: none;
	display: inline-block;
}

.course-col a::after {
	position: relative;
	content: '';
	width: 0%;
	height: 2px;
	background-color: #6e0a78;
	display: block;
	margin: auto;
	transition: 0.5s;
}

.course-col a:hover::after {
	width: 100%;
}

.join-health p {
	line-height: 26px;
	padding: 0px 20px;
	margin: 12px;
	font-size: 18px;

}

/* 
fffffffffffffffffffff */

.course-col {
	border-radius: 10px;
	background-color: #ffffff;
	margin-bottom: 5%;
	box-sizing: border-box;
	transition: 0.5s;
	padding: 12px 23px;
	box-shadow: 0 0 10px 0px rgb(114, 113, 113);
}


.listt {

	font-size: 18px;
	margin-left: 30px;
	line-height: 28px;
}

.book-appointment form button.btn::before {
	background: none;
}

.text-big {
	font-size: 20px;
	margin-bottom: 15px;
}

.logo-center {
	position: relative;
	top: 16%;
	left: 0;
	right: 0;
	bottom: 0;
}

.logo-center img {
	padding: 25px;
	width: 500px;
}

.header .search-form button:focus {
	outline: none;
}

.headerr .single-headd .social {
	margin-top: 25px;
}

.headerr .single-headd .social li {
	display: inline-block;
	margin-right: 10px;
}

.headerr .single-headd .social li:last-child {
	margin-right: 0px;
}

.headerr .single-headd .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #6e0a78;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
	background: #6e0a78;
}

.headerr .single-headd .social li a:hover {
	color: #6E0A78;
	background: #fff;
}

.search-story form {
	padding: 32px 0;
}

.search-story form button {
	position: absolute;
	right: 16px;
	font-size: 17px;
	padding: 14px 25px;
	border: none;
	background: #0057a6;
	color: #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.search-story form input {
	width: 100%;
	padding: 10px 20px 10px 35px;
	border-right: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 0.9375rem;
	line-height: 0.9375rem;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.search-story form input:focus-visible {
	border: 1px solid #ccc;
}

.search-icon {
	position: absolute;
	left: 29px;
	padding-top: 10px;
	color: #959595;
}

.clickhere a {
	text-decoration: underline;
}

.clickhere a:hover {
	color: #0057a6;
}






/* 
	ffffffffffffffffffff */
/* Fellowship css start */
h3.fellowship-heading {
	font-size: 22px;
	font-weight: 600;
	color: #6e0a78;
	margin-bottom: 15px;

}

.fellowship-p {
	margin-bottom: 15px;
	display: flex;
	align-items: baseline;
}

.fellowship-p i {
	font-size: 19px;
}

.red-p {
	color: #ff0000;
}

.fellowship-p a {
	color: #6e0a78;
	font-weight: 600;
}

.fellowship-sec ul li {

	border: 1px solid #6e0a78;
	padding: 10px;
	text-align: center;
}

.fellow-ul-box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

/* Fellowship css end */
/* Programe & event css */
.event-section {
	text-align: center;
}

.event-section p {
	width: 60%;
	margin: auto;
	margin-bottom: 15px;
	text-align: center;
	display: inline-block !important;
}


.event-section h3 {
	color: #6e0a78;
	font-size: 30px;
	margin-bottom: 15px;
}

p.fellowship-p {
	display: flex;

}

.programs {
	display: grid;
	grid-template-columns: 42% 50%;
	gap: 8%;
	text-align: center;
	align-items: center;

}

.pro-details h2 {
	font-size: 30px;
	margin-bottom: 25px;
	color: #6e0a78;
	line-height: 40px;
}

.pro-img img {
	transition: transform .5s;
	width: 100%;
}

.programs-img img {
	height: 333px;
}

.h4-over {
	position: relative;
}

.h4-over h4 {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #0000007d;
	padding: 5px;
	color: #fff !important;
}

.pro-img:hover img {
	transform: scale(1.1);
	transition: transform .5s;
}

.pro-img {
	overflow: hidden;
	width: 100%;
	transition: transform .5s;
}

.programs-org {
	display: grid;
	grid-template-columns: 50% 42%;
	gap: 8%;
	text-align: center;
	align-items: center;

}

.events-img h4 {
	color: #fff;
	margin-top: 10px;
	text-align: center;
	background: #0057a6;
	padding: 12px 10px;
}

.otherevent-section {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.otherevent h2 {
	text-align: center;
	color: #6e0a78;
	font-size: 30px;
}

.events-img h4 {
	font-size: 14px;
	margin-top: 5px;
}

.img-h img {
	height: 200px;
	object-fit: cover;
}

/* Programe & event css end */
/* my appointment */

.myappointment h2 {
	color: #6e0a78;
	font-size: 35px;
	margin-bottom: 27px;
	text-align: center;
}

.myappointment p {
	margin-bottom: 15px;
}

.myappointment p span {
	color: #6e0a78;
	font-weight: 600;
}



.appo-1 {
	text-align: center;
}

.appo-2 {
	display: grid;
	grid-template-columns: 45% 45%;
	gap: 10%;
	align-items: center;
}

.appo-2-img img {
	width: 100%;
}

.appo-2-text h3 {
	font-size: 26px;
	color: #6e0a78;
	margin-bottom: 13px;

}

.appo-img img {
	width: 100%;
}

.appo-2-text ul li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 13px;
}



.appointment-form {
	display: grid;
	grid-template-columns: 25% 71%;
	align-items: center;
	gap: 4%;
	align-items: center;
}

.appo-2-text ul li a {
	color: #6e0a78;
	font-size: 18px;
	font-weight: 500;
}

/* my appointment end */
/* Activities in West Palm Beach, FL */
.Activity-sec h2 {
	color: #6e0a78;
	text-align: center;
	margin-bottom: 40px;
	font-size: 33px;

}

.activity-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	align-items: center;
	transition: all 0.5s ease;
}

p.webp {
	text-align: center;
	width: 84%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}

.Activity-sec p {
	font-size: 18px;
	text-align: justify;
}

.act-gridbox p {
	font-size: 18px;
}

p.webp a {
	color: #6e0a78;
	font-weight: 600;
	text-decoration: underline;
}

p.webp a:hover {
	color: #0057a6;
}

.siteorigin-widget-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.act-gridbox h3 {
	margin: 11px 0;
	font-size: 20px;
}

.act-gridbox {
	text-align: center;
	border-radius: 10px;
}

.act-gridbox {
	text-align: center;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
	padding: 25px;
}

.act-gridbox img {
	width: 120px;
}

img.src-bg {
	background: #6e0a78;
	padding: 6px 10px;
}

.read-more-state {
	display: none;

}

.read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
	overflow: auto;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
	margin-bottom: 15px;
}

.read-more-state~.read-more-trigger:before {
	content: 'Read more';
}

.read-more-state:checked~.read-more-trigger:before {
	content: 'Read less';
}

.read-more-trigger {
	cursor: pointer;
	display: inline-block;
	padding: 0 0.5em;
	color: #666;
	font-size: .9em;
	line-height: 2;
	border: 1px solid #ddd;
	border-radius: 0.25em;
	color: #6e0a78;
	/* text-decoration: underline; */
	margin-top: 10px;


}

.act-gridbox h3 span {
	color: #6e0a78;
	transition: all 0.5s ease;
}

.act-gridbox:hover h3 span {
	color: #0057a6;
	transition: all 0.5s ease;
}

/* Activities in West Palm Beach, F end */

/* Travel Information */
section.travel-info-section h2 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 25px;

}

section.travel-info-section p {
	font-size: 18px;
	margin-bottom: 15px;
	display: flex;
	gap: 5px;
}

section.travel-info-section p i {
	font-size: 20px;
}

.tick-bg {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #6E0A782B;
	color: #6E0A78;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	font-size: 11px;
}

/* Travel Information end*/
/* Nondiscrimination Notice */
.nondiscrimination-section h4 {
	font-size: 17px;
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 15px;
}

section.nondiscrimination-section p {
	margin: 20px 0;
}

section.nondiscrimination-section h3 {
	font-size: 25px;
	margin-bottom: 20px;
}

ul.ulli li {
	list-style: disc;
	margin-left: 65px;
	margin-bottom: 10px;
	font-size: 18px;
}

.Coordinator-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4%;
}

.Coordinator p {
	font-size: 18px;
	margin-bottom: 17px;
}

.Coordinator h3 {
	color: #fff;
}

.Coordinator p a {
	text-decoration: underline;
	font-weight: 500;

}



.complaint-form a {
	font-size: 17px;
	color: #6e0a78;
	font-weight: 500;
}


/* Nondiscrimination Notice end */

/* -------------------terms and condition css-------------- */


.tc-txt h2 {
	text-align: center;
	color: #6E0A78;
	margin: 30px 0px;
}

/* .tc-prg {
	border: 0px;
	border-radius: 9px;
	color: #ffffff;
	padding: 40px;
	box-shadow: rgb(204 206 207) 2px 5px 15px 3px;
} */



.tc-prg h2 {
	color: #6E0A78;
	margin: 25px 0px;
	font-size: 30px;
}

/* -------------------terms and condition css end-------------- */

/* ------------------privacy and policy------------------ */
.pp-txt a {
	text-decoration: underline;
	color: #6E0A78;
	font-size: 18px;

}

.prg-info p {
	line-height: 28px;
}

.pp-txt {
	border: 0px;
	border-radius: 9px;
	color: #ffffff;
	padding: 40px;
	box-shadow: rgb(204 206 207) 2px 5px 15px 3px;
}

.pp-prg p {
	margin-bottom: 1.5rem;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.75em;
}

.pp-txt h1 {
	color: #6E0A78;
	margin: 35px 0px;
}

.pp-txt h6 {
	color: #6E0A78;
	margin: 30px 0px;
}

.pp-txt h5 {
	color: #6E0A78;
	margin: 30px 0px;
}

.sub-prg {
	margin-left: 25px;
}

/* ------------------privacy and policy end------------------ */

/* Paley Middle East Clinic */

ul.con-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 25px;
	/* margin-bottom: 25px; */
}

ul.con-grid li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.clinic-grid {
	display: flex;
	align-items: center;

}

.clinic-grid p {
	margin-bottom: 15px;
	font-size: 18px;
}

.Middle-East-Clinic p a {
	color: #6e0a78;
	font-weight: 600;
}

/* .con-grid li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #6E0A782B;
	color: #6E0A78;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	font-size: 11px;
	position: absolute;
	left: 10px;
	top: 7px;
} */

/* Paley Middle East Clinic end */
/* Congenital course */
section.Congenital-sec-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
	align-items: center;
}

.gif-sec img {
	width: 100%;
}

.Congenital h2 {
	font-size: 30px;
	color: #6e0a78;
}

.Congenital h3 {
	font-size: 25px;
	margin: 20px 0;
}

.Congenital p {
	font-size: 18px;
	margin-bottom: 20px;
}

.hw-img img {
	display: block;
	margin-bottom: 20px;
}

.hw-img a {
	color: #6e0a78;
	font-size: 18px;
	text-decoration: underline;
}

.Notice-grid {
	display: grid;
	grid-template-columns: 62% 34%;
	gap: 4%;
	align-items: center;
}

.Excellence {
	text-align: center;
	/* background: #004e95; */
	/* padding: 50px 50px 0; */
}

.Excellence h2 {
	color: #000;
	font-size: 30px;
}

.Excellence p {
	color: #000;
	font-size: 18px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 52%;
}

/* Congenital course end*/
/* Limb Lenghthening */
.glow-line {
	-webkit-mask-image: linear-gradient(45deg, #000 40%, rgba(0, 0, 0, .2) 50%, #000 75%);
	mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, .2) 50%, #000 75%);
	-webkit-mask-size: 480%;
	mask-size: 800%;
	-webkit-mask-position: 0;
	mask-position: 0;
}

.glow-line:hover {
	transition: mask-position 2.5s ease, -webkit-mask-position 2.5s ease;
	-webkit-mask-position: 120%;
	mask-position: 120%;
	opacity: 1;
}

h2.Overview-heading {
	text-align: center;
	margin-bottom: 35px;
	font-size: 30px;
	color: #6e0a78;
	font-weight: 600;
}

.case-studies-img {
	display: flex;
	gap: 10px;
}

.limb-img:hover .limb-img img {
	transform: scale(1.1);
	transition: 0.3s all ease-in-out;
}

.limb-grid1 {
	display: grid;
	grid-template-columns: 55% 40%;
	align-items: center;
	gap: 5%;
}

.limb-grid-sec0 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.limb-sec-text {
	position: absolute;
	left: 25px;
	bottom: 0;
	width: 93%;
}

.limb-img {
	position: relative;
}

.limb-img:before {
	content: "";
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgb(0 0 0 / 22%)27.4%, rgb(0 0 0 / 62%)58.85%, rgb(0 0 0 / 99%)100%);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.limb-img img {
	width: 100%;

}

.limb-sec .read-more-trigger {
	color: #fdfdfd;
}

.limb-sec {
	position: relative;
	overflow: hidden;
}

.limb-sec h3 {
	color: #fff;
}

.limb-sec p {
	color: #fff;
	text-align: justify;
}

.text-h {
	height: 6vh;
}

.limb-sec-text h3 {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 600;
}

.limb-pdf {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}

.complaint-form .limb-pdf {
	width: 24%;
}

.limb-pdf a {
	color: #fff !important;
}

ul.con-gridd {
	display: grid;
	grid-template-columns: 24% 24% 24%;
	justify-content: center;
	align-items: center;
	gap: 22px;
	margin-top: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.con-gridd li {
	position: relative;

	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}

.con-gridd li img {
	margin-bottom: 10px;
	width: 100px;
}

.con-gridd li a p {
	text-align: center;
	color: #fff;
}

.limb-g1-text h2 {
	font-size: 30px;
	margin-bottom: 15px;
	color: #094891;

}

.limb-g1-text p {
	margin-bottom: 15px;

}

.limb-g1-text p a {
	color: #004e95;
	font-weight: 600;
}

.limb-g1-text p a:hover {
	color: #6e0a78;
}

.limb-grid2 {
	display: grid;
	grid-template-columns: 45% 50%;
	align-items: center;
	gap: 5%;
	margin-top: 25px;
	background: #004e950f;
	padding: 30px;
	background-image: url(../img/pp-bg.png);
	background-size: cover;
}

.limb-grid3 {
	display: grid;
	grid-template-columns: 50% 45%;
	align-items: center;
	gap: 5%;
	margin-top: 25px;
	background: #004e950f;
	padding: 30px;
	background-image: url(../img/pp-bg.png);
	background-size: cover;
}

.limb-g1-img img {
	width: 100%;
}

.limb-g1-text h3 {
	color: #6e0a78;
	margin-bottom: 10px;
	font-weight: 600;

}

.limb-g1-img {
	display: flex;
}

.limb-g-img p {
	text-align: center;
	color: #6e0a78;
	font-weight: 500;
	margin-top: 5px;
}

/* .p-sto-grid {
	text-align: center;
} */

.p-sto-img {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}



.Conditions-treated1 ul li a {
	color: #004e95;
	font-weight: 500;
	/* / text-decoration: underline; / */
}

.Conditions-treated1 h4 {
	margin-bottom: 20px;
	font-weight: 600;
	color: #0b549c;
}

.Conditions-treated1 p a {
	color: #004e95;
	font-weight: 600;
	text-decoration: underline;
}

.Conditions-treated1 p {
	/* width: 80%; */
	margin: 0 auto;
}

.limb-bottom-grid {
	display: grid;
	grid-template-columns: 48% 48%;
	gap: 5%;
	/* padding: 25px; */
	/* background: #004e950f; */
	/* background-image: url(../img/pp-bg.png); */
	/* background-size: cover; */
}

.hr-right {
	background: #6e0a78;
	color: #fff;
	padding: 25px 25px;
	border-radius: 20px;
}

.limb-bottom-grid-box h3 {
	font-size: 25px;
	margin-bottom: 20px;
	color: #000000;
}

.limb-bottom-grid-box p {
	font-size: 18px;
	margin-bottom: 15px;
	color: #000;
}

.limb-bottom-grid-box a {
	color: #6e0a78;
	font-weight: 600;
	font-size: 18px;
}

.limb-bottom-grid-box a:hover {
	color: #0057a6;
}

/* Limb Lenghthening end */

/* Pediatric Orthopedics */
section.Pediatric-orthopedics h2 {
	text-align: center;
	color: #6e0a78;
}

.limb-grid-4 {
	display: grid;
	grid-template-columns: 60% 35%;
	align-items: center;
	gap: 5%;
	margin-top: 25px;
	background: #004e950f;
	padding: 30px;
	background-image: url(../img/pp-bg.png);
	background-size: cover;
}

/* Pediatric Orthopedics end*/

/* mhe-center */
.mhe-center-img img {
	width: 50%;
	margin: auto;
	display: flex;
}

.mhe-center-box p {
	font-size: 18px;
	margin-top: 20px;
}

.mhe-center-box a {
	color: #6e0a78;
	font-size: 18px;
}

.Center-img img {
	width: 100%;
}

.mhe-center-box ul {
	margin-top: 20px;
}

/* .mhe-center-box {
    background: #004e950f;
    padding: 50px;
    background-image: url(../img/pp-bg.png);
	background-size: contain;
} */
.span-b span {
	display: block;

}

.Specialist-Team-grid {
	display: grid;
	grid-template-columns: 65% 25%;
	align-items: center;
	gap: 10%;
	margin-top: 25px;
	background: #004e950f;
	padding: 40px;
	padding-bottom: 0;
	background-image: url(../img/pp-bg.png);
	background-size: cover;
}

.Specialist-Team-grid2 {
	display: grid;
	grid-template-columns: 25% 65%;
	align-items: center;
	gap: 10%;
	margin-top: 25px;
	background: #004e950f;
	padding: 40px;
	padding-bottom: 0;
	background-image: url(../img/pp-bg.png);
	background-size: cover;
}

h2.team-heading {
	text-align: center;
	margin-top: 20px;
	font-size: 35px;
	color: #6e0a78;
}

.Specialist-Team-grid3 {
	display: grid;
	grid-template-columns: 30% 65%;
	align-items: center;
	gap: 5%;
	margin-top: 25px;
	background: #004e950f;
	padding: 50px;
	background-image: url(../img/pp-bg.png);
	background-size: cover;
}

.limb-g1-text h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

.limb-g1-text {
	margin-bottom: 25px;
}

.Team-img img {
	width: auto !important;
}

.Center-img {
	display: flex;
	gap: 36px;
}

.our-center-heading {
	text-align: center;
}

.our-center-heading p {
	width: 74%;
	margin: auto;
}


.mhe-center .owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.mhe-center .owl-nav button.owl-prev {
	left: 0;
}

.mhe-center .owl-nav button.owl-next {
	right: 0;
}

.mhe-center .owl-dots {
	text-align: center;

}

.mhe-center .owl-dots button.owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
}

.mhe-center .owl-dots button.owl-dot.active {
	background-color: #000;
}

.mhe-center .owl-dots button.owl-dot:focus {
	outline: none;
}

.mhe-center .owl-nav button {
	display: none;
}

/* mhe-center end*/
/* Rehabilitation & Physical Therapy */

.rehabilite-heading-center {
	text-align: center;
}

.rehabilite-heading-center h3 {
	font-size: 25px;
	margin-bottom: 10px;
	color: #004e95;
	font-weight: 600;
}

.rehabilite-heading-center h2 {
	font-size: 32px;

	font-weight: 500;
	margin-bottom: 15px;
}


.Physical-Therapy-box {
	display: grid;
	grid-template-columns: 60% 35%;
	gap: 5%;
	align-items: center;
}

.Physical-Therapy1-box {
	display: grid;
	grid-template-columns: 20% 75%;
	gap: 5%;
	align-items: center;
}

.Physical-Therapy1-box img {
	width: 100%;
}

.Physical-Therapy-text h3 {
	font-size: 26px;
	color: #6e0a78;
	margin-bottom: 20px;
}

.cd-img p {
	font-size: 13px;
	color: #6e0a78;
	font-style: italic;
	margin-top: 10px;
}

.cd-img {
	text-align: center;
}

.session-box {
	display: grid;
	grid-template-columns: 59% 39%;
	gap: 2%;
	align-items: center;
}

.session-detl h2 {
	font-size: 26px;
	color: #6e0a78;
	margin-bottom: 20px;
}

.session-det h5 span {
	font-size: 21px;
}

.session-det h5 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 28px;
}

.session-det h5 a {
	text-decoration: underline;
}

.patient-care-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.img-patient-sto {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	justify-content: center;
}

.img-patient-sto img {
	width: 147px;
}

.new-patient-sto {
	text-align: center;
}

.new-patient-sto h2 {
	font-size: 26px;
	margin-bottom: 20px;
	color: #6e0a78;
}

.patient-in-box h2 {
	font-size: 25px;
	margin-bottom: 20px;
	color: #6e0a78;
}

.patient-care-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	/* margin-top: 90px; */
}

.patient-in-box p {
	margin-bottom: 30px;
}

.patient-care-grid p a {
	color: #004e95;
	font-weight: 500;
}

section.Rehabilitation-sec p {
	font-size: 18px;
	text-align: justify;
}

.videos-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.video-box h2 {
	font-size: 20px;
	padding: 15px;
	text-align: center;
	background: #6e0a78;
	color: #fff;
}

/* Rehabilitation & Physical Therapy end*/
/* Cartilage Repair */
section.cartilage-repair-sec h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
	color: #6e0a78;
}

.Cartilage-grid {
	display: grid;
	grid-template-columns: 75% 21%;
	gap: 4%;
}

.cartilage-repair-sec p {
	font-size: 18px;
	margin-bottom: 20px;
}

.Cartilage-grid p a {
	color: #6e0a78;
	font-weight: 500;
}

.Cartilage-img img {
	width: 100%;
}

/* Cartilage Repair end*/
/* Hip center */

.hip-center-overview h3 {
	font-size: 25px;
	margin-bottom: 10px;
	color: #004e95;
	font-weight: 600;
	text-align: center;
}

.hipcenter-team-member h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 36px;
	text-align: left;
	color: #6e0a78;
}

.hip-center-grid1 .hip-center-img1 img {
	width: 100%;
}

.hip-center-grid1 {
	display: grid;
	grid-template-columns: 62% 35%;
	gap: 3%;
	align-items: center;
}

.hip-center-grid2 {
	display: grid;
	grid-template-columns: 35% 62%;
	gap: 3%;
	align-items: center;
}

.hip-center-text1 p {
	font-size: 18px;
	margin-bottom: 17px;
}

.hipcenter-team-member {
	position: relative;
	z-index: -99;
	padding: 30px;
}

.hipcenter-team-member:before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.90);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}

section.causes-hip-pain h2 {
	text-align: center;
}

.hip-pain-img1 img {
	height: 241px;
	width: 100%;
}

.causes-hip-pain h2 {
	font-size: 30px;
	font-weight: 500;
	text-align: left !important;
	color: #6e0a78;
}

.Conditions-treated-g h2 {
	margin-bottom: 20px;
}

/* Hip center end*/
/* clubfoot center */
section.Clubfoot-center-sec {
	display: grid;
	grid-template-columns: 59% 40%;
	gap: 1%;
}

.Clubfoot-center-text {
	box-shadow: 0px 0px 10px 0px #ddd;
	border-radius: 10px;
	padding: 20px;
}

.Clubfoot-center-text p {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: justify;
}

.Clubfoot-center-text h2 {
	font-size: 28px;
	margin-bottom: 15px;
	color: #6e0a78;
}

.Clubfoot-center-img img {
	width: 100%;
	height: 300px;
	object-fit: contain;
}

.Clubfoot-center-img {
	-webkit-box-shadow: 0px 0px 10px 0px #ddd;
	box-shadow: 0px 0px 10px 0px #ddd;
	border-radius: 10px;
	padding: 20px;
}

.clubfoot-form-sec h2 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 35px;
	color: #6e0a78;
}

.clubfoot-form input {
	background-color: transparent;
	border: 1px solid hsl(0deg 0.59% 73.07%);
	color: #1a1a1a;
	width: 100%;
	padding: 5px 10px;
}

.ginput_container {
	margin-bottom: 30px;
	display: flex;
	align-items: baseline;
	gap: 5px;
}

.Clubfoot-img {
	display: flex;
}

.doug-grid {
	display: grid;
	grid-template-columns: 65% 30%;
	gap: 5%;
}


/* clubfoot center end*/
/* Telemedicine Request */
.style15 {
	background: #0057a6 !important;
}

.appointment-wrap.style15 .book-appointment {
	padding: 0
}

.appointment-wrap.style15 .book-appointment .form-group input,
.appointment-wrap.style4 .book-appointment .form-group select,
.appointment-wrap.style15 .book-appointment .form-group textarea {
	background-color: transparent;
	border: 1px solid hsl(0deg 0% 100%);
	color: #fff;
}

.appointment-wrap.style15 .book-appointment .form-group input::-moz-placeholder,
.appointment-wrap.style15 .book-appointment .form-group select::-moz-placeholder,
.appointment-wrap.style4 .book-appointment .form-group textarea::-moz-placeholder {
	color: var(--clr_white);
	opacity: 1
}

.appointment-wrap.style15 .book-appointment .form-group input::placeholder,
.appointment-wrap.style15 .book-appointment .form-group select::placeholder,
.appointment-wrap.style15 .book-appointment .form-group textarea::placeholder {
	color: var(--clr_white);
	opacity: 1
}

.appointment-wrap.style15 .book-appointment .form-group select {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUzQUJBRUUyNzA5MjExRUNBOTJFRDkxNjU5MUYyQTkzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUzQUJBRUUzNzA5MjExRUNBOTJFRDkxNjU5MUYyQTkzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTNBQkFFRTA3MDkyMTFFQ0E5MkVEOTE2NTkxRjJBOTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTNBQkFFRTE3MDkyMTFFQ0E5MkVEOTE2NTkxRjJBOTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz68ejbQAAACCUlEQVR42uzdQU4DMRBE0XiU+185LFlFIMjY3V3vb5EQ43oKCQuzXq/XQ7ldjgAAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAqtTzpu/77vLB5chrnd+18Yf/6Ws6cH5XsQc0fsh7AAiKnMmV9sDGr/UpAILDZ3ClH0D6s98BYEFw2zOvLq8AEDQY/+5fARAUH3/HewAICo+/600gBEXH3/kpIB1ByfF3fwxMRVB2/BN/B0hDUHr8EwCSEJQf/xSABAQtxj8JYDKCNuOfBjARQavxKwCYhKDd+FUATEDQcvxKADojaDt+NQAdEbQevyKATgjaj18VQAcEI8avDKAygjHjVwdQEcGo8TsAqIRg3PhdAFRAMHL8TgBOIhg7fjcAJxCMHr8jgJ0Ixo/fFcAOBBHjdwZwJ4KY8bsDuANB1PgTAHwSQdz4UwB8AkHk+JMA/AdB7PjTAOwaZtRNZxPvCVzGzwZw11Aj7zicfFPoMn42gE8NN/p204S7gpfxswH8dciIe42Tbgtfxs8G8Ntho240T/x/Acv43z0fmfm/BcGvAAJAAAgAAQCAIwBAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQIX7EmAATotSCLmJVm0AAAAASUVORK5CYII=);
	background-color: rgb(255 255 255 / 70%);
}

.appointment-wrap.style15 .book-appointment .form-group textarea {
	height: 80px
}

.appointment-wrap.style15 .book-appointment .form-group textarea {
	height: 80px;
}

.appointment-wrap.style15 .book-appointment .form-group input,
.appointment-wrap.style15 .book-appointment .form-group select,
.appointment-wrap.style15 .book-appointment .form-group textarea {
	background-color: transparent;
	border: 1px solid hsl(0deg 0% 100%);
	color: #fff;
}

.section-title h4 {
	color: #fff;
	margin-bottom: 20px;
}

/* Telemedicine Request end */

/* Patient Care Guides */

/* .head {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;

} */
/* 
.head-prg {
	text-align: left;
	
}

.head-prg h2 {
	color: #6e0a78;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 2rem;
}



.head-sec {
	text-align: center;
	color: #ffffff;
	line-height: 30px;


}

.head-sec h2 {
	
	color: #ffffff;

}

.head-sec p {
	color: #fff;
}

.head-sec i {
	font-size: 40px;
	margin: 19px 0px;
}

.head-sec button {
	width: 100%;
	height: 35px;
	background-color: #fff;
	color: #6e0a78;

	margin: 20px 0px;
	border: 0;
	cursor: pointer;
}

.head-img img {
	width: 100%;
	object-fit: cover;
	height: 220px;
	padding: 0px 17px 10px 20px;
} */

/* Patient Care Guides end */

/* Osseointegration css*/
.dr-img {
	position: relative;
}

.dr-img h3 {
	background: #6e0a78;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	border-radius: 0 0 15px 15px;
}

.Osseointegration-text p {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: justify;
}

/* .Osseointegration-text {
	margin-top: 110px;
} */
.Act-1box {
	WIDTH: 31%;
}

.Osseointegration-text h3 {
	font-size: 25px;
	margin-bottom: 10px;
	color: #004e95;
	font-weight: 600;
	text-align: center;
}

.Osseointegration-text h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	color: rgb(110, 10, 120);
}

.osseointegration-image p {
	font-size: 14px;
	text-align: center;
	padding: 10px;
	background: #6e0a78;
	color: #fff;
	border-radius: 7px;
}

.osseointegration-image img {
	width: 100%;
	margin-top: 7px;
}

.pdf-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

section.Osseointegration-section h3 {
	font-size: 23px;
	/* color: #6e0a78; */
	margin-bottom: 15px;
}

ul.Publications-pdf li {
	font-size: 16px;
	color: #004e95;
	font-weight: 600;
	margin-bottom: 10px;
}

.Osseointegration-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-top: 33px;
}

.osseointegration-sec img {
	width: 100%;
}

/* .osseointegration-sec p {
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
} */
figure.image-box {
	box-shadow: 0 0 10px 1px #d3d3d3;
	border-radius: 15px;
}

ul.Cartilage-ul li i {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #6E0A782B;
	color: #6E0A78;
	transition: 0.5s;
	font-size: 11px;
	display: inline-block;
	line-height: 25px;
	margin-right: 10px;
}

.Patient-Resources-grid {
	display: grid;
	grid-template-columns: 55% 43%;
	gap: 2%;
	align-items: center;
}

.Patient-Resources-text h2 {
	font-size: 30px;
	color: #6e0a78;
	margin-bottom: 15px;
}

.Patient-Resources-text p {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: justify;
}

.Patient-Resources-text p a {
	color: #004e95;
	font-weight: 600;
}

/* Osseointegration css end */
/* Wound Healing & Hyperbaric Medicine Center */
.WHHMC-sec h2 {
	font-size: 28px;
	margin-bottom: 30px;
	color: #6e0a78;
}

.WHHMC-sec p {
	font-size: 18px;
	margin-bottom: 30px;
}

ul.WHHMC-ul li i {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #6E0A782B;
	color: #6E0A78;
	transition: 0.5s;
	font-size: 11px;
	display: inline-block;
	line-height: 25px;
	margin-right: 10px;
}

ul.WHHMC-ul li {
	display: grid;
	grid-template-columns: 10% 90%;
}

ul.WHHMC-ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-bottom: 30px;
}

ul.WHHMC-ul li:hover i {
	background: #6e0a78;
	color: #fff;
	transition: 0.5s;
}

.children-hospital-grid {
	display: grid;
	grid-template-columns: 65% 30%;
	gap: 5%;
}

.waters-img img {
	margin-bottom: 15px;
}

/* Advanced Imaging & Radiology Suites */
section.Advanced-imaging h2 {
	text-align: center;
	color: #6e0a78;
}

.Advanced-imaging-p {
	font-size: 18px;
	width: 60%;
	text-align: center;
	margin: auto;
}

.Services-include-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.Services-include-sec img {
	width: 100px;
	margin-bottom: 10px;
}

.Services-include-sec {
	text-align: center;
	background: #6e0a78;
	padding: 20px;
	border-radius: 10px;
}

.Services-include-sec p {
	color: #fff;
}

/* Preparing for Surgery css*/
.Preparing-Surgery-grid {
	display: grid;
	grid-template-columns: 80% 16%;
	gap: 4%;
}

.Preparing-Surgery-img img {
	width: 100%;
}

.Preparing-Surgery-sec h2 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 38px;
	color: #6e0a78;
}

.Preparing-Surgery-text p {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: justify;
}

.faq-title h2 {
	position: relative;
	margin-bottom: 45px;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
}

.faq-title h2::before {
	content: "";
	position: absolute;
	left: 50%;
	width: 60px;
	height: 2px;
	background: #E91E63;
	bottom: -25px;
	margin-left: -30px;
}

.faq-title p {
	padding: 0 190px;
	margin-bottom: 10px;
}

.faq {
	background: #FFFFFF;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.faq .card {
	border: none;
	background: none;
	border-bottom: 1px dashed #004e95;
}

.faq .card .card-header {
	padding: 0px;
	border: none;
	background: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
	background: #6E0A78;
	padding-left: 10px;
}

.faq .card .card-header:hover .faq-title {
	color: #fff;
	transition: all 0.3s ease 0s;
}

.faq .card .card-header .faq-title {
	width: 100%;
	text-align: left;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 500;
	font-size: 20px;

	color: #6E0A78;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq .card .card-header .faq-title .badge {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 14px;
	float: left;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	background: #E91E63;
	color: #fff;
	font-size: 12px;
	margin-right: 20px;
}

.faq .card .card-body {
	padding: 20px 30px 30px;

	font-weight: 400;
	font-size: 18px;
	color: #6F8BA4;
	line-height: 28px;
	letter-spacing: 1px;
	border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
	margin-bottom: 14px;
	text-align: justify;
}

@media (max-width: 991px) {
	.faq {
		margin-bottom: 30px;
	}

	.faq .card .card-header .faq-title {
		line-height: 26px;
		margin-top: 10px;
	}
}

h5.faq-title.kk .up-show {
	display: block;

}

h5.faq-title.kk .down-show {
	display: none;

}

h5.kk[aria-expanded="false"] .up-show {
	display: none;

}


h5.kk[aria-expanded="false"] .down-show {
	display: block;

}


h5.faq-title .up-show {
	display: none;

}

h5.faq-title[aria-expanded="true"] .up-show {
	display: block;

}


h5.faq-title[aria-expanded="true"] .down-show {
	display: none;

}

h5.faq-title i {
	font-size: 23px;
	font-weight: 600;
}

.card-body ul li {
	color: #000;
	font-size: 18px;
	line-height: 40px;
	list-style: disc;
	margin-left: 20px;
}

.card:last-child {
	border-bottom: none;
}

/* Preparing for Surgery css end*/
/* Treatment Options */
.treatment-options h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 25px;
	color: #6e0a78;
}

.treatment-options h5 {
	font-size: 20px;
	margin-bottom: 30px;
}

.treatment-ul-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

ul.treatment-ul li i {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #6E0A782B;
	color: #6E0A78;
	transition: 0.5s;
	font-size: 11px;
	display: inline-block;
	line-height: 25px;
	margin-right: 10px;
}

ul.treatment-ul li:hover i {
	background-color: #6E0A78;
	color: #fff;
}

ul.treatment-ul h6 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #fff;
}

ul.treatment-ul li {
	font-size: 16px;
	margin-bottom: 10px;
	list-style: disc;
	color: #fff;
	margin-left: 19px;
}

ul.treatment-ul {
	background: #6e0a78;
	padding: 20px;
	border-radius: 10px;
}

/* Arthritis on the Rise */


.Arthritis-on-rise h2 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #6e0a78;
}

.Arthritis-on-rise.container p {
	font-size: 18px;
	margin-bottom: 20px;
}

.Arthritis-on-rise a {
	color: #004e95;
	font-size: 16px;
	font-weight: 500;
}

/* Nine Year Anniversary */
.nineth-anniversary {
	display: grid;
	grid-template-columns: 60% 35%;
	gap: 5%;
}

section.nineth-anniversary h2 {
	font-size: 30px;
	color: #6e0a78;
	margin-bottom: 22px;
	align-items: center;
}

section.nineth-anniversary p {
	font-size: 18px;
}

section.nineth-anniversary h4 {
	font-size: 25px;
	color: #0057a6;
	margin-top: 24px;
}

.nineth-anniversary-text h2 img {
	width: 90px;
}

section.paley-pb h2 {
	color: #6e0a78;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

/* The Paley Institute */
.Paley-institute-grid1 {
	display: grid;
	grid-template-columns: 70% 25%;
	gap: 5%;
	text-align: center;
}

.Paley-institute-text h2 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #6e0a78;
}

.Paley-institute-text p {
	font-size: 18px;

}

.Paley-institute-text1 p {
	font-size: 18px;
	margin-bottom: 20px;
}

.Paley-institute-text h4 {
	font-size: 24px;
	margin-bottom: 25px;
}

.Paley-institute-text1 h2 {
	font-size: 26px;
	margin-bottom: 20px;

}

.Paley-institute-text1 p a {
	color: #004e95;
	font-weight: 500;
}

/* The Paley Institute end*/
/* No Summer Break */
.Summer-Break-grid {
	display: grid;
	grid-template-columns: 70% 26%;
	gap: 4%;
	align-items: center;
}

.Summer-Break-heading h2 {
	margin-bottom: 20px;
	color: #6e0a78;
	text-align: center;
}

.Summer-Break-heading p {
	width: 75%;
	text-align: center;
	margin: 0 auto;
}

.Summer-Break-text h3 {
	color: #6e0a78;
}


/* No Summer Break end*/
/* Cartilage Repair Procedures css */
section.Cartilage-Repair-Procedures h2 {
	font-size: 30px;
	color: #6e0a78;
	text-align: center;
	margin-bottom: 23px;
}

section.Cartilage-Repair-Procedures h3 {
	font-size: 26px;
	color: #6e0a78;
	text-align: center;
	margin-bottom: 23px;
}

section.Cartilage-Repair-Procedures p {
	font-size: 18px;
	text-align: center;
	width: 60%;
	margin: auto;
	margin-bottom: 23px;
}

section.Cartilage-Repair-Procedures a {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 23px;
	color: #0057a6;
	display: block;
}

.card-body-grid {
	display: grid;
	grid-template-columns: 79% 20%;
	gap: 1%;
	align-items: center;
}

.aci h3 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #6e0a78;
}

.aci p {
	font-size: 18px;
	margin-bottom: 20px;

}

/* Anatomy of the Knee Joint */
.Knee-joint-grid {
	display: grid;
	grid-template-columns: 70% 26%;
	gap: 4%;
}

.Knee-joint-text h2 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #6e0a78;
}

.Knee-joint-text p {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: justify;
}

.Bones-of-Knee-Joint-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.Bones-of-Knee-Joint-box {
	background: #6e0a78;
	padding: 20px;
	border-radius: 12px;

}

.Bones-of-Knee-Joint-box p {
	color: #fff;
	text-align: justify;
}

.Bones-of-Knee-Joint h2 {
	font-size: 28px;
	margin-bottom: 25px;
	text-align: center;
	color: #000;
	font-weight: 500;
}

.Bones-of-Knee-Joint-box h4 {
	font-size: 22px;
	margin-bottom: 18px;
	color: #fff;
}

.Cartilage-defect-grid {
	display: grid;
	grid-template-columns: 80% 20%;
}

ul.Cartilage-defect-ul li i {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #6E0A782B;
	color: #6E0A78;
	transition: 0.5s;
	font-size: 11px;
	display: inline-block;
	line-height: 25px;
	margin-right: 10px;
}

ul.Cartilage-defect-ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.Cartilage-defect-ul li:hover i {
	background-color: #6E0A78;
	color: #fff;
}

.Cartilage-defect-ul li {
	font-size: 18px;
}

.Cartilage-defect-img p {
	text-align: center;
	color: #064b93;
	font-weight: 600;
	margin-top: 2px;
}

.Cartilage-defect-imgbox {
	display: flex;
	justify-content: center;
	text-align: center;
}

.Cartilage-defect-img2 h5 {
	font-size: 20px;
	margin-bottom: 13px;
	color: #074a92;
}

.Cartilage-defect-img2 p {
	font-size: 18px;
	color: #6E0A78;
	width: 60%;
	margin: auto;
	margin-top: 12px;
}

.Meniscus-grid {
	display: grid;
	grid-template-columns: 44% 24% 24%;
	gap: 4%;
	align-items: center;
}

.Meniscus-imgboox p {
	text-align: center;
	padding: 10px;
	background: #6e0a78;
	color: #fff;
}


/*========================= 
  Dharmesh Css start
===========================*/

/*=========================
	Absent Thumb Start 
===========================*/
.text-p-gap {
	margin-bottom: 15px;
}

.text-p-1-gap {
	margin-top: 15px;
}

.text-p-2-gap {
	margin: 15px 0px;
}

.text-p-j {
	text-align: justify;
}

.overview-item h2 {
	color: #6E0A78;
	text-align: center;
}

.overview-item h3 {
	color: #0057a6;
	text-align: center;
	padding-bottom: 10px;
}

.main-content-absent-thumb {
	display: grid;
	grid-template-columns: 35% 62%;
	gap: 3%;
}





.absent-thumb-img img {
	width: 100%;
}




ul.icon-absent-grid li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.icon-absent-grid img {
	width: 100px;
}

.icon-absent-grid p {
	color: #fff;
	text-align: center;
}

ul.icon-absent-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}


/*=========================
	Absent Thumb End 
===========================*/



/*=========================
	Adolescent AVN Start 
===========================*/


.icon-avn-grid p {
	color: #fff;
	text-align: center;
}

ul.icon-avn-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

ul.icon-avn-grid li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

/*=========================
	Adolescent AVN End
===========================*/


/*=========================
Streeter Syndrome Start
===========================*/






.main-content-syndrome {
	display: grid;
	grid-template-columns: 22% 75%;
	gap: 3%;
	text-align: justify;
}


.syndrome-img img {
	width: 100%;
}

.syndrome-content2 {
	text-align: justify;
}

/*=========================
Streeter Syndrome end
===========================*/

/*=========================================
     Amputees with Residual Short Limbs end
  =========================================*/


.main-sec-Amputees {
	background-repeat: no-repeat;
	/* background-image: url(../img/sand-waves.jpg); */
	background-size: cover;
}

ul.icon-campomelic-grid li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}

.main-content-Amputees {
	display: grid;
	grid-template-columns: 22% 75%;
	gap: 3%;

}

.Amputees-content1 {
	text-align: justify;
}






.Amputees-img img {
	width: 100%;
}


.Amputees-content1 p {
	margin-bottom: 15px;
}



/*=========================================
     Amputees with Residual Short Limbs end
  =========================================*/



/*=====================================
	Osteoarthritis of the Ankle Start 
========================================*/



.main-sec-Osteoarthritis {
	background-repeat: no-repeat;
	/* background-image: url(../img/sand-waves.jpg); */
	background-size: cover;
}

ul.icon-absent-grid li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}

.Osteoarthritis-dots-1 {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.icon-p-gap p {
	padding-top: 10px;
}


/*===================================
	Osteoarthritis of the Ankle End
====================================*/

/*=========================
Campomelic Dysplasia Start 
===========================*/






.Campomelic-content p {
	margin-bottom: 15px;
}

ul.icon-campomelic-grid li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.icon-campomelic-grid p {
	color: #fff;
	text-align: center;

}

.icon-campomelic-grid {
	justify-content: center;
}

ul.icon-campomelic-grid {
	display: grid;
	grid-template-columns: 20% 20%;
	gap: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

ul.icon-campomelic-grid img {
	width: 100px;
}

/*=========================
 Campomelic Dysplasia End
===========================*/

/*=========================
 Cartilage Hair Hypoplasia start
===========================*/


.main-sec-hypoplasia {
	background-repeat: no-repeat;
	/* background-image: url(../img/sand-waves.jpg); */
	background-size: cover;
}

.hypoplasia-content p {
	margin-bottom: 15px;
}


.hypoplasia-content {
	border: 0px;
	border-radius: 9px;
	color: #ffffff;
}

/*=========================
 Cartilage Hair Hypoplasia End
===========================*/





/*=================================
 Charcot Marie Tooth Disease start
===================================*/
.main-sec-Charcot-Marie {
	/* background-image: url(../img/gradient-hexagonal-background_23-2148952241.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
}




.new-c {
	display: grid;
	grid-template-columns: 40% 40%;
	gap: 5%;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.text-1 {
	background: #6e0a78;
	position: relative;
	text-align: left;
	padding: 15px 20px 14px 20px;
	border-radius: 10px;
}

.text-1:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}

.text-1 h3 {
	color: #fff;
	text-align: left;
	padding-bottom: 10px;

}

.text-1 p {
	color: #fff;
}

.text-1 ul li {
	list-style-type: disc;
	color: white;
	margin-left: 20px;
}


/*================================
 Charcot Marie Tooth Disease End
===================================*/

/*=========================
	Charcot Neuroarthropathy Start 
===========================*/


.main-sec-neuroarthropathy {
	/* background-image: url(../img/gradient-hexagonal-background_23-2148952241.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
}

.stage-1 ul li {
	color: #fff;
	list-style: disc;
}

.stage-1 p {
	text-align: left;
	color: #fff;
}


ul.icon-charchot-neuroa {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

ul.icon-charchot-neuroa li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.icon-charchot-neuroa li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}

.stage-1:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}

.icon-charchot-neuroa p {
	color: #fff;
	text-align: center;
}



.stage-type {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.stage-1 {
	border: 0px;
	border-radius: 9px;
	padding: 30px;
	background: #6e0a78;
}


/*=========================
Charcot Neuroarthropathy End
===========================*/



/*=========================
     CHARGE Syndrome start
===========================*/


.charge-content p {
	margin-bottom: 15px;
}

/*=========================
     CHARGE Syndrome End
===========================*/


/*======================================
	Chondroectodermal Dysplasia Start 
=======================================*/


.main-content-chondroectodermal {
	display: grid;
	grid-template-columns: 22% 75%;
	gap: 3%;
}

/*===================================
	Chondroectodermal Dysplasia End 
=====================================*/






/*============================================
	Congenital Dislocation of the Patella strat 
==============================================*/




.main-sec-Dislocation-Patella {
	background-repeat: no-repeat;
	/* background-image: url(../img/sand-waves.jpg); */
	background-size: cover;
}


.Dislocation-Patella-content p {
	margin-bottom: 15px;
}

/*============================================
	Congenital Dislocation of the Patella end 
==============================================*/

/*============================================
	Congenital Femoral Deficiency strat
==============================================*/



.limb-pdf {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}

.gap-btn {
	display: flex;
	gap: 10px;
}

.link-box {
	display: flex;
	gap: 10px;
	align-items: center;

}

/* span{
	margin: 0px 10px;
} */


.limb-pdf-1 {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	display: inline-block;
}

.text-3 h3 {
	color: #6E0A78;
}

.text-3 a {
	color: #6E0A78;
}

.Congenital-Femoral-video {
	display: grid;
	grid-template-columns: 40% 57%;
	gap: 3%;
	align-items: center;

}

.img-box {
	display: grid;
	grid-template-columns: 74% 23%;
	gap: 3%;


}


.img-pk img {
	width: 100%;

}



/*============================================
	Congenital Femoral Deficiency end
==============================================*/

/*============================================
	Congenital Pseudarthrosis of the Tibia Start
==============================================*/



.cpt-img img {
	width: 100%;
}


.pseudarthrosis-box-1 {
	display: grid;
	grid-template-columns: 68% 29%;
	gap: 3%;
}



.pseudarthrosis-box-2 {
	display: grid;
	grid-template-columns: 35% 62%;
	gap: 3%;
}

.pseudarthrosis-box-3 {
	display: grid;
	grid-template-columns: 62% 35%;
	gap: 3%;
}

.text-color-h h2 {
	color: #6E0A78;
}

.cpt-type img {
	border: solid #6e0a78;
	width: 100%;
	height: 100%;
}

.new-p-type {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	gap: 5%;
	justify-content: center;

}

.pseudarthrosis-box-4 {
	display: grid;
	grid-template-columns: 34% 63%;
	gap: 2%;
}

.icon-btn-pd {
	display: flex;
	gap: 22px;
}


.femoral-icon a {
	color: #fff;
	font-size: 17PX;
}

/*============================================
	Congenital Pseudarthrosis of the Tibia end
==============================================*/

/*============================================
	Kyphosis strat
==============================================*/

.kyphosis-text p {
	margin-bottom: 15px;
}

.main-sec-kyphosis-content {
	/* background-image: url(../img/sand-waves.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
}



/*============================================
	Kyphosis end
==============================================*/



/*=========================
  Madelung’s Deformity Start
===========================*/

.madelung-type {
	display: grid;
	grid-template-columns: 23% 23% 23% 23%;
	gap: 2%;
	/* justify-content: space-between; */

}

.text-1 {
	background: #6e0a78;
	position: relative;
	text-align: left;
	padding: 15px 20px 14px 20px;
	border-radius: 10px;
}


.text-1 p {
	color: #fff;
	text-align: left;
}


/* .madelung-content-1 p{	
	margin-bottom: 15px;
} */
.madelung-box {

	display: grid;
	grid-template-columns: 31% 66%;
	gap: 3%;
}


.Congenital-Femoral-video-text p {
	margin-bottom: 15px;
}

.text-color-h h2 {
	color: #6E0A78;
}

.cpt-type img {
	border: solid #6e0a78;
	width: 100%;
	height: 100%;
}



.item-li-1 {
	padding-top: 10px;
}

.text-item {
	padding-top: 10px;
}

ul.madelung-dots-1 {
	padding-top: 20px;
}

.madelung-dots-1 li i {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #6E0A782B;
	color: #6E0A78;
	transition: 0.5s;
	font-size: 11px;
	display: inline-block;
	line-height: 25px;
	margin-right: 10px;
}


.item-box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}


.item-li-1 li {
	list-style-type: disc;
}


.i-text-1 {
	background-color: #e6eaed;
	padding: 10px 20px;

}


/*=========================
  Madelung’s Deformity End
===========================*/




/*=========================
  Melorheostosis Strat
===========================*/

.main-sec-melorheostosis {
	/* background-image: url(../img/sand-waves.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
}



.melorheostosis-box {
	display: grid;
	grid-template-columns: 21% 76%;
	gap: 3%;

}


.melorheostosis-text img {
	width: 100%;
}

.melorheostosis-text-2 p {
	margin-bottom: 15px;
}



/*=========================
  Melorheostosis End
===========================*/


/*=======================================
  Multiple Hereditary Exostoses Start
==========================================*/


.main-sec-hereditary-exostoses {
	/* background-image: url(../img/sand-waves.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
}

.service-card-style2 p {
	margin-bottom: 15px;
}

.spina-type {
	display: flex;
	/* / grid-template-columns: 30% 30%; / */
	gap: 3%;
	justify-content: center;
}



/*======================================
   Multiple Hereditary Exostoses End
========================================*/



/*========================= 
  Spondylolisthesis start
===========================*/


.Spondylolisthesis h3 {
	color: #6E0A78;
}

/*========================= 
  Spondylolisthesis end
===========================*/





/*===================================
  Popliteal Ptergyium Syndrome start
=====================================*/





.main-content-poplitea {
	display: grid;
	grid-template-columns: 34% 63%;
	gap: 3%;
}


.poplitea-img img {
	width: 100%;
	height: 100%;
}

ul.icon-poplitea-grid.icon-p-gap img {
	width: 100px;
}

ul.icon-poplitea-grid li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.icon-poplitea-grid li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}

.icon-poplitea-grid p {
	color: #fff;
	text-align: center;
}

ul.icon-poplitea-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}





/*================================== 
  Popliteal Ptergyium Syndrome end
====================================*/



/*==================================== 
  Posteromedial Bowing of the Tibia start
======================================*/
.main-content-Bowing-tibia {
	display: grid;
	grid-template-columns: 24% 73%;
	gap: 3%;
}

/*======================================
  Posteromedial Bowing of the Tibia end
========================================*/


/*======================================
  Pseudoachondroplasia start
========================================*/


.main-content-Pseudoachondroplasia {
	display: grid;
	grid-template-columns: 23% 74%;
	gap: 3%;
}



/*======================================
  Pseudoachondroplasia start
========================================*/




/*======================================
  Robert’s Syndrome start
========================================*/


ul.icon-Rob-grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

ul.icon-Rob-grid-4 img {
	width: 100px;
}

ul.icon-Rob-grid-4 li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.icon-Rob-grid-4 li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}


.icon-Rob-grid-4 p {
	color: #fff;
	text-align: center;
}







.stage-1:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}

ul.con-griddd img {
	width: 100px;
}


/*======================================
  Robert’s Syndrome End
========================================*/
/*======================================
  Tibial Hemimelia start
========================================*/

.link-box-t {
	display: flex;
	gap: 30px;
	align-items: center;

	/* gap: 40px; */

}

/*======================================
  Treatment Strategies -Absent-Thumb start
========================================*/







.main-content-Absent-Thumb-t {
	display: grid;
	grid-template-columns: 31% 66%;
	gap: 3%;
}


.Absent-img img {
	width: 100%;
}


.absent-type {
	display: grid;
	grid-template-columns: 24% 24% 24% 24%;
	gap: 15px;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.absent-type-2 {
	display: grid;
	grid-template-columns: 24% 24%;
	gap: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	justify-content: center;
}

.text-1 {
	background: #6e0a78;
	position: relative;
	text-align: left;
	padding: 15px 20px 14px 20px;
	border-radius: 10px;
}

.text-1:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}

.text-1 h3 {
	color: #fff;
	text-align: left;
	padding-bottom: 10px;

}

.text-1 p {
	color: #fff;
}

.text-1 ul li {
	list-style-type: disc;
	color: white;
	margin-left: 20px;
}



.section-absent-2 p {
	margin-bottom: 15px;
}


.text-h-col {
	color: #6E0A78;
}


.video-sec-A {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	gap: 2%;
}

.video-sec-b {
	display: grid;
	grid-template-columns: 37% 37%;
	gap: 2%;
	justify-content: center;
}

.vid-hed h3 {
	background: #6E0A78;
	text-align: center;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	padding: 10px;
}

/*======================================
  Treatment Strategies -Absent-Thumb End
========================================*/


/*==========================================
  Treatment Strategies -Blount-Disease start
=============================================*/

.Blount-btn {
	display: flex;
	gap: 15px;
}

/*==========================================
  Treatment Strategies -Blount-Disease end
=============================================*/

/*==========================================
 Future Directions & Controversies strat
=============================================*/
.Benefits-grid {
	display: grid;
	grid-template-columns: 43% 54%;
	gap: 3%;
}


.Benefits-grid-2 {
	display: grid;
	grid-template-columns: 60% 37%;
	gap: 3%;
}

.i-co {
	background-color: #6E0A78;
	color: #F6F7FB;
	padding: 10px;
	text-align: center;
	font-size: 15px;
}






/*==========================================
 Future Directions & Controversies end
=============================================*/


/*=======================================================
 Osteoarthritis of the Ankle  treatment-strategies start
=========================================================*/


.new-o-t {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	gap: 2%;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.text-1-o-t {
	background: #6e0a78;
	position: relative;
	text-align: left;
	padding: 15px 20px 14px 20px;
	border-radius: 10px;
}

.text-1-o-t:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}

.text-1-o-t h3 {
	color: #fff;
	text-align: left;
	padding-bottom: 10px;

}

.text-1-o-t p {
	color: #fff;
}

.text-1-o-t ul li {
	list-style-type: disc;
	color: white;
	margin-left: 20px;
}

.text-1-o-t h4 {
	color: white;

}

.Procedure-grid {
	display: grid;
	grid-template-columns: 51% 46%;
	gap: 3%;
}

.img-sec-t-grid {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	gap: 3%;
}


.icon-treatment {
	display: flex;
	gap: 20px;
}






.Schematic-grid {
	display: grid;
	grid-template-columns: 29% 33% 32%;
	gap: 3%;
	justify-content: center;
}

.Schematic-grid img {
	width: 100%;
}

.bone-defexts-grid {
	display: grid;
	grid-template-columns: 22% 35% 35%;
	gap: 4%;
	justify-content: center;
}

.bt-img-t img {
	width: 100%;
	height: 381px;
}

ul.icon-Functional-grid-1 {
	display: grid;
	grid-template-columns: 24% 24% 24%;
	gap: 20px;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

ul.icon-Functional-grid-2 li img {
	width: 100px;
}


ul.icon-Functional-grid-1 li img {
	width: 100px;
}

ul.icon-Functional-grid-1 li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.icon-Functional-grid-1 li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}


.icon-Functional-grid-1 p {
	color: #fff;
	text-align: center;
}


ul.icon-Functional-grid-2 {
	display: grid;
	grid-template-columns: 24% 24%;
	gap: 20px;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

ul.icon-Functional-grid-2 img {
	width: 100px;
}

ul.icon-Functional-grid-2 li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.icon-Functional-grid-2 li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}


.icon-Functional-grid-2 p {
	color: #fff;
	text-align: center;
}

/* achondroplasia-treatment-strategies start */


.Achondroplasia-grid {
	display: grid;
	grid-template-columns: 25% 72%;
	gap: 3%;
}

/* achondroplasia-treatment-strategies end */


/*=======================================================
 Osteoarthritis of the Ankle  treatment-strategies start
=========================================================*/



.Correct-Hyperlordosis-grid {
	display: grid;
	grid-template-columns: 30% 30%;
	gap: 3%;
	justify-content: center;
}


.Hyperlordosis {
	display: flex;
	gap: 20px;
}

.Ultimate-Goal-grid {
	display: grid;
	grid-template-columns: 30% 30%;
	gap: 3%;
	justify-content: center;
}

.icon-Rob-grid li img {
	width: 100px;
}

.icon-Rob-grid-2 {
	display: grid;
	grid-template-columns: 24% 24%;
	gap: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	justify-content: center;
}

ul.icon-Rob-grid-2 img {
	width: 100px;
}

ul.icon-Rob-grid-2 li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.icon-Rob-grid-2 li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}


.icon-Rob-grid-2 p {
	color: #fff;
	text-align: center;
}

.new-achondroplasia {
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	gap: 4%;
	/* justify-content: center; */
	margin-top: 25px;
	margin-bottom: 25px;
}


.Patient-enjoy-grid {
	display: grid;
	grid-template-columns: 30% 67%;
	gap: 3%
}



.video-sec-arthrogryposis {
	display: grid;
	grid-template-columns: 42% 42%;
	gap: 4%;
	justify-content: center;
}

.Occupational ul li {
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 25px;

}

/*========================================================
  Brachymetatarsia-treatment-strategies-start
==========================================================*/

.Brachymetatarsia-t-grid {
	display: grid;
	grid-template-columns: 40% 57%;
	gap: 3%;
}


.Brachymet-im {
	display: grid;
	grid-template-columns: 43% 43%;
	gap: 4%;
	justify-content: center;
}


.brachymetatarsia-sec-grid {
	display: grid;
	grid-template-columns: 32% 32%;
	gap: 4%;
	justify-content: center;
}

/*========================================================
  Brachymetatarsia-treatment-strategies-end 
==========================================================*/


/*========================================================
  charcot-marie-tooth-disease-treatment-strategies-start 
==========================================================*/

.Obtain-Correction {
	display: flex;
	gap: 40px;

}

.Obtain-Correction ul li {
	list-style-type: disc;
	margin-left: 20px;
	color: #064b93;
}

.Obtain-Correction p {
	color: #6E0A78;
	margin-bottom: 10px;
}

.cmt-sec-grid {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	gap: 2%;
}

.cmt-sec-grid-2 {
	display: grid;
	grid-template-columns: 30% 32% 32%;
	gap: 3%;
}

.cmt-sec-grid-3 {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	gap: 2%;
}


/*===========================================================
 charcot-marie-tooth-disease-treatment-strategies-end 
==============================================================*/


/*===========================================================
  charcot-neuroarthropathy-treatment-strategies-strat
==============================================================*/


.Surgical-Treatment-grid {
	display: grid;
	grid-template-columns: 65% 32%;
	gap: 3%;
}


.charcot1-grid {
	display: grid;
	grid-template-columns: 30% 29%;
	gap: 3%;
	justify-content: center;
}

.gradual-correction-t-grid {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	gap: 2%;
	justify-content: center;
}



.gradual-1 img {
	width: 100%;
	height: 300px;
	object-fit: contain;
}

.gradual-1 p {
	height: 15vh;
}

/*===========================================================
 charcot-neuroarthropathy-treatment-strategies-end 
==============================================================*/




/*===========================================================
    Chondroectodermal Dysplasia-treatment-strategies start
==============================================================*/

.Chondroectodermal-t {
	display: grid;
	grid-template-columns: 21% 76%;
	gap: 3%;
}


.evc-2 img {
	width: 100%;
	height: 390px;
}


.evc-grid-i {
	display: grid;
	grid-template-columns: 50% 23%;
	gap: 3%;
	justify-content: center;
}

.evc-text p {
	height: 18vh;
}

/*===========================================================
  Chondroectodermal Dysplasia-treatment-strategies end
==============================================================*/

/*================================================================
 Congenital Dislocation of the Patella-treatment-strategies strat
==================================================================*/

.cdp-grid {
	display: grid;
	grid-template-columns: 40% 40%;
	gap: 3%;
	justify-content: center;
}


.cdp-grid p {
	margin-bottom: 20px;
	color: #0057a6;
}


.cdp-grid-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 20px;
}

/* .cdp-grid-img p {
	margin-top: 20px;
} */


.cdp-grid-img-2 p {
	margin-top: 20px;
}





.cdp-grid-img-m {
	display: grid;
	grid-template-columns: 32%;
	justify-content: center;
}

.te-hg{
	height: 15vh;
}


/*===========================================================
 Congenital Dislocation of the Patella treatment-strategies end
==============================================================*/




/*===========================================================
               overview css Start
==============================================================*/



.mh-list ul li {
	list-style-type: disc;
}

.mh-list ul {
	padding: 5px 18px;

}

.mh-prg p {
	text-align: justify;
	line-height: 28px;
	padding-top: 10px;
}

.border-section {
	border: 0px;
	border-radius: 10px;
	color: #ffffff;
	padding: 15px;
	box-shadow: rgb(204 206 207) 0px 0px 0px 1px
}

.mh-list2 ul li a {
	color: #6E0A78;
	padding: 3px;
	transition: 0.5s all;
	font-weight: 600;
}

.mh-head h3 {
	color: #fff;
	background-color: #6E0A78;
	border-radius: 5px;
	font-size: 25px;
	padding: 5px;
	margin-bottom: 5px;
}

.mh-list2 ul li a:hover {
	color: #0057a6;
	transition: 0.5s all;
	font-weight: 600;
}


.mh-list2 {
	/* / border-left: 3px solid #6E0A78;	 / */
	padding-left: 8px;
	line-height: 30px;
}

ul.mh-sublist {
	padding-left: 20px;
	margin-left: 0px;
	color: #6E0A78;
}

ul.mh-sublist li {
	list-style-type: disc !important;
	font-size: 16px;

}






/*===========================================================
                       overview css end
==============================================================*/




/*===========================================================
         Blount’s Disease treatment-strategies Start
==============================================================*/

.con-blount li img {
	margin-bottom: 10px;
	width: 100px;
}


ul.blount-gridd {
	display: grid;
	grid-template-columns: 31% 31% 31%;
	justify-content: center;
	align-items: center;
	gap: 22px;
	margin-top: 25px;
	margin-bottom: 20px;
}




ul.blount-gridd img {
	width: 100px;
}

ul.blount-gridd li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.blount-gridd li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}


.blount-gridd p {
	color: #fff;
	text-align: center;
}

/* Infantile-Blount-grid */

.Infantile-Blount-grid {
	display: grid;
	grid-template-columns: 30% 67%;
	gap: 3%;
}


/* Infantile-Blount-grid */

.Juvenile-d ul li {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 10px;
	padding-bottom: 8px;
}

/*===========================================================
         Blount’s Disease treatment-strategies End
==============================================================*/






/*===========================================================
    Congenital Femoral Deficiency treatment-strategies Start
==============================================================*/

/* Additional Resources */

.entry-content ul li {
	color: #6E0A78;
	padding-bottom: 10px;
}

.entry-content ul li :hover {
	color: #0057A6;

}

/* Additional Resources */


/* Lengthening for CFD */

.Lengthening-for-CFD-grid {
	display: grid;
	grid-template-columns: 38% 59%;
	gap: 3%;
}


.fixator-text p {
	margin-bottom: 20px;
}


.Rehabilitation-grid {
	display: grid;
	grid-template-columns: 19% 78%;
	gap: 3%;
}

.anc-col-grid {
	display: grid;
	grid-template-columns: 78% 19%;
	gap: 3%;
}

/* Lengthening for CFD */


/* treatment-stretgies */

.intact-text li {
	list-style-type: disc;
	margin-left: 15px;

}


.sub-t li {
	list-style-type: circle;
	margin-left: 35px;
	margin-top: 8px;
}

.intect-ull {
	display: flex;
	gap: 20px;
}



.intect-ull-2 {
	display: flex;
	gap: 80px;
}



.intect-ull-3 ul li {
	text-align: left;
}


.intect-ull-3 {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	gap: 2%;
}

.ffd-grid {
	display: grid;
	grid-template-columns: 67% 30%;
	gap: 3%;
}

.Initial-grid {
	display: grid;
	grid-template-columns: 30% 67%;
	gap: 3%;
}




/* .new-femoral{
	display: grid;
	grid-template-columns: 40% 40%;
	gap:5%;
	justify-content: center;
	margin-top: 25px;
    margin-bottom: 25px;
}
.text-1{
	background: #6e0a78;
	position: relative;
	text-align: left;
    padding: 15px 20px 14px 20px;
    border-radius: 10px;
}
.text-1:hover{
	background: #0057a6;
    cursor: pointer;
    transition: 0.5s all ease;
}
.text-1 h3{
	color: #fff;
	text-align: left;
	padding-bottom: 10px;

}

.text-1 p{
	color: #fff;
}
.text-1 ul li {
     list-style-type: disc;
	 color: white;
	 margin-left: 20px;
}
 */

 .Preparatory-grid {
	display: grid;
	grid-template-columns: 30% 26%;
	gap: 3%;
	justify-content: center;
}

ul.icon-Rob-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}



ul.icon-Rob-grid img {
	width: 100px;
}

ul.icon-Rob-grid li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.icon-Rob-grid li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}


.icon-Rob-grid p {
	color: #fff;
	text-align: center;
}

.characterized-type-2 img {
	width: 100%;
	height: 400px;
}

.characterized-type-1 {
	display: flex;
	justify-content: center;
	text-align: center;
}

.characterized-type-2 {
	width: 40%;
}


.cfd-2b {
	display: grid;
	grid-template-columns: 20% 77%;
	gap: 3%;
}

.cfd-2b p {
	margin-bottom: 15px;
}


.superhip-im img {
	width: 100%;
	height: 300px;
}




/* treatment-stretgies */

/*===========================================================
    Congenital Femoral Deficiency treatment-strategies End
==============================================================*/

.Russell-treatment-strategies p {
	margin-bottom: 15px;
}


/*===========================================================
    Radial Club Hand treatment-strategies Start
==============================================================*/
ul.Radial-gridd {
	display: grid;
	grid-template-columns: 40% 40%;
	justify-content: center;
	gap: 40px;
	margin-bottom: 20px;
}

ul.Radial-gridd img {
	width: 100px;
}

ul.Radial-gridd li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.Radial-gridd li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}


.Radial-gridd p {
	color: #fff;
	text-align: center;
}


.Radial-i-grid {
	display: grid;
	grid-template-columns: 24% 73%;
	gap: 3%;
}

.fulcrum-u ul li {
	list-style-type: disc;
	padding-bottom: 8px;
	margin-left: 20px;
	color: #0057a6;
}

.rch-img-grid {
	display: grid;
	grid-template-columns: 38% 22% 34%;
	gap: 3%;
}

.rch-img-grid p {
	height: 3.95rem;
}

.rch-img-grid-1 {
	display: grid;
	grid-template-columns: 32% 31% 31%;
	gap: 3%;
}

.rch-img-grid-1 p {
	height: 3.95rem;
}

.rch-img-grid-2 {
	display: grid;
    grid-template-columns: 31% 32% 31%;
	gap: 3%;
}

.Postoperative ul li {
	list-style-type: disc;
	padding-bottom: 8px;
	margin-left: 20px;
	color: #0057a6;
}

.Prevention ul li {
	list-style-type: disc;
	padding-bottom: 8px;
	margin-left: 20px;
	color: #0057a6;
}

/*===========================================================
    Radial Club Hand treatment-strategies End
==============================================================*/


/*==========================================
       Dr. Craig H Lichtblau Start
=============================================*/


.link-boxb-t {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
}

.limbb-pdf {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}



ul.Affiliations li {
	list-style-type: disc;
	padding-bottom: 8px;
	color: #0057A6;
}




/*==========================================
       Dr. Craig H Lichtblau end
=============================================*/
/*========================= 
  Dharmesh Css End 
===========================*/




/*=========================
	Adolescent AVN Start 
===========================*/


.main-sec-avascular {
	margin-top: 20px;

}

.avascular-tittle h1 {
	color: #6E0A78;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.avascular-content p {
	font-size: 18px;
	line-height: 1.75rem;
	padding-top: 10px;
}

.avascular-content-2 p {
	font-size: 18px;
	line-height: 1.75rem;
	padding-top: 20px;
}

.avascular-dots-1 {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}


ul.avascular-dots-1 {
	padding-top: 10px;
}

.avascular-dots-1 li i {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #6E0A782B;
	color: #6E0A78;
	transition: 0.5s;
	font-size: 11px;
	display: inline-block;
	line-height: 25px;
	margin-right: 10px;

}

/*=========================
	Adolescent AVN End
===========================*/



/*====================== 
/*====================== anant============================  */
/* -------------------terms and condition css-------------- */
/* 
.background-image{
	background: url(../img/text-background-image.jpg) no-repeat;
	background-size: cover;
} */
i.youtube-icon {
	color: #fff !important;
	text-align: center !important;
	display: inline !important;
	background-color: transparent !important;
	font-size: 29px !important;

}

.a-color {
	color: #6E0A78 !important;
}

.a-color:hover {
	color: #0057a6 !important;
}
.sq-link{
	display: flex;
	gap: 20px;
}
.sq-link a {
	
    position: relative;
    border: 1px solid #6e0a78;
    padding: 12px 8px 12px 8px;
    background: #6e0a78;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    width: 50%;
    display: block;
}
/* / -----------SUPERankle----------------- / */
.sa-txt h3 {
	color: #6E0A78;
	margin: 15px 0px;
}

.sa-sec2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2%;
}

.sa-sec3 {
	display: grid;
	grid-template-columns: 55% 43%;
	gap: 2%;
	margin: 10px 0px;
}

.sa-list {
	display: flex;
	gap: 20px;
}

.sa-sec {
	display: grid;
	grid-template-columns: 74% 24%;
	gap: 2%;
}

.sa-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}

.sa-img {
	padding-top: 10px;
}

.sa-img p {
	font-size: 15px;
	text-align: center;
	background-color: #6E0A78;
	padding: 5px;
	color: #fff;
	text-align: justify;
}

.sa-txt .tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #6E0A78;

}


.sa-txt .tab button {
	color: #fff;
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}


.sa-txt .tab button:hover {
	background-color: #6E0A78;

}


.sa-txt .tab button.active {
	background-color: #fff;
	color: #0057A6;
	border-radius: 0;

}


.sa-txt .tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

/* / --------------------Rotationplasty------------- / */
.rp-prg p {
	text-align: justify;
	line-height: 30px;
	padding-bottom: 10px;
}

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

/* .rp-prg{
	padding-top: 10px;
  } */
.rp-prg2 {
	padding-bottom: 46px;
}

.rp-prg3 {
	padding-bottom: 77px;
}

.rp-sec {
	display: grid;
	grid-template-columns: 55% 43%;
	gap: 2%;
	margin: 20px 0px;
}

.rp-sec2 {
	display: grid;
	grid-template-columns: 55% 43%;
	gap: 2%;
	margin: 20px 0px;
}

.rp-sec3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2%;
	margin: 20px 0px;
}

.rp-list ul {
	padding: 0px 18px;
}

.rp-list ul li {
	list-style-type: disc;
	line-height: 30px;
}

.rp-img p {
	font-size: 15px;
	text-align: center;
	background-color: #6e0a78;
	color: #fff;
	padding: 5px;

}

.rp-img-gridd p {
	background-color: #6e0a78;
	color: #fff;
	padding: 5px;

}

.rp-flexbox {
	display: flex;
	gap: 20px;
}

.rp-image {
	padding-top: 30px;
}

.rp-image2 {
	padding-top: 60px;
}

.rp-sec22 {
	margin-top: 15px;
}

.rp-img-gridd {
	display: grid;
	grid-template-columns: 46%;
	justify-content: center;
	margin-bottom: 15px;
}

.rp-grid-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2%;
}

.rp-link a {

	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	width: 83%;
	margin: 15px 0px;
	display: block;

}

.rp-txt h3 {
	color: #6E0A78;
	margin: 10px 0px;
}

.rp-txt h4 {
	color: #6E0A78;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 26px;
}

.tc-txt h2 {
	text-align: center;
	color: #6E0A78;
	margin-bottom: 20px;
}

.tc-txt h1 {
	text-align: center;
	color: #6E0A78;
	margin-bottom: 20px;
}

.tc-prg {
	border: 0px;
	border-radius: 9px;
	color: #ffffff;
	/* padding: 20px; */
	/* box-shadow: rgb(204 206 207) 2px 5px 15px 3px; */
}

.tc-prg p {
	line-height: 25px;
	text-align: justify;
}

.tc-prg h2 {
	color: #6E0A78;
	margin: 20px 0px;
}

.tc-prg h3 {
	color: #6E0A78;
	margin: 20px 0px;
}


/* ------------------privacy and policy------------------ */
.pp-txt a {
	text-decoration: underline;
	color: #6E0A78;

}

.prg-info {
	margin: 14px 0px;
}

.prg-info p {
	line-height: 28px;
}

.pp-txt {
	border: 0px;
	border-radius: 9px;
	color: #ffffff;
	/* padding: 40px;
	box-shadow: rgb(204 206 207) 2px 5px 15px 3px; */
}

.pp-prg p {
	margin-bottom: 1em;
	font-weight: 400;
	line-height: 1.75em;

}

.pp-txt h1 {
	color: #6E0A78;
	margin: 35px 0px;
}

.pp-txt h2 {
	color: #6E0A78;
	margin: 35px 0px;
}

.pp-txt h6 {
	color: #6E0A78;
	margin: 30px 0px;
	font-size: 17px;

}

.pp-txt h5 {
	color: #6E0A78;
	margin: 30px 0px;
	font-size: 22px;
}

.sub-prg {
	margin-left: 25px;
}





/* --------------------patient guiid----------------------- */



/* .head {
	display: grid;
	grid-template-columns: 70% 30%;
	margin-top: 20px;

} */

.head-prg p {
	text-align: center;
	padding-bottom: 10px;
}

/* .head-txt h2 {
	color: #6a2778;
	margin: 10px 0px;
	font-weight: bold;
} */


.head-grid {
	display: grid;
	grid-template-columns: 24% 24% 24%;
	gap: 20px;
	padding: 15px 0px;
	justify-content: center;
}

.head-sec {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.head-sec:hover {
	background-color: #0057a6;
	transition: all 0.3s ease-in-out;
}

.head-sec h2 {
	color: #ffffff;
	font-size: 20px;
	margin: 10px;
}

.head-sec p {
	color: #fff;
	padding: 10px 0px;
}

.head-sec i {
	font-size: 40px;
	/* margin: 19px 0px; */
}

.head-sec button {
	width: 100%;
	height: 35px;
	background-color: #fff;
	color: #6a2778;
	font-weight: 700;
	/* margin: 20px 0px; */
	border: 0;
	border-radius: 25px;
	cursor: pointer;
}


.head-img img {
	width: 100%;
	object-fit: cover;
	height: 220px;
	padding: 0px 17px 10px 20px;

}


/* ---------------pin care------------ */
.pc-main-sec {
	border: 0px;
	border-radius: 9px;

}

.pc-prg ul li {
	line-height: 30px;
	list-style-type: disc;
	margin-inline: 20px;
}

.pc-txt a {
	color: #6E0A78;
	font-size: 18px;

}

.pc-txt a:hover {
	color: #0059a3;
}

.pc-txt p {
	line-height: 31px;

}

.pc-txt h2 {
	color: #6E0A78;
	margin: 15px 0px;
}

.pc-img img {
	width: 100%;
	height: auto;

}


.pp-txt p {
	text-align: justify;
	font-weight: 400;
	line-height: 1.75em;
}

.pc-sec {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.pc-info h3 {
	color: #6E0A78;
	margin: 25px 0px;
	/* text-align: center; */
}

.information {
	display: grid;
	grid-template-columns: 34% 60%;
	gap: 2%;
}

.pin-care p {
	width: 100%;
	margin: 45px auto;
	padding-top: 30px;
}

.pin-care2 p {
	width: 100%;
	margin: auto 25px;
	padding-top: 20px;
}

.pc-secc {
	position: relative;
	margin: 30px 0px;
}

.pc-secc img {
	width: 50%;
	height: auto;
}

.pc-img12 img {
	border: 5px solid #fff;
	position: absolute;
	top: 39%;
	left: 33%;
}

.pc-img14 img {
	border: 5px solid #fff;
	position: absolute;
	top: 29%;
	left: 30%;
}

.pc-img16 img {
	border: 5px solid #fff;
	position: absolute;
	top: 41%;
	left: 30%;
}

/* -----------------External Fixator Management------------- */
.ext-img {
	text-align: center;
	padding: 0px 80px;
}

.ext-prg ul li i:hover {
	background-color: #6E0A78;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.ext-prg ul li i {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #6E0A782B;
	color: #6E0A78;
	transition: 0.5s;
	font-size: 11px;
	display: inline-block;
	line-height: 25px;
	margin: 0px 10px 5px 0px;
}

.ext-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.ext-prg ul li {
	line-height: 33px;
	display: grid;
	grid-template-columns: 7% 93%;
	align-items: baseline;
}

.ext-img2 {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 22px;
}

.ext-img2 img {
	width: 100%;
	height: 250px;
}

.ext-prg ul {
	color: #000;
	font-weight: 400;
	line-height: 1.75em;

}

.ext-txtt h2 {
	color: #6E0A78;
	margin: 20px 0px;

}

.extt-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 140px 0px 20px 0px;
}

.extt {
	border-radius: 9px;
	color: #ffffff;
	padding: 15px;
	box-shadow: rgb(204 206 207) 2px 5px 15px 3px;
	position: relative;
}

.ext-txt p {
	text-align: justify;
}

.extt-img {
	position: absolute;
	left: 11%;
	top: -24%;
}

.extt-img img {
	box-shadow: #525252 -8px 15px 14px -8px;
	height: 200px;
}

.ext-txt {
	padding-top: 65px;
}

.ext-txt h2 {
	color: #6E0A78;
	margin: 20px 0px;
	font-size: 22px;
	text-align: center;
}


.ext-img img {
	width: 100%;
	height: 350px;

}


/* -------------Spica Cast----------- */
.sc-sec {
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 2%;
	background: url(../img/text-background-image.jpg) no-repeat;
	background-size: cover;
	padding: 20px;
	margin: 20px 0px;
	border-radius: 25px;
}

.sc-sec2 {
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 2%;
	border: 0px;
	border-radius: 9px;
	color: #ffffff;
	padding: 20px;
	margin: 20px 0px;
	box-shadow: rgb(204 206 207) 2px 5px 15px 3px;
}

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

.sc-txt p a {
	text-decoration: underline;
	color: #6E0A78;
	font-size: 15px;
}

.sc-txt1 {
	background: url(../img/text-background-image.jpg) no-repeat;
	background-size: cover;
	border-radius: 25px;
}

.sc-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
	padding: 15px;
}


.sc-sec-txt p {
	text-align: justify;
	font-weight: 400;
	line-height: 30px;
}

.sc-sec-txt h2 {
	color: #6E0A78;
	font-size: 30px;
	margin: 10px 0px;
}

.sc-grid-sec h2 {
	color: #6E0A78;
	font-size: 30px;
	margin: 10px 0px;
}

.sc-main-grid {
	border: 0px;
	border-radius: 9px;
	color: #ffffff;
	padding: 20px;
	margin: 20px 0px;
	box-shadow: rgb(204 206 207) 2px 5px 15px 3px;
}

.sc-grid ul {
	color: #000;
	text-align: left;

}

.sc-grid ul li {
	line-height: 30px;
	display: grid;
	grid-template-columns: 6% 94%;
	align-items: baseline;
}

.sc-grid ul li i {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #6E0A782B;
	color: #6E0A78;
	transition: 0.5s;
	font-size: 11px;
	display: inline-block;
	line-height: 25px;
	margin: 0px 10px 5px 0px;
}

.sc-grid ul li i:hover {
	color: #ffffff;
	background-color: #6E0A78;
	transition: all 0.5s ease-in-out;
}

.sc-txt {
	text-align: center;

}

.sc-txt a {
	text-decoration: underline;
	color: #750475;
	padding-bottom: 10px;
	display: block;
}

.sc-txt p {
	text-align: justify;
	font-weight: 400;
	line-height: 32px;
}


/* --------------Foot & Ankle Deformity--------------------- */

.fa-txtt {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 20px 0px;

}


.fa-head h3 {
	color: #0059a3;
	margin: 20px 0px;
	text-align: center;
}

.fa-head p {
	margin: 25px 0px;
	text-align: center;
}

.fa-txt {
	text-align: center;
	border-radius: 9px;
	color: #ffffff;
	padding: 15px;
	box-shadow: rgb(204 206 207) 2px 5px 15px 3px;
}


.fa-img h2 {
	color: #6E0A78;
	margin: 20px 0px;
	font-size: 20px;
}

.fa-img p {

	line-height: 20px;
}

.fa-img img {
	width: 190px;
	height: 190px;
	border-radius: 50%;
}


/* --------------------pain managment---------------- */

.pm-sec {
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 2%;
}

.pm-txttt h2 {
	color: #6E0A78;
	margin: 20px 0px;
	font-size: 25px;
}

.pm-prg2 h5 {
	color: #0057A6;
	margin: 20px 0px;
}

.pm-prg2 p {
	margin: 15px 0px;
}

.pm-sec img {
	width: 100%;
	height: 270px;
}

.img-sec a {
	color: #6E0A78;
	text-decoration: none;
	border-left: 3px solid #6E0A78;
	padding: 5px 10px;
	font-size: 15px;
	display: block;
}

.img-sec a:hover {
	background-color: #6E0A78;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.pm-grid h2 {
	color: #6E0A78;
	font-size: 25px;
}

.pm-img {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.pm-img img {
	width: 100%;
	height: 230px;
	border: 1px solid #6E0A78;
	border-radius: 25px;
}

.pm-prg p {
	line-height: 30px;
	margin: 20px 0px;

}

.pm-grid2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	/* margin-top: 15px; */
}

.pm-grid3 {
	display: grid;
	grid-template-columns: 24% 24%;
	justify-content: center;
	gap: 20px;
	margin: 20px 0px;
}

.pm-sec2 {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.pm-sec2:hover {
	background: #0059a3;
	transition: all 0.3s ease-in-out;
}

/* .pm-sec2 img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	margin: 20px 0px;
} */

.pm-sec2 h2 {
	color: #fff;
	font-size: 17px;
	margin: 10px 20px;
}


/* -------------Spinal Deformity----------------- */
.sd-p-story {
	text-align: center;
}

.sd-sec {
	display: grid;
	grid-template-columns: 58% 40%;
	gap: 2%;
	margin: 15px 0px;

}

.sd-sec p a {
	color: #004e95;
	font-weight: 600;
}

.sd-sec p a:hover {
	color: #6e0a78;
}

.sd-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 40px;
}

.sd-grid h4 {
	color: #ffffff;
	font-size: 17px;

}

.sd-txt img {
	width: 110px;
	height: 110px;
	object-fit: cover;
	border-radius: 50%;
	margin: 20px;
}

.sd-prg {
	padding-bottom: 5px;
}

.sd-prg p {
	line-height: 20px;
	color: #fff;
	text-align: justify;
	padding: 15px;

}

.sd-txtt {
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 2%;
	margin: 40px 0px;
}

.sd-txtt img {
	width: 100%;
	height: 360px;
}

.sd-text {
	padding: 11px;
}

.sd-sec2 {
	display: grid;
	grid-template-columns: 59% 39%;
	gap: 2%;

}

.sd-txt2 img {
	width: 100%;
	object-fit: cover;
	height: 250px;
}

.sd-txt1 {
	display: grid;
	grid-template-columns: 27% 71%;
	gap: 2%;
}


.sd-section {
	display: grid;
	grid-template-columns: 24% 24% 24%;
	gap: 20px;
	text-align: center;
	justify-content: center;
}

.sd-section2 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	text-align: center;

}

.sd-sub-sec {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.sd-sub-sec:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}

.sd-main {
	background: linear-gradient(180deg, #6E0A78 0%, #0057A6 100%);
	text-align: center;
}

.pm-sec3-txt h4 {
	color: #0059a3;
	font-size: 25px;
	text-align: center;
	margin: 10px 0px;
}

.pm-sec23-txt h4 {
	color: #0059a3;
	font-size: 25px;
	margin: 10px 0px;
}

.sd-sub-sec h5 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 13px 0px;
}

.pm-main-sec {
	display: grid;
	gap: 20px;
	margin: 25px 0;
}

.sd-story p a {
	color: #6E0A78;
}

.sd-story p a:hover {
	color: #0057a6;
	transition: all 0.3s ease-in-out;
}

.sd-story p {
	text-align: center;
}

.sd-story img {
	margin: 15px 10px;
}

/* ========Historical Vignettes on How the Ilizarov Method Came to the West========= */
.hv-main {
	border: 0px;
	border-radius: 9px;
	color: #ffffff;

}

.hv-prg {
	background: url(../img/text-background-image.jpg) no-repeat;
	background-size: cover;
	padding: 10px;
}


.hv-txt {
	display: grid;
	grid-template-columns: 47% 52%;
}

.hv-txt img {
	padding-top: 18px;
}

.hv-txt2 {
	display: grid;
	grid-template-columns: 72% 26%;
	gap: 10px;
}

.hv-txt2 img {
	width: 100%;
	object-fit: cover;
	padding-top: 10px;
}



.hv-txt3 {
	display: grid;
	grid-template-columns: 60% 38%;
	gap: 10px;
}

.hv-txt4 {
	display: grid;
	grid-template-columns: 75% 24%;
}

.hv-txt3 img {
	width: 100%;
	object-fit: cover;
	padding-bottom: 10px;
}

.hv-txt4 img {
	width: 100%;
	object-fit: cover;
	padding-block: 10px;
}

.hv-prg p {
	line-height: 25px;
	padding: 10px 15px;
	text-align: justify;
}


.hv-txt1 h3 {
	color: #6E0A78;
	font-size: 28px;
	text-align: left;
	padding: 20px 15px;
}

.hv-section {
	background: url(../img/text-background-image.jpg) no-repeat;
	background-size: cover;
}

.hv-section h3 {
	color: #6E0A78;
	font-size: 28px;
	text-align: left;
	padding: 20px 15px;

}

.hv-img {
	display: flex;
	justify-content: center;

}


/* ----------------Osteotomies============ */
.os-sec {
	display: grid;
	grid-template-columns: 67% 31%;
	gap: 2%;
}

/* .os-section {
	
} */

.os-prg p {
	line-height: 30px;
	text-align: justify;
	margin: 10px 0px;
}

.os-txt h3 {
	color: rgb(110, 10, 120);


}

.os-sec2 {
	display: grid;
	grid-template-columns: 70% 30%;
}

.os-sec3 {
	display: grid;
	grid-template-columns: 29% 69%;
	gap: 2%;
}

.os-prg1 p {

	line-height: 30px;
	padding: 5px 0px;
}

/* -------------------Achondroplasia-------------------- */

.ac-sec {
	display: grid;
	grid-template-columns: 60% 38%;
	gap: 2%;
}
.ac-sec2 {
    display: grid;
    grid-template-columns: 79% 19%;
    gap: 2%;
    margin-bottom: 20px;
}
.ab-image img{
	width: 100%;
	
}
.ab-image p{
	font-size: 15px;
	text-align: center;
     color: #ffffff;
	 background-color: #6E0A78;
	 padding: 5px;
}
.ab2-grid {
	display: flex;
	gap: 10px;
}
.ab-sec {
	display: grid;
	grid-template-columns: 59% 39%;
	gap: 2%;
}

.ab-sec iframe#video-944-1_youtube_iframe {
	width: 100%;
	height: 300px;
}

iframe#video-881-1_youtube_iframe {
	width: 100%;
	height: 300px;
	padding-bottom: 15px;
}

.ab-prg p {
	text-align: justify;
	line-height: 28px;
	padding-bottom: 10px;
}

.ab-link a {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	width: 54%;
	margin: 15px 0px;
	display: block;
}


.ab-grid {
	display: grid;
	grid-template-columns: 34% 64%;
	gap: 2%;
	padding: 40px 20px 0px 20px;
}
.ab-gridd {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 10px;
}
.ab-griddd {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 10px;
}
.ab-gridd2 {
    display: grid;
    grid-template-columns: 68% 30%;
    gap: 2%;
    margin-bottom: 10px;
}

.ab-checkbox {
	color: #fff;
	margin: 0px 0px 13px 17px;
}


/* ----------------Avascular Necrosis of the Hip------------------------ */

.av-txt h3 {
	color: #6E0A78;
	font-size: 28px;
	margin: 10px 0px;
}

.ab-txt h3 {
	color: #6E0A78;
	font-size: 28px;
	margin: 10px 0px;
}

.av-list {
	margin: 15px 0px;
}

.av-prg p {
	text-align: justify;
	line-height: 28px;
	padding-top: 10px;
}

.av-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 20px 0px;
}

.av-box h5 {
	color: #fff;
	padding-top: 10px;
}

.av-box {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px
}

.av-box:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}

/* ----------Arthrogryposis------------ */
.ar-grid {
	display: grid;
	grid-template-columns: 25% 75%;
	margin: 30px 0px;
}

.ar-prg p {
	line-height: 28px;
}

.ar-link a {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	width: 75%;
	margin: 15px 0px;
	display: block;
}

/* -------------Beckwith-Wiedemann Syndrome---------------------- */

.bw-prg p {
	text-align: justify;
	line-height: 25px;
	padding-top: 20px;
}

.bw-list ul {
	margin: 15px 0px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 7px;
}

.bw-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 20px 0px;
}

.bw-box h5 {
	color: #fff;
	padding-top: 10px;
}

.bw-box2 h5 {
	color: #fff;
	padding-top: 10px;
}

.bw-box {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.bw-box:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}

.bw-box2:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}

.bw-box2 {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;


}

.bw-grid {
	display: grid;
	grid-template-columns: 24% 24% 24%;
	justify-content: center;
	align-items: center;
	gap: 22px;
}

/* --------------------Blount’s Disease-------------------- */

.bd-txt h3 {
	color: #6E0A78;
	font-size: 28px;
	margin-top: 10px;
}



.bd-prg-grid {
	display: grid;
	grid-template-columns: 79% 19%;
	gap: 2%;
}

.bd-prg-grid2 {
	display: grid;
	grid-template-columns: 72% 26%;
	gap: 2%;
}

.bd-prg-grid3 {
	display: grid;
	grid-template-columns: 73% 25%;
	gap: 2%;
}

.bd-grid3 {
	display: grid;
	grid-template-columns: 83% 15%;
	gap: 2%;

}

.bd-prg p {
	line-height: 30px;
	padding-top: 10px;
	text-align: justify;
}


.bd-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 40px 0px;
}



.bd-grid-prg p {
	padding: 15px;
	color: #fff;
}

.bd-img2 p {
	background-color: #6E0A78;
	color: #fff;
	padding: 10px;
}

.bd-grid-img {
	border-radius: 10px;
	overflow: hidden;
	background-color: #0059a3;
}

.bd-link a {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	width: 55%;
	margin-top: 10px;
	display: block;
	text-decoration: none;
}

.bd-img p {
	font-size: 15px;
	text-align: center;
	background-color: #6E0A78;
	color: #fff;
	padding: 10px;
}

.bd-img img {
	width: 100%;
}

/* ------------------Brachymetacarpia---------------- */

.bh-grid {
	display: grid;
	grid-template-columns: 74% 24%;
	gap: 2%;
}

.bh-prg p {
	line-height: 30px;
	padding-bottom: 10px;
	text-align: justify;
}

.bh-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 20px 0px;
}

.bh-box h5 {
	color: #fff;
	margin-block: 15px;
}

.bh-box {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.bh-box:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}

/* ------------Developmental Dislocation of the Hip----------- */

.ddh-prg p {
	line-height: 30px;
	padding-top: 10px;
	text-align: justify;
}

/* -------------------Diastrophic Dwarfism------- */

.dd-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}

.dd-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin: 20px 0px;
}

.dd-box h5 {
	color: #fff;
	margin-block: 15px;
}

.dd-box {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.dd-box:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}

/* -----------------Fibrous Dysplasia------------ */

.fd-grid {
	display: grid;
	grid-template-columns: 74% 24%;
	gap: 2%;
}

.fd-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}

/* -------------Fibular Hemimelia-- */

.fh-grid {
	display: grid;
	grid-template-columns: 82% 16%;
	gap: 2%;
}

.fh-grid2 {
	display: grid;
	grid-template-columns: 81% 17%;
	gap: 2%;
}

.fh-grid3 {
	display: grid;
	grid-template-columns: 17% 81%;
	gap: 2%;
}

.fh-grid4 {
	display: grid;
	grid-template-columns: 48% 50%;
	gap: 2%;
	margin: 20px 0px;
}

img.wwwx {
    height: 300px;
    width: 100%;
    object-fit: contain;
}
.fh-sec {
	display: grid;
	grid-template-columns: 33% 27% 40%;
}

.fh-prg p {
	line-height: 30px;
	padding-top: 10px;
	text-align: justify;
}

.fh-prg2 p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}

.fh-txt h5 {
	color: #0059a3;
	margin: 10px 0px;
}
.fh-txt-22{
	display: grid;
	grid-template-columns: 74% 24%;
	gap: 2%;
}
.fh-txt h3 {
	color: #6E0A78;
	font-size: 28px;
	margin: 10px 0px;
}

.fh-link a {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	width: 54%;
	margin: 15px 0px;
	display: block;
}

.fh-link2 a {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff !important;
	text-align: center;
	border-radius: 8px;
	width: 73%;
	margin: 15px 0px;
	display: block;
}

.fh-prg2 a {
	color: #6E0A78;
}

.fh-prg2 a:hover {
	color: #0059a3;
}

.fh-img img {
	margin-top: 15px;
}


.fh-list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 15px 0px;
}

.fh-list ul li {
	border: 1px solid #6E0A78;
	padding: 5px;
}

.fh-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	gap: 20px;
	margin-top: 15px;
}

.fh-box h5 {
	color: #fff;
	margin-block: 15px;
}

.fh-box {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.fh-box:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}

/* ----------Freeman Sheldon Syndrome------ */

.fs-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}

/* -------------Gaucher Disease-------- */

.gd-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}

.gd-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 25px 0px;
}

.gd-box {
	border: 0;
	border-radius: 10px;
	box-shadow: rgb(204 206 207) 2px 5px 15px 3px;
	padding: 20px;
	background-color: #6E0A78;

}

.gd-box:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;
}

.gd-txt h2 {
	color: #fff;
	margin: 10px 0px;
}
.gd-text h3 {
	color: #6E0A78;
	margin-top: 10px;
}

.gd-txt h5 {
	color: #fff;
	margin: 10px 0px;
}


.gd-list ul {
	margin: 0px 14px;
	font-size: 18px;
	color: #fff;
}


.gd-list ul li {
	line-height: 30px;
	list-style-type: none;

}




/* ------------Growth Arrest----------- */

.gr-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}

.gr-box h6 {
	color: #fff;
	margin-top: 15px;
	font-size: 17px;
}
.gr-box h5 {
	color: #fff;
	margin-top: 15px;
	
}
.gr-box p {
	color: #fff;
	margin-top: 15px;
	
}
.gr-box {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.gr-box:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}

.gr-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 20px 0px;
}

.gr-list2 ul li {
	font-size: 18px;
	list-style-type: disc;
	margin-inline: 18px;
	line-height: 30px;
}

.gr-grid {
	display: grid;
	grid-template-columns: 73% 25%;
	gap: 2%;

}
.gr-img p{
	font-size: 15px;
	text-align: center;
	background-color: #6E0A78;
	color: #fff;
	padding: 5px;
}
.gr-section-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 10px;
}
.gr-grid-section2{
	display: grid;
	grid-template-columns: 43% 55%;
	gap: 2%;
	margin-top: 10px;
}
.gr-list-gridd{
	display: grid;
	grid-template-columns: 24% 24%;
	justify-content: center;
	gap: 2%;
	margin-top: 10px;
}


/* -----------Holt Oram Syndrome------------ */

.ho-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}
.ho-txt h3{
	color: #6E0A78;
	margin-top: 10px;
}
/* --------------Hip Dysplasia---------- */
.hd-txt h3 {
	color: #6E0A78;
	margin: 15px 0px;
}
.hd-txt h4 {
	color: #0057A6;
	margin-bottom: 10px ;
}
.hd-prg h5 {
	color: #0059a3;
	margin: 10px 0px;
}

.hd-prg p {
	line-height: 30px;
	padding-bottom: 0px;
/* 	text-align: justify; */
}

.hd-grid {
	display: grid;
	grid-template-columns: 60% 38%;
	gap: 2%;
}

.hd-grid2 {
	display: grid;
	grid-template-columns: 34% 66%;
	margin: 20px 0px;
}

.hd-vid iframe#video-1148-1_youtube_iframe {
	width: 100%;
	height: 300px;
}

.hd-list ul li {
	font-size: 18px;
	list-style-type: disc;
	margin-inline: 18px;
	line-height: 30px;
}

.hd-prg2 p {
	color: #fff;
	text-align: justify;
}

.hd-prg2 {
	background-color: rgb(0, 89, 163);
	padding: 50px;
}
.hd-grid2-box h5{
	color: #fff;
	padding-top: 10px;
}
.hd-grid2-box{
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}
.hd-grid2-box:hover{
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;
}
.hd-grid-2{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 20px;
}
.hd22-grid{
	display: grid;
	grid-template-columns: 60% 37%;
	gap: 2%;
}
.hd-img p{
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #6E0A78;
	padding: 5px;
}
/* ------------Hurler’s Disease----- */


.hl-prg p {
	line-height: 30px;
	text-align: justify;
	padding-bottom: 10px;
}

.hl-list ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 20px 0px;
	font-size: 18px;
}

.hl-list ul li i {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 100%;
	background-color: #6E0A782B;
	color: #6E0A78;
	transition: 0.5s;
	font-size: 11px;
	display: inline-block;
	line-height: 25px;
	margin: 0px 10px 5px 0px;
}

.hl-list ul li i:hover {
	transition: all 0.4s ease;
	background-color: #6E0A78;
	color: #ffffff;
}

.hl-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 20px 0px;
}

.hl-img img {
	padding: 20px 0px;
	width: 100px;
}

.hl-txt h4 {
	color: #fff;
	font-size: 17px;
	padding-bottom: 20px;
}
.hl2-txt h3{
	color: #6E0A78;
	margin-bottom: 10px;
}
.hl-txt2 h4 {
	color: #fff;
	font-size: 17px;
	padding-bottom: 20px;
}

.hl-txt {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.hl-txt:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}

.hl-txt2:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}

.hl-txt2 {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
	width: 300px;
}

.hl-grid-section {
	display: grid;
	justify-content: center;
	margin-bottom: 20px;
}


/* ------Joint Preservation & Replacement------- */
.jp-prg p {
	line-height: 30px;
	text-align: justify;
	padding-top: 10px;
}

.jp-prg p a {
	color: #6E0A78;
}

.jp-prg p a:hover {
	color: #0057a6;
}

.jp-txt h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
	color: #6e0a78;
	font-weight: 600;
}

.jp-txt h4 {
	text-align: center;
	color: #0057A6;
	margin-bottom: 15px;
}

.jp-txt h5 {
	text-align: center;
	margin: 10px 0px;
	color: #fff;
}

.jp-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 15px;
}

.jp-sec {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.jp-sec:hover {
	background-color: #0057a6;
	transition: all 0.3s ease-in-out;
}

.jp-grid2 {
	display: grid;
	grid-template-columns: 32% 32%;
	justify-content: center;
	gap: 20px;
	margin: 20px 0px;
}

.jp-sec2 {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.jp-sec2:hover {
	background-color: #0057a6;
	transition: all 0.3s ease-in-out;
}

/* ---------Kyphosis------ */

.ky-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 20px;
}


/* ------Larsen Syndrome---- */

.ls-prg p {
	text-align: justify;
	line-height: 30px;
	padding-bottom: 10px;
}

.ls-prg2 p {
	color: #fff;
	line-height: 30px;
	padding-bottom: 10px;
	text-align: justify;
}

.ls-txt h3 {
	color: #6E0A78;
	margin: 15px 0px;
}

.ls-sec h3 {
	color: #fff;
	margin: 15px 0px;
}

.ls-txt2 h3 {
	color: #fff;
	margin: 10px 0px;
}

.ls-grid {
	display: grid;
	grid-template-columns: 60% 38%;
	gap: 2%;
}

.ls-sec {
	padding: 15px;
	background-color: #6E0A78;
}

.ls-sec:hover {
	background-color: #004e95;
	box-shadow: rgb(163 163 163) 2px 5px 15px 3px;
	transition: all 0.3s ease-in-out;
}

.ls-grid2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 20px 0px;
}

.ls-txt2 {
	background-color: #0057A6;
	padding: 15px;
}

/* --------Nail-Patella Syndrome------ */

.np-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}

.np-list ul li{
	list-style-type: disc;
	margin-inline: 18px;
	line-height: 30px;
  }
/* ---------Neonatal Sepsis Sequelae--------- */

.nss-prg p {
	line-height: 30px;
	padding-top: 10px;
	text-align: justify;
}

.nss-list ul {
	margin: 20px 0px;
	font-size: 18px;
}

.nss-list ul li {
	line-height: 30px;
	list-style-type: disc;
	margin-inline: 20px;
}


/* --------Ollier’s Disease-------- */

.od-prg p {
	text-align: justify;
	line-height: 30px;
	padding-bottom: 10px;
}

.od-section {
	display: grid;
	grid-template-columns: 77% 21%;
	gap: 2%;
}

.od-grid {
	display: grid;
	grid-template-columns: 21% 77%;
	gap: 2%;
}

.od-sec {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 15px;
}

.od-get-quote {
	margin-bottom: 12px;
}

.od-txt {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.od-txt:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}

.od-txt h5 {
	color: #fff;
	margin: 10px;
	font-size: 17px;
}

.od-box h3 {
	color: #6E0A78;
	margin-bottom: 10px;
}

.od-png-img img {
	height: 100px;
	padding-top: 10px;
}

/*-----Osteoarthritis of the Knee----- */

.ot-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}

.ot-txt h3 {
	color: #6E0A78;
	margin-top: 10px;
}
.ot-txt h4 {
	color: #fff;
	margin-top: 10px;
}
.ot-list ul {
	margin-top: 20px;
	font-size: 18px;
}

.ot-list ul li {
	color: #fff;
	margin-inline: 18px;
	list-style-type: disc;

}
.ot-list2 ul {
	
	margin-top: 10px;
	line-height: 28px;
}

.ot-list2 ul li {
	margin-inline: 18px;
	list-style-type: disc;

}

.ot-sec {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 15px;
}

.ot-txt2 h5 {
	color: #fff;
	margin-block: 10px;
}
.ot2-grid {
    display: grid;
    grid-template-columns: 57% 41%;
    gap: 2%;
	margin-top: 10px;
} 
.ot-txt2 {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.ot-txt2:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}
.ot-txt22 {
	position: relative;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.ot-txt22:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}
/* ---------Osteomyelitis----------- */

.ost-prg p {
	line-height: 30px;
	padding-top: 10px;
	text-align: justify;
}

.ost-txt h5 {
	color: #0059a3;
	margin: 20px 0px;
	font-size: 18px;
}

.ost-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.ost-sec {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.ost-sec:hover {
	background: #0057a6;
	transition: all 0.3s ease-in-out;
}

.ost-sec h5 {
	color: #fff;
	margin: 10px;
	font-size: 17px;
}

.ost-sec img {
	padding-block: 5px;
}
.ost-list ul li{
	line-height: 30px;
	list-style-type: disc;
	margin-inline: 20px;
}
/* ----------Paget’s Disease------ */
.pd-section {
	display: grid;
	grid-template-columns: 72% 26%;
	gap: 2%;
}
.pd-grid{
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 2%;
    margin-bottom: 15px;
}
.pd-prg p {
	text-align: justify;
	line-height: 30px;
	padding-bottom: 10px;
}

.pd-list ul {
	margin-block: 10px;
	font-size: 18px;
	line-height: 30px;
}

.pd-list ul li {
	line-height: 30px;
	list-style-type: disc;
	margin-inline: 20px;
}
.pd-image{
	display: grid;
	grid-template-columns: 84%;
	justify-content: center;
	margin-top: 10px;
}
.pd-image p{
	font-size: 15px;
	text-align: center;
	background-color: #6E0A78;
	color: #fff;
	padding: 5px;
}
.pd-img{
	display: grid;
	grid-template-columns: 56%;
	justify-content: center;
	margin-top: 10px;
}
.pd-text h3{
	color: #6E0A78;
	margin-bottom: 10px;
}
.pd-text h2{
	color: #6E0A78;
	margin-bottom: 10px;
}
.pd-img p{
	font-size: 15px;
	text-align: center;
	background-color: #6E0A78;
	color: #fff;
	padding: 5px;
}
.pd-img2 p{
	font-size: 15px;
	text-align: center;
	background-color: #6E0A78;
	color: #fff;
	padding: 5px;
}

/* -----Pediatric Spondylolysis & Spondylolisthesis--- */
.ps-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}

.ps-txt p a {
	color: #6e0a78;
}

.ps-txt p a:hover {
	color: #0057a6;
}

.ps-txt p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}

.ps-txt h4 {
	color: #0059a3;
	margin-top: 10px;
	font-size: 22px;
}

.ps-txt h5 {
	color: #0059a3;
	margin-top: 10px;
}

.ps-txtt h5 {
	color: #fff;
	margin: 10px;
	font-size: 22px;
}

.ps-txtt p {
	color: #fff;
}

.ps-txt h3 {
	color: #6E0A78;
	margin-top: 15px;
	font-weight: bold;
}

.ps-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 15px;
}

.ps-grid-sec {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.ps-grid-sec:hover {
	background-color: #0057a6;
	transition: all 0.3s ease-in-out;
}


/* ----------Radial Club Hand--------------- */
.rch-grid {
	display: grid;
	grid-template-columns: 80% 18%;
	gap: 2%;
}

.rch-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
}

.rch-link a {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	width: 42%;
	margin-top: 15px;
	display: block;
}

.rch-link2 a {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	width: 50%;
	margin-top: 15px;
	display: block;
}

.rch-grid2 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.rch-txt h5 {
	color: #fff;
	margin-block: 10px;
}

.rch-txt h3 {
	color: #6E0A78;
	margin-block: 10px;
}

.rch-sec {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.rch-sec:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;
}

.rch-list ul li {
	list-style-type: disc;
	margin: 5px 18px;
}


/* ------------SUPERknee---------------- */
.sk-prg p a {
	color: #6e0a78;
}

.sk-prg p a:hover {
	color: #0057A6;
}

.sk-prg p {
	text-align: justify;
	line-height: 30px;
	padding-bottom: 10px;
}

.sk-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 10px 0px;
}

.sk-grid2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 10px 0px;
}

.sk-grid3 {
	display: grid;
	grid-template-columns: 70% 28%;
	gap: 2%;
	margin: 20px 0px;
}

.sk-sec:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;
}

.sk-sec {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.sk-section {
	display: grid;
	grid-template-columns: 60% 38%;
	gap: 2%;
	margin: 20px 0px;
}

.sk-txt h5 {
	color: #fff;
	margin-block: 10px;
}

.sk-img p {
	background-color: #6e0a78;
	color: #fff;
	padding: 5px;

}

.sk-links {
	display: flex;
	gap: 20px;
}

.sk-img {
	padding-top: 10px;
}

.acsb-sr-only {
	display: block !important;
	position: absolute !important;
	left: 0px !important;
	top: 0px !important;
	margin: -1px 0px 0px -1px !important;
	padding: 0px !important;
	width: 1px !important;
	height: 1px !important;
	font-weight: normal !important;
	font-size: 15px !important;
	line-height: 1px !important;
	overflow: hidden !important;
	clip: rect(0px, 0px, 0px, 0px) !important;
	border: 0px !important;
	outline: 0px !important;
	cursor: text !important;
	text-transform: capitalize !important;
	color: rgb(0, 0, 0) !important;
	background: rgb(255, 255, 255) !important;
}

/* ------------------SUPERhip----------------/ */

/* .img-gap img{
	width: 100%;
	height: 481px;
   } */
.sh-links {
	display: flex;
	gap: 20px;
	padding-bottom: 20px;
}

.sh-prg p {
	text-align: justify;
	line-height: 30px;
	padding-bottom: 0;
}

.sh-grid-prg2 {
	color: #fff !important;
	background-color: #6E0A78;
	padding: 5px 25px;
}

.sh-prg2 p {
	text-align: justify;
	line-height: 30px;
	padding-bottom: 40px;
}

.sh-prg {
	margin-bottom: 15px;
}

.sh-link a {
	position: relative;
	border: 1px solid #6e0a78;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	width: 56%;
	margin-bottom: 10px;
	display: block;
}

.sh-sec {
	display: grid;
	grid-template-columns: 57% 41%;
	gap: 2%;
}

.sh-grid2 {
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 2%;
	margin: 15px 0px;
}

.sh-grid {
	display: grid;
	grid-template-columns: 33% 32% 33%;
	gap: 1%;
	justify-content: center;
	margin-bottom: 10px;
}

.sh-grid-sec:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;
}

.sh-grid-sec {
	position: relative;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.sh-txt h5 {
	color: #fff;
	margin: 10px 0px;
}

.sh-prg h5 {
	color: #0057a6;
	margin: 20px 0px;
}

.sh-txt h3 {
	color: #6E0A78;
	margin: 15px 0px;
}

.sh-list ul {
	color: #fff;
	padding: 0px 15px;
}

.sh-list ul li {
	list-style-type: disc;
}

.sh-img p {
	font-size: 15px;
	text-align: center;
	background-color: #6E0A78;
	padding: 5px;
	color: #fff;
	text-align: justify;
}


.sh-sec-text {
	position: absolute;
	left: 25px;
	bottom: 70px;
	width: 93%;
}

.sh-sec-text2 {
	position: absolute;
	left: 25px;
	bottom: 97px;
	width: 93%;
}

.sh-prg p a {
	color: #6E0A78;
}

.sh-prg p a:hover {
	color: #0057A6;
}

/* -----------------------------------treatment strategies----------------------------- */

/* --------------Pseudoachondroplasia-treatment-strategies----------- */

.pp-grid {
    display: grid;
    grid-template-columns: 80% 18%;
    gap: 2%;
    margin-top: 20px;
}

.pp-img p{
	font-size: 15px;
	text-align: center;
	background-color: #6E0A78;
	color: #fff;
	padding: 5px;
}

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


/* ------Tibial Hemimelia Type 5-------------- */

.tbh-img p {
	font-size: 15px;
	text-align: center;
	background-color: #6E0A78;
	color: #fff;
	padding: 5px;
}

.tbh-prg p {
	text-align: justify;
	line-height: 30px;
	padding-bottom: 10px;
}

.tbh-grid {
	display: grid;
	grid-template-columns: 82% 16%;
	gap: 2%;
	margin-top: 25px;
}

.tbh2-grid {
	display: grid;
	grid-template-columns: 16% 82%;
	gap: 2%;
	margin-top: 25px;
}

.tbh-grid2 {
	display: grid;
	grid-template-columns: 68% 30%;
	gap: 2%;

}

.tbh3-grid {
	display: grid;
	grid-template-columns: 24% 74%;
	gap: 2%;
	margin-top: 25px;
}

.tbh-grid3 {
	display: grid;
	grid-template-columns: 74% 24%;
	gap: 2%;
}

.tbh-grid-2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 25px;
}

/* ------Congenital Pseudarthrosis of the Tibia----- */
.cp-prg p a {
	color: #6E0A78;
}

.cp-prg p a:hover {
	color: #0057a6;
}

.cp-prg p {
	text-align: justify;
	line-height: 30px;
	padding-bottom: 10px;
}

.cp-box h5 {
	color: #fff;
	margin-top: 15px;
}

.cp-box {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.cp-box2 h5 {
	color: #fff;
	margin-bottom: 10px;
}

.cp-box2 ul {
	color: #fff;
	margin-bottom: 10px;
	line-height: 30px;

}

.cp-box2 ul li {
	list-style-type: disc;
	margin: 0px 18px;
}

.cp-list ul li {
	list-style-type: disc;
	line-height: 30px;
	margin: 0px 18px;
}

.cp-box:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;
}

.cp-box2 {
	position: relative;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.cp-box2:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;
}

.cp-sec {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 15px;

}

.cp-grid {
	display: grid;
	grid-template-columns: 24% 24% 24%;
	justify-content: center;
	gap: 20px;
	margin-bottom: 10px;
}

.cp-gridd {
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 2%;
	margin-top: 15px;
}

/* --===========---Clubfoot-----============- */
.ct-grid {
	display: grid;
	grid-template-columns: 73% 25%;
	gap: 2%;
}

.ct-grid2 {
	display: grid;
	grid-template-columns: 55% 43%;
	gap: 2%;
}

.ct-prg p {
	text-align: justify;
	line-height: 30px;
	padding-bottom: 10px;
}

.ct-prg p span {
	text-decoration: underline;
}

.ct-sec h3 {
	color: #6E0A78;
	padding-bottom: 10px;
	font-weight: bold;
}

.ct-sec h4 {
	color: #0057A6;
	padding-bottom: 10px;
}

.ct-list ul li {
	list-style-type: disc;
	line-height: 30px;
}

.ct-list ul {
	padding: 5px 20px;
}

.ct-box {
	position: relative;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 10px;
}

.ct-box:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;
}

.ct-box h5 {
	color: #fff;
	margin-top: 10px;
}

.ct-box p {
	color: #fff;
	margin-top: 10px;
	line-height: 22px !important;
}

.ct-prg p a {
	color: #6E0A78;
}

.ct-prg p a:hover {
	color: #0057A6;
}

.ct-list ul li a {
	color: #6E0A78;
}

/* --------Chondroectodermal Dysplasia-------- */

.chd-prg p {
	text-align: justify;
	line-height: 30px;
	padding-bottom: 10px;
}

/* .chd-sec{
display: grid;
grid-template-columns: 69% 29%;
gap: 2%;
} */
.chd-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.chd-grid2 {
	display: grid;
	grid-template-columns: 29% 41% 26%;
	gap: 2%;
}

.chd-box {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 10px;
}

.chd-box:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;
}

.chd-box h5 {
	color: #fff;
	margin-top: 10px;
}

.chd-img p {
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #6E0A78;
	padding: 5px;

}

/* --------------Fibrous Dysplasia------------ */

.fd2-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.fd-box {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 10px;
}

.fd-box:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;
}

.fd-box h5 {
	color: #fff;
	margin-top: 10px;
}

.fd-grid2 {
	display: grid;
	grid-template-columns: 72% 26%;
	gap: 2%;
}

.fd-img p {
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #6E0A78;
	padding: 5px;
}

/* ---------Fibular Hemimelia----------- */
.fh-grid22 {
	display: grid;
	grid-template-columns: 73% 25%;
	gap: 2%;
	margin-top: 20px;
}

.fh-gridd {
	display: grid;
	grid-template-columns: 76% 22%;
	gap: 2%;
}

.fh-sec {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 10px 0px;
}

.fh-sec2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 10px 0px;
}

.fh2-list ul li {
	list-style-type: disc;
	color: #fff;
}

.fh2-list ul {
	padding: 7px 18px;
}

.fd-circle li {
	list-style-type: circle !important;

}

.fd-circle {
	margin-left: 0;
}

.fh-lists ul li {
	list-style-type: disc;
	line-height: 30px;
}

.fh-lists {
	margin-bottom: 5px;
}

.fh-lists ul {
	padding: 0px 18px;
}

.fh-box2 {
	position: relative;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.fh-box2:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;
}

.fh-img p {
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #6e0a78;
	padding: 5px;
}

.fh-box2 h5 {
	color: #fff;
}

.fh-prg h5 {
	color: #0057A6;
	padding-bottom: 10px;
}

.img-padd {
	padding-top: 30px;
}

.mar-top {
	margin-top: 15px;
}

/* ---------- Fibular Hemimelia Reconstruction vs. Amputation---------- */

.fh-grid-section {
	display: grid;
	grid-template-columns: 76% 22%;
	gap: 2%;
}

/* ------------ Limb Lengthening for Fibular Hemimelia---------- */

/* .fh-txt {
	display: grid;
	grid-template-columns: 73% 24%;
	gap: 2%;

} */

.fh-txt2 {
	display: grid;
	grid-template-columns: 81% 16%;
	gap: 2%;
}

.fh-text h3 {
	color: #6E0A78;
	margin-bottom: 10px;
}


/* -------------Madelung’s Deformity--------------- */
.md-prg p {
	text-align: justify;
	line-height: 28px;
	padding-bottom: 10px;
}

.md-sec {
	display: grid;
	grid-template-columns: 69% 29%;
	gap: 2%;
	margin-top: 25px;
}

.md-image p {
	font-size: 15px;
	text-align: center;
	background-color: #6E0A78;
	color: #fff;
	padding: 5px;
}

/* ---------Melorheostosis------------ */

.ml-prg p {
	text-align: justify;
	line-height: 28px;
	padding-bottom: 10px;
}

.ml-box h5 {
	color: #fff;
	margin-top: 10px;
}

.ml-box2 h5 {
	color: #fff;
	margin-top: 10px;
}

.ml-box {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px
}

.ml-box:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;

}

.ml-box2 {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px
}

.ml-box2:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;

}

.ml-sec {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.ml-sec2 {
	display: grid;
	grid-template-columns: 24%;
	justify-content: center;
	margin: 20px 0px 15px 0px;
}

/* ------------Multiple Hereditary Exostoses------------ */


.mh-list ul li {
	list-style-type: disc;
}

.mh-list ul {
	padding: 5px 18px;

}

.mh-prg p {
	text-align: justify;
	line-height: 28px;
	padding-top: 10px;
}

.border-section {
	border: 0px;
	border-radius: 10px;
	color: #ffffff;
	padding: 15px;
	box-shadow: rgb(204 206 207) 0px 0px 0px 1px;
}

.mh-list2 ul li a {
	color: #6E0A78;

	transition: 0.5s all;
	font-weight: 600;
}

.mh-head h3 {
	color: #fff;
	background-color: #6E0A78;
	border-radius: 5px;
	font-size: 25px;
	padding: 5px;
	margin-bottom: 5px;
}

.mh-list2 ul li a:hover {
	color: #0057a6;
	transition: 0.5s all;
	font-weight: 600;
}

.mh-list2 {
	/* border-left: 3px solid #6E0A78;	 */
	padding-left: 8px;
	line-height: 30px;
}

ul.mh-sublist {
	padding-left: 20px;
	margin-left: 0px;
	color: #6E0A78;
}

ul.mh-sublist li {
	list-style-type: disc !important;
	font-size: 16px;

}

/* ul.mh-sublist li a:active{
color: #0057A6;
font-weight: 900;
} */
ul.mh-sublist li a:hover {
	color: #0057a6;
	transition: 0.5s all;
	font-weight: 600;
}

.mh-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-top: 15px;
}

.mh-box {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.mh-box h5 {
	color: #fff;
	margin-top: 10px;
}

.mh-box:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;

}

a .mh-box {
	height: 100%;
	display: block;
}

/* ------------Multiple Hereditary Exostoses------------ */


.mh-list ul li {
	list-style-type: disc;
}

.mh-list ul {
	padding: 5px 18px;

}

.mh-prg p {
	text-align: justify;
	line-height: 28px;
	padding-top: 10px;
}

.border-section {
	border: 0px;
	border-radius: 10px;
	color: #ffffff;
	padding: 15px;
	box-shadow: rgb(204 206 207) 0px 0px 0px 1px;
}

.mh-list2 ul li a {
	color: #6E0A78;

	transition: 0.5s all;
	font-weight: 600;
}

.mh-head h3 {
	color: #fff;
	background-color: #6E0A78;
	border-radius: 5px;
	font-size: 25px;
	padding: 5px;
	margin-bottom: 5px;
}

.mh-list2 ul li a:hover {
	color: #0057a6;
	transition: 0.5s all;
	font-weight: 600;
}

.mh-list2 {
	/* border-left: 3px solid #6E0A78;	 */
	padding-left: 8px;
	line-height: 30px;
}

ul.mh-sublist {
	padding-left: 20px;
	margin-left: 0px;
	color: #6E0A78;
}

ul.mh-sublist li {
	list-style-type: disc !important;
	font-size: 16px;

}

/* ul.mh-sublist li a:active{
	color: #0057A6;
	font-weight: 900;
} */
ul.mh-sublist li a:hover {
	color: #0057a6;
	transition: 0.5s all;
	font-weight: 600;
}

.mh-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-top: 15px;
}

.mh-box {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

.mh-box h5 {
	color: #fff;
	margin-top: 10px;
}

.mh-box:hover {
	background-color: #0057A6;
	transition: all 0.3s ease-in-out;

}

a .mh-box {
	height: 100%;
	display: block;
}

/* anat-css-end */


/* new css */


/* precice css */
.precice-sec p {
	font-size: 18px;
}

.precice-grid-1 {
	display: grid;
	grid-template-columns: 51% 47%;
	gap: 2%;

	margin-bottom: 30px;
}

.precice-text h2 {
	font-size: 30px;
	margin-bottom: 15px;
	color: #6e0a78;
}

.precice-text h4 {
	font-size: 25px;
	margin-bottom: 15px;
}

.precice-text p {
	margin-bottom: 15px;
}

.precice-grid-2 {
	display: grid;
	grid-template-columns: 17% 79%;
	gap: 4%;
	align-items: center;
}

.precice-img p {
	font-size: 13px;
	color: #75167f;
	font-weight: 500;
	text-align: center;
	margin-top: 5px;
}

.precice-grid-3 {
	display: grid;
	grid-template-columns: 70% 26%;
	gap: 4%;
	align-items: center;
}

.precice-img img {
	width: 100%;
}


/* Accommodations css */
.Accommodations-text h2 {
	font-size: 32px;
	font-weight: 600;
	color: #6e0a78;
	margin-bottom: 20px;
}

.Accommodations-text h4 a {
	color: #054a92;
}

.Accommodations-text p a {
	color: #054a92;
}

.Accommodations-text h4 {
	margin-bottom: 15px;
	color: #6e0a78;
}

.Accommodations-grid {
	display: grid;
	grid-template-columns: 66% 30%;
	align-items: center;
	gap: 2%;
}

.Accommodations-grid2 {
	display: grid;
	grid-template-columns: 28% 66%;
	align-items: center;
	gap: 6%;
}

.accommodations-img {
	position: relative;
}

.line-bg {
	position: absolute;
	left: 63%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.key-lines {
	border: solid 4px #6e0a78;
	height: 340px;
	width: 327px;
}

.line-bg2 {
	position: absolute;
	left: 47%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.Accommodations-grid2 img {
	margin-left: 38px;
}

.text-mb {
	margin-bottom: 15px;
}

.pdf-sec li {

	border: 1px solid #6e0a78;
	padding: 12px 18px;
	background: #6e0a78;
	color: #fff;

	border-radius: 8px;
}

.img-sec-text.glow-line p {
	color: #6e0a78;
	margin-top: 10px;
}

.sec-2grid {
	display: grid;
	grid-template-columns: 55% 42%;
	gap: 3%;
	align-items: center;
}

.common-heading-text h2 {
	font-size: 30px;
	/* font-weight: 600; */
	color: #6e0a78;
}

.common-heading-text h4 {
	font-size: 24px;
	color: #0057A6;
}

ul.con-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 25px;
	/* margin-bottom: 25px; */
}

ul.con-gridd {
	display: grid;
	grid-template-columns: 24% 24% 24%;
	justify-content: center;
	align-items: center;
	gap: 22px;
	margin-top: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.con-grid li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.con-gridd li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
	height: 100%;
}

.con-grid li p {
	color: #fff;
	text-align: center;
}

.con-gridd li a p {
	color: #fff;
}

.ol li {
	font-size: 18px;
}

.Surgery-grid {
	display: grid;
	grid-template-columns: 56% 41%;
	gap: 3%;
}

.Surgery-img p {
	color: #fff;
	background: #6e0a78;
	padding: 3px;
}

.Surgery-img-grid {
	display: grid;
	grid-template-columns: 49% 49%;
	gap: 2%;
}

.nail-removal-section {
	background-image: url(../img/Nail-removal.jpg);
	background-size: cover;
	position: relative;
}

section.nail-removal-section:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: #ffffffc9;
	height: 100%;
	z-index: 0;
}

.nail-removal-text {
	position: relative;
	z-index: 1;
}

.schroth-method-grid1 {
	display: grid;
	grid-template-columns: 65% 33%;
	gap: 2%;
}

.schroth-method-grid2 {
	display: grid;
	grid-template-columns: 34% 64%;
	gap: 2%;
	align-items: center;
}

.Schroth-img img {
	width: 100%;
}

.schroth-method-grid3 {
	display: grid;
	grid-template-columns: 73% 25%;
	gap: 2%;
	align-items: center;
}

.common-heading-text p a {
	color: #0057A6;
	font-weight: 600;
}

.half-grid {
	display: grid;
	grid-template-columns: 59% 39%;
	gap: 2%;
	align-items: center;
}

.half-grid1 {
	display: grid;
	grid-template-columns: 59% 39%;
	gap: 2%;
	align-items: center;
}

.img-flex {
	display: flex;
	gap: 5px;
}

.textbold li span {
	font-weight: 700;
	color: #6e0a78;
	font-size: 19px;
}

.textbold li {
	font-size: 18px;
	line-height: 1.65em;
}

ul.textbold li {
	list-style: disc;
	margin-left: 20px;
}

.Conditions-grid {
	display: grid;
	grid-template-columns: 60% 30%;
	gap: 10%;
	align-items: center;
}

.grid3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2%;
}

.act-gridbox-mt {
	width: 900px;
	margin: 0 auto;
	margin-top: 120px;
}

/* Diseases & Conditions css */


.a-to-z-sec {
	background: linear-gradient(180deg, #6E0A78 0%, #0057A6 100%);
	/* / padding: 100px 0; / */
	height: 675px;
	position: relative;
}

.con-position {
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.a-to-z-maingrid {
	display: grid;
	grid-template-columns: 51% 44%;
	gap: 4%;
	align-items: center;
}

.alphabet-container-grid {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	gap: 10px;
}

.Search-diseases {
	position: relative;
}

.Search-diseases .search-form {
	position: absolute;
	left: 0;
	z-index: 9;
	opacity: 1;
	/* visibility: hidden; */
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 0px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	/* overflow: hidden; */
	/* transform: scale(0); */
	width: 60%;
}

.Search-diseases .search-form input {
	height: 35px;
	/* line-height: 50px; */
	padding: 0 30px 0 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #000;
	width: 100%;
}

.Search-diseases .search-form button {
	position: absolute;
	right: 0;
	height: 35px;
	top: 0;
	width: 36px;
	background: #ffffff;
	border: none;
	color: #0057a6;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid transparent;
}

.alphabet-container-text h1 {
	color: #fff;
	font-size: 38px;
}

.alphabet-container-text p {
	color: #fff;
}

.alphabet-container-text h4 {
	color: #fff;
}

.alphabet-container-grid a {
	display: block;
	background: #104c9f;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	align-items: center;
	padding: 11px;
	font-size: 20px;
	font-weight: 700;
	transition: 0.5s all ease;
}

.alphabet-container-grid a:hover {
	background: #fff;
	color: #680972;
	transition: 0.5s all ease;
}

ul.diseases-name-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

ul.diseases-name-grid li {
	font-size: 18px;
	line-height: 30px;
	/* border-bottom: 1px solid lightgrey;
    padding-bottom: 4px; */
}

.diseases-sec h1 {
	color: #00000014;
}

.diseases-sec h1 {
	background: #6e0a78;
	color: #fff;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	align-items: center;
	padding: 11px;
	font-size: 20px;
	font-weight: 700;
}

/* Diseases & Conditions css end */
ul.limb-pdf-flex {
	display: grid;
	grid-template-columns: 46% 49%;
	gap: 2%;
}

ul.limb-pdf-flex li {
	margin-left: 0 !important;
}

.p-sto-img-grid {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.limb-sec p {
	font-size: 16px;
}

ul.con-grid2 li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.con-grid2 {
	display: grid;
	grid-template-columns: 25% 25%;
	gap: 20px;
	margin-top: 25px;
	/* margin-bottom: 25px; */
	justify-content: center;
}

.con-grid2 li a p {
	text-align: center;
	color: #fff;
}

.con-grid2 li p {
	color: #fff;
}

.about-area-grid {
	display: grid;
	grid-template-columns: 50% 23% 23%;
	gap: 2%;
	align-items: center;
}

section.nondiscrimination-section h2 {
	color: #6e0a78;
}

.waters-img img {
	width: 100%;
}

ul.con-grid2 img {
	width: 100px;
}

.feature-section .feature-content .feature-block:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}

ul.con-grid li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}

.Telemedicine-section h4 {
	color: #000;
	margin-bottom: 20px;
}

.Telemedicine-section h2 {
	color: #000;
}

.nice-select-black {
	border: solid 1px #000 !important;
	color: #000 !important;
	position: relative;
}

.nice-select-black:after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	content: '';
	display: block;
	height: 8px;
	margin-top: -7px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
}

.Telemedicine-section input {
	border: 1px solid #000;
}

.Telemedicine-section textarea {
	border: 1px solid #000;
}

.Telemedicine-section input::placeholder {
	color: black;
	opacity: 1 !important;
}

.Telemedicine-section textarea::placeholder {
	color: black;
	opacity: 1 !important;
}

.Telemedicine-section.appointment-wrap.style15 .book-appointment .form-group input,
.appointment-wrap.style15 .book-appointment .form-group select,
.appointment-wrap.style15 .book-appointment .form-group textarea {
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
}


/* 12-01-24 new css */
.ol-ml {
	margin-left: 23px;
}

.ol-ml li {
	text-align: justify;
}

.con-griddd li img {
	width: 100px;
}

ul.con-griddd {
	display: grid;
	grid-template-columns: 24% 24%;
	gap: 22px;
	margin-top: 25px;
	justify-content: center;
}

ul.con-griddd li {
	position: relative;
	padding: 12px 8px 12px 8px;
	background: #6e0a78;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}

.con-griddd li p {
	color: #fff;
	text-align: center;
}

.fellowship-sec a {
	color: #0057a6;
}

.con-gridd p {
	color: #fff;
}

ul.con-griddd li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}

.bg-locat h6 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
}

ul.con-gridd li:hover {
	background: #044b93;
	transition: 0.5s all ease;

}

/* section.about-area.section p{margin-bottom: 20px;} */
/* 15-01-24 */
ul.con-gridd li {
	height: 100%;
}

section.fusionless-surgery-sec h3 {
	color: #054a92;
}

.limb-sec-text1 {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 23px;
}

ul.grid-2box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px;
}

ul.grid-2box li {
	list-style: disc;
	margin-left: 18px;
}

img.p-img {
	width: 100%;
}

section.paley-approach-section h2 {
	color: #6e0a78;
}

/* .common-image p {
	background: #6e0a78;
	color: #fff;
	padding: 5px;
	font-size: 16px;
} */

.common-heading-text h3 {
	color: #0057A6;
}


/* 16-01-24 */
.p-img img {
	width: 100%;
}

.ul-list li {
	margin-bottom: 15px;
	list-style: disc;
	margin-left: 18px;
}

.common-heading-text h5 {
	color: #6e0a78;
}

.ul-list-sub li {
	margin-left: 36px;
	list-style: circle;
}

.p-img1 {
	width: 100%;
	height: 400px;
	object-fit: contain;
}

.col-white {
	color: #fff;
}

.col-white h2 {
	color: #fff;
}

.activities-sec .activities-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.activities-sec .events-img h3 {
	color: #6E0A78;
	margin-bottom: 15px;
}

.activities-sec .events-img h4 {
	font-size: 14px;
	margin-top: 5px;
}

.activities-sec .events-img p {
	margin-bottom: 20px;
}

/* / ----------------Pankaj-css============ / */

.text-underline {
	text-decoration: underline;
	color: #004e95;
}

.text-underline:hover {
	text-decoration: underline;
	color: #004e95;
}

.blue-color {
	color: #6E0A78;
}

.blue-color:hover {
	color: #6E0A78;
}

.margin-b-25px p {
	margin-bottom: 25px;
}

.Customp {
	box-shadow: none;
	padding: 0;
}

.grid-1 {
	display: block !important;
}

.grid-1 li {
	margin-bottom: 22px;
}

.align-items-Center {
	align-items: Center;
}

.C-border {
	/* / border: 1px solid #dfdfdf; / */
	border-radius: 12px;
	box-shadow: rgb(237 237 237) 2px 5px 15px 3px;
}

.h2-line-height {
	line-height: 46px;
}

.drag-file-area {
	border: 2px dashed #6e0a78;
	border-radius: 40px;
	margin: 10px 0 15px;
	padding: 0px 28px;
	width: 310px;
	margin: 0 auto;
	text-align: center;
}

.drag-file-area .upload-icon {
	font-size: 22px;
}

.drag-file-area label {
	font-size: 16px;
	display: block;
}



.default-file-input {
	opacity: 0;
}

.drag-file-area label .browse-files-text {
	color: #6e0a78;
	font-weight: bolder;
	cursor: pointer;
}

.browse-files span {
	position: relative;
	top: -11px;
	left: -2px;
	display: block;
}

.color-white {
	color: white;
}

.Custom-font {
	font-size: 28px !important;
	font-weight: 500 !important;
}

.background-white {
	background: white;
}

.background-white p {
	color: black;

}

.background-white h3 {
	color: black;
}

.Coordinator.background-white {

	padding: 20px 25px;
}

.grid-fr-3 {
	grid-template-columns: repeat(3, 1fr) !important;
}

.Coordinator .limb-sec .read-more-trigger {
	color: #000;


}

.read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
	overflow: auto;
	display: none;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
	margin-bottom: 15px;
	display: block;
}

.Custom-radio-button input {
	height: 15px;
	width: 15px;
}

.gap-12px {
	gap: 12px;
}

.Custom-check-section {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: Center;
	gap: 22px;
}

.color-black {
	color: black !important;
}

.limb-g1-img.d-block.glow-line img {
	height: 590px;
	object-fit: cover;
}

.padding-right-15 {
	padding: 0 30px;
}


.visualize__area-matte {
	height: 550px;
	background-color: #6a2875;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

span.browse-files-text {
	color: #6e0a78 !important;
}

/* .nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
} */

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #fff;
}


.visualize__area:first-child .visualize__area-matte:before {
	background-size: auto 80%;
}

.visualize__area-matte:before {
	bottom: 1rem;
	left: 0;
	background-image: url(../img/image-placeholder-copy.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto 90%;
}


.visualize__area-matte:after,
.visualize__area-matte:before {
	position: absolute;
	display: block;
	width: 100%;
	height: calc(100% - 2rem);
	left: 1rem;
	content: "";
}

.visualize__area-matte:after {
	top: 1rem;
	width: 60px;
	background-image: url(../img/download.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	z-index: 30;
}

.visualize__area {

	position: relative;
	padding: 0 0.25rem;
}

.visualize__area-title {
	color: #6a2875;
	text-transform: uppercase;
	font-size: 1.375rem;
	line-height: 1.375rem;
	font-weight: 700;
	bottom: -2rem;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
}

.visualize__area-instructions {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 50;
}

.visualize__area-instructions-inner {
	margin: 0 3rem;
	background-color: hsla(0, 0%, 100%, .75);
	border-radius: 15px;
	border: 3px solid hsla(0, 0%, 100%, .5);
	overflow: hidden;
}

.visualize__area-instructions-inner h4 {
	display: block;
	font-size: 1.25rem !important;
	line-height: 1.25rem !important;
	margin: 0 !important;
	padding: 0.75rem 1rem 1rem 1rem !important;
	text-align: center !important;
	background-color: #6a2875 !important;
	color: #fff !important;
}

.visualize__area-instructions-tile {
	float: right;
	width: 100px;
	height: 100px;
	margin: 1.25rem 1rem 0 1.25rem;
	background-image: url(../img/image-upload-instructions.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

.visualize__area-instructions-inner p:first-of-type {
	padding-top: 1rem !important;
}

.visualize__area-instructions-inner p {
	margin: 0 !important;
	padding: 0 1rem 1rem 1rem !important;
	font-size: .9375rem !important;
	line-height: 1.25rem !important;
	font-weight: 400 !important;
	text-align: left !important;
}


.visualize__area-upload {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 31;
}

.visualize__area-upload label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: #fff;
	padding: 0.875rem 1rem 1rem 1rem;
	border-radius: 15px;
	background-color: #0055a2;
	width: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .75);
	border: 1px solid #0055a2;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	transition: background-color .25s cubic-bezier(.19, 1, .22, 1), color .25s cubic-bezier(.19, 1, .22, 1), transform .25s cubic-bezier(.19, 1, .22, 1);
	transform-origin: center center;
}


.visualize__area-upload input[type=file] {
	opacity: 0;
	visibility: hidden;
}


.upload .visualize__area-selection {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transform: translateX(-50%);
}

.visualize__area-selection {
	position: absolute;
	left: 50%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	bottom: 1rem;
	transform-origin: center bottom;
	transform: translateX(-50%) scale(.9);
	width: calc(100% - 50px);
	height: calc(100% - 2rem);
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility .5s ease-out;
}

.upload .visualize__area-selection img {
	width: auto;
	max-width: none;
	max-height: 100%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 3px solid rgba(0, 0, 0, .5);
}

.visualize__area-selection:after {
	width: 100%;
	height: 10px;
	background-color: rgba(115, 41, 127, .85);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	content: "";
	-webkit-animation: scan 5s infinite;
	animation: scan 5s infinite;
	-webkit-animation-direction: alternate-reverse;
	box-shadow: 0 0 30px rgba(115, 41, 127, .85);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	mix-blend-mode: color-burn;
	filter: grayscale(1);
}


.navigation__menu {
	display: flex;
	justify-content: space-between;
	/* / position: absolute; / */
	gap: 28px;
	align-items: Center;
}

.navigation__menu-item {
	margin: 0.25rem 0;
	cursor: pointer;
	font-weight: 400;
}

.navigation__menu-item {
	border-width: 2px;
}

.navigation__control,
.navigation__menu-item,
.navigation__title {
	background-color: #6a2875;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 0.75rem 1rem;
	border-radius: 15px;
	margin: 0;
	text-decoration: none;
	border: 1px solid #6a2875;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1rem;
	display: block;
	width: 100%;
}

.navigation__menu-item--disabled {
	pointer-events: none;
	border-color: #000;
	background-color: #999;
	opacity: .5;
	color: #000 !important;
}



.form-group input,
.appointment-wrap.style15 .book-appointment .form-group select,
.form-group textarea {
	background-color: transparent;
	border: 1px solid black;
	color: #000;
}

.Telemedicine-section .nice-select {
	background-color: transparent;
	border: 1px solid black;
	color: #000;
}

.Telemedicine-section .nice-select:hover {
	background-color: transparent;
	border: 1px solid black;
	color: #000;
}

.Telemedicine-section .section-title.style2.text-center.mb-40 h2 {
	color: #6e0a78;
}

.Schedule-SEC .nice-select.open .list {
	height: 300px;
	overflow-y: scroll;
}

.Schedule-SEC .nice-select .list {
	height: 300px;
	overflow-y: scroll;
}

.Coordinator.background-white {
	padding: 20px 25px;
	background: #0057a6;
	color: white;
}

.Coordinator .limb-sec .read-more-trigger {
	color: #fff;
}


.background-white p {
	color: white;
}

/**********My-css-start***************/

/**********Stature-css-start***************/
.my-mt-1 {
	margin-top: 30px;
}


.my-main-parent {
	display: grid;
	grid-template-columns: 60% 38%;
	gap: 2%;
	align-items: center;
}

.mainn h3 {
	color: #0057a6;
}

.my-cent {
	text-align: center;
}

.p-img img {
	width: 100%;
}

.my-cent a {
	color: white;
}

.my-listing-mii ul li a {
	color: #750475;
	line-height: 36px;
	font-weight: 300;
	/* / display: block; / */
	font-size: 17px;
}

.my-listing-mii ul li {
	font-size: 16px;
	font-weight: 300;
	color: #353535;
}

.my-image-flex {
	display: flex;
	/* align-items: center; */
	justify-content: center;
	gap: 40px;
}

.my-listing-1 ul li {
	list-style-type: disc;
	line-height: 32px;
}

.my-listing-1 {
	padding-left: 18px;
}

.hip-img {
	height: 40vh;
	object-fit: contain;
}

.mii-img {
	width: 56%;
}

/* .mii-img-1 {
    width: 27%;
} */

.slip {
	color: #750475 !important;
	text-decoration: underline !important;
}

.my-image-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
}

.hipps {
	height: 28vh;
	object-fit: contain;
}

.miis {
	width: 34%;
}


.my-listing-mii ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.my-main-parent-10 {
	display: grid;
	grid-template-columns: 58% 42%;
	gap: 0%;
}

.my-mt-3 {
	margin-top: 20px;
}

.serve {
	background: #750475;
	border-radius: 14px;
}

.serve p {
	color: white;
	text-align: unset;
}

.box-bg {
	background: #6e0a78;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 15px;
	border-radius: 10px;
	transition: .5s all;
}

.box-bg p b {
	color: #fff;
}

.box-bg:hover {
	background: #084a92;
	transition: .5s all;
}

/**********Stature-css-end***************/
.Scoliosis-text {
	display: grid;
	grid-template-columns: 35% 65%;
	gap: 3%;
}

.anc-col a {
	color: #6e0a78;
}

.anc-col a:hover {
	color: #0057a6
}

ul.icon-scoliosis-grid {
	display: grid;
	grid-template-columns: 24% 24% 24%;
	gap: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	justify-content: center;
}

ul.icon-scoliosis-grid img {
	width: 100px;
}

ul.icon-scoliosis-grid li {
	position: relative;
	text-align: center;
	padding: 15px 20px 14px 20px;
	background: #6e0a78;
	border-radius: 10px;
}

ul.icon-scoliosis-grid li:hover {
	background: #0057a6;
	cursor: pointer;
	transition: 0.5s all ease;
}




ul.icon-scoliosis-grid li p {
	color: #fff;
	text-align: center;
}


.Idiopathic-Scoliosis-text {
	display: grid;
	grid-template-columns: 74% 23%;
	gap: 3%;
}






.scoliosis-type {
	display: grid;
	grid-template-columns: 100%;


	margin-top: 25px;
	margin-bottom: 25px;
}


.text-1 {
	width: 100%;

}

.scoliosis-type-2 {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	gap: 2%;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}


.s-type-3-grid {
	display: grid;
	grid-template-columns: 19% 78%;
	gap: 3%;
}

.non-grid {
	display: grid;
	grid-template-columns: 37% 37%;
	gap: 3%;
	justify-content: center;

}


.External-Bracing-grid {
	display: grid;
	grid-template-columns: 16% 81%;
	gap: 2%;
}

.rigo-img img {
	width: 100%;
}


.Surgical-Treatments-grid {
	display: grid;
	grid-template-columns: 21% 76%;
	gap: 3%;
}

.surgical-img img {
	width: 100%;
}



/**********My-css-start***************/
div#demo {
	padding-top: 50px;
}

.get-quotee {
	margin-top: 12px;

}

.get-quotee .btn {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
}

.sa-prg p {
	text-align: justify;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 12px;
}


.sa-list.add {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 40px 0 45px;
}

.sa-prg p {
	padding-top: 15px;
}

.sa-img p {
	background-color: #6E0A78;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.rp-img p {
	font-size: 15px;
	text-align: center;
}

.rp-img-gridd p {
	font-size: 16px;
	text-align: center;
}

.about-content p {
	margin-top: 20px;
}

.single-vision-box h3 {
	text-align: center;
}

.get-quote a:hover {
	color: white;
}

.get-quote.spicast {
	display: inline-block;
	text-decoration: none;
}

.get-quote.spicast a {
	text-decoration: none;
}

.bd-prg-grid2 {
	display: grid;
	grid-template-columns: 26% 72%;
	gap: 2%;
}

.bd-prg-grid3.grid {
	display: grid;
	grid-template-columns: 25% 73%;
	gap: 2%;
}

.bd-link a {
	text-transform: uppercase;
	font-size: 17px;
}

.common-image p {
	background: #6e0a78;
	color: #fff;
	padding: 5px;
	font-size: 15px;
}

.rp-img p {
	font-size: 15px;
}

.sh-links {

	justify-content: center;
}

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

h2.mb-5.color-purple {
	color: #720274 !important;
}

.row.color-purple .form-group input {
	border: 1px solid hsl(298.95deg 96.61% 23.14%) !important;
	color: #720274 !important;
}

.ab-checkbox {
	color: #720274 !important;
}

.book-appointment form button.btn.color-purple {
	border: 1px solid #720274 !important;

}

.appointment-wrap.color-purple {
	background: white !important;
}

.link-box-t {
	justify-content: center;
	/* / gap: 40px; / */
}

/* .portfolio .single-pf img {
    height: 200px;
} */
.button {
	text-align: center;
}

.button a {
	text-align: center;
	text-transform: uppercase;
}

.gd-txt {
	text-align: center;
}

/* ul.icon-Rob-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
} */

.head-sec.before {
	position: relative;
	height: 200px;
}

.head-sec.before a {
	position: relative;
	z-index: 1;
	top: 29%;
}

.head-sec.before:before {
	position: absolute;
	content: '';
	background: #0000008f;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

div#demo {
	padding-top: 260px;
}

.header .topbar {
	padding: 10px 0 10px;
	background: #6e0a78ba;
}

.breadcrumbs {
    height: 700px;
}

.grid-2 {
	display: grid;
	grid-template-columns: 28% 68%;
	gap: 4%;
}

.carousel-inner.height-700 {
	height: 730px;

}

.button.text-right .get-quote {
	text-align: right !important;
}

.treatment-icon-btn {
	text-align: center;
}

.treatment-icon-btn a {
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


/*  kanchan-29-01-24 */
.exp-text {
    margin-left: 20px;
}

.exp-text  li {
    list-style: disc;
    margin-bottom: 13px;
}
.col-h {
    color: #750475 !important;
}
.ab-checkbox.box-2 {
    color: #fff !important;
}
ul.con-gridddd {
    display: grid;
    grid-template-columns: 24%;
    justify-content: center;
}
ul.con-gridddd li {
    position: relative;
    text-align: center;
    padding: 15px 20px 14px 20px;
    background: #6e0a78;
    border-radius: 10px;
}
ul.con-gridddd li p{
  color: #fff;
}
ul.con-gridddd li p a{
	color: #fff;
  }
  ul.con-gridddd img{
	width: 100px;
  }
 .btn {
	color: #fff !important;
 }
 .margin-left {
    margin-left: 20px;
}
.srch-link a {
    position: relative;
    border: 1px solid #6e0a78;
    padding: 12px 8px 12px 8px;
    background: #6e0a78;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    width: 15%;
    margin: 15px 0px;
    display: block;
}
.image-center-craniosynostosis {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Optional: Adjust spacing as needed */
}

.btnab{
	    padding: 6px 25px !important;
}
/* .mobile-menu-flex {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
} */