/*== Font css ==*/
	@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url(../fonts/poppins-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: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/poppins-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: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url(../fonts/poppins-500.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: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url(../fonts/poppins-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: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url(../fonts/poppins-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: '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 ==*/
	html { scroll-behavior: auto !important; }
	*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	body { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 300; line-height: 1.5; color: #0a0404; }
	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; color: inherit !important; }
	hr { opacity: 0.1; }
	@media (max-width: 1024px) {
		a.phonelink { text-decoration: underline !important; }
	}
	@media (min-width: 768px) {
		body { font-size: 18px; }
		p { margin-bottom: 1.5rem; }
	}
/*== Basic css End ==*/

/*== Taxonomy ==*/
	.text-primary { color: #4498c9 !important; }
	.text-secondary { color: #ffa300 !important; }
	.text-dark { color: #0a0404 !important; }
	.text-white { color: #ffffff !important; }
	.fw-medium { font-weight: 500 !important; }
	.fw-sbold { font-weight: 600 !important; }
	.fs-large { font-size: 18px !important; }
	.fs-smaller { font-size: 14px !important; }
	.text-uppercase-none { text-transform: none !important; }
	.text-strike { position: relative; display: inline-block; }
	.text-strike:after { content: ''; width: 100%; height: 8%; background-color: #0a0404; position: absolute; left: 0; bottom: 43%; -webkit-transform: rotate(-12deg) translate(2%, 0%); transform: rotate(-12deg) translate(2%, 0%); }
	.text-white.text-strike:after { background-color: #FFFFFF; }
	@media (min-width: 768px) {
		.fs-large { font-size: 23px !important; }
	}
/*== Taxonomy End ==*/

/*== Backgrounds ==*/
	.bg-primary { background-color: #4498c9 !important; }
	.bg-secondary { background-color: #ffa300 !important; }
	.bg-light { background-color: #f3f4f7 !important; }
	.bg-light1 { background-color: #e7e9ee !important; }
	.bg-light-blue { background-color: #e4f3fb !important; }
	.bg-dark { background-color: #0a0404 !important; }
	.object-cover { object-fit: cover; object-position: center; }
	.object-center-top { object-position: center top; }
	.object-center-bottom { object-position: center bottom; }
	.object-start { object-position: left; }
	.object-end { object-position: right; }
	.bg-pattern { background-image: url(../retina-images/bg-pattern.png); background-position: center; background-repeat: repeat; }
	.bg-pattern-light { background-image: url(../retina-images/bg-pattern-light.png); background-position: center; background-repeat: repeat; }
/*== Backgrounds End ==*/

/*== Border ==*/
	.border-primary { border-color: #4498c9 !important; }
	.border-secondary { border-color: #ffa300 !important; }
	.border-light { border-color: #f2f2f2 !important; }
	.border-dark { border-color: #0a0404 !important; }
	@media (min-width: 768px) {
		.border-left-md-0 { border-left: 0 !important; }
		.border-right-md-0 { border-right: 0 !important; }
	}
/*== Border End ==*/

/*== Position ==*/
	.z-index1 { z-index: 1; }
	.z-index2 {z-index: 2 !important;}
	@media (min-width: 576px) {
		.position-sm-absolute { position: absolute !important; }
	}
	@media (min-width: 768px) {
		.position-md-absolute { position: absolute !important; }
	}
	@media (min-width: 992px) {
		.position-lg-absolute { position: absolute !important; }
	}
	@media (min-width: 1200px) {
		.position-xl-absolute { position: absolute !important; }
	}
	@media (min-width: 1400px) {
		.position-xxl-absolute { position: absolute !important; }
	}
/*== Position End ==*/

/*== Sizing ==*/
	@media (min-width: 576px) {
		.w-sm-20   { width: 20% !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; }
		.w-sm-auto { width: auto !important; }
		.h-sm-100  { height: 100% !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; }
		.overflow-sm-hidden { overflow: hidden !important; }
	}
	@media (min-width: 768px) {
		.w-md-20   { width: 20% !important; }
		.w-md-25   { width: 25% !important; }
		.w-md-50   { width: 50% !important; }
		.w-md-75   { width: 75% !important; }
		.w-md-100  { width: 100% !important; }
		.w-md-auto { width: auto !important; }
		.h-md-100  { height: 100% !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; }
		.overflow-md-hidden { overflow: hidden !important; }
	}
	@media (min-width: 992px) {
		.w-lg-20   { width: 20% !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; }
		.w-lg-auto { width: auto !important; }
		.h-lg-100  { height: 100% !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; }
		.overflow-lg-hidden { overflow: hidden !important; }
	}
	@media (min-width: 1200px) {
		.w-xl-20   { width: 20% !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; }
		.w-xl-auto { width: auto !important; }
		.h-xl-100  { height: 100% !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; }
		.overflow-xl-hidden { overflow: hidden !important; }
	}
	@media (min-width: 1400px) {
		.w-xxl-20   { width: 20% !important; }
		.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; }
		.h-xxl-100  { height: 100% !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; }
		.overflow-xxl-hidden { overflow: hidden !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-size: 38px; font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }
	.page-title small { font-size: 26px; }
	.title1 { font-size: calc(1rem + 3vw); font-weight: 600; line-height: 1.2; margin-bottom: 1rem; }
	.title2 { font-size: calc(1rem + 2vw); font-weight: 600; line-height: 1.2; margin-bottom: 1rem; }
	.title3 { font-size: 20px; font-weight: 600; line-height: 1.2; margin-bottom: .9rem; }
	.title3 small { font-size: 18px; display: block; }
	.title4 { font-size: 18px; font-weight: 600; line-height: 1.2; margin-bottom: .6rem; }
	@media (min-width: 576px) {
		.page-title { font-size: 32px; }
		.page-title small { font-size: 20px; }
	}
	@media (min-width: 768px) {
		.page-title { font-size: 32px; margin-bottom: 1.8rem; }
		.page-title small { font-size: 28px; }
		.title1 { font-size: 42px; margin-bottom: 1.9rem; }
		.title2 { font-size: 36px; }
		.title3 { font-size: 27px; }
		.title3 small { font-size: 23px; }
		.title4 { font-size: 20px; }
		.banner-top .title2 {font-size: 27px; }
	}
	@media (min-width: 992px) {
		.page-title { font-size: 38px; }
		.page-title small { font-size: 36px; }
		.title1 { font-size: 52px; }
		.banner-top .title2 {font-size: 28px; }
		.invisalign-sec .title3{ font-size:15px;}
	}
	@media (min-width: 1200px) {
		.invisalign-sec .title3{ font-size:21px;}
	}
	@media (min-width: 1400px) {
		.page-title { font-size: 54px; }
		.page-title small { font-size: 50px; }
		.invisalign-sec .title3{ font-size:26px;}
	}
	@media (max-width: 767px) {
		.banner-top .page-title {font-size: 23px;}
		.banner-top .title2 {font-size: calc(1rem + 0.5vw); }
		.fixed-bottom .whatsapp-dropdown .btn { font-size: 15px; padding: 10px 20px; }
		.whatsapp-dropdown .dropdown-menu { min-width: 16rem; }
	}
	@media (max-width: 575px) {
		.banner-top .page-title {font-size: 18px; }
		.banner-top .title2 {font-size: calc(.7rem + 0.6vw); }
	}
/*== Heading End ==*/

/*== Header ==*/
	.page-header .container-md { padding-top: 1.5rem; padding-bottom: 1.5rem; }
	.page-header .site-logo img { width: 70vw; max-width: 280px; }
	.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; }
	.page-header .btn { font-weight: 300; font-size: .8rem; padding: 8px 16px; }
	.page-header .head-logo { width: 194px; }
	.sticky-fixed.page-header .container-md { padding-top: .7rem; padding-bottom: .7rem; }
	.sticky-fixed.page-header .site-logo img { max-width: 220px; }
	.sticky-fixed.page-header .head-logo { width: 170px; }
	@media (min-width: 768px) {
		.page-header .site-logo img { max-width: 250px; }
		.page-header .container-md { padding-top: 1.5rem; padding-bottom: 1.1rem; }
		.page-header .btn { font-size: 0.8rem; padding: 11px 11px; }
		.sticky-fixed.page-header .container-md { padding-top: .7rem; padding-bottom: .7rem; }
		.sticky-fixed.page-header .btn { font-size: .8rem; padding: 10px 18px; }
		.sticky-fixed.page-header .site-logo img { max-width: 200px; }
		.sticky-fixed.page-header .head-logo { width: 170px; }
	}
	@media (min-width: 992px) {
		.page-header .site-logo img { max-width: 306px; }
		.page-header .btn { font-size: 1rem; padding: 11px 22px; }
		.sticky-fixed.page-header .site-logo img { max-width: 250px; }
		.sticky-fixed.page-header .head-logo { width: 170px; }
	}
/*== Header End ==*/

/*== Footer ==*/
	.google-map { min-height: 300px; object-fit: cover; object-position: center; }
	.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 { 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: #4498c9; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; }
	.navbar-toggler .i-line.top { top: 0; }
	.navbar-toggler .i-line.middle { top: 50%; margin-top: -1.5px; }
	.navbar-toggler .i-line.bottom { bottom: 0; }
	.closed .i-line.middle { width: 0; opacity: 0; }
	.closed .i-line.top { top: 9px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
	.closed .i-line.bottom { bottom: 7px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
	.navbar .nav-item { outline: none; }
	.navbar .nav-link { color: #0a0404; font-size: 16px; font-weight: 400; line-height: 1.4; text-decoration: none; padding: 20px 16px; cursor: pointer; }
	.active .nav-link, .open .nav-link, .nav-item:hover .nav-link, .nav-item:focus .nav-link { background-color: transparent; color: #4498c9; text-decoration: none; }
	.navbar .open > .dropdown-menu { display: block; }
	.dropdown-menu { min-width: 14rem; border-radius: 1rem; border: none; background-color: #4498c9; color: #FFFFFF; padding: 0; margin: 0 !important; overflow: hidden; }
	.dropdown-item { color: #FFFFFF; font-size: 14px; padding: 8px 16px; white-space: pre-wrap; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
	.dropdown-menu li + li { border-top: rgba(255,255,255,0.3) 1px solid; }
	.dropdown-item:focus, .dropdown-item:hover { color: #FFFFFF; background-color: #0a0404; }
	.dropdown-toggle::after { display: none; }
	.navbar .dropdown-menu { border-radius: 0; }
	.navbar .dropdown-item { font-size: 16px; }

	.sidebar-nav { z-index: 9999; 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,.2) 1px solid; }
	.sidebar-nav .navbar-nav .dropdown-toggle { padding-right: 28px; }
	.sidebar-nav .dropdown-toggle::after { position: absolute; right: 15px; top: 29px; 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); }
	.sidebar-nav .dropdown-toggle::after { display: block; }
	.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; }
	
	.whatsapp-dropdown .dropdown-toggle::after { display: none; }
	.whatsapp-dropdown .dropdown-menu { border: none; }
	.whatsapp-dropdown .dropdown-menu::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.5em solid #FFFFFF; border-right: 0.5em solid transparent; border-bottom: 0; border-left: 0.5em solid transparent; position: absolute; right: 10px; bottom: -8px; }
	.whatsapp-dropdown .dropdown-item { font-size: 14px; }

	@media (min-width: 768px) {
		.navbar-expand-md .navbar-nav .nav-link { padding: 15px 3px; font-size: 12px; }
		.navbar-expand-md .dropdown-item { font-size: 12px; padding-left: 4px; padding-right: 4px; }
	}
	@media (min-width: 992px) {
		.navbar-expand-md .navbar-nav .nav-link { padding: 15px 11px; font-size: 14px; }
		.navbar-expand-md .dropdown-item { font-size: 14px; padding-left: 11px; padding-right: 11px; }
	}
	@media (min-width: 1200px) {
		.navbar-expand-md .navbar-nav .nav-link { padding: 15px 12px; font-size: 16px; }
		.navbar-expand-md .dropdown-item { font-size: 16px; padding-left: 12px; padding-right: 12px; }
		.navbar-expand-md .dropdown-menu { min-width: 16rem; }
	}
	@media (min-width: 1400px) {
		.navbar-expand-md .navbar-nav .nav-link { padding: 15px 20px; }
		.navbar-expand-md .dropdown-item { padding-left: 20px; padding-right: 20px; }
	}
/*== Menu End ==*/

/*== Form ==*/
	.site-form { font-size: 1rem; }
	.form-control, .form-select { border-color: #ced4da; color: #000; font-size: 16px; font-weight: 400; line-height: 1.4; height: calc(1.5em + .75rem + 4px); border-radius: 0; 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: 70px; }
	.g-recaptcha { -webkit-transform: scale(.8); transform: scale(.8); -webkit-transform-origin: center; transform-origin: center; }
	.form-check { padding-left: 2rem; margin-bottom: 0.5rem; }
	.form-check-input { margin-top: 2px; 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: #4498c9; border-color: #4498c9; }
	.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: var(--primary-color) !important; }
	.datepicker-top-left::before, .datepicker-top-right::before { border-bottom-color: var(--primary-color) !important; }
	.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover { color: var(--primary-color) !important; }
	.datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li:hover { background-color: #ddd !important; }
	input[type="checkbox"]:required { border-color: red; }
	.form-check-input:checked[type=checkbox]:required { border-color: #0b5ed7; }
	.input-group .form-floating { flex: 1; }
	.form-floating>label { white-space: nowrap; }
	.form-control[type=file] { font-size: inherit; line-height: 1.7; }
/*== Form End ==*/




/*== Button ==*/
	.btn { font-size: 13px; font-weight: 600; padding: 8px 16px; letter-spacing: 2px; text-transform: none; text-decoration: none; border-radius: 20rem; box-shadow: none !important; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
	.btn-primary { color: #fff; background-color: #4498c9; border-color: #4498c9; }
	.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active { color: #fff; background-color: #0a0404; border-color: #0a0404; }
	.btn-primary-dark { color: #fff; background-color: #154968; border-color: #154968; }
	.btn-primary-dark:hover, .btn-primary-dark:focus, .btn-primary-dark:not(:disabled):not(.disabled):active { color: #fff; background-color: #0a0404; border-color: #0a0404; }
	.btn-secondary { color: #fff; background-color: #ffa300; border-color: #ffa300; }
	.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active { color: #fff; background-color: #0a0404; border-color: #0a0404; }
	.btn-close { background-size: 50%; opacity: 1; }
	@media (min-width: 768px) {
		.btn { font-size: 16px; padding: 11px 22px; }
	}
	@media (min-width: 992px) {
		.btn { font-size: 18px; letter-spacing: 3px; padding: 14px 27px; }
	}
/*== 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: #4498c9; 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: #0a0404; }
	#back-to-top svg { position: absolute; left: 0; right: 0; top: 50%; margin: -19px auto 0; }
/*== Back to top End ==*/

/*== Card ==*/
	.card p { margin-bottom: 1rem; }
	.card-corner { position: relative; padding: 1rem; }
	.card-corner:before { content: ''; width: 23.5%; padding-bottom: 23.5%; position: absolute; left: 0; top: 0; background-color: #ffa300; }
	.card-corner:after { content: ''; width: 23.5%; padding-bottom: 23.5%; position: absolute; right: 0; bottom: 0; background-color: #ffa300; }
	.card { border: none; box-shadow: rgba(0,0,0,.09) 0 0 14px; padding: 1rem; display: block; position: relative; z-index: 1; border-radius: 0; }
	.card-review:after { content: ''; width: 0; height: 0; border-top: 20px solid rgb(255, 255, 255); border-left: 0px solid transparent; border-right: 30px solid transparent; position: absolute; top: 100%; right: 10%; }
	@media (min-width: 576px) {
		.card { padding: 1.3rem; }
		.card-corner { padding: 1.3rem; }
	}
	@media (min-width: 992px) {
		.card { padding: 2rem; }
		.card-corner { padding: 2rem; }
		.card-corner:before, .card-corner:after { min-width: 130px; min-height: 130px; }
		.card-review:after { border-top-width: 30px; border-right-width: 40px; right: 6%; }
		.strip-pricing .card-corner:before, .strip-pricing .card-corner:after { min-width: inherit; min-height: inherit; width: 100px; height: 100px; padding: 0; }
	}
/*== Card End ==*/

/*== Carousel Slider ==*/
	.carousel-control-next, .carousel-control-prev { width: 50px; opacity: 1; }
	.carousel-control-prev { left: -1.5rem; justify-content: start; }
	.carousel-control-next { right: -1.5rem; justify-content: end; }
	.carousel-control-prev-icon, .carousel-control-next-icon { background-size: contain; background-repeat: no-repeat; background-position: center; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
	.carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%230a0404' d='M23.924,48.605c0.144-0.305,0.338-0.594,0.591-0.848L71.398,0.875 c1.166-1.166,3.057-1.166,4.223,0s1.166,3.057,0,4.223L30.649,50.069l44.834,44.833c1.166,1.166,1.166,3.057,0,4.223 s-3.057,1.166-4.223,0L24.377,52.241C23.391,51.255,23.242,49.752,23.924,48.605z'/%3e%3c/svg%3e") }
	.carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%230a0404' d='M76.076,51.395c-0.144,0.305-0.338,0.594-0.591,0.848L28.602,99.125 c-1.166,1.166-3.057,1.166-4.223,0s-1.166-3.057,0-4.223l44.972-44.972L24.517,5.097c-1.166-1.166-1.166-3.057,0-4.223 s3.057-1.166,4.223,0l46.883,46.884C76.609,48.745,76.758,50.248,76.076,51.395z'/%3e%3c/svg%3e") }
	.carousel-control-prev:hover .carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%234498c9' d='M23.924,48.605c0.144-0.305,0.338-0.594,0.591-0.848L71.398,0.875 c1.166-1.166,3.057-1.166,4.223,0s1.166,3.057,0,4.223L30.649,50.069l44.834,44.833c1.166,1.166,1.166,3.057,0,4.223 s-3.057,1.166-4.223,0L24.377,52.241C23.391,51.255,23.242,49.752,23.924,48.605z'/%3e%3c/svg%3e") }
	.carousel-control-next:hover .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%234498c9' d='M76.076,51.395c-0.144,0.305-0.338,0.594-0.591,0.848L28.602,99.125 c-1.166,1.166-3.057,1.166-4.223,0s-1.166-3.057,0-4.223l44.972-44.972L24.517,5.097c-1.166-1.166-1.166-3.057,0-4.223 s3.057-1.166,4.223,0l46.883,46.884C76.609,48.745,76.758,50.248,76.076,51.395z'/%3e%3c/svg%3e") }
	#CarouselTestimonials .card-corner:before, #CarouselTestimonials .card-corner:after { width: 130px; height: 130px; padding-bottom: 0 !important; }
	#CarouselTestimonials .carousel-inner { display: flex; align-items: center; }
	#carouselInvisalign .carousel-control-prev { left: -.5rem; }
	#carouselInvisalign .carousel-control-next { right: -.5rem; }
	@media (min-width: 768px) {
		#CarouselTestimonials .card-corner:before, #CarouselTestimonials .card-corner:after { width: 160px; height: 160px; padding-bottom: 0 !important; }
	}
	@media (min-width: 992px) {
		.carousel-md-off .carousel-item { width: 25%; float: none; margin: 0; display: block; }
	}
/*== Carousel Slider End ==*/

/*== Table Content ==*/
	.table-content-col-1 { padding-top: 1px; padding-bottom: 1px; }
	.td-colm { height: 120px; font-size: 13px; display: flex; justify-content: center; align-items: center; padding: 0.5rem; }
	.table-tab-dots .nav-link { width: 1rem; height: 1rem; padding: 0; border: none; border-radius: 50%; background-color: #0a0404; }
	.table-tab-dots .nav-link.active { background-color: #4498c9; }
	.table-tab-dots li + li { margin-left: .5rem; }
	.td-highlight { background-color: rgba(68, 152, 201, 0.1) !important; }
	.tick-icon { font-size: 24px; font-weight: bold; color: #828487; }
	.table-striped>tbody>tr:nth-of-type(even)>* { background-color: rgba(255,255,255,0.7); }
	.table-lg tr td { padding: 1rem; }

	@media (min-width: 576px) {
		.td-colm { height: 90px; font-size: 16px; }
	}
	@media (min-width: 768px) {
		.table-content.tab-content .tab-pane { display: block; opacity: 1; }
		.table-lg tr td { padding: 1.3rem; font-size: 20px; }
	}
	@media (min-width: 1200px) {
		.td-colm { font-size: 18px; }
	}
/*== Table Content End ==*/

/*== Accordian ==*/
	.accordion-button { font-weight: 600; padding: 1.5rem 1rem; }
	.accordion-button:focus { box-shadow: none; }
	.accordion-button:not(.collapsed) { background-color: #4498c9; color: #FFFFFF; }
	.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='%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-body { padding: 1.8rem 1.25rem; }
	#accordionFaqs .accordion-button { display: block; text-align: center; padding-right: 2.5rem; }
	#accordionFaqs .accordion-button::after { display: block; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); }
	@media (min-width: 768px) {
		.accordion-button { font-size: 20px; }
	}
/*== Accordian End ==*/

/*== Modal Gallery ==*/
	#modalGallery .btn-left, #modalGallery .btn-right { display: block; position: absolute; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; outline: none !important; background-color: transparent; border: none; padding: 0px; box-shadow: none; background-position: center; background-repeat: no-repeat; background-size: contain; }
	#modalGallery .btn-left { left: 1rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3e%3cpath fill-rule='evenodd' d='M21.5,2l-13,13l13,13'/%3e%3c/svg%3e"); }
	#modalGallery .btn-right { right: 1rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3e%3cpath fill-rule='evenodd' d='M8.5,28l13-13L8.5,2'/%3e%3c/svg%3e"); }
/*== Modal Gallery End ==*/

/*== Common Styles ==*/
	.list-group { padding-left: 22px; margin-bottom: 0.5rem; text-align: left; }
	.list-group li { margin-bottom: 0.6rem; }
	/*.ol-list-group ol{margin: 0px;
 padding: 0.5em;
 list-style: none;}
	.ol-list-group li{ margin: 0px;
 padding: 0.2em;}
 .ol-list-group span{margin-right: 2.0em;}*/
	.ol-list-group li::marker {     content: counters(list-item, '.') ' '; }
	.list-tick { list-style: none; text-align: left; padding-left: 0; }
	.list-tick li + li { margin-top: .5rem; }
	.list-tick li { padding-left: 1.6rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%234498c9'%3e%3cpath fill-rule='evenodd' d='M100,24.646c0,1.721-0.604,3.183-1.807,4.387l-46.71,46.71l-8.773,8.773c-1.206,1.205-2.667,1.807-4.388,1.807 c-1.72,0-3.183-0.602-4.386-1.807l-8.775-8.773L1.807,52.389C0.601,51.183,0,49.721,0,48.001c0-1.721,0.601-3.184,1.807-4.388 l4.775-4.774c1.204-1.204,2.666-1.807,4.387-1.807c1.719,0,3.182,0.603,4.386,1.807l22.968,23.032l46.323-46.387 c1.203-1.204,2.665-1.807,4.388-1.807c1.718,0,3.183,0.603,4.386,1.807l4.774,4.773C99.396,21.463,100,22.925,100,24.646z'/%3e%3c/svg%3e"); background-size: 1rem; background-position: 0px .4rem; background-repeat: no-repeat; }
	.block-content { padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }
	.brance-bg-left { top: 15% }
	.brance-bg-right { bottom: 15% }
	.seperator-fade { background: url(../retina-images/seperator-fade.png) no-repeat center top / contain; }
	.collaps-logo { min-width: 120px; }
	.collaps-logo1 { min-width: 140px; }
	.play-icon { width: 15vw; height: 15vw; opacity: .7; }
	.map-box{ height:400px;}
	textarea.form-control, .form-floating>textarea.form-control {height: 70px;}
	.logo-w{width:200px!important;}
	.google-rating a { font-size: 16px; padding-left: 4.1rem; line-height: 1.2; letter-spacing: 0.75px; text-align: left; display: inline-block; }
	.google-rating .google-icon { position: absolute; left: 0; top: 2px; width: 60px; height: 60px; }
	.tiny-font {font-size: 13px;}
	.table-hours {max-width: 232px;width: 100%;/* text-align: left; */}
	.table-hours tr td { vertical-align: top; }
	.table-hours tr td:first-child { width: 100px; }
	.arrow{ display: none;}
	.primary-box .arrow{ display: block; transform: rotate(180deg);}
	.primary-box .text-hide{display: none;}
/*== Common Styles ==*/

/*== Responsive ==*/
@media (min-width: 576px) {
	.block-content { max-width: 540px; }
}
@media (min-width: 768px) {
	
	.list-group { margin-bottom: 1rem; }
	.block-content { max-width: 720px; }
	.block-img { min-height: 430px; }
	.insta-link svg { width: 9.5vw; height: 9.5vw; }
	.collaps-logo1 { min-width: 120px; }
	.contact-map{ font-size: 13px;}
	.table-hours { max-width: 280px; }
	.table-hours tr td:first-child { width: 100px; }
}
@media (min-width: 992px) {
	
	.block-content { max-width: 690px; }
	.block-img { min-height: 480px; }
	.collaps-logo1 { min-width: 150px; }
	.contact-map{ font-size: 14px;}
	.table-hours { max-width: 280px; }
	.table-hours tr td:first-child { width: 96px; }
}
@media (min-width: 1200px) {
	
	.block-img { min-height: 530px; }
	.play-icon { width: 150px; height: 150px; }
	.map-box{ height:400px;}
	.contact-map{ font-size: 18px;}
	.table-hours {max-width: 300px;width: 100%;/* text-align: left; */}
	.table-hours tr td { vertical-align: top; }
	.table-hours tr td:first-child { width: 145px; }
}
@media (min-width: 1400px) {
	.mobile-para{font-size: 18px;}
	.block-img { min-height: 600px; }
	.map-box{ height:600px;}
}
@media (max-width: 425px) {
	.row .col-mob-5 { width: 58% !important;}
	.row .col-mob-7 { width: 42% !important;}
	.mobile-para{font-size: 14px;}
}
@media (max-width: 576px) {
.small-txt-banner {font-size: 10px;}
}
/*== Responsive end ==*/


.my-alpha-list {
  list-style-type: lower-alpha;
}