.intl-tel-input {
  width: 100%;
}

.f_form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.f_form input {
  border: 1px solid #007aff;
  margin-bottom: 10px;
  border-radius: 0;
  padding: 10px;
  width: 100%;
}

form .col-xs-12{
    position: relative;
}

.f_form input.error {
  border: 1px solid #f00;
}

.f_form .intl-tel-input {
  display: block;
}

.f_form .subscribeBtn {
  background: #5D45DC;
  color: #fff;
  margin-top: 20px;
  padding: 15px;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s;
  font-weight: bold;
  border-radius: 0;
  margin-bottom: 25px;
}

.f_form .subscribeBtn:hover {
  opacity: 0.7;
}

.f_form .intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.modalWindow {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 700;
  background: transparent;
  display: none;
  box-sizing: border-box;
  height: 100%;
}

.modalBg {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 700;
  background: #0000009e;
  padding: 20px;
  box-sizing: border-box;
}

.modalWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 707;
}

.successPage .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
  font-family: monospace;
  font-size: 18px;
  position: relative;
  top: -60px;
}

/* ===================== PRELOADER =========================*/

.lds-roller {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 707;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Tina */
.half-1 {
  background-image: url(../images/half-1.jpg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 98% 20%;
  padding: 20px 0 60px;
}

.padding-60 {
  padding: 60px 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center !important;
}

.title {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.fs-20 {
  font-size: 20px;
}

.container {
  max-width: 1450px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.list-check {
  padding: 0;
  list-style: none;
}

.list-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  text-align: justify;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.list-check li:after {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #2aad2f, #56c25a);
  font-size: 14px;
}

dl,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f9f9f9;
}

.bg-gray p,
.white p {
  font-size: 18px !important;
}

.half-2 {
  background-image: url(../images/half-2.jpg);
  background-repeat: no-repeat;
  background-size: 26%;
  background-position: 2% 50%;
  padding: 20px 0;
}

.half-3 {
  background-image: url(../images/half-3.png);
  background-repeat: no-repeat;
  background-size: 16%;
  background-position: 87% 40%;
  padding: 40px 0 60px;
}

.quote {
  font-style: italic;
  font-size: 18px;
  padding-left: 25px;
  border-left: 5px solid #54c258;
  margin-bottom: 15px;
  line-height: 1.6;
}

.half-4 {
  background-color: #f9f9f9;
  background-image: url(../images/half-4.png);
  background-repeat: no-repeat;
  background-size: 19%;
  background-position: 5% 50%;
  padding: 60px 0;
}

.faq-item {
  margin-bottom: 20px;
  transition: all 0.5s;
}

.faq-item-title {
  padding: 5px 60px 5px 20px;
  border-radius: 12px;
  background-color: #2e7aae;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 90px;
  width: 100%;
}

.faq-item-content {
  transition: all 0.5s;
  padding: 0 20px;
  /* max-height: 0; */
  /* overflow: hidden; */
  text-align: justify;
}

.faq-item-title:after {
  content: "▾";
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  align-items: center;
  font-weight: 900;
  font-family: Font awesome\5 Free;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
  transition: all 0.5s;
}

.half-5 {
  background-color: #f9f9f9;
  background-image: url(../images/half-5.png);
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: 100% 50%;
  padding: 60px 0;
}

text-uppercase {
  text-transform: uppercase !important;
}

.form-btn:hover {
  box-shadow: 0.3px 4px 29px 0 rgb(50 35 65 / 49%);
}

.form-btn {
  font-size: 30px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  width: 100%;
  min-height: 78px;
  border-radius: 7px;
  box-shadow: 0.3px 4px 29px 0 rgb(50 35 65 / 29%);
  background-image: linear-gradient(0deg, #2aad2f, #56c25a);
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }
}

@media screen and (max-width: 767px) {
  .half-1 {
    padding-top: 0;
    padding-bottom: 195px;
    background-size: 270px;
    background-position: bottom;
  }

  .half-2 {
    padding-top: 0;
    padding-bottom: 150px;
    background-size: 270px;
    background-position: bottom;
  }

  .half-3 {
    padding-top: 30px;
    padding-bottom: 330px;
    background-size: 270px;
    background-position: bottom;
  }

  .half-4 {
    padding-top: 30px;
    padding-bottom: 220px;
    background-size: 270px;
    background-position: bottom;
  }

  .half-5 {
    padding-top: 30px;
    padding-bottom: 195px;
    background-size: 320px;
    background-position: 100% 100%;
  }
}

.preloader {
  display: none;
  background: white;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
  z-index: 9995;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}

label.error {
  position: absolute;
  z-index: 2;
  top: calc(100% - 10px);
  left: 15px;
  width: calc(100% - 30px);
  background: red;
  color: #fff;
  font: inherit;
  font-size: 12px;
  line-height: 120%;
  padding: 5px;
}

#phone-error {
  width: 100%;
  top: 100%;
  left: 0;
}

.checkbox-svg {
  margin-bottom: 0 !important;
}

#cbx:checked+.checked-svg svg {
  stroke: #fff !important;
}

#cbx:checked+.checked-svg svg {
  background: #0075ff !important;
}

.privacy-checkbox {
  font: inherit !important;
  color: #fff !important;
}

.privacy-checkbox a {
  font: inherit !important;
  color: #5D45DC !important;
  text-decoration: underline;
}