/*  Serene Path Care */
/************ TABLE OF CONTENTS *************** 

1. Fonts
2. Reset
3. Global Settings
4. Typography
5. Preloader
6. Main Slider
7.  Home-page -3
8.  Home-page -2
9.  Home-page -1
10. Home-page -4
11. Home-page -5
12. blog-grid
13. pagination
14. blog_with_sideba
15. blog_single_post_right
16. department_gdthre_column -- department_gdfour_column
17. department_listing
18. department_with_icom
19. department_with_sidebar
20. case-grid
21. care_listing
22. faqs
23. our-best-doctors
24. single-page
25. bookan-appointment
26. single-doctors
27. time-table
28. shop
29. shop_cart
30. product-details
31. Checkout_
32. all-btn-hovers

**********************************************/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

/*---
font-family: 'Inter', system-ui, sans-serif;
--*/


/*-----------------style------sheets----------*/

@import url('bootstrap.min.css');
@import url('bsnav.min.css');
@import url('font-awesome.min.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('animate.css');
@import url('flexslider.css');

/*-----------------scroolbar-------------*/


/*** 

====================================================================
	Reset
====================================================================
 ***/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*** 

====================================================================
Global Settings
====================================================================

***/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}


/*-----------------scroolbar-------------*/

body.sbar_color_one::-webkit-scrollbar {
	width: 8px;
}

body.sbar_color_one::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #f1f1f1;
	-moz-box-shadow: inset 0 0 6px #f1f1f1;
	box-shadow: inset 0 0 6px #f1f1f1;
	background: #f1f1f1;
}

body.sbar_color_one::-webkit-scrollbar-thumb {
	background: #653F91;
	-webkit-box-shadow: inset 0 0 6px #653F91;
	-moz-box-shadow: inset 0 0 6px #653F91;
	box-shadow: inset 0 0 6px #653F91;
}

body.sbar_color_one::-webkit-scrollbar-thumb:window-inactive {
	background: #653F91;
}

.sbar_color_one .theme-btn {
	background: #653F91;
}


/*-----------------scroolbar-------------*/


/*-----------------scroolbar-------------*/


/*-----------------scroolbar-------------*/


/*-----------------scroolbar-------------*/

body.sbar_color_five::-webkit-scrollbar {
	width: 8px;
}

body.sbar_color_five::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #f1f1f1;
	-moz-box-shadow: inset 0 0 6px #f1f1f1;
	box-shadow: inset 0 0 6px #f1f1f1;
	background: #f1f1f1;
}

body.sbar_color_five::-webkit-scrollbar-thumb {
	background: #653F91; 
	-webkit-box-shadow: inset 0 0 6px #653F91;
	-moz-box-shadow: inset 0 0 6px #653F91;
	box-shadow: inset 0 0 6px #653F91;
}

body.sbar_color_five::-webkit-scrollbar-thumb:window-inactive {
	background: #653F91;
}

.sbar_color_five .theme-btn {
	background: #653F91
}

.sbar_color_five .theme-btn:hover {
	color: #fff
}


/*-----------------------------------------------------body-settings------------------------------------------------------*/

body {
	font-family: 'Inter', system-ui, sans-serif;
	font-weight: 400;
	line-height: 26px;
	font-size: 15px;
	color: #212127;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden!important;
}

img {
	max-width: 100%;
	--webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

*:focus {
	outline: 0 !important;
}

.btn:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Inter', system-ui, sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	transition: .5s ease;
}

p {
	transition: .5s ease;
}

h1 {
	font-size: 40px;
	transition: .5s ease;
}

h2 {
	font-size: 35px;
	transition: .5s ease;
}

h3 {
	font-size: 28px;
	transition: .5s ease;
}

h4 {
	font-size: 22px;
	transition: .5s ease;
}

h5 {
	font-size: 18px;
	transition: .5s ease;
}

h6 {
	font-size: 15px;
	transition: .5s ease;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	font-family: 'Inter', system-ui, sans-serif;
	transition: .5s ease;
}

p {
	margin: 0px;
	padding: 0px;
}

a,
button {
	--webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
	color: #653F91;
	outline: none;
	transition: .5s ease;
	box-shadow: 0px 0px 0px 0px!important;
}

ul {
	margin: 0px;
	padding: 0px;
	transition: .5s ease;
}

a:hover,
button:hover {
	text-decoration: none;
	color: #653F91
}

button.btn.btn-link {
	text-decoration: none;
}

a:focus,
button:focus {
	text-decoration: none;
	outline: none!important;
	border: 0px;
}

button:focus,
input:focus,
input:focus,
select:focus,
textarea,
textarea:focus {
	outline: none!important;
}

.form-group textarea {
	height: auto;
	width: 100%;
	padding-bottom: 20px;
}

.theme-btn {
	display: inline-block;
	min-width: 200px;
	line-height: 46px;
	min-height: 46px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	background: #4D336B;
	background-image: -webkit-gradient(linear, left top, right top, from(#653F91), to(#4D336B));
	background-image: linear-gradient(to right, #653F91, #4D336B, #4D336B, #331C4D, #4D336B);
}

.default-bg {
	background: #4D336B;
	background-image: -webkit-gradient(linear, left top, right top, from(#653F91), to(#4D336B));
	background-image: linear-gradient(to right, #653F91, #4D336B, #4D336B, #331C4D, #4D336B);
}

::-webkit-input-placeholder {
	color: #fff!important;
	font-weight: 400;
	font-size: 14px
}

::-moz-placeholder {
	color: #fff!important;
	font-weight: 400;
	font-size: 14px;
}

/*--------------nav-active--------------*/
.navbar-nav .nav-item.activee>.nav-link,
.navbar-nav .nav-item:active:focus>.nav-link,
.navbar-nav .nav-item:active>.nav-link,
.navbar-nav .nav-item:focus>.nav-link,
.navbar-nav .nav-item:hover>.nav-link {
    color: #653F91;
}



/*--------------backtotop----------------*/

#scroll {
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	display: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	z-index: 999;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
}

#scroll span:hover {
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
	opacity: 1;
}

.sbar_color_one #scroll {
	background: #653F91;
	border-radius: 3px;
	bottom: 47px;
}

.sbar_color_five #scroll {
	background: #653F91;
	border-radius: 3px;
	bottom: 47px;
}

.link {
	position: absolute;
	content: '';
	background: transparent;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*________________Preloader_______________ */

.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999; 
    background-color:rgba(255,255,255,1); 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../image/preloader.gif);
}
.sbar_color_five .preloader{    background-image:url(../image/preloader-5.gif);}

/*-------------	.heading------------------*/

.heading {
	position: relative;
	margin-bottom: 40px;
}

.heading h1 {
	font-size: 30px;
	font-weight: 800;
	color: #2F2D30;
	line-height: 38px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.heading p {
	font-size: 18px;
	font-weight: 400;
	color: #594C66;
	line-height: 26px;
}


/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider {
	position: relative;
}

.main-slider .content {
	position: relative;
	z-index: 1000;
	width: 650px;
}

.main-slider .slide {
	position: relative;
	padding: 100px 0px 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 850px;
}

.main-slider h1 {
	position: relative;
	font-size: 48px;
	font-weight: 400;
	line-height: 58px;
	text-transform: uppercase;
	opacity: 0;
	--webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	font-family: 'Inter', system-ui, sans-serif;
	padding-bottom: 10px;
	padding-top: 50px;
	margin-bottom: 10px;
}

.link-box .banner-btn {
	border: 2px solid rgb(255, 255, 255);
	display: inline-block;
	border-radius: 40px;
	color: rgb(255, 255, 255);
	line-height: 45px;
	text-align: center;
	padding: 0px 20px;
	font-weight: 500;
	font-size: 17px;
	white-space: nowrap;
	min-height: 45px;
	width: 220px;
}

.main-slider .active h1:before {
	height: 50px;
	transition-delay: 3s;
}

.main-slider .light h1 {
	color: #fff;
}

.main-slider .active h1 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider h4 {
	position: relative;
	color: #f97534;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 20px;
	display: inline-block;
	text-transform: uppercase;
	opacity: 0;
	--webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider .text {
	position: relative;
	font-size: 16px;
	opacity: 0;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 0px;
	--webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .light .text {
	color: #fff;
}

.main-slider .active .text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box {
	opacity: 0;
	--webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .banner-btn {
	margin-right: 10px;
}

.main-slider .active .link-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .content .title {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 25px;
	opacity: 0;
	--webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .content .title:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	background-color: #ffffff;
}

.main-slider .active .title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider .owl-dots {
	position: absolute;
	left: 48%;
	bottom: 20px;
}
  .sbar_color_five .main-slider .owl-carousel .owl-dots.disabled{ display: block!important;}

.main-slider .owl-dots .owl-dot {
	position: relative;
	width: 20px;
	height: 5px;
	margin: 0px 4px;
	display: inline-block;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	--webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sbar_color_four .main-slider .owl-dots .owl-dot:hover {
	background-color: #653F91;
}


.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active {
	background-color: #f97534;
}

.main-slider .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	width: 100%;
	margin-top: -20px;
	opacity: 0;
	transition: .5s ease;
}

.main-slider:hover .owl-nav {
	opacity: 1;
}

.main-slider .owl-nav .owl-prev span {
	top: -4px;
	left: 3px;
}

.main-slider .owl-nav .owl-prev {
	position: absolute;
	left: 40px;
	width: 45px;
	height: 45px;
	color: #fff;
	padding-top: 0px;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	--webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next {
	position: absolute;
	right: 45px;
	border-radius: 3px;
	width: 45px;
	height: 45px;
	color: #fff;
	padding-top: 0px;
	font-size: 21px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	--webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #AEA0BB;
}

.main-slider .owl-nav span {
	position: relative;
	word-break: break-all;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	width: 15px;
	display: inline-block;
}

.main-slider .owl-nav .owl-prev span:before {
	bottom: -14px;
	position: absolute;
	left: 0px;
}

.main-slider .owl-nav .owl-next span:before {
	bottom: 4px;
	position: absolute;
	left: 4px;
}


/* Main header style two */

.main-slider.style-two h1:before {
	display: none;
}


/*Banner Tab*/

.main-slider .banner-tab .banner-tab-btns .b-tab-btn:before {
	position: absolute;
	content: '';
	background: #f97534;
	height: 30px;
	width: 30px;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	-webkit-clip-path: polygon(50% 52%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 52%, 0% 100%, 100% 100%);
	opacity: 0;
	transition: .5s ease;
}

.main-slider .banner-tab .banner-tab-btns .b-tab-btn.active-btn:before {
	opacity: 1;
}


/*** 

====================================================================
	Main Slider Banner
====================================================================

***/


/*---------topbar----------*/

.top-bar {
	padding: 8px 0px;
	position: relative;
	border-bottom: 1px solid #eaeaea;
}

.top-bar .float-left,
.top-bar .float-right {
	width: 50%;
}

.top-bar p {
	font-size: 16px;
	font-weight: 400;
	color: #594C66;
	margin: 0px;
}

.top-bar p i {
	margin-right: 15px;
}

.top-bar ul li {
	display: inline-block;
	position: relative;
}

.inner-sec {
	float: right;
}

.top-bar .social-media,
.top-bar .language {
	float: left;
	padding: 0px;
	margin: 0px;
}

.top-bar .social-media li {
	padding-right: 10px;
}

.top-bar .social-media li a {
	color: #594C66;
	font-size: 14px;
	padding: 0px 5px;
}

.top-bar .language li a {
	color: #594C66;
	font-size: 14px;
	padding: 0px 15px;
	border-left: 2px solid #eaeaea;
}

.top-bar .language li a img {
	margin-top: -4px;
	margin-right: 10px;
}

.top-bar .language li:last-child a {
	padding-right: 0px;
}


/*----------site-headers----------*/

.site-header {
	position: absolute;
	z-index: 999;
	width: 100%;
	background: rgba(255, 255, 255, .5);
}

#header-one {
	position: relative;
	background: #fff;
}


/*----------site-header----------*/

.theme-btn {
	background-image: -webkit-gradient(linear, left top, right top, from(#653F91), to(#4D336B));
	background-image: linear-gradient(to right, #653F91, #4D336B, #4D336B);
	position: relative;
	display: inline-block;
	min-width: 160px;
	min-height: 46px;
	line-height: 46px;
	padding: 0px 20px;
	color: #fff;
	font-weight: 700;
	border: 0px;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
}

.default-form {
	position: absolute;
	z-index: 100;
	top: 26%;
	width: 100%;
}

.default-form h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	padding: 23px 15px 28px;
}

.default-form .form-group {
	position: relative;
	margin-bottom: 16px;
}

.appointment-btn {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	background: #fff;
	border: 0px;
	color: #653F91;
	box-shadow: none;
	font-weight: 800;
	font-size: 14px;
	border-radius: 3px;
	font-family: 'Inter', system-ui, sans-serif;
	margin-top: 14px;
	padding: 4px 20px 0px 20px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="phone"],
.default-form .form-group input[name="date"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	line-height: 26px;
	padding: 10px 28px;
	height: 46px;
	font-size: 14px;
	border-radius: 3px;
	background: #AEA0BB;
	border: 1px solid transparent;
	--webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="phone"]:focus,
.default-form .form-group input[name="date"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
	border-color: #fff;
	box-shadow: none;
}

.default-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 28px;
	color: #fff;
	font-size: 14px;
	resize: none;
	border-radius: 3px;
	background: #AEA0BB;
	border: 1px solid transparent;
	--webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
	border-color: #fff !important;
}


/*-----------.contact-sec---------------*/

.contact-sec {
	position: relative;
	padding: 60px 0px 55px;
	border-bottom: 1px solid #eaeaea;
}

.contact-sec .float-left.in {
	width: 52%;
	position: relative;
}

.contact-sec .float-right.in {
	width: 48%;
	position: relative;
}

.contact-sec .contact-left i {
	float: left;
	background: #4D336B;
	width: 46px;
	height: 46px;
	padding: 8px 0px 6px 10px;
	font-size: 33px;
	color: #fff;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, left top, right top, from(#653F91), to(#4D336B));
	background-image: linear-gradient(to right, #653F91, #4D336B, #4D336B, #331C4D, #4D336B);
}

.contact-sec .contact-left p {
	margin-left: 60px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2F2D30;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
}

.contact-sec .text-inner {
	float: left;
}

.contact-sec .number {
	margin-left: 55px;
	color: #653F91;
	font-size: 32px;
	font-weight: 800;
	line-height: 38px;
}

.contact-right i {
	font-size: 33px;
	line-height: 30px;
	color: #653F91;
	float: left;
	padding-top: 9px;
}

.contact-right .txt.second {
	margin-right: 0px;
}

.contact-right .txt {
	float: left;
	margin-right: 80px;
}

.contact-right .txt p {
	margin-bottom: 0px;
	margin-left: 50px;
	color: #999999;
	font-size: 16px;
	line-height: 24px;
}

.contact-right .txt p span {
	font-weight: 800;
	text-transform: uppercase;
	color: #2F2D30;
	font-size: 14px;
	line-height: 24px;
	padding: 0px;
}


/*----------welcome---------------*/


/*-------------our-service---------------*/

.service-icon {
	position: absolute;
	top: 20px;
	right: 20px;
}

.service-icon span {
	font-size: 25px;
	color: #653F91;
	line-height: 30px;
	padding: 12px 12px 12px 13px;
	position: relative;
	z-index: 0;
	display: block;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.service-icon span::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	background: #fff;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	border-radius: 3px;
	left: 0px;
	top: 0px;
	z-index: -10;
}

.our-service .service-content:hover .service-icon span::after {
	background: #4D336B;
	background-image: -webkit-gradient(linear, left top, right top, from(#653F91), to(#4D336B));
	background-image: linear-gradient(to right, #653F91, #4D336B, #4D336B, #331C4D, #4D336B);
	-webkit-animation: rotation 2s infinite linear;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.our-service .service-content:hover .service-icon span {
	color: #fff;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}

.our-service .service-content:hover img {
	transform: scale(1.2, 1.2);
}

.service-text {
	padding: 20px 22px 25px;
}

.our-service .service-content:hover {
	-webkit-box-shadow: 0 53px 29px -46px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 53px 29px -46px rgba(0, 0, 0, .3);
	box-shadow: 0 53px 29px -46px rgba(0, 0, 0, .3);
}

.our-service .service-content:hover a {
	color: #653F91;
}


/*----------testimonial---------*/

.testimonial {
	position: relative;
	margin: 60px 0px;
	padding: 60px 0px;
	background-image: url(../image/testiminial.jpg);
	background-position: 15% 0%;
	background-repeat: no-repeat;
	background-size: contain;
}

.testimonial .heading {
	margin-bottom: 30px
}

.testimonial .owl-carousel .owl-item img {
	width: auto;
}

.testimonial .owl-carousel .owl-nav.disabled {
	display: block;
}


/*--
.testimonial .image .min{ display: none;}
.testimonial .image-testi .max{ position: absolute; z-index: 10; top: 20px; left: 5%;}
--*/

.testimonial .image .min {
	display: none;
}

.testimonial .owl-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	font-size: 26px;
	color: #cccccc;
}

.testimonial .owl-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel .owl-nav .owl-next:hover {
	color: #653F91;
}

.testimonial .owl-carousel .owl-nav .owl-prev {
	margin-right: 10px;
}

.testimonial .owl-carousel .owl-nav .owl-next {
	margin-left: 10px;
}


/*---------------best-doctors----------------------*/

.best-doctors .heading {
	margin-bottom: 56px
}

.best-doctors {
	position: relative;
	background: #f4f4f4;
	padding: 100px 0px 70px;
}

.best-doctors .best-doctor-outer {
	position: relative;
	background: #fff;
	transition: .5s ease;
	margin-bottom: 30px;
}

.best-doctor-outer .image {
	position: relative;
	overflow: hidden;
}

.best-doctor-outer .image img {
	transform: scale(1.1, 1.1);
	transition: all .9s ease;
	width: 100%;
}

.best-doctor-outer:hover .image img {
	transform: scale(1.2, 1.2);
}

.best-doctor-outer .content-inner {
	position: relative;
	padding: 25px 30px;
}

.best-doctor-outer .content-inner h2 {
	position: relative;
	font-size: 18px;
	color: #2F2D30;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 4px;
}

.best-doctor-outer .content-inner span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	color: #594C66;
	line-height: 24px;
}

.best-doctor-outer .content-inner p {
	padding: 15px 0px 20px;
	font-size: 16px;
	font-weight: 400;
	color: #594C66;
	line-height: 24px;
}

.best-doctor-outer .content-inner ul li {
	display: inline-block;
	padding-right: 10px;
}

.best-doctor-outer .content-inner ul li a {
	color: #bcbcbc;
	font-size: 16px;
	line-height: 20px;
}

.best-doctor-outer .content-inner ul li:hover a {
	color: #653F91;
}

.best-doctor-outer:hover h2 a {
	color: #653F91;
}

.best-doctor-outer:hover {
	-webkit-box-shadow: 0 53px 29px -46px rgba(9, 0, 0, .09);
	-moz-box-shadow: 0 53px 29px -46px rgba(9, 0, 0, .09);
	box-shadow: 0 53px 29px -46px rgba(9, 0, 0, .09);
	cursor: pointer;
}

.best-doctors .owl-carousel .owl-nav.disabled {
	display: block;
}

.best-doctors .owl-carousel .owl-nav {
	display: block;
	position: absolute;
	top: -113px;
	right: -2px;
}

.best-doctors .owl-carousel .owl-nav .owl-prev,
.best-doctors .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	padding: 5px;
}

.best-doctors .owl-carousel .owl-nav .owl-next {
	padding-right: 0px;
}

.best-doctors .owl-carousel .owl-nav .owl-prev span,
.best-doctors .owl-carousel .owl-nav .owl-next span {
	display: inline-block;
	padding: 15px 20px;
	background: #c3c3c3;
	color: #fff;
	border-radius: 3px;
	font-size: 18px;
	transition: .5s ease-in-out;
	cursor: pointer;
	width: 46px;
	height: 46px;
}

.best-doctors .owl-carousel .owl-nav .owl-prev span:hover,
.best-doctors .owl-carousel .owl-nav .owl-next span:hover {
	background: #4D336B;
	background-image: -webkit-gradient(linear, left top, right top, from(#653F91), to(#4D336B));
	background-image: linear-gradient(to right, #653F91, #4D336B, #4D336B, #331C4D, #4D336B);
}


/*-----------------------------case-studies-----------------------*/

.case-studies .owl-carousel .owl-nav .owl-prev span:hover,
.case-studies .owl-carousel .owl-nav .owl-next span:hover {
	background: #4D336B;
	background-image: -webkit-gradient(linear, left top, right top, from(#653F91), to(#4D336B));
	background-image: linear-gradient(to right, #653F91, #4D336B, #4D336B, #331C4D, #4D336B);
}

.view-more-doctors {
	position: relative;
	text-align: center;
	padding: 25px 0px 30px;
}

.case-study-inner:hover .text-overlay {
	opacity: 1;
	z-index: 9999;
	bottom: 0%;
	-webkit-transition: bottom .6s ease 0s, opacity .6s;
	transition: bottom .6s ease 0s, opacity .6s;
}


/*-----------------------------------------------
==============faqs and recent-tags==============
-----------------------------------------------*/


/*--------------------------------------------
=================map-section==================
--------------------------------------------*/

.map-section {
	padding: 0px 0px 0px;
	position: relative;
}

.map-section .container-fluid {
	padding: 0px;
}

.map-section .google-map {
	height: 545px;
}

.messages .alert {
	background: #fff;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}

.get-in-touch .form-group input[type="text"]:focus,
.get-in-touch .form-group input[type="phone"]:focus,
.get-in-touch .form-group input[name="date"]:focus,
.get-in-touch .form-group input[type="email"]:focus,
.get-in-touch .form-group select:focus,
.get-in-touch .form-group textarea:focus {
	border-color: #fff;
	box-shadow: none;
}

.help-block.with-errors {
	position: relative;
}

.help-block.with-errors .list-unstyled {
	position: absolute;
	width: 100%;
}

.help-block.with-errors .list-unstyled li {
	margin-top: -4px;
	font-size: 10px;
	color: #fff;
	text-align: center;
}


/*** contact form error handling ***/

.contact-validation-active .error-handling-messages {
	width: 100% !important;
	margin-top: 15px !important;
}


/*----------------------------------------
====================footer================
----------------------------------------*/

.footer {
	position: relative;
	padding: 100px 0px 70px;
	background: #ffffff;
}

.footer h2 {
	font-size: 20px;
	color: #2F2D30;
	font-weight: 800;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widget {
	position: relative;
	margin-bottom: 30px;
}

.footer-widget p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #594C66;
}

.footer-widget.first p a {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #594C66;
}

.footer-widget.first p {
	padding-bottom: 8px;
	margin: 0px;
}

.footer-widget p span {
	font-size: 18px;
	line-height: 20px;
	margin-right: 10px;
	display: inline-block;
}

.footer-widget.first ul {
	position: relative;
	padding-top: 20px;
}

.footer-widget.first ul li {
	display: inline-block;
	margin-right: 10px;
}

.footer-widget.first ul li a {
	display: inline-block;
	background: #f1f1f1;
	color: #594C66;
	border-radius: 50px;
	width: 36px;
	height: 36px;
	transition: .5s ease-in-out;
	transform: rotate(0deg);
}

.footer-widget.first ul li:nth-child(1) a {
	padding: 4px 13px;
}

.footer-widget.first ul li:nth-child(2) a {
	padding: 4px 10px;
}

.footer-widget.first ul li:nth-child(3) a {
	padding: 5px 9px;
}

.footer-widget.first ul li:nth-child(4) a {
	padding: 5px 9px;
}

.footer-widget.first ul li:hover a {
	background-image: -webkit-gradient(linear, left top, right top, from(#653F91), to(#4D336B));
	background-image: linear-gradient(to right, #653F91, #4D336B, #4D336B);
	color: #fff;
	transform: rotate(360deg);
}

.footer-widget.third p {
	margin-bottom: 20px;
}

.footer-widget .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	color: #594C66!important;
	line-height: 26px;
	padding: 10px 28px;
	height: 46px;
	font-size: 14px;
	border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid transparent;
	--webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-widget.third ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.footer-widget.third::-moz-placeholder {
	/* Firefox 19+ */
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.footer-widget.third:-ms-input-placeholder {
	/* IE 10+ */
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.footer-widget.third :-moz-placeholder {
	/* Firefox 18- */
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.footer-last {
	position: relative;
	background: #f1f1f1;
	padding: 24px 0px 20px;
}

.footer-last .left {
	float: left;
	position: relative;
}

.footer-last .left p {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.footer-last .left p span {
	color: #2F2D30;
	font-weight: 700;
}

.footer-last .right {
	float: right;
	position: relative;
}

.footer-last .right ul li {
	display: inline-block;
	position: relative;
}

.footer-last .right ul li a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #666666;
	margin-left: 15px;
	padding-right: 15px;
	display: inline-block;
}

.footer-last .right ul li a:after {
	position: absolute;
	content: '/';
	color: #666666;
	right: 0px;
	top: 2px;
}

.footer-last .right ul li:last-child a {
	padding: 0px;
}

.footer-last .right ul li:last-child a:after {
	display: none;
	padding: 0px;
}

.footer-last.home-one {
	background: #fff;
	border-top: 1px solid #eaeaea
}


/*--------------------------------------------------------------------------------------------------
================================================contact-us==========================================
--------------------------------------------------------------------------------------------------*/
.ui-selectmenu-menu {
	z-index: 1000;
}

#language-menu li:nth-child(1):before {
	position: absolute;
	content: url(../image/language-1.jpg);
	top: 0px;
	z-index: 100;
}

.dropdown-toggle::after {
	display: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background: transparent;
	border: 0px;
	color: #222!important;
}

/*------bread-crumb---*/

.ban-bread-crumb {
	position: relative;
	background: #f8f8f8;
	height: 60px;
	padding: 17px 0px;
}

.breadcrumb {
	background: transparent;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	margin: 0px;
}

.breadcrumb-item a {
	font-size: 16px;
	font-weight: 400;
	color: #594C66;
	line-height: 24px;
}

.breadcrumb-item.active {
	color: #653F91;
}


/*-----------navigation---------*/

.right-nav {
	position: relative;
}

.right-nav .cart_dropdown .nav-link { padding-right: 0px;} 

.right-nav .nav-item.dropdown>.navbar-nav {
	left: -300px;
	margin-top: 0px;
	background: #fff;
	width: 350px;
	padding: 10px;
}

.right-nav .form-group input[type="text"] {
	padding: 10px;
	min-height: 40px;
	line-height: 26px;
	color: #594C66!important;
	width: 100%;
	border: 0px;
	box-shadow: none;
	background: #f8f8f8;
	padding: 11px 10px 10px;
}

.right-nav .form-group {
	margin-bottom: 0px;
}

.right-nav ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.right-nav ::-moz-placeholder {
	/* Firefox 19+ */
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.contact-us .right-nav :-ms-input-placeholder {
	/* IE 10+ */
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.right-nav :-moz-placeholder {
	/* Firefox 18- */
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.right-nav .form-group .theme-btn {
	position: absolute;
	top: 11px;
	right: 11px;
	min-width: 40px;
	border-radius: 0px;
}


/*-------------cart---------------------*/

.right-nav #cart_items {
	padding: 20px;
}

.right-nav #cart_items .cart_in {
	position: relative;
	overflow: auto;
	margin-bottom: 20px;
}

.right-nav #cart_items .cart_in img {
	float: left;
}

.right-nav #cart_items .cart_in .content {
	float: left;
	margin-left: 10px;
	min-width: 190px;
	text-overflow: ellipsis!important;
	overflow: hidden;
}

.right-nav #cart_items .cart_in .content h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #2F2D30;
	text-overflow: ellipsis!important;
	overflow: hidden;
}

.right-nav #cart_items .cart_in .content p {
	font-size: 14px;
	color: #594C66;
	line-height: 22px;
	font-weight: 400;
	text-overflow: ellipsis!important;
	overflow: hidden;
}

.right-nav .product_inside_cart {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.right-nav #cart_items .cart_in .close span {
	font-size: 12px;
	color: #2F2D30;
}

.right-nav .cart_btns_ {
	padding-top: 27px;
}

.right-nav .cart_dropdown .navbar-nav.submenu {
	left: -317px;
}

.right-nav #cart_items .theme-btn {
	min-width: 120px;
	min-height: 35px;
	line-height: 35px;
}


/*----------------contact_address-----------------*/

.contact_address {
	position: relative;
	padding: 100px 0px 100px;
}

.contact_address_inner {
	position: relative;
}

.contact_address_inner .contact_our_office {
	position: relative;
	margin-bottom: 35px;
}

.contact_address_inner .contact_our_office h2 {
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	color: #2F2D30;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.contact_address_inner .contact_our_office h2 span {
	font-weight: 700;
	color: #653F91;
}

.contact_address_inner .contact_our_office p {
	font-size: 16px;
	color: #594C66;
	line-height: 24px;
	font-weight: 400;
}

.contact_get_in_touch h2 {
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	color: #2F2D30;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.contact_get_in_touch h2 span {
	font-weight: 700;
	color: #653F91;
}

.contact_get_in_touch p {
	text-transform: uppercase;
	font-size: 16px;
	color: #2F2D30;
	line-height: 24px;
	font-weight: 700;
}

.contact_get_in_touch p a {
	color: #999999;
	font-weight: 400;
	text-transform: none;
}

.contact_get_in_touch p a.phne {
	color: #653F91;
	font-weight: 400;
	font-size: 14px;
	padding-top: 5px;
}

.contact_get_in_touch .mail {
	margin-bottom: 20px;
}

.contact_get_in_touch .phone p {
	line-height: 30px;
}

.contact_get_in_touch {
	position: relative;
	margin-bottom: 30px;
}

.contact_social_media ul {
	position: relative;
	padding-top: 20px;
}

.contact_social_media ul li {
	display: inline-block;
	margin-right: 10px;
}

.contact_social_media ul li a {
	display: inline-block;
	background: #f1f1f1;
	color: #594C66;
	border-radius: 50px;
	width: 36px;
	height: 36px;
	transition: .5s ease-in-out;
	transform: rotate(0deg);
}

.contact_social_media ul li:nth-child(1) a {
	padding: 6px 13px;
}

.contact_social_media ul li:nth-child(2) a {
	padding: 5px 10px;
}

.contact_social_media ul li:nth-child(3) a {
	padding: 6px 9px;
}

.contact_social_media ul li:nth-child(4) a {
	padding: 7px 9px;
}

.contact_social_media ul li:hover a {
	background-image: -webkit-gradient(linear, left top, right top, from(#653F91), to(#4D336B));
	background-image: linear-gradient(to right, #653F91, #4D336B, #4D336B);
	color: #fff;
	transform: rotate(360deg);
}

.contact_pg_form input[type="text"],
.contact_pg_form input[type="email"],
.contact_pg_form input[type="phone"],
textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 28px;
	color: #594C66!important;
	height: 50px;
	font-size: 14px;
	resize: none;
	border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid transparent;
	--webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact_pg_form input::-webkit-input-placeholder {
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px
}

.contact_pg_form input::-moz-placeholder {
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.contact_pg_form textarea::-ms-input-placeholder {
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.contact_pg_form textarea::-moz-placeholder {
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.contact_pg_form textarea::-webkit-input-placeholder {
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px
}

.contact_pg_form textarea::-moz-placeholder {
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.contact_pg_form textarea::-ms-input-placeholder {
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.contact_pg_form textarea::-moz-placeholder {
	color: #594C66!important;
	font-weight: 400;
	font-size: 14px;
}

.contact_pg_form .theme-btn.btn-send {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 24px;
}

.contact_through {
	position: relative;
	padding: 50px 0px;
	background: #f8f8f8;
}

.contact_through span {
	font-size: 38px;
	line-height: 48px;
	float: left;
	color: #653F91;
	font-weight: 500;
}

.contact_through p {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #2F2D30;
	margin: 0px 0px 0px 50px;
}


/*---------------------------------------------------
===================homepage-1==================================================
---------------------------------------------------*/


/*-----------------appointment-section-----------------------*/

.add-on {
	position: absolute;
	top: 12px;
	right: 14px;
	color: #594C66;
}


/*-----------------department_section-----------------------*/

.department_section {
	position: relative;
	padding: 100px 0px;
	background: #f4f4f4;
}

.department_section .heading h1 {
	float: left;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
}

.department_section .heading h1 span {
	color: #653F91;
	font-weight: 800;
}

.department_section .heading p {
	float: right;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
}

.department_section .heading p a {
	color: #2F2D30;
}

.department_section .department_inner {
	background: #fff;
}

.department_inner .department_icon_content {
	position: relative;
	width: 25%;
	float: left;
	padding: 40px;
	box-shadow: 0px 0px .5px 0px #eaeaea;
	transition: all .5s ease;
	cursor: pointer;
}

.department_inner .department_icon_content span {
	font-size: 60px;
	line-height: 60px;
	color: #653F91;
	padding-bottom: 25px;
	display: inline-block;
}

.department_inner .department_icon_content h2 {
	font-size: 22px;
	line-height: 30px;
	color: #2F2D30;
	font-weight: 700;
	padding-bottom: 5px;
}

.department_inner .department_icon_content p {
	font-size: 16px;
	line-height: 24px;
	color: #594C66;
	font-weight: 400;
}

.department_inner .department_icon_content:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05)
}

.department_inner .department_icon_content:hover h2 {
	color: #653F91;
}


/*---------------------------welcome_section----------------------*/

.welcome_section {
	position: relative;
	padding: 100px 0px;
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important;
}

.welcome_section .heading {
	padding: 0px;
	margin: 0px;
}

.welcome_section .heading h1 {
	font-weight: 400;
}

.welcome_section .heading h1 span {
	color: #653F91;
	font-weight: 800;
}

.welcome_section h6 {
	font-weight: 500;
	color: #2F2D30;
	line-height: 26px;
	font-size: 18px;
	padding-bottom: 10px;
}

.welcome_section p {
	font-size: 16px;
	line-height: 24px;
	color: #594C66;
	font-weight: 400;
}

.welcome_section ul li {
	display: inline-block;
	margin-right: 15px;
}

.welcome_section ul {
	position: relative;
	padding: 40px 0px 50px;
}


/*----------------doc_community----------------------------*/

.doc_community {
	position: relative;
	padding: 70px 0px;
	background: #653F91;
}

.doc_community h1 {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	line-height: 38px;
	text-transform: uppercase;
}

.doc_community p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}

.doc_community h1 span {
	font-weight: 700;
}

.doc_community_text {
	float: left;
	position: relative;
}

.mak_appointment {
	float: right;
	position: relative;
	padding-top: 15px;
}

.mak_appointment a {
	font-size: 14px;
	color: #2F2D30;
	font-weight: 700;
	line-height: 45px;
	min-height: 45px;
	display: inline-block;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	min-width: 220px;
	padding: 1px 20px 0px;
}


/*-----------testimonial-section--------------*/

.testimonial-section.hm-one {
	position: relative;
	padding: 100px 0px 80px;
}

.testimonial-section.hm-one .heading h1 {
	font-weight: 400;
}

.testimonial-section.hm-one .heading h1 span {
	color: #653F91;
	font-weight: 800;
}

.testimonial-section.hm-one .owl-carousel owl-dots {
	display: none!important;
}

.testimonial-section.hm-one .two-item {
	margin-bottom: 45px;
}

.testimonial-section.hm-one .owl-carousel .owl-item img {
	width: auto;
}

.testimonial-section.hm-one .testimonial_content {
	position: relative;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-top: 3px solid #653F91;
	border-radius: 3px;
	padding: 40px 35px;
}

.testimonial-section.hm-one .testimonial_content p {
	font-size: 16px;
	line-height: 26px;
	color: #594C66;
	font-weight: 400;
	padding-bottom: 20px;
}

.testimonial-section.hm-one .testimonial_content img {
	float: left;
}

.testimonial-section.hm-one .testimonial_content .client_details {
	position: relative;
}

.testimonial_content .client_details .client_in {
	padding: 5px 0px;
	position: relative;
	margin-left: 90px;
}

.testimonial_content .client_details .client_in h6 {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #2F2D30;
	padding: 0px;
	margin: 0px;
}

.testimonial_content .client_details .client_in {
	color: #594C66;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	display: block;
}

.testimonial-section.hm-one .owl-carousel .owl-nav {
	width: auto;
	;
	display: block!important;
	position: absolute;
	top: -113px;
	right: -2px;
}

.testimonial-section.hm-one .owl-carousel .owl-nav .owl-prev,
.testimonial-section.hm-one .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	padding: 5px;
}

.testimonial-section.hm-one .owl-carousel .owl-nav .owl-next {
	padding-right: 0px;
}

.testimonial-section.hm-one .owl-carousel .owl-nav .owl-prev span,
.testimonial-section.hm-one .owl-carousel .owl-nav .owl-next span {
	display: inline-block;
	padding: 15px 20px;
	background: #c3c3c3;
	color: #fff;
	border-radius: 3px;
	font-size: 18px;
	transition: .5s ease-in-out;
	cursor: pointer;
	width: 46px;
	height: 46px;
}

.testimonial-section.hm-one .owl-carousel .owl-nav .owl-prev span:hover,
.testimonial-section.hm-one .owl-carousel .owl-nav .owl-next span:hover {
	background: #4D336B;
	background-image: -webkit-gradient(linear, left top, right top, from(#653F91), to(#4D336B));
	background-image: linear-gradient(to right, #653F91, #4D336B, #4D336B, #331C4D, #4D336B);
}

.testimonial-section.hm-one .owl-carousel.client-carousel .owl-nav {
	display: none!important;
}

.best-doctors.hme-one .heading h1 {
	font-weight: 400;
}

.best-doctors.hme-one .heading h1 span {
	color: #653F91;
	font-weight: 800;
}

.footer-widget ul li {
	position: relative;
	list-style: none;
}

.footer-widget ul li a {
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #594C66;
}

.footer-widget ul li a:hover {
	color: #653F91;
}

.footer.home-one .footer-widget ul li {
	position: relative;
	margin-right: 15px;
}

.footer.home-one .footer-widget ul li a {
	background: #fff;
	color: #594C66;
	padding: 0px;
	width: auto;
	height: auto;
}

.footer.home-one .footer-widget ul li a:hover {
	color: #653F91;
}

.footer.home-one .footer-widget ul {
	padding-top: 5px
}

.footer.home-one .footer-widget.two ul {
	padding-top: 0px;
}


/*--------------------------------------

============================================home-page-2=========================================

--------------------------------------*/

#header-two {
	position: relative;
	background: #fff;
}

.mobile-show {
	display: none;
}

#header-two .top-bar .social-media li a {
	color: #bcbcbc;
}

#header-two .top-bar .float-left p i {
	color: #bcbcbc;
}

#header-two .bsnav {
	padding-bottom: 0px;
}

#header-two .navbar-expand-lg .navbar-nav .nav-link.first-child {
	padding-left: 0px;
}

#header-two .site_logo {
	position: relative;
	padding: 7px 0px 0px;
}

#header-two .right-nav .form-group .theme-btn {
	background: #AEA0BB;
}

#header-two .mid_bar .theme-btn {
	width: 100%;
	background: #AEA0BB;
	color: #fff;
}

#header-two .navbar-nav .nav-item.activee>.nav-link,
#header-two .navbar-nav .nav-item:active:focus>.nav-link,
#header-two .navbar-nav .nav-item:active>.nav-link,
#header-two .navbar-nav .nav-item:focus>.nav-link,
#header-two .navbar-nav .nav-item:hover>.nav-link {
	color: #AEA0BB;
}


.sbar_color_two .bsnav-mobile.in .navbar-nav .nav-item:active:focus>.nav-link,
.sbar_color_two .bsnav-mobile.in .navbar-nav .nav-item:focus>.nav-link, 
.sbar_color_two .bsnav-mobile.in .navbar-nav .nav-item:hover>.nav-link {
	color: #AEA0BB!important;
}

#header-two .nav-item.dropdown>.navbar-nav {
	border-top: 3px solid #AEA0BB;
}

.sbar_color_one .nav-item.dropdown>.navbar-nav {
	border-top: 3px solid #653F91;
}

.mid_bar {
	position: relative;
	padding: 40px 0px 0px;
}

.mid_bar .mid_contact_text span.icon {
	float: left;
	font-size: 40px;
	line-height: 50px;
	color: #AEA0BB;
}

.mid_bar .con_text {
	margin-left: 65px;
}

.mid_bar .mid_contact_text p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}

.mid_bar .mid_contact_text .num {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	color: #2F2D30;
}

.mid_bar .mid_contact_text span {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
}


/*----------------------------welcome_section_tw------------------*/

.why_choose_us {
	position: relative;
	background: transparent;
	margin-top: -110px;
	z-index: 100;
	padding-bottom: 50px;
}

.why_choose_us .why_choose_us_details {
	transition: all .6s ease;
	position: relative;
	padding: 30px;
	background: #fff;
	border-radius: 3px;
	border-top: 3px solid #AEA0BB;
	text-align: center;
}

.why_choose_us .why_choose_us_details h2 {
	font-size: 22px;
	font-weight: 700;
	color: #2F2D30;
	line-height: 30px;
}

.why_choose_us .why_choose_us_details p {
	font-size: 16px;
	line-height: 24px;
	color: #594C66;
	font-weight: 400;
	padding-bottom: 20px;
}

.why_choose_us .why_choose_us_details a {
	transition: all .6s ease;
	font-size: 14px;
	line-height: 24px;
	color: #AEA0BB;
	font-weight: 700;
}

.why_choose_us .why_choose_us_details span {
	font-size: 70px;
	line-height: 80px;
	padding-bottom: 20px;
	color: #AEA0BB;
	display: block;
}

.why_choose_us .why_choose_us_details:hover {
	box-shadow: 0px 45px 68px -31px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 45px 68px -31px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 45px 68px -31px rgba(0, 0, 0, .1);
}

.why_choose_us .why_choose_us_details:hover a {
	color: #000;
}


/*----------------------------our-department------------------*/

.our_departments .department_outer:hover {
	box-shadow: 0px 29px 54px -44px rgba(9, 0, 0, .21);
	-webkit-box-shadow: 0px 29px 54px -44px rgba(9, 0, 0, .21);
	-moz-box-shadow: 0px 29px 54px -44px rgba(9, 0, 0, .21);
	cursor: pointer;
}

.our_departments .department_outer:hover a h2 {
	color: #AEA0BB;
}

.our_departments .department_outer:hover a.read_m {
	text-decoration: underline;
}

.our_departments .owl-nav .owl-prev:hover,
.our_departments .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #AEA0BB;
}

.our_departments .owl-nav .owl-prev span:before {
	bottom: -5px;
	position: absolute;
	left: 0px;
}

.our_departments .owl-nav .owl-next span:before {
	bottom: -1px;
	position: absolute;
	left: 6px;
}


/*---------------------welcm_sec hm-one-----------------------*/


/*----------------------top_doctors hme-two-----------------------*/

.doc_name {
	margin-left: 90px;
	padding: 8px 0px 0px;
}

.doc_name h2 {
	margin-bottom: 3px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #2F2D30;
}

.doc_name p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #594C66;
}

.doc_profile_details {
	position: relative;
	padding-left: 40px;
	padding-top: 30px;
}

.doc_profile_details h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	color: #2F2D30;
}

.doc_profile_details h6 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #594C66;
}

.doc_profile_details p {
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #594C66;
}

.doc_profile_details ul {
	position: relative;
	padding-bottom: 90px;
}

.doc_profile_details ul li {
	padding-bottom: 3px;
	font-size: 16px;
	list-style: none;
	font-weight: 400;
	line-height: 30px;
	color: #594C66;
}

.doc_profile_details ul li span {
	color: #2F2D30;
	font-size: 16px;
	font-weight: 600;
}

.doc_profile_details a {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	color: #AEA0BB;
}


/*--------------testimonial-section hme-two-------------------------*/

.testimonial-section.type_two {
	position: relative;
	background: #f1f1f1;
	padding: 100px 0px 100px;
}

.testimonial-section.type_two .heading {
	text-align: center;
	margin-bottom: 60px;
}

.testimonial-section.type_two .owl-carousel .owl-nav {
	display: none!important;
}

.testimonial-section.type_two .heading p {
	padding: 0px 230px;
}

.testimonial-section.type_two .two-item {
	margin-bottom: 135px;
}

.testimonial-section.type_two .testimonial_content_ty_two .description {
	position: relative;
	background: #fff;
	padding: 40px 40px;
}

.testimonial-section.type_two .testimonial_content_ty_two .description p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #594C66;
}

.testimonial-section.type_two .description::before {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 45px solid transparent;
	border-right: 0px solid transparent;
	border-top: 34px solid #fff;
	content: '';
	bottom: -34px;
	left: 33px;
}

.testimonial-section.type_two .testimonial_content_ty_two .client_details {
	margin-left: 85px;
	margin-top: 40px;
}

.testimonial-section.type_two .testimonial_content_ty_two .client_details img {
	float: left;
}

.testimonial-section.type_two .testimonial_content_ty_two .client_details h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: #2F2D30;
	margin: 0;
}

.testimonial-section.type_two .testimonial_content_ty_two .client_details span {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #594C66;
}

.client_in {
	padding-top: 6px;
	position: relative;
	margin-left: 85px;
}

.testimonial-section.type_two .owl-carousel img {
	width: auto;
}

.testimonial-section.type_two .owl-dots.disabled,
.testimonial-section.type_two .owl-dots {
	display: block;
}

.testimonial-section.type_two .owl-dots {
	position: absolute;
	bottom: -80px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.testimonial-section.type_two .owl-dots .owl-dot {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
	border-radius: 50px;
	display: inline-block;
	background-color: #d5d5d5;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	--webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.testimonial-section.type_two .owl-dots .owl-dot:hover,
.testimonial-section.type_two .owl-dots .owl-dot.active {
	background-color: #AEA0BB;
	width: 14px;
	height: 14px;
}


/*--------------------gallery_typone demo-gallery-------------------*/

.gallery_typone-inner .gallery_typone-image a:before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #181818;
	background-image: url(../image/gallery/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	opacity: .70;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
}

.gallery_typone-inner:hover .gallery_typone-image a:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}


/*------------------------popular-articles-----------------------*/

.popular_articles.type_two .popular_articles_content:hover .image img {
	transform: scale(1.2, 1.2);
}

.popular_articles.type_two .popular_articles_content:hover h6 {
	color: #AEA0BB;
}

.popular_articles.type_two .popular_articles_content:hover a {
	text-decoration: underline;
}

.popular_articles.type_two:hover .owl-nav {
	opacity: 1;
}

.popular_articles.type_two .owl-nav .owl-prev:hover,
.popular_articles.type_two .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #AEA0BB;
}

.popular_articles.type_two .owl-nav .owl-prev span:before {
	bottom: -5px;
	position: absolute;
	left: 0px;
}


/*--------------footer-type-two------------*/

.footer.type_two .footer-widget.first ul li:hover a {
	background: #fff;
	color: #AEA0BB;
}


/*------------------------------------------------

========================================================homr-page-4=====================================================

-------------------------------------------------*/


/*--------------header----------*/

#header-four {
	position: relative;
	z-index: 999;
	width: 100%;
	background: #fff;
}

#header-four .nav-item.dropdown>.navbar-nav {
	border-top: 3px solid #653F91;
}

#header-four .top-bar .social-media li:hover a i {
	color: #653F91;
}

#header-four .navbar-nav .nav-item.activee>.nav-link,
#header-four .navbar-nav .nav-item:active:focus>.nav-link,
#header-four .navbar-nav .nav-item:active>.nav-link,
#header-four .navbar-nav .nav-item:focus>.nav-link,
#header-four .navbar-nav .nav-item:hover>.nav-link {
	color: #653F91;
}


.sbar_color_four .bsnav-mobile.in .navbar-nav .nav-item:active:focus>.nav-link,
.sbar_color_four .bsnav-mobile.in .navbar-nav .nav-item:focus>.nav-link, 
.sbar_color_four .bsnav-mobile.in .navbar-nav .nav-item:hover>.nav-link {
	color: #653F91!important;
}


/*-------------contact_through type_two-------------------*/


/*---------------about_us type_one------------------------*/

.about_us.type_one {
	position: relative;
	padding: 60px 0px 0px;
}

.about_us.type_one .heading {
	margin-bottom: 20px;
}

.about_us.type_one h6 {
	font-size: 18px;
	line-height: 26px;
	color: #2F2D30;
	font-weight: 700;
	margin-bottom: 20px;
}

.about_us.type_one p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #594C66;
	padding-bottom: 60px;
}

.about_us.type_one h5 {
	font-size: 18px;
	line-height: 26px;
	color: #653F91;
	font-weight: 700;
	margin-bottom: 30px;
}

.about_type_one_inner {
	position: relative;
	margin-bottom: 30px;
	margin-top: 50px;
}


/*---------------.our-service.type_two------------------------*/

.our-service.type_two .service-content:hover {
	-webkit-box-shadow: 0 53px 29px -46px rgba(0, 0, 0, .03);
	-moz-box-shadow: 0 53px 29px -46px rgba(0, 0, 0, .03);
	box-shadow: 0 53px 29px -46px rgba(0, 0, 0, .03);
}

.our-service.type_two .service-content:hover h2 a {
	color: #653F91;
}


/*---------------before_after_treatment-------------------*/


/*---------------our_case------------------*/

.our_case .our_case_inner:hover h2 {
	color: #653F91;
}

.our_case .our_case_inner:hover .image img {
	transform: scale(1.2, 1.2);
}


/*------------testimonial-section type_four-------------------*/

.testimonial-section.type_four {
	position: relative;
	background: #f1f1f1;
	padding: 100px 0px 60px;
}

.testimonial-section.type_four .testimonial_content {
	transition: all .6s ease;
	margin-bottom: 40px;
	z-index: 0;
	border-radius: 3px;
	background: #fff;
	border: 0px;
	padding: 40px 40px;
}

.testimonial-section.type_four .testimonial_content i {
	position: absolute;
	top: 22px;
	left: 43px;
	color: #f1f1f1;
	font-size: 55px;
	line-height: 60px;
	z-index: -10;
}

.testimonial-section.type_four .testimonial_content p {
	padding-bottom: 30px;
	color: #594C66;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.testimonial-section.type_four .testimonial_content:hover {
	box-shadow: 0px 45px 67px -73px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 45px 67px -73px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 45px 67px -73px rgba(0, 0, 0, .3);
}

.testimonial-section .owl-carousel .owl-nav {
	width: 100%;
	display: block!important;
	position: absolute;
	top: 45%;
	right: inherit;
}

.testimonial-section.type_four .owl-carousel .owl-nav .owl-prev,
.testimonial-section.type_four .owl-carousel .owl-nav .owl-next {
	display: block;
	padding: 5px;
	position: absolute;
}

.testimonial-section.type_four.owl-carousel .owl-nav .owl-next {
	padding-right: 0px;
}

.testimonial-section.type_four .owl-carousel .owl-nav .owl-prev span,
.testimonial-section.type_four .owl-carousel .owl-nav .owl-next span {
	display: block;
	padding: 15px 20px;
	background: #c3c3c3;
	color: #fff;
	border-radius: 3px;
	position: relative;
	font-size: 18px;
	transition: .5s ease-in-out;
	cursor: pointer;
	width: 46px;
	height: 46px;
}

.testimonial-section.type_four .owl-carousel .owl-nav .owl-prev span:hover,
.testimonial-section.type_four .owl-carousel .owl-nav .owl-next span:hover {
	background: #653F91;
}

.testimonial-section.type_four .testimonial_content img {
	float: left;
	width: auto;
}

.testimonial-section.type_four .owl-carousel .owl-nav .owl-prev {
	left: -95px;
}

.testimonial-section.type_four .owl-carousel .owl-nav .owl-next {
	right: -95px;
}

.testimonial-section.type_four .tp-fou-testi-btn {
	text-align: right;
	display: block;
	color: #2F2D30;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
	line-height: 24px;
}


/*----------------natural_beauty----------------------------*/


/*----------------price_table----------------------------*/

.price_table .price_table_inner:hover .theme-btn {
	background: #653F91;
	color: #fff;
}

.price_table .price_table_inner:hover {
	box-shadow: 0px 45px 68px -31px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 45px 68px -31px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 45px 68px -31px rgba(0, 0, 0, .1);
	background: #fff;
}

.price_table .price_table_inner .icon_bg:before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #653F91;
	content: "";
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
}

.price_table .price_table_inner:hover .icon_bg span {
	color: #fff;
}

.price_table .price_table_inner:hover .icon_bg h6 {
	color: #fff;
}

.price_table .price_table_inner:hover .icon_bg:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}


/*------------------------header-five----------------------*/

#header-five {
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	right: 0;
	background: transparent;
}

#header-five .mid_bar {
	border-bottom: 1px solid #476ba3;
	padding: 25px 0px 17px;
}

#header-five .mid_bar .mid_contact_text p {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

#header-five .mid_bar .mid_contact_text span {
	color: #d2d2d2;
}

#header-five .mid-mid .mid_contact_text {
	text-align: right;
}

#header-five .mid_bar .mid_contact_text .num {
	font-size: 16px;
	font-weight: 500;
}

#header-five .site_logo {
	padding-top: 7px;
}

#header-five .mid_bar .mid_contact_text span.icon {
	font-weight: normal;
	color: #fff;
	font-size: 34px;
}

#header-five .mid_bar .con_text {
	margin-left: 57px;
}

#header-five .navbar-expand-lg .navbar-nav .nav-link.link_hd {
	color: #605e5e;
}

#header-five .sticked.in .nav-link.link_hd {
	color: #2F2D30;
}

#header-five .navbar-expand-lg .navbar-nav .nav-item .nav-link.link_hd {
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px 22px;
}

#header-five .sticked.in .navbar-nav.right-nav .nav-link {
	color: #2F2D30;
}

#header-five .navbar-expand-lg .navbar-nav.right-nav .nav-link {
	color: #fff;
}



#header-five .navbar-nav.submenu .nav-item>.nav-link::before {
	display: none;
}

#header-five .navbar-nav.submenu .nav-item:hover>.nav-link {
	color: #331C4D;
}

#header-five .nav-item.dropdown>.navbar-nav {
	border-top: 3px solid #331C4D;
}

#header-five .navbar-nav .nav-item.active>.nav-link::before {
	width: 100%!important;
}

.sbar_color_five .navbar-nav .nav-item.activee>.nav-link,
.sbar_color_fivee .navbar-nav .nav-item:active:focus>.nav-link,
.sbar_color_five .navbar-nav .nav-item:active>.nav-link,
.sbar_color_five .navbar-nav .nav-item:focus>.nav-link, 
.sbar_color_five .navbar-nav .nav-item:hover>.nav-link {
	color: #fff;
}
.sbar_color_five .navbar.bsnav-sticky.bsnav-sticky-slide.in .navbar-nav .nav-item.activee>.nav-link,
.sbar_color_five .navbar.bsnav-sticky.bsnav-sticky-slide.in .navbar-nav .nav-item:active:focus>.nav-link,
.sbar_color_five .navbar.bsnav-sticky.bsnav-sticky-slide.in .navbar-nav .nav-item:active>.nav-link,
.sbar_color_five .navbar.bsnav-sticky.bsnav-sticky-slide.in .navbar-nav .nav-item:focus>.nav-link, 
.sbar_color_five .navbar.bsnav-sticky.bsnav-sticky-slide.in .navbar-nav .nav-item:hover>.nav-link {
	color: #331C4D!important;
}

.sbar_color_five .bsnav-mobile.in .navbar-nav .nav-item.activee>.nav-link,
.sbar_color_five .bsnav-mobile.in .navbar-nav .nav-item:active:focus>.nav-link,
.sbar_color_five .bsnav-mobile.in .navbar-nav .nav-item:active>.nav-link,
.sbar_color_five .bsnav-mobile.in .navbar-nav .nav-item:focus>.nav-link, 
.sbar_color_five .bsnav-mobile.in .navbar-nav .nav-item:hover>.nav-link {
	color: #fff!important;
} 

.sbar_color_five .fa.fa-close{ color: #331C4D;}


#header-five .navbar-nav .nav-item>.nav-link::before {
	position: absolute;
	background: #fff;
	content: '';
	width: 0%;
	height: 2px;
	left: 0;
	bottom: 20px;
	transition: all .5s ease;
}

#header-five .right-nav .form-group .theme-btn {
	background: #331C4D;
}

#header-five .right-nav .nav-item>.nav-link::before {
	display: none;
}

#header-five .navbar-expand-lg .nav-link.first-child {
	padding-left: 0px;
	margin-left: 0!important;
}

.main-slider .main-slider-five .slide {
	min-height: 950px;
	padding: 350px 0px 100px;
}

.main-slider .main-slider-five h1 {
	padding-top: 20px;
	font-size: 60px;
	line-height: 60px;
	font-weight: 800;
	color: #fff;
}

.main-slider .main-slider-five h4 {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 15px;
	margin: 0;
}

.main-slider .main-slider-five .text {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 40px;
}

.main-slider .main-slider-five .content {
	margin: 0 auto;
	width: 800px;
}

.main-slider .main-slider-five .theme-btn.btn-dark {
	background: #fff;
	color: #653F91;
	margin-left: 20px;
}

.main-slider .main-slider-five .theme-btn {
	background: #653F91;
	color: #fff;
}

.sbar_color_five .footer.hme-five .theme-btn {
	background: #653F91;
}

.sbar_color_five .footer-widget.first ul li:hover a {
	background: #653F91;
}


/*----------------------------why_choose_us hm-five--------------------*/

.why_choose_us.hm-five {
	position: inherit;
	background: #f1f1f1;
	margin: 0;
}

.why_choose_us.hm-five .why_choose_us_outer {
	background: #fff;
	position: relative;
	box-shadow: 0px 13px 22px -10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 13px 22px -10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 13px 22px -10px rgba(0, 0, 0, .1);
	overflow: hidden;
	cursor: pointer;
	margin-top: -100px;
	z-index: 100;
}

.why_choose_us.hm-five .why_choose_us_details .choose_icon {
	float: left;
	font-size: 50px;
	line-height: 60px;
	color: #653F91;
}

.why_choose_us.hm-five .why_choose_us_details.last:before {
	display: none;
}

.why_choose_us.hm-five .why_choose_us_details:before {
	position: absolute;
	background: #eaeaea;
	content: '';
	top: 51px;
	right: -9px;
	width: 1px;
	height: 85px;
}

.why_choose_us.hm-five .why_choose_us_details {
	background: transparent;
	position: relative;
	text-align: inherit;
	border: 0px;
	padding: 50px 25px 50px;
}

.why_choose_us.hm-five .why_choose_us_details h2 a {
	font-size: 22px;
	line-height: 30px;
	color: #2F2D30;
	font-weight: 700;
}

.why_choose_us.hm-five .why_choose_us_details h2 {
	margin-left: 70px;
}

.why_choose_us.hm-five .why_choose_us_details p {
	margin-left: 70px;
	font-size: 16px;
	padding-bottom: 0px;
}

.why_choose_us.hm-five .why_choose_us_details:hover {
	box-shadow: none;
}

.why_choose_us.hm-five .why_choose_us_outer:before {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	z-index: 0;
}

.why_choose_us.hm-five .why_choose_us_outer:hover:before {
	-webkit-transition: .2s -webkit-transform linear, .2s height linear .2s;
	transition: .2s transform linear, .2s height linear .2s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	height: 100%;
	border-color: #653F91
}

.why_choose_us.hm-five .why_choose_us_outer:hover:after {
	-webkit-transition: .2s -webkit-transform linear .4s, .2s height linear .6s;
	transition: .2s transform linear .4s, .2s height linear .6s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	height: 100%;
	border-color: #653F91
}

.why_choose_us.hm-five .why_choose_us_outer:after {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
	z-index: 0;
}


/*----------about_us----------*/

.about_us.hm-five {
	position: relative;
	padding: 50px 0px 100px;
	background: #f1f1f1;
}

.about_content {
	position: relative;
	margin-top: 30px;
}

.about_content h1 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 800;
	color: #2F2D30;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.about_content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #594C66;
	margin-bottom: 35px;
}

.about_content .theme-btn {
	background: #653F91;
	margin-top: 80px;
}

.about_video .video-holder .icon::before {
	position: absolute;
	content: '';
	width: 77px;
	height: 77px;
	background: rgba(255, 255, 255, .5);
	z-index: -10;
	border-radius: 50px;
	top: -11px;
	left: -8px;
}


/*--service_section hme-five--------------*/

.service_section.hme-five {
	position: relative;
	padding: 100px 0px 70px;
}

.service_section.hme-five .service_inner {
	margin-bottom: 70px;
	position: relative;
}

.service_section.hme-five .tp-service-btn {
	float: right;
	font-weight: 700;
	text-transform: uppercase;
	color: #2F2D30;
	font-size: 16px;
	line-height: 40px;
}

.service_section.hme-five .service_inner span.icon {
	font-size: 60px;
	line-height: 60px;
	color: #653F91;
}

.service_section.hme-five .service_inner h2 {
	transition: all .5s ease;
	font-size: 22px;
	color: #2F2D30;
	line-height: 30px;
	font-weight: 700;
	margin-top: 15px;
}

.service_section.hme-five .service_inner p {
	font-weight: 400;
	color: #594C66;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}

.service_section.hme-five .service_inner a {
	transition: all .5s ease;
	font-weight: 700;
	font-size: 14px;
	color: #2F2D30;
	line-height: 24px;
}

.service_section.hme-five .service_inner a span {
	padding-left: 5px;
}

.service_section.hme-five .service_inner:hover {
	cursor: pointer;
}

.service_section.hme-five .service_inner:hover a {
	color: #653F91;
}

.service_section.hme-five .service_inner:hover a span {
	color: #653F91;
}

.service_section.hme-five .service_inner:hover h2 {
	color: #653F91;
}

.service_section.hme-five .working_hours {
	background: #653F91;
	padding: 50px 35px 52px;
	position: relative;
	border-radius: 3px;
}

.service_section.hme-five .working_hours h2 {
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 20px;
}

.service_section.hme-five .working_hours p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
}

.service_section.hme-five .working_hours ul li {
	margin-bottom: 8px;
	list-style: none;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
}

.service_section.hme-five .working_hours ul li span {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}

.service_section.hme-five .working_hours .theme-btn {
	width: 100%;
	background: #fff;
	margin-top: 25px;
	color: #653F91;
}


/*----------------our-experts-section----------------*/

.border_line {
	border: 1px solid #eaeaea;
}

.our-experts-section .expert_details:hover .image img {
	transform: scale(1.2, 1.2);
}

.our-experts-section .expert_details:hover .text-overlay {
	opacity: 1;
	z-index: 9999;
	bottom: 0%;
	-webkit-transition: bottom .6s ease 0s, opacity .6s;
	transition: bottom .6s ease 0s, opacity .6s;
}

.our-experts-section .expert_details:hover h2 a {
	color: #653F91;
}


/*-------------------testimonial-section-------------------*/

.testimonial-section.home_five {
	position: relative;
	padding: 100px 0px 100px;
	background: #f1f1f1;
}

.testimonial-section.home_five .owl-carousel .owl-item img {
	width: auto;
	display: initial;
}

.testimonial-section.home_five .owl-carousel .owl-dots,
.testimonial-section.home_five .owl-carousel .owl-dots.disabled {
	display: block!important;
}

.testimonial-section.home_five .testi_content {
	transition: .5s ease-in;
	margin: 60px 0px 50px;
	position: relative;
	background: #fff;
	padding: 40px;
}

.testimonial-section.home_five .testi_content .client_det h6 {
	font-size: 18px;
	line-height: 26px;
	color: #2F2D30;
	font-weight: 700;
	margin-bottom: 15px;
}

.testimonial-section.home_five .testi_content .client_det h6 span {
	font-size: 16px;
	line-height: 24px;
	color: #594C66;
	font-weight: 400;
}

.testimonial-section.home_five .testi_content .client_det i {
	position: absolute;
	font-size: 30px;
	line-height: 30px;
	color: #653F91;
	right: 40px;
	top: 40px;
}

.testimonial-section.home_five .testi_content p {
	font-size: 16px;
	line-height: 24px;
	color: #594C66;
	font-weight: 400;
}

.testimonial-section.home_five .testi_content img {
	position: relative;
	margin-top: -55px;
	z-index: 999;
	margin-bottom: 40px;
}

.testimonial-section.home_five .owl-carousel .owl-nav {
	display: block;
	position: absolute;
	top: -108px;
	right: -2px;
	width: auto;
}

.testimonial-section.home_five .owl-carousel .owl-nav .owl-prev,
.testimonial-section.home_five .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	padding: 5px;
}

.testimonial-section.home_five .owl-carousel .owl-nav .owl-next {
	padding-right: 0px;
}

.testimonial-section.home_five .owl-carousel .owl-nav .owl-prev span,
.testimonial-section.home_five .owl-carousel .owl-nav .owl-next span {
	display: inline-block;
	padding: 15px 20px;
	background: #c3c3c3;
	color: #fff;
	border-radius: 3px;
	font-size: 18px;
	transition: .5s ease-in-out;
	cursor: pointer;
	width: 46px;
	height: 46px;
}

.testimonial-section.home_five .owl-carousel .owl-nav .owl-prev span:hover,
.testimonial-section.home_five .owl-carousel .owl-nav .owl-next span:hover {
	background: #653F91;
}

.testimonial-section.home_five .client-carousel {
	margin-top: 50px;
}

.testimonial-section.home_five .client-carousel .owl-nav,
.testimonial-section.home_five .client-carousel .owl-nav.disabled {
	display: none!important;
}

.testimonial-section.home_five .client-carousel .owl-dots,
.testimonial-section.home_five .client-carousel .owl-dots.disabled {
	display: none!important;
}

.testimonial-section.home_five .testi_content:hover {
	-webkit-box-shadow: 0 53px 29px -46px rgba(9, 0, 0, .09);
	-moz-box-shadow: 0 53px 29px -46px rgba(9, 0, 0, .09);
	box-shadow: 0 53px 29px -46px rgba(9, 0, 0, .09);
	cursor: pointer;
}

.testimonial-section.home_five .owl-carousel .owl-item img {
	margin: 0 auto;
	display: block;
}

.testimonial-section.home_five .owl-dots .owl-dot {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
	border-radius: 50px;
	display: inline-block;
	background-color: #dedede;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	--webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.testimonial-section.home_five .owl-dots .owl-dot:hover,
.testimonial-section.home_five .owl-dots .owl-dot.active {
	background-color: #653F91;
	width: 14px;
	height: 14px;
}

.testimonial-section.home_five .owl-dots {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


/*-------------------popular_articles  hme-five---------------*/

.popular_articles.hme-five .popular_articles_content:hover .image img {
	transform: scale(1.2, 1.2);
}

.popular_articles.hme-five .popular_articles_content:hover h6 {
	color: #653F91;
	cursor: pointer;
}

.popular_articles.hme-five .popular_articles_content:hover a {
	text-decoration: underline;
	cursor: pointer;
}


/*-------------------price_table-hme-five---------------------------*/

.price_table.hme-five .price_table_content:hover a.theme-btn {
	background: #653F91;
	color: #fff;
}

.price_table.hme-five .price_table_content:hover {
	-webkit-box-shadow: 0 53px 29px -46px rgba(9, 0, 0, .09);
	-moz-box-shadow: 0 53px 29px -46px rgba(9, 0, 0, .09);
	box-shadow: 0 53px 29px -46px rgba(9, 0, 0, .09);
	cursor: pointer;
}


/*-----------------request_consult---------------*/

.request_consult.hme-five {
	position: relative;
	margin-top: -80px;
}

.request_consult_inner {
	position: relative;
	background: url(../image/hm-5-request.jpg);
	padding: 40px;
	border-radius: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.request_consult_inner h2 {
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
	margin: 0px;
	text-transform: uppercase;
}

.request_consult_inner p {
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	font-weight: 400;
}

.request_consult_inner a.theme-btn {
	background: #fff;
	color: #2F2D30;
	float: right;
	margin-top: 15px;
}

.home-page-one .main-slider h1 {
	color: #2F2D30
}

.home-page-one .main-slider h1 span {
	color: #653F91;
	font-weight: 800;
}

.home-page-one .main-slider .text {
	color: #6a6a6a;
	padding-right: 60px;
	margin-bottom: 40px;
}

.home-page-one .main-slider .link-box .theme-btn {
	text-transform: uppercase;
	font-size: 14px;
}

.home-page-one .main-slider .link-box .theme-btn.btn-dark {
	background: #000000;
	margin-left: 10px;
}

.home-page-one .main-slider .slide {
	height: 750px;
}

.home-page-two .main-slider h1 {
	color: #049d92;
	font-weight: 800;
	font-size: 55px;
	line-height: 70px;
}

.home-page-two .main-slider .text {
	color: #000000;
	font-weight: 600;
	padding-right: 140px;
	margin-bottom: 40px;
}

.home-page-two .main-slider .link-box .theme-btn {
	text-transform: uppercase;
	font-size: 14px;
	background: #AEA0BB;
}

.home-page-two .main-slider .link-box .theme-btn.btn-dark {
	background: #000000;
	margin-left: 10px;
}

.home-page-two .main-slider .slide {
	height: 750px;
}

.home-page-four .main-slider h1 {
	color: #fff;
	font-weight: 800;
	font-size: 50px;
	line-height: 60px;
}

.home-page-four .main-slider .text {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	padding-right: 140px;
	margin-bottom: 40px;
}

.home-page-four .main-slider .link-box .theme-btn {
	text-transform: uppercase;
	font-size: 14px;
	background: #fff;
	color: #2F2D30;
	font-weight: 700px;
	padding: 0px 30px;
}

.home-page-four .main-slider .slide {
	height: 750px;
}

.home-page-four .main-slider .slide {
	padding: 150px 0px 150px;
}


/*=======================================================================================================================================*/


/*----------------------------------------------------inner-pages----------------------------------------------------*/


/*=======================================================================================================================================*/

.blog-grid-section .blog-grid-inner:hover .image img {
	transform: scale(1.2, 1.2);
}

.blog-grid-section .blog-grid-inner:hover h2 a {
	color: #653F91;
	cursor: pointer;
}

.blog-grid-section .blog-grid-inner:hover a.rd-more {
	text-decoration: underline;
	cursor: pointer;
}

.blog-grid-section .filter-group ul li:after {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #fac012;
}

.blog-grid-section .btn-default:hover {
	border: none!important;
	box-shadow: none!important;
	color: #653F91;
}


/*-----------------pagination-----------------------*/

.pagination {
	position: relative;
}

.pagination_column {
	padding: 0px 0px 40px;
}

.pagination {
	padding: 10px;
}

.pagination li {
	position: relative;
	display: inline-block;
}

.pagination li a {
	border-radius: 3px;
	color: #2F2D30;
	font-weight: 800;
	padding: 12px 10px;
}

.pagination li:first-child a,
.pagination li:last-child a {
	background: #cccccc;
	color: #fff;
	padding: 12px 18px;
}

.pagination li:first-child a {
	margin-right: 10px;
}

.pagination li:last-child a {
	margin-left: 10px;
}

.pagination li:first-child:hover a,
.pagination li:last-child:hover a {
	background: #653F91;
	color: #fff;
}

.pagination li:hover a {
	color: #653F91;
	text-decoration: underline;
}


/*-----------------blog_with_sidebar-------------------*/

.sidebar_md_one .categories ul li::before {
	position: absolute;
	content: "\f0da";
	color: #767676;
	left: 0;
	top: -1px;
	font-size: 16px;
	font-family: 'FontAwesome';
}

.sidebar_md_one .categories ul li:hover a {
	padding-left: 8px;
	color: #653F91;
}

.sidebar_md_one .categories ul li:hover::before {
	color: #653F91;
}

.sidebar_md_one .categories ul li:hover a span {
	color: #653F91;
}

.popular_posts .posts_ .post_content h2:hover a {
	color: #653F91;
}

.tag_cloud {
	position: relative;
	margin-right: 65px;
	margin-bottom: 40px;
}

.tag_cloud .tags a {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #594C66;
	background: #f8f8f8;
	padding: 5px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: .5s ease-in-out;
}

.tag_cloud .tags a:hover {
	background: #653F91;
	color: #fff;
}

.blog_right_single .blog-single-inner:hover .image img {
	transform: scale(1.2, 1.2);
}

.blog_right_single .blog-single-inner .blog-content h2:hover a {
	color: #653F91;
}

.blog_right_single .blog-single-inner:hover .blog-content a.rd-more {
	text-decoration: underline;
}


/*-------------------blog_single_post_right-----------------*/

.blog_single_post_right .image.blog_sub_ban:hover img {
	transform: scale(1.2, 1.2);
}

.about_authour_description {
	position: relative;
	margin-bottom: 50px;
}

.about_authour_description h2 {
	font-size: 22px;
	line-height: 34px;
	font-weight: 700;
	color: #2F2D30;
	margin-bottom: 30px;
}

.about_authour_description p {
	color: #594C66;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.tage_and_share {
	position: relative;
	padding-bottom: 70px;
	border-bottom: 1px solid #eaeaea;
}

.tage_and_share .tags {
	float: left;
}

.tage_and_share .share {
	float: right;
}

.tage_and_share .tags ul li {
	transition: .5s ease-in;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #2F2D30;
	margin-right: 10px;
}

.tage_and_share .share ul li {
	transition: .5s ease-in;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #2F2D30;
	margin-left: 10px;
}

.tage_and_share .tags ul li a {
	color: #594C66;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.tage_and_share .share ul li a {
	color: #594C66;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.tage_and_share .tags ul li:hover a {
	color: #653F91;
}

.tage_and_share .share ul li:hover a {
	color: #653F91;
}

.suggesstions .popular_articles_content:hover .image img {
	transform: scale(1.2, 1.2);
}


textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 28px;
	color: #594C66!important;
	height: 50px;
	font-size: 14px;
	resize: none;
	border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid transparent;
	--webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}


/*---------------------------------------------department_gdthre_column -- department_gdfour_column------------------------------------------------------------------*/

.department_gdthre_column {
	position: relative;
	padding: 100px 0px 50px;
}

.department_gdthre_column .heading h1 {
	font-size: 30px;
	font-weight: 400;
	color: #2F2D30;
	line-height: 38px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.department_gdthre_column .heading h1 span {
	color: #653F91;
	font-weight: 800;
}

.department_gd_inner {
	position: relative;
	margin-bottom: 50px;
	transition: all .6s ease;
}

.department_gd_inner .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 3px;
}

.department_gd_inner .image img {
	border-radius: 3px;
	transform: scale(1.1, 1.1);
	transition: all .9s ease;
	width: 100%;
}

.department_gd_inner:hover .image img {
	transform: scale(1.2, 1.2);
}

.department_gd_inner .dp_content {
	position: relative;
	padding: 0px 30px 30px;
}

.department_gd_inner .dp_content h2 {
	font-size: 22px;
	line-height: 30px;
	color: #2F2D30;
	font-weight: 700;
	margin-bottom: 12px;
}

.dp_content h2 a {
	transition: all .9s ease;
	color: #2F2D30;
}

.department_gd_inner .dp_content p {
	color: #594C66;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

.department_gd_inner .dp_content a.read_ {
	font-size: 14px;
	color: #653F91;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: 700;
}

.department_gd_inner:hover {
	box-shadow: 0px 29px 54px -44px rgba(09, 0, 0, .21);
	-webkit-box-shadow: 0px 29px 54px -44px rgba(0, 0, 0, .21);
	-moz-box-shadow: 0px 29px 54px -44px rgba(0, 0, 0, .21);
	cursor: pointer;
}

.department_gdfour_column {
	position: relative;
	padding: 100px 0px 50px;
}

.department_gdfour_column .heading h1 {
	font-size: 30px;
	font-weight: 400;
	color: #2F2D30;
	line-height: 38px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.department_gdfour_column .heading h1 span {
	color: #653F91;
	font-weight: 800;
}

.department_gdfour_column .department_gd_inner .dp_content {
	position: relative;
	padding: 0px 25px 25px;
}


/*--------------------------------------department_listing-----------------------------------------*/

.department_listing {
	position: relative;
	padding: 100px 0px 50px;
}

.department_listing .heading h1 {
	font-size: 30px;
	font-weight: 400;
	color: #2F2D30;
	line-height: 38px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.department_listing .heading h1 span {
	color: #653F91;
	font-weight: 800;
}

.department_listing .department_list_inner {
	position: relative;
	margin-bottom: 50px;
	overflow: auto;
	background: #f8f8f8;
	cursor: pointer;
}

.department_listing .department_list_inner .image {
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}

.department_listing .department_list_inner .image img {
	border-radius: 3px;
	transform: scale(1.1, 1.1);
	transition: all .9s ease;
	width: 100%;
}

.department_listing .department_list_inner:hover .image img {
	transform: scale(1.2, 1.2);
}

.department_listing .department_list_inner:hover .li_dp_content h2 a {
	color: #653F91;
}

.department_listing .department_list_inner:hover .li_dp_content a.read_ {
	color: #653F91;
	text-decoration: underline;
}


/*--------------------------------------department_with_icom-----------------------------------------*/

.department_with_icon {
	position: relative;
	padding: 100px 0px;
}

.department_with_icon .department_inner_st {
	position: relative;
	box-shadow: 0px 0px .8px 0px #eaeaea;
}

.department_with_icon .heading h1 {
	font-size: 30px;
	font-weight: 400;
	color: #2F2D30;
	line-height: 38px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.department_with_icon .heading h1 span {
	color: #653F91;
	font-weight: 800;
}


/*-------------------departmet_sidebar_left department_with_sidebar----------------------------*/

.department_with_sidebar {
	position: relative;
	padding: 100px 0px 70px;
}

.departmet_sidebar_left {
	position: relative;
	margin-right: 60px; margin-bottom: 80px;
}

.departmet_sidebar_left .department_ {
	position: relative;
	margin-bottom: 50px;
}

.departmet_sidebar_left .department_ h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2F2D30;
	margin-bottom: 35px;
}

.departmet_sidebar_left .department_ ul li {
	list-style: none;
	position: relative;
}

.departmet_sidebar_left .department_ ul li a {
	transition: all .5s ease;
	display: block;
	padding: 10px;
	background: #f8f8f8;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #747474;
}

.departmet_sidebar_left .department_ ul li a ._icon {
	transition: all .5s ease;
	font-size: 20px;
	line-height: 20px;
	margin-right: 5px;
	color: #653F91;
}

.departmet_sidebar_left .department_ ul li a::after {
	transition: all .5s ease;
	position: absolute;
	content: '\f105';
	top: 10px;
	right: 20px;
	font-family: 'FontAwesome';
}

.departmet_sidebar_left .department_ ul li:hover a {
	background: #653F91;
	color: #fff;
}

.departmet_sidebar_left .department_ ul li:hover a span {
	color: #fff;
}

.department_with_sidebar .working_hours {
	background: #653F91;
	padding: 45px 25px 50px;
	margin-bottom: 50px;
	position: relative;
	border-radius: 3px;
}

.department_with_sidebar .working_hours h2 {
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 30px;
}

.department_with_sidebar .working_hours ul li {
	margin-bottom: 8px;
	list-style: none;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}

.department_with_sidebar .working_hours .theme-btn {
	width: 100%;
	background: #fff;
	margin-top: 25px;
	color: #653F91;
	font-weight: 800;
}

.department_with_sidebar .book_appoint_ment {
	background: #f1f1f1;
	position: relative;
	padding: 45px 25px 50px;
	margin-bottom: 50px;
}

.department_with_sidebar .book_appoint_ment h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2F2D30;
	margin-bottom: 35px;
}

.department_with_sidebar input[type="text"],
.department_with_sidebar input[name="date"],
.department_with_sidebar input[type="email"],
.department_with_sidebar input[type="phone"],
.department_with_sidebar textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 20px;
	color: #594C66!important;
	height: 50px;
	font-size: 14px;
	resize: none;
	border-radius: 3px;
	font-weight: 400;
	background: #fff;
	border: 1px solid transparent;
	--webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.department_with_sidebar input::placeholder,
.department_with_sidebar textarea::placeholder {
	color: #594C66!important;
}

.department_with_sidebar .appointment-btn {
	background: #653F91;
	color: #fff;
}


/*-----------------------------departmet_sidebar_right----------------------------*/

.departmet_sidebar_right h1 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2F2D30;
	margin-bottom: 25px;
}

.department_slide_show {
	position: relative;
	margin-bottom: 50px;
}

.department_slide_show {
	position: relative;
}

.department_slide_show .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	width: 100%;
	margin-top: -20px;
	transition: .5s ease;
}

.department_slide_show .owl-nav .owl-prev span {
	top: -7px;
	left: 3px;
}

.department_slide_show .owl-nav .owl-prev {
	position: absolute;
	left: 40px;
	width: 45px;
	height: 45px;
	color: #fff;
	padding-top: 0px;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	--webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.department_slide_show .owl-nav .owl-next {
	position: absolute;
	right: 45px;
	border-radius: 3px;
	width: 45px;
	height: 45px;
	color: #fff;
	padding-top: 0px;
	font-size: 21px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	--webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.department_slide_show .owl-nav .owl-prev:hover,
.department_slide_show .owl-nav .owl-next:hover {
	color: #ffffff;
	background-color: #653F91;
}

.department_slide_show .owl-nav span {
	position: relative;
	top: -3px;
	word-break: break-all;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	width: 15px;
	display: inline-block;
}

.department_slide_show .owl-nav .owl-prev span:before {
	bottom: -17px;
	position: absolute;
	left: 0px;
}

.department_slide_show .owl-nav .owl-next span:before {
	bottom: 1px;
	position: absolute;
	left: 5px;
}

.department_right_content .content_one {
	position: relative;
	margin-bottom: 30px;
}

.department_right_content .content_one p {
	font-size: 16px;
	line-height: 24px;
	color: #594C66;
	font-weight: 400;
}

.preventions {
	margin-bottom: 50px;
	position: relative;
}

.preventions h6 {
	font-size: 16px;
	line-height: 24px;
	color: #594C66;
	font-weight: 400;
	margin-bottom: 30px;
}

.preventions ul {
	position: relative;
}

.preventions ul li {
	position: relative;
	padding-left: 30px;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #594C66;
	font-weight: 400;
	margin-bottom: 10px;
}

.preventions ul li:before {
	position: absolute;
	content: '';
	width: 7px;
	top: 9px;
	height: 7px;
	left: 1px;
	background: #594C66;
	border-radius: 30px;
}

.preventions ul li:after {
	position: absolute;
	content: '';
	border: 1px solid #594C66;
	width: 11px;
	top: 7px;
	height: 11px;
	left: -1px;
	background: transparent;
	border-radius: 30px;
}

.type_treatment {
	position: relative;
	padding-bottom: 70px;
	border-bottom: 1px solid #eaeaea;
}

.type_treatment h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #2F2D30;
	margin-bottom: 25px;
}

.type_treatment ul li {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #594C66;
	font-weight: 400;
	margin-bottom: 14px;
}

.head_of_dp {
	position: relative;
	padding: 70px 0px 0px;
	margin-bottom: 70px;
	border-bottom: 1px solid #eaeaea;
}

.head_of_dp .head_content {
	position: relative;
	float: left;
}

.head_of_dp h1 span {
	color: #653F91;
	font-weight: 800;
}

.head_of_dp h1 {
	font-size: 28px;
	font-weight: 400;
	color: #2F2D30;
	line-height: 38px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.docto_name {
	position: relative;
	margin-bottom: 30px;
}

.docto_name h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #2F2D30;
}

.docto_name p {
	font-size: 16px;
	line-height: 24px;
	color: #594C66;
	font-weight: 400;
}

.head_of_dp .head_content p {
	font-size: 16px;
	line-height: 24px;
	color: #594C66;
	font-weight: 400;
	margin-bottom: 30px;
}

.head_of_dp .head_content ul {
	position: relative;
	margin-bottom: 50px;
}

.head_of_dp .head_content ul li {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #594C66;
	font-weight: 400;
	margin-bottom: 10px;
}

.head_of_dp .head_content ul li span {
	color: #2F2D30;
	font-weight: 700;
}

.head_of_dp .head_content a {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #653F91;
	font-weight: 700;
	margin-bottom: 30px;
}

.accordion.dep_faq {
	position: relative;
	padding-bottom: 70px;
	border-bottom: 1px solid #eaeaea;
}

.accordion.dep_faq h1 span {
	color: #653F91;
	font-weight: 800;
}

.accordion.dep_faq h1 {
	font-size: 28px;
	font-weight: 400;
	color: #2F2D30;
	line-height: 38px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.accordion.dep_faq .btn-link {
	font-weight: 700;
	color: #653F91;
	background-color: transparent;
	border: 0px;
	box-shadow: none;
	text-decoration: none !important;
	font-size: 20px;
	position: relative;
	padding: 15px 40px 15px 20px;
	display: inline-block;
	word-wrap: break-word;
	white-space: normal;
}

.accordion.dep_faq .btn-link.collapsed {
	color: #2F2D30;
}

.accordion.dep_faq .card-body {
	padding: 0px 20px 20px 20px;
}

.accordion.dep_faq .card-header {
	background: transparent;
	border: 0px;
	padding: 0px;
}

.accordion.dep_faq .card-body {
	white-space: normal;
	border-top: 0px;
	font-size: 16px;
	color: #594C66;
	line-height: 24px;
	font-weight: 400;
	word-break: break-all;
}

.accordion.dep_faq .card {
	margin-bottom: 10px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #eaeaea!important;
	border-radius: .25rem!important;
}

.accordion.dep_faq .btn-link {
	border-top: 4px solid #653F91;
	border-radius: 0px!important;
	position: relative;
	z-index: 10;
}

.accordion.dep_faq .btn-link.collapsed {
	border: 0px;
}

.accordion.dep_faq .card-header .btn .main {
	font-size: 15px;
	color: #2F2D30;
	float: right;
	font-weight: normal;
	padding-top: 4px;
	position: absolute;
	z-index: 10;
	right: 25px;
	top: 15px;
}

.accordion.dep_faq .btn-link .main.active-min {
	display: block;
	color: #653F91;
}

.accordion.dep_faq .btn-link.collapsed .main.active-min {
	display: none;
}

.accordion.dep_faq .btn-link .main.n-active {
	display: none;
}

.accordion.dep_faq .btn-link.collapsed .main.n-active {
	display: block;
}

.dp_case_study {
	position: relative;
	padding: 70px 0px 0px;
}

.dp_case_study .heading h1 span {
	color: #653F91;
	font-weight: 800;
}

.dp_case_study .heading {
	margin: 0px;
	position: relative;
	overflow: auto;
}

.dp_case_study .heading h1 {
	float: left;
	font-size: 28px;
	font-weight: 400;
	color: #2F2D30;
	line-height: 38px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.dp_case_study .heading p {
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
}

.dp_case_study p a {
	color: #653F91;
	text-decoration: underline;
}

.our_case_inner {
	position: relative;
	margin-bottom: 30px;
}

.dp_case_study .our_case_inner h2 {
	position: relative;
	font-size: 18px;
	color: #2F2D30;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 4px;
}

.dp_case_study .our_case_inner:hover h2 a {
	color: #653F91;
}

.dp_case_study .our_case_inner .image {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.dp_case_study .our_case_inner .image img {
	transform: scale(1.1, 1.1);
	transition: all .9s ease;
	width: 100%;
}

.dp_case_study .our_case_inner:hover .image img {
	transform: scale(1.2, 1.2);
}

.dp_case_study .our_case_inner p {
	font-size: 16px;
	font-weight: 400;
	color: #594C66;
	line-height: 24px;
}


/*------------dp_banner-------------*/


/*===========================================================pages===========================================================*/


/*------------------------case-grid----------------------------*/

.case-grid-inner:hover h2 a {
	color: #653F91;
}

.case-grid-inner:hover .image img {
	transform: scale(1.2, 1.2);
}

.case-grid-section .filter-group ul li:after {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #fac012;
}

.case-grid-section .btn-default:hover {
	border: none!important;
	box-shadow: none!important;
	color: #653F91;
}


/*------------------care_listing---------------------*/


/*----------------faqs-------------------*/

.faq_s {
	position: relative;
	padding: 100px 0px 70px;
}

.faq_s .pagination_column {
	padding: 60px 0px 40px;
}

.faq_s .pagination_column .pagination {
	text-align: center;
	display: block;
}

.faq_s .btn-link {
	font-weight: 700;
	color: #653F91;
	background-color: transparent;
	border: 0px;
	box-shadow: none;
	text-decoration: none !important;
	font-size: 20px;
	position: relative;
	padding: 15px 40px 15px 20px;
	display: inline-block;
	word-wrap: break-word;
	white-space: normal;
}

.faq_s .btn-link.collapsed {
	color: #2F2D30;
}

.faq_s .card-body {
	padding: 0px 20px 20px 20px;
}

.faq_s .card-header {
	background: transparent;
	border: 0px;
	padding: 0px;
}

.faq_s .card-body {
	white-space: normal;
	border-top: 0px;
	font-size: 16px;
	color: #594C66;
	line-height: 24px;
	font-weight: 400;
	word-break: break-all;
}

.faq_s .card {
	margin-bottom: 10px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #eaeaea!important;
	border-radius: .25rem!important;
}

.faq_s .btn-link {
	border-top: 4px solid #653F91;
	border-radius: 0px!important;
	position: relative;
	z-index: 10;
}

.faq_s .btn-link.collapsed {
	border: 0px;
}

.faq_s .card-header .btn .main {
	font-size: 15px;
	color: #2F2D30;
	float: right;
	font-weight: normal;
	padding-top: 4px;
	position: absolute;
	z-index: 10;
	right: 25px;
	top: 15px;
}

.faq_s .btn-link .main.active-min {
	display: block;
	color: #653F91;
}

.faq_s .btn-link.collapsed .main.active-min {
	display: none;
}

.faq_s .btn-link .main.n-active {
	display: none;
}

.faq_s .btn-link.collapsed .main.n-active {
	display: block;
}


/*------------------------------our-best-doctors-------------------*/

.best-doctors.pages {
	background: #fff;
}

.best-doctors.pages .best-doctor-outer {
	border: 1px solid #eaeaea
}

.best-doctors.pages .load-more {
	display: inline-block;
	min-width: 150px;
	min-height: 45px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	padding: 0px 20px;
	line-height: 45px;
	background: #653F91;
	border-radius: 3px;
	text-transform: uppercase;
}

.best-doctors.pages .view-more-doctors {
	padding: 35px 0px 30px;
}


/*-----------------------------single-page-------------------------*/

.testmonila_single_case .video-holder .flaticon-multimedia::after {
	position: absolute;
	content: '';
	background: rgb(255, 255, 255, .5);
	width: 79px;
	height: 79px;
	border-radius: 50px;
	left: -10px;
	z-index: -10;
	top: -13px;
}

.pagination_ {
	position: relative;
	padding: 80px 0px 0px;
}

.pagination_ ul li {
	list-style: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	float: left;
	width: 16.6667%;
	width: calc(100% / 3);
	text-align: center;
	box-sizing: border-box;
}

.pagination_ ul li a {
	color: #2F2D30;
}

.pagination_ ul li:first-child a span {
	margin-right: 15px;
}

.pagination_ ul li:first-child {
	text-align: left;
}

.pagination_ ul li:last-child {
	text-align: right;
}

.pagination_ ul li:last-child a span {
	margin-left: 15px;
}


/*---------------bookan-appointment--------------------*/

.ui-selectmenu-button.ui-button {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 28px;
	color: #594C66!important;
	height: 50px;
	font-size: 14px;
	resize: none;
	border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid transparent;
	--webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.ui-selectmenu-button.ui-button:after {
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome';
	right: 20px;
	color: #594C66;
	font-size: 16px;
	top: 10px;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 28px;
	color: #594C66!important;
	height: 50px;
	font-size: 14px;
	resize: none;
	border-radius: 0px;
	background: #fff;
	--webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border-bottom: 1px solid #eaeaea;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: 0px;
	background: #653F91;
	color: #fff!important;
}

.ui-widget.ui-widget-content {
	border: 1px solid #eaeaea;
	border-bottom: 0px!important;
	border-radius: 3px;
}

.book_appointment .theme-btn {
	background: #653F91;
	min-width: 250px;
	min-height: 50px;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
}

.book_appointment .form-group h6 {
	font-weight: 700;
	font-size: 16px;
	color: #2F2D30;
	line-height: 26px;
}

.book_appointment .form-group input::placeholder , .book_appointment  .form-group textarea::placeholder{ color: #594C66!important; }
.book_appointment .add-on{ right: 33px;}
.book_appointment input[type="checkbox"] {
	margin-right: 10px;
	border: 1px solid #eee;
	padding: 8px;
	border-radius: 0px;
}

.book_appointment .form-group.ck_box {
	position: relative;
	padding: 30px 0px 10px;
}

.book_appointment .form-group label {
	font-size: 16px;
	font-weight: 400;
	color: #594C66;
	line-height: 26px;
}

.book_appointment .contact_address_inner .contact_our_office {
	margin-bottom: 50px;
}

.book_appointment .form-group {
	margin-bottom: 25px;
}

.book_appointment h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
}

.book_appointment h1 span {
	font-weight: 800;
	color: #653F91;
}


/*--------------------------------single-doctors----------------------------------*/

.single_doctors {
	position: relative;
	padding: 100px 0px 70px;
}

.single_doctors_left {
	position: relative;
	margin-right: 60px;
}

.single_doctors .quick_profile {
	background: #653F91;
	padding: 45px 25px 50px;
	margin-bottom: 50px;
	position: relative;
	border-radius: 3px;
}

.single_doctors .quick_profile h2 {
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 30px;
}

.single_doctors .quick_profile ul li {
	margin-bottom: 15px;
	list-style: none;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}

.single_doctors .quick_profile .theme-btn {
	text-transform: uppercase;
	width: 100%;
	background: #fff;
	margin-top: 25px;
	color: #653F91;
	font-weight: 800;
}

.single_doctors .book_appoint_ment {
	background: #f1f1f1;
	position: relative;
	padding: 45px 25px 50px;
	margin-bottom: 50px;
}

.single_doctors .book_appoint_ment h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2F2D30;
	margin-bottom: 35px;
}

.single_doctors input[type="text"],
.single_doctors input[name="date"],
.single_doctors input[type="email"],
.single_doctors input[type="phone"],
.department_with_sidebar textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 20px;
	color: #594C66!important;
	height: 50px;
	font-size: 14px;
	resize: none;
	border-radius: 3px;
	font-weight: 400;
	background: #fff;
	border: 1px solid transparent;
	--webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.single_doctors input::placeholder,
.single_doctors textarea::placeholder {
	color: #594C66!important;
}

.single_doctors .appointment-btn {
	background: #653F91;
	color: #fff;
}

.single_doctors .single_doctor_right .heading h1 {
	margin-bottom: 0px;
	font-weight: 400;
	padding-bottom: 5px;
}

.single_doctors .single_doctor_right .heading h1 span {
	font-weight: 800;
	color: #653F91;
}

.single_doctors .single_doctor_right .contact_social_media ul li:last-child {
	margin: 0px;
}

.single_doctors .single_doctor_right .contact_social_media ul li {
	text-align: center;
}

.single_doctors .heading {
	margin-bottom: 60px;
}

.single_doctors .single_doctor_right .contact_social_media ul {
	padding-top: 15px;
}

.single_doc_banner {
	position: relative;
	margin-bottom: 50px;
}

.single_doctors .single_doctor_content .content_one {
	position: relative;
	margin-bottom: 50px;
}

.single_doctors .single_doctor_content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #594C66;
}

.simple_text h6 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #2F2D30;
	margin-bottom: 20px;
}

.simple_text ul li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #594C66;
	font-weight: 400;
	list-style: none;
	padding-left: 30px;
	position: relative;
}

.simple_text ul li::before {
	position: absolute;
	content: '';
	width: 7px;
	top: 9px;
	height: 7px;
	left: 1px;
	background: #594C66;
	border-radius: 30px;
}

.simple_text ul li::after {
	position: absolute;
	content: '';
	border: 1px solid #594C66;
	width: 11px;
	top: 7px;
	height: 11px;
	left: -1px;
	background: transparent;
	border-radius: 30px;
}

.simple_text {
	padding: 0px 0px 70px;
	position: relative;
	border-bottom: 1px solid #eaeaea;
}

.single_doctors .testimonial-section.hm-one {
	padding: 80px 0px;
	border-bottom: 1px solid #eaeaea;
}

.single_doctors .testimonial-section.hm-one .owl-carousel .owl-nav .owl-prev span,
.single_doctors .testimonial-section.hm-one .owl-carousel .owl-nav .owl-next span {
	font-size: 11px;
	padding: 18px 18px;
}

.single_doctors .dp_case_study {
	position: relative;
	margin-bottom: 70px;
}

.single_doctors .dp_case_study p a {
	font-weight: 700;
	line-height: 45px;
}

.single_doctors .dp_case_study .owl-dots.disabled,
.single_doctors .dp_case_study .owl-dots {
	display: block;
}

.single_doctors .dp_case_study .owl-dots {
	position: absolute;
	bottom: -45px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.single_doctors .dp_case_study .owl-dots .owl-dot {
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
	border-radius: 50px;
	display: inline-block;
	background-color: #d5d5d5;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	--webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.single_doctors .dp_case_study .owl-dots .owl-dot:hover,
.single_doctors .dp_case_study .owl-dots .owl-dot.active {
	background-color: #653F91;
	width: 14px;
	height: 14px;
}


/*---------------------------time-table--------------------------*/

.table_outer .table-striped tbody tr:nth-of-type(odd) {
	background: #fff;
}

.table_outer .table-striped tbody tr:nth-of-type(even) {
	background: #f9f9f9;
}

.table_outer .table-bordered td,
.table_outer .table-bordered th {
	border: 1px solid #f1f1f1;
}


.show>.btn-primary.dropdown-toggle {
	color: #fff!important;
}

.time_table .department_select button::before {
	position: absolute;
	content: '\f107';
	font-family: 'FontAwesome';
	right: 20px;
	color: #fff;
	font-size: 16px;
	top: 0px;
}

.time_table .table-bordered td:hover {
	background: #653F91;
	color: #fff!important
}

.time_table .table-bordered td:hover span {
	color: #fff;
}


/*-------------------------------------shop------------------------------*/

.shop_left_bar .widget_product_search .product-search:before {
	content: '\f002';
	position: absolute;
	top: 50%;
	right: 16px;
	color: #979797;
	font-family: 'FontAwesome';
	font-size: 14px;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shop_left_bar .widget_product_search .product-search:after {
	content: '';
	position: absolute;
	top: 0px;
	right: -1px;
	width: 50px;
	height: 52px;
	background: #f8f8f8;
	z-index: 9;
}

.shop_left_bar .categories ul li::before {
	position: absolute;
	content: "\f0da";
	color: #767676;
	left: 0;
	top: -1px;
	font-size: 16px;
	font-family: 'FontAwesome';
}

.shop_left_bar .categories ul li:hover a {
	padding-left: 8px;
	color: #653F91;
}

.shop_left_bar .categories ul li:hover::before {
	color: #653F91;
}

.shop_left_bar .categories ul li:hover a span {
	color: #653F91;
}


/*------------price-css---------------*/


/*----------shop-right-bar-------*/

.shop_right_bar .shop_products_outer:hover .image img {
	transform: scale(1.2, 1.2);
}

.shop_right_bar .shop_products_outer:hover .image .overlay_cart {
	opacity: 1;
	z-index: 9999;
	bottom: 10%;
	-webkit-transition: bottom .6s ease 0s, opacity .6s;
	transition: bottom .6s ease 0s, opacity .6s;
}

.pagination_column_shop {
	text-align: center;
	display: block;
	position: relative;
	padding: 40px 0px 0px;
}

.pagination_column_shop .pagination {
	text-align: center;
	display: block;
}


/*----------------------shop_cart_------------------------------*/

.field {
	position: relative;
}

.field input {
	width: 100%;
	text-align: center;
	height: 46px;
	background: #f8f8f8;
	line-height: 46px;
	border: 0px;
	box-shadow: none;
	width: 120px;
	-webkit-appearance: none;
}

.field button {
	position: absolute;
	background: transparent;
	border: 0px;
	box-shadow: none;
	height: 46px;
	line-height: 46px;
	width: 30px;
	z-index: 10;
}

.field .sub {
	left: 1px;
	top: 0px;
	font-size: 16px;
	color: #2F2D30;
	font-weight: 600;
}

.field .add {
	right: 25px;
	top: 0px;
	font-size: 16px;
	color: #2F2D30;
	font-weight: 600;
}

.shop_cart_ .shipping ul li:hover:before {
	position: absolute;
	content: '';
	width: 7px;
	top: 9px;
	height: 7px;
	left: 1px;
	background: #000;
	border-radius: 30px;
}

.shop_cart_ .shipping ul li:after {
	position: absolute;
	content: '';
	border: 1px solid #000;
	width: 11px;
	top: 7px;
	height: 11px;
	left: -1px;
	background: transparent;
	border-radius: 30px;
}


/*---------------------product-details---------------------------*/

.flex-direction-nav a.flex-next:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	display: inline-block;
	content: '\f105'!important;
	color: #653F91;
	text-shadow: none;
}

.flexslider {
	margin-bottom: 30px;
}

.flex-direction-nav a.flex-prev:before {
	font-family: 'FontAwesome';
	font-size: 20px;
	display: inline-block;
	content: '\f104'!important;
	color: #653F91;
	text-shadow: none;
}

.product_details_outer .tab-content>.tab-pane ul li:before {
	position: absolute;
	content: '';
	width: 7px;
	top: 9px;
	height: 7px;
	left: 1px;
	background: #594C66;
	border-radius: 30px;
}

.product_details_outer .tab-content>.tab-pane ul li:after {
	position: absolute;
	content: '';
	border: 1px solid #594C66;
	width: 11px;
	top: 7px;
	height: 11px;
	left: -1px;
	background: transparent;
	border-radius: 30px;
}

.product_details_outer .shop_products_outer:hover .image img {
	transform: scale(1.2, 1.2);
}

.product_details_outer .shop_products_outer:hover .image .overlay_cart {
	opacity: 1;
	z-index: 9999;
	bottom: 10%;
	-webkit-transition: bottom .6s ease 0s, opacity .6s;
	transition: bottom .6s ease 0s, opacity .6s;
}


/*---------------------------Checkout_-----------------------------*/


textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 28px;
	color: #594C66!important;
	height: 50px;
	font-size: 14px;
	resize: none;
	border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid transparent;
	--webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.payment_options ul li:after {
	position: absolute;
	content: '';
	border: 1px solid #000;
	width: 11px;
	top: 9px;
	height: 11px;
	left: -1px;
	background: transparent;
	border-radius: 30px;
}

.payment_options ul li:hover:before {
	position: absolute;
	content: '';
	width: 7px;
	top: 11px;
	height: 7px;
	left: 1px;
	background: #000;
	border-radius: 30px;
}


/*--------------------all-btn-hovers-------------------------*/


/*--.home-page-one .main-slider .theme-btn:hover{ background: #000000; color: #fff;}
.home-page-one .main-slider .theme-btn.btn-dark:hover{ background: #653F91; color: #fff;}--*/

.sbar_color_one .theme-btn:hover {
	background: #2F2D30;
	color: #fff;
}

.sbar_color_one .view-doctors:hover {
	background: #2F2D30;
	color: #fff;
}

.sbar_color_one .mak_appointment a:hover {
	color: #653F91
}

.sbar_color_two .theme-btn:hover {
	background: #2F2D30!important;
	color: #fff!important;
}

.sbar_color_two .footer.type_two .theme-btn:hover {
	background: #fff!important;
	color: #AEA0BB!important;
}

.sbar_color_three .theme-btn:hover {
	background-image: -webkit-gradient(linear, left top, right top, from(#4D336B), to(#653F91));
	background-image: linear-gradient(to right, #4D336B, #4D336B, #653F91);
	color: #fff;
}

.sbar_color_three .view-doctors:hover {
	background-image: -webkit-gradient(linear, left top, right top, from(#4D336B), to(#653F91));
	background-image: linear-gradient(to right, #4D336B, #4D336B, #653F91);
	color: #fff;
}

.sbar_color_three .appointment-btn:hover {
	color: #2F2D30;
}

.sbar_color_five .about_content .theme-btn:hover {
	background: #fff!important;
	color: #653F91!important;
}

.ui-datepicker .ui-datepicker-header{ padding: 0px; }
.ui-widget.ui-widget-content{ border: 0px; background: #fff;}
.ui-widget-header{background: #653F91; border-radius: 3px ; border: 0px; padding: 6px 10px;}
.ui-state-hover.ui-datepicker-next-hover{ background: transparent!important; border: 0px; top: 2px;}
.ui-datepicker .ui-datepicker-title{ padding: 6px 10px; color: #fff; font-weight: 700; font-family: 'Inter', system-ui, sans-serif; line-height: 30px; }
.ui-datepicker th{ font-size: 14px; font-weight: 700; font-family: 'Inter', system-ui, sans-serif; line-height: 30px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover,
 html .ui-button.ui-state-disabled:active{ border: 0px; background: #fff; text-align: center; border-radius: 3px;}
.ui-state-hover.ui-datepicker-prev-hover{ background: transparent!important;border: 0px; top: 2px;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{ color: #fff; background: #653F91;}
.ui-datepicker .ui-datepicker-prev-hover {
	left:2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ui-datepicker .ui-datepicker-next:before {
    content: '\f105';
    font-family: 'flaticon';
    position: absolute;
    z-index: 10;
    color: #fff;
    font-size: 10px;
    top: 6px;
    left: 0px;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '\f104';
    font-family: 'flaticon';
    position: absolute;
    z-index: 10;
    color: #fff;
    font-size: 10px;
    top: 6px;
    right: 0px;
}

.form-control:focus{ box-shadow: none; }
