/*fonts*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
/*variables*/
/*colors*/
/*@menu-link-color-2: #686868;*/
/*mixins*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


h1,
.h1 {
  font-size: 2.5rem;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
}
h2,
.h2 {
  font-size: 1.875rem;
  color: #000;
  font-weight: 600;
  line-height: 1.8;
}
h3,
.h3 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  line-height: 1.8;
}
h4,
.h4 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
  line-height: 1.8;
}
h5,
.h5 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.8;
}
h6,
.h6 {
  font-size: 1rem;
  color: #000;
  line-height: 1.8;
}
/*.p-size-18 {
    p {
        .s(18);
        .f-bold();
        line-height: 170%;
    }
}*/
p a {
  color: #29ABE2;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a:not(.btn) {
  color: inherit;
}
* {
  outline: none!important;
}
html {
  font-size: 13px;
}
@media (min-width: 990px) {
  html {
    font-size: 13px;
  }
}
body {
  font-weight: 400;
  color: #000;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  background-image: url(../img/body-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top right;
}
body.bg-service {
  background: none;
  background-image: url(../img/body-bg-1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}
body.bg-small {
  background: none;
  background-image: url(../img/body-bg-2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.navbar-toggler {
  width: 3.125rem;
  min-width: 3.125rem;
}
.navbar-toggler span {
  width: 100%;
  float: left;
  background-color: #29ABE2;
  margin: 0.1875rem 0;
  height: 0.1875rem;
}
img {
  max-width: 100%;
  height: auto;
}
.page-holder {
  overflow: hidden!important;
}
section {
  width: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 6.25rem 0;
}
.arrow1::after{
  position: absolute;
  content: '';
  right: -5rem;
  top: 1rem;
  z-index: 0;
  width: 17.8125rem;
  height: 5rem;
  background-image: url(../img/arrow-2.svg);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.arrow2::after{
  position: absolute;
  content: '';
  z-index: 0;
  width: 24.8125rem;
  height: 5rem;
  background-image: url(../img/arrow-1.svg);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(140deg);
  left: -15rem;
}
.arrow3::after{
  position: absolute;
  content: '';
  right: -5rem;
  z-index: 0;
  width: 17.8125rem;
  height: 5rem;
  background-image: url(../img/arrow-1.svg);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.top-menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 2.8125rem 0;
  z-index: 9999;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  /*    .row {
            margin: 0 -15/@rem;
        }*/
}
.top-menu .nav-link {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  /*padding: 20/@rem 23/@rem!important;*/
  margin-left: 0;
  margin-top: 1.25rem;
}
@media (min-width: 767px) {
  .top-menu .nav-link {
    margin-left: 1.25rem;
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .top-menu .nav-link:hover {
    color: #29ABE2;
  }
}
.top-menu .navbar-brand img {
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.top-menu .navbar-toggler span {
  background-color: #29ABE2;
}
.top-menu .navbar-nav {
  margin: 0;
}
.top-menu .navbar {
  width: 100%;
  padding: 0;
  margin: 0;
}
.top-menu .navbar .row {
  width: 100%;
  margin: 0;
}
.top-menu.fixed {
  padding: 0.625rem 0;
  box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.top-menu.fixed .navbar-brand img {
  max-width: 6.875rem;
}
.footer {
  position: relative;
  background-color: #373737;
  padding: 5.9375rem 0 2.5rem;
}
.footer:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-top: -10rem;
  height: 11.375rem;
  background-image: url(../img/bg-footer-2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer h5 {
  color: #F7931E;
  margin: 1.5625rem 0;
  font-weight: 600;
  font-size: 1.4rem;
}
.footer .nav-link {
  color: #fff;
  /*font-size: 1rem;*/
}
@media (min-width: 990px) {
  .footer .nav-link:hover {
    opacity: 0.6;
  }
}
.footer hr {
  width: 100%;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.footer .copyright {
  padding: 0.3125rem 0;
}
.footer .copyright p {
  /*font-size: 1.125rem;*/
  color: #fff;
  opacity: 0.5;
  margin: 0;
}
.footer .legal-menu .nav-item {
  padding: 0 1rem;
}
.footer .legal-menu .nav-item:last-child {
  padding-right: 0;
}
.footer .legal-menu span {
  /*font-size: 1rem;*/
  color: #fff;
  margin: 0 0.3125rem;
}
.footer .legal-menu .nav-link {
  /*font-size: 1rem;*/
}
@media (min-width: 990px) {
  .footer .legal-menu .nav-link:hover {
    opacity: 0.6;
  }
}
.footer .menu-info {
  width: 100%;
  float: left;
}
.footer .menu-info a {
  width: 100%;
  float: left;
  color: #fff;
  line-height: 2.125rem;
  /*font-size: 1.125rem;*/
}
.footer .menu-info a i,
.footer .menu-info a .fa {
  margin-right: 0.625rem;
}
@media (min-width: 990px) {
  .footer .menu-info a:hover {
    opacity: 0.6;
  }
}
.footer .social-link i,
.footer .social-link .fa {
  /*font-size: 1.3125rem;*/
  color: #fff;
}
@media (min-width: 990px) {
  .footer .social-link:hover {
    opacity: 0.6;
  }
}
.menu-btn .nav-link {
  outline: none!important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  cursor: pointer;
  text-align: center;
  min-height: 3.125rem;
  height: 3.125rem;
  line-height: 2.875rem;
  min-width: 10.3125rem;
  background-color: #29ABE2;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border: 0.125rem solid #29ABE2;
  color: #fff;
  font-weight: 600;
  padding: 0rem 1.625rem !important;
  font-size: 1.2rem;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 990px) {
  .menu-btn .nav-link:hover {
    background-color: #fff;
    color: #29ABE2;
  }
}
.btn {
  outline: none!important;
  cursor: pointer;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  display: inline-block;
  text-align: center;
  min-height: 3.125rem;
  height: 3.125rem;
  line-height: 2.875rem;
}
.btn.btn-blue {
  min-width: 12.35rem;
  background-color: #29ABE2;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border: 0.125rem solid #29ABE2;
  color: #fff;
  font-weight: 700;
  padding: 0 0.625rem !important;
  font-size: 1.1rem;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 990px) {
  .btn.btn-blue:hover {
    background-color: #fff;
    color: #29ABE2;
  }
}
.btn.btn-submit {
  min-width: 17.5rem;
  background-color: #29ABE2;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border: 0.125rem solid #29ABE2;
  color: #fff;
  font-weight: 700;
  padding: 0 0.625rem !important;
  font-size: 1.3rem;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.btn.btn-submit.btn-lg {
  min-width: 23.75rem;
}
@media (min-width: 990px) {
  .btn.btn-submit:hover {
    background-color: #fff;
    color: #29ABE2;
  }
}
.btn.btn-line {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    cursor: pointer;
    text-align: center;
    min-height: 3.125rem;
    height: 3.125rem;
    line-height: 2.875rem;
    min-width: 10.3125rem;
    background-color: #29ABE2;
    border-radius: 0.625rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border: 0.125rem solid #29ABE2;
    color: #fff;
    font-weight: 600;
    padding: 0rem 1.625rem !important;
    font-size: 1.2rem;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 990px) {
  .btn.btn-line:hover {
    background-color: #fff;
    color: #29ABE2;
  }
}
.btn.btn-link {
  min-height: inherit;
  height: inherit;
  line-height: inherit;
  padding: 0;
  font-size: 1.3rem;
  color: #00B3FF;
  text-decoration: underline;
  text-align: left;
}
.btn.btn-link img {
  margin-right: 0.625rem;
}
.content-left {
  width: 100%;
  float: left;
}
.content-left .white-box {
  padding: 1.25rem;
}
.content-left .white-box.has-padding {
  padding: 3.125rem;
}
.sticky-box {
  z-index: 999;
  position: fixed;
  top: 5rem;
}
.sticky-box.sticky-box-end {
    position: sticky;
}
.content-right {
  width: 100%;
  float: left;
  max-width: 100%;
  /*    @media (min-width: 767px) {
            max-width: 305/@rem;
        }*/
}
@media (min-width: 990px) {
  .content-right {
    max-width: 22.0625rem;
  }
}
@media (min-width: 1200px) {
  .content-right {
    max-width: 24.875rem;
  }
}
@media (min-width: 1605px) {
  .content-right {
    max-width: 26.6875rem;
  }
}
.content-right .white-box {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  background: none;
  padding: 2.5rem;
}
.content-right .white-box ul {
  padding: 0;
}
.content-right .white-box ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5625rem;
  line-height: 1.875rem;
  font-size: 1.125rem;
}
.content-right .white-box ul li:before {
  position: absolute;
  content: '';
  left: 0;
  z-index: 1;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../img/check.svg);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 23px;
}
.content-right .white-box.white-element {
  position: relative;
}
.content-right .white-box.white-element:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -moz-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
}
.color-title h2 {
  font-weight: 400;
  font-size: 1.125rem;
}
.color-title h2 span {
  font-style: normal;
}
.color-title h2 span.text-bold {
  font-size: 2rem;
  font-weight: 700;
  color: #E53563;
}
.color-title h2 span.font-30 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #E53563;
}
.color-title h2 span.font-24 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  color: #29ABE2;
  display: inline;
}
.color-title h2 span.font-30-blue {
  font-size: 1.5rem;
  font-weight: 700;
  color: #29ABE2;
}
.orange-title h2 {
  position: relative;
  color: #F7931E;
}
.orange-title h2:before {
  position: absolute;
  content: '';
  left: 0;
  top: -0.625rem;
  z-index: 1;
  width: 4.8125rem;
  height: 0.125rem;
  background-color: #252525;
}
.orange-title h2 span {
  background-color: #F7931E;
  color: #fff;
  padding: 0 0.3125rem;
}
.orange-title h3 {
  font-weight: 700;
  color: #F7931E;
}
.orange-title h5 {
  font-weight: 700;
  color: #F79828;
}
.yellow-title h2 {
  /*        .f-bold();
                line-height: 1.1;
                .s(48);*/
  color: #F79828;
}
.yellow-title h3 {
  font-weight: 700;
  color: #F79828;
}
.blue-title h2 {
  /*        .f-bold();
                line-height: 1.1;*/
  /*        .s(48);*/
  color: #29ABE2;
}
.blue-title h3 {
  font-weight: 700;
  color: #29ABE2;
}
.pink-title h2 {
  /*        .f-bold();
                line-height: 1.1;
                .s(48);*/
  color: #E53563;
}
.pink-title h3 {
  font-weight: 700;
  color: #E53563;
}
.pink-title h4 {
  font-weight: 700;
  color: #E53563;
}
.green-title h2 {
  /*        .f-bold();
                line-height: 1.1;
                .s(48);*/
  color: #98A838;
}
.green-title h3 {
  font-weight: 700;
  color: #98A838;
}
.green-title h4 {
  font-weight: 700;
  color: #A9BF4B;
}
.green-title h5 {
  font-weight: 700;
  color: #A9BF4B;
}
.section-title h1 {
  position: relative;
}
.section-title h1:before {
  position: absolute;
  content: '';
  left: 0;
  top: -1.5rem;
  z-index: 1;
  width: 4.8125rem;
  height: 0.125rem;
  background-color: #252525;
}
.section-title h1 span {
  background-color: #e53563;
  color: #fff;
  padding: 0 0.625rem;
}
.color-box {
  width: 100%;
  float: left;
  box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -moz-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
.white-box {
  width: 100%;
  float: left;
  box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -moz-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  background-color: #fff;
}
.pink-box {
  width: 100%;
  float: left;
  background-color: #FDEBF2;
  padding: 1.875rem 1.25rem 3.125rem;
}
.pink-box .icon-box input[type="checkbox"] + label {
  line-height: 1.375rem;
  padding: 0rem 0 0 1.875rem;
}
.pink-box .icon-box input[type="checkbox"] + label img {
  margin-left: 0.625rem;
}
.pink-box .icon-box input[type="checkbox"] + label:before {
  bottom: 0.25rem;
}
.blue-box {
  position: relative;
  width: 100%;
  float: left;
  background-color: #EAF7FC;
  padding: 1.875rem 1.25rem 3.125rem;
}
.blue-box:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 10;
  margin-top: -2.1875rem;
  width: 100%;
  height: 4.375rem;
  background-image: url(../img/bg-1.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.blue-box:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 10;
  margin-bottom: -2.1875rem;
  width: 100%;
  height: 4.375rem;
  background-image: url(../img/bg-2.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.blue-box h4 span {
  font-weight: 300;
}
.green-box {
  width: 100%;
  float: left;
  background-color: #F6F9ED;
  padding: 3.125rem 1.25rem 1.875rem;
}
.green-box .form-group {
  margin-bottom: 1.25rem;
  margin-top: 0.625rem;
}

.info-p p {
  font-size: 1.125rem;
  margin: 0;
}
.form-control {
  background: none;
  border: none;
  width: 100%;
  float: left;
  height: 2.5rem;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
}
.form-control:focus {
  color: #000;
  border-color: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.circle-radio {
  margin-right: 0.625rem;
}
.circle-radio input[type="radio"],
.circle-radio input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: -3125rem;
}
.circle-radio input[type="radio"] + label,
.circle-radio input[type="checkbox"] + label {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0.0625rem solid #C3DCF0;
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.0625rem;
  color: #000;
  text-align: center;
  padding: 1.8125rem 0.625rem 2.5rem;
}
.circle-radio input[type="radio"] + label:before,
.circle-radio input[type="checkbox"] + label:before {
  top: auto!important;
  background: none!important;
  position: absolute!important;
  content: '' !important;
  bottom: 0.625rem !important;
  left: 50%!important;
  z-index: 1!important;
  margin-left: -0.75rem !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  border: 0.0625rem solid #ddd !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.circle-radio input[type="radio"] + label:after,
.circle-radio input[type="checkbox"] + label:after {
  position: absolute;
  content: '';
  bottom: 0.875rem;
  left: 50%;
  z-index: 1;
  margin-left: -0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0.0625rem solid #ddd;
  background-color: #fff;
}
.circle-radio input[type="radio"]:checked + label:before,
.circle-radio input[type="checkbox"]:checked + label:before {
  content: '';
}
.circle-radio input[type="radio"]:checked + label:after,
.circle-radio input[type="checkbox"]:checked + label:after {
  background-color: #29ABE2;
}
.circle-radio.special {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
}
.circle-radio.special:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  z-index: 12;
  width: 5.5rem;
  height: 3.25rem;
  background-image: url(../img/popular-1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top right;
}
.time-radio label{
  background: rgb(170 191 75 / 50%);
  border-radius: 20px;
  color: #fff !important;
  width: 85% !!important;
  font-size: 2rem !important;
  line-height: unset !important;
  padding: 0px !important;
  border: 1px solid #d0dc9c;
}
.time-radio input[type="radio"] + label:before{
  content: unset !important;
  color: #fff !important;

}
.time-radio input[type="radio"]:checked + label{
  background: rgb(170 191 75 / 100%);
  color: #fff !important;
}

.time-radio input[type="radio"]:enabled + label:hover {
    color: #A9BF33 !important;
    background: #fff;
}

.square-radio {
  width: 100%;
  float: left;
}
.square-radio.square-has-image input[type="radio"] + label {
  width: 9.375rem;
  height: 10.625rem;
  padding: 0.9375rem 0.625rem 1.0625rem;
}
.square-radio.square-has-image input[type="radio"] + label span {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
}
.square-radio.square-has-image input[type="radio"] + label:before {
  bottom: 29%;
  margin-bottom: -0.75rem;
}
.square-radio.square-has-image input[type="radio"] + label:after {
  bottom: 29%;
  margin-bottom: -0.5rem;
}
.square-radio.square-discount input[type="radio"] {
  /*            &:checked {
                            &+label {
                               
                            }
                        }*/
}
.square-radio.square-discount input[type="radio"] + label {
  width: 100%;
  height: 12.5rem;
  background-color: #fff;
  border: 0.0625rem solid #C3DCF0;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  text-align: center;
  padding: 3.125rem 0.625rem;
}
.square-radio.square-discount input[type="radio"] + label:before {
  display: none;
}
.square-radio.square-discount input[type="radio"] + label:after {
  display: none;
}
.square-radio.square-discount input[type="radio"] + label span {
  width: 100%;
  display: inline-block;
  color: #F7931E;
  font-weight: 700;
}
.square-radio.square-discount input[type="radio"] + label span.blue-title {
  color: #29ABE2;
}
.square-radio.square-discount input[type="radio"] + label .h-100 {
  height: 6.25rem;
}
.square-radio.square-discount input[type="radio"] + label.active {
  box-shadow: 0rem 0rem 1.5rem #29ABE2;
  -webkit-box-shadow: 0rem 0rem 1.5rem #29ABE2;
  -moz-box-shadow: 0rem 0rem 1.5rem #29ABE2;
}
.square-radio.square-discount.has-image {
  position: relative;
  width: 100%;
  float: left;
}
.square-radio.square-discount.has-image:before {
  position: absolute;
  content: '';
  top: 0;
  right: 1.875rem;
  z-index: 100;
  margin-top: -4.875rem;
  width: 15.625rem;
  height: 9.375rem;
  background-image: url(../img/img-discount.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.square-radio input[type="radio"] {
  visibility: hidden;
  position: absolute;
  left: -3125rem;
}
.square-radio input[type="radio"] + label {
  position: relative;
  width: 7.5rem;
  height: 6.875rem;
  background-color: #fff;
  border: 0.0625rem solid #C3DCF0;
  font-size: 1.0rem;
  cursor: pointer;
  line-height: 1.0625rem;
  color: #000;
  text-align: center;
  padding: 1.875rem 0.625rem;
}
.square-radio input[type="radio"] + label:before {
  position: absolute;
  content: '';
  bottom: 1.25rem;
  left: 50%;
  z-index: 1;
  margin-left: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.square-radio input[type="radio"] + label:after {
  position: absolute;
  content: '';
  bottom: 1.5rem;
  left: 50%;
  z-index: 1;
  margin-left: -0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0.0625rem solid #ddd;
  background-color: #fff;
}
.square-radio input[type="radio"]:checked + label:before {
  content: '';
}
.square-radio input[type="radio"]:checked + label:after {
  background-color: #29ABE2;
}
.pt-150 {
  padding-top: 9.375rem;
}
.pt-200 {
  padding-top: 12.5rem;
}
.pb-30 {
  padding-bottom: 1.875rem;
}
.pb-200 {
  padding-bottom: 12.5rem;
}
.pb-250 {
  padding-bottom: 15.625rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mt-60 {
  margin-top: 3.75rem;
}
.mb-65 {
  margin-bottom: 4.0625rem;
}
.mb-100 {
  margin-bottom: 6.25rem;
}
input[type="radio"],
input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: -3125rem;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  cursor: pointer;
  line-height: 1.5rem;
  color: #000;
  padding: 0 0 0 1.875rem;
  /*        &:before {
                    position: absolute;
                    content: '';
                    bottom: 0;
                    left: 0;
                    z-index: 1;
                    width: 24/@rem;
                    height: 24/@rem;
                    line-height: 22/@rem;
                    .br(4/@rem);
                    background-color: #fff;
                    border: 1/@rem solid #ddd;
                }*/
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.375rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  border: 0.0625rem solid #29ABE2;
}
input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  background-color: #29ABE2;
  background-image: url(../img/check-white.png);
  background-size: 75% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
/*input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    left: -50000/@rem;

    &+label {
        position: relative;
        width: 100%;
        .s(16);
        cursor: pointer;
        line-height: 20/@rem;
        color: #000;
        padding: 0 0 0 40/@rem;
        margin: 0;


        span {
            .f-bold();
            font-style: normal;
            color: #A9BF4B;
        }

        &:before {
            position: absolute;
            content: '';
            top: 50%;
            left: 0;
            z-index: 1;
            margin-top: -10/@rem;
            width: 20/@rem;
            height: 20/@rem;
            line-height: 18/@rem;
            .br(50%);
            background-color: #fff;
            border: 1/@rem solid #29ABE2;
        }
                &:before {
                    position: absolute;
                    content: '';
                    top: -2/@rem;
                    left: 0;
                    z-index: 1;
                    width: 20/@rem;
                    height: 20/@rem;
                    line-height: 18/@rem;
                    .br(4/@rem);
                    background-color: #fff;
                    border: 1/@rem solid #ddd;
                }
    }

    &:checked {
        &+label {

            &:before {
                background-color: #29ABE2;
                background-image: url(../img/check-white.png);
                background-size: 75% auto;
                background-repeat: no-repeat;
                background-position: center center;
            }
        }
    }
}*/
textarea.form-control {
  min-height: 15.625rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
.collapse-link {
  position: relative;
  width: 100%;
  display: inline-block;
  border-bottom: 0.0625rem dashed #C3DCF0;
  padding: 1.5625rem 2.5rem 1.5625rem 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #252525;
  line-height: 1.2;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.collapse-link:first-child {
  border-top: 0.0625rem dashed #C3DCF0;
}
@media (min-width: 990px) {
  .collapse-link:hover {
    color: #29ABE2;
  }
}
.collapse-link:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0.9375rem;
  z-index: 1;
  margin-top: 2.0625rem;
  width: 1.125rem;
  height: 0.625rem;
  background-image: url(../img/angle-down.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.collapse-link[aria-expanded="true"]:after {
  transform: rotate(-180deg);
}
.collapse-body {
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.collapse-body p {
  margin: 0.9375rem 0;
}
.color-box-stad {
  width: 100%;
  float: left;
  box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -moz-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
.color-box-stad .yellow-box {
  position: relative;
}
.color-box-stad .yellow-box:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 10;
  margin-top: -2.1875rem;
  width: 100%;
  height: 4.375rem;
  background-image: url(../img/bg-3.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.color-box-stad .yellow-box:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 10;
  margin-bottom: -2.1875rem;
  width: 100%;
  height: 4.375rem;
  background-image: url(../img/bg-4.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.yellow-box {
  width: 100%;
  float: left;
  background-color: #FFFAF4;
  padding: 3.125rem 1.25rem;
}
.yellow-box.only-before {
  position: relative;
}
.yellow-box.only-before:before {
  position: absolute;
  content: '';
  top: -2.15rem;
  left: 0;
  z-index: 10;
  margin-top: -2.1875rem;
  width: 100%;
  height: 6.375rem;
  background-image: url(../img/bg-9.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-toggle="tab"] {
  cursor: pointer;
}
.unco-box {
  position: relative;
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 1.875rem 1.25rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
.unco-box:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: 100% 65%;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.unco-box p {
  position: relative;
  font-weight: 500;
  margin: 4.375rem 0 0 0;
  z-index: 20;
}
.unco-box.unco-double {
  min-height: 18.125rem;
}
.unco-box.unco-double .row {
  min-height: 18.125rem;
}
.unco-box.unco-blue {
  border: 0.0625rem solid #C3DCF0;
}
.unco-box.unco-blue:after {
  background-image: url(../img/bg-blue-1.png);
}
.unco-box.unco-blue-2 {
  border: 0.0625rem solid #C3DCF0;
}
.unco-box.unco-blue-2:after {
  background-image: url(../img/bg-blue-2.png);
}
.unco-box.unco-blue-2.active,
.unco-box.unco-blue-2:hover {
  box-shadow: 0rem 0rem 1.5rem rgba(41, 171, 226, 0.3);
  -webkit-box-shadow: 0rem 0rem 1.5rem rgba(41, 171, 226, 0.3);
  -moz-box-shadow: 0rem 0rem 1.5rem rgba(41, 171, 226, 0.3);
}
.unco-box.unco-pink {
  border: 0.0625rem solid rgba(229, 53, 99, 0.25);
}
.unco-box.unco-pink:after {
  background-image: url(../img/bg-pink-1.png);
}
.unco-box.unco-pink.active,
.unco-box.unco-pink:hover {
  box-shadow: 0rem 0rem 1.5rem rgba(229, 53, 99, 0.3);
  -webkit-box-shadow: 0rem 0rem 1.5rem rgba(229, 53, 99, 0.3);
  -moz-box-shadow: 0rem 0rem 1.5rem rgba(229, 53, 99, 0.3);
}
.yellow-basic-box {
  width: 100%;
  float: left;
  background-color: #FFFAF4;
  padding: 1.5rem 1.25rem 3.125rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -moz-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
}
.yellow-basic-box .form-group label span {
  color: #E53563;
}
.yellow-basic-box .form-group label span.text-300 {
  font-weight: 300;
  color: #000;
  font-size: 1rem;
}
.yellow-basic-box .form-group p {
  font-size: 0.75rem;
  margin: 0.625rem 0 0 0;
}
.form-group label {
  font-size: 1.25rem;
  font-weight: 400;
}
.form-group p {
  font-size: 0.75rem;
  margin: 0.625rem 0 0 0;
}
.green-basic-box {
  width: 100%;
  float: left;
  background-color: #F6F9ED;
  padding: 1.5rem 1.25rem 3.125rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -moz-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  margin-top: 1.25rem;
}
.grey-holder {
  width: 100%;
  float: left;
  background-color: #F5F5F5;
  border: 0.0625rem solid #DDDDDD;
  padding: 0.75rem 1.5625rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  margin-top: 1.25rem;
}
.grey-holder p {
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0;
  color: #888;
}
.white-info {
  width: 100%;
  float: left;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
.white-info p {
  font-size: 1.15rem;
  margin-bottom: 0rem;
}
.info-holder p {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}
.info-holder input[type="checkbox"] + label {
  font-weight: 500;
  font-size: 0.875rem;
}
.link-blue a {
  font-weight: 500;
  font-size: 0.875rem;
}
.color-box-offer {
  width: 100%;
  float: left;
  box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -moz-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
.color-box-offer .green-box {
  position: relative;
  padding: 2.5rem;
  /*        &:after {
                    position: absolute;
                    content: '';
                    bottom: 0;
                    left: 0;
                    z-index: 10;
                    margin-bottom: -35/@rem;
                    width: 100%;
                    height: 70/@rem;
                    background-image: url(../img/bg-5.jpg);
                    background-size: 100% auto;
                    background-repeat: no-repeat;
                    background-position: center center;
                }*/
}
.section-page1 .section-title h1 span {
  color: #000;
}
.section-page1 .unco-box p {
  font-weight: 400;
  font-size: 0.9375rem;
}
.section-page1 .circle-radio input[type="radio"] + label {
  padding: 2.1875rem 0.625rem 2.5rem;
}
.section-page1 .circle-radio input[type="radio"] + label:before {
  bottom: 1.5rem;
}
.section-page1 .circle-radio input[type="radio"] + label:after {
  bottom: 1.75rem;
}
.custom-select {
  background: none;
  border: none;
  width: 100%;
  float: left;
  height: 2.5rem;
  background-color: #fff;
  border: 0.0625rem solid #ddd;
  cursor: pointer;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #000;
  background-image: url(../img/angle-down-1.svg);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
}
.medium-title label {
  font-weight: 500;
}
.color-box-relocation {
  width: 100%;
  float: left;
  box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -moz-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
.color-box-relocation .green-box {
  position: relative;
}
.color-box-relocation .green-box:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 10;
  margin-top: -2.1875rem;
  width: 100%;
  height: 4.375rem;
  background-image: url(../img/bg-6.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.color-box-relocation .green-box:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 10;
  margin-bottom: -2.1875rem;
  width: 100%;
  height: 4.375rem;
  background-image: url(../img/bg-7.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.color-box-relocation .blue-box:before {
  display: none;
}
.color-box-relocation .blue-box:after {
  display: none;
}
.color-box-relocation .blue-box input[type="radio"] + label,
.color-box-relocation .blue-box input[type="checkbox"] + label {
  padding: 0 0 0 1.6875rem;
}
.color-box-relocation .blue-box input[type="radio"] + label i,
.color-box-relocation .blue-box input[type="checkbox"] + label i,
.color-box-relocation .blue-box input[type="radio"] + label .fa,
.color-box-relocation .blue-box input[type="checkbox"] + label .fa {
  color: #29ABE2;
  margin-left: 0.3125rem;
}
.color-box-home {
  width: 100%;
  float: left;
  box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -moz-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}
.color-box-home .yellow-box {
  position: relative;
}
.color-box-home .yellow-box:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 10;
  margin-top: -2.1875rem;
  width: 100%;
  height: 4.375rem;
  background-image: url(../img/bg-3.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.color-box-home .yellow-box:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 10;
  margin-bottom: -2.1875rem;
  width: 100%;
  height: 4.375rem;
  background-image: url(../img/bg-8.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.color-box-home .blue-box:before {
  display: none;
}
.color-box-home .blue-box:after {
  display: none;
}
.color-box-home .blue-box input[type="checkbox"] + label {
  font-size: 1.125rem;
  font-weight: 400;
}
.title-light h4 span {
  font-weight: 300;
}
.calendar-wrapper {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}
.calendar-wrapper[data-theme='blue'] .calendar-head-card {
  display: none;
}
.calendar-container {
  padding: 0;
}
.calendar-top-selector {
  position: relative;
  color: #A9BF4B;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 1.25rem;
}
.calendar-top-selector span.calendar-prev {
  background: none;
  background-image: url(../img/angle-left.svg);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 1.875rem;
  top: 0;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 990px) {
  .calendar-top-selector span.calendar-prev:hover {
    opacity: 0.2;
  }
}
.calendar-top-selector span.calendar-next {
  background: none;
  background-image: url(../img/angle-right.svg);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 0.625rem;
  top: 0;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 990px) {
  .calendar-top-selector span.calendar-next:hover {
    opacity: 0.2;
  }
}
.calendar-top-selector .calendar-curr-month {
  padding-bottom: 0.25rem;
  text-align: left;
}
.calendar-grid .calendar-date-holder {
  position: relative;
  width: 100%;
  height: 18.75rem;
  overflow: hidden;
}
.calendar-grid {
  padding: 0;
}
.calendar-date-holder .calendar-dates {
  padding: 0;
}
.calendar-grid .calendar-labels span {
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
}
.calendar-next,
.calendar-prev {
  font-size: 0.0625rem;
  color: transparent;
}
.calendar-date-holder .calendar-dates .date a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0.0625rem solid #fff;
  font-size: 0.75rem;
  font-weight: 600;
  color: #000;
  display: inline-block;
  padding: 0;
}
.calendar-date-holder .calendar-dates .date.current a {
  color: #fff;
  border-color: #A9BF4B;
  background-color: #A9BF4B;
}
.calendar-date-holder .calendar-dates .date.current.selected a {
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-color: #A9BF4B;
  background-color: #A9BF4B;
}
.calendar-date-holder .calendar-dates .date.selected a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-color: #A9BF4B;
  background-color: #A9BF4B;
  color: #fff;
}
.calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.current a {
  color: #fff;
}
.calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.selected.current a {
  color: #fff !important;
}
.calendar-grid .calendar-labels {
  padding-bottom: 0.625rem;
}
.calendar-date-holder .calendar-dates .date.pm a,
.calendar-dates .date.nm a {
  background-color: #fff;
  border-color: #fff;
  font-size: 0.75rem;
  color: #747474;
}
.calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.selected a {
  border: none;
}
.calendar-date-holder .calendar-dates .date:not(.disabled):not(.selected) a:hover {
  border-color: #A9BF4B;
  background-color: rgba(255, 255, 255, 0.7);
}
.section-simple .section-title h1 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}
.section-simple .section-title h1 span {
  font-size: 4.5rem;
}
.section-simple .section-title p {
  margin-bottom: 1.5625rem;
  line-height: 1.75;
}
.section-simple .section-title h2 {
  font-size: 3rem;
  position: relative;
}
.section-simple .section-title h2:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -1.5rem;
  z-index: 1;
  margin-left: -2.40625rem;
  width: 4.8125rem;
  height: 0.125rem;
  background-color: #252525;
}
.section-simple .section-title h2 span {
  background-color: #e53563;
  color: #fff;
  padding: 0 0.625rem;
}
.section-simple .section-title h2 span.orange {
  background-color: #F79828;
}
.section-simple .section-title h3 {
  font-size: 2.25rem;
  position: relative;
  text-align: left;
  font-weight: 600;
}
.section-simple .section-title h3:before {
  position: absolute;
  content: '';
  left: 0;
  top: -1.5rem;
  z-index: 1;
  width: 4.8125rem;
  height: 0.125rem;
  background-color: #252525;
}
.section-simple .section-title h3 span {
  background-color: #6BD3FF;
  color: #fff;
  padding: 0 0.625rem;
}
.section-simple .section-title h5 {
  font-weight: 600;
  color: #252525;
}
.section-simple .collapse-link[aria-expanded="true"] {
  border-bottom: 0;
}
.section-simple .collapse-link:hover {
  color: #29ABE2;
}
.section-simple .collapse-link:after {
  height: 1.125rem;
}
.section-simple .collapse-link:first-child {
  border-top: 0;
}
.section-simple .collapse-body {
  border-bottom: 0.0625rem dashed #C3DCF0;
}
.box-has-image img {
  margin-bottom: -2.375rem;
}
.box-color {
  width: 100%;
  float: left;
}
.box-color.blue-box-small {
  background-color: #EAF7FC;
  border-radius: 0.625rem !important;
  padding: 2.5rem 2rem;
  background-image: url(../img/bg-pink-2.png);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.box-color.blue-box-small ul {
  padding-left: 0;
  padding-bottom: 3.125rem;
}
.box-color.blue-box-small ul li {
    font-size: 1.4rem;
    padding-left: 1.25rem;
    text-align: left;
    display: table-row;
    list-style: none;
}
.box-color.blue-box-small ul li:before {
    content: "●";
    color: #A9BF4B;
    display: table-cell;
    padding-right: 0.8em;
}
.box-color.blue-box-small span {
  font-size: 1.125rem;
}
.box-color.blue-box-small .pink-box-small {
  width: 100%;
  float: left;
  background-image: url(../img/bg-pink-2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.box-color.blue-box-small .pink-box-small .form-control {
  height: 2.5rem;
  font-style: normal;
}
.box-color.blue-box-small .pink-box-small .btn.btn-line {
  min-width: 100%;
  min-height: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  font-size: 1.0625rem;
}
.box-color.blue-box-small .pink-box-small h4 {
  text-align: left;
}
.simple-title p {
  color: #454648;
}
.element-box {
  min-height: 27.5rem;
  padding: 2.375rem 2.375rem;
  position: relative;
  width: 100%;
  float: left;
  z-index: initial;
}
.element-box.big-element {
  min-height: 36.875rem;
}
.element-box img {
  height: 6.6875rem;
}
.element-box h2 {
  font-size: 1.875rem;
  line-height: 2.625rem;
}
.element-box:before {
  position: absolute;
  content: '';
  left: -15%;
  top: -10%;
  z-index: -1;
  width: 135%;
  height: 120%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.element-box span {
  font-size: 1.5rem;
  font-weight: 600;
}
.element-box.element-green:before {
  background-image: url(../img/bg-box-1.png);
}
.element-box.element-green:after {
  position: absolute;
  content: '';
  right: -5.5rem;
  bottom: -1.875rem;
  z-index: 0;
  width: 17.8125rem;
  height: 5rem;
  background-image: url(../img/arrow-1.svg);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.element-box.element-green span {
  color: #A9BF4B;
}
.element-box.element-pink:before {
  background-image: url(../img/bg-box-2.png);
}
.element-box.element-pink:after {
  position: absolute;
  content: '';
  right: -11.875rem;
  top: -3.75rem;
  z-index: -1;
  width: 17.8125rem;
  height: 5rem;
  background-image: url(../img/arrow-2.svg);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.element-box.element-pink span {
  color: #E8347E;
}
.element-box.element-blue:before {
  background-image: url(../img/bg-box-3.png);
}
.element-box.element-blue span {
  color: #29ABE2;
}
.element-box p {
  color: #454648;
  line-height: 1.75;
}
.element-box-mobile span {
  font-size: 1.5rem;
  font-weight: 600;
}
.element-box-mobile img {
  max-width: 3.75rem;
}
.element-box-mobile.green-mobile {
  width: 100%;
  float: left;
  background-color: #f6f9ed;
}
.element-box-mobile.green-mobile span {
  color: #A9BF4B;
}
.element-box-mobile.pink-mobile {
  width: 100%;
  float: left;
  background-color: #fdebf2;
}
.element-box-mobile.pink-mobile span {
  color: #E8347E;
}
.element-box-mobile.blue-mobile {
  width: 100%;
  float: left;
  background-color: #eaf7fc;
}
.element-box-mobile.blue-mobile span {
  color: #29ABE2;
}
.description-list ul{
  padding-left: 0;
}
.description-list ul li {
    text-align: left;
    display: table-row;
    line-height: 2.25rem;
    list-style: none;
}
.description-list ul li:before {
    content: "●";
    color: #A9BF4B;
    display: table-cell;
    padding-right: 0.8em;
}
.box-line {
  width: 100%;
  float: left;
  min-height: 41.875rem;
  padding: 3.3125rem 1.5625rem 2.375rem;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  background-color: #fff;
  border: 0.0625rem solid #C3DCF0;
}
.box-line h5 {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 2.1875rem 0 1.3125rem;
}
.box-line .image-h img {
  height: 6.3125rem;
}
.box-line p.size-p {
  /*font-size: 1rem;*/
}
.box-line p.size-p .btn-link {
  /*font-size: 0.875rem;*/
}
.check-list ul{
  padding-left: 0;
  min-height: 3.25rem;
}
.check-list li {
  font-weight:450;
  position: relative;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.725rem;
  padding-left: 1.875rem;
  list-style: none;
}
.check-list li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  z-index: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../img/check-1.svg);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.has-image-right {
  width: 100%;
  float: right;
  min-height: 19.75rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
  margin-top: -9.375rem;
}
.has-image-right-1 {
  width: 100%;
  float: right;
  min-height: 19.75rem;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center top 0.625rem;
  /*background-position: right top;*/
  margin-top: -3.4375rem;
  /*margin-bottom: -80/@rem;*/
  position: relative;
  z-index: -1;
}
.section-has-box {
  padding: 13.125rem 0 6.25rem;
}
.section-has-box h1 {
  font-size: 4.5rem;
  font-weight: 700;
}
.section-has-box .box-line {
  margin-top: -3rem;
  min-height: auto;
  padding: 2.625rem;
}
.section-has-box .box-line p {
  margin: 0.9375rem 0;
  line-height: 1.75rem;
}
.title-left h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.title-left h2:before {
  position: absolute;
  content: '';
  left: 0;
  top: -1.5rem;
  z-index: 1;
  width: 4.8125rem;
  height: 0.125rem;
  background-color: #252525;
}
.title-left h2 span {
  background-color: #E8347E;
  color: #fff;
  padding: 0 0.625rem;
}
.box-has4-image {
  width: 100%;
  float: left;
  padding: 4.25rem;
}

.box-has4-image.new-clss h2 {
  font-size: 1.875rem;
  line-height: 2.625rem;
}
.box-has4-image.new-clsss h2 {
  font-size: 1.875rem;
  line-height: 2.625rem;
}
.box-has4-image h2 {
  margin-bottom: 1.5625rem;
  font-weight: 700;
  line-height: 1.1;
  font-size: 3rem;
}
.bg-color-4 {
  width: 100%;
  float: left;
  border-radius: 50px;
  background-image: url(../img/bg-4color.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-contact .form-control {
  height: 2.5rem;
}
.section-contact .title-contact p {
  font-style: normal;
}
.section-contact .custom-select,
.section-contact textarea.form-control,
.section-contact .bg-green p {
  font-style: normal;
}
.bg-green {
  width: 100%;
  float: left;
  background-color: #F6F9ED;
  padding: 2.6875rem 2.5rem;
}
.bg-green h3 {
  margin-bottom: 0.9375rem;
}
.bg-green p {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
.title-contact h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
.title-contact.has-line h3 {
  position: relative;
}
.title-contact.has-line h3:before {
  position: absolute;
  content: '';
  left: 0;
  top: -0.625rem;
  z-index: 1;
  width: 4.8125rem;
  height: 0.125rem;
  background-color: #252525;
}
.title-contact h2 {
  position: relative;
  font-size: 1.875rem;
  font-weight: 600;
}
.title-contact h2:before {
  position: absolute;
  content: '';
  left: 0;
  top: -0.625rem;
  z-index: 1;
  width: 4.8125rem;
  height: 0.125rem;
  background-color: #252525;
}
.title-contact h2 span {
  color: #fff;
  padding: 0 0.3125rem;
}
.title-contact.blue-title h2 {
  color: #00B3FF;
}
.title-contact.blue-title h2 span {
  background-color: #00B3FF;
}
.title-contact.green-title h2 {
  color: #A9BF4B;
}
.title-contact.green-title h2 span {
  background-color: #A9BF4B;
}
.title-contact p {
  font-size: 1.3rem;
  line-height: 2;
  color: #000;
  margin: 0;
}
.title-contact p img {
  margin-right: 0.625rem;
}
.text-content h1 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.text-content h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 2.5rem;
}
.text-content h3 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 1.25rem;
}
.text-content p {
  margin-bottom: 1.25rem;
}
.text-content ul {
  padding-left: 1.25rem;
}
.text-content ul li {
  color: #454648;
  margin-bottom: 1.25rem;
}
.hero p {
  font-weight: 500;
  font-size: 1.5rem;
}
.hero p.italic {
}
.hero .btn {
  width: 14.5rem;
}
.hero.page-hero {
  padding: 9.375rem 0 1.875rem;
}
.page-hero {
  padding: 9.375rem 0 1.875rem;
}
.page-hero.section-contact {
  padding: 12.5rem 0;
}
.small-white-box {
  width: 100%;
  float: left;
  padding: 1.5625rem 0.9375rem 1.625rem;
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  -moz-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
  margin-top: 1.25rem;
}
@media (min-width: 990px) {
  .small-white-box:hover {
    background-color: #fafbfc;
  }
}
.small-white-box img {
  height: 6.25rem;
}
.small-white-box h4 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 2.4375rem 0 0;
}
@media (max-width: 990px) {
  .mobile-slider {
    padding-top: 3.75rem;
  }
}
.mobile-slider .slick-arrow {
  position: absolute;
  /*top: 0;*/
  top: 5.3125rem;
  left: 4.0625rem;
  /*left: 50%;*/
  font-size: 1.875rem;
  /*        margin-left: -30/@rem;
                margin-top: 15/@rem;*/
  background: none;
  border: none;
  box-shadow: 0rem 0rem 0.3125rem rgba(41, 171, 226, 0.3);
  -webkit-box-shadow: 0rem 0rem 0.3125rem rgba(41, 171, 226, 0.3);
  -moz-box-shadow: 0rem 0rem 0.3125rem rgba(41, 171, 226, 0.3);
  z-index: 15;
  width: 1.5rem;
  height: 1.625rem;
  background-color: #fff;
}
.mobile-slider .slick-arrow .fa {
  position: absolute;
  top: -0.1875rem;
  left: 0.375rem;
  /*            top: -2/@rem;
                        left: 7/@rem;*/
}
.mobile-slider .slick-arrow.slick-next {
  /*            left: auto;
                        right: 50%;
                        margin-right: -30/@rem;*/
  right: 4.0625rem;
  left: auto;
}
ol li {
  list-style: lower-alpha;
}
@media (max-width: 1600px) {
  /*    .small-white-box{
            padding: 3.3125rem 1.188rem 3.5rem; 
        }*/
  .element-box.small-element-box .element-green,
  .element-box.small-element-box .element-pink,
  .element-box.small-element-box .element-blue {
    padding: 2.375rem 2.25rem;
  }
}
@media (max-width: 1200px) {
  .element-box.element-blue:before,
  .element-box.element-green:before,
  .element-box.element-pink:before {
    height: 120%;
  }
  .element-box.element-green:after {
    bottom: 0;
  }
  .element-box.element-pink:after {
    top: -3rem;
  }
  .bg-color-4 {
    background-size: 100% 100%;
  }
  .section-simple .box-line {
    min-height: 47.5rem;
  }
}
@media (max-width: 1100px) {
  .footer:before {
    margin-top: -9rem;
  }
}
@media (max-width: 1015px) {
  .section-simple .box-line {
    min-height: 32.1875rem;
  }
}
@media (max-width: 990px) {
  .footer{
    font-size:1.1rem;
  }
  .footer h5{
    font-size:1.2rem;
  }
  .footer .copyright p{
    font-size:1.02rem;  
  }
  section {
    padding: 3.125rem 0;
  }
  .arrow1::after {
    display: none;
  }
  .arrow2::after {
    display: none;
  }
  .arrow3::after {
    display: none;
  }
  .section-title h1 br {
    display: none;
  }
  p {
    font-size: 1.1rem !important;
  }
  h1 {
    font-size: 2rem !important;
    margin-bottom: 0.625rem;
  }
  h2 {
    font-size: 1.75rem !important;
    margin-top: 1.25rem;
  }
  h3 {
    font-size: 1.375rem !important;
  }
  .collapse-link {
    padding: 1rem 2.5rem 1rem 0;
    font-size: 1.2rem!important;
  }
  .collapse-link:after {
    top: 50%;
    margin-top: -0.5625rem;
  }
  .mb-100 {
    margin-bottom: 1.875rem;
  }
  .content-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .content-right {
    padding: 0;
  }
  .content-right .white-box {
    box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
    -webkit-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
    -moz-box-shadow: 0.625rem 0.625rem 2.5rem rgba(41, 64, 78, 0.08);
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    background-color: #fff;
  }
  .content-right .white-box.white-element:after {
    display: none;
  }
  .footer:before {
       margin-top: -8.7rem;
  }
  .bg-color-4 {
    background-size: auto 100%;
  }
  .box-has4-image h2 br {
    display: none;
  }
  .element-box.small-element-box .element-green,
  .element-box.small-element-box .element-pink,
  .element-box.small-element-box .element-blue {
    min-height: 0.0625rem;
    padding: 1.875rem 1.25rem 6.25rem;
  }
  .element-box.element-pink:after {
    top: auto;
    bottom: -1.875rem;
    transform: rotate(136deg);
    right: -3.125rem;
    z-index: 2;
  }
  .box-line {
    min-height: 29rem;
    padding: 2.1875rem 1.5625rem 1.5625rem;
  }
  .bg-green h3 {
    line-height: 1.2;
  }
  .title-contact h2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .footer {
    margin-top: 5rem;
  }
  .small-white-box h4 {
    font-size: 1.0rem;
    margin: 0.625rem 0 0;
  }
  .menu-btn .nav-link {
    height: 2.5rem;
    width: 12.0rem;
    font-size: 1.2rem;
    font-weight: 550;
  }
}
.pricebox{
  height: 100%;
}
.pricebox ul{
  display: inherit;
}
@media (max-width: 767px) {
  .lcc-modal__content{
    display:block;
  }
  .lcc-modal__content p{
    text-align: center;
    padding-bottom: 12px;
  }
  .tooltiptext{
    width:200px !important;
  }
  .priceHeading , .simpleHeading{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    display: block ruby;
    z-index: 999;
    padding-top: 8px;
    padding-bottom: 11px;
  }
  .priceHeading h2{
    display: inline;
    font-size: 1.2rem !important;
  }
  .simpleHeading h2{
    font-size: 1rem !important;
    margin: 0px;
  }
  .pricebox{
    height: 0px;
  }
  .pricebox ul{
    display: none;
  }
  .priceHeading br{
    display: none;
    padding-left: 2px;
  }
  #services {
    padding-top: 0;
  }
  .footer-mb-2{
    margin-bottom: .5rem!important;
  }
  .mt-40 {
    margin-top: 0;
  }
  .small-white-box {
    border: 0.0625rem solid #29ABE2;
  }
  .top-menu {
    padding: 0.1875rem 0;
  }
  .hero.page-hero {
    /*padding-top: 65/@rem!important;*/
    padding: 4.0625rem 0 0 !important;
  }
  .mobile-menu {
    background-color: #fff;
  }
  .mobile-item {
    margin-bottom: 1.25rem;
  }
  h1,
  .h1 {
    font-size: 1.875rem;
  }
  h2,
  .h2 {
    font-size: 1.5625rem !important;
    line-height: 1.2;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  h4,
  .h4 {
    font-size: 1.125rem;
    line-height: 1.2;
  }
  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.2;
  }
  textarea.form-control {
    font-size: 1rem;
    line-height: 1.2;
    min-height: 9.375rem;
  }
  .content-right .white-box {
    padding: 1.875rem 0.9375rem;
  }
  .color-title h2 span.font-30 {
    font-size: 1.125rem;
  }
  .color-title h2 span.text-bold {
    font-size: 1.875rem;
  }
  .color-title h2 span.font-24 {
    font-size: 1.125rem;
  }
  .color-title h2 span.font-30-blue {
    font-size: 1.25rem;
  }
  .collapse-link {
    font-size: 1.125rem;
  }
  .info-p p {
    font-size: 1rem;
  }
  .footer {
    padding-top: 0.625rem;
  }
  .footer .mb-65 {
    margin-bottom: 1.5625rem;
  }
  .pb-200 {
    padding-bottom: 6.25rem;
  }
  .pt-200 {
    padding-top: 7.5rem;
  }
  .pb-250 {
    padding-bottom: 3.75rem;
  }
  .footer:before {
    margin-top: -7.9rem;

  }
  .unco-box p {
    font-size: 1rem;
  }
  .sticky-box {
    right: auto;
    z-index: initial;
    position: relative;
    top: auto;
    transition: all 0s ease-in-out 0s;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
  }
  .bg-color-4 {
    background: none;
  }
  .mobile-pink-box {
    width: 100%;
    float: left;
    background-color: #FDEBF2;
  }
  .mobile-blue-box {
    width: 100%;
    float: left;
    background-color: #EAF7FC;
  }
  .mobile-green-box {
    width: 100%;
    float: left;
    background-color: #F6F9ED;
  }
  .mobile-yellow-box {
    width: 100%;
    float: left;
    background-color: #FFFAF4;
  }
  .box-has4-image {
    padding: 1.5625rem 1.25rem;
  }
  .box-has4-image h2 {
    font-size: 1.875rem;
  }
  .element-box.element-blue,
  .element-box.element-pink,
  .element-box.element-green {
    padding-bottom: 3.125rem;
    min-height: 0.0625rem;
  }
  .element-box.element-pink:after,
  .element-box.element-green:after {
    display: none;
  }
  .section-simple {
    padding-bottom: 0;
  }
  .section-simple .mb-65 {
    margin-bottom: 1.25rem;
  }
  .section-simple .box-line {
    min-height: 0.0625rem;
  }
  .description-list ul li {
    line-height: 1.6875rem;
  }
  .description-list ul li:before {
    top: 0.5625rem;
    margin-top: 0;
  }
  .box-line {
    min-height: 0.0625rem;
    padding: 2.1875rem 0.9375rem 1.5625rem;
  }
  .box-line h5 {
    margin: 0.625rem 0;
  }
  .mobile-image img {
    display: none;
  }
  .mobile-image.mb-100 {
    margin-bottom: 3.125rem;
  }
  .has-image-right {
    margin-top: -4.0625rem;
    background-size: auto 88%;
    background-position: center top;
  }
  .section-has-box .box-line {
    padding: 1.5625rem 0.9375rem;
  }
  .section-has-box h1 {
    font-size: 2.625rem;
  }
  .title-left h2 {
    font-size: 1.875rem;
  }
  .page-hero {
    padding-top: 4.0625rem !important;
  }
  .section-has-box {
    padding-top: 7.5rem;
  }
  .has-image-right-1 {
    background-position: center top;
    margin-top: 0;
  }
  .title-contact h2 {
    font-size: 1.5625rem;
  }
  .footer {
    margin-top: 0;
  }
  .small-white-box img {
    height: 3.25rem;
  }
  .section-simple .section-title h1 span {
    font-size: 2.5rem;
  }
  .element-box-mobile h2 {
    font-size: 1.25rem !important;
  }
  .element-box-mobile p {
    font-size: 1.1rem !important;
  }
  .section-simple .section-title.mobile-no-line h2:before {
    display: none;
  }
  .section-simple .section-title.mobile-no-line h2 span {
    background: none;
    color: inherit;
    padding: 0;
  }
  .mobile-px-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .box-line .image-h img {
    height: 3.75rem;
  }
  .bg-service .box-has-image img {
    margin-bottom: -1.4375rem;
    height: 11.25rem;
  }
}
@media (max-width: 576px) {
  .btn.btn-submit {
    min-width: 100%;
  }
  .color-title h2 span.font-30 {
    font-size: 1.25rem;
  }
  .color-title h2 span.text-bold {
    font-size: 1.25rem;
  }
  .color-title h2 span.font-24 {
    font-size: 1rem;
  }
  .pb-200 {
    padding-bottom: 5.3125rem;
  }
  .footer .copyright p {
    font-size: 0.875rem;
  }
  .footer .legal-menu .nav-item {
    padding: 0 0.625rem;
  }
  .footer:before {
    margin-top: -7.4rem;
  }
  .unco-box.unco-double {
    min-height: 0.0625rem;
  }
  .unco-box.unco-double .row {
    min-height: 0.0625rem;
  }
  .box-color.blue-box-small ul li {
    font-size: 1.25rem;
  }
  .bg-green {
    padding: 1.5625rem 1.25rem;
  }
  /*    .small-white-box {
            padding: 25/@rem 5/@rem;
        }*/
  .page-hero.section-contact {
    padding: 6.25rem 0 3.4375rem !important;
  }
  .box-color.blue-box-small .pink-box-small .btn.btn-line {
    font-size: 0.875rem;
  }
}
@media (max-width: 450px) {
  .footer:before {
    margin-top: -6.9rem;
  }
  .btn.btn-submit.btn-lg {
    min-width: 17.5rem;
  }
}



.form-control {
    color: black;
}
.alert-warning {
    color: #ffffff;
    background-color: #ff0000;
    /* border-color: #ffeeba; */
    padding: inherit;
    margin: 1px;
}
.tab-link p{
    cursor: default;
}
.previous, .previous:hover{
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    left: 0;
}
.unco-box{
    cursor: pointer;
}
.datepicker table tr td.active.active{
    background: #CADA92;
    color: inherit;
}
.datepicker-dropdown{
    background-color: #F6F9ED;
}
.datepicker-dropdown.datepicker-orient-top::after {
    border-top: 6px solid #F6F9ED;
}
.datepicker-dropdown::after{
    border-bottom: 6px solid #F6F9ED;   
}
.datepicker td, .datepicker th{
    padding: 4px 8px;
}
input[type="radio"]:disabled + label{
    display: none;
}

.overlay.show{
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.loading.show ,.loading1.show{
    position: fixed;
    visibility: visible;
    opacity: 1;
    width: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
}
.overlay, .loading, .loading1{
    position: absolute;
    height: 100%;
    width: 91%;
    background: #e2f6ffb3;
    display: table;
    z-index: -1;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    padding-top: 20%;
}
@media (max-width: 767px) {
  .loading1, .loading {
    padding-top: 60%;
  }
  .tooltip2 .tooltiptext::after {
    left: 20% !important;
  }
}
.tooltip2 {
    position: relative;
    display: inline-block;
}

.tooltip2 .tooltiptext {
    visibility: hidden;
    z-index: 9995;
    width: 350px;
    background-color: #29abe2;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    left: -200%;
    bottom: 150%;
    text-align: left;
}

.tooltip2 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 11%;
    /* margin-left: -5px; */
    border-width: 5px;
    border-style: solid;
    border-color: #29abe2 transparent transparent transparent;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
}
.ui-datepicker-header{
    
}
.ui-datepicker-calender table{
    width:100%;
}

.ui-datepicker .ui-datepicker-header{
    background-color: #A9BF4B !important;
    color:#fff !important;
}
alert.alert-success p {
    margin: 0px;
}
.green-box {
  width: 100%;
  float: left;
  background-color: #F6F9ED;
  padding: 3.125rem 2.25rem 1.875rem;
}

alert.alert-success p {
    margin: 0px;
}
.btn-apply{
    background-color: #A9BF50;
    border-radius: 0.625rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border: 0.125rem solid #A9BF50;
    color: #fff;
    font-weight: 700;
    padding: 0 0.625rem !important;
    min-height: 2.5rem !important;
    height: 2.5rem !important;
    line-height: 2;
    font-size: 1rem;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}
.btn-apply:hover{
    background-color: #fff;
    color: #A9BF50;
}
/*# sourceMappingURL=main.css.map */