@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');

h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #40423f;
}

.container{
	max-width: 1170px;
}
.py-10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-15{
  padding-top: 15px;
  padding-bottom: 15px;
}
/***HEADER***/
header{
  padding: 10px 0;
  background: #fff;
  width: 100%;
  border-bottom: 2px solid #ee6a29;
  position: relative;
}
header
.header-inner{
	position: relative;
}
.header-logo img{
  max-width: 145px;
}
.header-logo img.logo-white{
    display: none;
}
.header-logo img.logo-dark{
    display: block;
}
.header-ty-1 .header-logo img.logo-dark,
.header-ty-2 .header-logo img.logo-dark{
    display: none;
}
.header-ty-1 .header-logo img.logo-white,
.header-ty-2 .header-logo img.logo-white{
    display: block;
}
/*.header-logo img.logo-white{*/
/*    display: none;*/
/*}*/

.main-navigation{
  height: 100%;
  }
.main-navigation ul{
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  height: 100%;
  align-items: center;
}
.main-navigation ul li{
  padding: 0 0 0 20px;
}
.main-navigation ul li a{
  color: #202120;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  padding: 5px 0;
  transition: all 0.3s;
  position: relative;
}
.main-navigation ul li a:before{
  content: '';
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #202120;
  transition: all 0.3s;
  transform: scaleX(0);
}
.main-navigation ul li a:hover:before{
  transform: scaleX(1);
}
.main-navigation ul li a.active{
  color: #ee6a29;
}
.main-navigation ul li a.active:before{
  background: #ee6a29;
  transform: scaleX(1);
}
header.header-ty-1{
  position: absolute;
  background: transparent;
  border: none;
}
header.header-ty-1 .main-navigation ul li a{
  color: #fff;
}
header.header-ty-1 .main-navigation ul li a:before,
header.header-ty-1 .main-navigation ul li a.active:before{
  background: #fff;
}
header.header-ty-1 .header-search{
  display: none;
}
.header-ty-2{
  background-color: #172730;
}
.header-ty-2 .main-navigation ul li a{
  color: #fff;
}
.header-ty-2  .main-navigation ul li a.active {
    color: #ee6a29;
}
header .logo-col{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .header-search{
  max-width: 200px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
header .header-search input{
  width: calc(100% - 40px);
  height: 40px;
  font-size: 14px;
  padding: 10px 10px 10px 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  outline: none;
  border: 1px solid #cfd0cf;
  border-right: none;
}
header .header-search button {
  width: 40px;
  height: 40px;
  background: #ee6a29;
  color: #fff;
  outline: none;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
/******MEGAMENU******/
.main-navigation ul li .dropdown{
  position: relative;
  cursor: pointer;
   display: flex;
  align-items: center;
}
.main-navigation ul li .dropdown a{
  display: flex;
  align-items: center;
  padding-right: 3px;
}
.main-navigation ul li .dropdown a i{
  padding-left: 5px;
  position: relative;
  top: 2px;
}
.mega-menu{
  position: absolute;
  padding: 20px;
  background: #f5f6f5;
  width: 100vw;
  top: 0px;
  /*top: calc(100% - 10px);*/
  z-index: -1;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  display: none;
}
.mega-menu.active{
  display: block;
  transform: translateY(72px);
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.mega-menu-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mega-menu-inner .category-parent{
  font-weight: 700;
  color: #ee6a29;
  display: block;
  font-size: 14px;
  /* padding: 5px 10px; */
  padding:0px 0px 0px 10px ;
}
.mega-menu-group{
  width: 20%;
  padding: 10px 0;
}
.mega-menu-group a{
  display: block !important;
  font-size: 14px !important;
  padding: 7px 10px !important;
  transition: all 0.25s;
  color: #8c8d90 !important;
  line-height: 1 !important;
}
.mega-menu-group a i{
  padding-left: 3px  !important;
  font-size: 10px !important;
  top: auto !important;
}
.mega-menu-group a:last-of-type{
  color: #ee6a29 !important; 
  font-weight: 500px;
}
.mega-menu-group a:hover{
  color: #ee6a29 !important;  
}
/****RESPONSIVE NAVIGATION*****/
.circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #ee6a29;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 15px;
  top: 18px;
  z-index: 92;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.circle span{
  position: relative;
  border-bottom: 2px solid #fff;
  width: 16px;
  transition: all 0.35s;
}
.circle span:before{
  content: '';
  position: absolute;
  top: -5px;
  width: 16px;
  height: 2px;
  background: #fff;
  transition: all 0.35s;
}
.circle span:after{
  content: '';
  position: absolute;
  bottom: -7px;
  width: 16px;
  height: 2px;
  background: #fff;
  transition: all 0.35s;
}
.circle.clicked span{
  border: none;
}
.circle.clicked span:before{
  transform: rotate(45deg) translate(2px,5px);
  width: 20px;
}
.circle.clicked span:after{
  transform: rotate(-45deg) translate(2px,-5px);
  width: 20px;
}
.nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background: #ee6a29;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 20px 0;
}
.nveMenu.is-opened {
  width: 280px;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 0px;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

/****RESPONSIVE NAVIGATION*****/



/*****INDEX BANNER SECTION*****/
.index-banner-sec{
  background: url(../images/index-banner.jpg);
  background-size: cover;
  min-height: 240px;
  padding: 100px 0 60px 0;
}
.index-banner-text{
  text-align: center;
  color: #fff;
  max-width: 1100px;
  margin: 0 auto;
}
.index-banner-text p{
  font-size: 24px;
  font-weight: 500;
}
.index-banner-text .heading{
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
}
.index-banner-sec .banner-search{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.index-banner-sec .banner-search input{
  width: calc(100% - 50px);
  height: 50px;
  padding: 10px 10px 10px 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  outline: none;
}
.index-banner-sec .banner-search input::placeholder{
  color: #d8d9d8;
  font-weight: 600;
  font-size: 16px;
}
.index-banner-sec .banner-search button{
  width: 50px;
  height: 50px;
  background: #ee6a29;
  color: #fff;
  outline: none;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
/***INDEX SEC 2***/
.index-sec-2{
  background: #f0f0f0;
  padding: 30px 0;
}
.sec-top{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}
.sec-title, .sec-title a{
  font-size: 32px;
  line-height: 40px;
  color: #202120;
  text-align: center;
  font-weight: 700;
}
.sec-top .view{
  color: #ee6a29;
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  right: 0;
  font-weight: 700;
}
.index-pg-wrap .box-col{
  padding: 8px 4px;
}
.offer-box{
  max-width: 375px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 1px 4px #b8b8b8;
  transition: all 0.3s;
}
.offer-box:hover{
  box-shadow: 0 0px 8px rgba(0,175,133,0.75);
}
.offer-box a{
  display: block;
}
.offer-box .offer-box-img{
  max-height: 190px;
  height: 100%;
  position: relative;
}
.offer-box .offer-box-img img{

}
.offer-box .offer-box-img .box-brand-img{
  position: absolute;
  bottom: -20px;
  left: 15px;
  max-width: 64px;
  max-height: 64px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #cfd0cf;
  border-radius: 4px;
  z-index: 1;
  transition: all 0.35s;
}
.offer-box:hover .offer-box-img .box-brand-img{
  left: 50%;
  transform: translateX(-50%);
}
.offer-box .offer-box-info{
  padding: 30px 16px 16px;
  position: relative;
  background: #fff;
  height: 100px;
}
.offer-box .offer-box-info p{
  line-height: 1.3;
  color: #202120;
  font-weight: 500;
  font-size: 17px;
 
}
.offer-box .offer-box-info h3{
  line-height: 1.3;
  color: #202120;
  font-weight: 500;
  font-size: 17px;
 
}
.offer-box .offer-box-info p span{
  color: #ec564a;
}
.offer-box .offer-box-info .brand{
  color: #a0a19f;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.index-sec-2 .banner{
  padding-top: 30px;
}
.index-sec-2 .banner img{
  border-radius: 5px;
}
/*****INDEX SEC 3*****/
.index-sec-3{
  padding: 30px 0;
  background: #fff;
}
.index-sec-3 p{
  font-weight: 300;
  color: #70716f;
  font-size: 16px;
}
.index-sec-3 p a{
  color: #ee6a29;
}
.index-sec-3 .title{
  font-size: 32px;
  font-weight: 300;
  color: #40423f;
  text-align: center;
  padding-bottom: 10px;
}
.index-sec-4{
  background: #f0f0f0;
  padding: 30px 0;
}
.index-sec-4 .offer-box .offer-box-info p {
  font-size: 14px;
}
.index-sec-4 .offer-box .offer-box-info h3 {
  font-size: 14px;
}
.location-form{
  padding: 50px 0;
  color: #fff;
  text-align: center;
  background: url(../images/location-form-bg.png);
  background-size: cover;
  margin: 0 -15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.location-form .title{
  font-size: 24px;
}
.location-form .sub-heading{
  font-size: 16px;
  padding-bottom: 16px;
}
.location-form form{
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.location-form form input {
  width: 250px;
  height: 50px;
  padding: 10px 10px 10px 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  outline: none;
}
.location-form form button {
  width: calc(100% - 250px);
  height: 50px;
  background: #ee6a29;
  color: #fff;
  outline: none;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}
/******INDEX SEC 5******/
.index-sec-5{
  background: #fff;
  padding: 40px 0;
  text-align: center;
}
.index-sec-5 .text{
  font-weight: 600;
  color: #40423f;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
}
.index-sec-5 .number{
  font-size: 40px;
  line-height: 1;
  color: #ee6a29;
  font-weight: 600;
}

/******INDEX SEC 6******/
.index-sec-6{
  background: #f0f0f0;
  padding: 20px 0;
}
.index-sec-6 .offers-group{
  padding: 20px 0;
}
/******INDEX SEC 7******/
.index-sec-7{
  background: #fff;
  padding: 40px 0;
  text-align: center;
}
.index-sec-7 .title{
  font-weight: 600;
  color: #40423f;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.3;
  font-size: 22px;
}
.index-sec-7 ul{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.index-sec-7 ul li{
  width: 25%;
}
.index-sec-7 ul li a{
  color: #ee6a29;
  font-weight: 400;
  font-size: 13px;
  padding: 5px 0;
  display: block;
  transition: all 0.2s;
}
.index-sec-7 ul li a:hover{
  text-decoration: underline;
}

/******INDEX SEC 8*****/
.index-sec-8{
  padding: 30px 0 0 0;
  background: #ee6a29;
}
.index-sec-8 .left-img{
  width: 100%;
  text-align: center;
}
.index-sec-8 .left-img img{
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.index-sec-8 .index-8-text p{
  font-weight: 500;
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  color: #fff;
}
.index-sec-8 .store-img{
  padding: 20px 0;
  display: flex;
}
.index-sec-8 a{
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  display: block;
  max-width: 360px;
  padding-top: 15px;
}
.index-sec-8 .store-img a{
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  padding: 0;
}
.index-sec-8 .store-img a:nth-of-type(1){
  margin-right: 8px;
}
/******INDEX SEC 9*****/
.index-sec-9{
  padding: 30px 0;
  background: #fff;
}
.index-9-text{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.index-9-text p{
  padding-right: 10px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
.index-9-text button{
  height: 50px;
  background: #ee6a29;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
}
/*****FOOTER*****/
footer{
  background: #172730;
  color: #fff;
  font-size: 14px;
  padding: 50px 0 30px;
  overflow: hidden;
}
.footer-logo{
  padding-bottom: 30px;
}
.footer-logo img{
  max-width: 180px;
}
.footer-logo p{
  padding-top: 5px;
  color: #ffffff80;
}
.footer-nav p{
  margin-bottom: 8px;
  color: #ee6a29;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.footer-nav ul{
  list-style-type: none;
}
.footer-nav ul li a{
  text-decoration: none;
  color: #ececec;
  display: inline-block;
  padding: 3px 0;
}
.footer-col:nth-of-type(3) .footer-nav a{
  display: flex;
  align-items: center;
}
.footer-col:nth-of-type(3) .footer-nav ul li{
  padding: 6px 0;
}
.footer-col:nth-of-type(3) .footer-nav ul li a i{
  width: 40px;
  font-size: 28px;
}
.footer-col:nth-of-type(3) .footer-nav ul li a span{
  line-height: 1;
}
.footer-members{
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer-members div{
  padding: 0 5px;
}
.footer-members p,
.footer-members a{
  color: #fff;
  line-height: 1;
}
.footer-members .rating img{
  width: 140px;
}
.copy-right{
  text-align: center;
}
.copy-right p{
  padding: 10px 8px;
  font-size: 11px;
  font-weight: 200;
  text-align: center;
  color: hsla(0,0%,100%,.5);
}
.footer-terms ul{
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}
.footer-terms ul li{
  padding: 0px 8px;
  position: relative;
}
.footer-terms ul li:before{
  content: '';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0px;
}
.footer-terms ul li a{
  color: #fff;
  font-size: 12px;
}
footer .retail{
  text-align: center;
  padding-top: 15px;
}
/*****INNER PAGES*****/
/*********TOP 20 PAGE*********/
.page-wrap{
  padding: 10px 0;
  background: #f0f0f0;
}
.top-20-pg-wrap{
  padding: 30px 0 20px 0;
}
.top-20-banner-wrap{
    margin-top: 20px;
    padding: 20px;
    position: relative;
    height: 296px;
    z-index: 1;
}
.top-20-banner-wrap:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    background: linear-gradient(180deg,transparent 0,transparent 20%,rgba(0,0,0,.8));
}
.top-20-banner-wrap a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
}
.top-20-banner-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.top-20-banner-wrap .banner-text{
    position: relative;
    z-index: 1;
    color: #fff;
    text-decoration: none;
}
.top-20-banner-wrap .banner-text .heading{
    font-weight: 700;
    font-size: 26px;
}
.top-20-banner-wrap .banner-text .text{
    font-weight: 400;
    font-size: 18px;
}
.content-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.main-col-wrap{
  width: 67%;
}
.widget-col-wrap{
  width: 30%;
}
.full-width-col{
  width: 100%;
}
.page-wrap .pg-title{
  font-size: 26px;
  font-weight: 500;
  color: #40423f;
}
.get-deals-box{
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  transition: all 0.35s;
  height: 100%;
  margin-bottom: 15px;
}
.get-deals-box .get-code-top{
  padding: 15px;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.get-deals-box .vou-img-wrap{
  width: 85px;
}
.get-deals-box .vou-img-wrap p{
  color: #787878;
  text-align: center;
  font-size: 11px;
  width: 100%;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  line-height: 1;
  top: 8px;
}
.get-deals-box .vou-img{
  width: 85px;
  border-radius: 5px;
  border: 1px solid #cfd0cf;
  height: auto;
  height: 100px;
  align-items: start;
  cursor: pointer;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.get-code-box .vou-img img{
  /*height: 100%;*/
}
.get-deals-box .vou-img p{
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  width: 100%;
  background: gray;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  color: #fff;
  padding: 5px 0 4px 0;
}
.get-deals-box .code-desc{
  width: calc(100% - 270px);
  padding: 10px 10px 0 10px;
}
.get-deals-box .offer-name{
  font-size: 19px;
  line-height: 1.3;
}
.get-deals-box .offer-name span{
  font-weight: 600;
  color: #ec564a;
}
.get-deals-box .code-desc a
{
	color: #40423f !important;
}
.get-deals-box .offer-info{
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  color: #a0a19f;
  padding-top: 5px;
}
.get-deals-box .offer-info span{
  font-weight: 600;
  color: #ec564a; 
}
.get-deals-box .code-btn{
  padding-top: 12px;
  width: 175px;
}
.peel-btn-wrap{
  position: relative;
  width: 175px;
  cursor: pointer;
}
.peel-btn-wrap a{
  color: #ee6a29;
}
.peel-btn-wrap a span{
  transition: 0.25s;
  background: linear-gradient(to right,#ee6a29 15%,#ee6a29 100%);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  margin-right: 40px;
  padding-left: 10px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  line-height: 1;
  max-width: 100%;
  color: #fff;
  text-align: center;
  background-color: #ee6a29;
  background-clip: padding-box;
}
.peel-btn-wrap a span:before{
  display: block;
  content: "";
  width: 21px;
  height: 10px;
  background: #ee6a29;
  position: absolute;
  z-index: 2;
  right: -12px;
  bottom: 0;
  transform: skewX(34deg);
}
.peel-btn-wrap:hover a span:before{
  right: -17px;
}
.peel-btn-wrap:hover a span{
    margin-right: 53px;
    padding-left: 23px;
}
.peel-btn-wrap .peel-code{
  display: block;
  min-height: 40px;
  line-height: 35px;
  border: dotted #ee6a29;
  border-width: 2px;
  background-color: #fff;
  text-align: right;
  padding-right: 15px;
  color: #17262f;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  word-wrap: break-word;
}
.peel-btn-wrap .peel-code .peel-in{
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  border-radius: 0 0 4px 4px;
  top: -3px;
  right: 9px;
  z-index: 3;
  transform: rotateZ(22deg) translate(0,-10px) scaleX(.9);
  transition: 0.25s;
  background-image: linear-gradient(38deg,#e48353 0,#e48353 49%,rgba(202,235,137,0) 50%,rgba(255,255,255,0) 100%);
  background-position: 0 6px;
  background-repeat: no-repeat;
}
.peel-code.active p:nth-of-type(1) {
    display: block;
    word-wrap: break-word!important;
}
.peel-btn-wrap:hover .peel-code .peel-in{
  top: -4px;
  background-position: 0 0;
  transform: rotateZ(15deg) translate(-8px,-1px) scaleX(1);
}
.get-deals-box .code-btn p a{
  color: #ee6a29;
  font-size: 13px;
  text-align: center;
  display: block;
  padding-top: 10px;
}
.get-deals-box .get-reward-form{
  padding: 30px 20px;
  background: #f5f6f5;
  display: flex;
  flex-wrap: wrap;
}
.get-deals-box .get-reward-form .icon{
  width: 25%;
}
.get-deals-box .get-reward-form .icon img{
  max-width: 85%;
}
.get-deals-box .get-reward-form .reward-form-main{
  width: 75%;
}
.get-deals-box .reward-form-main .email{
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
.get-deals-box .reward-form-main input{
  border-radius: 5px;
  padding: 5px 15px;
  max-width: 280px;
  width: 100%;
  height: 40px;
  border: 1px solid #cfd0cf;
  font-size: 15px;
  outline: none;
  margin: 5px 0;
  margin-right: 10px;
}
.get-deals-box .reward-form-main .reward-btn{
  margin: 5px 0;
}
.get-deals-box .reward-form-main .check{
  display: flex;
  flex-wrap: wrap;
}
.get-deals-box .reward-form-main .check input{
  width: 20px;
  height: 20px;
  margin: 2px 10px 0 0;
}
.get-deals-box .reward-form-main .check .form-text{
  padding: 0px;
  margin: 0;
  text-align: left;
}
.get-deals-box .reward-form-main .check .form-text p{
  color: #5d5d5d;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 10px;
}
.get-deals-box .reward-form-main .check .form-text p.small{
  color: #5d5d5d;
  font-size: 13px;
  line-height: 1.3;
  padding: 0;
}
.get-deals-box .reward-form-main .check .form-text p.small a{
  color: #000;
  text-decoration: underline;
}
.get-deals-box .reward-form-main .check .form-text a.privacy{
  font-size: 14px;
  color: #ee6a29;
  margin-top: 5px;
  display: block;
}
.get-deals-box .get-code-bottom{
  padding: 0px 15px;
  border-top: 1px solid #cfd0cf;
  position: relative;
  min-height: 28px;
}
.get-deals-box .get-code-bottom .added{
  position: absolute;
  right: 16px;
  top: 5px;
  font-size: 10px;
  font-weight: 500;
  color: #a0a19f;
}
.get-deals-box .get-code-bottom .added a{
  color: #ee6a29;
}
.get-deals-box .get-code-bottom .card{
  border: none;
}
.get-deals-box .get-code-bottom .term-heading {
  position: relative;
  padding: 5px 0;
  cursor: pointer;
}
.get-code-bottom .term-heading.active p:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ee6a29;
  width: 100%;
  height: 1px;
}
.get-deals-box .get-code-bottom .term-heading p{
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  color: #a0a19f;
  width: fit-content;
  width: -moz-fit-content; 
  cursor: pointer;
  position: relative;
}
.get-deals-box .get-code-bottom .term-heading p i{
  padding-left: 5px;
  font-size: 10px;
}
.get-deals-box .get-code-bottom .term-content{
  font-size: 11px;
  width: 100%;
  color: #202120;
}
.get-deals-box .get-code-bottom .term-content ol{
  padding: 5px 0 5px 20px;
  margin: 0;
}
.get-deals-box .get-code-bottom .term-content ol li{
  padding: 2px 0;
}
.get-deals-box .get-code-bottom .term-content ol li a{
  color: #ee6a29;
}
.get-reward-box .reward-btn a,
.get-voucher-box .vouch-btn a,
.student-offer-box .vouch-btn a{
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #ee6a29;
}
.get-voucher-box .vouch-btn a i,
.student-offer-box .vouch-btn a i{
  padding-left: 5px;
  font-size: 13px;
}
.get-voucher-box .offer-name{
  padding-bottom: 6px;
}
.location-box .vouch-btn a i {
  padding-right: 5px;
  font-size: 13px;
}
.location-box .seach-map input{
  width: 100%;
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #ee6a29;
  margin-bottom: 5px;
}
.location-box .seach-map input::placeholder{
  color: #ee6a29;
  font-weight: 700;
}
.student-badge{
  padding: 4px 8px;
  background-color: #ed496f;
  background-image: -webkit-linear-gradient(top,#ed496f,#27547c);
  background-image: linear-gradient(180deg,#ed496f,#27547c);
  background-size: 100% 400%;
  border-radius: 5px 5px 0 0;
  height: 24px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.student-badge p{
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
}
.student-tems{
  width: calc(100% + 30px);
  padding-top: 10px;
  padding-left: 130px;
  padding-right: 15px;
  margin: 0 -15px;
  margin-top: 15px;
  border-top: 1px solid #cfd0cf;
}
.student-tems li{
  font-size: 14px;
  color: #202120;
  padding-top: 5px;
}
.student-tems li:not(:first-of-type){
  list-style: none;
  padding-top: 0;
}
.send-code-box{
  padding: 15px 0 30px 0;
}
.send-code-inner{
  margin: 0 auto;
  text-align: center;
}
.send-code-inner .heading{
  font-weight: 700;
  padding: 0;
  margin: 0 0 8px;
  line-height: 32px;
  color: #30322f;
  font-size: 24px;
}
.send-code-inner .sub-heading{
  margin: 0 0 22px;
  color: #30322f;
  font-size: 18px;
  line-height: 24px;
}
.send-code-inner .sub-heading span{
  color: #30322f;
  font-weight: 700;
}
.send-code-inner button{
  background: #fb9641;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  max-width: 350px;
  width: 100%;
  border: none;
  height: 50px;
  transition: all 0.35s;
  font-size: 16px;
  line-height: 1;
}
.send-code-inner button:hover{
  background: #ff6c00
}
.send-code-form{
  max-width: 370px;
  margin: 10px auto;
}
.send-code-form form input{
  border-radius: 5px;
  padding: 5px 15px;
  max-width: 350px;
  width: 100%;
  height: 40px;
  border: 1px solid #cfd0cf;
  font-size: 15px;
  outline: none;
}
.send-code-form .form-text{
  padding: 15px;
  text-align: left;
}
.send-code-form .form-text p{
  color: #5d5d5d;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 10px;
}
.send-code-form .form-text p.small{
  color: #5d5d5d;
  font-size: 13px;
  line-height: 1.3;
  padding: 0;
}
.send-code-form .form-text p.small a{
  color: #000;
  text-decoration: underline;
}
.send-code-form .form-text a.privacy{
  font-size: 14px;
  color: #ee6a29;
  margin-top: 5px;
  display: block;
  text-align: center;
}
.top-20-pg-wrap .most-searched-box{
  margin-top: 30px;
}
.most-searched-box{
  background: #fff;
  position: relative;
  padding: 15px;
  width: 100%;
}
.most-searched-box .title{
  line-height: 1;
  font-size: 24px;
  color: #30322f;
  padding-bottom: 20px;
}
.most-searched-box ul{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.most-searched-box ul li{
  margin: 0 5px 5px 0;
}
.most-searched-box ul li a{
  display: inline-block;
  padding: 7px 10px;
  border-radius: 5px;
  color: #40423f;
  font-size: 13px;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
  background: #ececec;
}
.most-searched-box ul li a:hover{
  color: #fff;
  background: #ee6a29;
  text-shadow: 0 -1px 0 rgba(0,0,0,.15);
}
/*******WIDGET COLUMNS*******/

/*****RESTURANT PAGE*****/
.resturant-pg-wrap{
  padding-top: 0;
}
.inner-top-banner{
  padding: 20px 0;
  min-height: 275px;
}
.resturant-pg-wrap .inner-top-banner{
  background: url(../images/resturant-bg.jpg);
  background-size: cover;
  margin-bottom: 30px;
}
.find-resturant .title{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.find-resturant .form-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.find-resturant .form-row .form-group{
  width: 180px;
  margin: 5px 10px; 
}
.find-resturant .form-group label{
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}
.find-resturant .form-group input,
.find-resturant .form-group select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 28px 0 12px;
  font-size: 14px;
  color: #40423f;
  background-color: #fff;
  border: 1px solid #cfd0cf;
  border-radius: 4px;
  outline: none;
}
.find-resturant form input::placeholder{
  color: #40423f;
}
.find-resturant .select-wrap{
  position: relative;
}
.find-resturant .select-wrap::before{
  content: '';
  background: url(../images/select-arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 17px;
  height: 12px;
}
.find-resturant .form-row .form-btn{
  width: 100%;
  margin: 25px 10px 5px 10px;
  text-align: center;
}
.find-resturant .form-btn button{
  background-color: #40d19e;
  display: block;
  position: relative;
  padding: 1px 24px;
  height: 48px;
  max-width: 288px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: all 0.3s;
}
.find-resturant .form-btn button:hover{
  background-color: #00925f;  
}
.c-pagination{
  padding-top: 30px;
}
.c-pagination ul{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.c-pagination ul li{
  margin-left: 5px;
}
.c-pagination ul li a{
  border: 1px solid #cfd0cf;
  color: #ee6a29;
  font-size: 15px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.c-pagination ul li a.active,
.c-pagination ul li a:hover{
  background: #ee6a29;
  border-color: #ee6a29;
  color: #fff;
}
/******STUDENTS PAGE******/
.student-pg-wrap{
  padding-top: 0;
}
.page-wrap .sub-categories{
  background: #fff;
}
.page-wrap .sub-categories ul{
  list-style-type: none;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
}
.page-wrap .sub-categories ul li{
  display: inline-block;
}
.page-wrap .sub-categories ul li a{
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  padding: 15px 20px;
  color: #172730;
  transition: all 0.3s;
}
.page-wrap .sub-categories ul li a.active:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #ee6a29 transparent;
}
.page-wrap .sub-categories ul li a:hover{
  background: #ee6a29;
  color: #fff;
}
.student-pg-wrap .inner-top-banner{
  background-image: linear-gradient(246deg, rgba(234, 234, 234, 0.04) 0%, rgba(234, 234, 234, 0.04) 33.3%,rgba(69, 69, 69, 0.04) 33.3%,
   rgba(69, 69, 69, 0.04) 66.6%,rgba(189, 189, 189, 0.04) 66.6%, rgba(189, 189, 189, 0.04) 99.89999999999999%),
  linear-gradient(81deg, rgba(126, 126, 126, 0.05) 0%, rgba(126, 126, 126, 0.05) 33.3%,rgba(237, 237, 237, 0.05) 33.3%,
   rgba(237, 237, 237, 0.05) 66.6%,rgba(74, 74, 74, 0.05) 66.6%, rgba(74, 74, 74, 0.05) 99.89999999999999%),
  linear-gradient(14deg, rgba(3, 3, 3, 0.08) 0%, rgba(3, 3, 3, 0.08) 33.3%,rgba(156, 156, 156, 0.08) 33.3%,
   rgba(156, 156, 156, 0.08) 66.6%,rgba(199, 199, 199, 0.08) 66.6%, rgba(199, 199, 199, 0.08) 99.89999999999999%),
  linear-gradient(323deg, rgba(82, 82, 82, 0.06) 0%, rgba(82, 82, 82, 0.06) 33.3%,rgba(179, 179, 179, 0.06) 33.3%,
   rgba(179, 179, 179, 0.06) 66.6%,rgba(212, 212, 212, 0.06) 66.6%, rgba(212, 212, 212, 0.06) 99.89999999999999%),
  linear-gradient(32deg, rgba(70, 70, 70, 0.02) 0%, rgba(70, 70, 70, 0.02) 33.3%,rgba(166, 166, 166, 0.02) 33.3%,
   rgba(166, 166, 166, 0.02) 66.6%,rgba(53, 53, 53, 0.02) 66.6%, rgba(53, 53, 53, 0.02) 99.89999999999999%),
  linear-gradient(38deg, rgba(129, 129, 129, 0.09) 0%, rgba(129, 129, 129, 0.09) 33.3%,rgba(38, 38, 38, 0.09) 33.3%,
   rgba(38, 38, 38, 0.09) 66.6%,rgba(153, 153, 153, 0.09) 66.6%, rgba(153, 153, 153, 0.09) 99.89999999999999%),
  linear-gradient(63deg, rgba(51, 51, 51, 0.02) 0%, rgba(51, 51, 51, 0.02) 33.3%,rgba(12, 12, 12, 0.02) 33.3%,
   rgba(12, 12, 12, 0.02) 66.6%,rgba(158, 158, 158, 0.02) 66.6%, rgba(158, 158, 158, 0.02) 99.89999999999999%),
  linear-gradient(227deg, rgba(63, 63, 63, 0.03) 0%, rgba(63, 63, 63, 0.03) 33.3%,rgba(9, 9, 9, 0.03) 33.3%,
   rgba(9, 9, 9, 0.03) 66.6%,rgba(85, 85, 85, 0.03) 66.6%, rgba(85, 85, 85, 0.03) 99.89999999999999%),
  linear-gradient(103deg, rgba(247, 247, 247, 0.07) 0%, rgba(247, 247, 247, 0.07) 33.3%,rgba(93, 93, 93, 0.07) 33.3%,
   rgba(93, 93, 93, 0.07) 66.6%,rgba(208, 208, 208, 0.07) 66.6%, rgba(208, 208, 208, 0.07) 99%),linear-gradient(0deg, #0b91d7,#6efc29); 
  position: relative;
  padding: 40px 0;
}
.student-pg-wrap .banner-search{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.student-pg-wrap .banner-search input{
  width: calc(100% - 50px);
  height: 50px;
  padding: 10px 10px 10px 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: none;
  outline: none;
}
.student-pg-wrap .banner-search input::placeholder{
  color: #d8d9d8;
  font-weight: 600;
  font-size: 16px;
}
.student-pg-wrap .banner-search button{
  width: 50px;
  height: 50px;
  background: #ee6a29;
  color: #fff;
  outline: none;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}    
.student-pg-wrap .offers-group{
  padding: 20px 0;
  width: 100%;
}
.student-pg-wrap .box-col {
  padding: 8px 4px;
}
.student-pg-wrap .offer-box .offer-box-info p {
  font-size: 14px;
}
.student-pg-wrap .end-description{
  text-align: center;
}
.student-pg-wrap .end-description p{
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 300;
  color: #70716f;
}
.student-pg-wrap .end-description .title{
  line-height: 32px;
  margin-bottom: 8px;
  color: #30322f;
  font-size: 20px;
  font-weight: 500;
}
/****************--------SIDECOL WIDGETS CSS--------***************/
.widget-col-item{
  margin-bottom: 20px;
}
.adverts-slider img{
  border-radius: 5px;
}
.adverts-slider .owl-dots{
  display: flex !important;
  justify-content: center;
  margin: 0 !important;
  position: absolute;
  width: 100%;
  bottom: 5px;
}
.adverts-slider .owl-dots button{
  outline: none;
}
.adverts-slider .owl-dots span{
  margin: 3px !important;
}
.adverts-slider .advert-item{
  position: relative;
}
.advert-item .advert-info{
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0 15px 30px 15px;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.75));
}
.advert-item .advert-info .type{
  color: #ffbe00;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  text-shadow: 1px 1px 0 rgba(0,0,0,.75);
}
.advert-item .advert-info .name{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-shadow: 1px 1px 0 rgba(0,0,0,.75);
}
.widget-col-item .widget-title{
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #30322f;
  font-weight: 500;
}
.widget-col-item .widget-decs{
  font-size: 16px;
  margin-bottom: 10px;
  color: #30322f;
}
.widget-col-inner{
  box-shadow: 0 1px 4px #b8b8b8;
  border-radius: 4px;
  text-align: left;
  background: #fff;
  padding: 20px;
}
.widget-col-inner ul.pills{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.widget-col-inner ul.pills li{
  margin: 0 5px 5px 0;
}
.widget-col-inner ul.pills li a{
  display: inline-block;
  padding: 7px 9px;
  border-radius: 5px;
  color: #40423f;
  font-size: 13px;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
  background: #ececec;
}
.widget-col-inner ul.pills li a:hover{
  color: #fff;
  background: #ee6a29;
  text-shadow: 0 -1px 0 rgba(0,0,0,.15);
}
.widget-footer{
  background: #f5f6f5;
  margin: 0;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px -20px -20px -20px;
  transition: all 0.25s; 
  border-radius: 0 0 4px 4px;
}
.widget-footer a{
  color: #ee6a29;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.25s; 
}
.widget-footer:hover{
  background:  #ee6a29;
}
.widget-footer:hover a{
  color: #fff;
}
.widget-col-inner ul.promise-list{

}
.widget-col-inner ul.promise-list li{
  display: flex; 
  flex-wrap: wrap;
  padding: 5px 0;
}
.widget-col-inner ul.promise-list li span{
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #ee6a29;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 8px;
}
.widget-col-inner ul.promise-list li span i{
  font-size: 18px;
}
.widget-col-inner ul.promise-list li p{
  font-size: 15px;
  color: #70716f;
  display: flex;
  align-items: center;
  width: calc(100% - 36px);
}
.why-we-love-wrap .widget-title{
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  padding: 0 20px 10px 20px;
  margin: 0px -20px 10px -20px;
  width: calc(100% + 40px);
}
.why-we-love-wrap .widget-title i{
  color: #ec564a;
}
.why-we-love-wrap ul{
  list-style-type: none;
}
.why-we-love-wrap ul li{
  padding: 8px 0;
  border-bottom: 1px solid #e2e2e2;
}
.why-we-love-wrap ul li:last-of-type{
  border: none;
}
.why-we-love-wrap ul span img{
  max-width: 36px;
  width: 100%;
  margin-right: 8px;
}
.why-we-love-wrap ul li p{
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #202120;
}
.hint-tip-wrap ul{
  padding-left: 15px;
  color: #70716f;
  font-size: 15px;
}
.hint-tip-wrap ul li{
  padding-bottom: 5px;
}
.quick-links-wrap ul{
  list-style-type: none;
}
.quick-links-wrap ul li{
  padding: 5px 10px;
  border-bottom: 2px solid #cfd0cf;
}
.quick-links-wrap ul li:last-of-type{
  border: none;
}
.quick-links-wrap ul li a{
  color: #ee6a29;
  font-size: 13px;
  transition: all 0.25s;
}
.quick-links-wrap ul li a:hover{
  text-decoration: underline;
}
.quick-links-wrap .widget-col-inner{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 20px 0;
}
.also-like-wrap .widget-title{
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  padding: 0 20px 10px 20px;
  margin: 0px -20px 10px -20px;
  width: calc(100% + 40px);
}
.also-like-wrap ul{
  list-style-type: none;
}
.also-like-wrap ul li{
  padding-bottom: 15px;
}
.also-like-wrap ul li:last-of-type{
  padding-bottom: 0;
}
.also-like-wrap .also-like-item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.also-like-wrap .also-like-img{
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #cfd0cf;
  overflow: hidden;
  transition: all 0.3s;
}
.also-like-item:hover .also-like-img{
  border-color: #ee6a29;
}
.also-like-wrap .also-like-text{
  width: calc(100% - 75px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.also-like-wrap .also-like-text a{
  display: block;
  width: 100%;
}
.also-like-wrap .also-like-text a:nth-of-type(1){
  color: #787878;
  font-size: 12px;
}
.also-like-wrap .also-like-text a:nth-of-type(2){
  color: #ee6a29;
  font-size: 14px;
}
.also-like-wrap .also-like-text p{
  color: #ee6a29;
  font-size: 14px;
}
.top-20-banner-wrap .widget-col-inner{
  padding: 0;
}
.top-20-banner-wrap .widget-col-inner a{
  display: inline-block;
}
.exclusive-saving-wrap p{
  font-size: 15px;
  margin-bottom: 10px;
  color: #676966;
}
/****************--------SIDECOL WIDGETS CSS ENDS HERE--------***************/
/*****OFFER INNER PAGE*****/
.offer-inner-pg-wrap .box-col {
  padding: 8px 4px;
}
.offer-inner-pg-wrap .offer-box .offer-box-info p {
  font-size: 14px;
}
.offer-inner-pg-wrap .offers-group .row{
  margin: 0;
}
.offer-inner-pg-wrap .offers-group .sec-top{
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0;
}
.offer-inner-pg-wrap .offers-group{
  padding: 15px 0;
}
.offer-inner-pg-wrap .offers-group .sec-top p{
  width: 100%;
}
.offer-inner-pg-wrap .offers-group .sec-top p:nth-of-type(1){
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px;
  color: #30322f;
  font-size: 20px;
}
.offer-inner-pg-wrap .offers-group .sec-top p:nth-of-type(2){
  color: #40423f;
  font-size: 16px;
}

.offer-details-wrap .offer-details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.offer-details-wrap .offer-details .vou-img-wrap{
  width: 85px;
}
.offer-details-wrap .offer-details .vou-img{
  width: 85px;
  border-radius: 5px;
  border: 1px solid #cfd0cf;
  height: 85px;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.offer-details-wrap .vou-img img{
  height: 100%;
}
.offer-details-wrap .code-desc{
  width: calc(100% - 105px);
}
.offer-details-wrap .offer-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
.offer-details-wrap  span {
  font-weight: 600;
  color: #ec564a;
}
.offer-details-wrap .offer-info {
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  color: #a0a19f;
  padding-top: 5px;
}
.offer-details-wrap .rating ul{
  display: flex;
  list-style-type: none;
  padding: 5px 0;
}
.offer-details-wrap .rating ul a{
  padding: 0 3px 0 0;
}
.offer-details-wrap .rating ul a i{
  color: #dadada;
  font-size: 18px;
}
.offer-details-wrap .rating ul a.active i{
  color: #febe00;
}
.offer-details-wrap .actions ul{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 5px 0;
}
.offer-details-wrap .actions ul a{
  min-width: 98px;
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  margin: 0 3px;
  color: #40423f;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 1;
  transition: all 0.25s;
}
.offer-details-wrap .actions ul a:hover{
  color: #fff;
  background: #ee6a29;
}
.discount-table-wrap{
  box-shadow: 0 1px 4px #b8b8b8;
  border-radius: 5px;
  margin-bottom: 20px;
}
.discount-table-wrap .discount-table-top{
  padding: 20px 20px;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.discount-table-wrap .discount-table-top p{
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.discount-table-wrap .discount-table-top .title{
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.discount-table-wrap .discount-table-body{
  border-radius: 0 0 5px 5px;
  background: #f5f6f5;
}
.discount-table-wrap table thead th{
  color: #787878;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 15px;
} 
.discount-table-wrap table tbody tr td{
  color: #40423f;
  font-size: 13px;
  padding: 15px 15px;
}
.main-col .faq-wrap{
  box-shadow: 0 1px 4px #b8b8b8;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 15px;
}
.main-col .faq-header{
  padding: 15px 15px;
  border-bottom: 1px solid #cfd0cf;
}
.main-col .faq-header p{
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.main-col .faq-body{
  padding: 0 15px;
}
.main-col .faq-wrap .card{
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #cfd0cf !important;
}
.main-col .faq-wrap .card:last-of-type{
  border-bottom: none !important;
}
.main-col .faq-wrap .card-header{
  background: #fff;
  border: none;
  padding: 0;
}
.main-col .faq-wrap .card-header button{
  color: #ee6a29;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-col .faq-wrap .card-header button i{
  position: relative;
  transition: all 0.25s;
}
.main-col .faq-wrap .card-header button[aria-expanded="true"] i{
  transform: rotate(135deg);
}
.main-col .faq-wrap .card-body{
  padding: 10px 0;
}
.main-col .faq-wrap .faq-content p{
  font-size: 14px;
  color: #70716f;
  padding-bottom: 10px;
}
.pb-0{
  padding-bottom: 0;
}
.main-col .faq-wrap .faq-content .heading{
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0px;
  color: #40423f;
}
.about-brand-wrap{
  padding: 20px 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px #b8b8b8;
  margin-bottom: 15px;
}
.about-brand-wrap p{
  font-size: 16px;
  color: #70716f;
  padding-bottom: 10px;
}
.about-brand-wrap p a{
  color: #ee6a29;
  font-weight: 500;
  text-decoration: none;
}
.about-brand-wrap .heading{
  line-height: 1;
  padding-bottom: 10px;
  color: #30322f;
  font-size: 18px;
  font-weight: 500;
}
.about-brand-wrap .inner-breadcrumb ul{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.about-brand-wrap .inner-breadcrumb ul li{
  padding-right: 10px;
}
.about-brand-wrap .inner-breadcrumb ul li a{
  color: #ee6a29;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}
.about-brand-wrap .inner-breadcrumb ul li a i{
  padding-left: 1px;
  font-size: 10px;
  color: #70716f;
}
.about-brand-wrap .inner-breadcrumb ul li:last-of-type a{
  color: #70716f;
}
.how-to-use-vou{
  padding: 20px 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px #b8b8b8;
  margin-bottom: 15px;
}
.how-to-use-vou .heading{
  line-height: 1;
  padding-bottom: 10px;
  color: #30322f;
  font-size: 18px;
  font-weight: 500;  
}
.how-to-use-vou ol{
  padding-left: 16px;
}
.how-to-use-vou ol li{
  font-size: 15px;
  color: #70716f;
  padding-bottom: 8px;
}
.how-to-use-vou .step-img{
  padding: 10px;
  border: 1px solid #cfd0cf;
}
.feedback-wrap{
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 4px #b8b8b8;
  margin-bottom: 15px;
}
.feedback-wrap .feedback-head{
  padding: 20px 15px;
}
.feedback-wrap .feedback-head p{
  line-height: 1;
  color: #30322f;
  font-size: 20px;
  font-weight: 500;
}
.feedback-body .comment{
  padding: 15px;
  background: #fff;
}
.feedback-body .comment:nth-of-type(odd){
  background: #f5f6f5;
}
.feedback-body .comment p{
  font-size: 14px;
}
.feedback-body .comment-top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #a0a19f;
  padding-bottom: 10px;
}
.feedback-body .comment-top p{
  font-size: 11px;
  line-height: 16px;
}
.feedback-body .comment-top p:nth-of-type(1){
  font-weight: 600;
}
.feedback-body .comment-top p:nth-of-type(2){
  font-weight: 400;
}
.feedback-body .load-more{
  text-align: center;
  background: #fff;
  transition: all 0.3s;
}
.feedback-body .load-more:hover{
  background: #ee6a29;
}
.feedback-body .load-more a{
  color: #ee6a29;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
  display: block;
  width: 100%;
  padding: 15px;
}
.feedback-body .load-more:hover a{
  color: #fff;
}
.feedback-body .load-more a i{
  padding-left: 8px;
  transition: all 0.3s;
}
.experience-form{
  padding: 15px;
  background: #f5f6f5;
}
.experience-form .title{
  line-height: 1;
  padding-bottom: 10px;
  color: #30322f;
  font-size: 18px;
  font-weight: 500;
}
.experience-form .rating ul{
  display: flex;
  list-style-type: none;
  padding: 5px 0;
}
.experience-form .rating ul a{
  padding: 0 3px 0 0;
}
.experience-form .rating ul a i{
  color: #dadada;
  font-size: 18px;
}
.experience-form .rating ul a.active i,
.experience-form .rating ul a:hover i{
  color: #febe00;
}
.experience-form .form-group{
  width: 100%;
}
.experience-form .form-group textarea{
  width: 100%;
  padding: 8px;
  resize: none;
  min-height: 100px;
  font-size: 16px;
  color: #40423f;
  background-color: #fff;
  border: 1px solid #cfd0cf;
  border-radius: 4px;
  outline: none;
}
.experience-form .form-group textarea:placeholder{
  color: #40423f;
  font-size: 12px; 
}
.experience-form .form-group button{
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 5px 10px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #ee6a29;
  border: none;
}
.feedback-footer{
  background: rgba(209,243,255,.7);
  padding: 15px;
  color: #787878;
  font-weight: 400;
  text-align: center;
}
.feedback-footer p{
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback-footer p i{
  padding-right: 2px;
  font-size: 16px;
}
.feedback-footer a{
  color: #ee6a29;
  font-size: 14px;
}
.feedback-footer a:hover{
  text-decoration: underline;
}
.missed-codes-wrap{
  margin-bottom: 15px;
  padding-top: 15px;
}
.missed-codes-wrap .title{
  width: 100%;
  line-height: 1;
  padding-bottom: 10px;
  color: #30322f;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.missed-codes-wrap .missed-code-item{
  padding: 15px 15px;
  border-radius: 5px;
  box-shadow: 0 1px 4px #b8b8b8;
  background: #f5f6f5;
  margin-bottom: 15px;
}
.missed-codes-wrap .missed-code-item:last-of-type{
  margin-bottom: 0;
}
.missed-codes-wrap .missed-code-item p:nth-of-type(1){
  font-size: 16px;
  line-height: 1;
  color: #70716f;
  padding-bottom: 8px;
}
.missed-codes-wrap .missed-code-item p:nth-of-type(2){
  font-size: 12px;
  line-height: 1;
  font-weight: 200;
  color: #70716f;
}
.buyers-guide-wrap{
  padding-top: 15px;
}
.buyers-guide-wrap .title{
  width: 100%;
  line-height: 1;
  padding-bottom: 10px;
  color: #30322f;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.buyers-guide-wrap .guide-item{
  box-shadow: 0 1px 4px #b8b8b8;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px;
  background: #fff;
}
.buyers-guide-wrap .guide-item .guide-img{
  border: 1px solid #e2e2e2;
  max-width: 350px;
  width: 100%;
  height: 200px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.buyers-guide-wrap .guide-item .guide-img img{
  width: 100%;
  height: 100%;
}
.buyers-guide-wrap .guide-content p{
  font-size: 16px;
  color: #70716f;
  line-height: 1.5;
  padding-bottom: 15px;
}
.buyers-guide-wrap .guide-content .heading{
  padding-bottom: 15px;
  color: #30322f;
  font-size: 20px;
  font-weight: 500;
}
.see-all-offer-wrap{
  background: url(../images/all-offer-bg.jpg);
  background-size: cover;
  position: relative;
  box-shadow: 0 1px 4px #b8b8b8;
  border-radius: 5px;
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
.see-all-offer-wrap:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: -1;
}
.see-all-offer-wrap a{
  display: block;
  padding: 40px 20px;
}
.all-offer-inner p{
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}
.all-offer-inner span{
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
  max-width: 256px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 8px;
  display: inline-block;
}
/******CATEGORY LISTING PAGE******/
.category-list-pg-wrap{
  padding: 30px 0 20px 0;
}
.page-wrap .breadcrumb{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  background: transparent;
}
.page-wrap .breadcrumb li a{
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #70716f;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
.page-wrap .breadcrumb li a:after{
  content: '/';
  position: absolute;
  right: 4px;
  top: 1px;
}
.page-wrap .breadcrumb li:last-of-type a{
  font-weight: 600;
  color: #40423f;
}
.page-wrap .breadcrumb li:last-of-type a:after{
  display: none;
}
.category-banner{
  background: url("../images/category-banner-1.jpg");
  background-size: cover;
  position: relative;
  min-height: 296px;
  padding: 25px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 30px;
}
.category-banner:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.8015581232492998) 2%, rgba(22,6,6,0) 93%);
  z-index: -1;
}
.category-banner .banner-text{
  height: -webkit-fit-content;
  height:-moz-fit-content
  height:-o-fit-content;
  height: fit-content;
  position: relative;  
}
.category-banner p{
  color: #fff;
  font-size: 20px;
}
.category-banner .heading{
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
/******STUDENT INNER CATEGORY PAGE******/
.student-cat-banner{
  background: url("../images/student-cat-banner-1.jpg");
  background-size: cover;
  position: relative;
  min-height: 296px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 30px;
}
.student-cat-banner:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: -1;
}
.student-cat-banner .banner-text{
  height: -webkit-fit-content;
  height:-moz-fit-content
  height:-o-fit-content;
  height: fit-content;
  position: relative;
  text-align: center;  
}
.student-cat-banner p{
  color: #fff;
  font-size: 20px;
}
.student-cat-banner .heading{
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
/******PRINTABLE VOUCHER PAGE******/
.print-voucher-wrap{
  padding-top: 0;
}
.print-voucher-banner{
  padding: 50px 20px;
  margin-bottom: 10px;
  background: url('../images/print-vou-bg.jpg');
  background-size: cover; 
}
.print-voucher-banner .title{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.1;
}
.print-voucher-banner .sub-text{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-bottom: 10px; 
}
.print-voucher-banner form{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 850px;
  margin: 0 auto;
}
.print-voucher-banner form button{
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #ee6a29;
  border: none;
  outline: none;
  width: 30%;
}
.print-voucher-banner form button i{
  color: #fff;
  padding-right: 8px;
}
.print-voucher-banner form span{
  color: #fff;
  font-size: 15px;
  width: 45px;
  text-align: center;
}
.print-voucher-banner form label{
  position: relative;
  margin-bottom: 0;
  width: calc(70% - 45px);
}
.print-voucher-banner form label i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: #70716f;
}
.print-voucher-banner form input{
  width: 100%;
  height: 48px;
  padding: 0 12px 0 32px;
  font-size: 14px;
  color: #40423f;
  background-color: #fff;
  border: 1px solid #cfd0cf;
  border-radius: 4px;
  outline: none;
}
/*******ALL VOUCHER CODES PAGE******/
.all-brand-wrap{
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0,0,0,.06);
  padding: 10px 20px 40px 20px;
}
.all-brand-wrap ul.all-pages{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
}
.all-brand-wrap ul.all-pages li a{
  position: relative;
  padding: 0 6px;
  border-right: 1px solid #c5c5c5;
  color: #40423f;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.25s;
  margin-bottom: 5px;
}
.all-brand-wrap ul.all-pages li a:hover{
  color: #ee6a29;
}

.all-brand-wrap ul.all-pages li .active
{
  color: #ee6a29 !important;
}
.all-brand-wrap .page-list-group{
  padding: 30px 0;
  border-bottom: 1px solid #ececec;
}
.all-brand-wrap .page-list-group .group-title{
  color: #40423f;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 20px;
}
.all-brand-wrap .page-list-group ul.popular-brands{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
.all-brand-wrap .page-list-group ul.popular-brands li{
  padding: 8px;
    border: 1px solid;
    box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    /* max-width: 141px; */
    margin: 5px 3px;
    display: inline-flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* position: relative; */
    border: 1px solid #cfd0cf;
}
.all-brand-wrap .page-list-group ul.popular-brands a{
  display: inline-block;
}
.all-brand-wrap .page-list-group ul.popular-brands img{
  max-width: 65px;
  margin: 0 auto;
}
.all-brand-wrap .page-list-group ul.page-list{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.all-brand-wrap .page-list-group ul.page-list li{
  width: 33.33%;
  padding: 0px 10px 2px 0;
}
.all-brand-wrap .page-list-group ul.page-list li a{
  color: #ee6a29;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
/*********---ABOUTS PAGES---********/
/*****ABOUT US PAGE*****/
.about-pg-wrap{
  padding: 0;
}
.about-pg-wrap .sub-categories{
  background: #172730;
}
.about-pg-wrap .sub-categories ul li a{
  color: #fff;
}
.about-pages-banner{
  min-height: 335px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* background: url(../images/about-bg.jpg); */
  background-size: cover;
      background: #172730 !important;
}
.about-banner-text{
  height: -webkit-fit-content;
  height:-moz-fit-content
  height:-o-fit-content;
  height: fit-content;
}
.about-banner-text .heading{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.1;
}
.about-sec-2{
  padding: 40px 0;
  background: #fff;
}
.about-sec-2-text p{
  line-height: 24px;
  padding-bottom: 15px;
  font-weight: 300;
  color: #70716f;
  font-size: 16px;
}
.about-sec-2 .brands-row{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.about-sec-2 .brands-row li{
  width: 16.66%;
  padding: 10px 0;
  text-align: center;
}
.about-sec-2 .brands-row li a{
  display: inline-block;
}
.about-sec-2 .brands-row li a img{
  max-width: 85px;
  max-height: 85px;
  border-radius: 5px;
  border: 1px solid #cfd0cf;
}
.about-sec-3{
  padding: 40px 0;
  background: #f0f0f0;
}
.about-sec-3-text p{
  line-height: 1.5;
  padding-bottom: 15px;
  color: #70716f;
  font-size: 15px;
}
.about-sec-3-text .heading{
  color: #40423f;
  font-size: 22px;
  font-weight: 600;
}
.about-sec-4{
  padding: 40px 0;
  background: #fff;
}
.about-sec-4-text p{
  line-height: 1.5;
  padding-bottom: 15px;
  color: #70716f;
  font-size: 15px;
}
.about-sec-4-text .heading{
  color: #40423f;
  font-size: 22px;
  font-weight: 600;
}
.about-sec-5{
  padding: 40px 0;
  background: #f0f0f0;
}
.about-sec-5-text p{
  line-height: 1.5;
  padding-bottom: 15px;
  color: #70716f;
  font-size: 15px;
}
.about-sec-5-text .heading{
  color: #40423f;
  font-size: 22px;
  font-weight: 600;
}
.about-sec-6{
  padding: 50px 0;
  background: #fff;
}
.about-sec-6 .title{
  text-align: center;
  font-weight: 400;
  color: #40423f;
  font-size: 24px;
}
.about-sec-6 .find-more-wrap{
  padding-top: 15px;
}
.about-sec-6 .icon-circle{
  width: 95px;
  height: 95px;
  margin: 0 auto 5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #ee6a29;
  border-radius: 50%;
}
.about-sec-6 .icon-circle i{
  font-size: 34px;
  color: #fff;
}
.about-sec-6 .find-more-wrap p{
  text-align: center;
  font-weight: 600;
  color: #40423f;
}
/*****PARTNER PAGES*****/
.countdown-sec{
  padding: 60px 0;
  background: #ee6a29;
  color: #fff;
  text-align: center;
}
.countdown-sec .count-down p{
  font-weight: 400;
  font-size: 14px;
}
.countdown-sec .count-down .number{
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.partner-sec-4{
  padding: 50px 0;
  background: #fff;
}
.partner-sec-5{
  padding: 50px 0;
  background: #f0f0f0;
}
.partner-sec-6{
  padding: 50px 0;
  background: #fff;
}
.partner-reviews{
  padding: 50px 0;
  background: #f0f0f0;
}
.partner-reviews p.comment{
  font-weight: 300;
  color: #70716f;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 40px;
  position: relative;
}
.partner-reviews p.comment::before{
  content: '\f10d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -5;
  left: 15px;
}
.partner-reviews p.comment::after{
  content: '\f10e';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.partner-reviews p.name{
  font-weight: 500;
  font-size: 18px;
  color: #30322f;
  text-align: right;
  padding: 15px 0 0 0;
}
.partner-sec-8{
  padding: 40px 0;
  background: #fff;
}
.partner-sec-8-text p{
  line-height: 1.5;
  padding-bottom: 15px;
  color: #70716f;
  font-size: 15px;
}
.partner-sec-8-text p a{
  color: #ee6a29;
  font-weight: 500;
}
.partner-sec-8-text .heading{
  color: #40423f;
  font-size: 22px;
  font-weight: 600;
}
.partner-sec-8 ul{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.partner-sec-8 ul li{
  width: 100%;
}
.partner-sec-8 ul a{
  display: block;
  padding: 10px;
  text-align: center;
} 
.partner-sec-8 ul img{
  max-width: 210px;
  width: 100%;
}
.partner-sec-9{
  padding: 30px 0;
  background: #f0f0f0;
  text-align: center;
}
.partner-sec-9 p{
  line-height: 1.5;
  font-weight: 300;
  color: #70716f;
}
.partner-sec-9 a{
  font-size: 18px;
  color: #ee6a29;
  font-weight: 500;
}
/*******PRESS PAGE*******/
.press-section-3{
  padding: 50px 0;
  background: #fff;
}
.press-section-3 .sec-title,
.press-section-4 .sec-title{
  font-size: 28px;
  line-height: 1.4;
  color: #202120;
  text-align: center;
  font-weight: 500;
  padding-bottom: 15px;
}
.press-section-3 .owl-stage,
.press-section-4 .owl-stage{
  display: flex;
  flex-wrap: wrap;
}
.press-section-3 .p-release-item
.press-section-4 .p-release-item{
  height: 100%;
}
.p-release-item .p-release-img{
  height: 142px;
}
.p-release-item .p-release-img img,
.reports-slide-item .reports-slide-img img{
  height: 100%;
}
.p-release-desc{
  padding-top: 10px;
}
.p-release-desc .date,
.reports-slide-desc .date{
  padding-bottom: 8px;
  color: #a0a19f;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
}
.p-release-desc .desc,
.reports-slide-desc .desc{
  font-size: 14px;
}
.p-release-desc a,
.reports-slide-desc a{
  color: #ee6a29;
  font-size: 12px;
}
.press-releases-slider .owl-dots.disabled, 
.press-releases-slider .owl-nav.disabled,
.reports-slider .owl-dots.disabled, 
.reports-slider .owl-nav.disabled{
  display: block;
}
.press-releases-slider .owl-nav,
.reports-slider .owl-nav{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  display: flex !important;
  justify-content: space-between;
  margin: 0;
}
.press-releases-slider .owl-nav button,
.reports-slider .owl-nav button{
  background: transparent !important;
  outline: none;
}
.press-releases-slider .owl-nav button:hover i,
.reports-slider .owl-nav button:hover i{
  color: #ee6a29;
}
.press-releases-slider .owl-dots,
.reports-slider .owl-dots{
  margin-top: 20px;
}
.press-releases-slider .owl-dots button,
.reports-slider .owl-dots button{
  outline: none;
}
.press-releases-slider .owl-dots button span,
.reports-slider .owl-dots button span{
  margin: 5px 3px !important;
}
.press-releases-slider .owl-dots button.active span,
.reports-slider .owl-dots button.active span{
  background: #ee6a29 !important;
}
.press-section-4{
  padding: 50px 0;
  background: #f0f0f0;
}
.reports-slider .owl-item{
	padding: 5px;
}
.reports-slide-item{
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  height: 100%;
  box-shadow: 0 1px 4px #b8b8b8;
}
.reports-slide-item .reports-slide-img{
  height: 125px;
}
.reports-slide-desc{
  padding-top: 10px;
}
.press-section-5{
	padding: 60px 0;
	background: #172730;
}
.press-section-5 .sec-title {
    font-size: 28px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding-bottom: 25px;
}
.stats-wrap{
	text-align: center;
}
.stats-wrap p{
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	padding-bottom: 10px;
}
.stats-wrap .stats-circle{
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 15px auto;
	border: 5px dotted #ee6a29;
	width: 120px;
	height: 120px; 
	overflow: hidden;
	color: #fff;
}
.stats-wrap .stats-circle p{
	font-size: 32px;
	line-height: 1;
	font-weight: 500;
}
.press-section-6{
	padding: 50px 0;
	background: #fff;
}
.press-sec-6-text{
	text-align: center;
}
.press-sec-6-text .contact-img{
	margin: 15px auto;
	overflow: hidden;
	height: 110px;
	width: 110px;
	border-radius: 50%; 
}
.press-sec-6-text .contact-img img{
	border-radius: 50%; 
	width: 100%;
	height: 100%;
	border: 1px solid #cfd0cf;
}
.press-sec-6-text p{
	font-size: 16px;
}
.press-section-6 .name{
    font-size: 30px;
    color: #202120;
}
.press-sec-6-text a{
	color: #ee6a29;
	display: block;
	font-size: 16px;
}
.press-section-7{
	background: #f0f0f0;
	padding: 50px 0;
}
.press-section-7 .sec-title {
    font-size: 28px;
    line-height: 1.4;
    color: #202120;
    text-align: center;
    font-weight: 500;
    padding-bottom: 25px;
}
.press-sec-7-inner{
	text-align: center;
}
.press-sec-7-inner .resource-circle{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #ee6a29;
	padding: 5px;
	margin: 0 auto 15px auto;
}
.press-sec-7-inner .resource-circle img{
	max-width: 65%;
	height: auto;
}
.press-sec-7-inner .resource-circle i{
	color: #ee6a29;
	font-size: 47px;
}
.press-sec-7-inner a{
	font-size: 18px;
	font-weight: 600;
	color: #202120;
}
.press-sec-7-inner p{
	font-size: 14px;
	padding: 10px;
}
.press-section-8{
	padding: 50px 0;
	background: #ffbe00;
	color: #fff;
}
.press-section-8 .sec-title {
    font-size: 28px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;
}
.awards-inner{
	text-align: center;
}
.awards-inner i{
	display: block;
	font-size: 72px;
	padding-bottom: 15px;
}
.awards-inner p{
	font-size: 12px;
}
.awards-inner .name{
	font-size: 18px;
    padding-bottom: 2px;
    font-weight: 600;
}
/*********---SUPPORT/HELP PAGES---********/
/***SUPPORT PAGE***/
.support-pg-wrap {
    padding: 0;
}
.support-page-banner{
    min-height: 335px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
   /*  background: url(../images/support-bg.jpg); */
    background-size: cover;
	background: #172730 !important;
}
.support-banner-text {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height:-o-fit-content;
    height: fit-content;
}
.support-banner-text .heading {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    line-height: 1.1;
}
.support-banner-text .sub-text{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    line-height: 1.1;
}
.support-page-banner .banner-search {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.support-page-banner .banner-search input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 10px 10px 10px 15px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
    outline: none;
}
.support-page-banner .banner-search button {
    width: 50px;
    height: 50px;
    background: #ee6a29;
    color: #fff;
    outline: none;
    border: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.support-sec-2{
	background: #f0f0f0;
	padding: 15px 0;
}
.support-sec-2 .support-box{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 4px #b8b8b8;
	padding: 20px;
	text-align: center;
	transition: all 0.25s;
}
.support-sec-2 .support-box:hover{
	box-shadow: 0px 0px 5px 0px rgba(0,194,126,1);
	transform: scale(1.03);
}
.support-sec-2 .support-box .sup-box-img{
	height: 150px;
}
.support-sec-2 .support-box .sup-box-img img{
	height: 100%;
}
.support-sec-2 .support-box p{
	color: #30322f;
	font-size: 16px;
    font-weight: 500;
}
.support-sec-3{
	background: #f0f0f0;
	padding: 0 0 50px 0;	
}
.support-3-inner{
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}
.support-3-inner .heading{
	font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.support-3-inner ul{
	list-style-type: none;
}
.support-3-inner ul li a{
    display: block;
    padding: 8px 0;
    color: #ee6a29;
    font-size: 18px;
    font-weight: 600;
}
.support-3-inner ul li a:hover{
	text-decoration: underline;
}
/*****CONTACT US PAGE*****/
.contact-sec-2{
	padding: 50px 0;
	background: #f0f0f0;
}
.contact-2-inner{
	padding: 15px;
	border-radius: 5px;
	background: #e8e8e8;
	margin-bottom: 15px;
}
.contact-2-inner .form-group{
	margin-bottom: 0;
}
.contact-2-inner .form-group.text-area{
	height: 100%;
}
.contact-2-inner label{
	display: block;
	color: #a0a19f;
}
.contact-2-inner input,
.contact-2-inner select{
    width: 100%;
    height: 48px;
    padding: 0 28px 0 12px;
    font-size: 16px;
    color: #40423f;
    background-color: #fff;
    border: 1px solid #cfd0cf;
    border-radius: 4px;
    outline: none;
    margin-bottom: 8px;
}
.contact-2-inner textarea{
    width: 100%;
    height: calc(100% - 40px);
    padding: 10px 28px 10px 12px;
    font-size: 16px;
    color: #40423f;
    background-color: #fff;
    border: 1px solid #cfd0cf;
    border-radius: 4px;
    outline: none;
    margin-bottom: 8px;
    resize: none;
}
.contact-2-inner .address{
	list-style-type: none; 
}
.contact-2-inner .address li{
	font-size: 16px;
	padding: 3px 0;
	color: #70716f;
}
.contact-2-inner .address li a{
	color: #ee6a29;
	font-weight: 500;
}
.contact-2-inner .social{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap; 
}
.contact-2-inner .social li{
	width: 50%;
	padding-right: 5px;
}
.contact-2-inner .social li a{
	display: inline-block;
	color: #172730;
	font-size: 16px;
	padding: 15px 0;
	font-weight: 600;
}
.contact-2-inner .social li a i{
	padding-right: 10px;
	font-size: 22px;
}
.contact-2-inner .form-submit{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}
.contact-2-inner .form-submit a{
	color: #ee6a29;
    font-weight: 600;
    font-size: 17px;
}
.contact-2-inner .form-submit span{
	width: 40px;
	text-align: center;
	font-size: 14px;
}
.contact-2-inner .form-submit button{
	border-radius: 5px;
    padding: 10px 20px;
    height: 40px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background: #ee6a29;
    border: none;
    outline: none;
}
/*****CODE GUARANTEE PAGE*****/
.codes-guarantee-wrap{
	padding: 50px 0;
}
.code-guarantee-item{
	margin-bottom: 30px;
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 1px 4px #b8b8b8;
	width: 100%;
}
.code-guarantee-head{
	margin-bottom: 30px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
}
.code-guarantee-head p{
	font-size: 26px;
    font-weight: 400;
}
.code-guarantee-head .sub-heading{
	font-size: 20px;
	padding-top: 5px;
}
.code-guarantee-body p{
	font-size: 16px;
    line-height: 1.6;
    padding-bottom: 15px;
}
.code-guarantee-body ul li,
.code-guarantee-body ol li{
	padding-bottom: 15px;
}
.code-guarantee-body a{
	color: #ee6a29;
	font-weight: 500;
}
.pl-20{
	padding-left: 20px;
}
.bg-green{
	background: #ee6a29;
	padding-bottom: 0 !important;
	display: inline;
}
.code-guarantee-body .code-guarantee-group{
	padding: 30px 0;
	border-bottom: 1px solid #ececec;
}
.code-guarantee-body .code-guarantee-group:last-of-type{
	border-bottom: none;
}
.pb-0{
	padding-bottom: 0 !important;
}
/*****EVENTS PAGE*****/
.event-pg-wrap{
	background: #f0f0f0; 
}
.event-banner-wrap{
    
}
.event-sec-2{
	padding: 30px 0;
}
.event-sec-2 .box-col{
	padding: 8px 5px;
}
.event-sec-2 .box-col.box-small-banner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.event-sec-3{
	padding-bottom: 20px;
}
.event-sec-3-inner{
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 4px #b8b8b8;
	margin: 0 -15px 20px -15px;
}
.event-sec-3-inner p{
	font-size: 16px;
	padding-bottom: 20px;
	line-height: 1.7;
}
.event-sec-3-inner .heading{
	color: #40423f;
	font-size: 20px;
	font-weight: 600;
}
.event-sec-3-inner a{
	color: #ee6a29;
	font-weight: 500;
}
.event-sec-3-inner ul{
	padding-bottom: 20px;
}
.event-sec-3-inner ul li{
	font-size: 16px;
	line-height: 1.7;
}
.event-sec-3 .widget-col-item {
    margin: 0 -15px;
}
/******REWARD PAGE*****/
.reward-sec-2{
	padding: 50px 0;
	background: #f0f0f0; 
}
.reward-sec-2 .reward-search{
	max-width: 300px;
	width: 100%;
	position: relative;
}
.reward-sec-2 .reward-search i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	color: #ee6a29;
}
.reward-sec-2 .reward-search input{
	width: 100%;
	background: #fff;
	border-radius: 3px;
	outline: none;
	height: 40px;
	border: none;
	padding: 0 15px 0 10px;
}
.faq-group{
	padding: 10px 0;
}
.faq-group .title{
	display: block;
	font-size: 22px;
	font-weight: 600;
	color: #172730;
	padding-bottom: 10px;
}
.faq-box{
	padding: 10px 20px;
	background: #fff;
	margin: 0 -15px;
}
.faq-box ul{
	list-style-type: none;
}
.faq-box ul li{
	padding: 15px 0;
	border-bottom: 1px solid #cfcfce;
}
.faq-box ul li:last-of-type{
	border-bottom: none;
}
.faq-box ul li a{
	display: block;
	color: #ee6a29;
	font-size: 16px;
	font-weight: 600;
	position: relative;
}
.faq-box ul li a:hover{
	text-decoration: underline;
}
.faq-box ul li a.favorite{
	padding-left: 30px;
}
.faq-box ul li a.favorite::before{
  content: '\f005';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ee6a29;
  left: 0px;
  width: 25px;
  height: 25px;
  border: 1px solid #ee6a29;
  border-radius: 50%;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.faq-box .all-article{
	font-size: 14px;
	color: #ee6a29;
	text-decoration: underline;
	font-weight: 600;
}
/******FAQ DETAILS PAGE******/
.faq-deail-wrap{
  padding: 10px 0;
}
.faq-deail-wrap .title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #172730;
  padding-bottom: 10px;
}
.faq-detail-box {
  padding: 10px 20px;
  background: #fff;
  margin: 0 -15px;
}
.faq-detail-top{
  display: flex;
  flex-wrap: wrap;
}
.faq-detail-top .rep-img{
  width: 50px;
  height: 50px;
  position: relative;
}
.faq-detail-top .rep-img img{
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.faq-detail-top .rep-img::before{
  content: '\f007';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: #ee6a29;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  color: #fff;
}
.faq-detail-top .rep-details{
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.faq-detail-top .rep-details p{
  width: 100%;
}
.faq-detail-top .rep-details p:nth-of-type(1){
  color: #172730;
  font-size: 15px;
  line-height: 1.5;
} 
.faq-detail-top .rep-details p:nth-of-type(2){
  color: #385f75;
  font-size: 13px;
  font-weight: 300;
}
.faq-detail-body{
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.faq-detail-body p{
  color: #172730;
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 1.6;
}
.faq-detail-body img{
  padding-bottom: 20px;
}
.faq-detail-footer{
  padding: 40px 0;
}
.faq-detail-footer .feedback{
  text-align: center;
}
.faq-detail-footer .feedback p{
  font-size: 15px;
  padding-bottom: 20px;
}
.faq-detail-footer .feedback a{
  color: #ee6a29;
}
.feedback-btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.feedback-btns button{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  box-shadow: none;
  margin: 10px;
  background: transparent;
  transition: all 0.25s;
}
.feedback-btns button:hover{
  background:  #ee6a29;
  border-color: #ee6a29;
}
.feedback-btns button i{
  font-size: 20px;
  transition: all 0.25s;
}
.feedback-btns button:hover i{
  color: #fff;
} 
.faq-detail-footer .related-boxes{
  padding: 20px;
  background: #f8f8f8;
  text-align: left;
  height: 100%;
}
.faq-detail-footer .related-boxes .title{
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 500;
}
.faq-detail-footer .related-boxes ul{
  list-style-type: none;
}
.faq-detail-footer .related-boxes a{
  color: #ee6a29;
  padding: 5px 0px;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
}
/******PRIVACY NOTICE PAGE******/
.privacy-pg-wrap{
  padding: 0;
  background: #fff;
}
.sub-categories-inner{
  background: #f6f6f6;
}
.sub-categories-inner ul {
  list-style-type: none;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
}
.sub-categories-inner ul li{
  display: inline-block;
}
.sub-categories-inner ul li a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  padding: 15px 20px;
  transition: all 0.3s;
  color: #40423f;
}
.sub-categories-inner ul li a.active{
  background: #ee6a29;
  color: #fff;
}
.sub-categories-inner ul li a:hover {
  background: #ee6a29;
  color: #fff;
}
.privacy-pg-wrap .sub-categories {
  background: #172730;
}
.privacy-pg-wrap .sub-categories ul li a {
  color: #fff;
}
.privacy-pg-inner{
  padding: 50px 0;
}
.privacy-pg-inner p{
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 15px;
}
.privacy-pg-inner ul{
  padding-left: 18px;
  padding-bottom: 15px;
}
.privacy-pg-inner ul li{
  font-size: 16px;
  line-height: 1.6;
}
.privacy-pg-inner .heading{
  padding-bottom: 15px;
  color: #000;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 500;
}
.privacy-pg-inner a{
  color: #ee6a29;
}
/*****-----POPUP FORMS-----******/
/***GET CODE FORM***/
.get-codes-forms .modal-dialog {
  max-width: 600px;
  flex-wrap: wrap;
  align-items: center;
}
.get-codes-forms .modal-header{
  position: relative;
  padding: 0;
  border: none;
}
.get-codes-forms .modal-header button{
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #ee6a29;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  border-radius: 50%;
  margin: 0;
  outline: none;
  z-index: 1;
}
.get-codes-forms .modal-body{
  position: relative;
  padding: 25px 20px;
}
.get-codes-forms .modal-body::before{
  content:'';
  position: absolute;
  top: -1px;
  right: 40px;
  width: 16px;
  height: 24px;
  background: #ff6c00;
  clip-path: polygon(50% 70%, 100% 100%, 100% 0, 0 0, 0 100%);
  transition: all 0.2s;
}
.get-codes-forms .modal-body p{
  font-size: 18px;
  color: #30322f;
  text-align: center;
}
.get-codes-forms .modal-body p span:first-of-type{
  color: #ff6c00;
}
.get-codes-forms .code-wrap{
  max-width: 450px;
  margin: 20px auto;
  padding: 15px 20px;
  background-color: #fffaf1;
  border: 1px dashed #ff6c00;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.get-codes-forms .code-wrap input{
  max-width: 250px;
  width: 100%;
  background: transparent;
  font-weight: 700;
  padding: 0 10px;
  line-height: 32px;
  color: #30322f;
  font-size: 24px;
  border:none;
  outline: none;
  box-shadow: none;
  text-align: center;
}
.get-codes-forms .code-wrap a{
  display: inline-block;
  padding: 10px 15px;
  background-color: #ee6a29;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px
}
.get-codes-forms .link-web{
  display: block;
  text-align: center;
  font-size: 15px;
  color: #ee6a29;
}
.get-codes-forms .link-web:hover{
  text-decoration: underline;
}
.get-codes-forms .link-web i{
  padding-left: 10px;
}
.get-codes-forms .modal-footer{
  padding: 0;
  border: none;
}
.get-codes-forms .modal-footer .accordion{
  width: 100%;
}
.get-codes-forms .modal-footer .card{
  border: none;
  border-radius: 0 0 5px 5px;
}
.get-codes-forms .modal-footer .card-header{
  padding: 0;
  display: flex;
  justify-content: flex-end;
  background-color: #f5f6f5;
  border: none;
}
.get-codes-forms .modal-footer .accordion button{
  text-align: right;
  padding: 10px 10px;
  font-size: 11px;
  color: #30322f;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
}
.get-codes-forms .modal-footer .accordion button i{
  padding-right: 5px;
}
.get-codes-forms .modal-footer .card-body{
  padding: 10px;
  max-height: 200px;
  overflow-y: auto;
}
.get-codes-forms .modal-footer ol {
  padding: 5px 0 5px 20px;
  margin: 0;
}
.get-codes-forms .modal-footer ol li {
  padding: 2px 0;
  font-size: 11px;
}
.get-deal-form .code-wrap{
    justify-content: space-between;
}
.get-deal-form .code-wrap span{
    font-size: 16px;
    font-weight: 600;
    color: #ee6a29;
}
.get-codes-forms .send-code-box{
    padding: 15px 0 15px 0;
}
.get-codes-forms .send-code-box{
    background: #fff;
    margin-top: 15px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    pointer-events: auto;
}
.get-codes-forms .send-code-box .privacy{
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #ee6a29;
}
.get-codes-forms .send-code-box .heading {
    font-weight: 400;
    font-size: 18px;
}
.get-codes-forms .send-code-form .form-text p {
    font-size: 15px;
    line-height: 1.1;
}
.send-code-form .form-text p.small {
    font-size: 12px;
}
.get-codes-forms .send-code-inner button {
    height: 40px;
    outline: none;
}
.get-codes-forms .send-code-box .brand-img-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.get-codes-forms .send-code-box .brand-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 85px;
    width: 85px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #cfd0cf;
    overflow: hidden;
}
/*****FEEDBACK FORM*****/
#feedback-form .modal-dialog {
  max-width: 600px;
}
#feedback-form .modal-header{
  position: relative;
  padding: 0;
  border: none;
}
#feedback-form .modal-header button{
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #ee6a29;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  border-radius: 50%;
  margin: 0;
  outline: none;
  z-index: 1;
}
#feedback-form .modal-header .form-logo{
  width: 100%;
  text-align: center;
}
#feedback-form .modal-header .form-logo img{
  max-height: 80px;
}
#feedback-form .modal-body{
  position: relative;
  padding: 25px 20px;
}
#feedback-form .form-group{
  position: relative;
}
#feedback-form .form-group i{
  position: absolute;
  color: #ee6a29;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 14px;
}
#feedback-form .form-group.last i{
  top: 10px;
  transform: none;
}
#feedback-form .form-group input{
  width: 100%;
  padding: 10px 10px 10px 25px;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  border: 1px solid #ccc;
  font-size: 14px; 
}
#feedback-form .form-group input::placeholder{
  font-size: 14px;
}
#feedback-form .form-group textarea::placeholder{
  font-size: 14px; 
}
#feedback-form .form-group textarea{
  width: 100%;
  height: 100px;
  resize: none;
  padding: 10px 10px 10px 25px;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  border: 1px solid #ccc;
  font-size: 14px; 
}
#feedback-form .form-group button {
  height: 40px;
  background: #ee6a29;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
}

/*My Css */
.mobile-travel-from{display:none}
.main-col-wrap1{width:100%;}
.list-faqs{padding-bottom: 20px;
    list-style: circle;
    padding-left: 50px;}
	
	/******ALL CATEGORIES PAGE******/
.all-cate-box{
    border: 1px solid #ececec;
    box-shadow: 0 2px 2px rgba(0,0,0,.06);
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}
.all-cate-box .category-group{
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}
.all-cate-box .category-group:last-of-type{
    border-bottom: none;
}
.category-group .category-group-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 15px;
}
/* .category-group-top .cate-img{
    width: 65px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    overflow: hidden;
}  */+
.category-group-top .cate-img{
    width: 70px;
    border: 1px solid #e2e2e2 !important;
    border-radius: 5px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.25) !important;
    overflow: hidden;
    text-align: center;
} 
.category-group-top .cate-img i
{
	font-size: 40px;
    color: #ee6a29;
    padding: 5px;
	 width: 70px;
    border: 1px solid #e2e2e2 !important;
    border-radius: 5px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.25) !important;
    overflow: hidden;
    text-align: center;
	
}
.category-group-top .cate-img img{
    max-width: 65px;
    max-height: 65px;
    border-radius: 5px;
}
.category-group-top .cate-group-name{
    width: calc(100% - 80px);
}
.category-group-top .cate-group-name a{
    color: #40423f;
    font-size: 18px;
    font-weight: 600;
}
.all-cate-box .category-group ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.all-cate-box .category-group ul li{
    width: 33.33%;
    padding: 5px 10px 5px 0;
}
.all-cate-box .category-group ul li a{
    font-size: 14px;
    color: #ee6a29;
}
.all-cate-box .category-group ul li a:hover{
    text-decoration:underline;
}
.scrolltop{
    width: 40px;
    height: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background: #ee6a29;
    position: fixed;
    right: 15px;
    bottom: 15px;
    box-shadow: 0 0px 6px 0 rgba(0,0,0,.5);
    cursor: pointer;
}
.scrolltop i{
    font-size: 18px;
}
.storetitle
{
	line-height: 1;
    font-size: 24px;
    color: #30322f;
    padding-bottom: 20px;
}
.related-box-tags
{
	height: 210px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    overflow-y: scroll;
}


.related-box-tags::-webkit-scrollbar{width:5px}.related-box-tags::-webkit-scrollbar-track{background:#ececec}.related-box-tags::-webkit-scrollbar-thumb{background:#ee6a29;width:8px;border-radius:25px}



 /*Hide Button Offers & Deals*/
   .peel-btn-wrap a {
    display: block;
    height: 40px;
}


.main-category-all{
	float: right;
   display: inline-block;
    padding: 7px 9px;
    border-radius: 5px;
    color: #40423f !important;
    font-size: 13px !important;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
    background: #ececec;
	}
.main-category-all:hover
{
	 color: #fff !important;
    background: #ee6a29;
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
	text-decoration:none !important;
}	
.clear
{
	clear:both;
}	
	

.footer-terms ul li:last-of-type:before {
    display: none;
}


 /*Pagination CSS*/
.pagination
{
	    margin: 0 auto !important;
		padding: 15px;
} 
.pagination>a:focus, .pagination>a:hover 
{
    z-index: 2;
    color: #ee6a29;
/*     background-color:#de3d27; */
	border-radius: 7px;
  /*   border-color: #ddd; */
}
.pagination>a 
{
       padding: 6px 12px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    /* background-color: #fff; */
    /* border: 1px solid #ddd;*/
}
.pagination>p
{
	padding: 6px 12px;
    line-height: 1.42857143;
	z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ee6a29;
 border-radius: 7px;
}


/*Top 20 Pages */
.widget-col-inner h1,.widget-col-inner h2,.widget-col-inner h3,.widget-col-inner h4,.widget-col-inner h5,.widget-col-inner h6
{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #30322f;
    font-weight: 500;
}
.widget-col-inner p
{
	font-size: 16px;
    margin-bottom: 10px;
    color: #30322f;
}

.widget-col-inner ul
{
	padding-left: 15px;
    color: #70716f;
    font-size: 15px;
}

/*Home Description*/
.home-desc h1,.home-desc h2,.home-desc h3,.home-desc h4,.home-desc h5,.home-desc h6
{
	font-size: 24px !important;   
    margin-bottom: 10px !important;   
    line-height: 40px !important;
    text-align: center !important;
    font-weight: 600 !important;
    color: #40423f !important;
}

.home-desc p
{
    margin-bottom: 10px !important;
    text-align: center !important;
    color: #70716f !important;
    font-size: 15px !important;
}
.home-desc a
{
  color: #ee6a29 !important;
  text-decoration: none !important;
}

.home-desc a:focus,.home-desc a:hover,.home-desc a:visited {
	text-decoration: underline !important;
    color: #ee6a29;
    -webkit-transition: color .2s;
    transition: color .2s;
}

/*Content Pages Heading*/
.about-sec-3-text h1,.about-sec-3-text h2,.about-sec-3-text h3,.about-sec-3-text h4,.about-sec-3-text h5,.about-sec-3-text h6{
    color: #40423f;
    font-size: 22px;
    font-weight: 600;
}
