/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
header, nav, section, article, aside, footer, hgroup {
	display: block;
}
* {
	box-sizing: border-box;
}
html, body {
	font-family: 'Poppins', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	text-decoration: none !important;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	color: #1e1e1e;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
}
ul {
	margin-bottom: 0px;
}
p {
	font-size: 14px;
	line-height: 28px;
	color: #7d7d7d;
}
img {
	width: 100%;
	overflow: hidden;
}
.no-shadow{
	box-shadow: none !important;
}
.container{
    max-width: 1272px;
}

/* 
-------------------------------banner--------------
Global Styles
--------------------------------------------- 
*/
html,
body {
	font-family: 'Poppins', sans-serif;
}
::selection {
	background: #0071f8;
	color: #fff;
}
::-moz-selection {
	background: #0071f8;
	color: #fff;
}
.section {
	margin-top: 120px;
}
.section-heading {
	margin-bottom: 70px;
}
.section-heading h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
	margin-top: 20px;
	line-height: 56px;
}
.section-heading h2 em {
	font-style: normal;
	color: #0071f8;
}
.section-heading h6 {
	color: #562270;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.ylo{
	color: #f9ac20!important;
}
.btn-more{
	display: inline-block;
	background-color: #f8a71f;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 30px;
	border-radius: 5px;
	margin-top:50px;
	transition: all .3s;
}
.icon-button a {
	display: inline-block;
	background-color: #1e1e1e;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	padding: 0px 30px 0px 0px;
	border-radius: 25px;
	transition: all .3s;
}
.icon-button a i {
	background-color: #f9ac20;
	height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 50%;
	line-height: 50px;
	display: inline-block;
	margin-right: 15px;
	margin-left: -1px;
}
.icon-button a:hover {
	color: #f9ac20;
}

.icon-button a:hover i {
	color: #fff;
}
.main-button a {
	display: inline-block;
	background-color: #1e1e1e;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	height: 35px;
	line-height: 35px;
	padding: 0px 20px;
	border-radius: 25px;
	transition: all .3s;
}
.main-button a:hover {
	background-color: #f9ac20;
	color: #fff;
}
hr.new {
	border: 1px solid #fe8748;
}
.star{
	color:red;
}
.clr-primary{
	color:#fe8748;
}
.cont-txt{
	font-size:15px;
}
.btn-custm{
	background-color:#fe8748;
	padding:10px 40px;
	border-radius:0;
	border:0;
	margin:20px auto;
}
.btn-custm:hover{
	background-color:#ed651e;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
	background-color: #fff;
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
}
.sub-header ul li {
	display: inline-block;
}
.sub-header ul.social-links {
	text-align: right;
}
.sub-header ul.social-links li {
	margin-left: 8px;
}
.sub-header ul.social-links li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #cdcdcd;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	transition: all .3s;
}
.sub-header ul.social-links li a:hover {
	background-color: #f9ac20;
}
.sub-header ul.info li {
	font-size: 14px;
	color: #7a7a7a;
	border-right: 1px solid #eee;
	margin-right: 25px;
	padding-right: 25px;
}
.sub-header ul.info li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}
.sub-header ul.info li i {
	font-size: 20px;
	color: #f9ac20;
	margin-right: 8px;
}
.background-header {
	background-color: #fff;
	height: 80px!important;
	position: fixed!important;
	top: 0!important;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.header-area {
	position: fixed;
	background-color: #fff;
	width: 100%;
    top: 0;
	height: 100px;
	z-index: 100;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 10%);
}
.header-area .main-nav {
	background: transparent;
	position:relative;
	display: flex;
}
.header-area .main-nav .logo {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
.header-area .main-nav .logo h1 {
	line-height: 100px;
	font-size: 28px;
	text-transform: uppercase;
	color: #1e1e1e;
	font-weight: 700;
	letter-spacing: 2px;
}
.background-header .main-nav .logo h1 {
	line-height: 80px;
}
.header-area .main-nav ul.nav {
	flex-basis: 100%;
	margin-top: 30px;
	margin-left:20px;
	justify-content: left;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 999;
}
.header-area .main-nav .nav li:last-child {
	padding-right: 0px;
}
.header-area .main-nav .nav li {
	padding-left: 10px;
	padding-right: 10px;
	height: 100px;
	line-height: 100px;
}
.header-area .main-nav .nav li a {
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: 700;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	color: #4b4b4b;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: transparent;
	letter-spacing: .25px;
}
.header-area .main-nav .nav li:last-child a i {
	background-color: #f9ac20;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	margin-left: -1px;
}
.header-area .main-nav .nav li:hover a {
	color: #f9ac20;
}
.header-area .main-nav .nav li a.active {
	color: #f9ac20;
}
.background-header .main-nav .nav li a.active {
	color: #f9ac20;
}
.header-area .main-nav .menu-trigger {
	cursor: pointer;
	position: absolute;
	top: 23px;
	width: 32px;
	height: 40px;
	text-indent: -9999em;
	z-index: 99;
	right: 20px;
	display: none;
}
.background-header .main-nav .menu-trigger {
	top: 22px;
}
.background-header .main-nav ul.nav {
	margin-top: 20px;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #1e1e1e;
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #1e1e1e;
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	width: 75%;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	content: "";
}
.header-area .main-nav .menu-trigger span {
	top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
	-moz-transform-origin: 33% 100%;
	-ms-transform-origin: 33% 100%;
	-webkit-transform-origin: 33% 100%;
	transform-origin: 33% 100%;
	top: -10px;
	z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
	-moz-transform-origin: 33% 0;
	-ms-transform-origin: 33% 0;
	-webkit-transform-origin: 33% 0;
	transform-origin: 33% 0;
	top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
	background-color: transparent;
	width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
	-moz-transform: translateY(6px) translateX(1px) rotate(45deg);
	-ms-transform: translateY(6px) translateX(1px) rotate(45deg);
	-webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
	transform: translateY(6px) translateX(1px) rotate(45deg);
	background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:before {
	background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger.active span:after {
	-moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	-ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	-webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	transform: translateY(-6px) translateX(1px) rotate(-45deg);
	background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:after {
	background-color: #1e1e1e;
}
.visible{
	display:inline !important;
}
.right-panel{
	position: absolute;
	right: 0;
	width: 270px;
	top:35px;
	z-index: 999;
}
.pop-block{
	position: absolute;
	top: 40px;
	right: 0;
	width: 290px;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e6e7e8;
	box-shadow: 0 0px 15px 0 rgb(0 0 0 / 10%);
}
.pop-block p.call{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-size: 16px;
}
.pop-block p.call a {
	color:#7f7f7f;
}
.pop-block p.call a img{
	width: 35px;
	margin-right: 5px;
    background: #e4e4e4;
    border-radius: 50px;
    padding: 7px;
}
.pop-block p.email{
	width: 100%;
	float: left;
	font-size: 16px;
}
.pop-block p.email a {
	color:#7f7f7f;
}
.pop-block p.email a img{
	width: 35px;
	margin-right: 5px;
    background: #e4e4e4;
    border-radius: 50px;
    padding: 7px;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.crn{
	margin-right: 20px;
}
.crn a{
	font-weight: 700;
	font-size: 18px;
	color:#000!important;
}
.crn img{
	width: 10%;
	margin-top: -5px;
	margin-right: 5px;
}
.sprt{
	margin-right: 15px;
	font-weight: 700;
	font-size: 18px;
	color:#000!important;
}
.btn-signin{
	border: none;
	background-color:#fe8748;
}
.btn-signin:hover{
	background-color:#ed651e;
}
.mobile-header-area{
	display: none;
}
.top-header{
	display: none;
}
@media (max-width: 1200px) {
.header-area .main-nav .nav li {
	padding-left: 5px;
	padding-right: 5px;
}
}

@media (max-width: 767px) {
.background-header .main-nav {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 0px 0px 25px 25px;
	width: 100%;
}
.background-header .main-nav .nav,
.header-area .main-nav .nav {
	background-color: #fff;
}
.background-header .main-nav .nav li a,
.header-area .main-nav .nav li a {
	line-height: 50px;
	height: 50px;
	font-weight: 400;
	color: #1e1e1e;
	background-color: #fff;
	border-radius: 0px 0px 25px 25px;
}
.background-header .main-nav .nav li,
.header-area .main-nav .nav li {
	border-top: 1px solid #ddd;
	background-color: #f1f0fe;
	height: 50px;
	border-radius: 0px 0px 25px 25px;
}
.header-area .main-nav .nav {
	height: auto;
	flex-basis: 100%;
}
.header-area .main-nav .logo {
	position: absolute;
	left: 30px;
	top: 0px;
}
.background-header .main-nav .logo {
	top: 0px;
}
.background-header .main-nav .border-button {
	top: 0px !important;
}
.header-area .main-nav .border-button {
	position: absolute;
	top: 15px;
	right: 70px;
}
.header-area.header-sticky .nav li a:hover,
.header-area.header-sticky .nav li a.active {
	color: #ee626b!important;
	opacity: 1;
}
.header-area.header-sticky .nav li.search-icon a {
	width: 100%;
}
.header-area .nav li:last-child a {
	background-color: transparent !important;
	font-weight: 300 !important;
	text-transform: capitalize !important;
}
.header-area {
	padding: 0px 15px;
	height: 66px;
	box-shadow: none;
	text-align: center;
}
.header-area .container {
	padding: 0px;
}
.header-area .logo {
	margin-left: 0px;
}
.header-area .menu-trigger {
	display: block !important;
}
.header-area .main-nav {
	overflow: hidden;
}
.header-area .main-nav .nav {
	float: none;
	width: 100%;
	display: none;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	margin-left: 0px;
}
.header-area .main-nav .nav li:first-child {
	border-top: 1px solid #eee;
}
.header-area.header-sticky .nav {
	margin-top: 80px !important;
}
.background-header.header-sticky .nav {
	margin-top: 80px !important;
}
.header-area .main-nav .nav li {
	width: 100%;
	background: #fff;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
}

/* 
---------------------------------------------
Banner section Style
--------------------------------------------- 
*/
.banner-section {
	margin: 100px 0px 35px 0px;
    padding: 20px 0px 20px 0px;
}
.banner-section.baner {
	margin: 100px 0px 35px 0px;
    padding: 0px;
}
.banner-section img{
	width:100%;
	box-shadow: 0px 2px 10px 0 rgb(0 0 0 / 20%);
	min-height: 100%;
	max-height: 400px;
}
.banner-section .contact-block{
	box-shadow: 0px 2px 10px 0 rgb(0 0 0 / 20%);
	padding: 10px 10px 0px 20px ;
}
.banner-section .contact-block h3{
	padding:16px 7px;
	color:#fe8748;
	font-size:22px;
	font-weight:500;
	text-transform:uppercase;
}
.banner-section .contact-block hr{
	margin-top:0px;
}
.banner-section .contact-block p{
	padding:7px;
	font-size:16px;
}
.banner-section .contact-block p span{
	padding:7px;
	font-size:14px;
	font-weight:700;
	color:#29a304;
}
.banner-section .contact-block .btn-custm{
	background-color:#a1a1a1;
	padding:10px 40px;
	border-radius:0;
	border:0;
	margin:20px auto;
}
.banner-section .contact-block .btn-custm:hover{
	background-color:#7b7b7b;
}

/* 
---------------------------------------------
Form section style
--------------------------------------------- 
*/
.form-control{
	padding:12.8px;
	border-radius:0!important;
}
::placeholder {
	color: #b7b7b7!important;
	opacity: 0.5; /* Firefox */
}
.policy{
	font-size: 15px;
	margin-top: 15px;
}
.policy-ch-box{
	vertical-align: top;
    margin-top: 18px;
}
.caps-txt{
	text-transform: uppercase;
	color:#fe8748;
}
.find-store-btn{
	margin-top: 40px;
}

/* 
---------------------------------------------
Stores section style
--------------------------------------------- 
*/
.stores-section .contact-block{
	box-shadow: 0px 2px 10px 0 rgb(0 0 0 / 20%);
	padding: 20px 20px 0px 20px;
	margin-bottom: 25px;
}
.o-time{
	font-weight: 700;
	color: green;
}
.ft-wht{
	font-weight: 500;
}

/* 
---------------------------------------------
reviews-section style
--------------------------------------------- 
*/
.reviews-section h3{
	margin:15px 0 30px 0px;
}
.reviews-section p{
	font-size:13px;
}
.fa-star{
	color:#ed651e;
	font-size:12px;
}
.btn-custm-alt{
	background-color:#fff;
	color:#3f3f3f;
	padding:10px 40px;
	border-radius:0;
	border:1px solid #ed651e;
	text-decoration:none!important;
	margin:20px auto;
}
.btn-custm-alt:hover{
	background-color:#ed651e;
}
.reviews-section a.btn-custm-alt{
	text-decoration:none!important;
}
.reviews-section a{
	margin-left:25px;
	font-size:13px;
	text-decoration:underline!important;
}
.reviews-section a:hover{
	text-decoration:none!important;
}
.review-block {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #000;
	height: 210px;
	overflow-y: auto;
}
.ml-0{
	margin-left:0!important;
}

/* 
---------------------------------------------
Offers Section Style
--------------------------------------------- 
*/

.offers-section .offer-block{
	width:100%;
	border-radius:10px;
	margin-bottom: 20px;
	box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 20%);
}
.offers-section .offer-block img{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.offers-section .offer-block h4{
	font-size:18px;
	padding:10px 10px 0 10px; 
	font-weight:700;
}
.offers-section .offer-content{
	width:100%;
	padding:0 10px 10px 10px;
}
.offers-section p.hdng{
	font-size:20px;
	margin-bottom:25px;
}
.offer-btn{
	padding:7px 25px;
	border-radius:5px;
	border:0;
	margin:20px auto;
	font-size:14px;
	margin-right:15px;
	text-transform:uppercase;
}
.offer-btn:hover{
	background-color:#ed651e;
}

/* 
---------------------------------------------
Download App Style
--------------------------------------------- 
*/
.download-app.mobile{
	display: none;
}
.download-app{
	width:100%;
	box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 20%);
	padding:50px 20px;
	margin:50px 0px;
}
.download-app h2{
	font-weight:900;
	float:left;
	width:100%;
}
.download-app p{
	font-size:16px;
	width:100%;
	float:left;
}
img.google-play{
	max-width:141px;
	margin-bottom:18px;
}
img.app-store{
	max-width:141px;
}
img.qr-code{
	max-width:97px;
	margin-left:16px;
}

/* 
---------------------------------------------
Slider Style
--------------------------------------------- 
*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  min-height: 325px;
  float: left;
  width: 100%;
  border: 0;
  }
  .rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }
.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }
.centered-btns_nav:active {
  opacity: 1.0;
  }
.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }
.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: -30px;
  z-index: 9;
  text-align: center;
  position: relative;
  }
.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }
.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(254, 135, 72, 0.5);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #fe8748;
  background: rgba(254, 135, 72, 1);
  }

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/
.site-footer {
	background-color: #f0f0f0;
	font-size: 16px;
	color: #dedede;
	padding: 10px; 
}
.site-footer2 {
	background-color: #212121;
	font-size: 16px;
	color: #dedede;
	padding: 10px; 
}
.site-footer a {
	position: relative;
	display: inline-block;
	text-decoration: underline; 
}
.site-footer a:hover {
  color: #dedede;
} 
.site-footer h3 {
	font-size: 20px;
	float:left;
	margin-right:15px;
	font-weight: 700;
	text-transform: capitalize;
	position:relative;
	color: #000; 
	line-height:42px;
}
.site-footer ul {
	list-style-type:none; 
}	
.site-footer ul li{
	list-style-type:none;
	width: 40px!important;
	color: #000; 
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
.site-footer2 .copyright{
	text-align: left;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/
@media (max-width: 767px) {
	.main-nav{
		display: none;
	}
	.download-app{
		display: none;
	}
	.download-app.mobile{
		display: block;
		text-align: center;
		margin: 0px;
		padding: 15px;
		background-color: #212121;
	}
	.download-app.mobile h2{
		font-weight:500;
		font-size: 20px;
		margin: 10px 0 15px 0;
		text-align: center;
		color: #fff;
	}
	.download-app.mobile img.google-play {
		width:35%;
		margin-bottom:0px;
	}
	.download-app.mobile img.app-store{
		width:35%;
		margin-bottom:0px;
	}
	.site-footer h3 {
		font-size: 14px;
	}
	.policy{
		font-size: 12px;
		width: 95%;
	}
	.banner-section {
		margin:0px 0px 35px 0px;
		padding:10px 0px 20px 0px;
	}
	.banner-section.baner{
		margin: 10px 0px 35px 0px;
    	padding: 0px;
	}
	.banner-section .contact-block{
		margin-top: 25px;
	}
	.stores-section .contact-block a.btn{
		    padding: 5px 10px;
	}
	.banner-section img{
		min-height: 200px;
		max-height: 400px;
	}
	.site-footer ul li {
		margin-right: 2px;
	}
	.find-store-btn{
		margin-top: 10px;
	}
	.site-footer2 .copyright{
		text-align: center;
	}
	.mobile-header-area {
		background-color: #fff;
		width: 100%;
		display: block;
		margin-top: 100px;
	}
	.mobile-header-area .mobile-menu {
		width: 100%;
	}
	.mobile-header-area .mobile-menu ul{
		list-style-type:none;
		display: flex;
		flex-wrap: nowrap;
		gap: 20px;
		overflow: scroll;
		padding-bottom: 10px;
	}
	.mobile-header-area .mobile-menu ul li {
		float: left;
		width: auto;
		display: flex;
    	align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.mobile-header-area .mobile-menu ul li span{
		width: 45px;
		height: 45px;
		margin-bottom: 10px;
		object-fit: contain;
		border-radius: 50%;
		background: #e4e4e4;
		display: flex;
    	align-items: center;
    	justify-content: center;
	}
	.mobile-header-area .mobile-menu ul li span.active{	
		background-color: #266aac;
	}
	.mobile-header-area .mobile-menu ul li span.active img{	
		filter: brightness(0) invert(1);
	}
	.mobile-header-area .mobile-menu ul li a{
		padding: 0px 10px;
		font-size: 18px;
		font-weight: 700;
		color:#4b4b4b;
	}
	.mobile-header-area .mobile-menu ul li a:hover{
		color:#266aac;
	}
	.mobile-header-area .mobile-menu ul li a.active{
		color:#266aac;
	}
	.mob-nav li span img{
		width: 23px;
		height: 25px;
		text-align: center;
		display: inline-block;
		object-fit: contain;
	}
	.top-header{
		position: fixed;
		display: block;
		width: 100%;
		top: 0;
		padding: 0 0 10px 0px;
    	z-index: 999;
    	background-color: #266aac;
	}
	.top-header .icon-left img{
		width:40px;
		margin-top: 15px;
		float: left;
	}
	.top-header .icon-right img{
		width:44px;
		margin-top: 15px;
		float: right;
		text-align: right;
	}
	
}

@media (max-width: 992px) {
	
}

@media (max-width: 1200px) {

}