#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}

.modal .modal-dialog {
  margin-top: 100px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

header#sp-header.header-sticky {
    background: #000;
}

.cat_2 img.sppb-img-responsive {
  cursor: pointer;
}

.spinner {
  width: 100px;
  height: 100px;
  border: 4px #ddd solid;
  border-top: 4px #6c0a08 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

.view-login section#sp-main-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0 !important;
}

.view-login section#sp-main-body main#sp-component {
  max-width: 100%;
}

.view-login section#sp-main-body .row {
  width: 100%;
  justify-content: center !important;
}

section#sp-main-body .home-login-form form {
  max-width: 60%;
  margin: auto;
  padding: 45px;
  background: url(/images/banner_img.png);
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: normal;
  flex-direction: column;
  justify-content: center;
}

section#sp-main-body .reset form {
  max-width: 100%;
  margin: auto;
  padding: 45px;
  background: url(/images/banner_img.png);
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: normal;
  flex-direction: column;
  justify-content: center;
}

section#sp-main-body .remind form {
  max-width: 100%;
  margin: auto;
  padding: 45px;
  background: url(/images/banner_img.png);
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: normal;
  flex-direction: column;
  justify-content: center;
}

header#sp-header .row.align-items-center {
  align-items: flex-start !important;
}

button#toggle-music {
  background: none;
  border: none;
}

section#sp-main-body .home-login-form form.form-validate label {
  display: flex;
  align-items: center;
  justify-content: center;
}

section#sp-main-body
  .home-login-form
  form.form-validate
  label.form-check-label {
  gap: 10px;
  align-items: flex-start;
}

section#sp-main-body .home-login-form form.form-validate input#password {
  border-radius: 12px;
  border: 1px solid #fff;
  outline: none;
  background: #fff !important;
}

section#sp-main-body .home-login-form form.form-validate input#username {
  border-radius: 12px;
  border: 1px solid #fff;
  outline: none;
  background: #fff !important;
  padding: 13px 16px;
}

.home-login-form .form-logo {
  text-align: center;
}

.home-login-form .form-logo {
  max-width: 268px;
  display: flex;
  margin: auto;
}

.home-login-form .form-logo img {
  width: 100%;
  margin-bottom: 10px;
}

section#sp-main-body
  .home-login-form
  form.form-validate
  .password-group
  input#password {
  width: 100%;
  padding-right: 60px;
  padding: 13px 16px;
}

section#sp-main-body
  .home-login-form
  form.form-validate
  .password-group
  button.btn {
  position: absolute;
  right: -1px;
  top: 0px;
  background: #1b6c8a;
  padding: 14px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: 99;
}

.home-login-form form.form-validate .formheader {
  text-align: center;
}

.home-login-form form.form-validate button.btn.btn-lg {
  width: 100%;
  max-width: 85%;
  height: 87px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 20.2px;
  color: #ffd703 !important;
  background: transparent;
  border: 6px solid #ffd703;
}

.home-login-form form.form-validate .list-group {
  max-width: 250px;
  margin: auto;
  text-align: center;
}

button#toggle-music.audio-pause {
  display: flex;
  align-items: center;
  justify-content: center;
}

button#toggle-music.audio-pause::before {
  content: "";
  background: url(/images/music_pause.png);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: cover;
  top: -3px;
}

button#toggle-music.audio-pause img {
  display: none !important;
}

section#sp-main-body .remind form input#jform_email {
  border-radius: 12px;
  background: #fff;
  border: 1px solid #fff;
  outline: none;
  color: #000;
}

section#sp-main-body .remind form button.btn.validate {
  max-width: 85%;
  height: 87px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 20.2px;
  color: #ffd703 !important;
  background: transparent;
  border: 6px solid #ffd703;
}

section#sp-main-body .reset form input#jform_email {
  border-radius: 12px;
  background: #fff;
  border: 1px solid #fff;
  outline: none;
  color: #000;
}

section#sp-main-body .reset form button.btn.validate {
  max-width: 85%;
  height: 87px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 20.2px;
  color: #ffd703 !important;
  background: transparent;
  border: 6px solid #ffd703;
}

.home-main-page {
    overflow: hidden;
}

.home-main-page .addon-root-image{
  margin-top: 0px !important;
}


.subscribe-form-header {
    display: none;
}

.view-rsmembership {
    background: url(/images/banner_in.png);
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.view-rsmembership #sp-main-body{
  background: none !important;
}

.view-rsmembership .subscribe_header-discription {
    text-align: center;
}

.view-rsmembership .subscribe_header-discription .subscribe-header {
    font-size: 80px;
    line-height: 80px;
}

.view-rsmembership .subscribe_header-discription .subscribe-discription {
    font-size: 33px;
}

.view-rsmembership .subscribe-form-fileds {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 70% !important;
    width: 100%;
}

.view-rsmembership .rsm_form_container form#rsm_subscribe_default_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}

.view-rsmembership .subscribe-form-fileds .puzzle-header {
    max-width: 50%;
    width: 100%;
    background: url(/images/subtract.png);
    background-size: cover;
    padding: 15px;
    background-position: center;
}

.view-rsmembership .subscribe-form-fileds .puzzle-header .puzzle-heading {
    font-size: 40px;
    border-bottom: 4px solid #fff;
    width: fit-content;
    margin-bottom: 15px;
}

.view-rsmembership .subscribe-form-fileds .puzzle-header label {
    font-size: 18px;
}

.view-rsmembership .subscribe-form-fileds .puzzle-header textarea {
    width: 100%;
    height: 160px;
}

.view-rsmembership .subscribe-form-fileds .control-group label#rsm_upload_pdf-lbl {
    display: none;
}

.view-rsmembership .subscribe-form-fileds .puzzle-header .control-group::before {
    background: none !important;
    content: unset;
}

.view-rsmembership .subscribe-form-fileds .control-group input#rsm_upload_pdf {
    background: none !important;
    border: none;
    outline: none !important;
    padding: 0px;
    box-shadow: none !important;
    margin-top: -200px;
    position: relative;
    z-index: 9999;
    width: 100%;
    height: 200px;
}

.view-rsmembership .subscribe-form-fileds .control-group input[type=file] {
    width: 100px ! IMPORTANT;
    display: flex;
    align-items: center;
    padding: 81px 0 !important;
    justify-content: center !important;
    text-align: center !important;
    color: #fff;
    margin: auto;
    overflow: hidden;
    padding-left: 20px !important;
}

.view-rsmembership .subscribe-form-fileds .control-group::before {
    content: "";
    background: url(/images/angle.png);
    width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.view-rsmembership .rsm_form_container form#rsm_subscribe_default_form button.btn {
    background: none;
    background-image: url(/images/btn_x.png);
    background-repeat: no-repeat;
    font-size: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.view-rsmembership .rsm_form_container form#rsm_subscribe_default_form button.btn::after {
    content: "";
    background: url(/images/arrow_inx.png);
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
}


https://unsolvedhunts.xcelanceweb.com



/*/////////////////////////////////////////////////////////new-pro////////////////////////////////////////////////////*/

.mine_in {
  background: #fff;
}

.mine_in .sppb-addon-content {
  text-align: left;
}

.mine_in .sppb-addon-wrapper {
  margin: 0 !important;
  max-width: 352px;
}

.mine_in .sppb-row {
  position: relative;
}

.mine_in .sppb-row::before {
  content: "";
  background: url(/images/max_i.png);
  width: 82%;
  height: 99px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 60px;
  top: 48px;
}

.mine_in .sine {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: -160px;
}

.slide_so h2 {
  color: #000 !important;
  width: fit-content;
  border-bottom: 6px solid #000;
}

.view-login {
    overflow: hidden;
}

.winex_in .flip-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.winex_in .flip-box-inner .sppb-flipbox-back-paragraph{
    max-width: 60%;
    width: 100%;
    text-align: left;
}

.winex_in .flip-box-inner .sppb-flipbox-back-button{
  max-width: 40%;
  width: 100%;
}

.winex_in .sppb-flipbox-front {
    display: flex;
    align-items: center;
}


.wiksc_in .flip-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wiksc_in .flip-box-inner .sppb-flipbox-back-paragraph{
    max-width: 60%;
    width: 100%;
    text-align: left;
}

.wiksc_in .flip-box-inner .sppb-flipbox-back-button{
  max-width: 40%;
  width: 100%;
}

.wiksc_in .sppb-flipbox-front {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flip_right .sppb-flipbox-panel .sppb-flipbox-back{
  opacity: 0 !important;
  transform: rotate(0) !important;
}

.flip_right .sppb-flipbox-panel.flip .sppb-flipbox-front{
  opacity: 0 !important;
  transform: rotate(0) !important;
}

.minxs .sppb-flipbox-front-title {
    font-size: 150px !important;
    position: relative;
    z-index: 99999;
}

.wiksc_in .sppb-flipbox-front-title {
    font-size: 150px !important;
    position: relative;
    z-index: 99999;
}


/*//////////////////////////////////////////////////////////////////////////////*/

.minxs .sppb-flipbox-front .sppb-flipbox-front-title {
    opacity: 1; 
    transition: transform 0.8s ease-in-out, opacity 1s ease-in-out;
}

.minxs:hover .sppb-flipbox-front .sppb-flipbox-front-title {
    transform: translateX(-100%);
    opacity: 0;
}

.minxs .sppb-flipbox-back {
   transform: translateX(100%);
   opacity: 0; 
   transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.minxs:hover .sppb-flipbox-back {
   transform: translateX(0%);
   opacity: 1 !important;
}


.wiksc_in .sppb-flipbox-front .sppb-flipbox-front-title{
    opacity: 1; 
    transition: transform 0.8s ease-in-out, opacity 1s ease-in-out;
}

.wiksc_in:hover .sppb-flipbox-front .sppb-flipbox-front-title{
    transform: translateX(-100%);
    opacity: 0;
}

.wiksc_in .sppb-flipbox-back {
   transform: translateX(100%);
   opacity: 0; 
   transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.wiksc_in:hover .sppb-flipbox-back {
   transform: translateX(0%);
   opacity: 1 !important;
}


.wiksc_in .sppb-flipbox-back .sppb-flipbox-back-button {
   transform: translateX(100%);
   opacity: 0; 
   transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.wiksc_in:hover .sppb-flipbox-back .sppb-flipbox-back-button {
   transform: translateX(0%);
   opacity: 1 !important;
}



/*/////////////////////////////////media-query////////////////////////////////////*/


@media(min-width: 1400px){
    .slide_in_so {
    background: #fff;
   }


  .slide_in_so .a_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .a_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .b_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .b_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .c_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .c_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .d_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .d_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .slide_in_one::before {
        content: "";
        background: url(/images/slide_first.png);
        width: 1%;
        height: 91%;
        position: absolute;
        left: 106px;
        top: 94px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_one::after {
        content: "";
        background: url(/images/slide_green.png);
        width: 84%;
        height: 4%;
        position: absolute;
        left: 106px;
        top: auto;
        bottom: -88px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_three img.sppb-img-responsive {
        margin-top: -20px;
    }   

    .slide_in_so .slide_in_three::before {
        content: "";
        background: url(/images/slide_green_three.png);
        width: 27%;
        height: 88%;
        position: absolute;
        left: auto;
        right: -154px;
        top: 43px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_two::before {
        content: "";
        background: url(/images/slide_green_four.png);
        width: 100%;
        height: 81.05%;
        position: absolute;
        left: -54px;
        top: 106px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_two::after {
        content: "";
        background: url(/images/slide_green_five.png);
        width: 100%;
        height: 97%;
        position: absolute;
        left: 0px;
        top: 115px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_two .aile_in img.sppb-img-responsive {
        position: relative;
        top: 140px;
    }

    .slide_in_so .slide_in_four::before {
        content: "";
        background: url(/images/slide_green_six.png);
        width: 100%;
        height: 91.05%;
        position: absolute;
        left: 80px;
        top: 99px;
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_four .sile img {
        position: relative;
        top: 190px;
    }


    .slide_in_so .slide_in_four::before {
        content: "";
        background: url(/images/slide_green_six.png);
        width: 100%;
        height: 91.05%;
        position: absolute;
        left: 80px;
        top: 99px;
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_five::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        width: 126%;
        height: 87.05%;
        position: absolute;
        left: 110px;
        top: 41px;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_five .fise img {
        position: relative;
        top: 55px;
        left: -15px;
    }

    .slide_in_so .slide_in_five::after {
        content: "";
        background: url(/images/slide_green_eight.png);
        width: 126%;
        height: 94.05%;
        position: absolute;
        left: 104px;
        top: 32px;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_six::before {
        content: "";
        background: url(/images/slide_green_nine.png);
        width: 71.5%;
        height: 87.05%;
        position: absolute;
        left: 80px;
        top: 60px;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_six::after {
        content: "";
        background: url(/images/slide_green_ten.png);
        width: 81%;
        height: 87.05%;
        position: absolute;
        left: 28px;
        top: 146px;
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_six .fase img {
        position: relative;
        top: 160px;
    }

    .slide_in_so .slide_in_seven::before {
        content: "";
        background: url(/images/slide_green_twelve.png);
        width: 91.5%;
        height: 87.05%;
        position: absolute;
        left: 10px;
        top: 13px;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }
}


@media(max-width: 1366px){
  .home-login-form .form-logo {
    max-width: 136px;
    margin: 0 auto;
  }

  .home-login-form form.form-validate .formheader p {
      font-size: 18px;
      margin-bottom: 5px;
  }

  section#sp-main-body .home-login-form form.form-validate input#username {
      padding: 6px 8px;
  }

  section#sp-main-body .home-login-form form.form-validate .password-group input#password {
      padding: 6px 8px;
  }

  section#sp-main-body .home-login-form form.form-validate .password-group button.btn {
      padding: 6px;
  }

  .home-login-form form.form-validate button.btn.btn-lg {
      max-width: 45%;
      height: 55px;
      font-size: 32px;
      line-height: 19.2px
  }

  .home-login-form .form-logo img {
      margin: 0px;
  }

  .home-login-form form.form-validate .has-success {
      margin-bottom: 10px !IMPORTANT;
  }

  .home-login-form form.form-validate .mb-3 {
      margin-bottom: 10px !IMPORTANT;
  }

  section#sp-main-body .home-login-form form{
      padding: 30px 45px;
      min-height: 560px;
  }

  .view-login {
      overflow: hidden;
  }

  section#sp-main-body .home-login-form form.form-validate label {
      font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .slide_so {
    position: relative !important;
  }

  .slide_so .slide_one {
    position: relative;
  }

  .slide_so .slide_one::before {
    content: "";
    background: url(/images/slide_one.png);
    width: 96%;
    height: 93px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 86px;
    top: 36px;
  }

  .slide_so .slide_one .slie img:first-child {
    border-radius: 0px;
    margin-left: -269px;
    margin-top: -11px;
  }

  .slide_so .slide_two::before {
    content: "";
    background: url(/images/slide_two.png);
    width: 85%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 45px;
    top: 45px;
  }

  .slide_so .slide_two::after {
    content: "";
    background: url(/images/slide_three.png);
    width: 8%;
    height: 203px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 48px;
    top: 148px;
  }

  .slide_four {
    margin-top: -47px;
  }

  .slide_four img.sppb-img-responsive {
    position: relative;
    top: -23px;
  }

  .slide_so .slide_four::before {
    content: "";
    background: url(/images/slide_four.png);
    width: 93%;
    height: 143px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -6px;
    top: -5px;
  }

  .slide_so .slide_three::before {
    content: "";
    background: url(/images/xc.png);
    width: 87%;
    height: 111px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 152px;
    top: 65px;
   }

   .slide_so .slide_three::after {
    content: "";
    background: url(/images/line_sike.png);
    width: 80px;
    height: 338px;
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    left: 92px;
    top: 123px;
   }

  .slide_so .slide_five::before {
    content: "";
    background: url(/images/six.png);
    width: 89%;
    height: 274px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 126px;
    top: 101px;
  }

  .slide_so .slide_six::before {
    content: "";
    background: url(/images/arrow.png);
    width: 84%;
    height: 355px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 45px;
    top: 93px;
  }

  .slide_so .slide_seven::before {
    content: "";
    background: url(/images/arrow-i.png);
    width: 83%;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 65px;
    top: -4px;
  }

  .slide_so .slide_six img.sppb-img-responsive {
    margin-top: 25px;
  }
}



@media(min-width: 1200px) and (max-width: 1399px){
    .slide_in_so {
        background: #fff;
   }

    .slide_in_so .a_in .sppb-row-column {
        max-width: 50% !important;
        flex-basis: 50% !important;
    }

   .slide_in_so .a_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .b_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .b_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .c_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .c_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .d_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .d_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .slide_in_one::before {
        content: "";
        background: url(/images/slide_first.png);
        width: 1%;
        height: 76%;
        position: absolute;
        left: 106px;
        top: 94px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_one::after {
        content: "";
        background: url(/images/slide_green.png);
        width: 73%;
        height: 4%;
        position: absolute;
        left: 106px;
        top: auto;
        bottom: -32px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_three img.sppb-img-responsive {
        margin-top: -78px;
    }   

    .slide_in_so .slide_in_three::before {
        content: "";
        background: url(/images/slide_green_three.png);
        width: 19%;
        height: 83%;
        position: absolute;
        left: auto;
        right: -96px;
        top: -129px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_two::before {
        content: "";
        background: url(/images/slide_green_four.png);
        width: 84.6%;
        height: 86.05%;
        position: absolute;
        left: 4px;
        top: 89px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_two::after {
        content: "";
        background: url(/images/slide_green_five.png);
        width: 100%;
        height: 97%;
        position: absolute;
        left: 0px;
        top: 115px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_two .aile_in img.sppb-img-responsive {
        position: relative;
        top: 143px;
        left: 14px;
    }

    .slide_in_so .slide_in_four::before {
        content: "";
        background: url(/images/slide_green_six.png);
        width: 100%;
        height: 91.05%;
        position: absolute;
        left: 80px;
        top: 99px;
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_four .sile img {
        position: relative;
        top: 190px;
        right: 49px;
    }


    .slide_in_so .slide_in_four::before {
        content: "";
        background: url(/images/slide_green_six_in.png);
        width: 100%;
        height: 92.05%;
        position: absolute;
        left: 30px;
        top: 100.3px;
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_five::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        width: 116%;
        height: 87.05%;
        position: absolute;
        left: 110px;
        top: 41px;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_five .fise img {
        position: relative;
        top: 77px;
        left: -17px;
    }

    .slide_in_so .slide_in_five::after {
        content: "";
        background: url(/images/slide_green_eight.png);
        width: 124%;
        height: 83.05%;
        position: absolute;
        left: 109px;
        top: 184px;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_six::before {
        content: "";
        background: url(/images/slide_green_nine_in.png);
        width: 79.5%;
        height: 84.05%;
        position: absolute;
        left: 59px;
        top: 90px;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_six::after {
        content: "";
        background: url(/images/slide_green_ten.png);
        width: 81%;
        height: 89.05%;
        position: absolute;
        left: 54px;
        top: 146px;
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_six .fase img {
        position: relative;
        left: 37px;
        top: 237px;
    }

    .slide_in_so .slide_in_seven::before {
        content: "";
        background: url(/images/slide_green_twelve.png);
        width: 99.5%;
        height: 88.05%;
        position: absolute;
        left: 10px;
        top: 10px;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .sily_btn img.sppb-img-responsive {
        left: 46px ! IMPORTANT;
    }
}


@media(min-width: 992px) and (max-width: 1199px){

    .slide_in_so div#column-wrap-id-77215641-68ff-49e0-9de9-360b8bdccac2 {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .sily_btn img.sppb-img-responsive {
        left: 46px ! IMPORTANT;
    }

    .slide_in_so .addon-root-text-block {
        margin-left: 45px !important;
        margin-right: 40px !important;
        max-width: 60%;
        width: 100%;
    }

    .slide_in_so {
        background: #fff;
   }

    .slide_in_so .a_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .a_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .b_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .b_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .c_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .c_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .d_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .d_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .a_in .slide_in_one img.sppb-img-responsive {
        position: relative;
        left: -78px;
    }

    .slide_in_so .slide_in_one::before {
        content: "";
        background: url(/images/slide_first.png);
        width: 1%;
        height: 76%;
        position: absolute;
        left: 30px;
        top: 94px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_one::after {
        content: "";
        background: url(/images/slide_green.png);
        width: 90%;
        height: 4%;
        position: absolute;
        left: 30px;
        top: auto;
        bottom: -32px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_three img.sppb-img-responsive {
        margin-top: -101px;
        position: relative;
        left: -30px;
    }   

    .slide_in_so .slide_in_three::before {
        content: "";
        background: url(/images/slide_green_three.png);
        width: 19%;
        height: 83%;
        position: absolute;
        left: auto;
        right: -55px;
        top: -73px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_two::before {
        content: "";
        background: url(/images/slide_green_four.png);
        width: 116.6%;
        height: 86.05%;
        position: absolute;
        left: -77px;
        top: 91px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_two::after {
        content: "";
        background: url(/images/slide_green_five.png);
        width: 100%;
        height: 97%;
        position: absolute;
        left: 0px;
        top: 115px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_two .aile_in img.sppb-img-responsive {
        position: relative;
        top: 143px;
        left: 82px;
    }

    .slide_in_so .slide_in_four::before {
        content: "";
        background: url(/images/slide_green_six.png);
        width: 100%;
        height: 91.05%;
        position: absolute;
        left: 80px;
        top: 99px;
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_four .sile img {
        position: relative;
        top: 190px;
        right: 95px;
    }


    .slide_in_so .slide_in_four::before {
        content: "";
        background: url(/images/slide_green_six_in.png);
        width: 101%;
        height: 89.05%;
        position: absolute;
        left: -9px;
        top: 100.3px;
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_five::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        width: 127%;
        height: 87.05%;
        position: absolute;
        left: 17px;
        top: 45px;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_five .addon-root-text-block {
        margin-left: 100px ! IMPORTANT;
    }

    .slide_in_so .slide_in_five .fise img {
        position: relative;
        top: 60px;
        left: -110px;
    }

    .slide_in_so .slide_in_five::after {
        content: "";
        background: url(/images/slide_green_eight.png);
        width: 124%;
        height: 83.05%;
        position: absolute;
        left: 16px;
        top: 107px;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_six::before {
        content: "";
        background: url(/images/slide_green_nine_into.png);
        width: 99.1%;
        height: 92.05%;
        position: absolute;
        left: -38px;
        top: 5px;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_six::after {
        content: "";
        background: url(/images/slide_green_ten.png);
        width: 81%;
        height: 86.05%;
        position: absolute;
        left: 38px;
        top: 146px;
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_six .fase img {
        position: relative;
        left: 37px;
        top: 163px;
    }

    .slide_in_so .slide_in_seven::before {
        content: "";
        background: url(/images/slide_green_twelve.png);
        width: 99.5%;
        height: 88.05%;
        position: absolute;
        left: 10px;
        top: 10px;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .minxs .sppb-flipbox-front-title {
      font-size: 120px !important;
      position: relative;
      z-index: 99999;
  }

  .wiksc_in .sppb-flipbox-front-title {
      font-size: 120px !important;
      position: relative;
      z-index: 99999;
  }

}


@media(min-width: 768px) and (max-width: 991px){
    .slide_in_so div#column-wrap-id-77215641-68ff-49e0-9de9-360b8bdccac2 {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .slide_in_so .addon-root-text-block {
        margin-left: 45px !important;
        margin-right: 40px !important;
        max-width: 60%;
        width: 100%;
    }

    .sily_btn img.sppb-img-responsive {
        left: 46px ! IMPORTANT;
    }

    .slide_in_so {
        background: #fff;
   }

    .slide_in_so .a_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .a_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .b_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .b_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .c_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .c_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .d_in .sppb-row-column {
        max-width: 45% !important;
        flex-basis: 45% !important;
    }

   .slide_in_so .d_in .sppb-row {
        justify-content: space-between;
    }

    .slide_in_so .a_in .slide_in_one img.sppb-img-responsive {
        position: relative;
        left: -78px;
    }

    .slide_in_so .slide_in_one::before {
        content: "";
        background: url(/images/slide_site_five_in.png);
        width: 2%;
        height: 80%;
        position: absolute;
        left: 28px;
        top: 94px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_one::after {
        content: "";
        background: url(/images/slide_green.png);
        width: 90%;
        height: 4%;
        position: absolute;
        left: 19px;
        top: auto;
        bottom: -32px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_three img.sppb-img-responsive {
        margin-top: -78px;
        position: relative;
        left: -37px;
    }   

    .slide_in_so .slide_in_three::before {
        content: "";
        background: url(/images/slide_green_three.png);
        width: 27%;
        height: 83%;
        position: absolute;
        left: auto;
        right: -47px;
        top: -136px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_two::before {
        content: "";
        background: url(/images/slide_green_four.png);
        width: 120.6%;
        height: 86.05%;
        position: absolute;
        left: -60px;
        top: 103px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_two::after {
        content: "";
        background: url(/images/slide_green_five.png);
        width: 100%;
        height: 97%;
        position: absolute;
        left: 0px;
        top: 115px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_two .sppb-addon-text-block {
        position: relative;
        top: 40px;
    }

    .slide_in_so .slide_in_two .aile_in img.sppb-img-responsive {
        position: relative;
        top: 143px;
        left: 96px;
    }

    .slide_in_so .slide_in_four::before {
        content: "";
        background: url(/images/slide_green_six.png);
        width: 100%;
        height: 91.05%;
        position: absolute;
        left: 80px;
        top: 99px;
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_four .sile img {
        position: relative;
        top: 190px;
        right: 95px;
    }


    .slide_in_so .slide_in_four::before {
        content: "";
        background: url(/images/slide_green_six_in.png);
        width: 101%;
        height: 97.05%;
        position: absolute;
        left: -14px;
        top: 50.3px;
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_five::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        width: 128%;
        height: 82.05%;
        position: absolute;
        left: 17px;
        top: 45px;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_five .addon-root-text-block {
        margin-left: 100px ! IMPORTANT;
    }

    .slide_in_so .slide_in_five .fise img {
        position: relative;
        top: 60px;
        left: -110px;
    }

    .slide_in_so .slide_in_five::after {
        content: "";
        background: url(/images/slide_green_eight_inc.png);
        width: 120%;
        height: 83.05%;
        position: absolute;
        left: 15px;
        top: 107px;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_six::before {
        content: "";
        background: url(/images/slide_green_nine_in.png);
        width: 107%;
        height: 65.05%;
        position: absolute;
        left: -40px;
        top: 122px;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    div#section-id-622fad8a-ca46-429d-a8d9-8645f0564193 {
        padding-top: 62px ! IMPORTANT;
    }

    .slide_in_so .slide_in_six::after {
        content: "";
        background: url(/images/slide_green_ten.png);
        width: 82%;
        height: 86.05%;
        position: absolute;
        left: 38px;
        top: 146px;
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
    }

    .slide_in_so .slide_in_six .fase img {
        position: relative;
        left: 37px;
        top: 163px;
    }

    .slide_in_so .slide_in_seven::before {
        content: "";
        background: url(/images/Ca_slide.png);
        width: 122.5%;
        height: 95.05%;
        position: absolute;
        left: 6px;
        top: 7px;
        background-size: auto;
        background-position: top;
        background-repeat: no-repeat;
    }

    .minxs .sppb-flipbox-front-title {
      font-size: 60px !important;
      position: relative;
      z-index: 99999;
    }

    .wiksc_in .sppb-flipbox-front-title {
        font-size: 60px !important;
        position: relative;
        z-index: 99999;
    }
}


@media (min-width: 767px) {
  button#toggle-music.audio-pause {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }

  button#toggle-music {
    background: none;
    border: none;
    margin-top: 20px;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  .slide_so .sppb-row-column {
    max-width: 50% !important;
    flex-basis: 50% !important;
  }

  .slide_so .slide_one div#sppb-addon-1715841210271 {
    text-align: left;
  }

  .slide_so .slide_one #sppb-addon-1715841437508 {
    text-align: left;
  }

  .slide_so .slide_three #sppb-addon-wrapper-a961c19f-f71c-4748-b967-b729e7eb2ae3 {
    text-align: left;
    margin-left: 0px;
  }

  .slide_so .slide_three #sppb-addon-99e9f742-fe27-4906-acda-ef1eaddcc3aa {
    text-align: left;
  }

  .slide_so .slide_five #sppb-addon-wrapper-ojNJwzLSMlYjMY0czDE2W {
    margin-left: 0px;
    text-align: left;
  }

  .slide_so .slide_five #sppb-addon-1716051504574 {
    text-align: left;
  }

  .slide_so {
    position: relative !important;
  }

  .slide_so .slide_one {
    position: relative;
  }

  .slide_so .slide_one::before {
    content: "";
    background: url(/images/slide_one.png);
    width: 100%;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 18px;
    top: 48px;
  }

  .slide_so .slide_two::before {
    content: "";
    background: url(/images/slide_two.png);
    width: 100%;
    height: 54px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -49px;
    top: 46px;
  }

  .slide_so .slide_two::after {
    content: "";
    background: url(/images/asret.png);
    width: 5px;
    height: 315px;
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    right: 47px;
    top: 120px;
  }

  .slide_four {
    margin-top: -47px;
  }

  .slide_four img.sppb-img-responsive {
    position: relative;
    top: -23px;
  }

  .slide_so .slide_four::before {
    content: "";
    background: url(/images/slide_four.png);
    width: 93%;
    height: 104px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -19px;
    top: 6px;
  }

  .slide_so .slide_three::before {
    content: "";
    background: url(/images/slide_three-in.png);
    width: 87%;
    height: 91px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 42px;
    top: 58px;
  }

  .slide_so .slide_three::after {
    content: "";
    background: url(/images/six_in.png);
    width: 6px;
    height: 309px;
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    left: 45px;
    top: 164px;
  }

  .slide_so .slide_five::before {
    content: "";
    background: url(/images/asret.png);
    width: 1.5%;
    height: 274px;
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    left: 46px;
    top: 110px;
  }

  .slide_so .slide_five::after {
    content: "";
    background: url(/images/asret.png);
    width: 1.5%;
    height: 434px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 263px;
    top: 154px;
    rotate: 90deg;
    bottom: 0;
  }

  .slide_so .slide_six::before {
    content: "";
    background: url(/images/axert.png);
    width: 73%;
    height: 310px;
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    left: 0px;
    top: 54px;
  }

  .slide_so .slide_six::after {
    content: "";
    background: url(/images/asret.png);
    width: 1.5%;
    height: 384px;
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    left: auto;
    top: 80px;
    right: 66px;
  }

  .slide_so .slide_seven::before {
    content: "";
    background: url(/images/asret.png);
    width: 1.5%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: auto;
    top: -142px;
    rotate: 90deg;
    right: 234px;
  }

  .slide_so .addon-root-text-block {
    margin-left: 69px !important;
    margin-right: 62px !important;
  }

  .slide_so a img.sppb-img-responsive {
    margin-left: 50px;
  }

  .slide_so .cat_2 img.sppb-img-responsive {
    margin-left: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .slide_so .sppb-row-column {
    max-width: 50% !important;
    flex-basis: 50% !important;
  }

  .slide_so .slide_one::before {
    width: 100%;
    height: 84px;
    left: 86px;
    top: 28px;
  }

  .slide_so .slide_two::after {
    content: "";
    background: url(/images/six_in.png);
    width: 1.5%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    right: 48px;
    top: 110px;
  }

  .slide_so .slide_four::before {
    content: "";
    background: url(/images/slide_four.png);
    width: 100%;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 57px;
    top: 27px;
  }

  .slide_so .slide_three::before {
    content: "";
    background: url(/images/xc.png);
    width: 87%;
    height: 113px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 151px;
    top: 67px;
  }

  .slide_so .slide_three::after {
    content: "";
    background: url(/images/line_sike.png);
    width: 97px;
    height: 386px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 79px;
    top: 135px;
   }

  .slide_so .slide_five::before {
    content: "";
    background: url(/images/six.png);
    width: 104%;
    height: 274px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 126px;
    top: 116px;
  }

  .slide_so .slide_six::before {
    content: "";
    background: url(/images/arrow_C.png);
    width: 66%;
    height: 352px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 131px;
    top: 93px;
  }

  .slide_so .slide_seven::before {
    content: "";
    background: url(/images/arrow-i.png);
    width: 78%;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 69px;
    top: -4px;
  }
}

@media(max-width: 991px){
  .view-rsmembership .subscribe-form-fileds {
    max-width: 100% !important;
    width: 100%;
  }

  .view-rsmembership .rsm_form_container form#rsm_subscribe_default_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }

  .view-rsmembership .rsm_form_container form#rsm_subscribe_default_form button.btn{
    margin-top: 25px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slide_so .sppb-row {
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

    .slide_so .sppb-row-column {
    max-width: 50% !important;
    flex-basis: 50% !important;
  }

  .slide_so .slide_one div#sppb-addon-1715841210271 {
    text-align: left;
  }

  .slide_so .slide_one #sppb-addon-1715841437508 {
    text-align: left;
  }

  .slide_so .slide_three #sppb-addon-wrapper-a961c19f-f71c-4748-b967-b729e7eb2ae3 {
    text-align: left;
    margin-left: 0px;
  }

  .slide_so .slide_three #sppb-addon-99e9f742-fe27-4906-acda-ef1eaddcc3aa {
    text-align: left;
  }

  .slide_so .slide_five #sppb-addon-wrapper-ojNJwzLSMlYjMY0czDE2W {
    margin-left: 0px;
    text-align: left;
  }

  .slide_so .slide_five #sppb-addon-1716051504574 {
    text-align: left;
  }

  .slide_so {
    position: relative !important;
  }

  .slide_so .slide_one {
    position: relative;
  }

  .slide_so .sppb-row.sppb-align-center {
    justify-content: space-between;
  }

  .slide_so .slide_one::before {
    content: "";
    background: url(/images/slide_one.png);
    width: 100%;
    height: 51px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -13px;
    top: 38px;
  }

  .slide_so .slide_two::before {
    content: "";
    background: url(/images/slide_two.png);
    width: 100%;
    height: 62px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -47px;
    top: 50px;
  }

  .slide_so .addon-root-text-block {
    margin-left: 69px !important;
    margin-right: 62px !important;
  }

  .slide_so a img.sppb-img-responsive {
    margin-left: 50px;
  }

  .slide_so .cat_2 img.sppb-img-responsive {
    margin-left: 50px;
  }

  .slide_so .slide_two::after {
    content: "";
    background: url(/images/asret.png);
    width: 5px;
    height: 396px;
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    right: 47px;
    top: 120px;
  }

  .slide_so .slide_three::before {
    content: "";
    background: url(/images/slide_three-in.png);
    width: 98%;
    height: 58px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
    top: 65px;
}

  .slide_so .slide_four::before {
    content: "";
    background: url(/images/slide_four.png);
    width: 93%;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -56px;
    top: -8px;
  }

  .slide_so .slide_three::after {
    content: "";
    background: url(/images/asret.png);
    width: 5px;
    height: 562px;
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    left: 42px;
    top: 60px;
  }

  .slide_so .slide_five::before {
    content: "";
    background: url(/images/asret.png);
    width: 1.5%;
    height: 371px;
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    left: 46px;
    top: 110px;
  }

  .slide_so .slide_five::after {
    content: "";
    background: url(/images/asret.png);
    width: 1.5%;
    height: 344px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 220px;
    top: 311px;
    rotate: 90deg;
    bottom: 0;
  }

  .slide_so .slide_six::before {
    content: "";
    background: url(/images/axert.png);
    width: 73%;
    height: 406px;
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    left: 27px;
    top: 80px;
  }

  .slide_so .slide_six::after {
    content: "";
    background: url(/images/asret.png);
    width: 1.5%;
    height: 470px;
    background-size: cover;
    background-repeat: repeat;
    position: absolute;
    left: auto;
    top: 80px;
    right: 66px;
  }

  .slide_so .slide_seven::before {
    content: "";
    background: url(/images/asret.png);
    width: 1.5%;
    height: 196px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: auto;
    top: -63px;
    rotate: 90deg;
    right: 160px;
  }
}

.slide_in_four .cat_3 img.sppb-img-responsive {
    cursor: pointer;
}

@media(min-width: 992px){
  .view-rsmembership .subscribe-form-fileds {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
     justify-content: flex-start; 
    max-width: 70% !important;
    width: 100%;
    gap: 100px;
}
}


@media (max-width: 991px) {
  section#sp-main-body .home-login-form form {
    max-width: 100%;
  }

  button#toggle-music {
    margin-top: 24px;
  }

  #sppb-addon-1716061857520 .sppb-flipbox-back-paragraph {
    font-weight: 500 !important;
    font-size: 22px !important;
  }

  #sppb-addon-z3UNYdtx416JTJlPrhyfA .sppb-flipbox-back-paragraph{
    font-size: 22px !important;
    font-weight: 500 !important;
  }

  .winex_in .flip-box-inner{
    display: block !important;
  }

  .winex_in .flip-box-inner .sppb-flipbox-back-paragraph{
    max-width: 100% !important;
  }

  .winex_in .flip-box-inner .sppb-flipbox-back-button{
    max-width: 100% !important;
  }

  .wiksc_in .flip-box-inner{
    display: block !important;
  }

  .wiksc_in .flip-box-inner .sppb-flipbox-back-paragraph{
    max-width: 100% !important;
  }

  .wiksc_in .flip-box-inner .sppb-flipbox-back-button{
    max-width: 100% !important;
  }

  div#rsm_subscribe_payment {
    max-width: 50% !important;
    width: 100%;
    margin-top: 20px;
}
}

@media(min-width: 992px) and (max-width: 1399px){
   .view-rsmembership .subscribe-form-fileds{
    max-width: 60% !important;
   }
}

#sppb-addon-1716061857520 .sppb-flipbox-back-button .sppb-btn {
    background: url(/images/btn_dox.png) !important;
    background-repeat: no-repeat ! IMPORTANT;
    background-size: cover ! IMPORTANT;
    font-size: 22px !important;
    max-width: 200px !important;
    width: 100% !important;
}

#sppb-addon-z3UNYdtx416JTJlPrhyfA .sppb-flipbox-back-button .sppb-btn{
   background: url(/images/btn_dox.png) !important;
    background-repeat: no-repeat ! IMPORTANT;
    background-size: cover ! IMPORTANT;
    font-size: 22px !important;
    max-width: 200px !important;
    width: 100% !important;
}




@media (max-width: 767px) {
  section#sp-main-body .home-login-form form.form-validate .password-group button.btn {
        padding: 7.5px !important;
  }

  section#sp-main-body .remind form button.btn.validate {
    max-width: 85%;
    height: 58px;
    font-size: 32px;
  }

  .home-login-form form.form-validate button.btn.btn-lg {
    width: 100%;
    max-width: 85%;
    height: 58px;
    font-size: 32px;
    font-weight: bold;
  }

  section#sp-main-body .reset form button.btn.validate {
    width: 100%;
    max-width: 85%;
    height: 58px;
    font-size: 32px;
  }

  .slide_so .sppb-row-column {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .slide_so {
    position: relative;
  }

  .slide_so .sppb-addon-single-image {
    text-align: center;
  }

  .slide_so .sppb-row {
    position: relative;
  }

  .slide_so .sppb-row .sppb-row-column:nth-child(1) {
    order: 1;
  }

  .slide_so .sppb-row .sppb-row-column:nth-child(2) {
    order: 2;
  }

  .slide_so .sppb-row .sppb-row-column:nth-child(3) {
    order: 4;
  }

  .slide_so .sppb-row .sppb-row-column:nth-child(4) {
    order: 3;
    position: relative;
    z-index: 999;
  }

  .slide_so .sppb-row .sppb-row-column:nth-child(5) {
    order: 5;
  }

  .slide_so .sppb-row .sppb-row-column:nth-child(6) {
    order: 6;
  }

  .slide_so .sppb-row .sppb-row-column:nth-child(7) {
    order: 7;
  }

  .slide_so .sppb-row .sppb-row-column:nth-child(8) {
    order: 8;
  }

  .slide_so {
    position: relative;
  }

  .slide_so .sppb-addon-text-block {
    padding: 0px 25px;
  }

  .slide_so .sppb-row .slide_one::before {
    content: "";
    background: url(/images/image_layer.png);
    max-width: 100%;
    width: 100%;
    height: 321px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: auto;
    top: 16%;
    background-size: contain;
    background-position: right;
  }

  .slide_so .sppb-row .slide_two::before {
    content: "";
    background: url(/images/image_layer_two.png);
    max-width: 100%;
    width: 98%;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: auto;
    top: 12%;
    background-size: cover;
    background-position: right;
  }

  .slide_so .sppb-row .slide_two::after {
    content: "";
    background: url(/images/line_so.png);
    max-width: 100%;
    width: 100%;
    height: 272px;
    background-repeat: no-repeat;
    position: absolute;
    left: 11px;
    right: 0;
    top: 23%;
    background-size: auto;
    background-position: left;
  }

  .slide_so .sppb-row .slide_three::before {
    content: "";
    background: url(/images/line_sen.png);
    max-width: 100%;
    width: 99%;
    height: 96px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    left: 10px;
    top: -87%;
    background-size: cover;
    background-position: right;
  }

  .slide_so .sppb-row .slide_three::after {
    content: "";
    background: url(/images/lice.png);
    max-width: 100%;
    width: 100%;
    height: 246px;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    right: 0;
    top: -54%;
    background-size: auto;
    background-position: right;
  }

  .slide_so .sppb-row .slide_four::before {
    content: "";
    background: url(/images/inke.png);
    max-width: 100%;
    width: 99%;
    height: 34px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    left: 12px;
    top: 135%;
    background-size: contain;
    background-position: right;
  }

  .slide_so .sppb-row .slide_four::after {
    content: "";
    background: url(/images/main_c.png);
    max-width: 10%;
    width: 100%;
    height: 364px;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    right: 0;
    top: 145%;
    background-size: auto;
    background-position: left;
  }

  .slide_so .sppb-row .slide_five::before {
    content: "";
    background: url(/images/amain.png);
    max-width: 100%;
    width: 100%;
    height: 41px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    left: -3px;
    top: 6%;
    background-size: cover;
    background-position: left;
  }

  .slide_so .sppb-row .slide_five::after {
    content: "";
    background: url(/images/asret.png);
    max-width: 5px;
    width: 5px;
    height: 125%;
    background-repeat: no-repeat;
    position: absolute;
    right: 3px;
    left: auto;
    top: 20%;
    background-size: auto;
    background-position: right;
  }

  .slide_so .sppb-row .slide_six::before {
    content: "";
    background: url(/images/mine_x.png);
    max-width: 100%;
    width: 100%;
    height: 41px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    left: -3px;
    top: 13%;
    background-size: contain;
    background-position: left;
  }

  .slide_so .sppb-row .slide_six::after {
    content: "";
    background: url(/images/mine_y.png);
    max-width: 5px;
    width: 5px;
    height: 123%;
    background-repeat: no-repeat;
    position: absolute;
    right: auto;
    left: -1px;
    top: 20%;
    background-size: cover;
    background-position: left;
  }

  .slide_so .sppb-row .slide_seven::before {
    content: "";
    background: url(/images/mine_n.png);
    max-width: 100%;
    width: 100%;
    height: 41px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    left: -3px;
    top: 13%;
    background-size: auto;
    background-position: left;
  }

  .logo-image-phone {
    height: 45px !important;
  }

  .view-login section#sp-main-body .row {
    width: auto !important;
    justify-content: center !important;
  }

  .minxs .sppb-flipbox-front-title {
      font-size: 40px !important;
      position: relative;
      z-index: 99999;
  }

  .wiksc_in .sppb-flipbox-front-title {
      font-size: 40px !important;
      position: relative;
      z-index: 99999;
  }
   
/*   ////////////////////////////second-game////////////////////////*/

  .slide_in_so{
    background: #fff;
  }

   .slide_in_so .slide_in_one::before {
        content: "";
        background: url(/images/side_a_green.png);
        max-width: 53%;
        width: 100%;
        height: 25px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 15%;
        background-size: contain;
        background-position: right;
    }

    .slide_in_so .slide_in_one::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 114%;
        background-repeat: no-repeat;
        position: absolute;
        right: -16px;
        left: auto;
        top: 25%;
        background-size: cover;
        background-position: right;
    }

    .slide_in_so .slide_in_two::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        max-width: 106%;
        width: 106%;
        height: 25px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 30%;
        background-size: contain;
        background-position: center;
    }

    .slide_in_so .slide_in_two::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 97%;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: -21px;
        top: 41%;
        background-size: cover;
        background-position: left;
    }

    .slide_in_so .slide_in_three::before {
        content: "";
        background: url(/images/maic_x.png);
        max-width: 106%;
        width: 105.6%;
        height: 62px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 30%;
        background-size: contain;
        background-position: center;
    }


    .slide_in_so .slide_in_three::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 90%;
        background-repeat: no-repeat;
        position: absolute;
        right: -18px;
        left: auto;
        top: 40%;
        background-size: cover;
        background-position: right;
    }

    .slide_in_so .slide_in_four::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        max-width: 106%;
        width: 105.6%;
        height: 62px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 21%;
        background-size: contain;
        background-position: center;
    }

    .slide_in_so .slide_in_four::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 83%;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: -20px;
        top: 36%;
        background-size: cover;
        background-position: left;
    }

    .slide_in_five {
        margin-top: 25px;
    }

    .slide_in_so .slide_in_five::before {
        content: "";
        background: url(/images/maic_x.png);
        max-width: 107%;
        width: 105.6%;
        height: 23px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 15%;
        background-size: contain;
        background-position: center;
    }

    .slide_in_so .slide_in_five::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 113%;
        background-repeat: no-repeat;
        position: absolute;
        right: -17px;
        left: auto;
        top: 19%;
        background-size: cover;
        background-position: right;
    }

    .slide_in_so .slide_in_six::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        max-width: 106%;
        width: 106%;
        height: 25px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 34%;
        background-size: contain;
        background-position: center;
    }

    .slide_in_so .slide_in_six::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 80%;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: -22px;
        top: 41%;
        background-size: cover;
        background-position: left;
    }

    .slide_in_so .slide_in_seven::before {
        content: "";
        background: url(/images/mobile_c.png);
        max-width: 29%;
        width: 89%;
        height: 25px;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: -92px;
        top: -8%;
        background-size: contain;
        background-position: left;
    }
    
}

@media(min-width: 768px){
    .mian_y{
        display: none !important;
    }

    .mian_x{
        display: block !important;
    }
}

@media(max-width: 767px){
    .mian_y{
        display: block !important;
    }

    .mian_x{
        display: none !important;
    }

    .view-rsmembership .rsm_form_container form#rsm_subscribe_default_form {
        margin-top: 40px !important;
        padding-bottom: 80px;
    }
}


@media(max-width: 576px){
    .slide_in_so {
        padding: 0px 15px ! IMPORTANT;
    }

    .slide_in_two {
        margin-top: 25px ! IMPORTANT;
    }

    .slide_in_three {
        margin-top: 25px ! IMPORTANT;
    }

    .slide_in_four {
        margin-top: 25px ! IMPORTANT;
    }

    .slide_in_five {
        margin-top: 25px ! IMPORTANT;
    }

    .slide_in_six {
        margin-top: 25px ! IMPORTANT;
    }

    .slide_in_seven {
        margin-top: 25px ! IMPORTANT;
    }

    .slide_in_so .slide_in_one::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 99%;
        background-repeat: no-repeat;
        position: absolute;
        right: -16px;
        left: auto;
        top: 25%;
        background-size: cover;
        background-position: right;
    }

    .slide_in_so .slide_in_two::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        max-width: 106%;
        width: 106%;
        height: 25px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 16%;
        background-size: contain;
        background-position: center;
    }

    .slide_in_so .slide_in_two::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 104%;
        background-repeat: repeat;
        position: absolute;
        right: auto;
        left: -21px;
        top: 21%;
        background-size: cover;
        background-position: left;
    }

    .slide_in_so .slide_in_three::before {
        content: "";
        background: url(/images/side_x_gray.png);
        max-width: 106%;
        width: 105.6%;
        height: 62px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 10%;
        background-size: contain;
        background-position: center;
    }

    .slide_in_so .slide_in_three::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 90%;
        background-repeat: no-repeat;
        position: absolute;
        right: -18px;
        left: auto;
        top: 29%;
        background-size: cover;
        background-position: right;
    }

    .slide_in_so .slide_in_four::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        max-width: 106%;
        width: 105.6%;
        height: 62px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 7%;
        background-size: contain;
        background-position: center;
    }

    .slide_in_so .slide_in_four::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 95%;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: -19px;
        top: 16%;
        background-size: cover;
        background-position: left;
    }

    .slide_in_so .slide_in_five::before {
        content: "";
        background: url(/images/side_x_gray.png);
        max-width: 107%;
        width: 105.6%;
        height: 23px;
        background-repeat: no-repeat;
        position: absolute;
        right: -12px;
        left: auto;
        top: 15%;
        background-size: contain;
        background-position: center;
    }

    .slide_in_so .slide_in_five::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 122%;
        background-repeat: no-repeat;
        position: absolute;
        right: -17px;
        left: auto;
        top: 26%;
        background-size: cover;
        background-position: right;
    }

    .slide_in_so .slide_in_six::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        max-width: 106%;
        width: 106%;
        height: 25px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 32%;
        background-size: contain;
        background-position: center;
    }

    .slide_in_so .slide_in_six::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 80%;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: -22px;
        top: 38%;
        background-size: cover;
        background-position: left;
    }

    .minxs .sppb-flipbox-front-title {
      font-size: 28px !important;
      position: relative;
      z-index: 99999;
  }

  .wiksc_in .sppb-flipbox-front-title {
      font-size: 28px !important;
      position: relative;
      z-index: 99999;
  }

  .view-rsmembership .subscribe_header-discription .subscribe-header {
      font-size: 40px;
      line-height: 40px;
  }

  .view-rsmembership .subscribe_header-discription .subscribe-discription {
      font-size: 18px;
  }

}

@media(max-width: 540px){
    .slide_in_so .slide_in_two::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 104%;
        background-repeat: repeat;
        position: absolute;
        right: auto;
        left: -16px;
        top: 21%;
        background-size: cover;
        background-position: left;
    }

    .slide_in_so .slide_in_four::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 95%;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: -14px;
        top: 16%;
        background-size: cover;
        background-position: left;
    }

    .slide_in_so .slide_in_five::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 117%;
        background-repeat: no-repeat;
        position: absolute;
        right: -17px;
        left: auto;
        top: 26%;
        background-size: cover;
        background-position: right;
    }

    .slide_in_so .slide_in_six::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        max-width: 109%;
        width: 107%;
        height: 25px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 32%;
        background-size: contain;
        background-position: center;
    }
}

@media (max-width: 480px) {
  .slide_so .sppb-row .slide_one::before {
    content: "";
    background: url(/images/image_layer.png);
    max-width: 80%;
    width: 58%;
    height: 328px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: auto;
    top: 15%;
    background-size: cover;
    background-position: right;
  }

  .slide_so .sppb-row .slide_two::before {
    content: "";
    background: url(/images/image_layer_two.png);
    max-width: 100%;
    width: 98%;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: auto;
    top: 12%;
    background-size: contain;
    background-position: right;
  }

  .slide_so .sppb-row .slide_two::after {
    content: "";
    background: url(/images/line_so.png);
    max-width: 100%;
    width: 100%;
    height: 224px;
    background-repeat: no-repeat;
    position: absolute;
    left: 8px;
    right: 0;
    top: 23%;
    background-size: auto;
    background-position: left;
  }

  .slide_so .sppb-row .slide_four::after {
    content: "";
    background: url(/images/main_c.png);
    max-width: 10%;
    width: 100%;
    height: 387px;
    background-repeat: no-repeat;
    position: absolute;
    left: 4px;
    right: 0;
    top: 145%;
    background-size: auto;
    background-position: left;
  }

  .slide_so .sppb-row .slide_five::before {
    content: "";
    background: url(/images/amain.png);
    max-width: 100%;
    width: 98%;
    height: 51px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    left: 2px;
    top: 6%;
    background-size: contain;
    background-position: left;
  }

  .slide_so .sppb-row .slide_six::after {
    content: "";
    background: url(/images/mine_y.png);
    max-width: 5px;
    width: 5px;
    height: 118%;
    background-repeat: no-repeat;
    position: absolute;
    right: auto;
    left: -1px;
    top: 21%;
    background-size: cover;
    background-position: left;
  }

  .slide_so .sppb-row .slide_seven::before {
    content: "";
    background: url(/images/mine_n.png);
    max-width: 53%;
    width: 70%;
    height: 46px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    left: -4px;
    top: 13%;
    background-size: contain;
    background-position: left;
  }

   .slide_in_so .slide_in_four::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        max-width: 106%;
        width: 107.6%;
        height: 62px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 7%;
        background-size: contain;
        background-position: center;
    }

    .slide_in_so .slide_in_three::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 90%;
        background-repeat: no-repeat;
        position: absolute;
        right: -17px;
        left: auto;
        top: 29%;
        background-size: cover;
        background-position: right;
    }

    .slide_in_so .slide_in_five::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 123%;
        background-repeat: no-repeat;
        position: absolute;
        right: -15px;
        left: auto;
        top: 18%;
        background-size: cover;
        background-position: right;
    }

    .slide_in_so .slide_in_six::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 80%;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: -17px;
        top: 38%;
        background-size: cover;
        background-position: left;
    }

    .view-rsmembership .subscribe-form-fileds .puzzle-header{
        max-width: 100% !important;
        width: 100%;
      }

    .view-rsmembership .subscribe-form-fileds .puzzle-header .control-group {
      align-items: baseline ! IMPORTANT;
  }

      .view-rsmembership .subscribe-form-fileds .control-group {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

  .view-rsmembership .subscribe-form-fileds .control-group::before{
     margin-top: 30px !important;
   }

      div#rsm_subscribe_payment {
        max-width: 100% !important;
        width: 100%;
        margin-top: 20px;
    }
}

div#dataModal .modal-content {
    box-shadow: 4px 4px 27px rgba(255, 215, 3, 1);
}

.view-thankyou section#sp-main-body {
    background: none !important;
}

.view-thankyou{
  width: 100%;
  height: 100vh;
  background: url("/images/2024/05/15/frame-4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.view-thankyou div#rsm_thankyou_container {
    text-align: center;
}

.view-thankyou div#rsm_thankyou_container p {
    font-size: 34px;
    padding-top: 20px;
    line-height: 40px;
}



@media(max-width: 420px){
    .slide_in_so .slide_in_six::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 80%;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: -14px;
        top: 38%;
        background-size: cover;
        background-position: left;
    }

    .slide_in_so .slide_in_four::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 95%;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: -11px;
        top: 16%;
        background-size: cover;
        background-position: left;
    }

    .slide_in_so .slide_in_seven::before {
        content: "";
        background: url(/images/mobile_c.png);
        max-width: 37%;
        width: 89%;
        height: 25px;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: -86px;
        top: -8%;
        background-size: contain;
        background-position: left;
    }
}

@media (max-width: 380px) {
  .slide_so .sppb-row .slide_one::before {
    content: "";
    background: url(/images/image_layer.png);
    max-width: 80%;
    width: 58%;
    height: 357px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: auto;
    top: 15%;
    background-size: cover;
    background-position: right;
  }

  .slide_so .sppb-row .slide_two::after {
    content: "";
    background: url(/images/line_so.png);
    max-width: 100%;
    width: 110%;
    height: 289px;
    background-repeat: no-repeat;
    position: absolute;
    left: 8px;
    right: 0;
    top: 23%;
    background-size: auto;
    background-position: left;
  }

  .slide_so .sppb-row .slide_three::before {
    content: "";
    background: url(/images/line_sen.png);
    max-width: 100%;
    width: 99%;
    height: 96px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    left: 10px;
    top: -87%;
    background-size: auto;
    background-position: right;
  }

      .slide_in_so .slide_in_two::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        max-width: 109%;
        width: 110%;
        height: 25px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 16%;
        background-size: contain;
        background-position: center;
    }

        .slide_in_so .slide_in_three::before {
        content: "";
        background: url(/images/side_x_gray.png);
        max-width: 109%;
        width: 109.6%;
        height: 62px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 10%;
        background-size: contain;
        background-position: center;
    }

        .slide_in_so .slide_in_four::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        max-width: 107%;
        width: 107.6%;
        height: 62px;
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        left: auto;
        top: 7%;
        background-size: contain;
        background-position: center;
    }

        .slide_in_so .slide_in_five::before {
        content: "";
        background: url(/images/side_x_gray.png);
        max-width: 107%;
        width: 106.6%;
        height: 23px;
        background-repeat: no-repeat;
        position: absolute;
        right: -12px;
        left: auto;
        top: 15%;
        background-size: contain;
        background-position: center;
    }

        .slide_in_so .slide_in_six::before {
        content: "";
        background: url(/images/slide_green_seven.png);
        max-width: 109%;
        width: 107%;
        height: 25px;
        background-repeat: no-repeat;
        position: absolute;
        right: -10px;
        left: auto;
        top: 32%;
        background-size: contain;
        background-position: center;
    }

        .slide_in_so .slide_in_seven::before {
        content: "";
        background: url(/images/mobile_c.png);
        max-width: 65%;
        width: 89%;
        height: 25px;
        background-repeat: no-repeat;
        position: absolute;
        right: auto;
        left: -85px;
        top: -6%;
        background-size: contain;
        background-position: left;
    }

    .slide_in_so .slide_in_one::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 109%;
        background-repeat: no-repeat;
        position: absolute;
        right: -14px;
        left: auto;
        top: 22%;
        background-size: cover;
        background-position: right;
        rotate: 180deg;
    }

    .slide_in_so .slide_in_two::after {
        content: "";
        background: url(/images/slide_green_six_in.png);
        max-width: 3%;
        width: 100%;
        height: 104%;
        background-repeat: repeat;
        position: absolute;
        right: auto;
        left: -16px;
        top: 24%;
        background-size: cover;
        background-position: left;
        rotate: 180deg;
    }

    .home-login-form form.form-validate button.btn.btn-lg {
        max-width: 55%;
        height: 55px;
        font-size: 24px;
        line-height: 19.2px;
    }
}


