@font-face {
  font-family: "Montserrat ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Montserrat-ExtraBold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Black";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Montserrat-Black.ttf) format("truetype");
  font-display: swap;
}
#form-submit-register.section-footer {
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #form-submit-register.section-footer {
    background: none;
    padding-bottom: 100px;
  }
}
#form-submit-register.section-footer .img-background-mb {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #form-submit-register.section-footer .img-background-mb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #form-submit-register.section-footer .form-content {
    padding: 15px 0;
  }
}
#form-submit-register.section-footer .form-content .container .form-register {
  max-width: 520px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  padding: 58px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #form-submit-register.section-footer .form-content .container .form-register {
    padding: 58px 30px;
    background: #ffffff;
    backdrop-filter: unset;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 576px) {
  #form-submit-register.section-footer .form-content .container .form-register {
    padding: 30px;
    background: rgba(255, 255, 255, 0.53);
    border-radius: 24px;
  }
}
#form-submit-register.section-footer .form-content .container .form-register .form-title {
  font-size: 22px !important;
  font-family: "Montserrat Regular";
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #29387d;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  #form-submit-register.section-footer .form-content .container .form-register .form-title {
    font-size: 24px;
    line-height: 1.25;
  }
}
#form-submit-register.section-footer .form-content .container .form-register p.subtitle_1 {
  font-size: 2.2em;
  line-height: 1.2;
  font-family: "Montserrat Back";
  text-align: center;
  margin: 0;
}
#form-submit-register.section-footer .form-content .container .form-register p.subtitle {
  font-size: 2em;
  line-height: 1.2;
  color: black;
  text-align: center;
  margin-bottom: 5px;
  font-family: "Montserrat Medium";
}
@media screen and (max-width: 576px) {
  #form-submit-register.section-footer .form-content .container .form-register p.subtitle {
    font-size: 1.8em;
    line-height: 1;
  }
}
#form-submit-register.section-footer .form-content .container .form-register .time-counter {
  margin-bottom: 10px;
  font-size: 10px;
  text-align: center;
}
#form-submit-register.section-footer .form-content .container .form-register .time-counter .time_element {
  font-size: 4em;
  color: #ea0029 !important;
  font-family: "Montserrat Bold";
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group {
  margin-bottom: 16px;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group:nth-child(6) {
  margin-bottom: 32px;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group .form-control {
  padding: 10px 10px 10px 25px;
  font-family: "Montserrat Regular";
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #86868b;
  background: #FFFFFF;
  border: 1px solid #E5E5E6;
  border-radius: 26px;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group .form-control::placeholder {
  color: #86868b;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Montserrat Regular";
  opacity: 1;
  /* Firefox */
  color: #86868b;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Montserrat Regular";
  color: #86868b;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Montserrat Regular";
  color: #86868b;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group select:disabled {
  background: #ddd !important;
}
#form-submit-register.section-footer .form-content .container .form-register .form .button-wrapper {
  text-align: center;
  font-size: 10px;
}
#form-submit-register.section-footer .form-content .container .form-register .form .button-wrapper .btn-register {
  border: none;
  background: #2b378b;
  border-radius: 50px;
  width: 204px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 1.2em;
}
#form-submit-register.section-footer .form-content .container .form-register .form .button-wrapper .btn-register::before {
  content: "";
  height: 450px;
  width: 450px;
  background: #c60c30;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
#form-submit-register.section-footer .form-content .container .form-register .form .button-wrapper .btn-register span {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat Bold";
  padding: 12px 30px;
}
#form-submit-register.section-footer .form-content .container .form-register .form .button-wrapper .btn-register span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #c60c30;
  position: absolute;
  border-radius: 50%;
  right: 15px;
  top: 18px;
}
#form-submit-register.section-footer .form-content .container .form-register .form .button-wrapper .btn-register:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.home .location-area {
  padding-top: 50px;
}

.site-footer {
  padding: 150px 0 50px;
  background-color: #f5f5f7;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 50px 0;
  }
}
.site-footer .footer-top {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-top .mb-order {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-top .box-footer {
    margin-bottom: 20px;
  }
}
.site-footer .footer-top .box-footer .logo-footer {
  width: 64px;
  margin-bottom: 30px;
}
.site-footer .footer-top .box-footer .logo-footer img {
  width: 100%;
  height: auto;
}
.site-footer .footer-top .box-footer .footer-info {
  font-size: 16px;
  font-family: "Montserrat Regular";
  color: #000;
}
.site-footer .footer-top .box-footer .links-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: 40px;
}
.site-footer .footer-top .box-footer .links-social li a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-top .box-footer .logo-bct {
    display: none;
  }
}
.site-footer .footer-top .box-footer .logo-bct img {
  width: 158px;
  height: auto;
}
.site-footer .footer-top .box-footer .box-footer-title {
  font-family: "Montserrat Bold";
  color: #000;
  font-size: 18px;
  line-height: 220%;
  margin-bottom: 14px;
  padding-top: 0;
}
.site-footer .footer-top .box-footer .list-cate,
.site-footer .footer-top .box-footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-top .box-footer .list-cate.mb-36,
.site-footer .footer-top .box-footer ul.mb-36 {
  margin-bottom: 36px;
}
.site-footer .footer-top .box-footer .list-cate li,
.site-footer .footer-top .box-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-top .box-footer .list-cate li a,
.site-footer .footer-top .box-footer ul li a {
  font-family: "Montserrat Regular";
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.site-footer .footer-top .box-footer .list-cate li a:hover,
.site-footer .footer-top .box-footer ul li a:hover {
  color: #c60c30;
}
.site-footer .footer-top .box-footer .list-cate li a.ilo-style,
.site-footer .footer-top .box-footer ul li a.ilo-style {
  display: block;
  margin-top: 30px;
  font-family: "Montserrat Bold";
}
.site-footer .footer-top .box-footer .list-cate li a.ilo-style:hover,
.site-footer .footer-top .box-footer ul li a.ilo-style:hover {
  color: #c60c30;
}
.site-footer .footer-top .box-footer .subscribe-form.mobile {
  margin-bottom: 36px;
}
.site-footer .footer-top .box-footer .subscribe-form.mobile .subscribe-form-title {
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-top .box-footer .subscribe-form.mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-top .box-footer .subscribe-form.desktop {
    display: none;
  }
}
.site-footer .footer-top .box-footer .subscribe-form .subscribe-form-title {
  font-family: "Montserrat Bold";
  font-size: 14px;
  color: #000;
  margin-bottom: 14px;
}
.site-footer .footer-top .box-footer .subscribe-form .emaillist {
  position: relative;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form .es-field-wrap {
  position: relative;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form .es-field-wrap .icon-mail {
  position: absolute;
  left: 26px;
  top: 16px;
  font-size: 18px;
  color: #d9dcf2;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form .es-field-wrap label {
  width: 100%;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form .es-field-wrap input {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  line-height: 140%;
  background-color: #fff;
  color: #d9dcf2;
  padding: 13px 10px 13px 15px;
  border: 1px solid #d9dcf2;
  border-radius: 50px;
  box-shadow: none;
  font-family: "Montserrat Regular";
  font-style: italic;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form .es-field-wrap input::placeholder {
  color: #d9dcf2;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form i.fa-light.fa-arrow-right-long {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  background: #c60c30;
  border-radius: 80px;
  font-size: 16px;
  padding: 6px;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form .es_subscription_form_submit {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  border: none;
  box-sizing: none;
  background: transparent;
  padding: 1px 6px;
  z-index: 999;
}
.site-footer .footer-bottom {
  border-top: 1px solid #d9d9d9;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-bottom .logo-bct {
    display: none;
  }
}
.site-footer .footer-bottom .logo-bct img {
  width: 158px;
  height: auto;
}
.site-footer .footer-bottom .copy-right {
  text-align: center;
  color: #111111;
  font-family: "Montserrat Regular";
  font-size: 14px;
  font-style: italic;
  line-height: 140%;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom .copy-right {
    text-align: center;
  }
}
.site-footer .footer-bottom .text-desc {
  text-align: center;
  color: #111111;
  font-family: "Montserrat Regular";
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom .text-desc {
    text-align: center;
  }
}

/*** ADD 17JAN204 **/
.footer {
  background: #f5f5f7;
  padding: 30px 0;
  text-align: center;
}
.footer .link-footer {
  font-size: 10px;
}
.footer .link-footer a {
  color: #111111;
  font-family: "Montserrat Regular";
  font-size: 1.6em;
}

/*# sourceMappingURL=footer.css.map */
