*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  /* transition: all .4s linear; */
}
body {
  margin: 0 auto;
  overflow-x: hidden !important;
  background-color: #f1f1f1 !important;
}
html {
  scroll-behavior: smooth;
  
}
a:hover {
  text-decoration: none !important;
}
.bg-black {
  background-color: #000;
}
#s-main-header {
  height: 642px;
  width: 100%;
  background: url(../images/bg.jpg) center center;
  background-size: cover;
}
#s-main-wrapper {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
#s-main-wrapper h1,
h1 {
  font-family: "SST W20 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 2.25rem !important;
  margin: 0;
}
#s-main-wrapper h2,
h2 {
  font-family: "SST W20 Medium", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}
#s-main-wrapper h3,
h3 {
  font-family: "SST W20 Medium", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}
#s-main-content {
  font-family: "SST W20 Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 22px;
}
.master-dropdown.dropdown-menu {
  /* background: rgba(0, 0, 0, 0.9); */
  background-color: rgba(0, 0, 0, 0.9) !important;
  color: #fff;
  padding: 14px;
  padding-top: 0;
}
.dropdown-menu li a::after {
  display: none;
}
.dropdown-menu li a {
  color: #fff;
  padding: 0;
}
.dropdown-menu li {
  padding: 0;
}
a.dropdown-toggle::after {
  display: none;
}
p {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 22px;
  color: #333333;
}
.flex-class {
  display: flex;
  justify-content: center;
  align-items: center;
}
.font-500 {
  font-weight: 500;
}
.m-w-600 {
  max-width: 600px;
  margin: auto;
}
.landing-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000 !important;
  height: auto !important;

}
.gm-logo {
  margin-bottom: var(--spacedesk80px);
  max-block-size: 420px;
}
.banner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80%;
}
.master-the-chase-head {
  margin-bottom: 30px;
}
.terms-para {
  font-size: 0.8rem;
  text-align: center;
}
.line {
  border-bottom: 1px solid #333333;
  margin: 40px auto 40px auto;
  max-width: 80%;
}
.steps-head {
  text-align: center;
  width: 100%;
}
.steps-head h2 img {
  max-width: 70px;
  margin-top: -8px;
  margin-left: -6px;
}
.steps-head h2 {
  font-size: 1.6rem;
  font-weight: 500;
}
.step {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 600;
}
.steps-para-con p {
  color: #333333;
  letter-spacing: auto;
  text-align: center;
}
.steps-para-con p img {
  max-width: 50px;
  margin-top: -5px;
}
.win-cash {
  /* background: #d65c27; */
  background-color: #ecd3c9;
  color: #333333;
}
.p-50 {
  padding: 50px 15px;
}
.p-15 {
  padding-left: 15px;
  padding-right: 15px;
}
/* .win-cash-head {
  color: #fff;
} */
 .win-cash-para {
  text-align: center;
  /* color: #fff; */
} 
.winner-head-con h2 {
  /* color: #fff; */
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.box-con {
  text-align: center;
  border: 1px solid #333333;
  max-width: 400px;
  margin: 30px auto;
  margin-bottom: 0;
  min-width: 400px;
}
/* .winner-head-con {
  background-color: rgba(255, 255, 255, 12%);
} */
.winner-head-con {
  border-bottom: 2px solid #333333;
  padding: 10px;
}
.winner-para-con {
  padding: 15px;
}
.winner-para-con p {
  margin-bottom: 0;
  /* color: #fff; */
}
.max-width-box {
  max-width: 850px;
  margin: auto;
}
.steps-para-con.master-chase-para-con {
  max-width: 800px;
  margin: 30px auto;
}
.accordion-con {
  max-width: 600px;
  margin: 30px auto;
  margin-bottom: 0;
}
.mb-30 {
  margin-bottom: 30px;
}
.m-15 {
  margin: 15px auto 15px auto !important;
}
.accordion {
  background-color: #d65c27;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.6rem;
  transition: all 0.4s ease;
  position: relative;
  padding-left: 30px;
}
.accordion::after{
  position: absolute;
  content: "+";
  left: 10px;
  transition: all .4s ease;
}
.accordion.active::after{
  position: absolute;
  content: "-";
  left: 10px;
  transition: all .4s ease;
}
.accordion-box {
  margin-bottom: 40px;
}
.accordion-box:last-of-type {
  margin-bottom: 0;
}
.active,
.accordion:hover {
  background-color: #d65c27;
}
.panel {
  padding: 16px 30px;
  display: none;
  background-color: white;
  overflow: hidden;
  border: 1px solid #d65c27;
  /* transition: all 4s linear; */
}
.panel h3,
.panel p {
  text-align: left;
}
.panel h3 {
  color: #d65c27;
  font-weight: 500;
}
.panel .steps-para-con.master-chase-para-con {
  margin: 10px auto;
}
.card {
  min-height: 165px;
  max-height: 165px;
  position: relative;
  overflow: hidden;
  border: none !important;
  border-radius: 0 !important;
  max-width: 600px;
  margin: auto;
  transition: all 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.card::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 20%);
  z-index: 0;
}
.card-height {
  min-height: 220px;
  max-height: 220px;
  transition: all 0.4s linear !important;
}
.active {
  transition: all 0.4s linear !important;
}
.card-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.card-para {
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.4;
}
.text-shadow {
  text-shadow: 1px 1px 10px rgb(0, 0, 0);
  -webkit-text-shadow: 10px 10px 40px rgb(0, 0, 0);
  -moz-text-shadow: 10px 10px 40px rgb(0, 0, 0);
  -o-text-shadow: 10px 10px 40px rgb(0, 0, 0);
}
.swiper-button-prev.swipvid-navl,
.swiper-button-next.swipvid-navr {
  top: 50%;
    user-select: none;
}
.card-con {
  height: 100%;
}
.step2-data {
  height: 100%;
  max-height: 850px;
  background-image: url("../images/step22img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 600px;
  margin: auto;
  position: relative;
  /* padding: 200px 80px; */
  padding: 50px 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination {
  bottom: 0;
  height: 40px;
  width: 100%;
  max-width: 600px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 40px;
}
.hash-para {
  color: #d65c27;
}
.off {
  display: none !important;
}
.card-text h3 {
  margin-bottom: 5px !important;
}
.panel a {
  color: #000;
}
.panel a:hover {
  color: #000;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 50px;
}
.m-line {
  margin: 80px auto;
}
.swiper-container {
  min-height: 1100px;
}
.swiper-pagination {
  background: none;
}
.lg-video-cont.lg-has-youtube {
  max-width: 800px;
  max-height: 400px;
  margin: auto;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: visible !important;
}
div.lg-counter,
div.sl-counter {
  display: none !important;
}

.lg-toolbar .lg-download:after {
  content: "";
  display: none !important;
}
.clr-black{
  color: #333333;
}
a.clr-black:hover{
  color: #333333;
}
.loan-lens-btn{
  background: #fff;
  outline: none;
  border: none;
  padding: 2px 15px;
  max-width: 180px;
  border-radius: 5px;
  min-height: 40px;
  padding-top: 0;
}
@media only screen and (max-width: 1199px) {
    .gm-logo{
      max-width: 300px;
    }
}
@media only screen and (max-width: 1024px) {
  .swipvid-navr,
  .swipvid-navl {
    display: block !important;
  }
  
}

@media only screen and (max-width: 991px) {
  #s-main-header {
    height: 250px;
    background-size: cover;
  }
  #s-main-wrapper {
    padding: 0 6%;
    width: auto;
  }
  #s-main-wrapper h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #s-main-header {
    background: url(../images/mobile-bg.jpg) center center;
    height: 220px;
    background-size: cover;
  }
  #s-main-wrapper h1 {
    font-size: 28px;
  }
  #s-main-wrapper h2 {
    font-size: 18px;
    padding-top: 32px;
  }
  #s-main-content {
    font-size: 15px;
    padding-top: 22px;
  }
  .flex-class.max-width-box {
    flex-wrap: wrap;
  }
  .box-con {
    max-width: 600px;
    min-width: auto;
    width: 100%;
  }
  .dropdown-menu.master-dropdown {
    height: auto !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
  .navbar-collapse ul li {
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 620px) {
  .swipvid-navr {
    right: 40px !important;
    color: #fff !important;
  }
  .swipvid-navl {
    left: 40px !important;
    color: #fff !important;
  }
  .master-the-chase-head {
    max-width: 70%;
    margin: auto;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 35px;
  }
  .swipvid-navl {
    left: 20px !important;
  }
  .swipvid-navr {
    right: 20px !important;
  }
  .swiper-pagination-bullet-active {
    background: #333333;
    border: 1px solid #333333;
  }
  .max-width-sony.p-50 {
    padding-top: 0;
  }
  .swiper-button-prev.swipvid-navl, .swiper-button-next.swipvid-navr {
    top: 55%;
    user-select: none;
}
}

@media only screen and (max-width: 576px) {
  .card-text .steps-head h3 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 526px) {
  .card-para {
    font-size: 0.6rem;
  }
  .card {
    min-height: 150px;
    max-height: 150px;
  }
  .step2-data {
    padding: 100px 50px;
  }
  .card-height{
    min-height: 160px;
    max-height: 160px;
  }
  .swiper-button-prev.swipvid-navl, .swiper-button-next.swipvid-navr {
    top: 52%;
    user-select: none;
}
}

@media only screen and (max-width: 476px) {
  .card {
    min-height: 115px;
    max-height: 115px;
  }
  .card-height {
    max-height: 140px;
    min-height: 140px;
  }
  .swiper-pagination {
    height: 30px;
    line-height: 30px;
  }
  .step2-data {
    padding: 60px 50px;
  }
  .swiper-container {
    min-height: 820px;
  }
  .step2-data {
    height: 70%;
    /* max-height: 720px; */
    max-height: 820px;
  }
  .m-line {
    margin: 40px auto;
  }
  .swiper-button-prev.swipvid-navl, .swiper-button-next.swipvid-navr {
    top: 57%;
    user-select: none;
}
}
.d-block-425{
  display: none;
}

@media only screen and (max-width: 425px) {
  .w-350{
    max-width: 350px;
    margin: auto;
  }
  .card-text .steps-head h3 {
    font-size: 1rem !important;
  }
  .card-para {
    font-size: 0.5rem;
  }
  .step2-data {
    padding: 50px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 25px;
  }
  .m-line {
    margin: 40px auto;
  }
  .step2-text p{
    font-size: 0.85rem;
  }
  .d-block-425{
    display: block;
  }
  .accordion{
    font-size: 1.4rem;
  }
  .panel h3{
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 365px) {
  .card-text .steps-head h3 {
    font-size: 0.8rem !important;
  }
  .card-para {
    font-size: 0.5rem;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  .w-350 {
    max-width: 320px;
    margin: auto;
}
}
