/*== Fonts ==*/
	@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-face { font-family: 'Jost'; font-style: normal; font-weight: 300; font-display: swap; src: url(../fonts/Jost-300.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: 'Jost'; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/Jost-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: 'Jost'; font-style: normal; font-weight: 600; font-display: swap; src: url(../fonts/Jost-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: 'Jost'; font-style: normal; font-weight: 700; font-display: swap; src: url(../fonts/Jost-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-face { font-family: 'Jost'; font-style: normal; font-weight: 800; font-display: swap; src: url(../fonts/Jost-800.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; }
/*== Fonts End ==*/

/*== Basic css ==*/
*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }	body { font-family: 'Jost', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.4; color: #000; }	a { color: inherit; text-decoration: underline; }a:hover, a:focus { color: inherit; text-decoration: none; }p { margin-bottom: 1rem; }small,.small { font-size: 14px; line-height: 1.4; display: block; }img { max-width: 100%; }hr { border-color: #d4d4d4; }.transition { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; }a.phonelink, a.phonelink:hover, a.phonelink:focus { cursor: default; text-decoration: none !important; }@media (max-width: 1024px) {	a.phonelink { text-decoration: underline !important; }}
/*== Basic css End ==*/

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

/*== Heading ==*/
.page-title { font-size: 30px; font-weight: 300; line-height: 1.2; text-transform: uppercase; margin-bottom: 0rem; }.page-title small { font-size: 30px; line-height: 1.2; }.sub-title1 { font-size: 24px; font-weight: 400; line-height: 1.2; text-transform: uppercase; margin-bottom: 1rem; }.sub-title2 { font-size: 20px; font-weight: 400; line-height: 1.2; margin-bottom: 0.6rem; }.sub-title3 { font-size: 18px; font-weight: 400; line-height: 1.2; text-transform: uppercase; margin-bottom: 0.6rem; }.title-body { font-size: 15px; font-weight: 400; line-height: 1.4; margin-bottom: 1rem; }
/*== Heading End ==*/

/*== Header ==*/
.page-header .site-logo img { width: auto; max-height: 34px; }.page-header .btn { margin-top: 10px; }.page-header .h-phone { font-size: 18px; line-height: 1; }.page-header .sticky-fixed { padding-left: 15px; padding-right: 15px; }.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; }
/*== Header End ==*/

/*== Footer ==*/
.footer-map { min-height: 320px; }.footer-map .btn { margin-top: 180px; }.table-hours { max-width: 280px; width: 100%; text-align: left; }.table-hours tr td:first-child { width: 183px; }.slinks { list-style: none; margin: 0; padding: 0; }.slinks li { display: inline-block; }.slinks li + li { margin-left: 7px; }.slinks a { width: 17px; height: 17px; display: inline-block; vertical-align: middle; text-decoration: none; background-size: contain; background-repeat: no-repeat; background-position: center; }.slinks a.fb { background-image: url(../retina-images/ico-fa.svg); }.slinks a.tw { background-image: url(../retina-images/ico-tw.svg); }.slinks a.google { background-image: url(../retina-images/ico-google1.svg); }.slinks a.ig { background-image: url(../retina-images/ico-ig.svg); }slinks a.in { background-image: url(../retina-images/ico-in.svg); }.slinks a.yt { background-image: url(../retina-images/ico-yt.svg); }.slinks a.rss { background-image: url(../retina-images/ico-rss.svg); width: 15px; height: 15px; }.tooltip-inner { background-color: #aa9775; color: #fff; }.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { border-top-color: #aa9775; }.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { border-right-color: #aa9775; }.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { border-bottom-color: #aa9775; }.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { border-left-color: #aa9775; }.f-sepline { display: inline-block; padding-left: 11px; padding-right: 11px; }.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; }
/*== Footer end ==*/

/*== Menu ==*/
.navbar-toggler { margin-top: -1px; width: 25px; height: 19px; padding: 0; outline: none !important; vertical-align: middle; display: inline-block; }.navbar-toggler .i-line { width: 100%; height: 1px; border-radius: 10px; background-color: #3e3e3e; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; }.navbar-toggler .i-line.top { top: 0; }.navbar-toggler .i-line.middle { width: 70%; left: inherit; top: 50%; margin-top: -0.5px; }.navbar-toggler .i-line.bottom { bottom: 0; }.closed .i-line.middle { width: 0; opacity: 0; }.closed .i-line.top { top: 9px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }.closed .i-line.bottom { bottom: 7px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }.navbar .nav-item { outline: none; }.navbar .nav-link { color: #fff; font-size: 15px; font-weight: 400; line-height: 1.34; 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: #000; text-decoration: none; }.navbar .dropdown-menu { font-size: 15px; font-weight: 400; line-height: 1.2; background-color: #000; margin: 0; border: none; border-radius: 0; padding: 5px 0; }.navbar .dropdown-menu .dropdown-item { color: #fff; text-decoration: none; padding: 8px 16px; white-space: normal; }.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:active { background-color: transparent; color: #aa9775; }.navbar .open > .dropdown-menu { display: block; }.sidebar-nav { z-index: 1021; position: fixed; left: -250px; top: 0; width: 100%; max-width: 250px; height: 100%; text-align: left; -webkit-box-shadow: rgba(0,0,0,.1) 1px 0px 5px; box-shadow: rgba(0,0,0,.1) 1px 0px 5px; }.sidebar-nav .container, .sidebar-nav .container-fluid { height: 100%; }.sidebar-nav .navbar-collapse { display: block; overflow-y: auto; height: 100% !important; }.sidebar-nav .navbar-nav > .nav-item { border-bottom: rgba(100,100,100,.25) 1px solid; }.sidebar-nav .navbar-nav .dropdown-toggle { padding-right: 28px; }.sidebar-nav .dropdown-toggle::after { position: absolute; right: 15px; top: 23px; border-width: 5px; opacity: .7; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);  -webkit-transition-duration: .4s; transition-duration: .4s; }.sidebar-nav .show > .dropdown-toggle::after { -webkit-transform: rotate(0); transform: rotate(0); }.menu-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; }
/*== Menu End ==*/

/*== Form ==*/
.site-form { font-size: 16px; line-height: 1.3; }.form-control, .custom-select { border-color: #65615d; color: #000; font-size: inherit; font-weight: 400; line-height: 1.4; height: calc(1.5em + .75rem + 4px); border-radius: 0; box-shadow: none; outline: none; }.form-control:focus, .custom-select:focus { box-shadow: none; border-color: #202833; }textarea.form-control { height: 80px; }.custom-select { background-image: url(../retina-images/ico-select.svg); background-size: 23px; background-position: right; background-repeat: no-repeat; }.custom-select option { color: #000; }.custom-control { margin-bottom: 0.5rem; padding-left: 1.9rem; }.custom-control-label::before, .custom-control-label::after { width: 18px; height: 18px; top: 2px; left: -31px; }.custom-control-label::before { border-color: #65615d; box-shadow: none !important; }.custom-control-input:checked~.custom-control-label::before { background-color: #0B2E88; border-color: #0B2E88; }.custom-control-input:focus:not(:checked)~.custom-control-label::before { border-color: #202833; }.custom-control-input:not(:disabled):active~.custom-control-label::before { background-color: #ddd; border-color: #ddd; }.custom-checkbox .custom-control-label::before { border-radius: 0; }.custom-radio .custom-control-label::after { background-image: none !important; width: 8px; height: 8px; border-radius: 50px; left: -26px; top: 7px; }.custom-radio .custom-control-input:checked~.custom-control-label::after { background-color: #000; }.custom-file-input:focus~.custom-file-label { box-shadow: none; border-color: #202833; }.custom-control-input:not(:disabled):active~.custom-control-label::before, .custom-control-input:checked~.custom-control-label::before { background-color: transparent; border-color: #65615d; }.custom-checkbox .custom-control-input:checked~.custom-control-label::after { background-image: url(../retina-images/checked.svg); }.g-recaptcha { -webkit-transform: scale(.8); transform: scale(.8); }.rating { display: table; direction: rtl; }.rating>input { display: none; }.rating>label { position: relative; font-size: 32px; cursor: pointer; display: table-cell; }.rating>label::before { content: "\2605"; position: absolute; opacity: 0; }.rating>label:hover:before, .rating>label:hover~label:before { opacity: 1 !important; }.rating>input:checked~label:before { opacity: 1; }.rating:hover>input:checked~label:before { opacity: 0.4; }.ui-datepicker { font-size: 12px !important; }.input-group-text { background-color: #65615d; border: none; color: #fff; }.form-control:disabled, .form-control[readonly] { background-color: #fff; }.contact-form { max-width: 450px; margin-left: auto; margin-right: auto; font-size: 16px; line-height: 1.3; }.contact-form .form-control, .contact-form .custom-select { background-color: transparent; }.contact-form textarea.form-control { height: 60px; }.contact-form .custom-control-label::before { background-color: transparent; }	input[type="checkbox"]:required { display: none; }input[type="checkbox"]:required:invalid + label::before { border: 1px solid red; } @-moz-document url-prefix() {.custom-select { padding-left: 7px; }}.custom-file-label{border-radius:0; border:1px solid #000000; color:#000000;}.custom-file-label::after{background-color: #aa9775;color:#ffffff; border-radius:0;}.datepicker-top-left, .datepicker-top-right { border-top-color: #0B2E88 !important; } .datepicker-top-left::before, .datepicker-top-right::before { border-bottom-color: #0B2E88 !important; }	.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover { color: #0B2E88 !important; }.datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li:hover { background-color: #ddd !important; } .input-group-text { font-size: 14px; } input[type="file"]:required:invalid + label { border: 1px solid red; } .upload-input { position: relative; top: -2px; }
/*== Form End ==*/

/*== Button ==*/
.btn { font-size: 14px; font-weight: 400; line-height: 1.3; padding: 10px 24px; text-transform: uppercase; text-decoration: none; border-radius: 2.5rem; box-shadow: none !important; }.btn-primary { color: #fff; background-color: #aa9775; border-color: #aa9775; }.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: #169fd3; border-color: #169fd3; }.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active { color: #169fd3; 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: #aa9775; border-color: #aa9775; background-color: #fff; }.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active { color: #fff; background-color: #aa9775; border-color: #aa9775; }.btn-outline-secondary { color: #169fd3; border-color: #169fd3; }.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active { color: #fff; background-color: #169fd3; border-color: #169fd3; }.btn-outline-dark { color: #202833; border-color: #202833; }.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:not(:disabled):not(.disabled):active { color: #fff; background-color: #202833; border-color: #202833; }.btns-group { max-width: 220px; }.btns-group .btn + .btn { margin-top: 10px; }
/*== Button End ==*/

/*== Back to top ==*/ 
#back-to-top { position: fixed; bottom: 230px; 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: 31px; text-decoration: none; display: block; height: 2.25rem; width: 2.25rem; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4); -moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4); box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4);	background-color: #aa9775; }#back-to-top a:hover { background-color: #000; }
/*== Back to top End ==*/

/*== Breadcrumbs ==*/
.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: #aa9775; }.breadcrumb-item { display: inline-block; }.breadcrumb-item+.breadcrumb-item::before { content: '→'; font-size: 18px; opacity: .5; }
/*== Breadcrumbs End ==*/

/*== List Styles ==*/
.list-group { padding-left: 22px; margin-bottom: 0.5rem; text-align: left; }.list-group li { margin-bottom: 0.5rem; }.list-icons { list-style: none; margin: 0; padding: 0; }.list-icons li { margin-bottom: 1rem; padding-left: 35px; background-repeat: no-repeat; background-position: 0px 2px; min-height: 27px; }.list-treatment { margin: 0; padding: 0; list-style: none; }.list-treatment li + li { margin-top: 0.5rem; }.list-treatment li a { text-decoration: none; -webkit-transition-duration: .4s; transition-duration: .4s; }.list-treatment li a:hover { color: #aa9775; }
/*== List Styles End ==*/

/*== Common Styles ==*/
.custom-row { margin-left: -8px; margin-right: -8px; }.custom-row .colm { padding-left: 8px; padding-right: 8px; }.custom-row1 { margin-left: -5px; margin-right: -5px; }.custom-row1 .colm { padding-left: 5px; padding-right: 5px; }.data-src { background-repeat: no-repeat; }.mt-10 { margin-top: 10px; }.mb-10 { margin-bottom: 10px; }.zindex-1 { z-index: 1; }.text-shadow { text-shadow: rgb(0,0,0,.4) 0px 4px 5px; }.banner-h { height: 300px; }.innerbanner-h { height: 200px; }.slogan-text { min-height: 160px; max-width: 850px; padding: 1.2rem; background: url(../retina-images/slogan-bg.svg) no-repeat center; background-size: auto 100%; }#banner-slider .page-title { font-size: 20px; margin-bottom: 10px; }#banner-slider .page-title small { font-size: 14px; }.option-strip { border-radius: 3rem; margin: -10px auto 0; }.option-strip .custom-select { max-width: 280px; border-radius: 3rem; border-color: #fff; background-color: transparent; color: #fff; letter-spacing: 2px; background-image: url(../retina-images/ico-select-light.svg); }.icon-img1 { width: 60px; height: 60px; margin-left: auto; margin-right: auto; }.stars-ratting { display: block; width: 136px; height: 23px; background: url(../retina-images/5stars-review.svg) no-repeat center; margin-left: auto; margin-right: auto; }.brand-item { display: inline-block; padding: 10px 15px; }#review-slider2 { max-width: 440px; margin-left: auto; margin-right: auto; }.team-wrap { text-decoration: none; color: inherit; }.team-wrap .team-img { position: relative; }.new-patient-banner { min-height: 280px; }.btn-block { max-width: 290px; margin-left: auto; margin-right: auto; }.hot-img { max-width: 250px; padding: 6px; -webkit-box-shadow: rgb(0,0,0,.2) 0px 0px 14px 0px; box-shadow: rgb(0,0,0,.2) 0px 0px 14px 0px; }.selfie-img { min-height: 260px; }.case-title { padding: 9px 5px 7px 5px; text-transform: uppercase; line-height: 1; } .embed-medivision { max-width: 500px; margin-left: auto; margin-right: auto; } .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; } #modalGallery { color: #fff; } #modalGallery .modal-dialog { margin: 3rem 2rem 2rem; } #modalGallery .btn-left, #modalGallery .btn-right { position: absolute; top: 50%; width: 30px; height: 23px; margin-top: -15px; outline: none !important; background-color: transparent; border: none; padding: 0px; box-shadow: none; } #modalGallery .btn-left .bline, #modalGallery .btn-right .bline { width: 100%; height: 2px; background-color: #fff; border-radius: 5px; position: absolute; left: 0px; } #modalGallery .btn-left .bline.linetop { top: 0px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } #modalGallery .btn-left .bline.linebot { bottom: 0px; -webkit-transform: rotate(45deg); transform: rotate(45deg); } #modalGallery .btn-right .bline.linetop { top: 0px; -webkit-transform: rotate(45deg); transform: rotate(45deg); } #modalGallery .btn-right .bline.linebot { bottom: 0px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } #modalGallery .btn-left { left: -2rem; } #modalGallery .btn-right { right: -2rem; } #modalGallery .img-counter { font-size: 14px; font-weight: 400; line-height: 1.2; color: #fff; margin-top: -1.2rem; padding-bottom: 0.3rem; } .gallery-thumb a { height:200px; overflow: hidden; cursor: pointer; position: relative; display: block; text-decoration: none; } .modal-body img { cursor:default; height:auto;} .team-wrap p, .team-text p{ margin-bottom:10px;} .number-field{-moz-appearance: textfield;} .number-field::-webkit-outer-spin-button, .number-field::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } .border-radius-50 { border-radius: 50%;} .border-2 { border:2px solid #aa9775;} .vertual-form .g-recaptcha { -webkit-transform: scale(.9); transform: scale(.9); margin-bottom:20px; transform-origin: left; -webkit-transform-origin: left; } .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: #aa9775; color:#ffffff; border-radius: 0;border-color: #be933c;} .custom-file-input:lang(en)~.custom-file-label::after { content: "Upload"; } .input-group-append .btn, .input-group-prepend .btn { height: 37px;border: none; color:#ffffff; } .custom-file-label input { border: none; } .bg-lighter { background:#fafafa; } .slider-section .arrow-right, .slider-section .arrow-left { width: 45px; height: 45px; background-color: #2f2f2f; display: flex; align-items: center; justify-content: center; border-radius: 50px; font-size: 31px; color: #fff; position: absolute; top: calc(50% - 22.5px); left: 0; cursor: pointer; } .slider-section .arrow-right { left: auto; right: 0; } .slider-section .arrow-left { left: 0; } .slider-section .arrow-left span, .slider-section .arrow-right span { position: relative; top: -3px; } .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: 14px; font-weight: 500; border-bottom: 20px solid #2f2f2f; padding: 10px 0; color:#2f2f2f; } .slide-week, .slide-title { text-align: center; } .slide-title { color: #2f2f2f; font-size: 20px; font-weight: 500; padding: 10px 0 0 0; line-height:32px; } .slider-range { -webkit-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: 50px; background: #2f2f2f; cursor: pointer; z-index: 100; border:none; } .slider-range::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50px; background: #2f2f2f; cursor: pointer; z-index: 100; border:none; } .fill { height: 2px; background-color: #2f2f2f; position: absolute; left: 0; bottom: 6px; } .play-btn { position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; margin: 0 auto; display: table; text-align: center; } .block-img { min-height: 300px; }.book-implant:hover{ background:#000; }#step-slider .owl-prev:hover{ background: #000;}#step-slider .owl-prev{ position: absolute;left: 0px;top: 45%;background: #aa9775;border-radius: 50%; }#step-slider .owl-next:hover{ background:#000; }#step-slider .owl-next{ position: absolute;right: 0px;top: 45%;background: #aa9775;border-radius: 50%; }#step-slider .owl-next img{ position: absolute;left: 13px;top: 8px; }#step-slider .owl-prev img{position: absolute;left: 10px;top: 8px; }.vertical-align-middle { vertical-align: middle; }#step-slider .item{ padding-left:20px;padding-right:20px; }.block-content { padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }.direction-initial {direction: initial;}  .carousel-indicators { bottom: 0px; align-items: center; }.carousel-indicators li { width: 4px; height: 4px; border-radius: 50%; border: #000 2px solid; background-color: #000; opacity: 1; margin-left: 5px; margin-right: 5px; }.carousel-indicators li.active { background-color: transparent; width: 8px; height: 8px; }
/*== Common Styles ==*/

/*== Responsive ==*/
@media (min-width: 576px) {  .page-header .sticky-fixed { padding-left: 3rem; padding-right: 3rem; }.banner-h { height: 320px; }.slogan-text { min-height: 180px; background-size: 100% 100%; }#banner-slider .page-title { font-size: 24px; margin-bottom: 10px; }#banner-slider .page-title small { font-size: 16px; }.option-strip { border-radius: 3rem; max-width: 940px; margin: -15px auto 0; } #modalGallery .modal-dialog { margin: 3rem auto; }.block-content { max-width: 540px; }.block-img { min-height: 400px; } .carousel-indicators { bottom: 10px; } }
@media (min-width: 768px) {body { font-size: 18px; line-height: 1.6rem; } p { margin-bottom: 1.5rem; }.list-group { margin-bottom: 1rem; }.page-title { font-size: 46px; margin-bottom: 0rem; }.page-title small { font-size: 30px; }.sub-title1 { font-size: 36px; margin-bottom: 1rem; }.sub-title2 { font-size: 27px; margin-bottom: 1rem; }.sub-title3 { font-size: 23px; margin-bottom: 1rem; }.sub-title4 { font-size: 23px; margin-bottom: 1rem; }small,.small { font-size: 15px; line-height: 1.4; display: block; }.title-body { font-size: 18px; line-height: 1.6rem; margin-bottom: 1.5rem; }.bg-fixed { background-attachment: fixed !important; }.page-header .container-fluid { padding-top: 20px; padding-bottom: 20px; }.page-header .site-logo img { max-height: 40px; }.page-header .h-phone { font-size: 22px; line-height: 1; margin-top: 3px; }.page-header .btn { font-size: 13px; padding: 6px 15px; }.navbar-expand-md .navbar-nav .nav-link { padding: 13px 7px; font-size: 14px; }.navbar-expand-md .dropdown-menu .dropdown-item { padding: 5px 7px; }.navbar-expand-md .dropdown-menu { min-width: 9rem; }.navbar .dropdown-toggle::after { display: none; }.banner-h { height: 370px; }.innerbanner-h { height: 280px; }.slogan-text { min-height: 250px; padding: 2rem; }#banner-slider .page-title { font-size: 33px; }#banner-slider .page-title small { font-size: 24px; }.option-strip { margin: -40px auto 0; }.option-strip .custom-select { max-width: 340px;  }.hot-img { max-width: 250px; }.footer-map { min-height: 400px; }.footer-map .btn { margin-top: 230px; }.table-hours { max-width: 310px; }.team-wrap .team-img:after { opacity: 0; content: ''; background-color: #aa9775; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border-radius: 300px; -webkit-transition-duration: .4s; transition-duration: .4s; }.team-wrap:hover .team-img:after { opacity: .6; }.mb-5px { margin-bottom:8px !important} .mt-5px { margin-top:8px; } .gallery-thumb a:before { opacity: 0; background-color: #aa9775; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; -webkit-transition-duration: 0.6s; transition-duration: 0.6s; } .gallery-thumb a:hover:before { opacity: 0.5; } #modalGallery .btn-left, #modalGallery .btn-right { position: fixed; } #modalGallery .btn-left { left: 1rem; } #modalGallery .btn-right { right: 1rem; } .block-img { min-height: 450px; }.block-content { max-width: 720px; } .purechat-collapsed .purechat-collapsed-image { bottom: 30px !important; } #back-to-top { position: fixed; bottom: 150px; } .carousel-indicators { bottom: 33px; } .custom-top { top:35px;} }
@media (min-width: 768px) and (max-width: 991px){ .mt-5px { margin-top: 8px; font-size: 13px; line-height: 20px; } }
@media (min-width: 992px) {.block-content { max-width: 600px; }.page-header .site-logo img { max-height: 47px; }.page-header .h-phone { font-size: 22px; }.page-header .btn { font-size: 14px; padding: 9px 24px; }.navbar-expand-md .navbar-nav .nav-link { padding: 13px 16px; font-size: 16px; }.navbar-expand-md .dropdown-menu .dropdown-item { padding: 5px 16px; min-width: 9rem; }.navbar-expand-md .dropdown-menu { min-width: 10rem; font-size: 17px; }.banner-h { height: 500px; }.innerbanner-h { height: 320px; }.slogan-text { min-height: 280px; }#banner-slider .page-title { font-size: 46px; }#banner-slider .page-title small { font-size: 30px; }.hot-img { max-width: 250px; }}
@media (max-width: 768px){.bg-mob-offer { background:rgba(255,255,255,0.6);}}
@media (min-width: 1200px) {.page-header .site-logo img { max-height: 100%; }.navbar-expand-md .navbar-nav .nav-link { padding: 13px 20px; font-size: 18px; }.navbar-expand-md .dropdown-menu .dropdown-item { padding: 5px 20px; }.navbar-expand-md .dropdown-menu { min-width: 11rem; }.banner-h { height: 590px; }.innerbanner-h { height: 400px; }.hot-img { max-width: 100%; } .page-header .h-phone { font-size: 27px; } }
@media (min-width: 1400px) {.banner-h { height: 650px; }}
@media (max-width: 575px) { .p-m-0{padding-left:0!important;padding-right:0!important;}.page-header .btn { padding: 6px 12px; font-size: 13px;} .bg-mob { background:rgba(255,255,255,0.6);} .gallery-thumb a { height:200px;} .page-title { font-size:22px;}#step-slider .owl-prev{ position: absolute;left: 0px;top: 45%;background: #aa9775;border-radius: 50%; }#step-slider .owl-next{ position: absolute;right: 0px;top: 45%;background: #aa9775;border-radius: 50%; } }
@media (min-width: 576px) and (max-width: 767px) { .gallery-thumb a { height:170px;} }
@media (max-width: 767px) {.fee-offr{background-color: #E7E7E7;} .row.slider-section { padding: 0px 20px; } .row.slider-section .slide { width: 93%; } .slider-section .arrow-left { left: 0px; } .slider-section .arrow-right { right: 0px; } .slider-section .arrow-right, .slider-section .arrow-left { width: 30px; height: 30px; font-size: 20px; } }
@media (min-width:768px) and (max-width:991px) { .gallery-thumb a { height: 150px; } }
/*== Responsive end ==*/
.text-red{color: #ff0000;}


.modal-new {top: 4%;}
.border-fre {border: 1px solid gray;}


.mb-google{ margin-bottom:10px; }
.mr-m{ margin-right:10px; }

@media (min-width: 768px) and (max-width: 991px) {
	.heder-font { font-size: 10px; }
    .mr-m{ margin-right:10px; }
	.mr-m svg { width: 35px; }
}

.cus-review {
	border: 4px solid lightgray;
    padding: 7px;
    background: #f1f1ec;
}