@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  color: #1f1d44;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1024px;
  margin: 0 auto;
}

.align-items-center {
  align-items: center !important;
}

.common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  height: 45px;
  width: max-content;
  max-width: 100%;
  border-radius: 12px;
  background: #1BC0F7;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.333;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .common-btn {
    height: 58px;
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }
}

.btn-outline {
  background: #fff;
  color: #33b6ff;
  border: 3px solid #33b6ff;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-9, .col-lg-7, .col-lg-5 {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-md-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .flex-md-reverse {
    flex-flow: row-reverse;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
}
.text-center {
  text-align: center !important;
}

.text-danger {
  color: #d74040;
}

.title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .title {
    font-size: 2rem;
  }
}

.form-group {
  margin-bottom: 20px;
}
.form-group .text-danger {
  font-size: 1rem;
}

.form-control {
  display: block;
  line-height: normal;
  padding: 5px 8px;
  width: 100%;
  background: #fff;
  border: 0;
  font-size: 0.875rem;
  outline: none;
}

.input-group {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #3a3464;
  border-radius: 4px;
}
.input-group .input-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.input-group .input-icon--user {
  background-image: url("/wp-content/themes/sereneai-tot/pages/sereneai-premium/images/register/icon-user.svg");
}
.input-group .input-icon--phone {
  background-image: url("/wp-content/themes/sereneai-tot/pages/sereneai-premium/images/register/icon-phone.svg");
}
.input-group .input-icon--email {
  background-image: url("/wp-content/themes/sereneai-tot/pages/sereneai-premium/images/register/icon-envelope.svg");
}
.input-group .form-control {
  flex: 1 0 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  width: fit-content;
  margin: 20px auto;
  border: 1px solid rgba(255, 255, 255, 0.1450980392);
  padding: 0px 18px;
  border-radius: 20px;
}
.slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(129, 98, 227, 0.3);
}
.slick-dots .slick-active button {
  background-color: #fff;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
input[type=radio] + label {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.3;
  padding-left: 32px;
  min-height: 30px;
}
input[type=radio] + label::before {
  content: "";
  background-color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 5px;
  border: 1px solid #2a2a2a;
}
input[type=radio]:checked + label::before {
  background-image: url("/wp-content/themes/sereneai-tot/pages/sereneai-premium/images/register/icon-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
.slick-slide img {
  height: auto;
}

.text-nowrap {
  white-space: nowrap !important;
}
