/*
@font-face {
	font-family: poppins_medium;
	src: url(../font/Poppins-Medium.ttf);
}
*/

* {
	font-family: 'Montserrat', sans-serif;
}
html {
	overflow-x: hidden;
}
html::-webkit-scrollbar {
width:10px;
height:5px;
}
html::-webkit-scrollbar-thumb {
background:-webkit-gradient(linear, left top, left bottom, from(#ff8a00), to(#da1b60));
background:linear-gradient(to bottom, #ff8a00, #da1b60);
border-radius:20px;
-webkit-box-shadow:inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
box-shadow:inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25)
}
html::-webkit-scrollbar-track {
 background:linear-gradient(to right, #201c29, #201c29 1px, #100e17 1px, #100e17);
}
html, body {
	overflow-x: hidden;
}
a {
	text-decoration: none !important;
}
/**** Owl Carousel *****/

.owl-nav {
	display: none;
}
.owl-dots {
	margin-top: 3rem;
}
.owl-dot span {
	color: #FFF;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60)) !important;
	background: -moz-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60)) !important;
	background: -o-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60)) !important;
	background: -ms-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60)) !important;
	background: linear-gradient(to right, #ff8a00, #da1b60) !important;
}
.owl-two.owl-theme .owl-dots .owl-dot span {
	background-color: #FFF !important;
}

.owl-three.owl-theme .owl-dots .owl-dot span {
	background-color: #6d6565 !important;
}


/*
.owl-item {
	width: 1000px !important;
}
*/

/*****************************/

/*********  Alert PopUp ***************************/
.modal#alert_popup {
	z-index: 9999;
}
#alert_popup p.title {
	font-weight: bolder;
	font-size: 26px;
	color: #FFF;
	letter-spacing: 1px;
}
#alert_popup p.reason {
	font-size: 18px;
	color: #FFF;
}
#alert_popup p.icon {
	color: #FFF;
}
#alert_popup .modal-content {
	background: -webkit-linear-gradient(45deg, #543093 32%, #d960ae 100%);
	background: -moz-linear-gradient(45deg, #543093 32%, #d960ae 100%);
	background: -ms-linear-gradient(45deg, #543093 32%, #d960ae 100%);
	background: -o-linear-gradient(45deg, #543093 32%, #d960ae 100%);
	background: linear-gradient(45deg, #543093 32%, #d960ae 100%);
}
/************************************/


#alert_popup #modal_body #offer_form_div .form-control {
	border-radius: 0px;
}
/******* Toast alert animate bar *****/


#toast {
	visibility: hidden;
	max-width: 50px;
	height: 50px;
	/*margin-left: -125px;*/
	margin: auto;
	/*    background-color: #ff8a00;*/
	
	background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: -moz-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: -o-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: -ms-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: linear-gradient(to right, #ff8a00, #da1b60);
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 30px;
	font-size: 17px;
	white-space: nowrap;
}
#toast #img {
	width: 50px;
	height: 50px;
	float: left;
	padding-top: 16px;
	padding-bottom: 16px;
	box-sizing: border-box;
	/*    background-color: #ff8a00;*/
	
	
	background: -webkit-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -moz-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -o-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -ms-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: linear-gradient(to right, #da1b60, #ff8a00);
	color: #fff;
}
#toast #desc {
	color: #fff;
	padding: 16px;
	overflow: hidden;
	white-space: nowrap;
}
#toast.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}
 @-webkit-keyframes fadein {
 from {
bottom: 0;
opacity: 0;
}
 to {
bottom: 30px;
opacity: 1;
}
}
 @keyframes fadein {
 from {
bottom: 0;
opacity: 0;
}
 to {
bottom: 30px;
opacity: 1;
}
}
 @-webkit-keyframes expand {
 from {
min-width: 50px
}
 to {
min-width: 500px
}
}
 @keyframes expand {
 from {
min-width: 50px
}
 to {
min-width: 500px
}
}
@-webkit-keyframes stay {
 from {
min-width: 500px
}
 to {
min-width: 500px
}
}
 @keyframes stay {
 from {
min-width: 500px
}
 to {
min-width: 500px
}
}
@-webkit-keyframes shrink {
 from {
min-width: 500px;
}
 to {
min-width: 50px;
}
}
 @keyframes shrink {
 from {
min-width: 500px;
}
 to {
min-width: 50px;
}
}
 @-webkit-keyframes fadeout {
 from {
bottom: 30px;
opacity: 1;
}
 to {
bottom: 60px;
opacity: 0;
}
}
 @keyframes fadeout {
 from {
bottom: 30px;
opacity: 1;
}
 to {
bottom: 60px;
opacity: 0;
}
}
/**************************/


#logo_section_bg #call_us_div {
	color: #EEE;
	font-weight: 600;
	text-align: right;
}

#logo_section_bg #call_us_div a {
	color: #EEE;
	font-weight: 600;
	text-align: right;
}

#logo_section_bg #call_us_div a:hover {
	color: #da9d40;
}

.hr { border-top: 1px solid rgba(220, 33, 91, 0.3); }

.f12 {
	font-size: 12px;
}
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }

.cogSpin svg {
	color: #da1b60;
}

/*
.wave::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 100%;
	height: 100px;
	background-image: url(../images/wave.svg);
	background-size: cover;
	z-index: 7;
}
*/
.wave_down::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 100%;
	height: 100px;
	background-image: url(../images/wave_down.svg);
	background-size: cover;
	z-index: 7;
}
.wave_down_multi::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 100%;
	background-size: 100% 150px;
	top: -2px;
	height: 150px;
	transform: rotateY(180deg);
	background-image: url(../images/wave_down_multi.svg);
	z-index: 7;
}
.wave_down_voilet::after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0%;
	width: 100%;
	height: 100px;
	background-image: url(../images/wave_down_voilet.svg);
	background-size: cover;
	z-index: 7;
}
.half_line::after {
	content: "";
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: -moz-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: -o-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: -ms-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: linear-gradient(to right, #ff8a00, #da1b60);
	width: 100%;
	position: absolute;
	bottom: -2px;
	left: 0;
	border-radius: 2px;
}
.type_headline {
	font-weight: 600;
	font-size: 40px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 10px;
}
.type_headline span {
	background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: -moz-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: -o-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: -ms-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: linear-gradient(to right, #ff8a00, #da1b60);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}
.type_headline::after {
	position: absolute;
	background: linear-gradient(to right, #da1b60, #ff8a00);
	height: 2px;
	content: '';
	width: 10%;
	right: 45%;
	bottom: 0%;
}
.type_label {
	background: -webkit-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -moz-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -ms-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -o-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: linear-gradient(to right, #da1b60, #ff8a00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}
.type_label {
	font-weight: 700;
	font-size: 20px;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #00d6a3;
}
.type_label.dark {
	color: #033b4a;
}
.type_body {
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 20px;
	color: #6e6e6e;
}
.type_body:hover {
	color: #000;
}
.type_body.text-white-50:hover {
	color: #FFF !important;
}
.meet_our_experts {
	max-width: 650px;
}
.qustion {
	color: #404040;
	font-weight: 600;
}

#load_more {
	padding: 15px 25px;
}

#load_more_loading {
	width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: #FFF;
    border-radius: 100%;
    -webkit-animation: circle_pump 1.0s infinite ease-in-out;
    animation: circle_pump 1.0s infinite ease-in-out;
}

@-webkit-keyframes circle_pump {
    0% {
		-o-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}
    100% {
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-moz-transform: scale(1.0);
        -webkit-transform: scale(1.0);
		transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes circle_pump {
    0% { 
        -o-transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
    } 100% {
        -o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-moz-transform: scale(1.0);
        -webkit-transform: scale(1.0);
		transform: scale(1.0);
        opacity: 0;
    }
}

#doctor_profile .card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

#doctor_profile .card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
	height: 200px;
}

#doctor_profile .card-img-top {
    display: block;
    width: 100%;
    height: auto;
	height: 250px;
}

#doctor_profile .card-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2857em;
	color: #da9d40;
}

#doctor_profile .card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

#doctor_profile .card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

#doctor_profile .card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

#doctor_profile .profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

#doctor_profile .profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#doctor_profile .meta {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, .4);
}

#doctor_profile .meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

#doctor_profile .meta a:hover {
    color: rgba(0, 0, 0, .87);
}


#faqs .qustion, #faqs .qustion:focus, #faqs .qustion:hover {
	border-radius: 0px;
	border-color: #ff8802 !important;
	background-color: #FFF;
	border: 1px solid;
	padding: 5px;
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
	white-space: normal;
	cursor: pointer;
}
#faqs .qustion.active {
	color: #FFF;
	background: -webkit-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -moz-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -ms-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -o-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: linear-gradient(to right, #da1b60, #ff8a00);
}
.rotate_up_arrow {
	transform: rotate(180deg);
	-webkit-transition: all .4s ease;
}
ul#tooth ul#tooth li {
	padding-left: 2.6em;
}
#tooth li {
	padding-left: 1.3em;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
#tooth li:before {
	content: "\f5c9";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-weight: 900;
	font-size: 14px;
	margin-left: 0em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	background: -webkit-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -moz-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -ms-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -o-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: linear-gradient(to right, #da1b60, #ff8a00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}
section.sticky_top {
	background-color: #000;
}
section.sticky_top a, section.sticky_top span {
	color: rgba(255,255,255,0.85);
	font-weight: bold;
	font-size: 14px;
}
#services {
	margin-top: 3rem;
}
#services_icon {
	box-shadow: 0 10px 22px 10px rgba(27,38,49,.1);
	cursor: pointer;
	height: 450px;
}
/*
#services_icon:hover {
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
*/
#services_icon .w-100 {
/*
	position: relative;
	top: -20px;
*/
}
#services_icon .figure {
	transition: transform .2s;
	top: -53px;
	position: relative;
	z-index: 99;
	display: none;
}
#services_icon .image {
	position: relative;
	margin: 0 -15px;
	margin-top: -15px;
	margin-bottom: 15px;
	overflow: hidden;
}
#services_icon .image img {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
#services_icon:hover .image img {
	transform: scale(1.2);
}
.daimond_shape {
	display: inline-block;
	width: 90px;
	box-shadow: 0 10px 22px 10px rgba(27,38,49,.1);
	height: 90px;
	background-color: #FFF;
	/*    border-radius: 10px;*/
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.daimond_shape_reverse {
	/* display: inline-block; */
	width: 90px;
	height: 90px;
	/* text-align: center; */
	line-height: 83px;
	margin: auto 0;	
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#services_icon .daimond_shape::before {
	/*	border-radius: 10px;*/
	box-sizing: border-box;
	/*  transform: translateX(100%);*/
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
}
#services_icon .daimond_shape::after {
	/*	border-radius: 10px;*/
	box-sizing: border-box;
	/*  transform: translateX(-100%);*/
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;/*	transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;*/
}
#services_icon:hover .daimond_shape::before {
	transition: 0.1s transform linear, 0.1s height linear 0.1s;
	transform: translateX(0);
	height: 100%;
	/*  border-color: #dd3774;*/
	
	border-image: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	border-image: -moz-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	border-image: -o-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	border-image: -ms-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	border-image: linear-gradient(to right, #ff8a00, #da1b60);
	border-image-slice: 1;
}
#services_icon:hover .daimond_shape::after {
	transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
	transform: translateX(0);
	height: 100%;
	/*  border-color: #dd3774;*/
	border-image: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	border-image: -moz-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	border-image: -o-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	border-image: -ms-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	border-image: linear-gradient(to right, #ff8a00, #da1b60);
	border-image-slice: 1;
}
#services_icon:hover .figure {
	-ms-transform: scale(1.2) !important;
	-webkit-transform: scale(1.2) !important;
	transform: scale(1.2) !important;
}
.scrollTop {
	display: none;
	cursor: pointer;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 3%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	transition: all 0.4s ease-in-out 0s;
	background: url(../images/arrow-up.png) no-repeat 0px 0px;
}
#scrollTopIcon {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
}

.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #999;
    left: 15px;
    z-index: 100;
}
.whats-app:hover {
	color: #FFFFFF;
}

.my-float {
    margin-top: 10px;
}

#logo_section_bg {
	background-color: #000 !important;
}

nav.navbar {
	z-index: 9999;
	-webkit-transition: transform .5s, background-color .5s;
	-moz-transition: transform .5s, background-color .5s;
	-ms-transition: transform .5s, background-color .5s;
	-o-transition: transform .5s, background-color .5s;
	transition: transform .5s, background-color .5s;
/*	background-color: #000 !important;*/
	margin-top: 105px;
	background-color: rgba(0, 0, 0, 1) !important;
}
nav.navbar {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#nav_bar_section nav.bg_lite_dark {
/*	background-color: rgba(0, 0, 0, 0.8) !important;*/
	background-color: rgba(0, 0, 0, 1) !important;
	margin-top: 0px !important;
}
.dropdown-menu {
	background-color: #000;
	padding: 0px;
}
.dropdown-menu a {
	padding: .5rem 1.5rem;
}
#menu li {
	margin-right: 5px;
}
#menu li a, #menu-right li a {
	position: relative;
	transition: background-color .5s, color .5s, line-height .5s, height .5s;
	color: rgba(255,255,255,0.85);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu li a span {
	padding: 10px 0;
	position: relative;
	text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
#menu li:hover, #menu li.active {
	background-color: rgba(255,255,255,0);
}
#menu li:hover a span::before, #menu li.active a span::before {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
#menu li a span::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scale3d(0, 5, 1);
	transform: scale3d(0, 5, 1);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	transition: transform 0.3s cubic-bezier(1, 0.68, 0.16, 0.9);
	background-color: #d80077;
}
#menu li:hover a, #menu li.active a {
	color: #d80077;
}
.rm-txt-shadow #menu li:hover a span, .rm-txt-shadow #menu li.active a span {
	text-shadow: none;
}
nav .navbar-brand {
	color: #ffffff;
	font-size: 25px;
	font-weight: 800;
	/*    font-family: Montserrat,sans-serif;*/
	letter-spacing: 0;
	/*    word-spacing: px;*/
	padding: 20px 0px;
	text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.shrink_navbar_brand {
	padding: 0px !important;
	text-shadow: none !important;
}
.logo:hover, .logo {
	/*
	background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
	background: linear-gradient(to right, #ff8a00, #da1b60);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
*/
	color: #f35626;
	background-image: -webkit-linear-gradient(180deg, #f35626, #feab3a);
	background-image: -ms-linear-gradient(180deg, #f35626, #feab3a);
	background-image: -o-linear-gradient(180deg, #f35626, #feab3a);
	background-image: -moz-linear-gradient(180deg, #f35626, #feab3a);
	-webkit-background-clip: text;
	-ms-background-clip: text;
	-moz-background-clip: text;
	-o-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	-webkit-animation: hue 60s infinite linear;
	-moz-animation: hue 60s infinite linear;
	-ms-animation: hue 60s infinite linear;
	-o-animation: hue 60s infinite linear;
}
@-webkit-keyframes hue {
 from {
 -webkit-filter: hue-rotate(0deg);
 -moz-filter: hue-rotate(0deg);
 -o-filter: hue-rotate(0deg);
 -ms-filter: hue-rotate(0deg);
}
 to {
 -webkit-filter: hue-rotate(-360deg);
 -ms-filter: hue-rotate(-360deg);
 -moz-filter: hue-rotate(-360deg);
 -o-filter: hue-rotate(-360deg);
}
}
#scroll_point {
	margin-top: 5rem;
}
.youtube_link span.youtube_icon {
	transition: .5s ease;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #cc181e;
	background: url(../images/youtube.png) center center no-repeat;
	width: 64px;
	height: 64px;
}
/*
.carousel-item {
	height: 100vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/
.carousel-caption {
	position: relative;
	z-index: auto;
	animation-duration: .7s;
	animation-delay: .9s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	-webkit-animation-name: fadeBottom;
	-moz-animation-name: fadeBottom;
	-ms-animation-name: fadeBottom;
	-o-animation-name: fadeBottom;
	animation-name: fadeBottom;
}
#caption1 {
	/*	top: 63%;*/
	top: 29%;
	left: -25%;
}
#caption2 {
	/*
	top: 63%;
	left: -25%;
*/
	top: 35%;
	left: -9%;
}
#caption3 {
	top: 42%;
	left: 0%;
}
@-webkit-keyframes fadeBottom {
0% {
opacity:0;
-webkit-transform:translateY(20%)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@-moz-keyframes fadeBottom {
0% {
opacity:0;
-moz-transform:translateY(20%)
}
100% {
opacity:1;
-moz-transform:translateY(0)
}
}
@-o-keyframes fadeBottom {
0% {
opacity:0;
-o-transform:translateY(20%)
}
100% {
opacity:1;
-o-transform:translateY(0)
}
}
@keyframes fadeBottom {
0% {
opacity:0;
transform:translateY(20%)
}
100% {
opacity:1;
transform:translateY(0)
}
}
.carousel-caption img {
	/*
	background-color: rgba(255,255,255,1);
	border-radius: 25px;
*/
	width: 250px;
}
.book_appointment_bg {
	background: url(../images/book_appointment.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 90vh;
	position: relative;
}
.book_appointment_bg.overlay::before {
	/*    z-index: 2;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.1);
}
.book_appointment_bg.overlay:hover::before {
	background: rgba(0, 0, 0, 0);
}
#book_form_div {
	background-color: rgba(0,0,0,0.5);
	padding: 2rem 5rem;
}
#book_form_div .form-control {
	background-color: transparent;
	background-image: linear-gradient(to right, #ff005e 0, #ff7101 70%);
	background-repeat: no-repeat;
	background-position: 0 calc(100% + 3px), 0 0;
	background-size: 100% 3px;
	box-shadow: none;
	border: 0;
	border-bottom: 2px solid #ff005e;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	line-height: 1.5;
	outline: 0 none;
	padding: .25rem 0;
	transition: border-color .2s linear;
	letter-spacing: 1px;
	color: #FFF;
}
#book_form_div .form-control:focus, #book_form_div .form-control:hover {
	/*	border-color: transparent !important;*/
	border-bottom: 2px solid #ff7101;
}
#book_form_div .form-control::placeholder {
 color: #FFF;
 opacity: 1;
}
#book_form_div .form-control:-ms-input-placeholder {
 color: #FFF;
}
#book_form_div .form-control::-ms-input-placeholder {
 color: #FFF;
}
.submit-btn {
	/*	line-height: 42px;*/
	border-radius: 25px;
	border: none;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
	position: relative;
	/*
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
*/
	cursor: pointer;
	background-image: -moz-linear-gradient(0deg, #da1b60 0%, #ff8a00 100%);
	background-image: -webkit-linear-gradient(0deg, #da1b60 0%, #ff8a00 100%);
	background-image: -ms-linear-gradient(0deg, #da1b60 0%, #ff8a00 100%);
	background-image: -o-linear-gradient(0deg, #da1b60 0%, #ff8a00 100%);
	transition: -o-background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	transition: -moz-background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	transition: -webkit-background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	transition: -ms-background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	transition: background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.submit-btn:hover {
	background-image: -moz-linear-gradient(50deg, #ff8a00 0%, #da1b60 100%);
	background-image: -webkit-linear-gradient(50deg, #ff8a00 0%, #da1b60 100%);
	background-image: -ms-linear-gradient(50deg, #ff8a00 0%, #da1b60 100%);
	background-image: -o-linear-gradient(50deg, #ff8a00 0%, #da1b60 100%);
}
.arrow-btn {
	/*	line-height: 42px;*/
/*    border-radius: 25px;*/
	border: none;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	background-image: -moz-linear-gradient(0deg, #da1b60 0%, #ff8a00 100%);
	background-image: -webkit-linear-gradient(0deg, #da1b60 0%, #ff8a00 100%);
	background-image: -ms-linear-gradient(0deg, #da1b60 0%, #ff8a00 100%);
	background-image: -o-linear-gradient(0deg, #da1b60 0%, #ff8a00 100%);
	transition: -o-background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	transition: -moz-background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	transition: -webkit-background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	transition: -ms-background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	transition: background 0.6s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.arrow-btn svg {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.arrow-btn:hover {
	background-image: -moz-linear-gradient(50deg, #ff8a00 0%, #da1b60 100%);
	background-image: -webkit-linear-gradient(50deg, #ff8a00 0%, #da1b60 100%);
	background-image: -ms-linear-gradient(50deg, #ff8a00 0%, #da1b60 100%);
	background-image: -o-linear-gradient(50deg, #ff8a00 0%, #da1b60 100%);
}
.arrow-btn:hover svg {
	margin-left: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.link-btn:link, a.link-btn:visited {
	position: relative;
	padding: 10px 25px;
	color: #555;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	z-index: 9;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.link-btn {
	border-width: 2px;
	border-style: solid;
	-moz-border-image: -moz-linear-gradient(140deg, #da1b60 0%, #ff8a00 100%);
	-webkit-border-image: -webkit-linear-gradient(140deg, #da1b60 0%, #ff8a00 100%);
	border-image: linear-gradient(140deg, #da1b60 0%, #ff8a00 100%);
	-ms-border-image: -ms-linear-gradient(140deg, #da1b60 0%, #ff8a00 100%);
	-o-border-image: -o-linear-gradient(140deg, #da1b60 0%, #ff8a00 100%);
	border-image-slice: 1;
}
a.link-btn:link:hover, a.link-btn:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.link-btn:link::after, a.link-btn:visited::after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.link-btn::after {
	/*    background: #ff4e00;*/
	background: -webkit-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -moz-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -o-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: -ms-gradient(linear, left top, right top, from(#da1b60), to(#ff8a00));
	background: linear-gradient(to right, #da1b60, #ff8a00);
	-o-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
a.link-btn:link:hover::after, a.link-btn:visited:hover::after {
	height: 450%;
}
#home_contact_bg {
	background: -webkit-linear-gradient(135deg, #ff9c00 30%, #ed5e5d 70%), url("../images/moving_icons_background.svg");
	background: -moz-linear-gradient(135deg, #ff9c00 30%, #ed5e5d 70%), url("../images/moving_icons_background.svg");
	background: -ms-linear-gradient(135deg, #ff9c00 30%, #ed5e5d 70%), url("../images/moving_icons_background.svg");
	background: -o-linear-gradient(135deg, #ff9c00 30%, #ed5e5d 70%), url("../images/moving_icons_background.svg");
	background: linear-gradient(135deg, #ff9c00 30%, #ed5e5d 70%), url("../images/moving_icons_background.svg");
	background-blend-mode: multiply;
	background-position: center;
	background-attachment: fixed;
	-webkit-animation: loop 20s linear infinite;
	-moz-animation: loop 20s linear infinite;
	-ms-animation: loop 20s linear infinite;
	-o-animation: loop 20s linear infinite;
	animation: loop 20s linear infinite;
}
@-webkit-keyframes loop {
 0% {
 background-position:0% -100%
}
 100% {
 background-position:0% 200%
}
}
@-moz-keyframes loop {
 0% {
 background-position:0% -100%
}
 100% {
 background-position:0% 200%
}
}
/*
@-ms-keyframes loop {
 0% {
 background-position:0% -100%
}
 100% {
 background-position:0% 200%
}
}
*/
@-o-keyframes loop {
 0% {
 background-position:0% -100%
}
 100% {
 background-position:0% 200%
}
}
@keyframes loop {
 0% {
 background-position:0% -100%
}
 100% {
 background-position:0% 200%
}
}
.about_us_bg {
	/*	background: url(../images/aboutus.jpg) 383px -358px no-repeat;*/
	background: url(../images/aboutus.jpg) 777px -45px no-repeat;
	background-attachment: fixed;
	background-size: contain;
	height: 59vh;
	position: relative;
}
#doctors_list_bg {
	background-color: #4559b2;
}
/*
#doctors_list {
	padding: 0;
	list-style: none;
	margin-bottom: 2.5em;
}
#doctors_list div {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -10px;
	margin-right: -10px;
	transition: all .15s ease-in-out;
	animation-timing-function: ease-in-out;
}
#doctors_list div img {
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.2);
	border-radius: 100%;
}
#doctors_list div:hover {
	margin-left: 30px;
	margin-right: 30px;
}
*/

#doctors_list_bg #doctors_list_carousel {
	padding: 0px 15rem;
}

#doctors_list_bg #doctors_list_carousel #doctor_img img {
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.2);
	border-radius: 100%;
}

#doctors_list_bg #doctors_list_carousel .doctor_content {
	font-size: 15px;
    /* font-weight: bold; */
    text-transform: none;
    line-height: 1.1em;
    letter-spacing: 0.6px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.55);
}

#doctors_list_bg #doctors_list_carousel .doctor_person_name {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1em;
    letter-spacing: 5px;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.55);
}

.clinic {
	margin-top: 13rem;
	max-width: 600px;
}
.clinic_bg {
	background: url(../images/clinic.jpg) 0px -75px no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100vh;
	position: relative;
}
.clinic_bg.overlay::before {
	/*    z-index: 2;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.1);
}
.clinic_bg.overlay:hover::before {
	background: rgba(0, 0, 0, 0);
}
.clinic p {
	font-weight: 600;
	font-size: 14px;
}



/*Home page Contact 3 icon animated Start*/

/*
.contact-us {
	padding: 40px 0;
	background: rgba(0,128,255,0.7)
}
.contact-us .logo-links {
	width: 100%
}
.contact-us .logo-links ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column
}
.contact-us .logo-links li {
	margin: 0 0 40px
}
.contact-us .logo-links li:last-of-type {
	margin-bottom: 0
}
.contact-us .logo-links li, .contact-us .logo-links a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	padding: 0
}

.contact-us .logo-links svg {
	margin-bottom: 25px
}
.contact-us .logo-links p {
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	opacity: 1
}
*/
@-webkit-keyframes pinTop {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
50% {
-webkit-transform:translate3d(0, -7%, 0);
transform:translate3d(0, -7%, 0)
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes pinTop {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
50% {
-webkit-transform:translate3d(0, -7%, 0);
transform:translate3d(0, -7%, 0)
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@-webkit-keyframes pulsate {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes pulsate {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
60% {
-webkit-transform:translateY(-5px);
transform:translateY(-5px)
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
60% {
-webkit-transform:translateY(-5px);
transform:translateY(-5px)
}
}
@-webkit-keyframes pinCircleTop {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
50% {
-webkit-transform:translate3d(0, -14%, 0);
transform:translate3d(0, -14%, 0)
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes pinCircleTop {
0% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
50% {
-webkit-transform:translate3d(0, -14%, 0);
transform:translate3d(0, -14%, 0)
}
100% {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.icon-phone svg, .icon-letter svg, .icon-map svg {
/*
	width: 34px;
	height: 34px
*/
}
.icon-phone svg path {
	fill: #fff
}
.icon-letter svg .st0, .icon-letter svg .st1, .icon-letter svg .st2, .icon-letter svg .st3, .icon-letter svg .st4 {
	fill: #fff
}
.icon-map .st0, .icon-map .st1 {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-miterlimit: 10
}
.icon-map .st1 {
	transition: opacity 1s ease
}
.icon-map .st2 {
	fill: #fff
}
.icon_message p a, .icon_message p {
	margin: 0;
	color: #FFF;
}
/*Home page Contact 3 icon animated end*/



#testimonial_bg {
	background: url(../images/green_purple_collection.svg), linear-gradient(111deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
	background-attachment: fixed;
	background-blend-mode: soft-light;
	background-color: initial;
	background-size: cover;
	height: auto;
	position: relative;
}
.testimonial_content {
	font-size: 17px;
	/*    font-weight: bold;*/
	text-transform: none;
	line-height: 1.1em;
	letter-spacing: 0.5px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.55);
}
.testimonial_content svg {
	color: #F88805;
}
.testimonial_person_name {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1em;
	letter-spacing: 5px;
	text-shadow: 0px 0px 10px rgba(255,255,255,0.55);
}

/* .footer #button {
	width: 35px;
	height: 35px;
	border-width: 12px;
	border-style: solid;
	-moz-border-image: -moz-linear-gradient(140deg, #da1b60 0%, #ff8a00 100%);
	-webkit-border-image: -webkit-linear-gradient(140deg, #da1b60 0%, #ff8a00 100%);
	border-image: linear-gradient(140deg, #da1b60 0%, #ff8a00 100%);
	-ms-border-image: -ms-linear-gradient(140deg, #da1b60 0%, #ff8a00 100%);
	-o-border-image: -o-linear-gradient(140deg, #da1b60 0%, #ff8a00 100%);
	border-image-slice: 1;
	border-radius: 35px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.footer #button:hover {
	width: 35px;
	height: 35px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
} */
/* .footer {
	bottom: 0px;
	left: 0;
	position: fixed;
	width: 100%;
	height: 2em;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 999;
}
.footer:hover {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	height: 10em;
} */
.footer { width: 100%; }
.footer #container {
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8) !important;
	color: #FFF;
}
.footer a {
	color: #FFF;
}
.footer .doctor_name {
	font-weight: 800;
}
#map {
	position: relative;
	margin-bottom: 25rem;
}
#map iframe {
	width: 100%;
	min-height: 30em;
}
#map #contact_page_div {
	/*    width: 70%;*/
	position: absolute;
	background-color: #fff;
	bottom: -80%;
	/*    left: 15%;*/
	-webkit-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
	box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
}

#index_map {
	position: relative;
}

#index_map iframe {
	width: 100%;
	min-height: 20rem;
	border: 0;
}

#gallery .gallery_p15 {
	padding: 15px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search svg {
	padding: 7px;
}

#table thead {
    background-color: #fde484;
    color: #f15a22;
}
.table.table-bordered td {
    padding: 0.5rem !important;
    vertical-align: middle !important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

/*
.box13 {
	position: relative;
	transition: all .2s ease-out 0s;
	text-align: center;
}
.box13 img {
	width: 288px;
	height: 280px;
}
.box13 .box-content, .box13::after {
	position: absolute;
	left: 20px;
	right: 20px;
}
.box13 .box-content {
	top: 45%;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translate(10%, -30%);
	transform: translate(10%, -30%);
	transition: all .2s ease-out 0s;
}
.box13:after {
	content: "";
	display: block;
	background: #000;
	top: 20px;
	bottom: 20px;
	opacity: 0;
	transform: rotate3d(-1, 1, 0, 100deg);
	transition: all .4s ease-in-out 0s;
}
.box13:hover .box-content {
	opacity: 1;
	transform: translate(0, -50%);
	transition-delay: .2s;
}
.box13:hover::after {
	opacity: .9;
	transform: rotate3d(0, 0, 0, 0deg);
}
.box13 .title {
	display: block;
	font-size: 22px;
	color: #da9d40;
	margin: 0 0 10px;
}
.box13 .post {
	display: block;
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 20px;
	text-transform: capitalize;
	padding-left: .5rem;
	padding-right: .5rem;
}
.box13 .social {
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
}
.box13 .social li {
	display: inline-block;
}
.box13 .social li a {
	display: block;
	width: 35px;
	height: 35px;
	background: #da9d40;
	border-radius: 50%;
	font-size: 15px;
	color: #fff;
	line-height: 35px;
	margin-right: 5px;
	transition: all .4s ease-in-out 0s;
}
*/
#specialize_box .hover {
	float: left;
	box-shadow: 0 10px 22px 10px rgba(27,38,49,.1);
	height: 500px;
}
#specialize_box .hover .image {
	width: 100%;
	/*	height: 100%;*/
	overflow: hidden;
	float: left;
	position: relative;
}
#specialize_box .hover img {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	position: relative;
}
#specialize_box:hover img {
	transform: scale(1.2);
}
/******* Blog **************/

#blog_mini {
	border: 1px solid #e4e1eb;
	box-shadow: 0px 20px 30px -40px rgba(0, 0, 0, 0.2);
	background: #fff;
	height: 390px;
	position: relative;
	transition: all 0.2s ease;
	top: 0px;
}
#blog_mini:hover {
	top: -5px;
	box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.2);
}
#blog_mini .blog_category {
	color: #ed5e5d;
	font-size: 0.6875rem;
	text-transform: uppercase;
	font-weight: 900;
	display: inline-block;
	letter-spacing: 0.025em;
}
#blog_mini #blog_author {
	font-size: 0.875rem;
	font-weight: lighter;
	color: #b7b2bf;
}
#blog_mini #blog_author a {
	color: #b7b2bf;
	text-decoration: none;
}
#blog_mini .image {
	position: relative;
	/*	margin: 0 -15px;*/
/*	margin-top: -15px;*/
	margin-bottom: 15px;
	overflow: hidden;
}
#blog_mini .image img {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	position: relative;
	width: 100%;
	height: 200px;
}
#blog_mini:hover .image img {
	transform: scale(1.2);
}
#blog_mini .blog_title {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	/*	text-transform: uppercase;*/
	color: #ff8a00;
}
#blog_mini .underline {
	width: calc(100%);
	background-image: -webkit-linear-gradient(transparent calc(100% - 2px), #da1b60 1px);
	background-image: -moz-linear-gradient(transparent calc(100% - 2px), #da1b60 1px);
	background-image: -ms-linear-gradient(transparent calc(100% - 2px), #da1b60 1px);
	background-image: -o-linear-gradient(transparent calc(100% - 2px), #da1b60 1px);
	background-image: linear-gradient(transparent calc(100% - 2px), #da1b60 1px);
	background-repeat: no-repeat;
	-webkit-background-size: 0% 100%;
	background-size: 0% 100%;
	-webkit-transition: -webkit-background-size 1s;
	transition: -webkit-background-size 1s;
	transition: background-size 1s;
	transition: background-size 1s, -webkit-background-size 1s;
}
#blog_mini:hover .underline {
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
#blog_mini .image.orange {
	background-color: #efab4b;
	background-image: -webkit-gradient(linear, left top, right top, from(#efab4b), to(#bb4343));
	background-image: -moz-gradient(linear, left top, right top, from(#efab4b), to(#bb4343));
	background-image: -ms-gradient(linear, left top, right top, from(#efab4b), to(#bb4343));
	background-image: -o-gradient(linear, left top, right top, from(#efab4b), to(#bb4343));
	background-image: -webkit-linear-gradient(left, #efab4b, #bb4343);
	background-image: -moz-linear-gradient(left, #efab4b, #bb4343);
	background-image: -ms-linear-gradient(left, #efab4b, #bb4343);
	background-image: -o-linear-gradient(left, #efab4b, #bb4343);
	background-image: linear-gradient(to right, #efab4b, #bb4343);
}
#blog_mini .image.red_blue {
	background-color: #ff5b8b;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff5b8b), to(#021e7c));
	background-image: -moz-gradient(linear, left top, right top, from(#ff5b8b), to(#021e7c));
	background-image: -ms-gradient(linear, left top, right top, from(#ff5b8b), to(#021e7c));
	background-image: -o-gradient(linear, left top, right top, from(#ff5b8b), to(#021e7c));
	background-image: -webkit-linear-gradient(left, #ff5b8b, #021e7c);
	background-image: -moz-linear-gradient(left, #ff5b8b, #021e7c);
	background-image: -ms-linear-gradient(left, #ff5b8b, #021e7c);
	background-image: -o-linear-gradient(left, #ff5b8b, #021e7c);
	background-image: linear-gradient(to right, #ff5b8b, #021e7c);
}
#blog_mini .image::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: '';
	z-index: 50;
	-webkit-transition: .2s opacity;
	transition: .2s opacity;
	opacity: 0.5;
	background-color: inherit;
	background-image: inherit;
}
.single_blog_post .blog_post_header_meta .blog_category {
	margin: 0 0 1em 0;
	color: #f3723f;
	font-size: 0.6875rem;
	text-transform: uppercase;
	font-weight: 900;
	/*    color: #454249;*/
	display: inline-block;
	letter-spacing: 0.025em;
}
.single_blog_post .blog_post_title {
	font-size: 2rem;
	line-height: 1em;
}
.single_blog_post .author_about {
	overflow: auto;
	margin: 1em 0;
}
.single_blog_post .blog_author_name {
	color: #454249;
	font-size: 100%;
}
.single_blog_post .author_about li a {
	color: #212529;
}
/*
		.single_blog_post .post_author_avatar {
			    width: 4em;
    height: 4em;
    position: relative;
    overflow: hidden;
    background-color: grey;
		}
		.single_blog_post .post_author_avatar img{
			left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    max-width: none;
		}
*/
		
		
		
/*
		.single_blog_post .share_sidebar {
			    width: 6.77966%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 7.47458%;
		}
		.single_blog_post .post_social_media {
			    padding: 1em;
    width: 100%;
    height: 345px;
    left: inherit;
    margin: 0 auto 1.25rem auto;
		}
		.single_blog_post .social_media_share {
			    margin-bottom: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
		}
		.single_blog_post .social_media_title {
			    font-size: 0.6875rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #454249;
    display: inline-block;
    letter-spacing: 0.025em;
		}
		.single_blog_post .social_media_share li {
			    margin: 1em 0;
    display: block;
		}
*/
.single_blog_post #like_blog {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
.single_blog_post #like_blog .blog_list::before, .single_blog_post #like_blog .blog_list::after {
	content: '';
	display: inline-block;
	width: 33%;
	border-bottom: 1px solid #c0daee;
	vertical-align: middle;
	margin: 0 2em;
}
/***************************/

/******Login*************/

body.login_bg_img {
	background-image: url("../images/login_bg_img.webp");
	background-repeat: no-repeat;
	/*    background-position: center;*/
	background-size: cover;
}
.login_div {
	width: 500px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.form-title {
	display: block;
	font-weight: 600;
	font-size: 39px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 49px;
}
.login_div .fields {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 23px;
}
.login_div .labels {
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	padding-left: 7px;
}
.login_div .input {
	outline: none;
	border: none;
	font-size: 16px;
	color: #333333;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 55px;
	background: transparent;
	padding: 0 7px 0 43px;
}
.login_div .focus-input {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.login_div .focus-input::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: #da1b60;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.login_div .focus-input::after {
	content: attr(data-symbol);
	font-family: Material-Design-Iconic-Font;
	color: #adadad;
	font-size: 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: calc(100% - 20px);
	bottom: 0;
	left: 0;
	padding-left: 13px;
	padding-top: 3px;
}
.login_div .input:focus {
	border-color: transparent !important;
}
.login_div .input:focus+ .focus-input::before {
	width: 100%;
}
.login_div .input:focus+ .focus-input::after {
	color: #da1b60;
}
.login_div a {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.login_div a:hover {
	text-decoration: none;
	color: #a64bf4;
}
/**********************/


/********Create Blog**************/

#create_blog .btn-primary, #update_blog .btn-primary {
	border-radius: 0.2rem 0px 0px 0.2rem;
}
#add_user {
	padding: 0px 20rem;
}
/*********************/

#equipments {
	box-shadow: 0 0 0 1px rgba(0,0,0,.15);
}
#equipments .equipments img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}
#equipments:hover .equipments img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

/********************/



@media screen and (min-width: 1440px) {
.wave::after {
	height: 130px;
}
/*
.contact-us .logo-links svg {
	margin-bottom: 25px;
}
*/
}

@media (min-width:1188px) {
/*
.contact-us {
	padding: 50px 0;
}
*/
.icon-phone:hover .st1, #icon_phone:hover .st1 {
	-webkit-animation-name: pulsate;
	animation-name: pulsate;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.icon-phone:hover .st2, #icon_phone:hover .st2 {
	-webkit-animation-name: pulsate;
	animation-name: pulsate;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
.icon-letter:hover svg, #icon_letter:hover svg {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.icon-map:hover svg .st0, #icon_map:hover svg .st0 {
	-webkit-animation-name: pinTop;
	animation-name: pinTop;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.icon-map:hover svg .st1, #icon_map:hover svg .st1 {
	opacity: 0.4;
}
.icon-map:hover svg .st2, #icon_map:hover svg .st2 {
	-webkit-animation-name: pinCircleTop;
	animation-name: pinCircleTop;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
}

@media (min-width:1024px) {
/*
.contact-us .logo-links ul {
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row
}
.contact-us .logo-links li {
	margin: 0 25px
}
.contact-us .logo-links a {
	padding-left: 20px
}
.contact-us .logo-links svg {
	margin-bottom: 25px
}
.contact-us .logo-links p {
	font-size: 18px;
	line-height: 22px
}
*/
.icon-phone svg, .icon-letter svg, .icon-map svg {
/*
	width: 70px;
	height: 70px;
*/
/*	padding: 20px 0 0;*/
}
}

@media only screen and (min-width: 769px) {
.mt-sm-10rem {
	margin-top: 10rem;
}
.px-sm-10rem {
	padding-left: 10rem;
	padding-right: 10rem;
}
.py-sm-2rem {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-sm-5rem {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
}

@media only screen and (max-width: 768px) {
#doctors_list div {
	display: inline-block;
	margin: 5px;
}
}

@media only screen and (max-width: 480px) {
	#carousel_section {
		margin-top: 5.5rem;
	}
	#scroll_point {
       margin-top: 6rem;
    }
/*
.carousel-item {
	background-size: 800px 735px;
	background-position: -279px 0;
}
*/
#nav_bar_section nav.navbar {
	margin-top: 0px;
	background-color: rgba(0, 0, 0, 1) !important;
}
nav.bg_lite_dark {
	background-color: rgba(0, 0, 0, 1) !important;
}
.book_appointment_bg {
	height: 80vh;
}
#book_form_div {
	padding: 1rem 2rem;
}
.type_headline {
	font-size: 35px;
}
.wave::after {
	display: none;
}
.testimonial_div {
	padding: 3rem 0px;
}
.icon-phone, .icon-letter, .icon-map, .icon_message {
	text-align: center;
}
.icon-phone svg, .icon-letter svg, .icon-map svg {
	width: 70px;
	height: 70px;
	padding: 20px 0 0;
}
.wave_down_voilet::after {
	height: 60px;
}
.meet_our_experts {
	margin-top: 8rem;
}
.footer {
	bottom: 0px;
}
.footer:hover {
	height: 13rem;
}
.clinic {
	margin-top: 7rem;
}
.clinic_bg {
	height: 78vh;
}
.qustion {
	font-size: 0.7rem;
}
.type_label {
	font-size: 16px;
}
#tooth li {
	font-size: 0.8rem;
}
#tooth li:before {
	font-size: 12px;
}
#map {
	margin-bottom: 30rem;
}
#map iframe {
	min-height: 40rem;
}
#services {
	margin-top: 0px;
}
#services_icon {
	height: auto;
}
#doctors_list_bg #doctors_list_carousel {
	padding: 0px;
}
.single_blog_post #like_blog .blog_list::before, .single_blog_post #like_blog .blog_list::after {
	width: 5%;
}
	.testimonial_pic img {
		width: 50%;
	}
}

@media only screen and (max-width: 360px) {
.carousel-item {
	background-size: 800px 735px;
	background-position: -311px 0;
}
.type_headline {
	font-size: 30px;
}
}

@media only screen and (max-width: 320px) {
}
