
/* 
---------------------------------------------
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;
}
html {
  scroll-behavior: smooth;
}

/* @font-face {
  font-family: bodyFont;
  font-display: swap;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: counterFont;
  font-display: swap;
  src: url(../fonts/Oswald-Medium.ttf);
}
@font-face {
  font-family: counterFont02;
  font-display: swap;
  src: url(../fonts/AmostelySignature.ttf);
}
@font-face {
  font-family: counterFont03;
  font-display: swap;
  src: url(../fonts/Poppins-ExtraLight.ttf);
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Poppins-Regular.ttf);
} */


*{
  font-family: Montserrat;
}


.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: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff !important;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #212224;
  font-family: "Raleway", sans-serif;
}

::selection {
  background: #000000;
  color: #fff;
}

::-moz-selection {
  background: #000000;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.colored {
  background: #f2f2fe;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media only screen and (min-width: 1920px) {
  html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 15px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #80c341;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.25px;
  -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;
  font-weight: 600;
}

a.main-button-slider:hover {
  background-color: #4c7426;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -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;
}

a.main-button:hover {
  background-color: #000000;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -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;
}

button.main-button:hover {
  background-color: #000000;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.container-fluid{
  background-image: url(../Images-2/hero-background.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

@media (max-width: 767px) {
  .container-fluid{
    background-size: cover;
    height: 700px;
    width: 100%;
    margin: 0px auto;
  }
}
.start-header{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}



.header-area {
    -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;
}

.header-area .main-nav {
  min-height: 80px;
  width: fit-content;
  text-align: left;
  padding: 10px 0;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  -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;
  margin-left: 30px;
}

.header-area .main-nav .logo img {
  -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;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -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 {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  -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;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

/* ul .nav li a:hover {
  color: #00A0DB;
} */

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.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: #3B566E;
  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: #3B566E;
  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: #3B566E;
}

.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: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
  margin-bottom: 16px;
}


.header-area.header-sticky .logo {
  margin: 0px;
  position: relative;
  bottom: 16px;
}

.header-area.header-sticky .nav {
  margin-top: 35px !important;
  float: right;
}


.header-area.header-sticky .nav li a {
  color: #FFFFFF;
  background: none;
  font-weight: 500;
  font-size: 14px;
  transition: 0.4s;
  padding: 0px 5px 2px 5px;
  margin-left: 5px;
  font-family: Montserrat !important;
}
/* Header End */

/* Hero Start */
.hero-section{
  text-align: center;
  margin: 103px 72px; 
}

@media (max-width: 767px) {
  .hero-section{
    text-align: center;
    width: 100%;
    margin: 20px auto;
  }

  .hero-section h1{
    font-size: 18px;
    font-weight: 600;
}

.hero-para{
  font-size: 12px;
}
}
.hero-para{
  margin: 20px 0px 50px 0px;
}
.code-button a{
  color: #FFFFFF;
  background-color: #CD0001;
  text-decoration: none;
  padding: 15px 50px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
}
.code-button a:hover{
  color: #FFFFFF;
}





@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 1920px) {

  .header-area {
    height: auto;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    margin: 0 auto;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    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 .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
}

@media (min-width: 1200px) {

  .header-area {
    height: auto;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    margin: 0 auto;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    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 .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -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;
  margin-bottom: 30px;
}

/* Advertisers */
.advertisers{
  background-color: #FFFFFF;
  padding: 40px 40px;
  box-shadow: 0px 30px 60px rgb(13 23 116 / 12%);
  border-radius: 20px;
  width: 455px;
  height: 355px;
  margin: 10px auto;
  text-align: center;
}

.publishers{
  background-color: #FFFFFF;
  padding: 40px 40px;
  box-shadow: 0px 30px 60px rgb(13 23 116 / 12%);
  border-radius: 20px;
  width: 455px;
  height: 355px;
  margin: 10px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .advertisers{
    width: 100%;
    height: auto;
    margin-top: -200px;
    margin-bottom: 150px;
  }
  .publishers{
    width: 100%;
    height: auto;
    margin-top: -100px;
    margin-bottom: 150px;
  }
}

.join-button{
  margin: 30px auto;
  padding: 16px;
  background-color: rgb(243, 241, 241);
  color: #000066;
  border-radius: 30px;
  width: 160px;
  height: 52px;
  cursor: pointer;
  position: relative;
}

.join-button::before{
  position: absolute;
  top: 0px;
  left: 0px;
  content: '›';
  font-size: 32px;
  color: #ffffff;
  background-color: #000066;
  border-radius: 30px;
  width: 52px;
  height: 52px;
}

.join-button:hover{
background-color: #000066;
}
.join-btn:hover{
  color: #FFFFFF;
}

.learn-button:hover{
  background-color: #000066;
}



.learn-button1:hover{
  background-color: #000066;
}



.learn-button2:hover{
  background-color: #000066
}
  .learn-btn:hover{
    color: #FFFFFF;
}

.join-btn {
  color: #000066;
  font-size: 14px;
  font-weight: 500;
  padding-left: 46px;
}
.learn-button{
  margin: 56px auto;
  padding: 16px;
  background-color: #F3F1F1;
  color: #000066;
  border-radius: 30px;
  width: 160px;
  height: 52px;
  cursor: pointer;
  position: relative;
}

.learn-button1{
  margin: 75px auto;
  padding: 16px;
  background-color: #F3F1F1;
  color: #000066;
  border-radius: 30px;
  width: 160px;
  height: 52px;
  cursor: pointer;
  position: relative;
}

.learn-button2{
  margin: 34px auto;
  padding: 16px;
  background-color: #F3F1F1;
  color: #000066;
  border-radius: 30px;
  width: 160px;
  height: 52px;
  cursor: pointer;
  position: relative;
}

.learn-button::before{
  position: absolute;
  top: 0px;
  left: 0px;
  content: '›';
  font-size: 32px;
  color: #ffffff;
  background-color: #000066;
  border-radius: 30px;
  width: 52px;
  height: 52px;
}

.learn-button1::before{
  position: absolute;
  top: 0px;
  left: 0px;
  content: '›';
  font-size: 32px;
  color: #ffffff;
  background-color: #000066;
  border-radius: 30px;
  width: 52px;
  height: 52px;
}

.learn-button2::before{
  position: absolute;
  top: 0px;
  left: 0px;
  content: '›';
  font-size: 32px;
  color: #ffffff;
  background-color: #000066;
  border-radius: 30px;
  width: 52px;
  height: 52px;
}
.learn-btn{
  color: #000066;
  font-size: 14px;
  font-weight: 500;
  padding-left: 46px;
}

.features-small-item:hover .icon {
  background-color: #000000;
}

.features-small-item .icon {
  -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;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #8261ee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 50px !important;
  z-index: 9;
}

@media (max-width: 1920px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/work-process-bg.png);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -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;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: url(../images/fun-facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -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;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -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;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -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;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 1920px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -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;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -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;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: #000000;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #8261ee;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -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;
}

.blog-post-thumb h3 a:hover {
  color: #000000;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  padding-top: 30px;
  color: #fff;
  margin-top: 70px;
  background: #000066;
}


footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .social li {
  margin: 0px 4px;
  display: inline-block;
}

footer .social li a {
  color: #333;
   text-align: center;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  border:1px solid #333;
  display: inline-block;
  font-size: 16px;
  -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;
}

footer .social li a:hover {
  background-color: #333;
  color: #fff;
}

footer .copyright {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
  font-size: 16px;
  color: #B7B7B7;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

@media (max-width: 1920px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
  
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image:linear-gradient(3deg, rgb(0 0 0 / 89%) 0%, rgb(42 42 42 / 43%) 91%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.CouponCode {
  padding: 12px 15px;
  border: 2px solid #d2d2d2;
  border-radius: 13px;
  width: 180px;
  text-align: left !important;
  position: relative;
  font-size: 14px;
  margin: 0 auto;
  color: #000;
}
.visibleshowcode {
  padding: 12px 15px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  width: 100%;
  text-align: left !important;
  position: relative;
  font-size: 18px;
  margin: 0 auto;
  color: #000;
  height: 47px;
  line-height: 22px;
}
.CouponCode02 {
  padding: 12px 15px;
  border: 2px solid #000000;
  border-radius: 9px;
  width: 300px;
  text-align: left !important;
  position: relative;
  font-size: 18px;
  margin: 0 auto;
  color: #000;
  margin-bottom: 15px;
}
.CopyBtn {
  padding: 6px 10px;
  position: absolute;
  right: 3px;
  top: 8px;
  border-radius: 9px;
  transition: all 0.3s ease 0s;
  background: #65c300;
  font-size: 10px;
  padding: 6px 14px;
  color: #fff !important;
  font-weight: 600;
}
.CopyBtn:hover{
  transition: 0.3s;
  box-shadow: 0px 3px 4px 2px #8888888a;
  cursor: pointer;
  color: rgb(243, 243, 243) !important;
}
.visibleCopyBtn {
  padding: 6px 10px;
  position: absolute;
  right: 3px;
  top: 5px;
  border-radius: 9px;
  transition: all 0.3s ease 0s;
  background: #65c300;
  font-size: 14px;
  padding: 7px 9px;
  color: #fff !important;
}
.visibleCopyBtn:hover{
  transition: 0.3s;
  box-shadow: 0px 3px 4px 2px #8888888a;
  cursor: pointer;
  color: rgb(243, 243, 243) !important;
}

.CopyBtn02 {
  padding: 6px 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease 0s;
  background: #000000;
  font-size: 14px;
  padding: 14px 14px;
  color: #fff !important;
}
.CopyBtn02:hover{
  transition: 0.3s;
  box-shadow: 0px 3px 4px 2px #8888888a;
  cursor: pointer;
  color: rgb(243, 243, 243) !important;
}

.ShopBtn{
  font-size: 15px;
  border-bottom: 1px solid #65c300;
  padding: 6px;
  background-color: #fff;
  color: #65c300 !important;
  transition: all 0.3s ease 0s;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.ShopBtn i{
  font-size: 18px;
  position: relative;
  top: 3px;
  left: 5px;
}


.ShopBtn:hover {
  background-color: #000;
  color: #fff !important;
}

.CouponBtnRow{
  display: block;
  text-align: center;
}

.nav-item ul{
  display: flex;
}

.nav-item ul li a{
  color: #000;
  padding-right: 5px;
}

.nav-item .customicon{
  padding-right: 5px;
}


#TopBtn {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 100%;
}

#TopBtn:hover {
  background: linear-gradient(to right, #f70039,#fd2500,);
}

.img-thumbnail {
 border: none !important;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #000;
  color: #fff ;
  text-align: left;
  border-radius: 60px 0 0 60px;
  padding: 16px;
  position: fixed;
  z-index: 10000;
  right: 0;
  top: 30px;
  font-size: 17px;
  transition: all 0.3s ease 0s;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
  transition: all 0.3s ease 0s;
}
#snackbar i {
  font-size: 24px;
  padding: 0 10px;
}

.row.customRow {
  border-radius: 10px;
  margin:16px 0 16px 0;
}




.carousel-wrap {
  margin: 75px auto 16px auto;
  /* padding: 0 5%; */
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  z-index: 100;
  -webkit-backface-visibility: hidden;
  background: #fff;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
}

.owl-carousel .item img{
  width: 160px;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 5px;
}

.customfooter-list{
  display: flex;
  align-items: normal;
  margin-top: 15px;
}

.address{
  font-size: 14px;
  padding-left: 12px;
  line-height: 20px;
}


.footer-list li {
  display: block;
  padding: 6px;
}
.footer-list a {
color: #fff !important;
}
.footer-list a:hover {
text-decoration: underline !important;
}

.copyright {
  padding-bottom: 0px !important;
}

.footer-list {
  text-align: left;
  margin-bottom: 40px;
}



.storeshowcode {
  max-width: 190px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  top: 0;
}
.store-coupon-code {
  border-radius: 8px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  font-size: 18px;
  padding-right: 20px;
  font-weight: 600;
  height: auto !important;
  line-height: 38px;
  text-align: right;
  color: #121212;
  padding-right: 15px;
  background-color: #f3f6f9;
  border: 1px solid #000 !important;
}

.showcode {
  max-width: 190px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  top: 0;
}
.coupon-code {
  border-radius: 8px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  font-size: 18px;
  padding-right: 20px;
  font-weight: 600;
  height: auto !important;
  line-height: 38px;
  text-align: right;
  color: #121212;
  padding-right: 15px;
  background-color: #f3f6f9;
  border: 1px solid #000 !important;
}
.show-code, .color2 {
  background-color: #00bcd4 !important;
  border-color: #00bcd4 !important;
  color: #ffffff !important;
}

.store-show-code02 {
  color: #fff !important;
  font-size: 18px;
  height: 40px;
  line-height: 39px;
  padding: 0 20px 0 20px;
  position: absolute;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  border-radius: 8px;
  width: 80%;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #000 !important;
  border: 1px solid #000 !important;
}

.store-show-code02:hover {
  width: 75%;
}
.store-show-code02 img {
  width: 34px;
  position: absolute;
  transform: rotate( 50deg);
  top: 5px;
  right: -17px;
}

.show-code02 {
  color: #fff !important;
  font-size: 18px;
  height: 40px;
  line-height: 39px;
  padding: 0 20px 0 20px;
  position: absolute;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  border-radius: 8px;
  width: 80%;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #65c300 !important;
  border: 1px solid #000 !important;
}

.show-code02:hover {
  width: 75%;
}
.show-code02 img {
  width: 38px;
  position: absolute;
  transform: rotate(
50deg);
  top: 5px;
  right: -19px;
}

.show-code {
  color: #fff !important;
  font-size: 18px;
  height: 40px;
  line-height: 39px;
  padding: 0 20px 0 20px;
  position: absolute;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  border-radius: 8px 0 0 8px;
  width: 80%;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #65c300 !important;
  border: 1px solid #000 !important;
}

.show-code:hover {
  width: 75%;
}
.show-code img {
  width: 34px;
  position: absolute;
  transform: rotate( 50deg);
  top: 4px;
  right: -18px;
}




.thumbBtn{
  margin-top: 55px;
  }

.thumbBtn i{
  font-size: 19px;
  padding: 6px;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #adabab;
  cursor: pointer;
}

.thumbBtnLike{
  color: #28a745 !important;
  -webkit-text-stroke-width: 0px !important;
}
.thumbBtnDislike{
  color: #dc3545 !important;
  -webkit-text-stroke-width: 0px !important;
}


h1.customHeading {
  font-size: 24px;
  margin: 10px 0;
  color: #000;
}

.CopyCodeBox h1 {
  text-align: left;
  font-size: 22px;
  margin-bottom: 20px;
}

.CopyCodeBox p {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.CopyCodeBox span{
  color: #007bff;
}

.modal-body {
  position: relative;
  padding: 45px 15px !important;
}

button.close {
  position: absolute;
  top: 10px;
  right: 18px;
}

a:focus {
  color: #cf6901 !important;
  text-decoration: none;
  outline: none !important;
}

#mask {
  position: relative;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url('https://github.com/gokercebeci/flipclock/raw/master/css/mask.png'); */
  z-index: 2;
}

.clearfix {
  clear: both;
}
#page {
  margin: 0 auto;
  width: 100%;
}
#container {
  opacity: .9;
}
#usage li {
  position: relative;
  margin: 5px 0;
  padding: 10px;
  color: #222;
  background: #fff;
}
#usage code {
  position: absolute;
  top:0;
  right:0;
  padding: 10px;
  color: #eee;
  border: 1px solid #333;
  background: #000;
}

/*
* flipclock
* Version: 1.0.0 
* Authors: @gokercebeci
* Licensed under the MIT license
* Demo: http://
*/

/*==============================================================================
  FLIP CLOCK
==============================================================================*/
.flipclock {
}
.flipclock hr {
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  height: 3px;
  border: 0;
  background: #000;
  z-index: 10;
  opacity: 0;
}
ul.flip {
  position: relative;
  float: left;
  margin: 10px;
  padding: 0;
  width: 130px;
  height: 120px;
  font-size: 75px;
  font-weight: bold;
  line-height: 122px;
}

ul.flip li {
  float: left;
  margin: 0;
  padding: 0;
  width: 49%;
  height: 100%;
  -webkit-perspective: 200px;
  list-style: none;
}

ul.flip li.d1 {
  float: right;
}

ul.flip li section {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

ul.flip li section:first-child {
  z-index: 2;
}

ul.flip li div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 49%;
  overflow: hidden;
}

ul.flip li div .shadow {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

ul.flip li div.up {
  -webkit-transform-origin: 50% 100%;
  top: 0;
}

ul.flip li div.down {
  -webkit-transform-origin: 50% 0%;
  bottom: 0;
}

ul.flip li div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #fff;
  text-shadow: none;
  text-align: center;
  background-color: #161616;
  border-radius: 6px;
}

ul.flip li div.up div.inn {
  top: 0;

}

ul.flip li div.down div.inn {
  bottom: 0;
}

/*--------------------------------------
PLAY
--------------------------------------*/

body.play ul section.ready {
  z-index: 3;
}

body.play ul section.active {
  -webkit-animation: index .5s .5s linear both;
  z-index: 2;
}

@-webkit-keyframes index {
  0% {
      z-index: 2;
  }
  5% {
      z-index: 4;
  }
  100% {
      z-index: 4;
  }
}

body.play ul section.active .down {
  z-index: 2;
  -webkit-animation: flipdown .5s .5s linear both;
}

@-webkit-keyframes flipdown {
  0% {
      -webkit-transform: rotateX(90deg);
  }  
  80% {
      -webkit-transform: rotateX(5deg);
  } 
  90% {
      -webkit-transform: rotateX(15deg);
  }
  100% {
      -webkit-transform: rotateX(0deg);
  }
}

body.play ul section.ready .up {
  z-index: 2;
  -webkit-animation: flipup .5s linear both;
}

@-webkit-keyframes flipup {
  0% {
      -webkit-transform: rotateX(0deg);
  }  
  90% {
      -webkit-transform: rotateX(0deg);
  }
  100% {
      -webkit-transform: rotateX(-90deg);
  }
}

/*--------------------------------------
SHADOW
--------------------------------------*/

body.play ul section.ready .up .shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
  -webkit-animation: show .5s linear both;
}

body.play ul section.active .up .shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
  -webkit-animation: hide .5s .3s linear both;
}

/*DOWN*/

body.play ul section.ready .down .shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
  background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
  -webkit-animation: show .5s linear both;
}

body.play ul section.active .down .shadow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
  background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
  -webkit-animation: hide .5s .3s linear both;
}

@-webkit-keyframes show {
  0% {
      opacity: 0;
  }
  90% {
      opacity: .10;
  }
  100% {
      opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
      opacity: 1;
  }  
  80% {
      opacity: .20;
  }
  100% {
      opacity: 0;
  }
}

ul.flip.year{
  display: none !important;
  }
  ul.flip.month{
  display: none !important;
  }

  .GiftAboutSection{
    /* background-image: radial-gradient(circle, #404040, #28282a, #28282a); */
    background-image: url(../images/gift-images/aboutbg.png);
    background-repeat: no-repeat;
    background-size: cover;
margin-bottom: 45px;
    padding:25px 35px 0px 35px;
    height: 320px;
  }

  
  .HeadingSection{
    background-image: url(../images/gift-images/headingbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 45px;
    padding: 25px 35px 0px 35px;
    height: 160px;
  }

  .HeadingSection h1 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-top: 23px;
      }
      .GiftAboutSection h1 span{
    color: #65c300;
      }
      .GiftAboutSection h1{
      color: #fff;
      font-weight: 700;
      font-size: 26px;
        }
        .GiftAboutSection p{
          color: #fff;
          font-weight: 500;
          font-size: 14px;
          line-height: 24px;
          text-align: justify;
          }
          .GiftAboutSection img{
            position: absolute;
            bottom: -25px;
          }

          .card{
            border: 1px solid #dadada !important;
            border-radius: 13px !important;
            background: #fff;
          }
         

    .sub-title {
      font-variant-caps: all-petite-caps;
      font-size: 22px;
      color: #007bff;
      font-weight: 600;
      margin-top: 0;
  }

.customCardHeading02 {
    font-size: 18px;
    font-weight: 600;
    color: #004b3e;
    min-height:80px;
}

.greenBG{
  background: #e6fbeb !important;
}

.customSection{
  border-left: 6px solid #CD0001;
  font-size: 16px;
  font-weight: 500 ;
  height: 120px;
  padding-left: 20px;
  margin: 15px 44px;
}

@media (max-width: 767px) {
  .customSection{
    margin: 20px 0px;
  }

  .customSection h2{
    font-size: 22px;
  }
}
/* Custom Boxes Section */
.customSectionHeading {
  font-size: 24px;
  color: #000; 
}

.customSectionHeading2{
  font-size: 36px;
  font-weight: bold;
  color: #000066; 
}

.boxes-section{
  display: flex;
  margin: 0px 38px;
}

@media (max-width: 767px) {
  .boxes-section{
    width: 100%;
    margin: 10px auto;
  }

  .customSectionHeading2{
    font-size: 26px;
    padding: 0px 5px;
  }
}
.red-boxes{
  background-color: #CD0001;
  height: 110px;
  width: 120px; 
  border-radius: 20px;
  text-align: center;
  padding: 40px 5px;
  margin: 15px 3px;
}
/* Custom Boxes Section  End*/

/* custom-services Section */
.custom-services{
  background-color: #000066;
  width: 265px;
  height: 200px;
  font-weight: bold;
  padding: 65px 55px;
  text-align: center;
}

.custom-white{
  background-color: #FFFFFF;
  width: 265px;
  height: 200px;
  font-weight: bold;
  padding: 61px 55px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0 0 0 / 16%);
}

.row .custom-services p{
  font-size: 22px;
}
.row .custom-white p{
  font-size: 18px;
}

@media (max-width: 767px) {
  
  .custom-services{
    width: 160px;
    height: 120px;
    padding: 40px 38px;
    margin: 0;
  }

   .row .custom-services p{
    font-size: 12px;
  }

  .custom-white{
    width: 160px;
    height: 120px;
    padding: 20px 5px;
    margin: 0;
  }

  .row .custom-white p{
    font-size: 12px;
  }

  .custombusinessimage{
    display: none;
  }

  .custom-quotes{
    display: none;
  }
}


.custom-white:hover{
  border: 2px solid #CD0001;
}
/* custom-services Section End*/

.digital-services{
  text-align: center; 
  font-weight: 500;
}

.sliders{
  background-color: #FFFFFF;
  padding: 80px 15px;
  box-shadow: 0px 30px 60px rgb(13 23 116 / 12%);
  border-radius: 20px;
  width: 350px;
  height: 360px;
  margin: 30px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .sliders{
    background-color: #FFFFFF;
    padding: 80px 15px;
    box-shadow: 0px 30px 60px rgb(13 23 116 / 12%);
    border-radius: 20px;
    width: 300px;
    height: 400px;
    margin: 30px auto;
    text-align: center;
  }
}


/* Testimonials */
.aboutcustomtestimonials{
  font-size: 16px;
  font-weight: 500 ;
  height: 120px;
  margin: 100px 0px 0px 45px;
}

.avatar{
  display: flex;
  line-height: 10px;
  padding-top: 20px;
  margin: 0px 44px;
}

.right{
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
}


.partners{
  background-color: #FFFFFF;
  border-radius: 20px;
  width: 150px;
  height: 150px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0 0 0 / 16%);
  padding: 42px 0px 40px 0px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .partners{
    width: 150px;
    height: 150px;
    margin: 0px 10px;
  } 
  .partners img{
    width: 120px;
  }
}

.partners .thebodyshop{
  position: relative;
  bottom: 30px;
}


/* Testimonials End*/


.custommerchantHeading {
  font-size: 22px;
  margin: 30px 0 0px 0;
  color: #000;
  line-height: 30px;
}
.customSectionHeading02 {
  font-size: 28px;
  margin: 30px 0 0px 0;
  font-weight: 600;
  color: #000;
}

.customCardRow{
  position: relative;
}

.customViewBtn {
  font-size: 16px;
  right: 0px;
  color: #000;
  font-weight: 500;
  position: absolute;
  top: 8px;
}
.customViewBtn i{
  padding-right: 10px;
}
.customViewBtn:hover {
  color: #65c300    ;
}


#news-slider{
    margin-bottom: 80px;
}
.post-slide{
    background: none;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
    /* display: none; */
}
.owl-controls .owl-buttons .owl-prev{
    background: none !important;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    left: -50px;
    top: 15px;
}
.owl-controls .owl-buttons .owl-next{
    background: none !important;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    right: -50px;
    top: 15px;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:50px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

.storeslogos{
  margin: 10px;
  box-shadow: 1px 1px 9px 3px rgb(209 206 206 / 61%);
  border-radius: 8px;
  padding: 18px;
}

.storeslogos img{
  width: 100%;
}
.categorylogos{
  margin: 10px;
  width: 190px;
  /* box-shadow: 1px 1px 9px 3px rgb(209 206 206 / 61%); */
  box-shadow: 1px 1px 9px 7px rgb(209 206 206 / 41%);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  transition: 0.3s;
}
.categorylogos:hover{
  box-shadow: 1px 1px 9px 3px #d1cece;
  background: #f4f4f4;
}

.categorylogos img{
  width: 100%;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 14px 0 0 0;
}


#staycation-deals .owl-controls .owl-buttons .owl-prev{
  top: 120px !important;
  }
  #staycation-deals .owl-controls .owl-buttons .owl-next{
    top: 120px !important;
    }
  

#top-deals .owl-controls .owl-buttons .owl-prev{
  top: 120px !important;
  }
  #top-deals .owl-controls .owl-buttons .owl-next{
    top: 120px !important;
    }

    #flowers-deals .owl-controls .owl-buttons .owl-prev{
      top: 120px !important;
      }
      #flowers-deals .owl-controls .owl-buttons .owl-next{
        top: 120px !important;
        }
  
        #category-logo .owl-controls .owl-buttons .owl-prev{
          top: 60px !important;
          }
          #category-logo .owl-controls .owl-buttons .owl-next{
            top: 60px !important;
            }
            #stores-logo .owl-controls .owl-buttons .owl-prev{
              top: 60px !important;
              left: -80px !important;
              }
              #stores-logo .owl-controls .owl-buttons .owl-next{
                top: 60px !important;
                right: -80px !important;
                }
                #popular-deals .owl-controls .owl-buttons .owl-prev{
                  top: 80px !important;
                  }
                  #popular-deals .owl-controls .owl-buttons .owl-next{
                    top: 80px !important;
                    }
                    #electronic-deals .owl-controls .owl-buttons .owl-prev{
                      top: 180px !important;
                      }
                      #electronic-deals .owl-controls .owl-buttons .owl-next{
                        top: 180px !important;
                        }

                    

            #stores-logo .owl-pagination{
              display: none;
            }
            #category-logo .owl-pagination{
              display: none;
            }

#main-slider .owl-pagination{
  position: relative;
  bottom: 31px;
  margin: 0 auto;
}
#main-slider .owl-controls .owl-buttons{
display: none;
}

#main-slider .owl-controls.clickable{
height: 0px !important;
margin-top: 0 !important;
text-align: center !important;
}
.blackfriday-title {
  background: #65c300;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 6px;
  position: relative;
  bottom: 2px;
  font-variant-caps: all-small-caps;
  padding-bottom: 8px;
}

.customCardHeading01 {
  font-size: 15px;
  color: #333;
  min-height: 65px;
  text-align: center;
  line-height: 26px;
  padding: 10px;
  font-family: Montserrat;
  border-top: 1px solid #dadada !important;
  margin: 0;
  min-height: 100px;
}
.aboutSection p {
  font-size: 14px;
  color: rgb(40, 39, 39);
}

#more {display: none;}


.aboutSection {
  margin: 10px 0px 25px 0px;
}

/* ////////////////////Hamburger Menu ///////////////*/

.hamburger{
  position: relative;
  display: block;
  width: 38px;
  cursor: pointer;
  appearance: none;
  background: none;
  outline: none;
  border: none;
  margin-left: 150px;
}

.hamburger .bar, .hamburger::after, .hamburger::before{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #00A0DB;
  margin: 4px 0px;
  transition: 0.4s;
}

.hamburger.is-active::before {
transform: rotate(-45deg) translate(-10px, 6px);
}

.hamburger.is-active::after {
  transform: rotate(45deg) translate(-7px, -3px);
}

.hamburger.is-active .bar{
  opacity: 0;
}

.row .nav li a:hover{
  color: #00A0DB;
}

/* Mobile View Responsive */
@media (max-width: 767px) {
  
  .logo{
    z-index: 100;
  }
  .mobile-nav{
    position: absolute;
    top: 0;
    right: 100%;
    width: 60%;
    min-height: 100vh;
    display: block;
    z-index: 98;
    background-color: #212529;
    font-weight:400;
    border-top-right-radius: 20px;
    padding-top: 120px;
    transition: 0.4s;
  }
  
  .mobile-nav.is-active{
    left: 0;
  }
  
  .mobile-nav a{
    color: #FFFFFF;
    display: block;
    text-align: right;
    margin-bottom: 16px;
    padding: 5px 30px;
    text-decoration: none;
  }

  .nav li a{
    visibility: hidden;
    padding: 10px;
  }


  .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;
    margin-left: 15px;
  }




  ul.flip {
    position: relative;
    float: left;
    margin: 10px;
    padding: 0;
    width: 77px;
    height: 75px;
    font-size: 26px;
    font-weight: bold;
    line-height: 75px;
  }

  .CounterLabel{
    left: 14px;
  }

  .CounterLabel li{
    font-size: 10px;
    padding-right: 63px !important;
}

.CounterEffect{
  display: none;
}

.CounterText{
  text-align: center;
  padding-left: 0px !important;
}

}

/* For Desktop hamburder hide*/
@media (min-width: 768px) {
  .mobile-nav, .hamburger{
    display: none;
  }

}

@media (max-width: 1920px) {

  .disablemMob{
    display: none !important;
  }

}

@media (max-width: 457px) {
  ul.flip {
    position: relative;
    float: left;
    margin: 4px;
    padding: 0;
    width: 50px;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
  }


  .CounterText h3{
    font-family: 'counterFont02';
    font-size: 22px;
    color: #fff;
    position: relative;
    top: 22px;
    right: 82px;
    margin: 0;
  }
  .CounterText h2{
    font-size: 32px;
  }
  
  .CounterText h1{
    font-size: 32px;
    }  
      .CounterText h1 span{
      font-size: 32px;
      }
      .CounterLabel li{
        font-size: 10px;
        padding-right: 18px !important;
    }
.CounterNumber{left: 20px;}

.row.customRow{
  box-shadow: none !important;
}

.aboutSection .col-md-5{
  text-align: center;
}

.aboutSection img {
  float: inherit;
}

}


.sidenav .nav{
  position: relative;
  top: 20px;
}
.sidenav .dropdown{
width: 100%;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right:0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}


}


.row.customRow.banner{
  box-shadow: none !important;
  margin-top: -60px;
}


.bflabel{
  color: #65c300;
  line-height: 50px;
  font-variant-caps: all-petite-caps;
  font-size: 24px;
  }


  .dropdown-menu>li>a{
    font-size: 16px !important;
    padding: 0px 20px 0 10px !important;
  }
  .dropdown-menu .divider{
    margin:3px 0 !important;
  }

  .aboutSection a{
    font-weight: 600;
  }
  .ccbroder{
    border-left: 2px dashed #000;
    position: relative;
    right: 25px;
  }

  .displayCode{
    width: 100% !important;
    font-weight: 600;
  }
  .popupcode{
    text-align: center !important;
  }


  ul.breadcrumb {
    padding: 5px 16px;
    list-style: none;
    background: none;
    margin: 25px 0 20px 0;
  }
  ul.breadcrumb li {
    display: inline;
    font-size: 14px;
  }


  .sliderViewBtn{
    height: 340px;
    background-image: url(../images/viewbtnbg.png);
  }

  .sliderViewBtnBox {
    text-align: center;
    color: #fff;
    background: #000;
    width: 200px;
    height: 140px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    top: 100px;
    padding: 33px 0;
    transition: 0.5s;
}
.sliderViewBtnBox a{
  color: #fff;
  transition: 0.5s;
}
.sliderViewBtnBox a:hover{
  color: #ff8f9e;
  transition: 0.5s;
}
.sliderViewBtnBox a:focus{
  color: #b59f05;
}

.card.mb-4 {
  margin: 20px 0;
}

.freeGiftTag {
  position: absolute;
  left: 50px;
  bottom: 200px;
  width: 145px;
}

.freeGiftPopup{
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
}
.freeGiftPopup img{
  width: 175px;
}
.fgolabel{
  color: #ffffff;
  font-variant-caps: all-petite-caps;
  font-size: 24px;
  background: #000;
  padding: 0 15px 6px 15px;
  border-radius: 46px;
  }


  @media (max-width: 512px) {

    .owl-controls .owl-buttons .owl-prev{
      left: 6px !important;
      background: #fff !important;
    }

    .owl-controls .owl-buttons .owl-next{
      right: 6px !important;
      background: #fff !important;
    }

.post-slide{
  margin: 20px 60px;
}

.storeslogos{
  width: 74px;
}

#stores-logo {
  padding: 20px 70px;
}

div#stores-logo {
  padding: 20px 70px;
}

.col-md-7 {
  padding-right: 15px !important;
}

.customCardRow .col-md-3{
  margin: 20px 40px;
}

div#mask {
  left: 10px;
}


  }


  .traveltextlap {
    position: absolute;
    top: 0px;
}
.traveltextlap h1 {
  font-variant-caps: all-petite-caps;
  color: #fff;
  font-weight: 600;
  padding: 0 20px;
  font-size: 40px;
  line-height: 36px;
  margin-top: 10px;
}
.traveltextlap b {
  font-size: 22px;
  background: #ffea00;
  padding: 1px 10px 1px 20px;
  border-radius: 0 10px 10px 0;
}
.traveltextlap span {
  font-family: 'counterFont02';
  color: #ffea00;
  font-weight: 600;
  font-size: 18px;
  display: block;
  text-align: right;
  width: 150px;
  padding-top: 7px;

}

.popupDes {
  text-align: center;
}

  .popupDes h2 {
    text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.popupDes p {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
}

.popupDes img{
width: 30px;
}

@media (max-width: 1200px) {
  .header-area.header-sticky .nav li a{
    font-size: 17px;
  }
  .show-code{
    font-size: 12px;
  }

  .CopyBtn {
    font-size: 13px;
    padding: 13px 14px;
  }
  .GiftAboutSection h1 {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
}
.GiftAboutSection p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-align: justify;
}

.mobilescroll{
  overflow-x: scroll;
  white-space: nowrap;
}
}

@media (max-width: 1920px) {
.GiftAboutSection img{
  display: none;
}

.GiftAboutSection {
  padding: 25px 35px;
  height: auto;
}

}


.GiftlogosBox img{
  width: 200px;
}

.GiftText h3{
  font-size: 18px;
  line-height: normal;
   margin-top: 40px;
}

.GiftlogosBox {
  border-right: 1px solid #ddd;
  height: 144px;
}


.row.GiftCustomRow {
  box-shadow: 0px 4px 6px 1px rgb(239 239 239 / 59%);
  background: #fff;
  padding: 0px 10px !important;
  margin: 15px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.termsSection{
  margin-top: 40px;
}

.termsSection h1{
  font-weight: 800;
  font-size: 32px;
}
.termsSection h3{
  font-weight: 700;
  font-size: 22px;
}

.termsSection ul li{
  list-style: url(../images/gift-images/bullets.png);
  font-size: 16px;
  padding: 12px;
}

.termsSection ul {
  margin: 30px;
}

.middlebanner img{
  width: 100%;
}




.GiftOfferBtn {
  background: #c50020 ;
  color: #fff !important;
  animation: mymove 1s infinite;
}
.header-area.header-sticky .nav li a.GiftOfferBtn {
  background: #c50020 ;
  color: #fff !important;
  animation: mymove 1s infinite;
}
@keyframes mymove {
  from {background: #ff0029;}
  to {background: #c50020;}
}
@keyframes logoeffect {
  from {color: #65c300;}
  to {color: #86c440;}
}

.header-area .main-nav i{
  animation: logoeffect 1s infinite;
  color: #65c300;
  position: absolute;
  top: 7px;
  left: 108px;
  font-size: 15px;
}

.customSubHeading{
  font-size: 18px;
    margin: 30px 0 20px 0;
    font-weight: 700;
    color: #65c300;
}

.searchbar input {
  border: none !important;
  outline: none !important;
  width: 80px;
}
.searchbar input::placeholder {color:#65c300 ;}
.searchbar i{

}

.searchbar {
  border: 2px solid #65c300;
  padding: 6px 14px;
  border-radius: 45px;
  color: #65c300;
  position: relative;
  bottom: 4px;
}

.homeicon{
  font-size: 18px;
    padding-right: 4px;
}

.dropdown-toggle::after {
  position: relative;
  top: 4px;
  font-size: 20px;
}

@media (max-width: 767px){
.customViewBtn {
  font-size: 16px;
  right: 0px;
  color: #65c300;
  font-weight: 500;
  position: absolute;
  top: -27px;
  left: 0px;
}

}

.modal-body{    
  background: url(../images/popup-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.perperson{
  text-align: center;
    margin: 0;
    font-variant-caps: all-petite-caps;
    font-weight: 800;
    font-size: 16px;
    position: relative;
    top: 9px;
}

.logo img{
  width: 170px;
}



.giveawaysteps h1{
  font-size: 24px;
  color: #242a2e;
  font-weight: 700;
  line-height: 33px;
}
.steps h1{
  font-size: 92px;
  padding: 25px;
  color: #0052af;
  margin: 0;
  text-align: center;
}
.steps h2{
  font-size: 18px;
  line-height: normal;
  margin: 0;
}
.steps{
  margin: 46px 0;
}

.customform{
  margin: 25px 0;
  border-radius: 16px;
  width: 350px;
  background: #f8f9fa;
  padding: 15px;
  box-shadow: -1px 6px 7px 3px #ccc;
  float: right;
}

.customform h4{
  font-size: 24px;
    font-weight: 600;
    color: #242a2e;
    margin: 16px 0;
}

.customform input{
    border-radius: 15px;
    height: 45px;
}

.customform button{
  background: #89c152;
    color: #fff;
    width: 100%;
    height: 45px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
}

.customform button:hover{
  background: #76ab43;
  color: #fff;
}
.customform button:focus{
  background: #76ab43;
  outline: none;
  color: #fff;
}

.uploadbtn {
  color: #5e5e5e;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  float: right;
  font-size: 30px;
  position: relative;
  bottom: 13px;
}

#file-chosen{
  margin-left: 0.3rem;
  position: relative;
  top: 5px;
}
.uploadfield {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 15px;
  height: 45px;
}


.giftoffersstores {
  padding: 25px;
  height: 400px;
}

.giftoffersstores img{
border-bottom: 2px dashed #000 !important;
padding-bottom: 25px;
}

.thankyoutext{
  color: #0052af;
  padding-bottom: 12px;
  display: block;
}






.discountbookbg {
  background: url(../images/discountbookbg.png) !important;
  color: #2a2a2a !important;
}

.discountbookbtn {
  position: fixed;
  top: 40%;
  background: #000 !important;
  color: #fff !important;
  right: -97px;
  transform: rotate(270deg);
  z-index: 1000;
  border-radius: 10px 10px 0 0;
}

/* ///////////// Header second menu /////////////////// */
.customsearchbar {
  border-radius: 10px;
  position: relative;
  left: 20px;
  bottom: 7px;
  margin: 0px 9px;
}


.customsearchbar input {
  background-color: #F1F1F1;
  border: none;
  height: 30px;
  padding: 12px;
  font-size: 9px;
  outline: none;
  border-radius: 8px;
  width: 368px;
}

.customsearchbar input::placeholder {
  color: #494949;
  font-size: 9px;
}

.customsearchbar button {
  font-size: 16px;
  background-color: #FDE24E;
  position: relative;
  bottom: -1px;
  padding: 3px 8px;
  right: 35px;
  outline: none !important;
  box-shadow: none !important;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}


.signin .child-sign{
  position: relative;
  top: -5px;
  margin: 0px 2px 0px 0px;
}

svg.child-logout {
  position: relative;
  top: -5px;
}


.customsearchbar i{
  color: #494949;
}

.customstoresLogos{
  position: relative;
}
.customcategoryLogos{
  position: relative;
}

.cardimg{
  border-radius: 0px;
  border-top: 1px solid #dadada !important;
}

.cardstorelogo {    
  width: 100px;
  max-height: 50px;
  padding: 0 0 1.25rem 0;
}

.bookbanner {
margin: 10px;
}
  .bookbanner img{
  width: 100%;
  border-radius: 14px;
}
.footerlogopara {
  font-size: 14px;
  margin-top: 25px;
}

.socialheading{
  margin: 10px 0;
  font-size: 18px;
}

@media (max-width:767px) {
  #custom-margin{
    margin-top: 50px;
  }
  
}

.customborder {
  border: 2px solid #d2d2d2;
  border-radius: 14px;
}

.storeinfo-image img {
  width: 190px;
  margin-bottom: 15px;
}

.storerating {
  margin-bottom: 36px;
  position: relative;
}

.rate {
  position: absolute;
  height: 46px;
  padding: 0;
  top: -7px;
  left: 69px;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:20px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★';
}
.rate > input:checked ~ label {
  color: #65c300;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #65c300;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #65c300;
}


.storeratinglabel {
  font-size: 14px;
  margin: 0 0 10px 0;
}

.storeinfo-topsection {
  padding: 18px;
}

.storeinfo-image a{
  color: #454545;
  padding-right: 12px;
  font-size: 14px;
  display: block;
}

.storeinfo-text h1 {
  font-size: 18px;
  font-weight: 600;
}
.storeinfo-text p {
  font-size: 14px;
}

.store-about {
  padding: 22px 18px;
  margin: 16px 0;
  text-align: center;
}

.store-about h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 6px 0 10px 0;
}
.store-about p {
  font-size: 14px;
}
.store-about button {
  font-size: 14px;
  background: #000;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 31px;
}

.store-feature{
  padding: 22px 18px;
  margin: 16px 0;
}

.store-feature h2{
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-align: center;
}

.store-similar{
  padding: 22px 18px;
  margin: 16px 0;
}

.store-similar h2{
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-align: center;
}

.store-similar img {
  width: 100%;
  margin: 10px 0;
}

.store-feature img {
  width: 100%;
  margin: 10px 0;
}

.store-subscribe{
  padding-top: 10px;
  margin: 16px 0;
}

.store-subscribe h2{
  font-size: 16px;
  font-weight: 600;
  margin: 6px 0 10px 0;
  padding: 0 16px;
}
.store-subscribe h3 {
  font-size: 16px;
  margin: 0px 0 10px 0;
  background: #65c300;
  color: #fff;
  padding: 7px 16px;
}
.store-subscribe i {
  font-size: 20px;
  padding-right: 10px;
  position: relative;
  top: 2px;
}

.store-subscribe ol {
  padding-left: 32px;
  font-size: 12px;
  padding-right: 16px;
  }
  .store-subscribe li {
  list-style: decimal;
  margin-bottom: 20px;
  }
.store-subscribe .customborder{
  padding: 25px 10px;
}

.store-subscribe .btn{
  background: #000;
  color: #fff;
}

.store-joinus {
  background: #959ef2;
  padding: 25px;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  margin: 16px 0;
}
.store-joinus h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 10px;
}
.store-joinus button {
  background: #fff;
  font-size: 20px;
  width: 100%;
  border-radius: 11px;
  font-weight: 600;
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 39%);
} 


.store-share{
  padding-top: 5px;
  margin: 16px 0;
}

.store-share h2 {
  font-size: 18px;
  font-weight: 600;
}

.store-share img{
  width: 40px;
  margin-right: 10px;
}

.store-sidebanner{
  padding-top: 10px;
  margin: 16px 0;
}

.store-sidebanner img{
  width: 100%;
}


.offerBox {
    color: #ffffff;
    padding: 10px;
    border-radius: 14px;
    width: auto;
    height: 88px;
    padding-top: 20px;
    background: #65c300;
}

.offerBox h1{
  font-weight: bolder;
  margin: 0px;
  font-size: 30px;
  position: relative;
  bottom: 10px;
}


.BrandText h3{
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 6px 0;
  color: #000;
}
.BrandText {
  /* border-left: 2px dashed #b3b3b3; */
  box-sizing: border-box;
  padding-left: 0px !important;
  /* margin-left: 16px; */
}
.BrandText p{
font-size: 12px !important;
color: #282727;
font-weight: 500;
}

.offershare{
  text-align: center;
  margin: 10px 0;
}
.offershare a{
  color: #454545 !important;
  font-size: 12px;
}

.offershare i{
  padding-right: 12px;
}


.storeadbanner img{
  width: 100%;
  border-radius: 14px;
}
.free-shipping{
  font-size: 19px !important;
}

.modaloffers {
  text-align: center;
  background: #f4f4f4;
  margin-bottom: 35px;
}
.modaloffers img{
  width: 150px;
  margin-top: 20px;
}

.modal-content{
  border-radius: 30px !important;
}

.modalbanner img{
  width: 100%;
  border-radius: 0 0 26px 26px;
}

button.close {
  color: #000;
  opacity: unset;
  font-size: 28px;
}

.footersocialmedia img{
  width: 22px;
  margin: 0px 2px;
}



.customsubscribebar {
  border: 2px solid #ff9f01;
  border-radius: 25px;
  width: 250px;
}


.customsubscribebar input {
  border: none;
  height: 32px;
  padding: 10px;
  outline: none;
  font-size: 12px;
  border-radius: 25px;
  background: #323135;
  width: 149px;
}

.customsubscribebar input::placeholder {
  color: #e5e5e5;
}

.customsubscribebar button {
  font-size: 12px;
  border-radius: 25px;
  background: #fff;
  padding: 7px 14px;
  position: relative;
  left: 1px;
}


.customsubscribebar i{
  color: #e5e5e5;
}
.footerdownloadapp img {
  display: inline;
  width: 125px;
}
.footerflag img {
  display: inline;
  width: 32px;
  border-radius: 6px;
  margin: 5px 2px;
}

.countryselect{
  padding: 0;
  background: #dedede;
  border: none;
  border-radius: 5px;
  width: 189px !important;
  outline: none;
  position: relative !important;
  bottom: 3px;
}

.show-on-hover:hover > ul.dropdown-menu {
  display: block;    
}

.customdropdownbtn{
  border: none !important;
}

.customsigninbtn{
  border: none !important;
}

span.bs-caret {
  display: none !important;
}

.countryselect button.btn.dropdown-toggle.btn-default{
  outline: none !important;
  font-size: 12px;
}

body{
  font-family: Montserrat !important;
}

footer p{
  font-family: Montserrat !important;
}
footer a{
  font-family: Montserrat !important;
}

.getdeal-categories {
  text-align: center;
  margin: 20px 0;
}
.getdealcategoryicon {
  display: inline-block;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  transition: 0.3s;
}
.getdealcategoryicon img{
  width: 130px;
}

.getdealcategoryicon:hover {
  box-shadow: 1px 1px 9px 3px #d1cece;
  background: #f4f4f4;
}

.getdeal-subtitle {
  background: #65c300;
  color: #fff;
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding: 18px 20px 8px 20px;
  padding-bottom: 8px;
  position: relative;
  bottom: 10px;
  z-index: 0;
}

.getdeal-offerimage{
  position: relative;
  z-index: 10;
  border-bottom: 2px solid #fff;
  border-radius: 14px;
  width: 100%;
}

.getdeal-offerrating {
  font-size: 12px;
  color: #6f6f6f;
}
.getdeal-offerrating i {
  color: #ffc107;
  font-size: 14px;
}

.padding-topzero{
  padding-top: 0px !important;
}
.padding-leftzero{
  padding-left: 0px !important;
}
.padding-rightzero{
  padding-right: 0px !important;
}
.padding-bottomzero{
  padding-bottom: 0px !important;
}

.dinnerPrice{
  font-size: 16px;
  font-weight: 500;
  color: #65c300;
  text-align: left;
}


.dinnerPrice span{
  text-decoration: line-through;
  font-size: 12px;
  color: #6a6a6a;
  padding-right: 10px;
  font-weight: 500;
}


.getdealcardHeading {
  font-size: 15px;
  color: #333;
  min-height: 65px;
  text-align: left;
  line-height: 26px;
  font-family: Montserrat;
}


.getdeal-showcode {
  max-width: 220px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  top: 0;
}


.getdeal-coupon-code {
  border-radius: 8px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  font-size: 24px;
  padding-right: 20px;
  font-weight: 600;
  height: auto !important;
  line-height: 45px;
  text-align: right;
  color: #121212;
  padding-right: 15px;
  background-color: #f3f6f9;
  border: 1px solid #cdcdcd;
}


.getdeal-showcodelabel {
  color: #fff !important;
  font-size: 15px;
  width: 100%;
  text-align: center;
  height: 47px;
  display: block;
  line-height: 45px;
  padding: 0 20px 0 20px;
  position: relative;
  border-radius: 8px;
  transition: all 0.5s ease 0s;
  background: linear-gradient(to right,#ff3601, #ffba44);
}

.getdeal-percentoff{
  font-size: 36px;
  margin: 0;
  position: relative;
}


.getdeal-percentoff span {
  font-size: 12px;
  position: absolute;
  top: 13px;
  padding-left: 6px;
}
.getdeal-percentoff b {
  font-size: 18px;
  display: block;
  line-height: 13px;
  font-weight: 500;
}

.getdealheadingcustomheight{
  min-height: 96px !important;
}

.getdeal-offerfullimage{
  width: 100%;
  height: 100%;
  border-radius: 11px 0 0 11px;
}

.getdeal-newheading {
  font-size: 16px;
}

.aboutSection h3{
  font-size: 18px;
}

.getdeal-footercategory {
  margin: 25px 0;
}
  .getdeal-footercategory a{
    background: #eaeaea;
    padding: 10px;
    border-radius: 8px;
    color: #383838;
    margin: 10px;
    width: 12%;
    display: inline-block;
    text-align: center;
    font-size: 11px;
}

.customcontactusform button{
  background: #65c300;
  border: none;
  outline: none;
  padding: 10px 24px;
  font-size: 16px;
  color: #fff;
  border-radius: 11px;
  margin: 26px 0;
}
.customcontactusform input {
  width: 100%;
  margin: 10px 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #a5a5a5;
  padding: 10px;
}
.customcontactlocation p{
  font-size: 14px;
}
.customcontactlocation i {
  font-size: 18px;
  width: 40px;
}


.faqcard{
  box-shadow: 1px 1px 9px 7px rgb(209 206 206 / 41%);
  padding: 20px;
  border-radius: 16px;
  margin: 25px 0;
}


.faqcard h1{
    font-size: 22px;
    color: #65c300;
    margin: 10px 0;
}

.faqcard p{
  font-size: 14px;
  color: #282727;
  text-align: justify;
}

.orangecolor{
  color: #65c300 !important;
}
.affiliatesection{
  text-align: center !important;
  margin: 30px 0;
}

.affiliatesection p{
  text-align: center !important;
  font-size: 16px;
}


.howitworksection{
  text-align: center !important;
}

.howitworksection p{
  text-align: center;
}

.howitworkcard {
  padding: 0 25px 0 25px !important;
  margin: 0 0 25px 0;
}
.howitworkimage {
  width: 100%;
}
.howitworkicon{
  position: absolute;
  top: 0;
  left: 18px;
  width: 40px;
}
.howitworkcard p {
  font-size: 14px;
  padding-left: 80px;
  margin: 15px 0;
}
.howitworkcardbody{
  position: relative;
}
.howitworkheading h2{
  text-align: center;
  margin: 10px 0 30px 0 !important;
}

.howitworkborder{
  border-right: 2px solid #dedede;
}

.leftdays {
  padding-top: 12px;
}

.customfilter {
  border: none;
  border-bottom: 1px solid #dedede;
  padding: 10px;
  font-size: 16px;
  font-variant: all-petite-caps;
  outline: none;
  margin: 8px 0 0px 0;
}

.customfiltericon{
  color: #707070;
  font-size: 18px !important;
  position: relative;
  top: 8px;
  padding-left: 10px;
}

.text-right{
  text-align: right;
}

.positionrelative{
  position: relative;
  transition: 3s;
}

.QuickVeiwBar{
  position: absolute;
  z-index: 10;
  background: rgb(0 0 0 / 74%);
  color: #fff;
  width: 100%;
  bottom: 3px;
  margin: 0px;
  border-radius: 0 0 14px 14px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  display: none;
  transition: 3s;
}

.QuickVeiwBar a{
  color: #fff !important;
}

.positionrelative:hover .QuickVeiwBar{
  display: block;
  transition: 3s;
}

.getdeal-modalimage img{
  width: 100%;
  border-radius: 8px;
}

.getdeal-modaldetail h1 {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.getdeal-modaldetail p {
  font-size: 12px;
}

.getdeal-button{
  color: #fff !important;
  font-size: 15px;
  width: max-content;
  text-align: center;
  height: 41px;
  display: block;
  line-height: 42px;
  padding: 0 20px 0 20px;
  position: relative;
  border-radius: 8px;
  transition: all 0.5s ease 0s;
  background: linear-gradient(to right,#ff3601, #ffba44);
}

.modalPrice{
  font-size: 16px !important;
  font-weight: 500;
  color: #383838;
  text-align: left;
}


.modalPrice span{
  text-decoration: line-through;
  font-size: 12px;
  color: #383838;
  padding-right: 10px;
  font-weight: 500;
}

.modalPrice b{
  font-weight: 600;
  font-size: 12px;
  background: #ebe7e7;
  padding: 3px 8px;
  border-radius: 6px;
  margin: 0 5px;
  position: relative;
  bottom: 2px;
}

.getdeal-modaldetail h2 {
  font-size: 14px;
  margin: 20px 0 0px 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  position: relative;
}

.modalsocialmedia{
  position: absolute;
  top: 0px;
  right: 8px;
}

.modalsocialmedia img{
  width: 20px;
}

.modalsellerprofile{
  margin: 10px 0;
}
.modalsellerprofile img {
  width: 50px;
}
.modalsellerprofile b{
  font-weight: 500;
  font-size: 10px;
  background: #ebe7e7;
  padding: 3px 8px;
  border-radius: 6px;
  margin: 0;
  position: relative;
  bottom: 2px;
}
.modalsellerprofile h3{
  font-size: 14px;
  margin: 5px 0px;
}
.modalsellerprofile a{
  font-size: 12px;
  margin: 0 8px;
}

.merchantformbox {
  box-shadow: 1px 1px 9px 3px rgb(209 206 206 / 61%);
  padding: 26px;
  border-radius: 12px;
  margin: 30px 0 30px 30px;
}

.merchantformbox h2 {
  font-size: 18px;
  margin: 0 0 25px 0;
  color: #000;
}

.merchantform input{
  border: 1px solid #dedede;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px 16px;
  border-radius: 10px;
}
.merchantformselect{
  position: relative;
}
.merchantformselect select{
  border: 1px solid #dedede;
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px 16px;
  border-radius: 10px;
  appearance: none;
}


.merchantformselect i{
  position: absolute;
  right: 13px;
  top: 11px;
  font-size: 22px;
}

.merchantform input:focus {
  outline: none;
  border: 1px solid #65c300;
}

.merchantform p{
  text-align: center;
  color: #b1b1b1;
  margin: 16px 0;
  font-size: 10px;
  font-weight: 300;
}
.merchantform{
  text-align: center;
}

.merchantform button{
  background: #65c300;
  border: none;
  outline: none;
  padding: 10px 24px;
  font-size: 16px;
  color: #fff;
  border-radius: 22px;
  margin: 0;
  width: 90%;
}

.custommerchantpara{
    font-size: 14px !important;
    color: #363535;
    text-align: left !important;
}
.merchantrow{
  text-align: center;
  margin: 20px;
}
.merchantrow h1{
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #fff;
}
.merchantrow p{
  font-size: 12px ;
  color: #fff;
  text-align:center;
}

.merchantimg {
  width: 100% !important;
  padding: 0px !important;
  border-radius: 16px;
}

.merchanttexth1 {
  text-align: left;
  padding: 0 10px;
  font-size: 16px !important;
}
.merchanttextpara {
  text-align: left !important;
  padding: 0 10px;
  height: 80px;
}

.joinusbtn{
  background: #65c300;
  border: none;
  outline: none;
  padding: 0px 18px;
  font-size: 14px;
  color: #fff;
  border-radius: 22px;
  margin: 0 8px;
  position: relative;
  bottom: 9px;
}

.joinusimage img{
  width: 100%;
  box-shadow: 1px 1px 9px 3px rgb(209 206 206 / 61%);
  margin: 10px 0;
  padding: 0px;
  border-radius: 16px;
}

.custommerchantimage {
  padding: 0px !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .custommerchantimage {
    margin-top: -150px;
  }
}

.customslider{
  background-color: #cc2727;
}

.custom-align-top{
  text-align: justify;
}

.customcardabsolute{
  position: absolute;
  bottom: 0px;
}

/* .aboutSection ol li{
  list-style: decimal;
  margin-left: 25px;
  font-size: 12px;
  padding: 8px 0;
  line-height: 18px;
} */

/* .customcardeffect{
transition: all 0.3s;
}
.customcardeffect:hover{
  box-shadow: 0px 2px 9px 2px #aea8a8;
} */




.aboutusicon {
  width: 80px !important;
  padding: 30px 23px 10px 23px !important;
  box-sizing: content-box;
}


.aboutustextpara {
  text-align: left !important;
  padding: 10px;
  height: 120px;
  color: #424242 !important;
  font-size: 14px !important;

}



.customtop{
  position: relative;
  left: 10px;
  margin-right: 11px;
  margin-bottom: 55px;
}



.cardstorelogobox{
    height: 65px;
    text-align: center;
    line-height: 80px;
}

.cashback-upto {
  font-size: 15px;
  color: #65c300;
  text-align: center;
  font-family: Montserrat;
  display: block;
}

.customcardbox{
  border: none !important;
  border-radius: 18px !important;
  box-shadow: 0px 2px 9px 2px #d5d5d5;
  background: #fff;
  padding: 10px 30px 20px 30px;
  margin: 40px 0;
}
.customcategoryiconrow {
  width: fit-content;
  border-bottom: 1px solid #dadada;
  background: #fff;
}
.customcategoryicon {
  display: inline-block;
  padding: 10px;
}
.customcategoryicon img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.customcategoryicon b{
  display: block;
  font-size: 12px;
  padding: 10px 0;
  color: #4e4e4e !important;
}

.customactiveicon{
  border-bottom: 3px solid #65c300;
}
.customcategoryicon:hover{
  border-bottom: 3px solid #dadada;
}

.card-body {
  padding: 0 1.25rem 1.25rem 1.25rem !important;
}

.square-banners img{
  width: 100%;
  margin: 10px 0;
}

.earncashback-box{
  text-align: center;
  padding-top: 16px;
}
.earncashback-box img{
  width: 120px;
}
.earncashback-box h1{
  font-size: 18px;
}
.earncashback-box p{
  font-size: 14px;
}


.bluetext{
  color: #4489f1;
}
.redtext{
  color: #eb423f;
}
.goldtext{
  color: #f49600;
}
.greentext{
  color: #508b36;
}

.upto-text {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.cashback-upto-black {
  font-size: 16px;
  color: #333;
  text-align: center;
  font-family: Montserrat;
  display: block;
}

.veiwall-storebtn {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  border: none !important;
  outline: none;
  background: #ebebeb;
  border-radius: 25px;
  transition: all 0.3s;
  margin: 10px 0;
}


.veiwall-storebtn:hover {
  background: #d6d6d6;
}


.customCardHeading03 {
  font-size: 15px;
  color: #333;
  min-height: 65px;
  text-align: center;
  line-height: 26px;
  padding: 10px;
  font-family: Montserrat;
  border-top: 1px solid #dadada !important;
  margin: 0;
  height: 50px;
}

.customcategoryiconrow02 {
  width: 100%;
  border-bottom: 1px solid #dadada;
  background: #fff;
}
.customcategoryicon02 {
  display:table-cell;
  padding: 10px;
  text-align: center;
}
.customcategoryicon02 img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.customcategoryicon02 b{
  display: block;
  font-size: 12px;
  padding: 10px 0;
  color: #4e4e4e !important;
}

.CustomSlidebox {
  margin: 16px;
}


.customSectionHeading03 {
  font-size: 22px;
  margin: 30px 0 0px 0;
  font-weight: 600;
  color: #000;
}

.customwidth200{
  width: 200px;
}

.margin-top-zero{
  margin-top: 0px;
}

.customtable td{
  border: 1px solid #000;
  padding: 5px 10px;
  font-size: 12px;
}




















.customround_dev2{
  border-radius: 20px !important;
}

.customimg_dev2, svg {
  vertical-align: middle;
  height: 50%;
}

.custommain_dev2{
  width: 550px;
  height: 580px;
  border-radius: 16px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.5);
  margin-top: 20px;
  margin-left: 40px;
  padding: 40px !important;
  line-height: 20px;
}


.customheading_dev2{
  font-size: 18px;
}

.custom2_dev2{
  width: 396px;
  height: 580px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.5);
  margin-top: 20px;
  margin-left: 40px;
  padding: 40px !important;
  line-height: 12px;
}

.custombtnsearch_dev2{
background-color: #89c152;
color: white;
border-radius: 10px;
width: 100%;
font-size: 12px;
}

.custombtnwhite_dev2{
width: 75%;
box-shadow: 0px 0px 10px rgba(0,0,0,.5);
border-radius: 0px;
position: relative;
left: 35px;
bottom: 22px

}

.customecheck_dev2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customecheck_dev2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 11px;
  width: 11px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.customecheck_dev2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customecheck_dev2 input:checked ~ .checkmark {
  background-color: #313131;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customecheck_dev2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customecheck_dev2 .checkmark:after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.customtext_dev2{
font-size: 12px;
}

.customtextsm_dev2{
font-size: 12px;
position: relative;
right: 12px;
bottom: 1px;
}
.customcolp_dev2 {
margin-top: 0;
margin-bottom: 5px;
}

.customalign_dev2{
position: relative;
left: 8px;
}

.customtop_dev2{
line-height: 16px;
}

.customcontrol_dev2 {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 8px 15px;
font-size: .875rem;
border-radius: 10px;
margin-top: 10px;
}

.chromebtn {
  position: fixed;
  bottom: 45%;
  right: 0px;
  width: 65px;
  cursor: pointer;
  z-index: 1000;
}

#chromepopup {
  position: fixed;
  bottom: 38%;
  right: 0px;
  width: 0px;
  z-index: 1000;
  transition: width 0.2s;
  height: 181px;
}

#closechrome{
  position: fixed;
  bottom: 59%;
  right: 0px;
  z-index: 1000;
  font-size: 32px;
  width: 0;
  color: #000 !important;
  padding: 0;
}




/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  background-color: #cc3939;
  /* background-color: #FFFFFF; */
  padding: 40px 70px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.5);
  border-radius: 20px;
  width: 455px;
  height: 355px;
  margin: 10px auto;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev{
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}