/* Generated by less 3.11.1 */
.phone-icon:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 16px;
  margin-right: 10px;
  margin-bottom: -2px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDE2Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9InJnYigyNTUsIDI1NSwgMjU1KSIgZD0iTTkuMDAwLC0wLjAwMCBMMS4zNTAsLTAuMDAwIEwtMC4wMDAsLTAuMDAwIEwtMC4wMDAsMTYuMDAwIEwxLjM1MCwxNi4wMDAgTDcuNjUwLDE2LjAwMCBMOS4wMDAsMTYuMDAwIEw5LjAwMCwxLjUwMCBMOS4wMDAsLTAuMDAwIFpNNC41MDAsMTUuMDAwIEM0LjAwMiwxNS4wMDAgMy42MDAsMTQuNTUzIDMuNjAwLDE0LjAwMCBDMy42MDAsMTMuNDQ3IDQuMDAyLDEzLjAwMCA0LjUwMCwxMy4wMDAgQzQuOTk4LDEzLjAwMCA1LjQwMCwxMy40NDcgNS40MDAsMTQuMDAwIEM1LjQwMCwxNC41NTMgNC45OTgsMTUuMDAwIDQuNTAwLDE1LjAwMCBaTTguMDAwLDEyLjAwMCBMNy4zMTIsMTIuMDAwIEwxLjY4NywxMi4wMDAgTDEuMDAwLDEyLjAwMCBMMS4wMDAsMS4wMDAgTDEuMDAwLDEuMDAwIEw4LjAwMCwxLjAwMCBMOC4wMDAsMi4wMDAgTDguMDAwLDEyLjAwMCBaIi8+PC9zdmc+);
}
@media (max-width: 991px) {
  .phone-icon:before:before {
    margin-right: 5px;
  }
}
header {
  background: #01aff6;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  header {
    padding-top: 35px;
  }
  header:not(.fixed) {
    padding-bottom: 35px;
  }
  header.fixed {
    padding-bottom: 15px;
  }
}
header .phone-mobile {
  display: none;
}
header .hero-try-btn-wrapper {
  text-align: center;
  padding-top: 115px;
}
@media (max-width: 1200px) {
  header .hero-try-btn-wrapper {
    padding-top: 55px;
  }
}
header .hero-try-btn-wrapper .hero-try-btn {
  font-size: 30px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 19px 37px 15px;
  background: #ffd32a;
  text-transform: uppercase;
  border-radius: 43px;
  border: 2px solid #ffd32a;
  transition: 0.3s;
}
header .hero-try-btn-wrapper .hero-try-btn span {
  display: block;
  font-size: 13px;
}
header .hero-try-btn-wrapper .hero-try-btn:hover {
  background-color: white;
  color: #01aff6;
  border-color: #fff;
}
@media (max-width: 540px) {
  header .hero-try-btn-wrapper .hero-try-btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    font-size: 24px;
  }
  header .hero-try-btn-wrapper .hero-try-btn span {
    font-size: 11px;
  }
}
header.fixed {
  padding-top: 117px;
}
header.fixed .fix-mobile {
  position: fixed;
  background: #01aff6;
  top: 0;
  left: 0;
  right: 0;
  z-index: 240;
}
header.fixed .fix-mobile .logo img {
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 50px;
}
header.fixed .menu-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header.fixed .menu-container ul {
  margin: 0;
}
header.fixed .menu-container ul .get-free-btn {
  background-color: #ffd32a;
  padding: 6px 15px;
  border-radius: 15px;
  transition: 0.3s;
}
header.fixed .menu-container ul .get-free-btn:hover {
  color: #01aff6 !important;
  background-color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  header.fixed .menu-container {
    padding-left: 0;
  }
  header.fixed .menu-container ul.menu li {
    padding-right: 8px;
  }
  header.fixed .menu-container ul.menu li a {
    font-size: 10px;
  }
}
header:not(.fixed) ul.menu li.phone {
  display: none;
}
@media (min-width: 768px) {
  header:not(.fixed) ul.menu li.phone {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
  }
  header:not(.fixed) ul.menu li.nofix-nopadding {
    padding-right: 0;
  }
  header:not(.fixed) ul.menu li .get-free-btn {
    background: #ffd32a;
    padding: 16px 27px;
    border-radius: 25px;
    transition: 0.3s;
  }
  header:not(.fixed) ul.menu li .get-free-btn:hover {
    background-color: white;
    color: #01aff6 !important;
    border-color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  header:not(.fixed) ul.menu li .get-free-btn {
    padding: 10px 15px;
  }
}
header .container {
  position: relative;
  z-index: 70;
}
header ul.menu {
  font-weight: bold;
  text-align: right;
  padding-left: 0;
  position: relative;
}
header ul.menu li {
  display: inline-block;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  header ul.menu li {
    padding-right: 20px;
  }
}
header ul.menu li:last-of-type {
  padding-right: 0;
}
header ul.menu li a {
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
}
header ul.menu li a:hover:not(.get-free-btn) {
  text-decoration: underline !important;
}
header .logo {
  cursor: pointer;
}
@media (min-width: 768px) {
  .desktop-hidden {
    display: none!important;
  }
}
@media (max-width: 1024px) {
  header .logo {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  header .logo > a {
    display: inline-block;
  }
  header ul.menu {
    padding-left: 0;
  }
  header ul.menu li {
    padding-right: 15px;
  }
  header .text .line {
    height: 62px;
    font-size: 52px;
  }
  header .text .line.static {
    height: 52px;
  }
}
@media (max-width: 991px) {
  header ul.menu li {
    padding-right: 10px;
  }
  header ul.menu li a {
    font-size: 13px;
  }
}
@media (max-width: 767.94px) {
  .mobile-hidden {
    display: none!important;
  }
  .phone-mobile.hidden-md {
    display: inline-block;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
  }
  .phone-mobile.hidden-md a {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
  }
  header .fix-mobile {
    position: fixed;
    background: #01aff6;
    top: 0;
    left: 0;
    right: 0;
    z-index: 240;
  }
  header .fix-mobile .logo img {
    width: 120px;
    margin: 10px 0;
  }
  header .fix-mobile .show-mobile-menu {
    display: inline-block;
    float: right;
    width: 28px;
    height: 28px;
    margin: 12px 0;
    line-height: 0;
    position: relative;
  }
  header .fix-mobile .show-mobile-menu span {
    display: inline-block;
    height: 3px;
    width: 100%;
    background: #fff;
    margin-top: 6px;
    transition: 0.3s;
  }
  header .fix-mobile .show-mobile-menu span:first-child {
    margin-top: 3px;
  }
  header .fix-mobile .show-mobile-menu.opened span:first-child {
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
  }
  header .fix-mobile .show-mobile-menu.opened span:nth-child(2) {
    opacity: 0;
  }
  header .fix-mobile .show-mobile-menu.opened span:last-child {
    transform: rotate(-45deg);
    top: 7px;
    position: absolute;
    left: 0;
  }
  header ul.menu {
    position: fixed;
    width: 100%;
    background: #00b1f9;
    left: 0;
    right: 0;
    top: 50px;
    margin-top: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    display: none;
  }
  header ul.menu li {
    display: block;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    text-align: center;
  }
  header ul.menu li a {
    font-size: 20px;
    line-height: 30px;
  }
}
body {
  background: #eef9ff !important;
}
.payment-form {
  background: #40c4f5;
  padding: 30px;
  border-radius: 15px;
  max-width: 500px;
  margin-bottom: 50px !important;
}
.payment-form h2 {
  color: #fff;
}
@media (min-width: 531px) {
  .payment-form {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .payment-form {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .payment-form {
    margin-top: 100px !important;
  }
}
@media (max-width: 530px) {
  .payment-form {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.payment-form .form-row {
  margin-bottom: 20px;
}
.payment-form label {
  color: #fff;
  font-weight: bold;
}
.payment-form input,
.payment-form textarea {
  border: none;
  border-bottom: 1px solid #bcebfb !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.payment-form select,
.payment-form input,
.payment-form textarea {
  background: inherit;
}
.payment-form select,
.payment-form input,
.payment-form textarea,
.payment-form select::placeholder,
.payment-form input::placeholder,
.payment-form textarea::placeholder {
  color: #bcebfb;
}
.payment-form select:focus,
.payment-form input:focus,
.payment-form textarea:focus,
.payment-form select:focus::placeholder,
.payment-form input:focus::placeholder,
.payment-form textarea:focus::placeholder {
  color: #fff;
}
.payment-form select option {
  color: #000;
}
.payment-form button {
  background: #ffd32a;
  padding: 10px 15px;
  border-radius: 25px;
  transition: 0.3s;
  border: none;
  min-width: 150px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.payment-form button:hover {
  background-color: #fff;
  color: #01aff6 !important;
  text-decoration: none;
}
.payment-form .error-msg {
  display: none;
}
@media (min-width: 768px) {
  .payment-form {
    background: #40c4f5;
    padding: 30px;
    border-radius: 15px;
    max-width: 1120px;
    margin-bottom: 50px !important;
  }
  .payment-form h2 {
    margin-bottom: 40px;
  }
  .payment-form .rows-col-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .payment-form .form-row {
    margin-bottom: 20px;
    width: 44%;
    flex: 0 0 44%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .payment-form .form-row.invalid input,
  .payment-form .form-row.invalid select,
  .payment-form .form-row.invalid textarea {
    border-color: #c0392b !important;
  }
  .payment-form .form-row.required > label:after {
    content: '*';
    color: #c0392b;
    margin-left: 5px;
  }
  .payment-form .payment-method {
    order: 2;
  }
  .payment-form .note {
    flex: 0 0 94%;
    order: 3;
  }
  .payment-form .button {
    margin-top: 20px;
    width: 94%;
    flex: 0 0 94%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .payment-form .button {
    text-align: right;
  }
  .payment-form h2 {
    margin-bottom: 20px;
  }
}
.modal-dialog .btn.btn-primary {
  background: #ffd32a !important;
  border-color: #ffd32a !important;
}
.modal-dialog .btn.btn-primary:hover {
  background-color: #fff !important;
  color: #01aff6 !important;
  border-color: #01aff6 !important;
  text-decoration: none;
}
