display-flex,
.signup-content,
.form-row,
.label-flex,
.form-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:focus,
a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

input[type="checkbox"] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
}

input[type="radio"] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 30px transparent inset;
  -moz-box-shadow: 0 0 0 30px transparent inset;
  -webkit-box-shadow: 0 0 0 30px transparent inset;
  -o-box-shadow: 0 0 0 30px transparent inset;
  -ms-box-shadow: 0 0 0 30px transparent inset;
  background-color: transparent !important;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0px;
  font-weight: 600;
  color: #fff;
}

h2 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: #fff;
  font-family: "Poppins";
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

body {
  font-size: 14px;
  line-height: 1.8;
  color: #222;
  font-family: "Prompt";
  font-weight: 400;
  margin: 0px;
  background: #f5f9fc;
  padding: 50px 0;
}

.main {
  position: relative;
}

.container {
  width: 1400px;
  margin: 0 auto;
  background: #fff;
}

.signup-img {
  position: relative;
  background: -o-linear-gradient(226deg, #1672bc 0%, #00569c 100%);
  background: linear-gradient(224deg, #1672bc 0%, #00569c 100%);
  width: 400px;
  /* margin-bottom: -8px; */
}

.signup-form {
  width: 1015px;
  margin-top: -2px;
}

.signup-img-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.register-form {
  padding: 93px 115px 90px 80px;
  margin-bottom: -8px;
}

.form-row {
  margin: 0 -30px;
}
.form-row .form-group {
  width: 50%;
  padding: 0 30px;
}

.form-input,
.form-select,
.form-radio {
  margin-bottom: 23px;
}

label,
input {
  font-family: "Prompt";
  font-weight: 500;
  display: block;
  width: 100%;
}

label {
  /* font-weight: bold; */
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 18px;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
}

label.required {
  position: relative;
}
label.required:after {
  content: "*";
  margin-left: 2px;
  color: #1672bc;
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ebebeb;
  padding: 14px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 18px !important;
  font-family: "Prompt" !important;
  font-weight: 500;
  color: #00569c;
}

input::-webkit-input-placeholder {
  font-family: "Prompt" !important;
  font-weight: 300;
  font-size: 14px;
  padding-top: 4px;
}

input::-moz-placeholder {
  font-family: "Prompt" !important;
  font-weight: 300;
  font-size: 14px;
  padding-top: 4px;
}

input:-ms-input-placeholder {
  font-family: "Prompt" !important;
  font-weight: 300;
  font-size: 14px;
  padding-top: 4px;
}

input::-ms-input-placeholder {
  font-family: "Prompt" !important;
  font-weight: 300;
  font-size: 14px;
  padding-top: 4px;
}

input::placeholder {
  font-family: "Prompt" !important;
  font-weight: 300;
  font-size: 14px;
  padding-top: 4px;
}
input:focus {
  border: 1px solid #00569c;
}

.label-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
}
.label-flex label {
  width: auto;
}

.form-link {
  font-size: 12px;
  color: #222;
  text-decoration: none;
  position: relative;
}
.form-link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #d7d7d7;
  left: 0;
  bottom: 12px;
}

.form-radio {
  margin-bottom: 18px;
}
.form-radio input {
  width: auto;
  display: inline-block;
}

.radio-label {
  padding-right: 72px;
}

.form-radio-group {
  background: #e3f1ff;
  margin: 20px 0 0;
  padding: 12px 10px 10px;
  border-radius: 6px;
}

.form-radio-item {
  position: relative;
  margin-right: 30px;
}
.form-radio-item label {
  font-weight: 300;
  font-family: "Prompt" !important;
  padding-left: 30px;
  position: relative;
  z-index: 9;
  display: block;
  cursor: pointer;
  text-transform: none;
}

.check {
  background: #bbd2eb;
  display: inline-block;
  position: absolute;
  border: 1px solid #bbd2eb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  height: 18px;
  width: 18px;
  top: 2px;
  left: 0px;
  z-index: 5;
  -o-transition: border 0.25s linear;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.check:before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 3px;
  left: 3px;
  margin: auto;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
input[type="radio"]:checked ~ .check {
  border: 1px solid #00569c;
}
input[type="radio"]:checked ~ .check::before {
  background: #00569c;
}

input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}
input[type="checkbox"]:checked ~ .check {
  border: 1px solid #00569c;
}
input[type="checkbox"]:checked ~ .check::before {
  background: #00569c;
}

.form-radio-item label:active {
  background: transparent;
}

/* ul {
  background: 0 0;
  position: relative;
  z-index: 9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

ul li {
  padding: 13px 20px;
  z-index: 2;
  color: #222;
}

ul li:not(.init) {
  display: none;
  background: #fff;
  color: #222;
  padding: 5px 10px;
  border-left: 1px solid #c8c8c83b;
  border-bottom: 1px solid #c8c8c83b;
  border-top: 1px solid #c8c8c83b;
}

ul li:not(.init):hover,
ul li.selected:not(.init) {
  background: #329e5e;
  color: #fff;
}

li.init {
  cursor: pointer;
  position: relative;
}
li.init:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 22px;
  color: #222;
  font-family: "Material-Design-Iconic-Font";
  content: "\f2f2";
} */

#slider-margin {
  height: 9px;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background: #e2f1ff;
  border-radius: 222px;
  -moz-border-radius: 222px;
  -webkit-border-radius: 222px;
  -o-border-radius: 222px;
  -ms-border-radius: 222px;
}
#slider-margin .noUi-connect {
  background: -o-linear-gradient(192deg, #1672bc 0%, #00569c 100%);
  background: linear-gradient(258deg, #1672bc 0%, #00569c 100%);
}
#slider-margin .noUi-handle {
  border-radius: 333px !important;
  width: 120px;
  height: 30px;
  top: -12px;
  background: -o-linear-gradient(192deg, #1672bc 0%, #00569c 100%);
  background: linear-gradient(258deg, #1672bc 0%, #00569c 100%);
  box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  outline: none;
  border: none;
  right: -60px;
}
#slider-margin .noUi-handle:after,
#slider-margin .noUi-handle:before {
  background: transparent;
  height: 0px;
  width: 20px;
  top: -2px;
  font-size: 18px;
  outline: none;
}
#slider-margin .noUi-handle:before {
  font-family: "Material-Design-Iconic-Font";
  color: #fff;
  content: "\f2fa";
  left: 10px;
}
#slider-margin .noUi-handle:after {
  font-family: "Material-Design-Iconic-Font";
  color: #fff;
  content: "\f2fb";
  left: auto;
  right: -5px;
}
#slider-margin .noUi-handle .noUi-tooltip {
  bottom: 2px;
  border: none;
  background: transparent;
  font-weight: bold;
  color: #fff;
  padding: 0px;
}

.donate-us {
  margin-bottom: 93px;
  margin-top: 5px;
}
.donate-us label {
  margin-bottom: 32px;
}

.price_slider {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.donate-value {
  position: absolute;
  top: -9px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.form-submit {
  text-align: right;
}

.submit {
  width: 200px;
  height: 50px;
  display: inline-block;
  font-family: "Prompt";
  font-weight: 400;
  font-size: 18px;
  padding: 10px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 333px;
  -moz-border-radius: 333px;
  -webkit-border-radius: 333px;
  -o-border-radius: 333px;
  -ms-border-radius: 333px;
}

#reset {
  background: #fff;
  color: #999;
  border: 2px solid #ebebeb;
}
#reset:hover {
  border: 2px solid #329e5e;
  background: #329e5e;
  color: #fff;
}

.submit {
  background: -o-linear-gradient(226deg, #1672bc 0%, #00569c 100%);
  background: linear-gradient(224deg, #1672bc 0%, #00569c 100%);
  color: #fff;
  margin-right: 25px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.submit:hover {
  /* background-color: #267747; */
}

.form-input {
  position: relative;
}

label.error {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}
/* label.error:after {
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  content: "\f1f8";
  right: 20px;
  top: 37px;
  font-size: 23px;
  color: #c70000;
} */

input.error {
  border: 1px solid #c70000;
}

.select-list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 47px;
}

.list-item {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.snn-head-md-main {
  display: none;
}

.result-address-main {
  position: relative;
}

.lable-result-address {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}
.lable-result-address:after {
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  content: "\f136";
  right: 20px;
  top: 4px;
  font-size: 23px;
  color: #F0BA00;
}

.result-address {
  padding-right: 44px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media screen and (max-width: 1290px) {
  .signup-img {
    width: 300px;
  }
}

/* @media screen and (max-width: 1154px) {
  body {
    background: #fff;
    padding: 0;
  }
  .container {
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 0 auto;
  }
  .signup-img {
    display: none;
  }
} */

@media screen and (max-width: 1216px) {
  body {
    background: #fff;
    padding: 0;
  }
  .container {
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 0 auto;
  }

  .signup-img {
    display: none;
  }

  .signup-form {
    width: 100%;
  }

  .register-form {
    padding: 93px 80px 90px 80px;
  }
}
@media screen and (max-width: 992px) {
  .signup-content {
    width: 100%;
  }

  .form-radio-item {
    margin-right: 15px;
  }

  .register-form {
    padding: 93px 30px 90px 30px;
  }
}
@media screen and (max-width: 768px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    margin: 0px;
  }

  .form-row .form-group {
    width: 100%;
    padding: 0 0px;
  }

  .result-address {
    /* margin-bottom: 23px; */
  }
}
@media screen and (max-width: 480px) {
  .submit {
    width: 100%;
  }

  .submit {
    margin-top: 4px;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .form-radio-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .register-form {
    padding: 30px 5px 50px;
  }
}

@media screen and (max-width: 350px) {
}

/* CSS Website */

/* html{
            position: fixed;
            overflow: hidden;
        } */
html,
body {
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
}

body > .main {
  width: 100vw;
  /* height: 88vh; */
  /* height: 100vh; */
  overflow-x: hidden;
  overflow-y: scroll;
  /* -webkit-overflow-scrolling: touch; */
  /* enables “momentum” (smooth) scrolling */
  /* background: #fff; */
}

.fixed-top {
  width: 100%;
  background: #00000042;
  color: #fff;
  position: relative;
  z-index: 1;
}

.fixed-top .snn-footer-detail {
  text-align: center;
  font-size: 12px;
  padding: 10px 33px;
  /* margin-bottom: 10px; */
}

.fixed-top .snn-footer-detail a {
  color: #fff;
}

.snn-footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.snn-footer-row .snn-footer-col {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
  margin: 10px 5px 0px;
}

.btn-footer-across {
  text-align: center;
  border: 1px solid #fff;
  width: 140px;
  border-radius: 40px;
  font-size: 17px;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}

.btn-footer-agree {
  text-align: center;
  background: -o-linear-gradient(190deg, #ffd800 0%, #f0ba00 100%);
  background: linear-gradient(260deg, #ffd800 0%, #f0ba00 100%);
  width: 140px;
  color: #3e4c5d;
  border-radius: 40px;
  font-size: 17px;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}

.fixed-header,
.fixed-footer {
  width: 100%;
  /* position: -webkit-sticky; */
  /* position: sticky; */
  padding: 10px 0;
  z-index: 1000000;
}

.fixed-header {
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  background: #00000034;
  color: #fff;
  top: 0;
  padding: 12px 15px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixed-header img {
  width: 68px;
  height: 38px;
}

.fixed-header .item-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fixed-header .btn-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
  background: -o-linear-gradient(194deg, #ffd800 0%, #f0ba00 100%);
  background: linear-gradient(256deg, #ffd800 0%, #f0ba00 100%);
  color: #3e4c5d;
  font-size: 17px;
  width: 100px;
  height: 35px;
  text-align: center;
}

.fixed-header .btn-call .btn-call-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.card-head-main {
  background: -o-linear-gradient(226deg, #1672bc 0%, #00569c 100%);
  background: linear-gradient(224deg, #1672bc 0%, #00569c 100%);
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  min-height: 55vw;
  -webkit-box-shadow: 0px 3px 33px #00000029;
          box-shadow: 0px 3px 33px #00000029;
  z-index: 1000;
  position: relative;
}

.fixed-footer {
  bottom: 0;
}

.footer-snn {
  width: 100%;
  height: 45px;
  padding: 25px 0;
  background: #00000088;
}

.snn-title-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 8px;
}

.snn-title-main .snn-title {
  color: #00569c;
  font-size: 27px;
}

.snn-title-main .snn-rectangle-col-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}

.snn-title-main .snn-rectangle-col-main .snn-rectangle-col {
  width: 6px;
  border-radius: 32px;
  background: #00569c;
  height: 32px;
}

.snn-detail-main {
  margin-bottom: 20px;
  color: #525252;
}

.snn-detail-main .snn-detail-1 {
  font-size: 18px;
}

.snn-detail-main .snn-detail-2 {
  font-size: 14px;
}

.text-privacy-policy {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 12px;
  color: #adadad;
}

.text-privacy-policy a {
  color: #adadad;
}

.text-checkbox {
  padding: 0px 20px 0 0;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  color: #525252;
  font-size: 14px !important;
}

.snn-other .text-other {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
}

.snn-other .btn-contact-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.snn-other .btn-contact-main .btn-contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd800), to(#f0ba00));
  background: -o-linear-gradient(top, #ffd800 0%, #f0ba00 100%);
  background: linear-gradient(180deg, #ffd800 0%, #f0ba00 100%);
  width: 26px;
  height: 26px;
  margin: 10px 4px;
  padding: 24px;
  border-radius: 333px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.font-prompt-light {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
}

.font-prompt-regular {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}

.font-prompt-medium {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
}

.font-prompt-semi-bold {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
}

.bg-1-head {
  position: absolute;
  top: 511px;
  right: -38px;
}

.bg-1-car {
  position: absolute;
  width: 72%;
  top: 140px;
  z-index: 2;
}

.bg-1-text {
  position: absolute;
  width: 60%;
  top: 175px;
  right: 0;
  margin-right: 12px;
}

.bg-2-text {
  position: absolute;
  width: 44%;
  top: 539.5px;
  right: 0;
  margin-right: 30px;
}

.bg-3-text {
  position: absolute;
  width: 46%;
  top: 665px;
  right: 0;
  margin-right: 12px;
}

.bg-4-text {
  position: absolute;
  width: 30%;
  top: 695px;
  right: 0;
  margin-right: 12px;
}

.bg-5-text {
  position: absolute;
  width: 75%;
  top: 85px;
}

@media screen and (max-width: 1290px) {
  .bg-1-head {
    position: absolute;
    top: 511px;
    right: -29px;
  }

  .bg-1-car {
    position: absolute;
    width: 80%;
    top: 195px;
    z-index: 2;
  }

  .bg-1-text {
    position: absolute;
    width: 66%;
    top: 190px;
    right: 0;
    margin-right: 12px;
  }

  .bg-2-text {
    position: absolute;
    width: 46%;
    top: 528.5px;
    right: -12px;
    margin-right: 30px;
  }

  .bg-3-text {
    display: none;
    position: absolute;
    width: 46%;
    top: 620px;
    right: 0;
    margin-right: 12px;
  }

  .bg-4-text {
    position: absolute;
    width: 30%;
    top: 645px;
    right: 0;
    margin-right: 12px;
  }
}

@media screen and (max-width: 1216px) {
  html,
  body {
    background: #1672bc;
  }

  body > .main {
    width: 100vw;
    background: #fff;
  }

  .snn-head-md-main {
    display: block;
  }

  .bg-card-top {
    background: -o-linear-gradient(332deg, #00569c 19%, #1672bc 90%);
    background: linear-gradient(118deg, #00569c 19%, #1672bc 90%);
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 200vw;
    top: -147vw;
  }

  .bg-1-head {
    position: absolute;
    top: 10vw;
    right: -9vw;
  }

  .bg-1-car {
    position: absolute;
    top: 0vw;
    width: 40vw;
    right: 44vw;
    z-index: 2;
  }

  .bg-1-text {
    position: absolute;
    top: 3vw;
    width: 38vw;
    right: 0;
    margin-right: 12px;
  }

  .bg-2-text {
    position: absolute;
    top: 18.5vw;
    width: 34vw;
    right: 5vw;
    margin-right: 30px;
  }

  .bg-3-text {
    position: absolute;
    top: 43vw;
    right: 1vw;
    width: 19vw;
    margin-right: 12px;
  }

  .bg-4-text {
    position: absolute;
    top: 46vw;
    right: 1vw;
    width: 13vw;
    margin-right: 12px;
  }

  .bg-5-text {
    position: absolute;
    width: 45%;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .fixed-top .snn-footer-detail {
    font-size: 10px;
  }
  .bg-1-head {
    position: absolute;
    top: 10vw;
    right: -9vw;
  }

  .bg-1-car {
    position: absolute;
    top: 2vw;
    width: 45vw;
    right: 44vw;

    z-index: 2;
  }
}

@media screen and (max-width: 480px) {
  .card-head-main {
    min-height: 96vw;
  }

  .snn-head-md-main {
    display: block;
  }

  .bg-card-top {
    background: -o-linear-gradient(332deg, #00569c 19%, #1672bc 90%);
    background: linear-gradient(118deg, #00569c 19%, #1672bc 90%);
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 200vw;
    top: -147vw;
  }

  .bg-1-head {
    position: absolute;
    top: 35vw;
    right: -9vw;
  }

  .bg-1-car {
    position: absolute;
    top: 9vw;
    width: 58vw;
    right: initial;
    z-index: 2;
  }

  .bg-1-text {
    position: absolute;
    top: 8vw;
    width: 60%;
    right: 0;
    margin-right: 12px;
  }

  .bg-2-text {
    position: absolute;
    top: 40.5vw;
    width: 44%;
    right: -12px;
    margin-right: 30px;
  }

  .bg-3-text {
    position: absolute;
    top: 69vw;
    right: 0;
    width: 39vw;
    margin-right: 12px;
  }

  .bg-4-text {
    position: absolute;
    top: 76vw;
    right: 0;
    width: 30%;
    margin-right: 12px;
  }

  .bg-5-text {
    position: absolute;
    width: 65%;
    top: 0;
  }
}

@media screen and (max-width: 367px) {
  .btn-footer-across {
    width: 120px;
  }

  .btn-footer-agree {
    width: 120px;
  }

  .snn-other .btn-contact-main .btn-contact {
    padding: 16px;
  }
}

@media screen and (max-width: 325px) {
  .btn-footer-across {
    width: 110px;
  }

  .btn-footer-agree {
    width: 110px;
  }
}

/* Animation */

.animate__animated.animate__delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animate__animated.animate__delay-0-15s {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.animate__animated.animate__delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animate__animated.animate__delay-0-25s {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.animate__animated.animate__delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animate__animated.animate__delay-0-35s {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.animate__animated.animate__delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animate__animated.animate__delay-0-45s {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.car-animation {
  -webkit-animation: bounce_animation 1.4s;
          animation: bounce_animation 1.4s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.27, 0.67, 1.01);
          animation-timing-function: cubic-bezier(0.22, 0.27, 0.67, 1.01);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounce_animation {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}

@keyframes bounce_animation {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}

/* other */

.tt-menu {
  max-height: 300px !important;
  overflow-y: scroll !important;
}

.select-theme {
  padding: 14px 20px;
  background: #fff;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ebebeb;
}

.release-dropdown {
  /* padding: 14px 20px; */
  background: #fff;
  width: 100%;
  font-size: 16px;
  /* border: 1px solid #ebebeb; */
  border-color: #ebebeb;
  min-height: 50px;
}

.release-dropdown.selectize-control.single .selectize-input {
  padding: 8px 20px;
  color: #00569c;
  font-weight: 600;
  background: #fff;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 50px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #00569c;
}

.release-dropdown .selectize-dropdown,
.release-dropdown .selectize-dropdown.form-control {
  color: #525252 !important;
  height: auto;
  padding: 0;
  margin: 2px 0 0;
  z-index: 1000;
  -webkit-transform: scale(1) translate(0, 1.2rem) !important;
      -ms-transform: scale(1) translate(0, 1.2rem) !important;
          transform: scale(1) translate(0, 1.2rem) !important;
  background: #fff !important;
  border-style: none !important;
}

.release-dropdown .selectize-dropdown .active {
  background: #ededed !important;
  color: #00569c;
}

.release-dropdown .selectize-dropdown .selectize-dropdown-content .option {
  padding: 10px 16px;
  border-radius: 6px 6px 0 0;
}

.release-dropdown .selectize-dropdown [data-selectable] .highlight {
  background: #07549c5f;
  border-radius: 1px;
}