/*== Font css ==*/
	@font-face { font-family: 'Nunito'; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/nunito-400.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
  	@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/playfairdisplay-400.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
  	@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 400; font-display: swap; src: url(../fonts/playfairdisplay-italic.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; font-stretch: 100%; src: url(../fonts/opensans-300.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-400.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-600.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-700.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/*== Font css End ==*/

/*== Basic css ==*/
	*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	body { font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.75; color: #000; }
	a { color: inherit; text-decoration: underline; }
	a:hover, a:focus { color: inherit; text-decoration: none; }
	p { margin-bottom: 1rem; }
	img { max-width: 100%; height: auto; }
	b { font-weight: 600; }
	strong { font-weight: 700; }
	.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; }
	.overflow-x-hide { overflow-x: hidden; }
	.overflow-y-hide { overflow-y: hidden; }
	.overflow-hide { overflow: hidden; }
	hr { opacity: 0.1; }
	@media (max-width: 1024px) {
		a.phonelink { text-decoration: underline !important; }
	}
/*== Basic css End ==*/

/*== Taxonomy ==*/
	.text-primary { color: #5c7235 !important; }
	.text-secondary { color: #5B7135 !important; }
	.text-dark { color: #414141 !important; }
	.text-darker { color: #000000 !important; }
	.fw-medium { font-weight: 500 !important; }
	.fw-sbold { font-weight: 600 !important; }
	.fs-smaller { font-size: 14px !important; }
	.fs-small { font-size: 16px !important; }
	.fs-large { font-size: 18px !important; }
	.fs-larger { font-size: 20px !important; }
	.text-uppercase-none { text-transform: none !important; }
/*== Taxonomy End ==*/

/*== Backgrounds ==*/
	.bg-cover { background-size: cover !important; }
	.bg-contain { background-size: contain !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-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; }
	.bg-primary { background-color: #5c7235 !important; }
	.bg-secondary { background-color: #b5b55a !important; }
	.bg-light { background-color: #f7f6f3 !important; }
	.bg-lighter { background-color: #e7e6e4 !important; }
	.bg-dark { background-color: #414141 !important; }
	.bg-darker { background-color: #000000 !important; }
	.bg-primary-50 { background-color:rgba(92,114,53,0.7) !important; }
	.bg-secondary-50 { background-color: rgba(181,181,90,0.7) !important; }
/*== Backgrounds End ==*/

/*== Border ==*/
	.border-primary { border-color: #5c7235 !important; }
	.border-secondary { border-color: #b5b55a !important; }
	.border-light { border-color: #f2f2f2 !important; }
	.border-dark { border-color: #414141 !important; }
	.border-darker { border-color: #000000 !important; }
/*== Border End ==*/

/*== Position ==*/
	@media (min-width: 576px) {
		.position-sm-absolute { position: absolute !important; }
		.top-sm-50 { top: 50%!important; }
		.bottom-sm-inherit { bottom: inherit !important; }
		.translate-middle-sm-y { transform: translateY(-50%)!important; }
	}
	@media (min-width: 768px) {
		.position-md-absolute { position: absolute !important; }
		.position-md-relative { position: relative !important; }
		.top-md-50 { top: 50%!important; }
		.bottom-md-inherit { bottom: inherit !important; }
		.translate-middle-md-y { transform: translateY(-50%)!important; }
	}
	@media (min-width: 992px) {
		.position-lg-absolute { position: absolute !important; }
		.top-lg-50 { top: 50%!important; }
		.bottom-lg-inherit { bottom: inherit !important; }
		.translate-middle-lg-y { transform: translateY(-50%)!important; }
	}
	@media (min-width: 1200px) {
		.position-xl-absolute { position: absolute !important; }
		.top-xl-50 { top: 50%!important; }
		.bottom-xl-inherit { bottom: inherit !important; }
		.translate-middle-xl-y { transform: translateY(-50%)!important; }
	}
	@media (min-width: 1400px) {
		.position-xxl-absolute { position: absolute !important; }
		.top-xxl-50 { top: 50%!important; }
		.bottom-xxl-inherit { bottom: inherit !important; }
		.translate-middle-xxl-y { transform: translateY(-50%)!important; }
	}
/*== Position End ==*/

/*== Sizing ==*/
	@media (min-width: 576px) {
		.w-sm-25   { width: 25% !important; }
		.w-sm-50   { width: 50% !important; }
		.w-sm-75   { width: 75% !important; }
		.w-sm-100  { width: 100% !important; }
		.w-sm-auto { width: auto !important; }
		.mw-sm-25   { max-width: 25% !important; }
		.mw-sm-50   { max-width: 50% !important; }
		.mw-sm-75   { max-width: 75% !important; }
		.mw-sm-100  { max-width: 100% !important; }
		.mw-sm-auto { max-width: auto !important; }
	}
	@media (min-width: 768px) {
		.w-md-25   { width: 25% !important; }
		.w-md-50   { width: 50% !important; }
		.w-md-75   { width: 75% !important; }
		.w-md-100  { width: 100% !important; }
		.w-md-auto { width: auto !important; }
		.mw-md-25   { max-width: 25% !important; }
		.mw-md-50   { max-width: 50% !important; }
		.mw-md-75   { max-width: 75% !important; }
		.mw-md-100  { max-width: 100% !important; }
		.mw-md-auto { max-width: auto !important; }
	}
	@media (min-width: 992px) {
		.w-lg-25   { width: 25% !important; }
		.w-lg-50   { width: 50% !important; }
		.w-lg-75   { width: 75% !important; }
		.w-lg-100  { width: 100% !important; }
		.w-lg-auto { width: auto !important; }
		.mw-lg-25   { max-width: 25% !important; }
		.mw-lg-50   { max-width: 50% !important; }
		.mw-lg-75   { max-width: 75% !important; }
		.mw-lg-100  { max-width: 100% !important; }
		.mw-lg-auto { max-width: auto !important; }
	}
	@media (min-width: 1200px) {
		.w-xl-25   { width: 25% !important; }
		.w-xl-50   { width: 50% !important; }
		.w-xl-75   { width: 75% !important; }
		.w-xl-100  { width: 100% !important; }
		.w-xl-auto { width: auto !important; }
		.mw-xl-25   { max-width: 25% !important; }
		.mw-xl-50   { max-width: 50% !important; }
		.mw-xl-75   { max-width: 75% !important; }
		.mw-xl-100  { max-width: 100% !important; }
		.mw-xl-auto { max-width: auto !important; }
	}
	@media (min-width: 1400px) {
		.w-xxl-25   { width: 25% !important; }
		.w-xxl-50   { width: 50% !important; }
		.w-xxl-75   { width: 75% !important; }
		.w-xxl-100  { width: 100% !important; }
		.w-xxl-auto { width: auto !important; }
		.mw-xxl-25   { max-width: 25% !important; }
		.mw-xxl-50   { max-width: 50% !important; }
		.mw-xxl-75   { max-width: 75% !important; }
		.mw-xxl-100  { max-width: 100% !important; }
		.mw-xxl-auto { max-width: auto !important; }
	}
/*== Sizing End ==*/

/*== Table ==*/
	.direction-right { direction: rtl; }
	.direction-left { direction: ltr; }
	@media (min-width: 576px) {
		.direction-sm-right { direction: rtl; }
		.direction-sm-left { direction: ltr; }
	}
	@media (min-width: 768px) {
		.direction-md-right { direction: rtl; }
		.direction-md-left { direction: ltr; }
	}
	@media (min-width: 992px) {
		.direction-lg-right { direction: rtl; }
		.direction-lg-left { direction: ltr; }
	}
	@media (min-width: 1200px) {
		.direction-xl-right { direction: rtl; }
		.direction-xl-left { direction: ltr; }
	}
	@media (min-width: 1400px) {
		.direction-xxl-right { direction: rtl; }
		.direction-xxl-left { direction: ltr; }
	}
/*== Table End ==*/

/*== Heading ==*/
	.page-title { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 400; line-height: 1.2; margin-bottom: 0rem; }
	.page-title span { font-style: italic; }
	.sub-title1 { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 400; line-height: 1.2; margin-bottom: 1rem; }
	.sub-title2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 400; line-height: 1.2; margin-bottom: 0.6rem; }
	.sub-title3 { font-size: 26px; font-weight: 600; line-height: 1.2; }
	.sub-title4 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 400; line-height: 1.2; }
	.sub-title5 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 400; line-height: 1.2; }
	.sub-title6 { font-family: 'Playfair Display', serif; letter-spacing: 3px; font-size: 20px; font-weight: 400; line-height: 1.2; }
	.h1-home { font-size: inherit; font-weight: 400; line-height: inherit; }
	
	@media (min-width: 768px) {
		p { margin-bottom: 1.5rem; }
		.page-title { font-size: 52px; }
		.sub-title1 { font-size: 42px; }
		.sub-title2 { font-size: 36px; }
		.sub-title3 { font-size: 32px; }
		.sub-title4 { font-size: 27px; }
		.sub-title5 { font-size: 24px; }
		.sub-title6 { font-size: 23px; }
	}
	@media (min-width: 1400px) {
		.page-title { font-size: 62px; }
		.sub-title1 { font-size: 56px; }
	}
/*== Heading End ==*/

/*== Header ==*/
	.page-header { font-size: 15px; font-weight: 400; line-height: 1.4; }
	.page-header .site-logo { width: 90px; height: auto; }
	.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; }
	.sticky-header { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
	@keyframes stickyh { 0% { transform: translateY(-100%); } 100% { transform: translateY(0%); } }
	@-webkit-keyframes stickyh { 0% { -webkit-transform: translateY(-100%); } 100% { -webkit-transform: translateY(0%); } }
	.sticky-fixed { -webkit-transform: translateY(0%); transform: translateY(0%); animation-name: stickyh; -webkit-animation-name: stickyh; animation-duration: 1s; -webkit-animation-duration: 1s; animation-timing-function: ease; -webkit-animation-timing-function: ease; }
	.top-strip { letter-spacing: 2px; font-size: 13px; padding-top: 8px; padding-bottom: 8px; }
	.top-strip svg { position: relative; top: -1px; }
	.page-header .btn svg { position: relative; top: -2px; }
	.page-header .btn-review svg { position: relative; top: -13px; bottom:0px; left: 36px !important; display: flex; }
	.page-header .btn { margin-top: 0.5rem; padding-top: 7px; padding-bottom: 7px; letter-spacing: 1px; }
	.page-header .btn-review { margin-top: 0.5rem; padding-top: 7px; padding-bottom: 7px; vertical-align: middle !important; }
	#device-header .google-review { margin-top: 0.8rem; padding-bottom: 0px; }
	@media (min-width: 768px) {
		.page-header .site-logo { width: 135px; }
		.page-header .site-logo { position: absolute; left: 0; right: 0; margin: 0 auto; z-index: 999; }
		.page-header .btn { margin-top: 2rem; margin-bottom: 0; padding: 5px 15px; }
		.page-header .btn-review { margin-top: 1rem; margin-bottom: 0; padding: 0px 15px; display: inline-block;}
		 #sticky-header .btn-review { margin-top: 1.5rem; margin-bottom: 0px; padding: 0px 15px; display: inline-block;}
		.sticky-header > .container-fluid { padding-top: 0rem !important; padding-bottom: 0rem !important }
		.sticky-header .site-logo { width: 82px !important; height: auto; top: 5px; }
		.sticky-header .btn { margin-top: 1rem; margin-bottom: 1rem; }
		.sticky-fixed .btn-review{margin-top: 0px !important;}
	}
	@media (min-width: 992px) { 
		.page-header .btn { margin-top: 2rem; margin-bottom: 1rem; letter-spacing: 2px; }
		.page-header .btn-review { margin-top: 1.5rem; margin-bottom: 0rem; display: inline-block;}
		.page-header .site-logo { width: 110px; }
		.sticky-header .site-logo { width: 70px !important; top: 7px; }
		.sticky-fixed .btn-review{margin-top: 1.5rem !important;}
	}
	@media (min-width: 1200px) {
		.page-header .site-logo { width: auto; }
		.sticky-header .site-logo { top: 14px; }
		.page-header .btn-review {margin-top: 1.8rem; margin-bottom: 0rem; display: inline-block;
		}
	}
	@media (min-width:993px) and (max-width:1056px) {
		.page-header .btn-review { margin-top: 0rem;}
		.sticky-fixed .btn-review{margin-top: 0rem !important;}
		
	}
	@media (min-width:768px) and (max-width:1049px) {
		.h-con-btn{height: 127px; align-content: center;}
	}
/*== Header End ==*/

/*== Footer ==*/
	.contact-map { min-height: 300px; background-size: auto 370px; }
	.contact-map .btn { margin-top: 160px; }
	.table-hours { text-align: left; }
	.table-hours tr td:first-child { width: 120px; }
	.slinks { list-style: none; margin: 0; padding: 0; }
	.slinks a { display: block; text-decoration: none; }
	.slinks li { display: inline-block; -webkit-transition: .6s ease; transition: .6s ease; }
	.slinks li + li { margin-left: 10px; }
	.slinks li a svg path { -webkit-transition: .4s ease; transition: .4s ease; }
	.slinks li a:hover svg path { fill: #5c7235; }
	.tooltip-inner { background-color: #5c7235; color: #fff; }
	.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before { border-top-color: #5c7235; }
	.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; }
	.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: #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: #555 !important; }
	.df-author[data-theme=dark] .webauthorv1 path { fill: #555 !important; }
	@media (min-width: 768px) {
		.contact-map { min-height: 400px; background-size: auto; }
		.contact-map .btn { margin-top: 230px; }
	}
	@media (min-width: 992px) {
		.table-hours { width: 100%; max-width: 284px; margin-left: 0px !important; }
	}
/*== Footer end ==*/

/*== Menu ==*/
	.navbar-toggler { width: 25px; height: 21px; padding: 0; outline: none !important; vertical-align: middle; display: inline-block; }
	.navbar-toggler:focus { box-shadow: none; }
	.navbar-toggler .i-line { width: 100%; height: 2px; border-radius: 10px; background-color: #5c7235; 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: 10px; -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 .nav-item { outline: none; }
	.navbar .nav-link { color: #000000; font-size: 14px; font-weight: 400; line-height: 1.4; text-transform: uppercase; 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: #5c7235; text-decoration: none; }
	.navbar .dropdown-menu { font-size: 14px; font-weight: 400; line-height: 1.2; text-transform: uppercase; background-color: #5c7235; color: #ffffff; margin: 0; border: none; border-radius: 0; padding: 5px 0; }
	.navbar .dropdown-menu .dropdown-item { color: #ffffff; text-decoration: none; padding: 6px 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: #fff; }
	.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; background-color: #f7f6f3; }
	.sidebar-nav .container, .sidebar-nav .container-fluid { height: 100%; padding-left: 0; padding-right: 0; }
	.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::after { -webkit-transform: rotate(0); transform: rotate(0); }
	.menu-fade { position: fixed; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important; z-index: 1020; background-color: rgba(0,0,0,.1); display: none; }
	@media (min-width: 768px) {
		.navbar-expand-md .navbar-nav .nav-item { position: relative; }
		.navbar-expand-md .navbar-nav .nav-link { padding: 10px 4px; font-size: 9px; }
		.navbar-expand-md .dropdown-menu { min-width: 8.1rem; font-size: 9px; }
		.navbar-expand-md .dropdown-menu .dropdown-item { white-space: nowrap; padding: 7px 4px; -webkit-transition-duration: .4s; transition-duration: .4s; }
		.navbar-expand-md .dropdown-menu .dropdown-item:hover { -webkit-transform: translateX(5px); transform: translateX(5px); }
		.navbar .dropdown-toggle::after { display: none; }
		.dropdown-end { left: inherit !important; right: 0; }
	}
	@media (min-width: 992px) {
		.navbar-expand-md .navbar-nav .nav-link { padding: 10px 8px; font-size: 12px; }
		.navbar-expand-md .dropdown-menu { min-width: 8.9rem; font-size: 12px; }
		.navbar-expand-md .dropdown-menu .dropdown-item { padding: 7px 8px; }
	}
	@media (min-width: 1200px) {
		.navbar-expand-md .navbar-nav .nav-link { padding: 15px 6px; font-size: 13px; }
		.navbar-expand-md .dropdown-menu { min-width: 11.64rem; font-size: 13px; }
		.navbar-expand-md .dropdown-menu .dropdown-item { padding: 7px 6px; }
	}
	@media (min-width: 1400px) { 
		.navbar-expand-md .navbar-nav .nav-link { padding-left: 13px; padding-right: 13px; font-size: 14px; }
		.navbar-expand-md .dropdown-menu { font-size: 14px; }
		.navbar-expand-md .dropdown-menu .dropdown-item { padding-left: 13px; padding-right: 13px; }
		.table-hours { width: 100%; max-width: 400px; margin-left: 0px !important; }
	}
	@media (min-width: 1600px) {
		.navbar-expand-md .navbar-nav .nav-link { padding-left: 22px; padding-right: 22px; }
		.navbar-expand-md .dropdown-menu .dropdown-item { padding-left: 22px; padding-right: 22px; }
	}
/*== Menu End ==*/

/*== Form ==*/
	.site-form { font-size: 14px; }
	.form-control, .form-select { border-color: #ced4da; color: #000; font-size: 14px; font-weight: 400; line-height: 1.4; height: calc(1.5em + .75rem + 5px); border-radius: 10px; box-shadow: none; outline: none; }
	.form-control:focus, .form-select:focus { box-shadow: none; border-color: #202833; }
	.form-select { background-size: 15px; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }
	textarea.form-control { height: 90px !important; }
	.g-recaptcha { -webkit-transform: scale(.8); transform: scale(.8); -webkit-transform-origin: center; transform-origin: center; max-width: 280px; }
	.form-check { padding-left: 2rem; margin-bottom: 0.5rem; }
	.form-check-input { margin-top: 5px; width: 18px; height: 18px; margin-left: -2rem !important; }
	/* .form-check-input[type=checkbox] { border-radius: 0 !important; } */
	.form-check-input:focus { box-shadow: none; }
	.form-check-input:checked { background-color: #5c7235; border-color: #5c7235; }
	.form-check-label { line-height: 1.3; }
	.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; }
	.datepicker-top-left, .datepicker-top-right { border-top-color: #5c7235 !important; }
	.datepicker-top-left::before, .datepicker-top-right::before { border-bottom-color: #5c7235 !important; }
	.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover { color: #5c7235 !important; }
	.datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li:hover { background-color: #ddd !important; }
	.datepicker { border-top-right-radius: 0; border-bottom-right-radius: 0; }
	.input-group-text { font-size: 14px; }
	.contact-form { max-width: 710px; margin-left: auto; margin-right: auto; }
	.form-light .form-control, .form-light .form-select, .form-light .form-check-input { background-color: transparent; color: #000; border-color: #cccccc; }
	.form-light .form-control:focus, .form-light .form-select:focus { border-color: #000; }
	.form-light .form-select option { color: #000; }
	.form-light .form-check-input:checked[type=checkbox] { background-color: #b5b55a; }
	input[type="checkbox"]:required { border-color: red; }
	.form-check-input:checked[type=checkbox]:required { border-color: #b5b55a; }
	.input-group .form-floating { flex: 1; }
	.form-floating>label { white-space: nowrap; }
	.form-control[type=file] { font-size: inherit; line-height: 1.7; }
	@media (min-width: 992px) {
		.recaptcha-lg-left { -webkit-transform-origin: left; transform-origin: left; }
	}
/*== Form End ==*/

/*== Button ==*/
	.btn { font-size: 14px; font-weight: 400; padding: 9px 22px; text-transform: uppercase; letter-spacing: 2px; text-decoration: none; border-radius: 50px; box-shadow: none !important; }
	.btn-primary { color: #fff; background-color: #5c7235; border-color: #5c7235; }
	.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: #b5b55a; border-color: #b5b55a; }
	.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active { color: #fff; 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: #fff; border-color: #fff; }
	.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active { color: #fff; background-color: #000; border-color: #fff; }
	.btns-group { max-width: 280px; }
	@media (max-width: 575px) {
		.btn-block { display: block; width: 100%; max-width: 300px; margin-left: auto!important; margin-right: auto!important; }
	}
	@media (min-width: 768px) {
		.team-item .btn-primary { letter-spacing: 0; }
	}
	@media (min-width: 992px) {
		.team-item .btn-primary { letter-spacing: 2px; }
	}
/*== Button 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 { background-color: #5c7235; height: 2.6rem; width: 2.6rem; border-radius: 100px; display: block; -webkit-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4); box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4); }
	#back-to-top a:hover { background-color: #414141; }
	#back-to-top svg { position: absolute; left: 0; right: 0; top: 50%; margin: -19px auto 0; }
/*== Back to top End ==*/

/*== Carousel ==*/
	.carousel-indicators [data-bs-target] { width: 8px; height: 8px; border-radius: 50%; border: 1px solid #5c7235; background-color: #5c7235; opacity: 1; margin: 0 5px; }
	.carousel-indicators .active { width: 8px; height: 8px; background-color: #5c7235; border-color: #5c7235; }
	#carouselSliderHome .carousel-item { min-height: 360px; }
	#carouselSliderHome .carousel-indicators [data-bs-target] { background-color: #d6d6d6; border-color: #d6d6d6; }
	#carouselSliderHome .carousel-indicators .active { background-color: #5c7235; border-color: #5c7235; }
	#carouselSliderHome .carousel-text { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 400; font-style: italic; line-height: 1.2; margin-bottom: 1rem; }
	/*#our-patients-review-content .carousel-item { min-height: 550px; }*/ 
	#our-patients-review-content .carousel-text { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 400; font-style: italic; line-height: 1.2; margin-bottom: 1rem; }
	@media (min-width: 768px) {
		/* #carouselSliderHome .carousel-item { min-height: 300px; } */
		#carouselSliderHome .carousel-text { font-size: 27px; }
		#our-patients-review-content .carousel-text { font-size: 27px; }
		/*#our-patients-review-content .carousel-item { min-height: 470px;}*/
	}
	@media (min-width: 1200px) {
		#carouselSliderHome .carousel-item { min-height: 360px; }
		/*#our-patients-review-content .carousel-item { min-height: 360px; }*/
	}
	@media (min-width: 1400px) {
		#carouselSliderHome .carousel-item { min-height: 320px; }
		/*#our-patients-review-content .carousel-item { min-height: 400px; }*/
	}
/*== Carousel End ==*/

/*== Animation ==*/
	.animated { -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both }
	.fast { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	.slow { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	.delay-250 { -webkit-animation-delay:0.25s; -moz-animation-delay:0.25s; -o-animation-delay:0.25s; animation-delay:0.25s; }
	.delay-500 { -webkit-animation-delay:0.5s; -moz-animation-delay:0.5s; -o-animation-delay:0.5s; animation-delay:0.5s; }
	.delay-750 { -webkit-animation-delay:0.75s; -moz-animation-delay:0.75s; -o-animation-delay:0.75s; animation-delay:0.75s; }
	@-webkit-keyframes fadeInLeft {
		0% { opacity:0; -webkit-transform:translate3d(-400px, 0, 0); transform:translate3d(-400px, 0, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	@keyframes fadeInLeft {
		0% { opacity:0; -webkit-transform:translate3d(-400px, 0, 0); transform:translate3d(-400px, 0, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	.fadeInLeft { -webkit-animation-name:fadeInLeftSlow; animation-name:fadeInLeftSlow }

	@-webkit-keyframes fadeInRight {
		0% { opacity:0; -webkit-transform:translate3d(400px, 0, 0); transform:translate3d(400px, 0, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	@keyframes fadeInRight {
		0% { opacity:0; -webkit-transform:translate3d(400px, 0, 0); transform:translate3d(400px, 0, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	.fadeInRight { -webkit-animation-name:fadeInRightSlow; animation-name:fadeInRightSlow }

	@-webkit-keyframes fadeInUp {
		0% { opacity:0; -webkit-transform:translate3d(0, 400px, 0); transform:translate3d(0, 400px, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	@keyframes fadeInUp { 
		0% { opacity:0; -webkit-transform:translate3d(0, 400px, 0); transform:translate3d(0, 400px, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	.fadeInUp { -webkit-animation-name:fadeInUpSlow; animation-name:fadeInUpSlow }

	@-webkit-keyframes fadeInDown {
		0% { opacity:0; -webkit-transform:translate3d(0, -400px, 0); transform:translate3d(0, -400px, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	@keyframes fadeInDown {
		0% { opacity:0; -webkit-transform:translate3d(0, -400px, 0); transform:translate3d(0, -400px, 0) }
		to { opacity:1; -webkit-transform:none; transform:none }
	}
	.fadeInDown { -webkit-animation-name:fadeInDownSlow; animation-name:fadeInDownSlow }

	.fadeInRight-slow, .fadeInLeft-slow, .fadeInUp-slow, .fadeInDown-slow { opacity:0; -webkit-transform: translateX(40px); transform: translateX(40px); }
	@-webkit-keyframes fadeInLeftSlow {
		0% { opacity: 0; -webkit-transform: translateX(-40px); } 
		100% {  opacity: 1;  -webkit-transform: translateX(0); } 
	}
	@keyframes fadeInLeftSlow {
		0% { opacity: 0; transform: translateX(-40px); } 
		100% { opacity: 1; transform: translateX(0); } 
	}
	.fadeInLeft-slow { opacity: 0; -webkit-transform: translateX(-40px); transform: translateX(-40px); }
	.fadeInLeft-slow.go { -webkit-animation-name: fadeInLeftSlow; animation-name: fadeInLeftSlow; }

	@-webkit-keyframes fadeInRightSlow {
		0% { opacity: 0; -webkit-transform: translateX(40px); } 
		100% {  opacity: 1;  -webkit-transform: translateX(0); } 
	}
	@keyframes fadeInRightSlow {
		0% { opacity: 0; transform: translateX(40px); } 
		100% { opacity: 1; transform: translateX(0); } 
	}
	.fadeInRight-slow { opacity: 0; -webkit-transform: translateX(40px); transform: translateX(40px); }
	.fadeInRight-slow.go { -webkit-animation-name: fadeInRightSlow; animation-name: fadeInRightSlow; }

	@-webkit-keyframes fadeInUpSlow {
		0% { opacity: 0; -webkit-transform: translateY(40px); } 
		100% { opacity: 1; -webkit-transform: translateY(0); } 
	}
	@keyframes fadeInUpSlow {
    	0% { opacity: 0; transform: translateY(40px); } 
		100% { opacity: 1; transform: translateY(0); } 
	}
	.fadeInUp-slow { opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px); }
	.fadeInUp-slow.go { -webkit-animation-name: fadeInUpSlow; animation-name: fadeInUpSlow; }

	@-webkit-keyframes fadeInDownSlow {
		0% { opacity: 0; -webkit-transform: translateY(-40px); } 
		100% { opacity: 1; -webkit-transform: translateY(0); } 
	}
	@keyframes fadeInDownSlow {
    	0% { opacity: 0; transform: translateY(-40px); } 
		100% { opacity: 1; transform: translateY(0); } 
	}
	.fadeInDown-slow { opacity: 0; -webkit-transform: translateY(-40px); transform: translateY(-40px); }
	.fadeInDown-slow.go { -webkit-animation-name: fadeInDownSlow; animation-name: fadeInDownSlow; }
/*== Animation End ==*/

/*== Common Styles ==*/
	.data-src { background-repeat: no-repeat; }
	.list-group { padding-left: 22px; margin-bottom: 0.5rem; text-align: left; }
	.list-group li { margin-bottom: 0.6rem; list-style: none; position: relative;}
	.list-group li::before{ position: absolute; content: ''; height: 10px; width: 10px; top: 9px; left:-22px; background: #5c7235; border-radius: 30px; }
	.list-icon { list-style: none; padding-left: 25px; text-align: left; }
	.list-icon li { position: relative; margin-bottom: 0.6rem; }
	.list-icon li:before { content: ''; position: absolute; left: -25px; top: 8px; width: 18px; height: 13px; background-image: url("data:image/svg+xml,%3csvg width='18' height='12' xmlns='http://www.w3.org/2000/svg' viewBox='-0.047 -0.102 18 12'%3e%3cpath fill='%235c7235' d='M6.394,11.996c-0.018,0-0.024-0.002-0.024-0.002L4.63,10.25L0.01,5.631L0.001,5.62 C0.001,5.617,0,5.611,0,5.603c0-0.019,0.002-0.026,0.002-0.026l0.952-0.947l0.012-0.01c0,0,0.01-0.001,0.018-0.001 c0.018,0,0.025,0.003,0.025,0.003l5.385,5.404L16.396,0.009C16.398,0.001,16.406,0,16.426,0c0.018,0,0.023,0.001,0.025,0.001 l0.947,0.952c0.004,0.005,0.006,0.009,0.008,0.012c0,0.002,0,0.033,0,0.037C17.404,1.004,6.415,11.994,6.412,11.996 C6.412,11.996,6.401,11.996,6.394,11.996z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 100%; }
	.list-icon-1 { list-style: none; padding-left: 25px; text-align: left; }
	.list-icon-1 li { position: relative; margin-bottom: 0.6rem; }
	.list-icon-1 li:before { content: ''; position: absolute; left: -25px; top: 6px; width: 18px; height: 13px; background-image:url(../retina-images/list-icon.png); background-repeat: no-repeat; background-size: 100%; }
	.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: #5c7235; }
	.breadcrumb-item { display: inline-block; }
	.breadcrumb-item+.breadcrumb-item::before { content: '→'; font-size: 18px; line-height: 1; opacity: .5; }
	.block-content { padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }
	.block-img1 { min-height: 350px; }
	.text-shadow { text-shadow: #ffffff 0px 0px 6px; }
	.brand-logo img { max-width: 120px; max-height: 40px; }
	.object-cover { object-fit: cover; object-position: center; }
	.treat-btns { width: 230px; height: 230px; }
	#Slider .btn { letter-spacing: 1px; }
	#Slider .owl-nav .owl-prev, #Slider .owl-nav .owl-next { position: absolute; top: 50%; transform: translateY(-50%); text-indent: -99999px; background: none; background-repeat: no-repeat; width: 30px; height: 30px; }
	#Slider .owl-nav .owl-prev { left: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-42.5 -45 100 100'%3e%3cpath fill='%23cccccc' d='M32.668-43.997l5.137,5c0.612,0.611,1.028,1.406,1.028,2.311c0,0.808-0.416,1.706-1.028,2.305L-5.432,5l43.236,39.382 c0.612,0.599,1.028,1.497,1.028,2.298s-0.416,1.706-1.028,2.309l-5.137,5.013C32.05,54.6,31.125,55,30.305,55 s-1.751-0.4-2.363-0.999L-22.801,7.309C-23.42,6.706-23.833,5.801-23.833,5s0.413-1.706,1.025-2.308l50.742-46.689 c0.619-0.6,1.55-1.003,2.37-1.003S32.05-44.597,32.668-43.997z'/%3e%3c/svg%3e"); }
	#Slider .owl-nav .owl-next { right: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-42.5 -45 100 100'%3e%3cpath fill='%23cccccc' d='M-16.668,53.997l-5.137-5c-0.612-0.611-1.028-1.406-1.028-2.311c0-0.808,0.416-1.706,1.028-2.305L21.432,5l-43.236-39.382 c-0.612-0.599-1.028-1.497-1.028-2.298s0.416-1.706,1.028-2.309l5.137-5.013C-16.05-44.6-15.125-45-14.305-45 s1.751,0.4,2.363,0.999L38.801,2.691C39.42,3.294,39.833,4.199,39.833,5s-0.413,1.706-1.025,2.308l-50.742,46.689 c-0.619,0.6-1.55,1.003-2.37,1.003S-16.05,54.597-16.668,53.997z'/%3e%3c/svg%3e"); }
	.treatmentbox{ width: 200px; height: 200px;}
	ul.list-check li{ list-style: none; margin-bottom: 1rem; background: url("../retina-images/check.png") no-repeat; background-position: 0 10px; padding-left: 30px; }
	.number{ top: -25px;}
	.number span{ width: 50px; height: 50px;  line-height:50px;}
	.plan td:nth-child(odd) { position: relative; }
	.plan td:nth-child(odd)::after { background-color: #5c7235 ; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 0; }
	.plan td {  position: relative ;  }
	.plan td::after { background-color: #b5b55a ; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 0; }
	.plan td { padding: 0.7rem; border-bottom: 2px solid transparent; border-left: 5px solid transparent; border-right: 5px solid transparent; }
	.plan tr td:nth-last-child(1) { border-right: none; }
	.plan tr td:first-child { border-left: none; }
	.plan tr:nth-child(even) td::after { opacity: 0.7;}
	.plan td span { position: relative; z-index: 1; }
	.cursor-default{cursor: default;}
	.hover-zoom svg{transition: all 1s;}
	.hover-zoom:hover .rounded-circle{box-shadow: 0 3px 10px rgb(0 0 0 / 0.4); background-color:#000 !important; }
	.hover-zoom:hover svg{ transform: scale(1.2); }
	#case-studies .owl-dots .owl-dot.active {	background-color: #5c7235;	}
	#case-studies .owl-dots .owl-dot {background-color: #b5b55a;	}
	#case-studies.owl-theme .owl-nav.disabled+.owl-dots {margin-top: 30px;}
	.mn-mt-20{margin-top: -20px;}
	.text-decoration-line-throughs {
		text-decoration-line: line-through !important;
		text-decoration-thickness: 3px !important;
	}
	/* Float */
	.hvr-float {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;	 
	}
	.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
    .slinks { list-style: none; margin: 0; padding: 0; }
	.slinks a { display: block; text-decoration: none; }
	.slinks li { display: inline-block; -webkit-transition: .6s ease; transition: .6s ease; }
	.slinks li + li { margin-left: 10px; }
	.slinks li a svg path { -webkit-transition: .4s ease; transition: .4s ease; }
	.slinks li a:hover svg path { fill: #535742; }
    .accordion-button::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
	.accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}	
    .accordion-button{background-color: #5c7235; color: #FFFFFF;}
	.accordion-button:not(.collapsed) {background-color: #b5b55a; color: #000000;}
	.accordion-button:focus{border-color: transparent; box-shadow:none;}
	.accordion-body .list-group li::before{background: #FFFFFF;}
	.m-list-box { max-width: 300px; }
	.review-main-content .left-quote{vertical-align:top;}
	.review-main-content .right-quote{vertical-align:bottom;}
	.google-review {font-size: 14px;}
	.mtm-4 {margin-top: -4px;}
		#sticky-wp-btn { position: fixed; bottom: 80px; right: 5px; z-index: 1000; }

/*== Common Styles ==*/

/*== Invisalign Slider ==*/
	.slider-section .arrow-left, .slider-section .arrow-right { width: 45px; height: 45px; background-color: #000000; display: flex; align-items: center; justify-content: center; border-radius: 50px; font-size: 31px; color: #fff; position: absolute; top: calc(50% - 22.5px); cursor: pointer; background-repeat: no-repeat; background-position: center; background-size: contain; }
	.slider-section .arrow-left { left: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45'%3e%3cpath fill='%23FFFFFF' d='M25.516,14.681l0.82,0.798c0.098,0.098,0.164,0.225,0.164,0.369c0,0.129-0.066,0.272-0.164,0.368l-6.9,6.284 l6.9,6.285c0.097,0.095,0.164,0.239,0.164,0.367c0,0.127-0.066,0.272-0.164,0.368l-0.82,0.8c-0.099,0.095-0.246,0.159-0.377,0.159 s-0.279-0.064-0.377-0.16l-8.098-7.451C16.566,22.772,16.5,22.628,16.5,22.5c0-0.127,0.066-0.272,0.164-0.368l8.097-7.451 c0.099-0.096,0.248-0.16,0.378-0.16S25.417,14.585,25.516,14.681z'/%3e%3c/svg%3e"); }
	.slider-section .arrow-right { right: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45'%3e%3cpath fill='%23FFFFFF' d='M19.484,30.319l-0.82-0.798c-0.098-0.098-0.164-0.225-0.164-0.369c0-0.129,0.066-0.272,0.164-0.368 l6.9-6.284l-6.9-6.285c-0.097-0.095-0.164-0.239-0.164-0.367c0-0.127,0.066-0.272,0.164-0.368l0.82-0.8 c0.099-0.095,0.246-0.159,0.377-0.159s0.279,0.064,0.377,0.16l8.098,7.451c0.099,0.096,0.165,0.241,0.165,0.369 c0,0.127-0.066,0.272-0.164,0.368l-8.097,7.451c-0.099,0.096-0.248,0.16-0.378,0.16S19.583,30.415,19.484,30.319z'/%3e%3c/svg%3e"); }
	.slider-section .arrow-left span, .slider-section .arrow-right span { position: relative; top: 0; display: none; }
	.row.slider-section { padding: 0 45px; position: relative; margin: 0 auto; float: none; }
	.slider-line { padding: 0 25px; display: flex; justify-content: space-around; align-items: center; }
	.slick-slide img { margin: 0 auto; width: 100%; }
	.slick-slide { padding: 0 15px; }
	.slide-wrapper { background-color: #EBF8FF; text-align: center; }
	.slide-week { font-size: 22px; font-weight: 500; border-bottom: 20px solid #000000; padding: 10px 0; color:#000000; }
	.slide-week, .slide-title { text-align: center; }
	.slide-title { color: #000000; font-size: 27px; font-weight: 500; padding: 10px 0 0 0; line-height:32px; }
	.slider-range { -webkit-appearance: none; appearance: none; width: 100%; height: 2px; border-radius: 5px; background: #000000; outline: none; }
	.slide-range { position: relative; }
	.slider-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; content: '\3e'; width: 20px; height: 20px; border-radius: 50px; background: #000000; cursor: pointer; z-index: 100; border:none; }
	.slider-range::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50px; background: #000000; cursor: pointer; z-index: 100; border:none; }
	.speak-our-team-form .btn-close{ float: right; position: absolute; right: 10px; top: 10px;}
	.speak-our-team-form .modal-header{ border-bottom:0px;}
	.fill { height: 2px; background-color: #000000; position: absolute; left: 0; bottom: 7px; }
	@media (max-width: 767px) {
		.row.slider-section { padding: 0px 20px; }
		.row.slider-section .slide { width: 93%; }
		.slider-section .arrow-left { left: -10px; }
		.slider-section .arrow-right { right: -10px; }
		.slider-section .arrow-right, .slider-section .arrow-left { width: 40px; height: 40px; font-size: 20px; }
							#sticky-wp-btn { position: fixed; bottom: 95px;}

	}
/*== Invisalign Slider End ==*/

/*== Responsive ==*/
@media (min-width: 576px) {
	.block-content { max-width: 540px; }
	.block-img1 { min-height: 400px; }
}
@media (min-width: 768px) {
	.list-group { margin-bottom: 1rem; }
	.block-content { max-width: 720px; }
	.brand-logo img { max-width: 100px; max-height: 50px; }
	.image-wrap img { position: relative; margin-top: -150px; }
	.inner-banner { min-height: 300px; }
	#Slider .btn { letter-spacing: 2px; }
	.block-img1 { min-height: 500px; }
	.mn-st-50 {	margin-left: -22px;	}
	.accordion-button {font-size: 20px;}
}
@media (min-width: 992px) {	
	.block-content { max-width: 630px; }
	.block-img { min-height: 500px; }
	.brand-logo img { max-width: 100%; max-height: inherit; }
	.img-vector3 { width: 600px; }
	.translate-imgs { margin-top: -50%; }
	.inner-banner { min-height: 340px; }
	.speak-our-team-form .modal-dialog{ max-width:700px;}
}
@media (min-width: 1200px) {
	.img-vector3 { width: 900px; }
	.translate-imgs { margin-top: -40%; }
	.treat-btns { width: 274px; height: 274px; }
	#Slider .owl-nav .owl-prev { left: -50px; }
	#Slider .owl-nav .owl-next { right: -50px; }
	.plan td { padding: 1rem 1.5rem; border-left: 30px solid transparent; border-right: 30px solid transparent; }
}
@media (min-width: 1400px) {
	.translate-imgs { margin-top: -30%; }
}
@media (min-width: 1800px) {
	.cus-block-img { background-position: center 15% !important; }
}
@media (max-width: 767px) {
    .page-header .btn-sm { display: block; font-size: 10px; padding-left: 8px; padding-right: 8px; max-width: 180px; margin: 0 auto; }
	.page-header .btn-sm + .btn-sm { margin-top: 5px; }
	.sticky-fixed .site-logo { width: 60px; }
	.top-strip .mobile{ text-align: right; }
	.address { display: flex; }
	.address svg { width: 32px; top:3px; }
	
}
@media (max-width: 575px) {
	.top-strip { font-size: 11px; }
}
@media (max-width: 480px) {
	.table-hours { max-width: 260px; }
}
@media (max-width: 374px) {
	.top-strip .address { display: block; width: 100%;text-align: center; }
	.top-strip .address svg { width: 12px;top: -1px; }
	.top-strip .mobile { width:100%; text-align:center; }
}
@media (min-width: 375px) and (max-width :767px) {
	.page-header .site-logo { width: 110px; }
	.sticky-fixed .site-logo { width: 80px; }
}
@media (min-width: 768px) and (max-width :1024px) {
	#carouselSliderHome .carousel-item { min-height: 380px;}
}
@media (min-width: 1024px) and (max-width :1400px) {
	#carouselSliderHome .carousel-item { min-height: 400px;}
}

/*== Responsive end ==*/
.cus-review-text{ font-family: 'Playfair Display', serif; font-size: 28px;  font-weight: 400;  font-style: normal;  line-height: 1.4;  margin-bottom: 1rem; }
.cus-z{ z-index: 1 !important; }

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

@media (min-width: 992px) {
.scrolling-text { width: 150px !important; overflow: hidden; white-space: nowrap; box-sizing: border-box; display: flex; align-items: center; margin-top: 18px; font-family: 'Nunito', sans-serif;}
.logo-cus-btn {font-size: 10px !important;}
}

@media (min-width: 1200px) {
.scrolling-text { width: 179px !important; overflow: hidden; white-space: nowrap; box-sizing: border-box; display: flex; align-items: center; margin-top: 18px; font-family: 'Nunito', sans-serif; }
.logo-cus-btn {font-size: 13px !important;}
}
@media (min-width: 1400px) {
.scrolling-text { width: 152px !important; overflow: hidden; white-space: nowrap; box-sizing: border-box; display: flex; align-items: center; margin-top: 18px; font-family: 'Nunito', sans-serif; }
.logo-cus-btn {font-size: 13px !important;}
}

@media (min-width: 1600px) {
.scrolling-text { width: 219px !important; overflow: hidden; white-space: nowrap; box-sizing: border-box; display: flex; align-items: center; margin-top: 18px; font-family: 'Nunito', sans-serif; }
.logo-cus-btn {font-size: 13px !important;}
}

@media (max-width: 991px) {
.scrolling-text { width: 100% !important; overflow: hidden; white-space: nowrap; box-sizing: border-box; display: flex; align-items: center; margin-top: 18px; font-family: 'Nunito', sans-serif; }
.logo-cus-btn {font-size: 13px !important;}
}
.scrolling-text span { display: inline-block; padding-right: 100px; animation: scroll-text 8s linear infinite; font-size: 16px; color: #000; }
.scrolling-text-m { width: 100%; overflow: hidden; white-space: nowrap; box-sizing: border-box; align-items: center; font-family: 'Nunito', sans-serif; }
.scrolling-text-m span { display: inline-block; padding-right: 100px; animation: scroll-text 8s linear infinite; font-size: 16px; color: #000; }
 
@keyframes scroll-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.banner-img-foo {width: 450px;}
.banner-foo {border-radius: 30px;}
.cus-border {border: 1px solid #5c7235 !important;}
.cus-logo-img-size {width: 125px !important;}

#onLoadModal .modal-content {
	background-image: url('../retina-images/practice-gallery/practice-big19-cus.jpg');
	background-size: cover !important;
}


#onLoadModal .btn-close-cus{
	float: right;
    position: absolute;
    right: 10px;
    top: -30px;
}