/*--------------------------------------------------------------------------------------
Theme Name: DENTIST
Theme URI: http://quomodotheme.website
Author URI: http://quomodotheme.website
Description: 100% Responsive, Highly Customizable, SEO Friendly Dentist HTML template using Twitter Bootstrap Latest, Search Engine Friendly.
Author: QuomodoTheme
Version: 1.0
----------------------------------------------------------------------------------------
   1. BASE CSS
    2. TOP AREA
		2.1 MAINMENU AREA
        2.2 WELCOME SLIDER AREA
	3. ABOUT AREA
	4. SERVICE AREA
	5. TEAM AREA
	6. PROMOTIONS AREA
	7. TESTMONIAL AREA
	8. APPOINMENT AREA
	9. CONTACT AREA
	10. FOOTER AREA
    11. SCROLL TO TOP
    12. PRELOADER
----------------------------------------------------------------------------------------*/


/*--------------------
   1. BASE CSS
----------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');
.p-0 {
	padding: 0 !important;
}
.m-0 {
	margin: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.map-col {
	margin-top: 5rem;
}
.nav-button {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#92fe9d), to(#00c9ff)) repeat scroll 0 0 !important;
	color: white;
	border: 1px solid white;
  padding: 1rem !important;
	border-radius: 3rem;
}
.nav-button:hover {
	background: transparent !important;
	color: black !important;
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#92fe9d), to(#00c9ff)) repeat scroll 0 0;
}
.nav-button::before{
	background: transparent !important;
	color: black !important;
	/* background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#92fe9d), to(#00c9ff)) repeat scroll 0 0; */
	border-radius: 3rem !important;
	border: 1px solid white;
	padding: 1rem !important;
	height: 5rem !important;
}

.sample-cases {
	margin-left: 11.5%;
}
.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

/* .image {
  display: block;
  width: 100%;
  height: auto;
} */

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
	width: 92.5%;
	margin-left: 15px;
	margin-right: 15px;
	opacity: 0;
  transition: .5s ease;
	background-color: rgba(128,128,128, 0.6);
}

.thumb:hover .overlay {
  opacity: 1;
} 

.text {
  color: white;
  font-size: 20px;
	position: absolute;
	width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	text-align: center;
	padding: 0 1rem;
}

a {
	color: #252525;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:focus,
a:hover {
	background: none;
	color: inherit;
	outline: 0;
	text-decoration: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: none;
}

button:focus {
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0 0 15px;
}

html,
body {
	height: 100%
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	color: #252525;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar-header .collapse,
.navbar-toggle {
	border: 2px solid #ffffff;
	border-radius: 0;
}

.navbar-toggle .icon-bar {
	background: #ffffff none repeat scroll 0 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title {
	margin-bottom: 80px;
	position: relative;
}


/*-----------------------------------------*/

.area-title-and-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}

.area-icon {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#92fe9d), to(#00c9ff)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #92fe9d, #00c9ff) repeat scroll 0 0;
	color: transparent;
	font-size: 80px;
	height: 80px;
	line-height: 1;
	margin-right: 20px;
	width: 80px;
	-webkit-background-clip: text;
	-ms-background-clip: text;
	background-clip: text;
}

.area-title-and-icon>h2 {
	margin: 0;
}

.section-padding {
	padding: 50px 0;
}

.padding-top {
	padding-top: 0;
}

.padding-bottom {
	padding-bottom: 50px;
}

.padding-left {
	padding-left: 50px;
}

.padding-right {
	padding-right: 50px;
}

.margin-bottom {
	margin-bottom: 50px;
}

.margin-top {
	margin-top: 50px;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.gray-bg {
	background: #f4f7f7;
}

.dark-bg {
	background: #262626;
	color: #ffffff;
}


/*--------------------------
    2. TOP AREA
---------------------------*/

.top-area {
	height: 100%;
	position: relative;
	width: 100%;
}

.top-area-bg {
	background: rgba(0, 0, 0, 0) url("img/slider/slide_1.jpg") no-repeat scroll center center / cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-area-bg::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
}


/*---------------------------------
    2.1 MAINMENU AREA
-----------------------------------*/

.header-top-area {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.mainmenu-area {
	position: relative;
	z-index: 9999;
}

.mainmenu-area-bg {
	background: #fff none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.is-sticky .meanmenu-reveal {
	margin-top: -3.5rem;
}

.is-sticky .mainmenu-area-bg {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	opacity: 1;
}

.navbar {
	border-bottom: 0 none;
	border-top: 0 none;
	margin-bottom: 0;
}

.logo {
	/*	display: inline-block;*/
	margin-top: 6px;
	margin-left: -2rem;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	/*	position: relative;
	z-index: 999999;*/
}
.main-navigation {
	margin-right: -2.5rem;
}

.is-sticky .logo {
	margin-top: 3px;
}

.is-sticky .navbar-header {
	margin-top: 5px;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand>img {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 35%;
	margin: auto 0;
}

.is-sticky .navbar-brand>img {
	width: 25%;
}

a.navbar-brand {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: inherit;
	text-transform: uppercase;
}

.navbar-brand {
	height: auto;
}

.is-sticky .mainmenu-area {
	z-index: 99999;
}

.mainmenu {
	float: right;
}

.mainmenu li {
	display: inline;
	margin: 0 0.8rem;
}

.mainmenu li a {
	background: none;
	display: inline-block;
	padding: 30px 10px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.mainmenu li a::before {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#92fe9d), to(#00c9ff)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #92fe9d, #00c9ff) repeat scroll 0 0;
	border-radius: 50px;
	content: "";
	height: 30px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: -1;
}

.mainmenu li a:hover,
.mainmenu li.active a {
	background: none;
	color: #ffffff;
}

.mainmenu li a:hover::before,
.mainmenu li.active a:before {opacity: 1;}

.is-sticky .mainmenu li a {
	padding: 15px 10px;
	    cursor: pointer;
}

.mean-container .mean-bar {
	background: transparent none repeat scroll 0 0;
	min-height: 0;
	padding: 0;
}

.mean-container a.meanmenu-reveal {
	border: 1px solid #464646;
	color: #252525;
	margin-top: -5rem;
	padding: 4px 5px;
	position: absolute;
}

.mean-container a.meanmenu-reveal span {
	background: #252525 none repeat scroll 0 0;
}

.mean-container .mean-nav {
	margin-top: 10px;
}


/*-----------------------------------
    2.2 TOP BAR AREA
------------------------------------*/

.top-bar {
	background: #2c2b3b none repeat scroll 0 0;
	border-top: 1px solid #00c9ff;
	color: #fff;
}

.top-call-to-action {
	margin-top: 5px;
}

.top-call-to-action p {
	margin-bottom: 5px;
}

.top-call-to-action a {
	color: #fff;
	margin-left: 10px;
}

.right-social-bookmark {
	text-align: right;
}

.social-bookmark li {
	display: inline;
	margin: 0 -2px;
}

.social-bookmark li a {
	color: #fff;
	display: inline-block;
	min-width: 30px;
	padding: 7px;
	position: relative;
	z-index: 1;
}

.social-bookmark li a::before {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#92fe9d), to(#00c9ff)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #92fe9d, #00c9ff) repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: -1;
}

.social-bookmark li a:hover::before {
	opacity: 1;
}

.social-bookmark li a:hover {
	color: #fff;
}


/*-----------------------------------
    2.2 WELCOME SLIDER AREA
-------------------------------------*/

.welcome-slider-area {
	height: 100%;
	position: relative;
	z-index: 9;
}

.welcome-slider-area.owl-carousel div:not(.owl-controls) {
	height: 100%;
}

.welcome-single-slide {
	z-index: 9;
	position: relative;
}

.welcome-single-slide:before {
	background: #000 url(img/pattarn.png);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.welcome-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	margin-bottom: 15px;
	margin-right: 15px;
	position: relative;
	padding-top: 100px;
	top: 0;
	width: 100%;
}

.welcome-text h1 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 5px;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;
}

.welcome-text h2 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	background: #ddd none repeat scroll 0 0;
	border: 1px solid #00c9ff;
	color: #252525;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	padding: 15px;
	text-transform: uppercase;
}

.welcome-text p {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

.call-to-action {
	display: inline-block;
	height: auto !important;
	margin-bottom: 0;
	margin-top: 20px;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.call-to-action a {
	border: 2px solid;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	letter-spacing: 2px;
	margin: 0 5px;
	overflow: hidden;
	padding: 10px 30px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.call-to-action a::before {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#92fe9d), to(#00c9ff)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #92fe9d, #00c9ff) repeat scroll 0 0;
	border: 2px solid;
	border-radius: 50px;
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: -1;
}

.call-to-action a.transparent::before {
	opacity: 0;
}

.call-to-action a.transparent:hover::before {
	opacity: 1;
}

.call-to-action a:hover::before {
	opacity: 0;
}

.slider-bg-one {
	background: url(img/slider/1.1.webp) no-repeat scroll center center / cover;
}

.slider-bg-one-mobile {
	background: url(img/slider/mobile/1.1.webp) no-repeat scroll center center / cover;
}

.slider-bg-two {
	background: url(img/slider/2.webp) no-repeat scroll center center / cover;
}

.slider-bg-two-mobile {
	background: url(img/slider/mobile/2.webp) no-repeat scroll center center / cover;
}

.slider-bg-three {
	background: url(img/slider/3.webp) no-repeat scroll center center / cover;
}

.slider-bg-three-mobile {
	background: url(img/slider/mobile/3.webp) no-repeat scroll center center / cover;
}

.slider-bg-four {
	background: url(img/slider/4.webp) no-repeat scroll center center / cover;
}

.slider-bg-four-mobile {
	background: url(img/slider/mobile/4.webp) no-repeat scroll center center / cover;
}

.tab-pane {
	height: 47.5rem;
	border: 2px solid #5B9CD6;
}
/*custom css*/
.captcha_wrap {
    position: absolute;
    top: 5px;
    right: 0;
    color: #000;
}

.captcha_wrap span {
    margin-right: 10px;
}

.captcha_wrap button {
    border: none;
    background: transparent;
    color: #000;
    box-shadow: none !important;
    outline: none;
    cursor: pointer;
}

.modelcall.button.TEnquiry {
    position: fixed;
    right: 0;
    z-index: 9;
    width: 85px;
    height: 85px;
    background: #16455c;
    line-height: 85px;
    text-align: center;
    color: #fff;
    top: 50%;
}

.phoneicon {
    font-size: 46px;
    color: #c4a859;
    cursor: pointer;
    float: left;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    display: flex;
}
#modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 999;
}
.footerbox h5 {
    font-size: 28px;
}
#modal-container.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one .modal-background .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out .modal-background .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two {
    transform: scale(1);
}

#modal-container.two .modal-background {
    background: transparent;
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two .modal-background .modal {
    opacity: 0;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two + .content {
    animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out {
    animation: quickScaleDown 0s .5s linear forwards;
}

#modal-container.two.out .modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out .modal-background .modal {
    animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out + .content {
    animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three {
    z-index: 0;
    transform: scale(1);
}

#modal-container.three .modal-background {
    background: rgba(0, 0, 0, 0.6);
}

#modal-container.three .modal-background .modal {
    animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three + .content {
    z-index: 1;
    animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three.out .modal-background .modal {
    animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.three.out + .content {
    animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four {
    z-index: 0;
    transform: scale(1);
}

#modal-container.four .modal-background {
    background: rgba(0, 0, 0, 0.7);
}

#modal-container.four .modal-background .modal {
    animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four + .content {
    z-index: 1;
    animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four.out .modal-background .modal {
    animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.four.out + .content {
    animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.five {
    transform: scale(1);
}

#modal-container.five .modal-background {
    background: transparent;
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.five .modal-background .modal {
    transform: translateX(-1500px);
    animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.five.out {
    animation: quickScaleDown 0s .5s linear forwards;
}

#modal-container.five.out .modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.five.out .modal-background .modal {
    animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six {
    transform: scale(1);
}

#modal-container.six .modal-background {
    background: transparent;
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six .modal-background .modal {
    background-color: transparent;
    animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six .modal-background .modal h2,
#modal-container.six .modal-background .modal p {
    opacity: 0;
    position: relative;
    animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six .modal-background .modal .modal-svg rect {
    animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out {
    animation: quickScaleDown 0s .5s linear forwards;
}

#modal-container.six.out .modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out .modal-background .modal {
    animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out .modal-background .modal h2,
#modal-container.six.out .modal-background .modal p {
    animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.six.out .modal-background .modal .modal-svg rect {
    animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven {
    transform: scale(1);
}

#modal-container.seven .modal-background {
    background: transparent;
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven .modal-background .modal {
    height: 75px;
    width: 75px;
    border-radius: 75px;
    overflow: hidden;
    animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven .modal-background .modal h2,
#modal-container.seven .modal-background .modal p {
    opacity: 0;
    position: relative;
    animation: modalContentFadeIn .5s 1.4s linear forwards;
}

#modal-container.seven.out {
    animation: slowFade .5s 1.5s linear forwards;
}

#modal-container.seven.out .modal-background {
    background-color: rgba(0, 0, 0, 0.7);
    animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven.out .modal-background .modal {
    border-radius: 3px;
    height: 162px;
    width: 227px;
    animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.seven.out .modal-background .modal h2,
#modal-container.seven.out .modal-background .modal p {
    animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
    display: table-cell;
    background: rgb(0 0 0 / 0.9);
    text-align: center;
    vertical-align: middle;
}

#modal-container .modal-background .modal {
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    width: 480px;
    margin: 0;
    padding: 40px;
}

#modal-container .modal-background .modal h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}

#modal-container .modal-background .modal p {
    line-height: 22px;
    color: #000;
    top: 8px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0;
}

#modal-container .modal-background .modal .modal-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

#modal-container .modal-background .modal .modal-svg rect {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 778;
    stroke-dashoffset: 778;
}

#modal-container .modal-background .modal .label-active {
    font-size: 12px;
    top: -16px;
    color: #00c9ff;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes fadeIn {
    0% {
        background: transparent;
    }

    100% {
        background: rgba(0, 0, 0, 0.7);
    }
}

@keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7);
    }

    100% {
        background: transparent;
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }

    100% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
}

@keyframes scaleBack {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

@keyframes scaleForward {
    0% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes quickScaleDown {
    0% {
        transform: scale(1);
    }

    99.9% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes slideUpLarge {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes slideDownLarge {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes moveUp {
    0% {
        transform: translateY(150px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moveDown {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(150px);
    }
}

@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    99.9% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(0);
    }
}

@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes roadRunnerIn {
    0% {
        transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
    }

    70% {
        transform: translateX(30px) skewX(0deg) scaleX(0.9);
    }

    100% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }
}

@keyframes roadRunnerOut {
    0% {
        transform: translateX(0px) skewX(0deg) scaleX(1);
    }

    30% {
        transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
    }

    100% {
        transform: translateX(1500px) skewX(30deg) scaleX(1.3);
    }
}

@keyframes sketchIn {
    0% {
        stroke-dashoffset: 778;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes sketchOut {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 778;
    }
}

@keyframes modalFadeIn {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: white;
    }
}

@keyframes modalFadeOut {
    0% {
        background-color: white;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes modalContentFadeIn {
    0% {
        opacity: 0;
        top: -20px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes modalContentFadeOut {
    0% {
        opacity: 1;
        top: 0px;
    }

    100% {
        opacity: 0;
        top: -20px;
    }
}

@keyframes bondJamesBond {
    0% {
        transform: translateX(1000px);
    }

    80% {
        transform: translateX(0px);
        border-radius: 75px;
        height: 75px;
        width: 75px;
    }

    90% {
        border-radius: 3px;
        height: 182px;
        width: 247px;
    }

    100% {
        border-radius: 3px;
        height: 162px;
        width: 227px;
    }
}

@keyframes killShot {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(300px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fadeToRed {
    0% {
        box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
    }

    100% {
        box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
    }
}

@keyframes slowFade {
    0% {
        opacity: 1;
    }

    99.9% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}
.modal .footerbox li {
    width: 48%;
    margin: 15px 0;
    position: relative;
}

.modal .footerbox li .input {
    background: transparent;
    border-bottom: solid 1px #000;
    height: 60px;
    color: #fff;
    position: relative;
    padding: 0;
}

.footerbox ul {list-style: none;padding: 0;display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0;}

.modal .footerbox li:nth-child(5) {
    width: 100%;
}

.modal .footerbox li:last-child {
    width: 100%;
}
#modal-container .modal-background .cross {
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 50px;
    color: #aabbc3;
    font-weight: normal;
    cursor: pointer;
}
.modal .footerbox li:last-child input {
    background: #16455c;
    border: none;
    outline: 0;
    font-size: 20px;
    padding: 0px 25px;
    line-height: 40px;
    color: #fff;
    border-radius: 2px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 4px;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#92fe9d), to(#00c9ff)) repeat scroll 0 0 !important;
}
.modal .footerbox li {
    width: 100%;
    margin: 15px 0;
    position: relative;
}

.modal .footerbox li .input {
    background: transparent;
    border-bottom: solid 1px #000;
    height: 35px;
    color: #000;
    position: relative;
    padding: 0;
}
p#message1 {
    text-align: left;
    font-size: 12px !important;
    margin-top: 5px;
}

p.text-danger {
    color: red !important;
}

.footerbox ul {list-style: none;padding: 0;display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0;}

.modal .footerbox li:nth-child(5) {
    width: 100%;
}

.modal .footerbox li:last-child {
    width: 100%;
}
#modal-container .modal-background .cross {
    position: absolute;
    top: 16%;
    right: 10%;
    font-size: 50px;
    color: #aabbc3;
    font-weight: normal;
    cursor: pointer;
    font-family: -webkit-body;
}
.modal .footerbox li:last-child input {
    background: #16455c;
    border: none;
    outline: 0;
    font-size: 14px;
    padding: 0px 25px 0px !important;
    line-height: 40px;
    color: #fff;
    border-radius: 2px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 4px;
}
.contactno {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
}

.contactno h5 {
    font-weight: normal;
    font-size: 21px;
    margin: 0;
}

.modal .footerbox .contactno li {margin: 12px 0 0 0;display: flex;width: 100%;color: #000;}

.modal .footerbox .contactno li span {font-size: 21px;font-weight: bold;width: 60px;}

#modal-container .modal-background .modal .contactno li p {
    font-size: 21px;
    margin: 0;
    position: relative;
    top: 4px;
    left: 15px;
}

.input {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: none;
    outline: none;
}

.input {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: none;
    outline: none;
}

.line-box {
    position: relative;
    width: 100%;
    height: 1px;
    background: #BCBCBC;
}

.line {
    position: absolute;
    width: 0%;
    height: 1px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #d92128;
    transition: ease .6s;
}

.input:focus + .line-box .line {
    width: 100%;
}

.label-txt {
    position: absolute;
    top: -0.19em;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    color: rgb(120, 120, 120);
    transition: ease .3s;
    margin: 0;
    pointer-events: none;
}

.enqfrm li p.label-active {
    top: -1.3em;
    color:#d3b359;
    font-size: 11px;
}
.swiper-container.swiper-container2.swiper-container-horizontal .swiper-slide .swiperbox {
    width: 100%;
}
.swiper-container.swiper-container2.swiper-container-horizontal {
    margin-top: 40px;
}
@media screen and (max-width: 480px) {
	.tab-pane {
		height: 110rem;
		border: 2px solid #5B9CD6;
	}
}


.welcome-slider-area.owl-carousel .owl-nav>div {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	font-size: 30px;
	height: 40px;
	margin: 0 5px;
	padding-top: 5px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
}

.welcome-slider-area.owl-carousel .owl-controls {
	bottom: 7%;
	position: absolute;
	right: 8.4%;
}

.welcome-slider-area.owl-carousel .owl-nav>div:hover {
	background: #00c9ff none repeat scroll 0 0;
	color: #fff;
}


/*-----------------------------
	3. ABOUT AREA
------------------------------*/

.read-more {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#92fe9d), to(#00c9ff)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #92fe9d, #00c9ff) repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	letter-spacing: 1px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 10px 25px;
	text-transform: uppercase;
}

.read-more-btn {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #92fe9d, #00c9ff) repeat scroll 0 0;
}

.read-more:hover {
	background: #252525;
	color: #fff;
}

.about-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.layer-two {
	margin-top: 80px;
}


/*-----------------------------
	4. SERVICE AREA
-------------------------------*/

.service-area {
	position: relative;
}

.appoinment-area {
	background: rgba(0, 0, 0, 0) url("img/area-bg.jpg") no-repeat scroll center center / cover;
	height: 100%;	
}

.area-image-bg  {
	background: rgba(0, 0, 0, 0) url("img/area-bg.jpg") no-repeat scroll center center / cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.area-image-bg::after {
	background: #999 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	width: 100%;
}

.service-top-content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-menu {}

.service-menu li {
	display: block;
}

.service-menu li a {
	color: #252525;
	display: block;
	margin-bottom: 5px;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.service-menu li.active a {
	color: #ffffff;
}

.service-menu li a::before,
.service-menu li a::after {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#92fe9d), to(#00c9ff)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #92fe9d, #00c9ff) repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: -1;
}

.service-menu li a::after {
	background: transparent none repeat scroll 0 0;
	border-bottom: 22px solid transparent;
	border-left: 22px solid #00c9ff;
	border-top: 22px solid transparent;
	height: 0;
	left: auto;
	opacity: 0;
	right: -22px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center 0;
	transform-origin: left center 0;
	width: 0;
}

.service-menu li.active a::before,
.service-menu li:hover a::before {
	opacity: 1;
}

.service-menu li.active a::after {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.service-content {
	background: #fff none repeat scroll 0 0;
	padding: 20px;
}

.service-details {
	/* border: 1px solid #00c9ff; */
	padding: 20px;
}


/*----------------------------
	5. TEAM AREA
------------------------------*/

.single-team {
	text-align: center;
}

.team-member-image {
	position: relative;
}

.team-member-image::before {
	left: 0;
	position: absolute;
	top: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 1px solid #00c9ff;
	border-left: 1px solid #00c9ff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.team-member-image::after {
	bottom: 0;
	right: 0;
	position: absolute;
	content: "";
	width: 0%;
	height: 0%;
	border-right: 1px solid #00c9ff;
	border-bottom: 1px solid #00c9ff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.single-team:hover .team-member-image:before,
.single-team:hover .team-member-image:after {
	width: 100%;
	height: 100%;
}


/*.team-member-details {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 20px;
}*/

.team-member-details {
	background: rgba(0, 0, 0, 0) url("img/area-bg.jpg") no-repeat scroll center center / cover;
	padding: 20px;
}

.team-member-details h3 {
	font-weight: 500;
	margin-bottom: 5px;
}

.team-member-details .social-bookmark li a {
	color: #252525;
	height: 35px;
	padding-bottom: inherit;
	padding-left: inherit;
	padding-right: inherit;
	padding-top: 5px;
	position: relative;
	width: 35px;
	z-index: 1;
}

.team-member-details .social-bookmark li a:hover {
	color: #ffffff;
}


/*-----------------------------
	6. PROMOTIONS AREA
------------------------------*/

.promotions-area {
	position: relative;
}

.promotions-area.section-padding {
	padding-bottom: 70px;
}

.single-promotions {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 30px;
	padding: 30px;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 1;
}

.single-promotions::before {
	border: 1px solid #00c9ff;
	content: "";
	height: calc(100% - 20px);
	left: 10px;
	position: absolute;
	top: 10px;
	width: calc(100% - 20px);
	z-index: -1;
}

.promotions-icon {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(#92fe9d), to(#00c9ff)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #92fe9d, #00c9ff) repeat scroll 0 0;
	color: transparent;
	font-size: 36px;
	margin-bottom: 20px;
	-webkit-background-clip: text;
	-ms-background-clip: text;
	background-clip: text;
}

.single-promotions h4 {
	font-weight: 500;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.single-promotions:hover {
	-webkit-box-shadow: 0 10px 15px #999;
	box-shadow: 0 10px 15px #999;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.single-promotions:hover h4 {
	color: #00c9ff;
}


/*-----------------------------
	7. TESTMONIAL AREA
-------------------------------*/

.testmonial-area {
	position: relative;
}

.testimonial-slider-area {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #92fe9d, #00c9ff) repeat scroll 0 0;
}

.testmonial-area-bg {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #92fe9d, #00c9ff) repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

.single-testmonial {
	padding-top: 50px;
	position: relative;
}

.member-thumb {
	border-radius: 50%;
	height: 100px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	z-index: 999;
}

.member-details {
	color: #ffffff;
	border-radius: 50%;
	padding: 70px 40px;
	z-index: -1;
	font-size: 2rem;
}

.member-details h3 {
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}

.member-details h3::after {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
}

.testmonial-area .owl-controls {
	bottom: 20px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.testmonial-area .owl-dot {
	background: rgba(255, 255, 255, .5);
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	margin: 0 5px;
	width: 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.testmonial-area .owl-dot.active {
	background: rgba(255, 255, 255, 1);
}


/*------------------------------
	8. APPOINMENT AREA
-------------------------------*/

.top-appoinment-area {
	margin-bottom: -100px;
	position: relative;
	z-index: 9;
}

.single-appoinment-box {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, right top, left bottom, from(#00c9ff), to(#92fe9d)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #00c9ff, #92fe9d) repeat scroll 0 0;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 200px;
	padding: 20px;
}

.single-appoinment-box h3 {
	font-size: 18px;
	font-weight: 500;
}

.single-appoinment-box input {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	border: 0 none;
	border-radius: 50px;
	margin: 5px 0;
	padding: 15px 20px;
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.single-appoinment-box input:focus {
	outline: 0;
}

.single-appoinment-box input:focus {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

#date_picker,
#time_picker,
#date_picker_2,
#time_picker_2 {
	display: inline-block;
	width: 48%;
}

#time_picker,
#time_picker_2 {
	float: right;
}

.single-appoinment-box>button {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 50px;
	display: inline-block;
	letter-spacing: 1px;
	margin: 10px auto;
	max-width: 200px;
	padding: 13px 20px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-appoinment-box>button:hover {
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
}

.bottom-founder-area {
	padding-top: 100px;
	position: relative;
}

.founder-name-and-title {
	margin-bottom: 30px;
}

.founder-name-and-title>h3 {
	color: #00c9ff;
	margin-bottom: 5px;
}

.founder-details h2 {
	font-weight: 500;
	line-height: 1.5;
}

.founder-details h2 span {
	font-weight: 700;
	color: #00c9ff;
}

.founder-image {
	right: 0;
}


/*------------------------------
	9. CONTACT AREA
-------------------------------*/

.single-contact {
	margin-bottom: 30px;
	padding-left: 55px;
	position: relative;
}

.contact-icon {
	border: 1px solid;
	border-radius: 50%;
	color: #00c9ff;
	font-size: 25px;
	height: 45px;
	left: 0;
	padding-top: 9px;
	position: absolute;
	text-align: center;
	width: 45px;
}

.contact-details h5 {
	margin-bottom: 5px;
}


/*------------------------------
	10. FOOTER AREA
-------------------------------*/

.footer-area {
	padding: 30px 0 15px;
	position: relative;
}

.footer-area a:hover {
	color: #00c9ff;
}

.footer-copyright social-bookmark ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: right;
	margin-bottom: 10px;
}

.footer-social-boomark {
	text-align: right;
}

.footer-social-boomark .social-bookmark li a {
	color: #252525;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	margin: 0 2px;
	padding-top: 2px;
	text-align: center;
	width: 30px;
}

.footer-social-boomark .social-bookmark li a:hover {
	color: #ffffff;
}


/*------------------------------
    11. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
	background: #252525 none repeat scroll 0 0;
	bottom: 20px;
	-webkit-box-shadow: 0 0 0 7px transparent;
	box-shadow: 0 0 0 7px transparent;
	color: #ffffff;
	display: none;
	font-size: 20px;
	height: 40px;
	padding-top: 7px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}

a.scrolltotop:hover {
	-webkit-box-shadow: 0 0 0 0 #00c9ff;
	box-shadow: 0 0 0 0 #00c9ff;
	background: #00c9ff;
	color: #fff;
}


/*-----------------------------
    12. PRELOADER
------------------------------*/

.preloader-spinner {
	border: 5px solid #00c9ff;
}


/*-----------------------------
    13. Custom
------------------------------*/

	.mobile-image{
		display: block;
	}

	desktop-image{
		display: none;
	}

	@media (min-width:992px){
		.mobile-image{
	display: none;
	}

	desktop-image{
		display: block;
	}

	.vl {
		border-left: 3px solid black;
		height: 55%;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 13%;
	}

	.carousel-control.right {
		width: 5%;
		right: -7% !important;
		background-image: none;
	}

	.carousel-control.left {
		width: 5%;
		left: -7% !important;
		background-image: none;
	}
	.glyphicon-chevron-left, .glyphicon-chevron-right {
		background: rgba(0, 0, 0, 0) linear-gradient(to right, #92fe9d, #00c9ff) repeat scroll 0 0;
	}
	}
.question,
.answer {
	list-style-type: none;
}

.question {
	padding: 10px;
	position: relative;
	margin: 0;
	text-align: left;
	border-bottom: solid 1px #ddd;
}
.question:hover {
	cursor: pointer;
}

.answer {
	display: none;
	padding: 15px;
	float: left;
	width: 100%;
	border: 1px solid blueviolet;
	text-align: left;
	background-color: #fff;
	position: relative;
}

.expand-bar {
	position: absolute;
	top: 50%;
	left: 1em;
	transition: all 0.5s ease;
}

.expand-bar,
.expand-bar:after {
	width: 14px;
	height: 1px;
	right: 15px;
	left: auto;
	background: #000;
}

.expand-bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(90deg);
	transition: all 0.5s ease;
}

.open {
	border-bottom: none;
}

.open .expand-bar {
	transform: rotate(180deg);
}

.open .expand-bar:after {
	transform: rotate(180deg);
}
.neighbourhood {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.neightboodbox {
    width: 100%;
    margin-bottom: 1%;
    background: #ffffff;
}
.answer ul {
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}

.answer ul li {
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: #cccbcb solid 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: left;
}

.answer ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.answer.specification ul li {
    text-align: left;
    border: none;
    align-items: unset;
    margin: 0;
}

.answer.specification ul li strong {
    width: 35%;
    text-transform: uppercase;
    font-size: 24px;
}

.answer.specification ul li p {
    width: 65%;
    float: left;
    letter-spacing: 1.5px;
}
.neightboodbox:last-child .question {
    border: 0;
}
.answer .service-details {
    border: 2px solid #5B9CD6;
}

.question.open {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #92fe9d, #00c9ff) repeat scroll 0 0;
}
.sectionarea {
    width: 100%;
    float: left;
}
.gallery-section {
    width: 100%;
    float: left;
}

 .site-logo {
	 width: 218.33px !important;
	 margin-right: 50px;
}
 .btn {
	 border-radius: 5px;
	 font-weight: normal;
	 font-size: 15px;
	 letter-spacing: 0.02em;
	 line-height: 12px;
	 text-align: center;
	 font-weight: 600;
	 font-size: 14px;
	 padding: 14px 30px;
	 cursor: pointer;
}
 .btn-theme {
	 background: var(--theme-color1);
	 color: #212121;
}

.c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1;
}

.btn-outline-white {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    border-width: 2px;
    border-color: #fff;
    font-weight: 500;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.btn {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}
.btn-outline-white:hover {
    background-color: #fff;
    color: var(--text-dark);
}
/* common css up */

.testimonial p {
	 font-size: 28px;
	 letter-spacing: 0.02em;
	 line-height: 35px;
}
 .testimonial .name {
	 font-weight: bold;
	 font-size: 18px;
	 letter-spacing: 0.04em;
	 line-height: 35px;
	 text-align: left;
}
 .testimonial .designation {
	 font-size: 14px;
	 letter-spacing: 0.04em;
	 text-align: left;
	 color: #fff;
	 opacity: 0.65;
}
 .unt {
	 margin-bottom: 20px;
	 margin-top: 60px;
}
 .hero-text {
	 font-size: 30px;
	 letter-spacing: 0.02em;
	 color: #fff;
}
 .gallery-thumbs {
	 height: 100%;
}
 .gallery-thumbs .swiper-wrapper {
	 align-items: center;
}
 .gallery-thumbs .swiper-slide {
	 background-position: center;
	 background-size: cover;
	 width: 250px !important;
	 height: 330px;
	 position: relative;
}
 .gallery-thumbs .swiper-slide img {
	 filter: contrast(0.5) blur(1px);
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 10px;
}
 .gallery-thumbs .swiper-slide-active img {
	 filter: contrast(1) blur(0px) !important;
}
 .flex-row {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 margin-right: -15px;
	 margin-left: -15px;
}
 .flex-row .flex-col {
	 -ms-flex-preferred-size: 0;
	 flex-basis: 0;
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 max-width: 100%;
	 position: relative;
	 width: 100%;
	 min-height: 1px;
	 padding-right: 15px;
	 padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.testimonial-section .quote {
    width: 70%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
}
.swiper-container.testimonial {
}
.testimonial-section .user-saying {
    background: var(--theme-color2);
    width: 100%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testi-user-img {
    width: 40%;
}
.testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.testimonial-section .quote p {
    font-size: 20px;
    font-weight: 100;
}
.quote-icon {
    width: 38px;
    display: block;
}
section.spacer {
    background: rgba(0, 0, 0, 0) url("img/area-bg.jpg") no-repeat scroll center center / cover;
    padding: 25px 0;
}
.swiper-container.swiper-container-horizontal {
    width: 90%;
    float: left;
    margin: 0 5%;
}
.swiperbox {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 5%;
}

.patientimg {
    width: 40%;
}

.quote {
    width: 60%;
    position: relative;
}
.quote p:before {content: '';background-image: url('images/open.png');width: 30px;height: 30px;background-size: cover;position: absolute;left: 0;top: 20px;}
.quote p {
    padding: 40px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
a.nav-button.book-modal:hover::before {
    border: none !important;
}
.book-modal{
    cursor:pointer;
}
.name {
    padding-left: 30px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}
.bookclick {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 100px;
    background: #0fc1ea;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #ededed;
    letter-spacing: 0.5px;
    z-index: 99;
    transition: ease all 0.5s;
    cursor:pointer;
}
.bookclick:hover {
    color: #0fc1ea;
    background: #000;
}