/* =============== Common css start ====================== */

:root {
  --blue: #1e90ff;
  --white: #ffffff;
  --skyblue: #f7f9fd;
  --red: #f0142f;
  --pragcolor: #686b78;
  --headingcolor: #21175b;
  --btnbgcolor: #3366d8;
  --fontreqular: Poppins-Regular;
}

/* Fonts */
@font-face {
  font-family: "Poppins", sans-serif;
  src: url(Fonts/Poppins-Regular.otf);
}(max-width: 575px)
@font-face {
  font-family: Poppins-Medium;
  src: url(Fonts/Poppins-Medium.otf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(Fonts/Poppins-Bold.otf);
}
@font-face {
  font-family: Poppins-Light;
  src: url(Fonts/Poppins-Light.otf);
}

/* Base Styles */
html,
body {
  height: 100vh;
  margin: 0;
  width: 100%;
  font-family: "Poppins", sans-serif;
}
a {
  color: #3366d8;
}
.submitbtn {
  background: #3366d8 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  line-height: 30px;
}
.title1 {
  font-size: 30px;
  color: #403f51;
  font-weight: 600;
  line-height: 21px;
}
.title2 {
  font-size: 24px;
  color: #403f51;
  font-weight: 600;
  line-height: 30px;
}

.inputbox {
  font-size: 16px;
  color: #403f51;
  font-weight: normal;
  height: 52px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  border: 1px solid #d8dbea;
  border-radius: 6px;
  opacity: 1;
}
.content {
  font-size: 14px;
  color: #6f7581;
  font-weight: normal;
  margin-bottom: 16px;
}
.error {
  color: red;
}
form .error {
  color: #ff0000;
}
input.error {
  border: 1px solid #ff0000;
}
textarea.error {
  border: 1px solid #ff0000;
}
select.error {
  border: 1px solid #ff0000 !important;
}

/* =============== Common css end ====================== */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}*/

a {
  text-decoration: none;
  color: #5a5af3;
}

a:hover {
  color: #2a2af0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5a5af3;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #8080f6;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 12px 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
}

#header.header-scrolled,
#header.header-inner-pages {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo a {
  color: #5a5af3;
}

#header .logo img {
  max-height: 52px;
}
.login {
  background: transparent linear-gradient(260deg, #4d268c 0%, #21175b 100%) 0%
    0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  padding: 8px 32px 8px 32px;
  margin-right: -75px;
}
.login a {
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 16px;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
}

.register {
  border-radius: 25px;
  opacity: 1;
  padding: 8px 32px 8px 32px;
  margin-left: -75px;
  border: 1px solid #21175b;
}
.register a {
  letter-spacing: 0px;
  color: #4d268c;
  opacity: 1;
  font-size: 16px;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 10px 16px;
  white-space: nowrap;
  transition: 0.3s;
  text-align: left;
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  letter-spacing: 0px;
  color: #274fbe;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 6px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #5a5af3;
  border: 2px solid #5a5af3;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #7272f5;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #5a5af3;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #434175;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(48, 47, 84, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #434175;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #5a5af3;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #5a5af3;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 100vh;*/
  background: white;
  border-bottom: 2px solid white;
  background: transparent linear-gradient(260deg, #4d268c 0%, #21175b 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

#hero .container {
  padding-top: 4%;
  padding-bottom: 0%;
}

#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
  color: #f8ae16;
  font-family: "Poppins", sans-serif;
}
#hero span {
  color: #ffffff;
}
#hero p {
  color: #ffffff;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  /*font-size: 16px;*/
  /*font-weight: 400;*/
  padding-top: 30px;
}
#hero h2 {
  margin: 10px 0 0 0;
  /*font-size: 20px;*/
}

#hero ul {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

#hero ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

#hero ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #5a5af3;
}

#hero .btn-get-started,
#hero .btn-get-quote {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  margin-bottom: 15px;
  border-radius: 3px;
  transition: 0.5s;
  border-radius: 50px;
}

#hero .btn-get-started {
  background: #f8ae16 0% 0% no-repeat padding-box;
  border-radius: 40px;
  letter-spacing: 1.2px;
  color: #4d268c;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 400;
  font-size: 20px;
}

/*#hero .btn-get-started:hover {
  background: #7272f5;
  border-color: #7272f5;
}

#hero .btn-get-quote {
  color: #5a5af3;
  border: 2px solid #5a5af3;
}

#hero .btn-get-quote:hover {
  background: #5a5af3;
  color: #fff;
}
*/
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero h1 {
    font-size: 13px;
    line-height: 16px;
    font-family: "Poppins", sans-serif;
  }
  .user_dashboard h1 {
    font-size: 22px !important;
    line-height: normal !important;
  }

  #hero h2 {
    /*font-size: 13px;*/
    /*line-height: 16px;*/
    /*margin-bottom: 30px;*/
  }

  #hero .hero-img img {
    width: 98px;
    height: 100px;
  }
  .banner_text {
    position: absolute;
    padding-left: 16px;
    padding-top: 24px !important;
  }
  #hero span {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
  }
  #hero .hero-img {
    text-align: right;
    position: relative;
    margin-top: 12px;
    padding-right: 37px;
  }
  #hero p {
    color: #ffffff;
    opacity: 1;
    /*font-size: 9px;*/
    /*line-height: 14px;*/
    /*font-weight: 300;*/
    padding-top: 4px;
    font-family: "Poppins", sans-serif;
  }
  #hero .btn-get-started {
    background: #f9bf12 0% 0% no-repeat padding-box;
    border-radius: 2px;
    letter-spacing: 1.2px;
    color: #173da3;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    padding: 4px 8px;
  }
  .subscribe {
    margin-top: 0px !important;
  }
  #hero {
    padding-bottom: 14px;
  }
}

/*@media (max-width: 575px) {
  #hero {
    text-align: center;
  }

  #hero ul {
    text-align: left;
    font-size: 14px;
  }

  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started,
  #hero .btn-get-quote {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }
}
*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 48px 0;
}

.section-bg {
  background: #fafafb 0% 0% no-repeat padding-box;
  opacity: 1;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  /* font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #434175;*/
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 24px;
  line-height: 29px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

/*.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #5a5af3;
  bottom: 0;
  left: calc(50% - 25px);
}*/

.section-title p {
  letter-spacing: 0px;
  color: #6f7581;
  opacity: 1;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #434175;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #5a5af3;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 50px;
}

.why-us .box {
  padding: 20px 20px;
  /*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);*/
  transition: all ease-in-out 0.3s;
  background: #f6f5ff 0% 0% no-repeat padding-box;
  border: 1px solid #f2eeff;
  border-radius: 6px;
  opacity: 1;
  margin-top: 8px;
  height: 125px;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #b9b9fa;
}
.box_content {
  padding-left: 18px;
}
.why-us .box h4 {
  font-weight: 600;
  padding: 0;
  letter-spacing: 0px;
  color: #403f52;
  opacity: 1;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
}

.why-us .box p {
  letter-spacing: 0px;
  color: #6f7581;
  opacity: 1;
  font-size: 14px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
}

.filter_location span {
  letter-spacing: 0px;
  color: #7e84a3;
  opacity: 1;
  font-size: 12px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
}
.location_select {
  margin-left: 18px;
}
.location_select select {
  letter-spacing: 0px;
  color: #403f51;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  border: none;
}
.filter_line {
  margin-bottom: 32px;
  border-bottom: 1px solid #d5d7e3;
  opacity: 1;
}
/*.why-us .box:hover {
  background: #5a5af3;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}*/

/*----------------------------------
Coupon Wallet section start
------------------------------------*/
.logout {
  letter-spacing: 0px;
  color: #3366d8;
  text-transform: uppercase;
  opacity: 1;
  font-size: 16px;
  line-height: 21px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #3366d8;
  border-radius: 18px;
  padding: 8px 32px;
}
.coupon_wallet {
  background: #f7f9fd 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  padding: 32px 32px;
}
.profile_name h2 {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 30px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.profile_number p {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 16px;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
  padding-right: 24px;
}
.profile_email p {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 16px;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
}
.edit_profile {
  letter-spacing: 0px;
  color: #3366d8;
  text-transform: uppercase;
  opacity: 1;
  font-size: 16px;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
  background: #fafafb 0% 0% no-repeat padding-box;
  border: 1px solid #3366d8;
  padding: 12px 20px;
  border-radius: 6px;
}
.coupon_list {
  background: #f7f9fd 0% 0% no-repeat padding-box;
  border: 1px solid #d8dbea;
  border-radius: 6px;
  opacity: 1;
  padding: 20px;
}
.coupon_icon img {
  width: 64px;
  height: 64px;
}
.cl_offer {
  padding-left: 20px;
}
.cl_offer h2 {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
}
.cl_location {
  opacity: 1;
  letter-spacing: 0px;
  color: #6f7581;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.cl_location span {
  font-family: "Switzer-Light";
  padding-left: 4px;
}
.cl_active p {
  background: #0bc294 0% 0% no-repeat padding-box;
  border-radius: 15px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  padding: 4px 16px;
}
.cl_used p {
  background: #896af4 0% 0% no-repeat padding-box;
  border-radius: 15px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  padding: 4px 16px;
}
.cl_Expired p {
  background: #f0142f 0% 0% no-repeat padding-box;
  border-radius: 15px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  padding: 4px 16px;
}
.cl_discount {
  letter-spacing: 0px;
  color: #274fbe;
  opacity: 1;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Switzer-Bold";
}
.cl_code_detail {
  border-top: 1px solid #d8dbea;
  margin-top: 16px;
  padding-top: 16px;
}

.code_detail p {
  letter-spacing: 0px;
  color: #7e84a3;
  opacity: 1;
  font-size: 12px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
.code_detail span {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
}
.pin_detail p {
  letter-spacing: 0px;
  color: #7e84a3;
  opacity: 1;
  font-size: 12px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
.pin_detail span {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
}

.expire_detail p {
  letter-spacing: 0px;
  color: #7e84a3;
  opacity: 1;
  font-size: 12px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
.expire_detail span {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 14px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
}

/*----------------------------------
Coupon Wallet section end
------------------------------------*/
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #5a5af3;
  color: #fff;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0c0ca8;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #434175;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Shop Detail
--------------------------------------------------------------*/
.shop_detail_page {
  margin-top: 4%;
}
.shop_detail_page h1 {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 24px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  /* margin-bottom: 32px;*/
  margin-left: 12px;
}

.shop_detail_img {
  border-radius: 6px;
  opacity: 1;
}
.shop_detail_img img {
  width: -webkit-fill-available;
  height: 300px;
}
.mnc_page h1 {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 24px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: -10px;
}
.mnc_page {
  padding-top: 0px;
  padding-bottom: 0px;
}
.mnc_page p {
  letter-spacing: 0px;
  opacity: 1;
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
  color: #686b78;
}
.mnc_tab li {
  margin-bottom: 10px;
}
.mnc_tab li .mnc_link {
  letter-spacing: 0px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d8dbea;
  border-radius: 4px;
  opacity: 1;
  color: #7e84a3;
  margin-left: 0px;
  margin-right: 24px;
  border: 1px solid #d8dbea;
}
.mnc_tab li .mnc_link.active {
  background: #310d5a 0% 0% no-repeat padding-box !important;
  border-radius: 4px;
  border: none;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
}
.mnc_tab li .mnc_link.active img {
  padding-right: 12px;
}
.mnc_tab li .mnc_link img {
  padding-right: 12px;
}
.mnc_tab_card {
  padding: 20px;
  border: 1px solid #d8dbea;
  border-radius: 6px;
}
/*.shop_name h3{
  letter-spacing: 0px;
    color: #403F51;
    opacity: 1;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
      font-family: "Poppins", sans-serif;
    padding-top: 12px;
}
.shop_name p{
  letter-spacing: 0px;
  color: #6F7581;
  opacity: 1;
  font-size: 12px;
  line-height: 20px;
    font-family: "Poppins", sans-serif;
}
.discount  h2{
  background: #06C394 0% 0% no-repeat padding-box;
    border-radius: 2px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
      font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-right: 10px;
    padding: 2px 6px;
}
.offer p{
  font: normal normal normal 13px/20px Switzer;
    letter-spacing: 0.2px;
    color: #6F7581;
    text-transform: uppercase;
    opacity: 1;
      font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-top: 3px;
    margin-bottom: 0px;
  
}
.location h2{
  letter-spacing: 0px;
    color: #6F7581;
    font-size: 12px;
    line-height: 20px;
      font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.view_more a{
  background: #3366D8 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    letter-spacing: 0px;
    color: #F5F6FA;
      font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 17px;
    padding: 6px 12px;
}

.new_shoplist .icon-box i {
  font-size: 16px;
    padding-right: 3px;
    line-height: 1;
}

.new_shoplist .icon-box h3 a {
  color: #434175;
  transition: ease-in-out 0.3s;
}

.new_shoplist .icon-box:hover h3 a {
  color: #5a5af3;
}

#parent {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 26px;
    margin-bottom: 10px;
    color: #6F7581;
}
*/

/*--------------------------------------------------------------
# New Shop list
--------------------------------------------------------------*/
.create_account {
  background: #fff2d8;
  border: 1px solid #f8ae16;
  border-radius: 20px;
  margin-top: 48px;
  padding: 48px;
}
.account_btn {
  background: #f8ae16;
  color: #4d268c;
  border-radius: 40px;
  font-size: 20px;
  padding: 12px 36px;
}
.create_account p {
  font-size: 24px;
  font-weight: 500;
  color: #222e48;
}

.hot_offers {
  background: #f6f5ff;
}
/*.new_shoplist {
  padding-top: 0;
}*/
.new_shoplist h1 {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 26px;
}
.new_shoplist span {
  color: #f8ae16;
}
.why_choose span {
  color: #4d268c;
}
.testimonial {
  background: #f6f5ff;
}
.new_shoplist .icon-box {
  padding: 20px;
  transition: ease-in-out 0.3s;
  background: #f6f5ff 0% 0% no-repeat padding-box;
  border: 1px solid #f6f5ff;
  border-radius: 8px;
  opacity: 1;
  margin-bottom: 18px;
  padding-bottom: 0px;
  padding: 8px;
}
.hot_offers .icon-box {
  background: #ffffff 0% 0% no-repeat padding-box;
}

/*.new_shoplist .icon-box:hover {
  padding: 20px;
  transition: ease-in-out 0.3s;
  background: F6F5FF 0% 0% no-repeat padding-box;
  border: none !important;
  border-radius: 8px;
  opacity: 1;
  box-shadow: 0px 3px 6px #00000029;
  
}*/
.shop_img {
display: flex;
    align-items: center;
    justify-content: center;
  border-radius: 6px;
  opacity: 1;
  margin-bottom: 12px;
  
}
.shop_img img {
  width: -webkit-fill-available;
}

.shop_offer_img {
  border-radius: 6px;
  opacity: 1;
}
.shop_offer_img img {
  width: -webkit-fill-available;
  height: 201px;
}

.shop_offer_name h3 {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-top: 12px;
}
.shop_offer_name p {
  font-size: 14px;
  line-height: 21px;
  font-family: "Switzer-Light";
  letter-spacing: 0px;
  color: #686b78;
  opacity: 1;
}

.shop_offer p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 27px;
  margin-top: 3px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  color: #676b78;
  opacity: 1;
  font-weight: 600;
}
.shop_menu_img {
  border-radius: 6px;
  opacity: 1;
}
.shop_menu_img img {
  width: -webkit-fill-available;
  height: 290px;
}

.shop_name h3 {
  letter-spacing: 0px;
  color: #222e48;
  opacity: 1;
  font-size: 24px;
  font-weight: 600;
  /*padding-top: 12px;*/
}
.shop_name p {
  letter-spacing: 0px;
  color: #6f7581;
  opacity: 1;
  font-size: 12px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}

.puzzle_name h3 {
  font-size: 38px !important;
  font-weight: 700;
  color: #222e48;
  padding: 0px;
}
.puzzle_name p {
  letter-spacing: 0px;
  color: #404a60;
  opacity: 1;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-top: 16px;
}

.puzzle_name h4 {
  color: #21175b;
  font-weight: 500;
  font-size: 24px;
  /*margin-top: 46px;*/
}
.puzzle_coin {
  margin-top: 22px;
}
.puzzle_coin h2 {
  font-size: 24px !important;
  color: #4d268c !important;
  font-weight: 600 !important;
  padding-left: 8px;
}
.puzzle_play_game {
  margin-top: 22px;
}
.puzzle_play_game a {
  background: #4d268c 0% 0% no-repeat padding-box;
  border-radius: 40px;
  opacity: 1;
  letter-spacing: 0px;
  color: #f5f6fa;
  font-size: 20px;
  padding: 12px 36px;
  text-align: center;
  text-transform: uppercase;
}
.Hot_offers h3 {
  font-size: 16px;
}
.Hot_offers p {
  font-size: 14px;
}
.discount h2 {
  border-radius: 4px;
  letter-spacing: 0px;
  opacity: 1;
  font-size: 14px;
  padding: 4px 14px;
  border: 1px solid #268c4a;
  color: #268c4a;
  background: #fff2d81a;
}
.outlet_no h2 {
  border-radius: 4px;
  letter-spacing: 0px;
  opacity: 1;
  font-size: 14px;
  padding: 4px 14px;
  border: 1px solid #f8ae16;
  color: #f8ae16;
  /*margin-left: 14px;
  margin-right: 10px;*/
  background: #fff2d8;
}
.offer p {
  letter-spacing: 0.2px;
  color: #6f7581;
  text-transform: uppercase;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin-top: 3px;
  margin-bottom: 0px;
}
.location h2 {
  letter-spacing: 0px;
  color: #404a60;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.coin {
  background: #f6f5ff;
  padding: 8px;
}
.coin h2 {
  padding-left: 12px;
}
.playgame_btn a {
  background: #310d5a 0% 0% no-repeat padding-box !important;
  border-radius: 4px;
  opacity: 1;
  letter-spacing: 0px;
  color: #f5f6fa;
  font-size: 16px;
  line-height: 21px;
  padding: 12px 20px;
}
.playgame_btn a:hover {
  background: #310d5a 0% 0% no-repeat padding-box !important;
  border-radius: 4px;
  opacity: 1;
  letter-spacing: 0px;
  color: #f5f6fa;
  font-size: 16px;
  line-height: 21px;
  padding: 12px 20px;
}

.view_more a {
  background: #4d268c 0% 0% no-repeat padding-box;
  border-radius: 40px;
  opacity: 1;
  letter-spacing: 0px;
  color: #f5f6fa;
  font-size: 16px;
  padding: 12px 16px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.new_shoplist .icon-box i {
  font-size: 16px;
  padding-right: 3px;
  line-height: 1;
}

/*.new_shoplist .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
*/
.new_shoplist .icon-box h3 a {
  color: #434175;
  transition: ease-in-out 0.3s;
}

.new_shoplist .icon-box:hover h3 a {
  color: #5a5af3;
}

#parent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 10px;
  color: #6f7581;
}

.partner h1 {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 26px;
}
.partner span {
  color: #f8ae16;
}

/*--------------------------------------------------------------
# User Dashboard css start
--------------------------------------------------------------*/
.user_dashboard_bg {
  background: #f6f5ff;
}
.profile_dasbord_icon img {
  width: 60px;
  height: 60px;
}
.profile_image img {
  width: 120px;
  height: 120px;
}
.profile_user_detail h5 {
  font-size: 24px;
  color: #222e48;
  padding-bottom: 10px;
  font-weight: 600;
}
.profile_user_detail p {
  font-size: 20px;
  color: #404a60;
  padding-bottom: 6px;
}
.edit_profile_btn {
  background: #4d268c 0% 0% no-repeat padding-box;
  border-radius: 40px;
  opacity: 1;
  letter-spacing: 0px;
  color: #f5f6fa;
  font-size: 16px;
  padding: 12px 16px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.edit_profile_btn a:hover {
  color: #f5f6fa;
}
.user_dashboard h1 {
  font-size: 32px !important;
  line-height: normal !important;
}
.user_dashboard p {
  padding-top: 0px !important;
}
.tab_button {
  border: 1px solid #404a60;
  border-radius: 40px;
  color: #404a60;
  padding: 12px 24px;
}
.dashboard_tab h1 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 36px;
}
.dashboard_tab span {
  color: #f8ae16;
}
.card_todays {
  border-radius: 20px;
  background: #21175b;
  color: #ffffff;
}

.coin_wallet_total {
  background: #4d268c;
  border-radius: 16px 16px 0px 0px;
}
.coin_wallet_total img {
  width: 60px;
  height: 60px;
}

.coin_wallet_total h5 {
  text-align: left;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 16px;
}
.coin_wallet_total h2 {
  font-size: 40px;
  text-align: left;
  font-weight: 700;
  color: #f8ae16;
  padding: 10px;
}
.earn_history h5 {
  font-size: 24px;
  font-weight: 700;
}
.earn_history span {
  color: #268c4a;
}
.earn_history table th {
  font-size: 20px;
  font-weight: 600;
  color: #222e48;
}
.earn_history table td {
  font-size: 20px;
  color: #222e48;
  font-weight: 400;
}

.earn_coin_text {
  color: #268c4a !important;
}
.earn_coin_amount {
  color: #268c4a !important;
}

.spend_history h5 {
  font-size: 24px;
  font-weight: 700;
}
.spend_history span {
  color: #d80609;
}
.spend_history table th {
  font-size: 20px;
  font-weight: 600;
  color: #222e48;
}
.spend_history table td {
  font-size: 20px;
  color: #222e48;
  font-weight: 400;
}

.spend_coin_text {
  color: #d80609 !important;
}
.spend_coin_amount {
  color: #d80609 !important;
}
.today_challenge {
  background: #21175b;
  border-radius: 10px;
}
.today_challenge h5 {
  font-size: 24px;
  font-weight: 700;
}
.today_challenge p {
  font-size: 16px;
  font-weight: 400;
}
.today_challenge h6 {
  font-size: 24px;
  color: #f8ae16;
  font-weight: 600;
  padding-left: 6px;
}
.puzzle_qns {
  background: #4d268c;
  padding: 75px 16px;
}
.puzzle_qns h5 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
}
.puzzle_qns p {
  font-size: 24px;
  font-weight: 400;
  color: #f8ae16;
}
.puzzle_qns button {
  color: #21175b;
  font-size: 16px;
  border-radius: 50px;
  padding: 12px 24px;
  margin-top: 30px;
}

/*--------------------------------------------------------------
# User Dashboard css End
--------------------------------------------------------------*/

background: #4d268c;
border-radius: 16px 16px 0px 0px;

/*--------------------------------------------------------------
# Subscription Plans
--------------------------------------------------------------*/
/*
.subscription_basic_Plans{
  background: #B39798 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
}

.subscription_stand_Plans{
  background: #95A4B2 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
}

.subscription_prem_Plans{
  background: #E5C180 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
}
.plan h2{
  font-size: 20px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  letter-spacing: 0.8px;
  color: #5A3F3F;
  opacity: 1;
  font-weight: 400;
}
.stand_plan h2{
  font-size: 20px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  letter-spacing: 0.8px;
  color: #3D4C5B;
  opacity: 1;
  font-weight: 400;
}
.prem_plan h2{
  font-size: 20px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  letter-spacing: 0.8px;
  color: #82531B;
  opacity: 1;
  font-weight: 400;
}
#basic_plan {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #6F7581;
    padding: 24px 24px 0px 24px;
}
.price p{
  font: normal normal 600 24px/32px Switzer;
  letter-spacing: 0px;
  color: #5A3F3F;
  font-size: 24px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.price span{
  letter-spacing: 0px;
  color: #5A3F3F;
  font-size: 16px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.stand_price p{
  font: normal normal 600 24px/32px Switzer;
  letter-spacing: 0px;
  color: #3D4C5B;
  font-size: 24px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.stand_price span{
  letter-spacing: 0px;
  color: #3D4C5B;
  font-size: 16px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.prem_price p{
  font: normal normal 600 24px/32px Switzer;
  letter-spacing: 0px;
  color: #82531B;
  font-size: 24px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.prem_price span{
  letter-spacing: 0px;
  color: #82531B;
  font-size: 16px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  font-weight: normal;
}


.plan_content p{
  letter-spacing: 0px;
    color: #5A3F3F;
    opacity: 1;
      font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    padding: 0px 24px 0px 24px;
}

.stand_plan_content p{
  letter-spacing: 0px;
  color: #3D4C5B;
    opacity: 1;
      font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    padding: 0px 24px 0px 24px;
}

.prem_plan_content p{
  letter-spacing: 0px;
  color: #82531B;
    opacity: 1;
      font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    padding: 0px 24px 0px 24px;
}

.Voucher{
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 26px;
    margin-bottom: 10px;
    color: #6F7581;
    padding: 0px 24px 24px 24px;
  
}
.Free_Voucher h2{
  letter-spacing: 0.28px;
  color: #5A3F3F;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.basic_buy a{
  background: #5A3F3F 0% 0% no-repeat padding-box;
  border-radius: 4px;
  letter-spacing: 0.28px;
  color: #B39798;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  padding: 6px 12px;
}
.stand_Free_Voucher h2{
  letter-spacing: 0.28px;
  color: #3D4C5B;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.stand_basic_buy a{
  background: #3D4C5B 0% 0% no-repeat padding-box;
  border-radius: 4px;
  letter-spacing: 0.28px;
  color: #95A4B2;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  padding: 6px 12px;
}

.prem_Free_Voucher h2{
  letter-spacing: 0.28px;
  color: #82531B;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.prem_basic_buy a{
  border-radius: 4px;
  letter-spacing: 0.28px;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
    font-family: "Poppins", sans-serif;
  padding: 6px 12px;
  background: #83521B 0% 0% no-repeat padding-box;
  color: #E4C081;
}
*/

/*--------------------------------------------------------------
# Subscription Plans start
--------------------------------------------------------------*/
/*basic plan start */
.subscription_basic_Plans:hover h2,
.subscription_basic_Plans:hover p,
.subscription_basic_Plans:hover span {
  color: #5a3f3f;
}
.subscription_basic_Plans:hover a {
  background: #5a3f3f 0% 0% no-repeat padding-box;
  color: #b39798;
}

.subscription_basic_Plans:hover {
  background: #b39798 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
}
.subscription_basic_Plans {
  background: #5a3f3f 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  color: #b39798;
}
.plan h2 {
  font-size: 20px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.8px;
  color: #b39798;
  opacity: 1;
  font-weight: 400;
}
.price p {
  font: normal normal 600 24px/32px Switzer;
  letter-spacing: 0px;
  color: #b39798;
  font-size: 24px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.price span {
  letter-spacing: 0px;
  color: #b39798;
  font-size: 16px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.plan_content p {
  letter-spacing: 0px;
  color: #b39798;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  padding: 0px 24px 0px 24px;
}
.Free_Voucher h2 {
  letter-spacing: 0.28px;
  color: #b39798;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.basic_buy a {
  background: #b39798 0% 0% no-repeat padding-box;
  border-radius: 4px;
  letter-spacing: 0.28px;
  color: #5a3f3f;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  padding: 6px 12px;
}

.Voucher {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 10px;
  color: #6f7581;
  padding: 0px 24px 24px 24px;
}
#basic_plan {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #6f7581;
  padding: 24px 24px 0px 24px;
}
/* basic plan end*/

/* stand plan start*/

.subscription_stand_Plans:hover h2,
.subscription_stand_Plans:hover p,
.subscription_stand_Plans:hover span {
  color: #3d4c5b;
}
.subscription_stand_Plans:hover a {
  background: #3d4c5b 0% 0% no-repeat padding-box;
  color: #95a4b2;
}

.subscription_stand_Plans:hover {
  background: #95a4b2 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
}

.subscription_stand_Plans {
  background: #3d4c5b 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
}

.stand_plan h2 {
  font-size: 20px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.8px;
  color: #95a4b2;
  opacity: 1;
  font-weight: 400;
}
.stand_price p {
  font: normal normal 600 24px/32px Switzer;
  letter-spacing: 0px;
  color: #95a4b2;
  font-size: 24px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.stand_price span {
  letter-spacing: 0px;
  color: #95a4b2;
  font-size: 16px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.stand_plan_content p {
  letter-spacing: 0px;
  color: #95a4b2;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  padding: 0px 24px 0px 24px;
}
.stand_Free_Voucher h2 {
  letter-spacing: 0.28px;
  color: #95a4b2;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.stand_basic_buy a {
  background: #95a4b2 0% 0% no-repeat padding-box;
  color: #3d4c5b;
  border-radius: 4px;
  letter-spacing: 0.28px;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  padding: 6px 12px;
}

/*prem plan start*/
.subscription_prem_Plans:hover h2,
.subscription_prem_Plans:hover p,
.subscription_prem_Plans:hover span {
  color: #82531b;
}
.subscription_prem_Plans:hover a {
  background: #83521b 0% 0% no-repeat padding-box;
  color: #e4c081;
}

.subscription_prem_Plans:hover {
  background: #e5c180 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
}
.subscription_prem_Plans {
  background: #82531b 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
}
.prem_plan h2 {
  font-size: 20px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.8px;
  color: #e5c180;
  opacity: 1;
  font-weight: 400;
}
.prem_price p {
  font: normal normal 600 24px/32px Switzer;
  letter-spacing: 0px;
  color: #e5c180;
  font-size: 24px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.prem_price span {
  letter-spacing: 0px;
  color: #e5c180;
  font-size: 16px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.prem_plan_content p {
  letter-spacing: 0px;
  color: #e5c180;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  padding: 0px 24px 0px 24px;
}
.prem_Free_Voucher h2 {
  letter-spacing: 0.28px;
  color: #e5c180;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.prem_basic_buy a {
  border-radius: 4px;
  letter-spacing: 0.28px;
  opacity: 1;
  font-size: 14px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  padding: 6px 12px;
  background: #e4c081 0% 0% no-repeat padding-box;
  color: #83521b;
}
/*--------------------------------------------------------------
# Subscription Plans end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #434175;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #5a5af3;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #434175;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #5a5af3;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #434175;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #434175;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #5a5af3;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #1313ee;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5a5af3;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #5a5af3;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(67, 65, 117, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #5a5af3;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #5a5af3;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .btn-buy {
  background: #434175;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
  border: none;
}

.pricing .btn-buy:hover {
  background: #5a5af3;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .btn-buy {
  background: #5a5af3;
}

.pricing .featured .btn-buy:hover {
  background: #7272f5;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  .shop_detail_page {
    margin-top: 10%;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #f2f2fe;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #5a5af3;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #2a2af0;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #5a5af3;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #5a5af3;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fff;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 5px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5a5af3;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #5a5af3;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #7272f5;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f1f1f7;
  min-height: 40px;
  margin-top: 68px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  color: #434175;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #565396;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
  opacity: 1;
  background: transparent linear-gradient(260deg, #4d268c 0%, #21175b 100%) 0%
    0% no-repeat padding-box;
}
.footer_link a {
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  padding-right: 20px;
  margin-top: 16px;
}
#footer .footer-top {
  padding: 60px 0 30px 0;

  /*border-bottom: 1px solid #D8DBEA;*/
}
.border_row {
  border-bottom: 1px solid #ffffff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;

  padding-bottom: 18px;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top h4 {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
  font-weight: 700;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5a5af3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5a5af3;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #b9b9fa;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5a5af3;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #7272f5;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .credits a {
  transition: 0.3s;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #deddec;
  color: #434175;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5a5af3;
  color: #fff;
  text-decoration: none;
}
.copyright {
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-top: -20px;
}

.footer-location p {
  margin-left: 16px;
}
/*.footer-mail{
      margin-top: 26px;
}
*/
.footer-mail p {
  margin-left: 16px;
}
.left h2 {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 24px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-left: 12px;
}

.right span {
  letter-spacing: 0px;
  color: #7e84a3;
  opacity: 1;
  font-size: 12px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  width: 36%;
}
.right select {
  letter-spacing: 0px;
  color: #403f51;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  border: none !important;
  padding-top: 1px;
}
.parent {
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #d8dbea;
  margin-bottom: 32px;
}

.margin-right-auto {
  margin-right: auto;
}

/*game details section start */
.game_detail span {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 14px;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
}
.game_detail p {
  letter-spacing: 0px;
  color: #535665;
  opacity: 1;
  font-size: 24px;
  line-height: 29px;
  font-family: "Switzer-Semibold";
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 12px;
}
.game_offer {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 28px;
  line-height: 34px;
  font-family: "Switzer-Semibold";
  margin-top: 16px;
  margin-bottom: 40px;
}
.game_detail_img img {
  width: -webkit-fill-available;
  height: 343px;
  border-radius: 10px;
}
.gamedetail_playgame_btn a {
  background: #3366d8 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  letter-spacing: 0px;
  color: #f5f6fa;
  font-size: 16px;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
  padding: 12px 20px;
}
.game_detail_page {
  margin-top: 4%;
  padding-bottom: 0px;
}
.game_detail_page h1 {
  letter-spacing: 0px;
  color: #403f51;
  opacity: 1;
  font-size: 24px;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-left: 12px;
}
.how_to_play_game p {
  letter-spacing: 0px;
  color: #686b78;
  opacity: 1;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.screenshot img {
  height: 529px;
  border-radius: 6px;
}
/*game details section end */

/*responsive media query start */

/*@media (min-width: 1024px) {
 
}

@media (max-width: 991px) {
 
}

@media (max-width: 768px) {
  
}

@media (max-width: 575px) {
 
}
*/
/*@media (min-width: 992px){
.d-lg-block {
    display: block!important;
}
}*/

/*@media (min-width: 576px){
 .d-sm-block {
    display: none !important;
}
}
*/
/*login button responsive start*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .login {
    display: none !important;
  }
  .logout {
    display: none !important;
  }
  .mobile_logout {
    display: inline-table;
    margin: 0 auto;
  }
  .mobile_logout a {
    letter-spacing: 0px;
    color: #3366d8;
    text-transform: uppercase;
    opacity: 1;
    font-size: 16px;
    line-height: 21px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #3366d8;
    border-radius: 18px;
    padding: 8px 32px;
  }
  .mobile_login a {
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    font-size: 16px;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
  }
}
/*login button responsive end*/

@media (max-width: 575px) {
  .new_shoplist h1 {
    letter-spacing: 0px;
    color: #403f51;
    opacity: 1;
    /*font-size: 16px;*/
    /*line-height: 21px;*/
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .why-us {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .hot_offers {
    background: #f6f5ff;
  }
  .new_shoplist {
    padding-top: 0px;
    padding-bottom: 16px;
    margin-top: 32px;
  }
  .new_shoplist .icon-box {
    padding-bottom: 30px;
  }
  .new_shoplist .icon-box:hover {
    padding-bottom: 30px;
  }
  .team {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section-title h2 {
    letter-spacing: 0px;
    color: #403f51;
    opacity: 1;
    font-size: 16px;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .section-title p {
    letter-spacing: 0px;
    color: #6f7581;
    opacity: 1;
    font-size: 14px;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
  }
  .section-title {
    text-align: center;
    padding-bottom: 0px;
  }
  .plan h2 {
    font-size: 14px;
  }
  .price p {
    font-size: 16px;
  }

  .price span {
    font-size: 12px;
  }

  .plan_content p {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 16px 0px 16px;
  }
  .Free_Voucher h2 {
    letter-spacing: 0.24px;
    font-size: 12px;
    line-height: 32px;
  }
  #basic_plan {
    margin-bottom: 0px;
    padding: 16px 16px 0px 16px;
  }
  .Voucher {
    margin-top: 20px;
    margin-bottom: -12px;
    padding: 0px 16px 16px 16px;
  }
  #parent {
    margin-bottom: 0px;
  }
  .stand_plan h2 {
    font-size: 14px;
  }

  .stand_price p {
    font-size: 16px;
  }
  .stand_price span {
    font-size: 12px;
  }
  .stand_plan_content p {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 16px 0px 16px;
  }
  .stand_Free_Voucher h2 {
    letter-spacing: 0.24px;
    font-size: 12px;
    line-height: 32px;
  }
  .prem_plan h2 {
    font-size: 14px;
  }
  .prem_price p {
    font-size: 16px;
  }
  .prem_price span {
    font-size: 12px;
  }
  .prem_plan_content p {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 16px 0px 16px;
  }
  .prem_Free_Voucher h2 {
    letter-spacing: 0.24px;
    font-size: 12px;
    line-height: 32px;
  }
  #footer .footer-top {
    padding: 32px 0 0px 0;
  }
  #footer .footer-top .footer-contact h3 {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 22px;
  }
  #footer .footer-top .footer-contact p {
    font-size: 12px;
    line-height: 18px;
  }
  #footer .footer-top h4 {
    font-size: 14px;
    padding-bottom: 8px;
  }
  #footer .footer-top .footer-contact {
    margin-bottom: 16px;
  }
  .footer_link {
    margin-left: 30px;
    margin-top: -8px;
  }
  .footer_link a {
    font-size: 12px;
    line-height: 22px;
  }
  .copyright {
    font-size: 12px;
    line-height: 22px;
    margin-top: 14px;
    margin-left: -19px;
  }

  .back_img img {
    width: 24px;
  }
  .game_detail_page {
    margin-top: 16%;
  }
  .game_detail_page h1 {
    font-size: 14px;
  }

  .back_img img {
    width: 24px;
  }
  .shop_detail_page h1 {
    font-size: 14px;
  }
  .back_img {
    padding-bottom: 16px !important;
  }
  .profile_name h2 {
    font-size: 16px;
    line-height: 21px;
  }
  .coupon_wallet {
    padding: 16px 16px;
  }
  .profile_number p {
    font-size: 12px;
    line-height: 16px;
  }
  .profile_email p {
    font-size: 12px;
    line-height: 16px;
  }
  .wallet_card {
    margin-bottom: -5px !important;
  }
  .left h2 {
    font-size: 16px;
    line-height: 21px;
  }
  .shop_detail_page {
    margin-top: 10%;
    padding-bottom: 20px !important;
  }
  .cl_offer h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .cl_active p {
    font-size: 10px;
    padding: 4px 12px;
  }
  .coupon_list {
    padding: 16px;
  }
  .cl_code_detail {
    margin-top: 12px;
    padding-top: 12px;
  }
  .code_detail p {
    font-size: 10px;
  }
  .code_detail span {
    font-size: 12px;
  }
  .pin_detail p {
    font-size: 10px;
  }
  .pin_detail span {
    font-size: 12px;
  }
  .expire_detail p {
    font-size: 10px;
  }
  .expire_detail span {
    font-size: 12px;
  }
  .cl_discount {
    font-size: 12px;
  }
  .parent {
    margin-bottom: 16px;
  }

  .cl_used p {
    font-size: 10px;
    padding: 4px 14px;
  }
  .cl_Expired p {
    font-size: 10px;
    padding: 4px 14px;
  }
  .next_section {
    margin-top: 2px !important;
  }
  #header .logo img {
    max-height: 52px;
    width: 70%;
  }

  .shop_detail_page h1 {
    font-size: 14px;
  }
  .shop_detail_img img {
    width: -webkit-fill-available;
    height: 190px;
  }
  .mnc_page h1 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
    margin-top: -4px;
  }
  .offer_section {
    padding-top: 8px;
    padding-bottom: 0px;
  }
  .shop_offer_img img {
    width: -webkit-fill-available;
    height: 157px;
  }
  .shop_offer_name h3 {
    font-size: 16px;
    line-height: 21px;
  }
  .shop_offer p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0px;
  }
  .filter_line {
    margin-bottom: 12px;
    border-bottom: 1px solid #d5d7e3;
    opacity: 1;
    margin-left: 1px;
    margin-right: 1px;
  }
  .mnc_tab_card {
    margin-top: 10px;
  }
  .client_slide {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .client_slide img {
    width: 70%;
  }

  .why-us .box p {
    font-size: 12px;
    line-height: 18px;
  }
  .fixed-bottom {
    position: fixed !important;
    right: 0;
    bottom: 10%;
    left: 0;
    z-index: 1030;
  }
  .mobile_login {
    margin: 0 auto;
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    width: fit-content;
  }
  .mobile_login a {
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    font-size: 16px;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
    display: inherit;
    margin: 0 auto;
    text-align: center;
    padding: 8px 32px;
  }
  .mobile_login a:hover {
    letter-spacing: 0px;
    color: #ffffff !important;
    text-transform: uppercase;
    opacity: 1;
    font-size: 16px;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
    display: inherit;
    margin: 0 auto;
    text-align: center;
    padding: 8px 32px;
  }
  .mobile_logout {
    margin: 0 auto;
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    width: fit-content;
  }
  .mobile_logout a {
    letter-spacing: 0px;
    color: #3366d8;
    text-transform: uppercase;
    opacity: 1;
    font-size: 16px;
    line-height: 21px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #3366d8;
    border-radius: 18px;
    padding: 8px 32px;
  }

  .location_select {
    margin-left: 18px;
    margin-top: -23%;
  }
  /*.screenshot img{
  text-align: center;
    height: 284px;
}*/
  .game_detail p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  .game_detail_img img {
    width: -webkit-fill-available;
    height: 180px;
  }
  .game_offer {
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .how_to_play_game p {
    font-size: 14px;
    line-height: 21px;
  }
  .mnc_tab li {
    margin-bottom: 10px;
    margin-left: -8px;
  }
  .screenshot {
    text-align: center;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fixed-bottom {
    position: fixed !important;
    right: 0;
    bottom: 10%;
    left: 0;
    z-index: 1030;
  }
  .mobile_login {
    margin: 0 auto;
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 1;
    width: fit-content;
    display: block !important;
  }
  /*.logout {
    display: block !important;
  }
  */ .mobile_login a {
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    font-size: 16px;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
    display: inherit;
    margin: 0 auto;
    text-align: center;
    padding: 8px 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
}
/*Responsive media query end */