/*== Basic css ==*/
	*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	body { font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.4; color: #000; }
	a { color: inherit; text-decoration: underline; }
	a:hover, a:focus { color: inherit; text-decoration: none; }
	p { margin-bottom: 1rem; }
	small,.small { font-size: 14px; line-height: 1.4; display: block; }
	img { max-width: 100%; }
	.transition { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; }
	a.phonelink, a.phonelink:hover, a.phonelink:focus { cursor: default; text-decoration: none !important; }
	@media (max-width: 1024px) {a.phonelink { text-decoration: underline !important; }}
	.third-banner {min-height: 750px;}
	.bg-center-top-profile {background-position: center top 7% !important;}
	.btn-consultations {font-size: 12px; font-weight: 600; padding: 9px 11px;text-transform: uppercase; text-decoration: none;
    border-radius: 2.5rem; box-shadow: none !important;color: #fff; background-color: #998043; border-color: #998043; display: inline-block; text-align: center;  vertical-align: middle; user-select: none; line-height: 1.5;}	
	a.btn-consultations:hover {background-color: #ffffff; color:#000000;}
	.book-app .modal-body{min-height: 400px; border-radius: 4%;}
	.book-app .modal-content{border-radius: 100%;}
	.book-app button.close{font-size: 2rem; opacity: 7; text-shadow:none;}
/*== Basic css End ==*/

/*== Structure ==*/
	.bg-y-100 { background-size: auto 100% !important; }
	.bg-cover { background-size: cover !important; }
	.bg-contain { background-size: contain !important; }
	.bg-auto { background-size: auto !important; }
	.bg-left { background-position: left !important; }
	.bg-left-top { background-position: left top !important; }
	.bg-right { background-position: right !important; }
	.bg-right-top { background-position: right top !important; }
	.bg-center { background-position: center !important; }
	.bg-center-top { background-position: center top !important; }
	.bg-center-bottom { background-position: center bottom !important; }
	.bg-fix{ background-attachment:fixed;}
	.bg-repeat { background-repeat: repeat !important; }
	.bg-repeat-x { background-repeat: repeat-x !important; }
	.bg-repeat-y { background-repeat: repeat-y !important; }
	.bg-norepeat { background-repeat: no-repeat !important; }
	.top { top: 0; }
	.bottom { bottom: 0; }
	.left { left: 0; }
	.right { right: 0; }
	.text-uppercase-none { text-transform: none !important; }
	.text-underline { text-decoration: underline !important; }
	a.text-underline:hover { text-decoration: none !important; }
	.text-underline-none { text-decoration: none !important; }
	a.text-underline-none:hover { text-decoration: underline !important; }
	.overflow-x-hide { overflow-x: hidden; }
	.overflow-y-hide { overflow-y: hidden; }
	.overflow-hide { overflow: hidden; }
	.text-primary, a.text-primary:hover, a.text-primary:focus { color: #998043 !important; }
	.text-secondary { color: #998043 !important; }
	.text-dark { color: #202833 !important; }
	.text-darker { color: #0B0C10 !important; }
	.bg-primary { background-color: #998043 !important; }
	.bg-secondary { background-color: #998043 !important; }
	.bg-gray { background-color: #c1c1c1 !important; }
	.bg-light { background-color: #f7f7f7 !important; }
	.bg-dark { background-color: #212121 !important; }
	.bg-darker { background-color: #0B0C10 !important; }
	.border-primary { border-color: #998043 !important; }
	.border-secondary { border-color: #998043 !important; }
	.border-light { border-color: #d1d1d1 !important; }
	.border-dark { border-color: #202833 !important; }
	.border-darker { border-color: #0B0C10 !important; }
	.p-1 { padding: 1rem !important; }
	.p-2 { padding: 2rem !important; }
	.p-3 { padding: 3rem !important; }
	.p-4 { padding: 4rem !important; }
	.p-5 { padding: 5rem !important; }
	.p-0 { padding: 0rem !important; }
	.pt-1 { padding-top: 1rem !important; }
	.pt-2 { padding-top: 2rem !important; }
	.pt-3 { padding-top: 3rem !important; }
	.pt-4 { padding-top: 4rem !important; }
	.pt-5 { padding-top: 5rem !important; }
	.pt-0 { padding-top: 0rem !important; }
	.pb-1 { padding-bottom: 1rem !important; }
	.pb-2 { padding-bottom: 2rem !important; }
	.pb-3 { padding-bottom: 3rem !important; }
	.pb-4 { padding-bottom: 4rem !important; }
	.pb-5 { padding-bottom: 5rem !important; }
	.pb-0 { padding-bottom: 0rem !important; }
	.pl-1 { padding-left: 1rem !important; }
	.pl-2 { padding-left: 2rem !important; }
	.pl-3 { padding-left: 3rem !important; }
	.pl-4 { padding-left: 4rem !important; }
	.pl-5 { padding-left: 5rem !important; }
	.pl-0 { padding-left: 0rem !important; }
	.pr-1 { padding-right: 1rem !important; }
	.pr-2 { padding-right: 2rem !important; }
	.pr-3 { padding-right: 3rem !important; }
	.pr-4 { padding-right: 4rem !important; }
	.pr-5 { padding-right: 5rem !important; }
	.pr-0 { padding-right: 0rem !important; }
	.m-1 { margin: 1rem !important; }
	.m-2 { margin: 2rem !important; }
	.m-3 { margin: 3rem !important; }
	.m-4 { margin: 4rem !important; }
	.m-5 { margin: 5rem !important; }
	.m-0 { margin: 0rem !important; }
	.mt-1 { margin-top: 1rem !important; }
	.mt-2 { margin-top: 2rem !important; }
	.mt-3 { margin-top: 3rem !important; }
	.mt-4 { margin-top: 4rem !important; }
	.mt-5 { margin-top: 5rem !important; }
	.mt-0 { margin-top: 0rem !important; }
	.mb-1 { margin-bottom: 1rem !important; }
	.mb-2 { margin-bottom: 2rem !important; }
	.mb-3 { margin-bottom: 3rem !important; }
	.mb-4 { margin-bottom: 4rem !important; }
	.mb-5 { margin-bottom: 5rem !important; }
	.mb-0 { margin-bottom: 0rem !important; }
	.ml-1 { margin-left: 1rem !important; }
	.ml-2 { margin-left: 2rem !important; }
	.ml-3 { margin-left: 3rem !important; }
	.ml-4 { margin-left: 4rem !important; }
	.ml-5 { margin-left: 5rem !important; }
	.ml-0 { margin-left: 0rem !important; }
	.mr-1 { margin-right: 1rem !important; }
	.mr-2 { margin-right: 2rem !important; }
	.mr-3 { margin-right: 3rem !important; }
	.mr-4 { margin-right: 4rem !important; }
	.mr-5 { margin-right: 5rem !important; }
	.mr-0 { margin-right: 0rem !important; }
	.pbottom{padding-bottom: 8px;}
	.mw-inherit { max-width: inherit !important; }
	.mh-inherit { max-height: inherit !important; }
	@media (min-width: 576px) {
		.p-sm-1 { padding: 1rem !important; }
		.p-sm-2 { padding: 2rem !important; }
		.p-sm-3 { padding: 3rem !important; }
		.p-sm-4 { padding: 4rem !important; }
		.p-sm-5 { padding: 5rem !important; }
		.p-sm-0 { padding: 0rem !important; }
		.pt-sm-1 { padding-top: 1rem !important; }
		.pt-sm-2 { padding-top: 2rem !important; }
		.pt-sm-3 { padding-top: 3rem !important; }
		.pt-sm-4 { padding-top: 4rem !important; }
		.pt-sm-5 { padding-top: 5rem !important; }
		.pt-sm-0 { padding-top: 0rem !important; }
		.pb-sm-1 { padding-bottom: 1rem !important; }
		.pb-sm-2 { padding-bottom: 2rem !important; }
		.pb-sm-3 { padding-bottom: 3rem !important; }
		.pb-sm-4 { padding-bottom: 4rem !important; }
		.pb-sm-5 { padding-bottom: 5rem !important; }
		.pb-sm-0 { padding-bottom: 0rem !important; }
		.pl-sm-1 { padding-left: 1rem !important; }
		.pl-sm-2 { padding-left: 2rem !important; }
		.pl-sm-3 { padding-left: 3rem !important; }
		.pl-sm-4 { padding-left: 4rem !important; }
		.pl-sm-5 { padding-left: 5rem !important; }
		.pl-sm-0 { padding-left: 0rem !important; }
		.pr-sm-1 { padding-right: 1rem !important; }
		.pr-sm-2 { padding-right: 2rem !important; }
		.pr-sm-3 { padding-right: 3rem !important; }
		.pr-sm-4 { padding-right: 4rem !important; }
		.pr-sm-5 { padding-right: 5rem !important; }
		.pr-sm-0 { padding-right: 0rem !important; }
		.m-sm-1 { margin: 1rem !important; }
		.m-sm-2 { margin: 2rem !important; }
		.m-sm-3 { margin: 3rem !important; }
		.m-sm-4 { margin: 4rem !important; }
		.m-sm-5 { margin: 5rem !important; }
		.m-sm-0 { margin: 0rem !important; }
		.mt-sm-1 { margin-top: 1rem !important; }
		.mt-sm-2 { margin-top: 2rem !important; }
		.mt-sm-3 { margin-top: 3rem !important; }
		.mt-sm-4 { margin-top: 4rem !important; }
		.mt-sm-5 { margin-top: 5rem !important; }
		.mt-sm-0 { margin-top: 0rem !important; }
		.mb-sm-1 { margin-bottom: 1rem !important; }
		.mb-sm-2 { margin-bottom: 2rem !important; }
		.mb-sm-3 { margin-bottom: 3rem !important; }
		.mb-sm-4 { margin-bottom: 4rem !important; }
		.mb-sm-5 { margin-bottom: 5rem !important; }
		.mb-sm-0 { margin-bottom: 0rem !important; }
		.ml-sm-1 { margin-left: 1rem !important; }
		.ml-sm-2 { margin-left: 2rem !important; }
		.ml-sm-3 { margin-left: 3rem !important; }
		.ml-sm-4 { margin-left: 4rem !important; }
		.ml-sm-5 { margin-left: 5rem !important; }
		.ml-sm-0 { margin-left: 0rem !important; }
		.mr-sm-1 { margin-right: 1rem !important; }
		.mr-sm-2 { margin-right: 2rem !important; }
		.mr-sm-3 { margin-right: 3rem !important; }
		.mr-sm-4 { margin-right: 4rem !important; }
		.mr-sm-5 { margin-right: 5rem !important; }
		.mr-sm-0 { margin-right: 0rem !important; }
		.position-sm-absolute { position: absolute !important; }
		.position-sm-relative { position: relative !important; }
		.position-sm-static { position: static !important; }
		.w-sm-25 { width: 25% !important; }
		.w-sm-50 { width: 50% !important; }
		.w-sm-75 { width: 75% !important; }
		.w-sm-100 { width: 100% !important; }
		.h-sm-100 { height: 100% !important; }
		.mw-sm-inherit { max-width: inherit !important; }
		.mh-sm-inherit { max-height: inherit !important; }
		.bg-sm-y-100 { background-size: auto 100% !important; }
		.bg-sm-cover { background-size: cover !important; }
		.bg-sm-contain { background-size: contain !important; }
		.bg-sm-auto { background-size: auto !important; }
		.bg-sm-left { background-position: left !important; }
		.bg-sm-left-top { background-position: left top !important; }
		.bg-sm-right { background-position: right !important; }
		.bg-sm-right-top { background-position: right top !important; }
		.bg-sm-center { background-position: center !important; }
		.bg-sm-center-top { background-position: center top !important; }
		.bg-sm-center-bottom { background-position: center bottom !important; }
		.bg-sm-repeat { background-repeat: repeat !important; }
		.bg-sm-repeat-x { background-repeat: repeat-x !important; }
		.bg-sm-repeat-y { background-repeat: repeat-y !important; }
		.bg-sm-norepeat { background-repeat: no-repeat !important; }
		.co-sm-20 { max-width: 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
		.align-sm-top { vertical-align: top !important; }
		.align-sm-bottom { vertical-align: bottom !important; }
		.align-sm-middle { vertical-align: middle !important; }
	}
	@media (min-width: 768px) {
		.p-md-1 { padding: 1rem !important; }
		.p-md-2 { padding: 2rem !important; }
		.p-md-3 { padding: 3rem !important; }
		.p-md-4 { padding: 4rem !important; }
		.p-md-5 { padding: 5rem !important; }
		.p-md-0 { padding: 0rem !important; }
		.pt-md-1 { padding-top: 1rem !important; }
		.pt-md-2 { padding-top: 2rem !important; }
		.pt-md-3 { padding-top: 3rem !important; }
		.pt-md-4 { padding-top: 4rem !important; }
		.pt-md-5 { padding-top: 5rem !important; }
		.pt-md-0 { padding-top: 0rem !important; }
		.pb-md-1 { padding-bottom: 1rem !important; }
		.pb-md-2 { padding-bottom: 2rem !important; }
		.pb-md-3 { padding-bottom: 3rem !important; }
		.pb-md-4 { padding-bottom: 4rem !important; }
		.pb-md-5 { padding-bottom: 5rem !important; }
		.pb-md-0 { padding-bottom: 0rem !important; }
		.pl-md-1 { padding-left: 1rem !important; }
		.pl-md-2 { padding-left: 2rem !important; }
		.pl-md-3 { padding-left: 3rem !important; }
		.pl-md-4 { padding-left: 4rem !important; }
		.pl-md-5 { padding-left: 5rem !important; }
		.pl-md-0 { padding-left: 0rem !important; }
		.pr-md-1 { padding-right: 1rem !important; }
		.pr-md-2 { padding-right: 2rem !important; }
		.pr-md-3 { padding-right: 3rem !important; }
		.pr-md-4 { padding-right: 4rem !important; }
		.pr-md-5 { padding-right: 5rem !important; }
		.pr-md-0 { padding-right: 0rem !important; }
		.m-md-1 { margin: 1rem !important; }
		.m-md-2 { margin: 2rem !important; }
		.m-md-3 { margin: 3rem !important; }
		.m-md-4 { margin: 4rem !important; }
		.m-md-5 { margin: 5rem !important; }
		.m-md-0 { margin: 0rem !important; }
		.mt-md-1 { margin-top: 1rem !important; }
		.mt-md-2 { margin-top: 2rem !important; }
		.mt-md-3 { margin-top: 3rem !important; }
		.mt-md-4 { margin-top: 4rem !important; }
		.mt-md-5 { margin-top: 5rem !important; }
		.mt-md-0 { margin-top: 0rem !important; }
		.mb-md-1 { margin-bottom: 1rem !important; }
		.mb-md-2 { margin-bottom: 2rem !important; }
		.mb-md-3 { margin-bottom: 3rem !important; }
		.mb-md-4 { margin-bottom: 4rem !important; }
		.mb-md-5 { margin-bottom: 5rem !important; }
		.mb-md-0 { margin-bottom: 0rem !important; }
		.ml-md-1 { margin-left: 1rem !important; }
		.ml-md-2 { margin-left: 2rem !important; }
		.ml-md-3 { margin-left: 3rem !important; }
		.ml-md-4 { margin-left: 4rem !important; }
		.ml-md-5 { margin-left: 5rem !important; }
		.ml-md-0 { margin-left: 0rem !important; }
		.mr-md-1 { margin-right: 1rem !important; }
		.mr-md-2 { margin-right: 2rem !important; }
		.mr-md-3 { margin-right: 3rem !important; }
		.mr-md-4 { margin-right: 4rem !important; }
		.mr-md-5 { margin-right: 5rem !important; }
		.mr-md-0 { margin-right: 0rem !important; }
		.position-md-absolute { position: absolute !important; }
		.position-md-relative { position: relative !important; }
		.position-md-static { position: static !important; }
		.w-md-25 { width: 25% !important; }
		.w-md-50 { width: 50% !important; }
		.w-md-75 { width: 75% !important; }
		.w-md-100 { width: 100% !important; }
		.h-md-100 { height: 100% !important; }
		.mw-md-inherit { max-width: inherit !important; }
		.mh-md-inherit { max-height: inherit !important; }
		.bg-md-y-100 { background-size: auto 100% !important; }
		.bg-md-cover { background-size: cover !important; }
		.bg-md-contain { background-size: contain !important; }
		.bg-md-auto { background-size: auto !important; }
		.bg-md-left { background-position: left !important; }
		.bg-md-left-top { background-position: left top !important; }
		.bg-md-right { background-position: right !important; }
		.bg-md-right-top { background-position: right top !important; }
		.bg-md-center { background-position: center !important; }
		.bg-md-center-top { background-position: center top !important; }
		.bg-md-center-bottom { background-position: center bottom !important; }
		.bg-md-repeat { background-repeat: repeat !important; }
		.bg-md-repeat-x { background-repeat: repeat-x !important; }
		.bg-md-repeat-y { background-repeat: repeat-y !important; }
		.bg-md-norepeat { background-repeat: no-repeat !important; }
		.co-md-20 { max-width: 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
		.align-md-top { vertical-align: top !important; }
		.align-md-bottom { vertical-align: bottom !important; }
		.align-md-middle { vertical-align: middle !important; }
	}
	@media (min-width: 992px) {
		.p-lg-1 { padding: 1rem !important; }
		.p-lg-2 { padding: 2rem !important; }
		.p-lg-3 { padding: 3rem !important; }
		.p-lg-4 { padding: 4rem !important; }
		.p-lg-5 { padding: 5rem !important; }
		.p-lg-0 { padding: 0rem !important; }
		.pt-lg-1 { padding-top: 1rem !important; }
		.pt-lg-2 { padding-top: 2rem !important; }
		.pt-lg-3 { padding-top: 3rem !important; }
		.pt-lg-4 { padding-top: 4rem !important; }
		.pt-lg-5 { padding-top: 5rem !important; }
		.pt-lg-0 { padding-top: 0rem !important; }
		.pb-lg-1 { padding-bottom: 1rem !important; }
		.pb-lg-2 { padding-bottom: 2rem !important; }
		.pb-lg-3 { padding-bottom: 3rem !important; }
		.pb-lg-4 { padding-bottom: 4rem !important; }
		.pb-lg-5 { padding-bottom: 5rem !important; }
		.pb-lg-0 { padding-bottom: 0rem !important; }
		.pl-lg-1 { padding-left: 1rem !important; }
		.pl-lg-2 { padding-left: 2rem !important; }
		.pl-lg-3 { padding-left: 3rem !important; }
		.pl-lg-4 { padding-left: 4rem !important; }
		.pl-lg-5 { padding-left: 5rem !important; }
		.pl-lg-0 { padding-left: 0rem !important; }
		.pr-lg-1 { padding-right: 1rem !important; }
		.pr-lg-2 { padding-right: 2rem !important; }
		.pr-lg-3 { padding-right: 3rem !important; }
		.pr-lg-4 { padding-right: 4rem !important; }
		.pr-lg-5 { padding-right: 5rem !important; }
		.pr-lg-0 { padding-right: 0rem !important; }
		.m-lg-1 { margin: 1rem !important; }
		.m-lg-2 { margin: 2rem !important; }
		.m-lg-3 { margin: 3rem !important; }
		.m-lg-4 { margin: 4rem !important; }
		.m-lg-5 { margin: 5rem !important; }
		.m-lg-0 { margin: 0rem !important; }
		.mt-lg-1 { margin-top: 1rem !important; }
		.mt-lg-2 { margin-top: 2rem !important; }
		.mt-lg-3 { margin-top: 3rem !important; }
		.mt-lg-4 { margin-top: 4rem !important; }
		.mt-lg-5 { margin-top: 5rem !important; }
		.mt-lg-0 { margin-top: 0rem !important; }
		.mb-lg-1 { margin-bottom: 1rem !important; }
		.mb-lg-2 { margin-bottom: 2rem !important; }
		.mb-lg-3 { margin-bottom: 3rem !important; }
		.mb-lg-4 { margin-bottom: 4rem !important; }
		.mb-lg-5 { margin-bottom: 5rem !important; }
		.mb-lg-0 { margin-bottom: 0rem !important; }
		.ml-lg-1 { margin-left: 1rem !important; }
		.ml-lg-2 { margin-left: 2rem !important; }
		.ml-lg-3 { margin-left: 3rem !important; }
		.ml-lg-4 { margin-left: 4rem !important; }
		.ml-lg-5 { margin-left: 5rem !important; }
		.ml-lg-0 { margin-left: 0rem !important; }
		.mr-lg-1 { margin-right: 1rem !important; }
		.mr-lg-2 { margin-right: 2rem !important; }
		.mr-lg-3 { margin-right: 3rem !important; }
		.mr-lg-4 { margin-right: 4rem !important; }
		.mr-lg-5 { margin-right: 5rem !important; }
		.mr-lg-0 { margin-right: 0rem !important; }
		.position-lg-absolute { position: absolute !important; }
		.position-lg-relative { position: relative !important; }
		.position-lg-static { position: static !important; }
		.w-lg-25 { width: 25% !important; }
		.w-lg-50 { width: 50% !important; }
		.w-lg-75 { width: 75% !important; }
		.w-lg-100 { width: 100% !important; }
		.h-lg-100 { height: 100% !important; }
		.mw-lg-inherit { max-width: inherit !important; }
		.mh-lg-inherit { max-height: inherit !important; }
		.bg-lg-y-100 { background-size: auto 100% !important; }
		.bg-lg-cover { background-size: cover !important; }
		.bg-lg-contain { background-size: contain !important; }
		.bg-lg-auto { background-size: auto !important; }
		.bg-lg-left { background-position: left !important; }
		.bg-lg-left-top { background-position: left top !important; }
		.bg-lg-right { background-position: right !important; }
		.bg-lg-right-top { background-position: right top !important; }
		.bg-lg-center { background-position: center !important; }
		.bg-lg-center-top { background-position: center top !important; }
		.bg-lg-center-bottom { background-position: center bottom !important; }
		.bg-lg-repeat { background-repeat: repeat !important; }
		.bg-lg-repeat-x { background-repeat: repeat-x !important; }
		.bg-lg-repeat-y { background-repeat: repeat-y !important; }
		.bg-lg-norepeat { background-repeat: no-repeat !important; }
		.co-lg-20 { max-width: 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
		.align-lg-top { vertical-align: top !important; }
		.align-lg-bottom { vertical-align: bottom !important; }
		.align-lg-middle { vertical-align: middle !important; }
	}
	@media (min-width: 1200px) {
		.p-xl-1 { padding: 1rem !important; }
		.p-xl-2 { padding: 2rem !important; }
		.p-xl-3 { padding: 3rem !important; }
		.p-xl-4 { padding: 4rem !important; }
		.p-xl-5 { padding: 5rem !important; }
		.p-xl-0 { padding: 0rem !important; }
		.pt-xl-1 { padding-top: 1rem !important; }
		.pt-xl-2 { padding-top: 2rem !important; }
		.pt-xl-3 { padding-top: 3rem !important; }
		.pt-xl-4 { padding-top: 4rem !important; }
		.pt-xl-5 { padding-top: 5rem !important; }
		.pt-xl-0 { padding-top: 0rem !important; }
		.pb-xl-1 { padding-bottom: 1rem !important; }
		.pb-xl-2 { padding-bottom: 2rem !important; }
		.pb-xl-3 { padding-bottom: 3rem !important; }
		.pb-xl-4 { padding-bottom: 4rem !important; }
		.pb-xl-5 { padding-bottom: 5rem !important; }
		.pb-xl-0 { padding-bottom: 0rem !important; }
		.pl-xl-1 { padding-left: 1rem !important; }
		.pl-xl-2 { padding-left: 2rem !important; }
		.pl-xl-3 { padding-left: 3rem !important; }
		.pl-xl-4 { padding-left: 4rem !important; }
		.pl-xl-5 { padding-left: 5rem !important; }
		.pl-xl-0 { padding-left: 0rem !important; }
		.pr-xl-1 { padding-right: 1rem !important; }
		.pr-xl-2 { padding-right: 2rem !important; }
		.pr-xl-3 { padding-right: 3rem !important; }
		.pr-xl-4 { padding-right: 4rem !important; }
		.pr-xl-5 { padding-right: 5rem !important; }
		.pr-xl-0 { padding-right: 0rem !important; }
		.m-xl-1 { margin: 1rem !important; }
		.m-xl-2 { margin: 2rem !important; }
		.m-xl-3 { margin: 3rem !important; }
		.m-xl-4 { margin: 4rem !important; }
		.m-xl-5 { margin: 5rem !important; }
		.m-xl-0 { margin: 0rem !important; }
		.mt-xl-1 { margin-top: 1rem !important; }
		.mt-xl-2 { margin-top: 2rem !important; }
		.mt-xl-3 { margin-top: 3rem !important; }
		.mt-xl-4 { margin-top: 4rem !important; }
		.mt-xl-5 { margin-top: 5rem !important; }
		.mt-xl-0 { margin-top: 0rem !important; }
		.mb-xl-1 { margin-bottom: 1rem !important; }
		.mb-xl-2 { margin-bottom: 2rem !important; }
		.mb-xl-3 { margin-bottom: 3rem !important; }
		.mb-xl-4 { margin-bottom: 4rem !important; }
		.mb-xl-5 { margin-bottom: 5rem !important; }
		.mb-xl-0 { margin-bottom: 0rem !important; }
		.ml-xl-1 { margin-left: 1rem !important; }
		.ml-xl-2 { margin-left: 2rem !important; }
		.ml-xl-3 { margin-left: 3rem !important; }
		.ml-xl-4 { margin-left: 4rem !important; }
		.ml-xl-5 { margin-left: 5rem !important; }
		.ml-xl-0 { margin-left: 0rem !important; }
		.mr-xl-1 { margin-right: 1rem !important; }
		.mr-xl-2 { margin-right: 2rem !important; }
		.mr-xl-3 { margin-right: 3rem !important; }
		.mr-xl-4 { margin-right: 4rem !important; }
		.mr-xl-5 { margin-right: 5rem !important; }
		.mr-xl-0 { margin-right: 0rem !important; }
		.position-xl-absolute { position: absolute !important; }
		.position-xl-relative { position: relative !important; }
		.position-xl-static { position: static !important; }
		.w-xl-25 { width: 25% !important; }
		.w-xl-50 { width: 50% !important; }
		.w-xl-75 { width: 75% !important; }
		.w-xl-100 { width: 100% !important; }
		.h-xl-100 { height: 100% !important; }
		.mw-xl-inherit { max-width: inherit !important; }
		.mh-xl-inherit { max-height: inherit !important; }
		.bg-xl-y-100 { background-size: auto 100% !important; }
		.bg-xl-cover { background-size: cover !important; }
		.bg-xl-contain { background-size: contain !important; }
		.bg-xl-auto { background-size: auto !important; }
		.bg-xl-left { background-position: left !important; }
		.bg-xl-left-top { background-position: left top !important; }
		.bg-xl-right { background-position: right !important; }
		.bg-xl-right-top { background-position: right top !important; }
		.bg-xl-center { background-position: center !important; }
		.bg-xl-center-top { background-position: center top !important; }
		.bg-xl-center-bottom { background-position: center bottom !important; }
		.bg-xl-repeat { background-repeat: repeat !important; }
		.bg-xl-repeat-x { background-repeat: repeat-x !important; }
		.bg-xl-repeat-y { background-repeat: repeat-y !important; }
		.bg-xl-norepeat { background-repeat: no-repeat !important; }
		.co-xl-20 { max-width: 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; }
		.align-xl-top { vertical-align: top !important; }
		.align-xl-bottom { vertical-align: bottom !important; }
		.align-xl-middle { vertical-align: middle !important; }
	}
/*== Structure End ==*/

/*== Heading ==*/
	.page-title { font-size: 36px; font-weight: 400; line-height: 1.2; margin-bottom: 0rem; }
	.sub-title1 { font-size: 27px; font-weight: 400; line-height: 1.2; margin-bottom: 1rem; }
	.sub-title2 { font-size: 23px; font-weight: 400; line-height: 1.2; margin-bottom: 0.7rem; }
	.sub-title3 { font-size: 18px; font-weight: 400; line-height: 1.4; margin-bottom: 0.7rem; }
	.sub-title4 { font-size: 16px; line-height: 1.6; text-transform: uppercase; letter-spacing: 4px; }
	.sub-title5 { font-size: 16px; font-weight: 600; line-height: 1.4; margin-bottom: 0.7rem; }
	.title { font-size: 24px; color: #998043; padding: 10px; font-weight: 400; margin-bottom: 0px; }
/*== Heading End ==*/

/*== Header ==*/
	.page-header { font-size: 14px; line-height: 1.4; }
	.page-header .phoneheader { font-size: 14px; letter-spacing:5px;}
	.page-header .site-logo img { max-width:180px; max-height: 60px; }
	.sticky-fixed { position: fixed; left: 0; right: 0; top: 0; z-index: 1020; -webkit-box-shadow: rgba(0,0,0,.1) 1px 0px 5px; box-shadow: rgba(0,0,0,.1) 1px 0px 5px; background:#333; }
	.headeremail{ margin-bottom:5px; display:block;}
	.headeremail a{ text-decoration:none;}
	.contact-details{margin-top: 22px;}
/*== Header End ==*/

/*== Footer ==*/
	.footer-map { min-height: 300px; }
	.footer-map .btn { margin-top: 200px; }
	.table-hours { max-width: 280px; width: 100%; text-align: left; }
	.table-hours tr td:first-child { width: 133px; }
	.slinks { list-style: none; margin: 0; padding: 0; }
	.slinks img{ height:20px; width:auto;}
	.slinks a { display: block; text-decoration: none; }
	.slinks a:hover path { fill: #aaa; }
	.slinks li { display: inline-block; }
	.slinks li + li { margin-left: 7px; }
	.tooltip-inner { background-color: #998043; color: #fff; }
	.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { border-top-color: #998043; }
  	.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { border-right-color: #998043; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { border-bottom-color: #998043; }
	.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { border-left-color: #998043; }
	.page-footer { font-size: 15px; line-height: 1.4; }
	.page-footer a { color: inherit; }
	.copyright-text { font-family: Verdana, Geneva, sans-serif; font-size: 11px; line-height: 1.4; color: #BAB8B8; }
	.webauthorv1 { color: #828487; text-align: left !important; font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; font-size: 11px !important; line-height: 1.4 !important; text-transform: uppercase !important; display: inline-block !important; position: relative !important; padding-left: 35px; }
	.webauthorv1 strong.dfbold { font-size: 16px !important; font-weight: 700 !important; letter-spacing: 0.3px !important; }
	.webauthorv1 a.dflink, .webauthorv1 a.dflink:hover, .webauthorv1 a.dflink:focus { color: inherit !important; text-decoration: none !important; font-weight: inherit !important; font-size: inherit !important; }
	.webauthorv1 a.dflink:focus { outline: none !important; }
	.webauthorv1 .dflogo { position: absolute; left: 0; top: 4px; }
	.lineup1 { margin-left: -0.3px; }
	.lineup2 { margin-left: -1.3px; }
	.lineup3 { margin-left: -0.5px; }
	.lineup4 { margin-left: -0.5px; }
	.lineup5 { margin-left: -0.5px; }
	.lineup6a { margin-left: 0.5px; }
	.lineup6b { margin-left: -0.5px; }
	.df-author[data-theme=white] .webauthorv1 { color: #BAB8B8 !important; }
	.df-author[data-theme=white] .webauthorv1 path { fill: #BAB8B8 !important; }
	.df-author[data-theme=light] .webauthorv1 { color: #BAB8B8 !important; }
	.df-author[data-theme=light] .webauthorv1 path { fill: #BAB8B8 !important; }
	.df-author[data-theme=dark] .webauthorv1 { color: #BAB8B8 !important; }
	.df-author[data-theme=dark] .webauthorv1 path { fill: #BAB8B8 !important; }
/*== Footer end ==*/

/*== Menu ==*/
	.navbar-toggler { width: 25px; height: 21px; padding: 0; outline: none !important; vertical-align: middle; display: inline-block; }
	.navbar-toggler .i-line { width: 100%; height: 2px; border-radius: 10px; background-color: #ccc; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; }
	.navbar-toggler .i-line.top { top: 0; }
	.navbar-toggler .i-line.middle { top: 50%; margin-top: -1.5px; }
	.navbar-toggler .i-line.bottom { bottom: 0; }
	.closed .i-line.middle { width: 0; opacity: 0; }
	.closed .i-line.top { top: 9px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
	.closed .i-line.bottom { bottom: 7px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
	.navbar { font-family: 'Open Sans', sans-serif; }
	.navbar .nav-item { outline: none; }
	.navbar .nav-link { color: #fff; font-size: 15px; font-weight: 400; line-height: 1.4; text-decoration: none; padding: 14px 16px; }
	.active .nav-link, .open .nav-link, .nav-item:hover .nav-link, .nav-item:focus .nav-link { background-color: transparent; color: #998043; text-decoration: none; }
	.navbar .dropdown-menu { font-size: 15px; font-weight: 400; line-height: 1.2; background-color: #998043; margin: 0; border: none; border-radius: 0; padding: 5px 0; }
	.navbar .dropdown-menu .dropdown-item { color: #fff; text-decoration: none; padding: 8px 16px; white-space: normal; }
	.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:active { background-color: transparent; color: #202833; }
	.navbar .open > .dropdown-menu { display: block; }
	.sidebar-nav { z-index: 1021; position: fixed; left: -250px; top: 0; width: 100%; max-width: 250px; height: 100%; text-align: left; -webkit-box-shadow: rgba(0,0,0,.1) 1px 0px 5px; box-shadow: rgba(0,0,0,.1) 1px 0px 5px; }
	.sidebar-nav .container { height: 100%; }
	.sidebar-nav .navbar-collapse { display: block; overflow-y: auto; height: 100% !important; }
	.sidebar-nav .navbar-nav > .nav-item { border-bottom: rgba(100,100,100,.5) 1px solid; }
	.sidebar-nav .navbar-nav .dropdown-toggle { padding-right: 28px; }
	.sidebar-nav .dropdown-toggle::after { position: absolute; right: 15px; top: 23px; border-width: 5px; opacity: .7; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);  -webkit-transition-duration: .4s; transition-duration: .4s; }
	.sidebar-nav .show > .dropdown-toggle::after { -webkit-transform: rotate(0); transform: rotate(0); }
/*== Menu End ==*/

/*== Form ==*/
	.form-control, .custom-select { border-color: #ced4da; color: #000; font-size: inherit; font-weight: 500; line-height: 1.4; height: calc(1.5em + .75rem + 4px); border-radius: 0; box-shadow: none; outline: none; }
	.form-control:focus, .custom-select:focus { box-shadow: none; border-color: #202833; }
	textarea.form-control { height: 80px; }
	.custom-select { background-image: url(../retina-images/ico-select.svg); background-size: 23px; background-position: right; background-repeat: no-repeat; }
	.custom-select option { color: #000; }
	.custom-control { margin-bottom: 0.5rem; }
	.custom-control-label::before { border-color: #ced4da; box-shadow: none !important; }
	.custom-control-input:checked~.custom-control-label::before { background-color: #998043; border-color: #998043; }
	.custom-control-input:focus:not(:checked)~.custom-control-label::before { border-color: #202833; }
	.custom-control-input:not(:disabled):active~.custom-control-label::before { background-color: #ddd; border-color: #ddd; }
	.custom-checkbox .custom-control-label::before { border-radius: 0; }
	.custom-file-input:focus~.custom-file-label { box-shadow: none; border-color: #202833; }
	.g-recaptcha { -webkit-transform: scale(.8); transform: scale(.8); }
	.rating { display: table; direction: rtl; }
	.rating>input { display: none; }
	.rating>label { position: relative; font-size: 32px; cursor: pointer; display: table-cell; }
	.rating>label::before { content: "\2605"; position: absolute; opacity: 0; }
	.rating>label:hover:before, .rating>label:hover~label:before { opacity: 1 !important; }
	.rating>input:checked~label:before { opacity: 1; }
	.rating:hover>input:checked~label:before { opacity: 0.4; }
	.ui-datepicker { font-size: 12px !important; }
	.contact-form {  margin-left: auto; margin-right: auto; }
	.contact-form .form-control, .contact-form .custom-select { background-color: #fff; color: #324158; border:none; }
	.contact-form textarea.form-control { height: 60px; }
	.contact-form .custom-control-label::before { background-color: transparent; }
	.contact-form .form-control:focus, .contact-form .custom-select:focus, .contact-form .custom-control-input:focus:not(:checked)~.custom-control-label::before { border-color: #fff; }
	input[type="checkbox"]:required { display: none; }
	input[type="checkbox"]:required:invalid + label::before { border: 1px solid red; }
/*== Form End ==*/

/*== Button ==*/
	.btn { font-size: 14px; font-weight: 600; padding: 9px 28px; text-transform: uppercase; text-decoration: none; border-radius: 2.5rem; box-shadow: none !important; }
	.btn-sm { font-size: 12px; padding: 7px 17px; }
	.btn-primary { color: #fff; background-color: #998043; border-color: #998043; }
	.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active { color: #fff; background-color: #000; border-color: #000; }
	.btn-secondary { color: #fff; background-color: #998043; border-color: #998043; }
	.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active { color: #998043; background-color: #000; border-color: #000; }
	.btn-dark { color: #fff; background-color: #202833; border-color: #202833; }
	.btn-dark:hover, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled):active { color: #fff; background-color: #000; border-color: #000; }
	.btn-outline-primary { color: #998043; border-color: #998043; }
	.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active { color: #fff; background-color: #998043; border-color: #998043; }
	.btn-outline-secondary { color: #998043; border-color: #998043; }
	.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active { color: #fff; background-color: #998043; border-color: #998043; }
	.btn-outline-dark { color: #202833; border-color: #202833; }
	.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:not(:disabled):not(.disabled):active { color: #fff; background-color: #202833; border-color: #202833; }
	.btns-group { max-width: 250px; margin-left: auto; margin-right: auto; }
	.btns-group .btn + .btn { margin-top: 10px; }
	.gallery-btn { font-size: 22px; line-height: 1.2; padding: 10px; text-decoration: none; position: relative; }
	.gallery-btn .border.position-relative { z-index: 1; }
	.gallery-btn .btn-h { height: 120px; }
	.gallery-btn:after { content: ''; background-color: #000; opacity: .6; width: 100%; height: 100%; position: absolute; left: 0; top: 0; -webkit-transition-duration: .4s; transition-duration: .4s; }
	.btn-pdf { padding-left: 55px; background-image: url(../retina-images/ico-pdf.svg); background-size: 22px; background-repeat: no-repeat; background-position: 25px center; }
	.pdf-btn { font-size: 18px; line-height: 1.2;  text-decoration: none; position: relative; }
	.pdf-btn .position-relative { z-index: 1; }
	.pdf-btn img.pdg {padding-right: 7px;}
	.pdf-btn .btn-h { height: 104px; }
	.pdf-btn:after { content: ''; background-color: #998043; width: 100%; height: 100%; position: absolute; left: 0; top: 0; -webkit-transition-duration: .4s; transition-duration: .4s; }
/*== Button End ==*/

/*== Back to top ==*/ 
	#back-to-top { position: fixed; bottom: 150px; right: 10px; z-index: 1000; }
	#back-to-top img{ width:15px; height:10px;}
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #back-to-top { right: 20px; } }
	#back-to-top a {color: #fff; text-align: center; line-height: 31px; text-decoration: none; display: block; height: 2.25rem; width: 2.25rem; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
		-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4); -moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4); box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4);
		background-color: #444;}
	#back-to-top a:hover { background-color: #000; }
/*== Back to top End ==*/

/*== Slider ==*/
	.row.slider-section{ padding:0 50px; position:relative; }
	.arrow-right,.arrow-left { width:45px; height:45px; background-color:#998043; display:flex; align-items:center; justify-content:center; border-radius:50%; font-size:31px; color:#fff; position:absolute; top:calc(50% - 22.5px); left:0; cursor:pointer; text-align:center; }
	.arrow-right:hover,.arrow-left:hover { background-color:#323232; }
	.arrow-left span, .arrow-right span { position:relative; top:0; }
	.arrow-right { left:auto; right:0; }
	.slick-slide { padding: 15px; }
	.slider-range { -webkit-appearance:none; -moz-appearance:none; width:100%; height:2px; border-radius:5px; background:#998043; outline:none; }
	.slide-range { position:relative; }
	.slider-range::-webkit-slider-thumb { -webkit-appearance:none; appearance:none; content:'3e'; width:20px; height:20px; border-radius:50%; background:#998043; cursor:pointer; z-index:100; }
	.slider-range::-moz-range-thumb { -moz-appearance:none; appearance:none; content:'3e'; width:20px; height:20px; border-radius:50%; background:#998043; cursor:pointer; z-index:100; outline:none; }
	@-moz-document url-prefix(){.slider-range{-moz-appearance:none;width:100%;height:2px;border-radius:5px;outline:none;margin-left:-2px;border:none}}
	.slide-wrapper { background-color:#ebf8ff; }
	.slide-week { font-size:1rem; font-weight:600; }
	.owl-theme .owl-dots .owl-dot { background-color: transparent !important; }
	.owl-theme .owl-dots .owl-dot span { width: 14px !important; height: 14px !important; background-color: transparent !important; border: #998043 1px solid !important; display: block !important; margin: 0 !important; }
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #998043 !important; }
/*== Slider End ==*/

/*== Accordion ==*/
	.card { text-align: left; border: none; border-bottom: 1px solid rgba(0,0,0,.125); }
	.card .card-header { background-color: transparent; padding: 0; border: none; }
	.card .card-header .btn { display: block; padding: 24px 30px 24px 10px; color: #998043; font-size: 18px; font-weight: 400; text-align: left; text-transform: none; text-decoration: none; }
	.card .card-header .btn:after { content: ''; width: 15px; height: 9px; position: absolute; right: 10px; top: 34px; background: url(../retina-images/card-arrow.svg) no-repeat; background-size: 12px; -webkit-transition-duration: .4s; transition-duration: .4s; }
	.card .card-header .btn.collapsed:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
	.card .card-body { padding: 0 10px 24px; line-height: 1.5; }
/*== Accordion End ==*/

/*=== Blog ===*/
	.box-info { font-size: 11px; font-weight: 400; line-height: 1.4; color: #000; }
	.post-block a { text-decoration: none !important; font-size: 14px; line-height: 1.4; }
	.post-thumb { min-height: 250px; }
/*=== Blog End ===*/

/*== Common Styles ==*/
	.custom-row { margin-left: -8px; margin-right: -8px; }
	.custom-row .colm { padding-left: 9px; padding-right: 9px; }
	.custom-row .colm span { color: #fff; text-transform: uppercase; padding: 0.5rem 0; display: block; }
	.data-src { background-repeat: no-repeat; }
	.list-group { padding-left: 22px; margin-bottom: 0.5rem; text-align: left; }
	.list-group li { margin-bottom: 0.5rem; }
	.breadcrumb { background-color: transparent; font-weight: 400; }
	.breadcrumb, .breadcrumb h2 { font-size: 13px; font-weight: 400; }
	.breadcrumb a { color: #000; text-decoration: none; }
	.breadcrumb a:hover { color: #998043; }
	.breadcrumb-item { display: inline-block; }
	.breadcrumb-item+.breadcrumb-item::before { content: '→'; font-size: 18px; line-height: 1; opacity: .5; }
	.team-wrap { text-decoration: none; color: inherit; }
	.team-wrap .team-info { display: block; background-color: rgba(0,0,0,.8); padding: 10px; position: absolute; left: 0; bottom: 0; max-height: 170px; }
	.team-wrap .team-info .btn { opacity: 0; }
	.first-banner { min-height:500px; }
	.second-banner { min-height:500px; }
	.why-banner1{min-height:400px;}
	.new-patient-banner1 { min-height:500px; }
	.inner-banner:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #111111; opacity: 0.6; }
	.slogan-box { background-color: rgba(33,33,33,.8); margin-top: 100px; }
	.treatment-box .d-table, .hotlink-box .d-table { width: 101%; }
	.treatment-box .treatbox-h, .hotlink-box .hotbox-h { background-color: rgba(33,33,33,.65); height: 280px; }
	.sepline-v { width: 1px; height: 100%; background-color: #fff; position: absolute; right: 0px; top: 0; }
	.word-break { word-break: break-all; }
	.border-dashed { border-style: dashed; border-width: 2px; }
	.img-gallery { position: relative; overflow: hidden; }
	.img-gallery:before { content: ''; background-color: #000; opacity: 0; width: 100%; height: 100%; position: absolute; left: 0; top: 0; -webkit-transition-duration: .4s; transition-duration: .4s; }
	.img-gallery:hover:before { opacity: 0.6; }
	.review-item { padding: 5px; background-color: #323232; color: #000; }
	.review-item .border { border-width: 3px !important; }
	.case-item {margin-left: auto; margin-right: auto; }
	.case-item span { margin-bottom: 10px; }
	.treatment-wrap { position: relative;}
	.treatment-wrap:after { content: ''; background-color: #000; opacity: 0.56; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
	.treatment-wrap .treatment-list, .treatment-wrap .treatment-title { z-index: 1; }
	.treatment-img { position: relative; min-height: 250px; }
	.treatment-img:after { content: ''; background-color: #000; opacity: 0.56; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
	.brand-logos { background-color: #E6E7EB; }
	.embed-medivision { max-width: 500px; margin-left: auto; margin-right: auto; }
	/*.embed-medivision iframe { width: 400px; height: 230px; }*/
	.pdf-img { width: 70px; }
	.btn-patient {width: 340px; position: fixed;bottom: 270px; right: 0;z-index: 111111111;}
	.clip-star {background: #998043; clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block; height: 20px; width: 20px;}
	.insta-strip { text-decoration: none; }
	.sidebar .widget-title {font-size: 22px;font-weight: 400;margin-bottom: 0;color: #fff;padding: 9px 15px;}
	.sidebar ul {margin: 0;padding: 15px 15px 15px 30px;font-size: 15px;line-height: 1.4;font-weight: 400;border: 1px solid #dee2e6!important;}
	.sidebar ul li a {text-decoration: none;}
	.table-bordered {border: 1px solid #dee2e6;}
	.new-patient-banner {min-height: 280px;}
	.btn-finance-calc {color: #fff; background-color: #998043; border-color: #998043;}
    .btn-finance-calc:hover, .btn-finance-calc:focus {color: #fff;background-color: #000;border-color: #000;}
	.hover-box{ border:1px solid #eee;}
	.hover-box:hover{ background-color:#998043; border:1px solid #eee; color:#fff;}
	.second-img-height{height:580px}
	.img-background1{background-color: #fff;}
	.bone-banner{ min-height:1230px;}
	.center-div-custom{display: flex; align-items: center;}
	#overlay .modal-header{border-bottom:0px !important;}
	.book-app button.close{color: #fff !important;}
	.book-app button:focus  {outline: none !important; border:0 !important;}
	.testimonial-margin svg{margin-bottom:7px !important;}
	.author-content{margin-top:-16px;}
	.expandable .expandee {display: none;}
	.expanded .expandee {display: block;margin-top: 1rem;}
	#float{z-index: 1000;}
	.home-banner::after { content: ""; position: absolute; display: inline-block; width: 100%; height: 100%; background: rgba(0,0,0,0.5); top:0; left:0;}
	.home-video { position: absolute; left: 0; right: 0; top: 0; height: 438px; object-fit:cover; }
	.z-index { z-index: 1 !important; }
	.whatsapp-button { position: fixed;bottom: 65px;left: -3px;width: 50px;z-index: 3;transition: all .5s;}
	.whatsapp-button svg{width: 100%;}
/*== Common Styles ==*/
/*=== Retina background ===*/
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
   	only screen and ( min--moz-device-pixel-ratio: 1.3 ),
    only screen and ( -o-min-device-pixel-ratio: 2.6/2 ), /* returns 1.3, see Dev.Opera */
    only screen and ( min-device-pixel-ratio: 1.3 ),
    only screen and ( min-resolution: 124.8dpi ),
    only screen and ( min-resolution: 1.3dppx ) {	
}
/*=== Retina background End ===*/
/*== Responsive ==*/
@media (min-width: 576px) {
	.treatment-box .treatbox-h { height: 280px; opacity: 0; }
	.hotlink-box .hotbox-h { height: 240px; opacity: 0; }
	.treatment-box:hover .treatbox-h, .hotlink-box:hover .hotbox-h { opacity: 1; }
	.review-item { padding: 16px; }
	.gallery-btn { padding: 16px; }
	.gallery-btn .btn-h { height: 140px; }
	.pdf-btn { padding: 2px; }
	.pdf-btn .btn-h { height: 140px; }
	.post-thumb { min-height: 330px; }
	.implant-step-banner{min-height: 575px !important;}
	.book-app .modal-dialog{margin: 7rem auto;}
	.home-video { height: 425px; }
}
@media (min-width: 768px) and (max-width:992px){ 
	.sub-title1 { font-size: 25px !important; margin-bottom: 1rem;  } 
	.home-video { height: 470px; }	
}
@media (min-width: 768px) {
	body { font-size: 17px; line-height: 1.6rem; }
	p { margin-bottom: 1.5rem; }
	.treat.list-group { padding-left:35px;}
	.list-group { margin-bottom: 1.2rem; }
	.page-title { font-size: 55px; margin-bottom: 0rem; }
	.sub-title1 { font-size: 36px; margin-bottom: 1rem;  }
	.sub-title2 { font-size: 28px; margin-bottom: 0.7rem; }
	.sub-title3 { font-size: 22px; margin-bottom: 0.7rem; }
	.sub-title4 { font-size: 18px; }
	.sub-title5 { font-size: 18px; }
	small,.small { font-size: 15px; line-height: 1.4; display: block; }
	#main-menu { position: fixed; top: -100%; left: 0; right: 0; }
	#main-menu.sticky-fixed { top: 0; -webkit-animation-name: fixedmenu; -moz-animation-name: fixedmenu; animation-name: fixedmenu; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s; }
	@-webkit-keyframes fixedmenu { from { top: -45%; } to { top: 0%; } }
	@-moz-keyframes fixedmenu { from { top: -45%; } to { top: 0%; } }
	@keyframes fixedmenu { from { top: -45%; } to { top: 0%; } }
	.navbar-expand-md .navbar-nav .nav-link { padding: 16px 11px; font-size: 13px; }
	.navbar-expand-md .dropdown-menu .dropdown-item { padding: 7px 11px; font-size: 13px; }
	.navbar .dropdown-toggle::after { display: none; }
	.footer-map { min-height: 290px; }
	.footer-map .btn { margin-top: 190px; }
	.table-hours { max-width: 310px; }
	.page-header .phoneheader { letter-spacing:2px; }	
	.owl-theme .owl-dots .owl-dot { width: 10px; height: 10px; }
	.owl-theme .owl-dots .owl-dot span { width: 10px !important; height: 10px !important; }
	.slogan-box {margin-top: 200px;}
	.treatment-box .treatbox-h { height: 320px; }
	.hotlink-box .hotbox-h { height: 250px; }
	.team-wrap:hover .team-info { max-height: 100%; padding-top: 20px; }
	.team-wrap:hover .team-info.big-height { max-height: 100%; padding-top: 20px; }
	.team-wrap:hover .team-info .btn { opacity: 1; }
	.gallery-btn:hover:after { opacity: .28; }
	.gallery-btn { font-size: 14px; padding: 5px !important; }
	.gallery-btn .btn-h { height: 110px; }
	.pdf-btn:hover:after { opacity: .28; }
	.pdf-btn { font-size: 18px; }
	.pdf-btn .btn-h { height: 110px; }
	.treatment-wrap{min-height:350px;}
	.treatment-wrap .btn{font-size:12px;padding: 9px 20px;}
	.refral-btn {margin-bottom: 0px;}
	.team-wrap .team-info.big-height { max-height: 200px; }
}
@media (max-width: 991.98px){#float {position: fixed; width: 100%; right: 0; bottom: 0; padding: 0.625rem 0.9375rem;}
#float .btn-primary {display: block;width: 37%; margin-left: auto; margin-right: auto;}}
@media (min-width: 768px) and (max-width: 991px) {
	.team-wrap .team-info { max-height: 137px; }
	.team-wrap .team-info .sub-title3 { font-size: 18px; margin-bottom: 0.4rem; }
	.team-wrap .team-info small { font-size: 13px; }
	.slogan-box {font-size: 14px; padding: 15px 10px !important;}
	.whatsapp-button{bottom: 90px;left: -10px;width: 55px;}
    .whatsapp-button:hover{opacity: .6;}	
}
@media (min-width: 992px) {
	.page-title { font-size: 70px; margin-bottom: 0rem; }
	.page-header { font-size: 12px; }
	.navbar-expand-md .navbar-nav .nav-link { padding: 16px 10px; font-size: 13px; }
	.navbar-expand-md .dropdown-menu { min-width: 11rem; }
	.navbar-expand-md .dropdown-menu .dropdown-item { padding: 7px 10px; font-size: 13px; }
	.page-header .phoneheader { letter-spacing:2px; }
	.slogan-box { margin-top: 280px; }
	.treatment-box .treatbox-h { height: 380px; }
	.hotlink-box .hotbox-h { height: 270px; }
	.gallery-btn { font-size: 18px; padding: 10px !important; }
	.gallery-btn .btn-h { height: 140px; }
	.pdf-btn { font-size: 14px; }
	.pdf-btn .btn-h { height: 67px; }
	.treatment-wrap .treatment-list { opacity: 0; }
	.treatment-wrap:hover .treatment-list { opacity: 1; }
	.treatment-wrap:hover .treatment-title { opacity: 0; }
	.treatment-wrap:after { opacity: .4; }
	.treatment-wrap:hover:after { opacity: .56; }
	.treatment-wrap .btn{font-size:14px;}
	.treatment-wrap{min-height:450px;}
	.refral-btn {margin-bottom: 6px; padding: 9px 16px;}
	.bookAp-btn {padding: 9px 16px;}
	#float {position: fixed;top: 45%;transform: translateY(-50%) rotate(-90deg);right: -5.75rem;bottom:54% !important;}
	.team-wrap .team-info.big-height { max-height: 215px; }
	.bg-fixed { background-attachment: fixed !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.headeremail {font-size: 11px;}
	.contact-details{margin-top: 7px;}
	.btn-consultations {font-size: 9px;}
	.home-video { height: 615px; }
}
@media (max-width: 767.98px){
#float .btn-primary {
    width: 97%;
}
}
@media (min-width: 1200px) {
	.page-header, .page-header .phoneheader { font-size: 16px; }
	.contact-details { margin-top: 10px; }
	.navbar-expand-md .navbar-nav .nav-link { padding: 16px 15px;  font-size: 14px;}
	.navbar-expand-md .dropdown-menu .dropdown-item { padding: 7px 15px; font-size: 14px; }
	.team-wrap .team-info { max-height: 160px; }
	.team-wrap .team-info.big-height { max-height: 230px; }
	.gallery-btn { font-size: 24px; padding: 1rem !important;}
	.gallery-btn .btn-h { height: 120px; }
	.pdf-btn { font-size: 17px; background: #000000;}
	a:hover.pdf{background: #000;}
	.treatment-img { min-height: 450px; }
	.refral-btn {padding: 9px 18px;}
	.bookAp-btn {padding: 9px 18px;}
	.page-header .site-logo img { max-width:220px; max-height: 60px; }
	.home-video {height: 615px;}	
}
@media (min-width: 1300px) { .home-video { height: 735px; } }
@media (min-width: 1300px) and (max-width: 1470px) {.navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .dropdown-menu .dropdown-item { padding: 16px 20px !important; } }
@media (min-width: 1300px) {
	.navbar-expand-md .navbar-nav .nav-link { padding: 16px 27px; }
	.navbar-expand-md .dropdown-menu .dropdown-item { padding: 7px 27px; }
	.slogan-box { margin-top: 400px; }
	.treatment-box .treatbox-h { height: 506px; }
	.hotlink-box .hotbox-h { height: 342px; }
	.team-wrap .team-info.big-height { max-height: 210px; }
}
@media (min-width: 1400px) {
	.team-wrap .team-info.big-height { max-height: 195px; }
	.home-video { height: 735px; }
}
@media (max-width: 767px) {
	/*.embed-medivision { max-width: 280px; max-height: 170px; -webkit-transform: scale(0.70); transform: scale(0.70); -webkit-transform-origin: 0px 0px; transform-origin: 0px 0px; }*/
	.top-review{padding-top:40px !important;}
	.patients-say{padding-top: 1rem !important;}
	.slogan-box {font-size: 12px; padding: 15px 10px !important; letter-spacing: 3px; margin-top: 190px;}
	.page-header .site-logo img {  max-height: 80px; }
	.ft-section{padding-top:1rem !important; padding-bottom: 4rem !important;}
	.Book-complimentary-section {display:flex !important; margin: 0 auto !important;}
}
@media (min-width: 320px) and (max-width: 480px) { 
.fbg-sm {background-position: -400px 0px !important;}
}
@media (max-width: 575px) {
	.custom-xs-row { margin-left: -8px; margin-right: -8px; }
	.custom-xs-row .colm-xs { padding-left: 9px; padding-right: 9px; }
	.table td, .table th { padding: 7px 4px; }
	.min-height { height:400px;}
	.inner-banner a.btn{font-size: 12px; padding: 9px 11px;}	
	.fees-banner h1.banner-title {color: #fff !important; font-size: 24px !important;}
	.btn-finance-calc {color: #fff;background-color: #000;}
.btn-finance-calc:hover, .btn-finance-calc:focus {color: #000; background-color: #fff;}
.ft-section{padding-top:1rem !important; padding-bottom: 4rem !important;}
}
/*== Responsive end ==*/
h3.capitalize {text-transform: capitalize !important;}
/* ======================================================================== */
.sub-title2-cus {
	font-size: 24px !important;
	letter-spacing: 2px;
	line-height: 1.2;
}
.fw-medium {
    font-weight: 600 !important;
}
.fw-light{
	font-weight: 500 !important;
	font-size: 20px !important;
}
.text-uppercase-none {
    text-transform: none !important;
}
.me-sm-3 {
	margin-right: 1rem !important;
}
@media (min-width: 1400px) {

/* .cus-h-c {height: 91.5938px !important;}

.cus-h-c1 {height: 100.391px !important;} */
}
.cus-margin-top {margin-top: 3rem !important;}

@media (min-width: 768px) {.sub-title2-cus {text-align:start;}}