/*== Basic css ==*/
	*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	body { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 300; line-height: 1.4; color: #000000; }
	a { color: #333; text-decoration: underline; }
	a:hover, a:focus { color: #333; text-decoration: none; }
	.transition { -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; }
	a.phonelink, a.phonelink:hover, a.phonelink:focus { cursor: default; text-decoration: none !important; }
	@media (max-width: 1024px) {
		a.phonelink { text-decoration: underline !important; }
	}
	:root{--primary:#be933c;}
/*== Basic css End ==*/

/*== Structure ==*/
	img { max-width: 100%; }
	.bg-y-100 { background-size: auto 100%; }
	.bg-cover { background-size: cover; }
	.bg-contain { background-size: contain; }
	.bg-auto { background-size: auto; }
	.bg-left { background-position: left; }
	.bg-right { background-position: right; }
	.bg-left-top { background-position: left top; }
	.bg-center { background-position: center; }
	.bg-center-top { background-position: center top; }
	.bg-right-top  { background-position: right top; }
	.bg-center-bottom { background-position: center bottom; }
	.bg-repeat { background-repeat: repeat; }
	.bg-no-repeat { background-repeat:  no-repeat; }
	.border-1{border:1px solid;}
	.border-2{border:2px solid;}
	.border-primary{border-color:#be933c !important;}
	.border-white{border-color:#ffffff !important;}
	.top { top: 0; }
	.bottom { bottom: 0; }
	.left { left: 0; }
	.right { right: 0; }
	.text-underline { text-decoration: underline !important; }
	a.text-underline:hover { text-decoration: none !important; }
	.overflow-x-hide { overflow-x: hidden; }
	.overflow-y-hide { overflow-y: hidden; }
	.overflow-hide { overflow: hidden; }
	.text-red{color: #cc0b0b!important;}
	.text-dark { color: #000!important; }
	.text-primary { color: #be933c !important; }
	.text-secondary { color: #050505 !important; }
	.bg-primary { background-color: #be933c !important; }
	.bg-secondary { background-color: #6dc3f1 !important; }
	.bg-light { background-color: #f7f7f7 !important; }
	.bg-light-1 { background-color: #eef2f5 !important; }
	.bg-gray { background-color: #f2f2f2 !important; }
	.bg-gray-1 { background-color: #9e9c9c !important; }
	.bg-dark { background-color: #000000 !important; }
	.bg-small-dark { background-color: #000000 !important; }
	.bg-blue{background-color: #05b3c3 !important;}
	.font-weight-400{font-weight:400;}
	.font-weight-500{font-weight:500 !important;}
	.border-radius-50{border-radius:50%;}
	.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; }
	.delay-250 { -webkit-animation-delay:0.25s; animation-delay:0.25s; }
	.delay-500 { -webkit-animation-delay:0.5s; animation-delay:0.5s; }
	.delay-750 { -webkit-animation-delay:0.75s; animation-delay:0.75s; }
	.delay-1000 { -webkit-animation-delay:1.0s; animation-delay:1.0s; }
	.delay-1250 { -webkit-animation-delay:1.25s; animation-delay:1.25s; }
	.delay-1500 { -webkit-animation-delay:1.5s; animation-delay:1.5s; }
	.delay-1750 { -webkit-animation-delay:1.75s; animation-delay:1.75s; }
	.delay-2000 { -webkit-animation-delay:2.0s; animation-delay:2.0s; }
	.delay-2500 { -webkit-animation-delay:2.5s; animation-delay:2.5s; }
	.delay-2000 { -webkit-animation-delay:2.0s; animation-delay:2.0s; }
	.delay-2500 { -webkit-animation-delay:2.5s; animation-delay:2.5s; }
	.delay-3000 { -webkit-animation-delay:3.0s; animation-delay:3.0s; }
	.delay-3500 { -webkit-animation-delay:3.5s; animation-delay:3.5s; }
	.border-light { border-color: #d1d1d1!important; }
	.border-dark { border-color: #999!important; }
	.table-bordered td, .table-bordered th { background-color: #e3e3e3; }
	.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th { border-color: #ccc; }
	.mw-inherit { max-width: inherit !important; }
	.d-tabel { display: table !important; }
	.d-cell { display: table-cell !important; }
	.font-weight-bold{font-weight: bold;}
	.font-size-small{ font-size: 17px;}
	.d-contents{display: contents;}
	@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; }
		.h-sm-100 { height: 100% !important; }
		.d-sm-tabel { display: table !important; }
		.d-sm-cell { display: table-cell !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; }
	}
	@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; }
		.h-md-100 { height: 100% !important; }
		.co-md-20 { max-width: 20%; }
		.d-md-tabel { display: table !important; }
		.d-md-cell { display: table-cell !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; }
	}
	@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; }
		.h-lg-100 { height: 100% !important; }
		.d-lg-tabel { display: table !important; }
		.d-lg-cell { display: table-cell !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; }
	}
	@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; }
		.h-xl-100 { height: 100% !important; }
		.d-xl-tabel { display: table !important; }
		.d-xl-cell { display: table-cell !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; }
	}
/*== Structure End ==*/

/*== Heading ==*/
	.page-title { font-size: 28px; font-weight: 300; line-height: 1.2; margin-bottom: 1.5rem; }
	.sub-title { font-size: 24px; font-weight: 300; line-height: 1.2; margin-bottom: 1.5rem; }
	.footer-title { font-size: 18px; font-weight: 300; line-height: 1.2; margin-bottom: 1.2rem; }
	.index-title{font-size:26px; font-weight:300;}
	.small-title{font-size: 20px; font-weight: 300; line-height: 1.2; margin-bottom: 1.2rem;}
	.header-phone-icon{ width: 12px; position: relative; top: -1px;}
	.small-text { font-size:13px;}
	.price-txt1 {font-size: 30px;}
	
/*== Heading End ==*/

/*== Header ==*/
	.page-header { font-size: 15px; }
	.page-header .phoneheader { font-size: 20px; }
	address  strong{ font-size:22px;}
	address{font-size:14px; font-weight:400;}
	header .btn{font-size:14px;}
	.fixed-top { -webkit-animation-name: topheader; -moz-animation-name: topheader; animation-name: topheader; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s; }@-webkit-keyframes topheader {from { top: -45%; } to { top: 0%; }}@-moz-keyframes topheader {from { top: -45%; } to { top: 0%; }}@keyframes topheader {from { top: -45%; } to { top: 0%; }}
	header.fixed-top{box-shadow: rgba(0,0,0,0.18) 2px 0px 10px;}	
	.corsur-default{cursor:default;}
	.ida img { margin-top:5px;}
	.site-logo a { text-decoration:none;}
/*== Header End ==*/

/*== Banner ==*/
	.banner-logo{position:relative; top:1.5rem; width:150px; z-index:1;}
	.banner-btn{border-color:#ffffff !important; top:-14px;}
	.banner-title{font-size:24px;}
	.white-line-break:after{content:''; width:20px; height:1px;display:block;background: #ffffff; margin: 15px auto;}
/*== Banner End ==*/

/*== Button ==*/
	.btn-primary {color: #fff;background-color: #be933c; border-color: #be933c; border-radius:0; text-decoration:none;}
	.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus{background:#333333; color:#ffffff; border-color:#333333;box-shadow:none;}
/*== Button End ==*/

/*== Footer ==*/
	.slinks { list-style: none; margin: 0; padding: 0; }
	.slinks a { display: block; text-decoration: none; }
	.slinks a:hover path { fill: #aaa; }
	.slinks li { display: inline-block; }
	.slinks li + li { margin-left: 7px; }
	.page-footer { font-size: 18px; }
	.page-footer a { color: inherit; }
	.footer-address { background-color: #222; }
	.footerlinks { list-style: none; margin: 0; padding: 0; }
	.footerlinks a { color: inherit; text-decoration: none; }
	.footerlinks a:hover { color: inherit; text-decoration: underline; }
	.footerlinks li + li { margin-top: 17px; }
	.footer-table tr + tr td { padding-top: 16px; }
	.copyright-text { font-family: Verdana, Geneva, sans-serif; font-size: 11px; line-height: 1.4; color: #ffffff; }
	.webauthorv1 { color: #ffffff; 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: #fff !important; }
	.df-author[data-theme=white] .webauthorv1 path { fill: #fff !important; }
	.df-author[data-theme=light] .webauthorv1 { color: #bbb !important; }
	.df-author[data-theme=light] .webauthorv1 path { fill: #bbb !important; }
	.df-author[data-theme=dark] .webauthorv1 { color: #ffffff !important; }
	.df-author[data-theme=dark] .webauthorv1 path { fill: #ffffff !important; }
/*== Footer end ==*/

/*== Menu ==*/
	.navbar-toggler { width: 25px; height: 21px; padding: 0; outline: none !important; }
	.navbar-toggler .i-line { width: 100%; height: 2px; border-radius: 10px; background-color: #000000; 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: -1px; }
	.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: 8px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
	.navbar .nav-item { outline: none; }
	.navbar .nav-link { color: #fff; font-size: 14px; line-height: 1.4; text-decoration: none; text-transform: uppercase; padding: 14px 20px !important; position:relative; }
	.active .nav-link, .open .nav-link, .nav-item:hover .nav-link, .nav-item:focus .nav-link {  color: #be933c !important; text-decoration: none; }
	.dropdown-menu { background-color: #000000; margin: 0; border: none; border-radius: 0; padding: 10px 0; font-size: 14px;    min-width: 13rem; }
	.dropdown-menu .dropdown-item { color: #fff; text-decoration: none; padding: 8px 20px; font-weight: 300;}
	.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active { background-color: transparent; color: #be933c !important; }
	.open > .dropdown-menu { display: block; }
	.dropdown-toggle::after { position: absolute; right: 15px; top: 50%; border-width: 5px; margin-top: -2px; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
	.show > .dropdown-toggle::after { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	.navbar { position: fixed; left: -270px; top: 0 !important; height: 100%; width: 100%; max-width: 250px; display: block; z-index: 1031; box-shadow: rgba(0,0,0,0.18) 2px 0px 10px; background:#000000 !important;overflow-y: auto; }
	.navbar .nav-item{border-bottom:1px solid #9e9996;}
	.navbar .nav-item:last-child{border-bottom:none;}
	@media (min-width: 768px) {
		.navbar .dropdown-toggle::after { display: none; }
		.navbar{position: relative; left: inherit; height: auto; width: 100%; display: flex; background-color: #000000 !important;  max-width: 100%; overflow:inherit;box-shadow:none;}
		.navbar .nav-item{border-bottom:none;}
	}
/*== Menu End ==*/

/*=== Modal Popup ===*/
	.modal-dialog { margin-top: 3rem; }
	/*.close { position: absolute; padding: 0.25rem 1rem; right: 0; top: -38px; color: #fff !important; opacity: 1; text-shadow: none !important; font-size: 36px; outline: none !important; }*/
	.modal .close { position: absolute; top: -28px; right: 0; width: 26px; height: 20px; opacity: 1; outline: none; }
	.modal .close:before, .modal .close:after { content: ''; width: 100%; height: 2px; border-radius: 4px; background-color: #ffffff; position: absolute; left: 0; top: 8px; }
	
	.modal .close:before { transform: rotate(45deg); }
	.modal .close:after { transform: rotate(-45deg); }	
/*=== Modal Popup End ===*/

/*======================================*/
/*	Brand Logos Row
/*======================================*/
	.brand-logos { border-bottom: #eee 1px solid; }
	.brand-logos ul { list-style: none; padding: 15px; display: inline-block; }
	.brand-logos ul li { display: table-cell; padding: 0.3rem 1rem; }
	.brand-logos ul li img { height: auto }
	
	..insurance-logos { border-bottom: #eee 1px solid; }
	.insurance-logos ul { list-style: none; .margin: 0 -1.4rem; padding: 0; width:50%; background:#FFFFFF; }
	.insurance-logos ul li { display: table-cell; padding: 0.8rem 1rem; }
	.insurance-logos ul li img { height: auto }
/*======================================*/
/*	Brand Logos Row End
/*======================================*/

/*== Back to top ==*/ 
	#back-to-top { position: fixed; bottom: 150px; right: 10px; z-index: 1000; }
	@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: 33px; text-decoration: none; display: block; height: 2.25rem; width: 2.25rem; font-size: 1.25rem; -webkit-border-radius: 100%; border-radius: 100%;
		-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; 
		-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.6); -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.6); box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.6);
		background: #be933c; 
	}
	#back-to-top a:hover { background-color: #000000; color: #fff; }
/*== Back to top End ==*/

/*== Form Css ==*/
	.form-control, .custom-select, .form-control:focus, .custom-select:focus{border: 1px solid #9e9996;color: #e3e3e3;font-weight: 300;background: none; border-radius:0; font-size:14px; height:calc(1.5em + .75rem + 6px);}
	.email-form .form-control, .email-form .custom-select, .email-form .form-control:focus, .email-form .custom-select:focus{ color:#000000;}
	.custom-select, .custom-select:focus{height: calc(1.5em + .75rem + 7px);}
	.custom-select, .custom-select:focus{ background: url(../retina-images/custom-select.svg) no-repeat; background-size: 12px; background-position: center right 10px; color:#ffffff;border: 1px solid #9e9996;}
	.email-form .custom-select, .email-form .custom-select:focus{ background: url(../retina-images/custom-select-focus.svg) no-repeat; background-size: 12px; background-position: center right 10px; color:#000000;border: 1px solid #4f4f4f;}
	.custom-select:focus{color:#000000; background: #ffffff url(../retina-images/custom-select-focus.svg) no-repeat;background-position: center right 10px;}
	.custom-control-label::before{background: none;border: 1px solid #9e9996; border-radius:0 !important;}
	.email-form .custom-control-label::before{background: none;border: 1px solid #9e9996; border-radius:0 !important;}
	.custom-control-input:checked~.custom-control-label::before{    border-color: #9e9996; background-color: #be933c;}
	.custom-checkbox{font-size:14px;line-height: 24px;}
	.g-recaptcha {transform: scale(0.80);-webkit-transform: scale(0.80); transform-origin: 0 0; -webkit-transform-origin: 0 0;}
	.transform-center { transform-origin: center; -webkit-transform-origin: center;}
	.feedback-form label, .feedback-form .control-label{font-size:14px;}
	.feedback-form .custom-radio .custom-control-label::before, .feedback-form .custom-radio .custom-control-label::after{top:0.15rem;}
	.input-group-text{background-color: #be933c; border: 1px solid #be933c; color: #fff; border-radius:0;}
	.countbox{border: none; width: 38px;color: #000;font-weight: 300;}
	.countbox-sm{border: none; width: 21px;color: #000;font-weight: 300;}
	textarea.form-control, textarea.form-control:focus{height:auto;}
	.car-counter{font-size:14px;font-weight: 300;}
	.input-group-append .btn, .input-group-prepend .btn{height: 37px;border: none; color:#ffffff;}
	.vertual-form .form-control, .vertual-form .custom-select, .vertual-form .form-control:focus, .vertual-form .custom-select:focus{color:#000000;}
	.vertual-form .custom-file-label{border-radius: 0; cursor:pointer; font-size:16px;}
	.vertual-form .custom-file-label::after{background-color: #be933c; color:#ffffff; border-radius: 0;border-color: #be933c;}
	.custom-file-input:lang(en)~.custom-file-label::after{content: "Upload";}
/*== Form Css End ==*/

/*== breadcrumbs Css ==*/
	.breadcrumbs { background:#e4e4e4; }
	.breadcrumb { background-color: transparent; }
	.breadcrumb, .breadcrumb h2 { font-size: 0.9rem;font-weight: 300; }
	.breadcrumb a { color: #000000; text-decoration: none; }.
	.breadcrumb a:hover { color: #be933c; }
/*== breadcrumbs Css End ==*/

/*== Common Styles ==*/
	.team-img-main{width: 260px; margin: 0 auto; margin-bottom:20px;}
	.team-img-1{width:180px;}
	.team-img-2{text-align: right; margin-top: -80px; width:180px;margin-left: auto;}
	.team-text:before{content:'';position: absolute; bottom: -27px; width: 165px; height: 26px;background:url(../retina-images/shadow.png) no-repeat; left:-26px;}
	.team-text:after{content:'';position: absolute; bottom: -27px; width: 165px; height: 26px;background:url(../retina-images/shadow.png) no-repeat; right:-26px;background-position: right;}
	.block-img{min-height:300px;}
	.hot-btn-text-main{font-size:20px; width:270px;position: absolute;bottom: -45px;left: 50%; margin-left: -135px;}
	.hot-btn{width: 236px;display: block;margin: 0 auto; clear: both; top: -18.5px;font-size: 14px;}
	.number-list-group{font-size:20px;}
	.list-number{font-size: 35px; border: 2px solid #be933c;width: 70px;border-radius: 50%;height: 70px;line-height: 65px;display: inline-table;}
	.video-icon{width: 70px;height: 70px; border: 2px solid #be933c; line-height: 63px;border-radius: 50%;padding-left: 5px; position:absolute; right:10px; top:10px;}
	.video-main:before{content:'';position: absolute; bottom: -26px; width: 165px; height: 26px;background:url(../retina-images/shadow.png) no-repeat; left:-26px;}
	.video-main:after{content:'';position: absolute; bottom: -26px; width: 165px; height: 26px;background:url(../retina-images/shadow.png) no-repeat; right:-26px;background-position: right;}
	.video-caption{font-size:13px;}
	.map-btn{width:200px; position:absolute; bottom:100px; left:50%; margin-left:-100px;}
	.map-div{min-height:400px;}
	.newpatient-list .icon{margin-right:0.5rem;position: relative;  top: -2px;width: 30px; text-align: center;}
	.newpatient-list{margin-bottom:1.5rem;}
	.new-patient-title{text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;}
	.list-group{margin-left:1.5rem;}
	.list-group li{margin-bottom:0.5rem;}
	.list-group li:last-child{margin-bottom:0;}
	.banner-bullet-point.list-group li{ margin-bottom:3px; font-weight:500;}
	.invisalign-strip-logo{width:140px; float:none; display:block;margin: 0 auto;}
	.video-with-center-icon{display: block; width: 100%; height: 100%;}
	.video-with-center-icon .video-icon{ left: 50%;top: 50%; margin-left:-35px; margin-top:-35px;}
	.treatment-btn{width:250px; font-size:14px;}
	.treatment-btn-bottom{margin-bottom:0.5rem;}
	.vertical-align-middle{vertical-align:middle;}
	.back-to-btn a{width:250px;}
	.embed-medivision { margin-left: auto; margin-right: auto; }
	.embed-medivision iframe { width: 400px; height: 230px; }
	.fees-table td { border: 1px solid #030303; }
	.fees-table1 td { border: 1px solid #030303;}
	.text-black{color:#be933c;font-weight:500}
	.fees-table tr td:last-child { text-align: right;vertical-align: top; }
	.fees-table1 tr td:last-child { text-align: center;vertical-align: top; }
    .bg-secondary { background-color: #030303!important; }
    .banner{ height:610px;}
    .top-banner1 { background: #f2f2f2 url(../retina-images/banner5.jpg) bottom right no-repeat; background-size:cover; display:table; width:100%; background-position: bottom right;}
	
	.top-banner2 { background: #000000 url(../retina-images/banner3.jpg) center  no-repeat; background-size:cover; display:table; width:100%; background-position: top;}
	.top-banner3 { background: #000000 url(../retina-images/banner4.jpg) center  no-repeat; background-size:cover; display:table; width:100%; background-position: top;}


	#myModal-invisalign .close{ top:-10px; right:10px;}
	#myModal-invisalign .modal-header{padding:0px !important; border-bottom:0px !important;}
	#myModal-invisalign .modal-content{border-radius:0px !important;}
	#myModal-invisalign .modal-dialog { max-width: 630px !important; }

	#hunger-slider .owl-item img{display: inherit!important; width: auto!important; margin: auto;}
	
	@media (max-width: 767px) {
		.chat-widget-icon { right:0px !important}
	    .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; }
		.invis .index-title {font-size: 18px;} .invis .sub-title{font-size: 17px;}
.invis .d-table{margin-bottom: 30px;}
.home-logo .brand-logos ul li{.display: block;}
.home-logo .insurance-logos ul li{display: flex;}
.price-txt1 { font-size: 24px; }
.top-banner1 .price-txt1 { font-size: 22px; }

.insurance-logos ul {
    list-style: none;
    padding: 0;
    width: 100%;
	display:flex;
    background: #FFFFFF;
}
.insurance-logos ul li {
    display: table-cell;
    padding: 0.8rem 1rem;
}

	}
	.number-list-group{display:block !important; text-align:center;}
	.block-img { background-repeat: no-repeat; }
	.row.slider-section{padding:0 50px;position:relative}.arrow-right,.arrow-left{width:45px;height:45px;background-color:#2f2f2f;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:31px;color:#fff;position:absolute;top:calc(50% - 22.5px);left:10px;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:10px;}.slick-slide{padding:15px}.slider-range{-webkit-appearance:none;-moz-appearance:none;width:100%;height:2px;border-radius:5px;background:#2f2f2f;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:#2f2f2f;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:#2f2f2f;cursor:pointer;z-index:100;outline:none;border: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}.slide-title{font-size:20px; font-weight:400;}
.case {padding:6px;}
.fees-table a{color: inherit;}
.custom-file-label input{border: none;}
.number-field{-moz-appearance: textfield;}
.number-field::-webkit-outer-spin-button,
.number-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.practice-img-main {
    /* background: #d4d5da; */
    margin-bottom: 20px;
    padding: 5px;
    transition: all 0.2s ease 0s;
}
.practice-img-main:hover {
    background: #be933c;
}
.invisalign-price h4 { font-size: 20px;font-weight: 300;}
ul.home-banner-list {
    padding-left: 0px;
    list-style: none;
}
ul.home-banner-list li {
    background: url(../retina-images/svg/check-1.svg);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: 0px 7px;
}
.second-banner{ top:18%!important; }
.second-banner h3{ font-size:20px;font-weight:600;margin-bottom: 10px!important;}
.second-banner h2{ margin-bottom:10px!important;}
.second-banner h4{ font-size:28px;font-weight:600;}
.box{background:rgba(7,7,7,0.76);border:1px solid #fff;}
.btn-header{ padding-top: 0.5rem;margin-bottom: 13px; }
.logo-font{ font-size:12px;width: 100%;line-height: 0.5;margin: 5px 0 0 0; }
.font-weight-300{ font-weight:300}
.mb-20{ margin-bottom:20px; }
.team-img-grey {
    filter: grayscale(1);
}
/* banner */
.bnr-img {position:absolute; bottom: -76px; left:0; z-index:2;}

.main-banner{ max-width:1600px; margin:0 auto;}
.v-middle{ vertical-align: middle; display: table-cell;}
.top-banner1 .caption-text {margin: 0;  /*position:  absolute;  top:50%;  -ms-transform: translateY(0); transform: translateY(-50%); right: 0; */ width: 100%; }
.top-banner1 .caption-text .inner { display: table-cell; vertical-align: middle; }
.top-banner1 .caption-text .text-lg { font-size: 2rem; line-height: 1.3;}
.top-banner1 .caption-text .text-lg span{ font-size: 1.2rem;font-weight:600; line-height: 1.5; padding:0.5rem 0; display:block;}
.mb-half { margin-bottom:8px;}
.top-banner1 .caption-text .text-md span { font-size: 1.4rem;font-weight:600; line-height: 1.2; display: block; }
.top-inner-banner .banner-title { font-size: 3.75rem; font-weight: 100; line-height: 1;}
.text-lg-main { font-size: 2.1rem; line-height:1.3; font-weight:300; }
.hbtn { margin-top: 0; }
.top-banner1 .banner-img {padding-bottom: 2rem;}
.top-banner1 .banner-slogan {position: absolute; right: 10%; bottom:-3rem; background-color: rgba(0,0,0,0.5); padding: 0.8rem 2rem; background: rgb(211,199,169);
background: rgb(211,199,169); background: -moz-linear-gradient(90deg, rgba(211,199,169,0) 0%, rgba(17,17,17,1) 25%, rgba(0,0,0,1) 50%, rgba(17,17,17,1) 75%, rgba(245,242,235,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(211,199,169,0) 0%, rgba(17,17,17,1) 25%, rgba(0,0,0,1) 50%, rgba(17,17,17,1) 75%, rgba(245,242,235,0) 100%);
background: linear-gradient(90deg, rgba(211,199,169,0) 0%, rgba(17,17,17,1) 25%, rgba(0,0,0,1) 50%, rgba(17,17,17,1) 75%, rgba(245,242,235,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3c7a9",endColorstr="#f5f2eb",GradientType=1);
font-size:1rem; color:#be933c;}
.bg-left{ background-position:left top!important;}
.riboon{ margin:0 auto; padding:15px; background:#be933c; color:#fff; position:relative; display:inline;}
.fr{ position:absolute; left:-23px; bottom:-12px;}
.sr{ position:absolute; right:-23px; bottom:-12px;}
.gloria-signature{font-family: 'Great Vibes', cursive;font-size: 60px;position: absolute; left:15%;bottom: 10%;-ms-transform: rotate(-5deg);transform: rotate(-5deg);z-index:99; color:#999;}
.bottom-banner .banner-slogan {position: absolute; width: 100%; right: 0; bottom: 0; background-color: rgba(255,255,255,0.5); padding: 1rem 2rem; background: rgb(250, 247, 254); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1 ); font-size:1rem;z-index:98;}
.bottom-banner	.gloria-signature {right:70%; bottom:40px;}
.home-banner-list {margin-bottom: 1.5rem;}
.icon2-list {position: relative; padding-left: 1.9rem; margin-bottom: 0.6rem;}
.icon2-list .lico {position: absolute;left: 0; top: 0.3rem;}
ul.home-banner-list {padding-left: 0px; list-style: none;}
ul.home-banner-list li { background: url(../retina-images/svg/check-1.svg); background-repeat: no-repeat; padding-left: 25px; padding-bottom: 6px; background-position: 0px 7px;}
.gloria-banner { border-radius: 400px;border: 10px solid #fff;}
.graham-img{ position:absolute; right:10% !important;}
.our-story-btn{display:inline-block; margin-left:10px;}
.text-sm { font-size:16px;}
img#btn_tcb_widget {height: 70px !important;}
address strong { font-size:22px;}
input[type="checkbox"]:required:invalid + label::before { border: 1px solid red;}
.banner-text .inner-text{text-transform:capitalize !important; color: #FFFFFF !important; font-size:18px; display: block;}
.banner-brands { background-color: rgba(255,255,255,.5); background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.66) 50%); z-index: 999; right:0; bottom:0; padding:10px 10px 20px 10px; }

.google-rvw{right: 0; top:0}
.googlereviews {background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.77) 0%); display: inline-block;width: 210px; margin-top: 4px;}
.googlereviews .btn {
    position: relative;
    padding: 3px 0px 3px 54px;
    text-align: left;
    font-size: 17px;   
    line-height: 24px;
    box-shadow: none;
    cursor: default;
}
.googlereviews .btn .gicon {
    padding: 8px !important;
    border-radius: 100%;
    width: 57px;
    position: absolute;
    left: -6px;
    top: -1px;
}
.table td, .table th{
	padding: .7rem;
}
.cross-font-t{ font-size:16px;color:#000;font-weight: 600;}
.cross-font-b{ font-size:24px;font-weight: 600;}
.w-100{ width:100% !important;}
.banner .bnr-img{width: 100%;}
.banner .bnr-img img{z-index:1; bottom: 0;}
.banner .main-banner{z-index:2; position:relative;}
.banner-font-small{font-size: 11px !important; font-weight: 400 !important;}
.banner-image-1 img{position: absolute; bottom: 0;}
ul.banner-bullet-point.list-group.text-left{font-size:14px !important;}
.banner-new-bullet-point ul li{color: #FFFFFF;}
ul.banner-new-bullet-point.list-group.text-left{color:#FFFFFF; font-size:20px;}
.cus-mb{ margin-bottom:5px;}
.cus-mtb{ margin:5px 0px 10px 0px;}
.cus-p{ padding:10px;}
.cus-s{font-size: 1.50rem;}
.del-line{text-decoration: line-through 2px !important;}
.strike-color{text-decoration-color: #cc0b0b!important;}
.spread-the-cost img {max-width:90px;}
.invisalign-banner-video{ height: 662px; width: 100%;}
.home-video{ height: 400px; width: 100%;}
.short-modal{height: 394px !important; width: 316px; margin: 0px auto; margin-top: 50px;}
.strikethrough {
    position: relative;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 5px solid #ff0000 !important;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.mb-half{margin-bottom: 0.3rem !important;}
/*== Common Styles ==*/

/*== Responsive ==*/

@media (min-width:375px){
	.short-modal{height: 462px !important; width: 370px; margin: 0px auto; margin-top: 50px;}
}

@media (min-width:575px){
	.banner-title{font-size:25px;}
	.treatment-btn{width:270px;}
	.table-hours { max-width: 400px; margin:0 auto;}
	.short-modal{height: 558px !important; width: 447px; margin: 0px auto; margin-top: 50px;}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
.sub-title{ font-size:18px;}
.text-lg-main { font-size:2.2rem !important;}
.top-banner1 .text-lg-main { font-size:1.6rem !important;}
.mx-width-mini { max-width:340px;}
.top-banner1 .caption-text .text-lg span, .icon2-list { font-size:1rem !important}
.second-banner{ top:8%!important; }
.second-banner h3{ font-size:18px;font-weight:600;margin-bottom: 5px!important;}
.second-banner h2{ margin-bottom:5px!important;font-size:22px; }
.second-banner h4{ font-size:22px;font-weight:600;}
ul.home-banner-list li { background: url(../retina-images/svg/check-1.svg);  background-repeat: no-repeat; padding-left: 25px; background-position: 0px 5px; font-size: 15px;}
.logo-font{ font-size:12px;width: 90%;text-align: center;line-height: 0.5;margin: 5px 0 0 0; }
.logo-c {width: 280px;}
.banner{ height:520px;}
.follow-title h3.sub-title { font-size:42px !important;}
	.follow-title { bottom:10% !important;}
}
@media (min-width: 1024px) and (max-width: 1199px){
	.top-banner2{background-size: cover;
    display: table;
    width: 100%;
    background-position: 26% 100%;}
	
	}
@media (min-width: 768px) and (max-width: 992px)
{
	.top-banner2{background-size: cover;
    display: table;
    width: 100%;
    background-position: 26% 100%;}
	ul.banner-new-bullet-point.list-group.text-left{color:#FFFFFF; font-size:16px !important;}
	}
@media (min-width: 768px) and (max-width: 991px) {address strong { font-size:18px;}.block-img { min-height: 500px; }
.small-text { font-size:12px;}
.mx-width-mini { max-width:300px;}
 .list-number { padding: 10px 26px; width:auto; height:auto; line-height:48px;}
.second-banner{ top:2%!important; }
.second-banner h3{ font-size:16px;font-weight:600;margin-bottom: 5px!important;}
.second-banner h2{ margin-bottom:5px!important;font-size:18px; }
.second-banner h4{ font-size:18px;font-weight:600;margin-bottom: 5px;}
ul.home-banner-list li { background: url(../retina-images/svg/check-1.svg); background-repeat: no-repeat;  padding-left: 25px; background-position: 0px 2px; font-size: 14px;}
ul.home-banner-list { padding-left: 0px; list-style: none; margin-bottom: 10px;}
.logo-font{ font-size:11px;width: 100%;text-align: center;line-height: 0.5;margin: 5px 0 0 0; }
.btn-header {padding-top: 0rem;margin-bottom: 6px;}
.btn-header .bottom{ margin-bottom:7px!important; }
.top-banner1 .caption-text .text-lg{font-size: 2.2rem !important;}
	.ico-clockk, svg.lico{width: 16px !important; height: 16px !important;}
	svg.mobile-size{ width:23px !important; height:23px !important;}
	.icon2-list{font-size: 14px; line-height: 18px; margin-bottom: 0.3rem}
	.top-banner1 .caption-text .inner { vertical-align: top; }
    .col-ttl { font-size:1.2rem;}
	.price-txt { font-size:1rem;}
	.price-txt sup { top:-0.2em;}
	.icon2-list{margin-bottom: 0.4rem;}
	span.small-txt, .odd-col p, .even-col p { font-size:1.1rem;}
	.select-btn a.col-selection { font-size: 0.9rem; padding: 0.6rem 2.5rem;}
	.sep-border { margin:1rem !important}
    .gloria-signature{font-size: 50px;bottom: 10%;right:100%; left:0;}
	ul.home-banner-list li{background-position: 0px 4px;}
    .top-banner1 .caption-text { margin-top: 20px; }
    .braces-1 { width: 120px; height: auto; top: -12%; }
	.braces-2 { width: 120px; height: auto; top:-60px;}
	a.phonelink, a.phonelink:hover, a.phonelink:focus { padding-top: 21px;}
	.bnr-img{ left:-50px;/*top: -46px;*/ }
	.font-small1 {font-size: 17px;}
	.price-txt1 {font-size: 32px;}
	.top-banner1 .price-txt1 {font-size: 24px;}
	.bnr-img img { width: 135px;height: auto;}
	.p-m-0{ padding:0; }
	.banner{ height:390px;}
.follow-title h3.sub-title { font-size:32px !important;}
	.follow-title { bottom:10% !important;}
.banner-new-bullet-point{ width:70%; margin:0px auto !important}

.slider-content-mob{text-align:center !important;}

.carousel-clear{padding-top:1px !important; margin-bottom:0px !important;}


}
@media (min-width:768px){
	body{font-size:18px;}
	.navbar .nav-link{padding: 14px 2px !important; font-size: 10px;}	
	.dropdown-menu .dropdown-item{padding: 8px 6px; font-size: 12px;}
	.banner-caption{position: absolute; top: 44%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}
	.banner-title{font-size:25px;}
	.banner-logo{width:auto;}
	.team-img-main{width: 260px; margin: 0 auto;}
	.team-img-1{width:180px;}
	.team-img-2{text-align: right; margin-top: -80px; width:180px;margin-left: auto;}
	.index-title{font-size:28px;}
	.video-caption{font-size:15px;}
	.navbar.fixed-top {position: fixed; box-shadow: rgba(0,0,0,0.18) 2px 0px 10px;}
	.page-title{font-size:38px;}
	.invisalign-strip-logo{margin-left:0;}
	.treatment-block-img{height:400px !important;}
	.medivision-block-img{height:400px;}
	.number-list-group{display:flex !important; text-align:center;}
	.invis .index-title{font-size:32px;}
	.chat-widget-icon { bottom: 30px !important; }
	#total_chatbot98653214789 { bottom: 20px !important; }
	.d-xs-block { display:none !important}
	.home-btn .btn{font-size: 0.9rem;}
	.bg-implant-banner{background-position: -720px 0;}
	.brand-logos ul { margin: 0 -1.4rem; }
	.price-txt1 {font-size: 32px;}
	.top-banner1 .price-txt1 {font-size: 24px;}
	.invisalign-banner-video{ height: 100%; width: 100%;}
	.home-video{ height: 400px; width: auto;}
	.short-modal{height: 558px !important; width: 447px;}
}

@media (min-width:992px){
	address  strong{ font-size:14px;}
	address{font-size:11px;}
	header .btn{font-size:14px;padding: 6px 14px 6px 14px;}
	.navbar .nav-link{padding: 14px 8px !important; font-size: 11px;}	
	.dropdown-menu .dropdown-item{padding: 8px 8px; font-size: 11px;}
	.banner-title{font-size:36px;}
	.banner-caption{ top: 44%;}	
	.team-img-main{width: 320px; margin: 0 auto;}
	.team-img-1{width:auto;}
	.team-img-2{text-align: right; margin-top: -100px; width: auto;}
	.page-title{font-size:40px;}
	.invisalign-strip-logo{width:105px; float:right;}
	.treatment-block-img{height:500px !important;}
	.medivision-block-img{height:450px;}
	.block-img { min-height: 500px; }
	.bg-implant-banner{background-position: -576px 0;}
	.invisalign-strip img { position:absolute; bottom:0; left:0; right:0;}
	.price-txt1 {font-size: 28px;}
	.top-banner1 .price-txt1 {font-size: 16px;}
	.bg-box{ width:87%;}
	.invisalign-banner-video{ height: 800px;}
	.home-video{ height: 600px;}
	.bg-small-dark{background-color: #00000000 !important;}
}

@media (min-width:1200px){
	address  strong{ font-size:18px;}
	address{font-size:14px;}
	header .btn{font-size:14px; padding: 6px 27px 6px 27px;}
	.navbar .nav-link{padding: 14px 8px !important; font-size: 14px;}
	.dropdown-menu .dropdown-item{padding: 8px 7px; font-size: 14px;}
	.banner-caption{ top: 43%;}	
	.banner-title{font-size:40px;}
	.team-img-main{width: 390px; margin: 0 auto;}
	.team-img-2{text-align: right; margin-top: -100px;}
	.invisalign-strip-logo{width:170px; float:right;}
	.home-btn .btn{font-size:1rem;}
	.bg-implant-banner{ background-position: center;}
	.mx-width-mini { max-width:421px;}
	.follow-title h3.sub-title { font-size:45px !important}
	.price-txt1 {font-size: 30px;}
	.top-banner1 .price-txt1 {font-size: 20px;}
	.invisalign-banner-video{ height: 750px;}
	.home-video{ height: 600px;}
	.btn-large-banner { padding: 12px 35px; font-weight: bold; letter-spacing: 1px; }
}

@media (min-width:1350px){
	.top-banner1 .price-txt1 {font-size: 24px;}
	.video-caption{font-size:18px;}
	.mx-width-mini { max-width:421px;}
	.follow-title h3.sub-title { font-size:60px !important;}
}

@media (max-width:768px){
	.invis .d-table{margin-bottom: 30px;}
}

@media (max-width:991px){
	.d-xs-block{display:block !important; }
	.top-banner1 { background:#f2f2f2 !important;}
	.top-banner2 { background:none !important; height:auto !important;}
	.top-banner3 {background:none !important; height:auto !important;}
	.banner {height: 724px;}
}
@media (max-width:767px){
	.smaller-text { font-size:9px !important; line-height:14px !important; display:block !important; margin:10px 0px;}
	.new-patient-banner-main{background:#000000; background-image:none !important;}.video-main:before{left: 0;}.video-main:after{right:0;}
	.site-logo img { max-width: 150px; }
	.mobile-ico{  margin:0 auto;}
	.mobg .sub-title, .mobg .btn-primary{ font-size:14px;}
	.mobg .page-title{ font-size:16px;}	
	.navbar-toggler{margin-bottom:0.5rem;}
	#myModal-invisalign .modal-dialog { margin-bottom: 6rem; }
	.second-banner{ top:2%!important; }
	.second-banner h3{ font-size:16px;font-weight:600;margin-bottom: 5px!important;}
	.second-banner h2{ margin-bottom:5px!important;font-size:18px; }
	.second-banner h4{ font-size:18px;font-weight:600;margin-bottom: 5px;}
	ul.home-banner-list li {
	    background: url(../retina-images/svg/check-1.svg);
	    background-repeat: no-repeat;
	    padding-left: 25px;
	    background-position: 0px 2px;
	    font-size: 14px;
	}
	ul.home-banner-list {
	    padding-left: 0px;
	    list-style: none;
	    margin-bottom: 10px;
	}
	.box{background:#191919;border:1px solid #be933c;margin: 1rem 0 2rem 0;}
	.owl-dots .owl-dot {  background-color: #333!important; border-radius: 100%; margin: 0 5px; }
	.owl-dots .owl-dot.active { background-color: #be933c!important; }
	.mb-mt{ margin-top:-6px;margin-bottom:10px}
	.logo-font{ font-size:11px;width: 100%;text-align: center;line-height: 0.5;margin: 0px 0 0 0; }
	.btn-header { padding-top: 0rem;margin-bottom: 0px;}
	.logo-c {max-width: 260px!important;}
	.top-banner1 .caption-text .text-lg { font-size: 2.2rem; font-weight: 200; line-height: 1.4; }
	.top-banner1 .caption-text .text-lg span { font-size: 1rem; font-weight: 600; }
	.top-banner1 .caption-text .text-md span {font-size: 1rem; line-height: 1.4;}
	.top-banner1 .caption-text p, .top-banner1 .caption-text ul { font-size: 0.8rem; margin-bottom:0.8rem;}
	ul.home-banner-list li{margin-bottom:5px;background-size: 15px;background-position: 0px 3px;}
	.top-banner1 .caption-text h3 { font-size: 1.2rem; }
    .top-banner1 .banner-img { min-height: 230px; object-fit: cover; object-position: right; right: -20px; position: relative;  }
	/*.top-banner1 .caption-text { position: static !important; text-align: center; padding-top: 1rem; }*/
	.top-banner1 .caption-text > .text-lg { /*text-align: center !important; position: static; padding-bottom: 0.5rem;top: 0.3rem; width: 56%;*/ }
	.top-banner1 .caption-text .inner { display: block; height: auto !important; }
	.top-banner1 .caption-text .idp-logo { float: none; padding: 0 !important; margin: 0 auto; }
	.top-banner1 .banner-img-mob { min-height: 410px; }
	.top-banner1 .banner-slogan{font-size: 0.75rem;padding: 1rem 2rem;}
    .bnr-img { /*top: -50px;*/ left: -20px;  }
	.bnr-img img { width: 90px; height: auto; }
	.margin-l-r-15 { margin-left: 15px; margin-right: 15px; }
	.main-banner .graham-img img { max-width: 200px; height: auto; }
	.banner-btn { margin: 10px auto; display: inline-block }
    .braces-1 { width: 80px; height: auto; top: -12%; }
	.braces-2 { width: 70px; height: auto; }
	.d-xs-none{ display:none!important;}
	
	.moimg{ height:220px; float: right;}
	.mologo{ height:60px!important; margin-top:15px;}
	.slogan-device { /*position: absolute; left: 15px; top: 51%;*/ text-align:left!important; font-size:16px;}
	.moline{ border-bottom:1px solid #be933c; margin-top:20px;  margin-bottom:20px;}
    #back-to-top { bottom: 190px; }
	
	.small-text { font-size:10px;}
	.bg-implant-banner { background: #000000; background-image: none !important; }
	.btn-groups { max-width:300px; margin:0 auto;}
	.cus-d-none{ display:none !important;}
	.banner-brands {background-color: #ffffff;}
	.border-bot-1{ border-bottom:1px solid #eee;}
	.right-btn-header { position: absolute; right: 0; top: 60px;}
	.follow-title h3.sub-title { font-size:28px !important;}
	.follow-title { bottom:0 !important;}
	ul.banner-new-bullet-point.list-group.text-left{ font-size:16px;}
	.spark-logo-mob{margin-top:20px; margin-bottom:15px;}
	.slider-content-mob{text-align:center !important;}
	.carousel-clear{padding:1% !important;}
	.case-slider-pad{padding-top:15px !important; margin-top:10px !important;}
	.spread-the-cost img {max-width:70px;}
	.strikethrough:before {	border-top: 2px solid #ff0000 !important;}
}

@media (min-width: 515px) and (max-width: 767px) {
	.mobg{ background-position:0 0;} .mobile-ico{ height:auto; width:auto; margin:0 auto;}
}
@media (max-width:575px){	
	.caption-text { position: static !important; padding:0 0; -ms-transform: translateY(0)!important; transform: translateY(0)!important; width:100%; text-align:center;}
	.slogan-device { width:100%; font-size:18px; text-align:center !important;}
	header .btn{font-size:12px;}
	.modal-title { font-size: 22px; }.invis .index-title {font-size: 17px;}.invis .sub-title{font-size: 15px;}
	.chat-widget-icon #btn_tcb_widget { height: 70px; width: auto; }
	div.chat-widget-icon { bottom: 100px !important; }
	div#total_chatbot98653214789 { z-index: 9999999999 !important }
	.banner { height: auto;}	
	.top-banner1 .caption-text .text-lg { font-size: 1.6rem; font-weight: 200; line-height: 1.4; }
}

@media (max-width:360px){.site-logo img{max-width: 130px;}}
/*== Responsive end ==*/

#slider.owl-carousel .owl-item img{width:100%;}
.smaller-text { font-size:11px; line-height:16px; display:inline-block;}
.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05);}
.table-striped th, .table-striped td{vertical-align:middle;}
.table-bordered td, .table-bordered th { background-color: #e3e3e3; }
.table-striped th {background: #000000; border:1px solid #000000;}
.table-responsive-md tr td:last-child { text-align: center !important; vertical-align:middle !important;}
.follow-title { position: absolute;  bottom: 17%;  width: 100%; text-align: center;}
.follow-title h3.sub-title { font-weight: bold; color: #fff !important;}
.bnr-img {position:absolute; bottom: -76px; left:0; z-index:2;}
.bnr-img { bottom:-23px;}
.carousel-control-prev-icon{background-image:url(../retina-images/ico-arrow-left.svg) !important;}
.carousel-control-next-icon{background-image:url(../retina-images/ico-arrow-right.svg) !important;}
.carousel-control-next{width: 5% !important;}
.carousel-control-prev{width: 5% !important;}

.video-model-link a{color:#be933c !important; text-decoration:none !important;}
.video-model-link a:hover, a:focus, a:active{color:#000 !important;}
.spark-aligners-banner-position{background-position:bottom !important;}

.spread-the-cost th{background: #cf9e3c !important;}

.ban-a:hover {
    color: #be933c;
    text-decoration: underline !important;
}
.ban-a {
    color: #be933c;
	text-decoration:none;
}
.text-red-new {
    color: #b10e0e !important;
    text-decoration: line-through 3px !important;
}

.in-fees tr th{
	font-size: 16px !important;
}

/*== New Styles ==*/
.head-text{ font-size: 16px; font-weight: 400; text-transform: uppercase; min-width: 168px;}
.small-title-second{font-size: 2rem; font-weight: 500;}
.index-title2 { font-size: 1.75rem; font-weight: 600; line-height: 1.2; margin-top: 0px; margin-bottom: 0rem; text-transform:uppercase;}
.page-title2 { font-size: 1.75rem; font-weight: 600; line-height: 1.2; margin-top: 0px; margin-bottom: 20px; text-transform: none; text-transform:uppercase; }
.title-sep { width: 60px; height: 10px; margin: 1.2rem auto; display: table;} 
.title-sep span { width: 30px; height: 10px; display: table-cell; }
.bg-secondary .title-sep .bg-secondary{background-color: #4f4f4f !important;}
strong { font-weight: 700; }