@font-face {
  font-family: ABCROMExtended;
  src: url(../fonts/ABCROMExtended-Light.otf);
}

html,
body {
  font-family: ABCROMExtended;
  background-color: #f3f3f3;
  font-size: 14px;
}


.banner_box {
  background-image: url(../img/banner/aureva-desk-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}

.content_abs {
  position: absolute;
  top: 40px;
  left: 4%;
}

.content_abs p {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 20px;
}

.section.compliance-section {
  padding-top: 35px;
  padding-bottom: 110px;
}

.compliance-item h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #700308;
  font-weight: 800;
}

.compliance-item h2 {
  font-size: 16px;
  margin-top: 25px;
  margin-left: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.compliance-item p {
  padding-left: 4px;
  font-size: 13px;
}

.compliance-item h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0e351c;
  padding: 0 10px;
}

.compliance-item table {
  width: 100%;
  margin-bottom: 0;
  border-spacing: 1px;
  border-collapse: separate;
}

.compliance-item table tr th {
  font-size: 14px;
  line-height: 20px;
  padding: 12px;
  color: #fff;
  background-color: #700308;
}

.compliance-item table tr td {
  background: rgb(255 255 255);
  color: #333;
  text-align: center;
  padding: 12px;
  line-height: 24px;
  text-align: left;
}

.compliance-item table tr th:first-child {
  border-radius: 20px 0 0 0;
}

.compliance-item table tr th:last-child {
  border-radius: 0 20px 0 0;
}

.download-pdf img {
  max-width: 30px;
  margin: 0 auto;
}

.compliance-item table tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}

.compliance-item table tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}

.compliance-section {
  background-color: #f2f2f2;
}

.compliance-item table tr td a {
  color: #333;
}

.compliance-item {
  margin-bottom: 30px;
}

.compliance-item:last-child {
  margin-bottom: 0;
}

.compliance-item table tr th[colspan="2"] {
  border-radius: 20px 20px 0 0;
}

.compliance-item .table-responsive {
  margin-bottom: 15px;
}

.compliance-item .table-responsive:last-child {
  margin-bottom: 0;
}

#section-enquirenow .sm-form-control {
  color: #fff;
}

#section-enquirenow .sm-form-control option {
  color: #700308;
}

.sm-form-control:focus {
  outline: 0;
}

#compliance header li:hover a {
  color: #700308;
}

footer {
  background: #700308;
  padding: 15px 0;
  position: relative;
  z-index: 10;
  width: 100%;
  border: none;
}

footer p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}

.foot_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 10px;
}

.foot_link a {
  text-decoration: none;
  background: #FFF;
  color: #000;
  padding: 4px 17px;
  border-radius: 50px;
  font-size: 13px;
  transition: all 0.5s ease;
}

.foot_link a:hover {
  color: #700308;
}

.logo_img {
  text-align: center;
  max-width: 114px;
  margin: 0 auto 30px;
}

.logo_img img {
  max-width: 100%;
  height: auto;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

.table-responsive-wrap {
  max-width: 100%;
  overflow: auto;
}

.compliance-item .table-responsive {
  min-width: 500px;
}

.compliance-item .table-responsive tr td:first-child {
  min-width: 78px;
}

/* -- popup -- */

.popup_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 80%);
  z-index: 99912;
  display: none;
}

.popup_modal .popup_modal_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_modal .popup_contaier {
  width: 650px;
  max-width: calc(100% - 30px);
  background: #700308;
  border-radius: 5px;
  padding: 25px;
  box-shadow: 0 0px 20px 0 rgb(205 151 3 / 22%);

}

.popup_modal .popup_body {
  padding: 20px 20px 25px;
  position: relative;
  border-radius: 6px;
  border: 1px solid #ffffff26;
}

.popup_body>* {
  z-index: 2;
  position: relative;
}


.popup_modal .popup_body h4 {
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

.popup_modal .popup_body p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.popup_modal .popup_body p a {
  color: #ffffff;
  text-decoration: underline;
}

.popup_modal .popup_body .theme_btn1 {
  min-width: 120px;
  border-radius: 4px;
}

.popup_modal select.form_control option {
  color: #000;
}

.form_control {
  color: #ffffff;
  width: 100%;
  border: 1px solid #ffffff54;
  padding: 13px 15px 13px;
  /* height: 54px; */
  outline: none;
  font-size: 14px;
  font-weight: 300;
  background: none;
  letter-spacing: 0.6px;
}

.popup_modal .popup_body .terms_accept p {
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}

.form_control_wrap {
  margin-bottom: 20px;
  position: relative;
}

.form_control_wrap .error-msg1 {
  color: #d1e00f;
  font-size: 11px;
  letter-spacing: 0.1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  transform: translateY(100%);
}

.country_code_wrap {
  display: flex;
  align-items: center;
}

.country_code_wrap select {
  width: auto;
  min-width: 49px;
  flex-shrink: 0;
  border-right: none;
  padding-left: 7px;
  appearance: none;
  padding-right: 0;
  pointer-events: none;
  white-space: unset;
  position: absolute;
  left: 0;
  top: 2px;
  border: none;
}

.country_code_wrap input {
  padding-left: 54px;
}

.country_code_wrap select option {
  display: none;
  width: 0;
}

.terms_accept p {
  margin-bottom: 0;
}


.popup_modal input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff !important;
}

.popup_modal input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff !important;
}

.popup_modal input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff !important;
}


.popup_modal .popup_close {
  position: absolute;
  right: -11px;
  top: -10px;
  background: #fff;

  font-family: ABCROMExtended;
  font-weight: 900;
  color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.popup_modal .popup_close:hover {
  background: #fff;
}

.theme_btn1 {
  padding: 14px 20px;
  background: #FFF;
  border: 1px solid #FFF;
  color: #000;
  line-height: 1;
  position: relative;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  transition: all 0.5s ease;
}

.theme_btn1:hover {
  background: transparent;
  color: #FFF;
}

/* .enquire_button {
  position: fixed;
  height: 38px;
  width: 153px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  right: -56px;
  top: 48%;
  line-height: 17px;
  background: #700308;
  padding: 11px 6px 9px;
  color: #FFF;
  transform: rotate(270deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transform: rotate(270deg);
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.4px;
  z-index: 999;
  border: 1px solid #ffffff80;
  border-bottom: none;
} */

.enquire_button_wrap {
  position: fixed;
  top: 50%;
  right: -135px;
  display: flex;
  flex-direction: row-reverse;
  transform: rotate(-90deg);
  gap: 0 11px;
}

.enquire_button {
  position: relative;
  height: 38px;
  width: auto;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  background: #700308;
  padding: 11px 12px 9px;
  color: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.4px;
  border: 1px solid #ffffff80;
  border-bottom: none;
  text-decoration: none;
}

.enquire_button img {
  height: 18px;
  margin-right: 8px;
}

#enquire_popup .row>div {
  padding: 0 10px;
}

.popup_modal .row {
  display: flex;
  flex-wrap: wrap;
}

.thankyou-block {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.thankyou-logo img {
  width: 200px;
  margin-bottom: 25px;
}

.thankyou-block h1 {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 38px;
}

.thankyou-block p {
  margin-bottom: 25px;
  font-size: 19px;
}

.thanks_button_wrap a {
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  background: linear-gradient(to bottom right, #8c777c, #700308);
  text-transform: capitalize;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.6px;
  display: inline-block;
  padding: 11px 28px;
  border-radius: 5px;
}


.terms_accept {
  display: flex;
  align-items: flex-start;
  gap: 0 8px;
}

.terms_accept input {
  margin-top: 8px;
}

.main-cpt {
  display: flex;
  align-items: center;
  gap: 15px 15px;
}

.main-cpt input {
  width: 173px;
}

.main-cpt span {
  color: #FFF;
}

.main-cpt img {
  background: #ccffff;
  padding: 6px 2px 5px 10px;
}

.main-cpt a {
  color: #FFF;
}

#lblProcessCarrier {
  color: #fff43d;
  margin-top: 5px;
  font-size: 13px;
}

.theme-btn {
  text-decoration: none;
}


.goback {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  background: #FFF;
  color: #051c3b;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 50px;
  float: right;
  transition: all 0.5s ease;
}

.goback:hover {
  background: #051c3b;
  color: #FFF;
  text-decoration: none;
}

.title_header h2 {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
}

.privacy_section {
  padding: 40px 0 100px 0;
}

.privacy_section h4 {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0;
  font-size: 18px;
  letter-spacing: 0.4px;
}


.privacy_section p,
.privacy_section li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-align: justify;
  color: #000;
}

.privacy_section ul li {
  margin-bottom: 20px;
}

.privacy_section ul {
  padding-left: 22px;
  margin-bottom: 0;
}

.privacy_section ul ol {
  padding-left: 20px;
  margin-top: 20px;
}

.privacy_section ol {
  padding-left: 55px;
}

.privacy_section ol li {
  padding-left: 0;
}

.privacy_section ol li:not(:last-child) {
  margin-bottom: 20px;
}


@media screen and (max-width: 1599px) {
  .form_control {
    padding: 13px 13px 13px;
  }
}

@media screen and (max-width: 767px) {
  .content_abs p {
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 22px;
  }

  footer p {
    font-size: 10px;
  }

  .compliance-item h1 {
    text-align: center;
    font-size: 14px;
  }

  .compliance-item h2 {
    font-size: 12px;
  }

  .section.compliance-section {
    padding-top: 20px;
  }

  .logo_img {
    width: 100px;
  }

  .logo_img img {
    width: 100%;
  }

  .compliance-item table tr th {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 12px;
  }

  .compliance-item table tr td {
    font-size: 12px;
    line-height: 18px;
  }

  .main-cpt {
    gap: 15px 12px;
  }

  .popup_modal .popup_contaier {
    max-height: 96vh;
    overflow: auto;
  }
}

@media screen and (max-width:600px) {
  .main-cpt input {
    width: 100%;
  }

  .main-cpt {
    flex-wrap: wrap;
  }

}


@media screen and (max-width: 480px) {
  .content_abs p {
    font-size: 10px;
    line-height: 18px;
  }

  footer p {
    font-size: 8px;
  }
}



.marquer {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 90px;
}

.marquer p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0;
  background: #700308;
  padding: 9px 14px;
  text-align: center;
  min-width: 180px;
  z-index: 22;
  position: relative;
}

.marquer marquee {
  color: #040707;
  bottom: -4px;
  -webkit-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  position: relative;
}

.marquer marquee a {
  color: #040707;
  font-size: 13px;
}

.marquer .row>div {
  padding: 0;
}

.marquer .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #70030845;
  margin: 0;
}

@media (max-width:1200px) {
  .marquer {
    bottom: 125px;
  }

  .section.compliance-section {
    padding-bottom: 210px;
  }
}


@media (max-width:767px) {
  .marquer marquee {
    padding: 10px 0;
    bottom: -4px;
  }

  .marquer {
    bottom: 160px;
  }
}

@media (max-width:480px) {
  .foot_link a {
    padding: 0;
    font-size: 12px;
    background: transparent;
    color: #FFF;
    text-decoration: underline;
  }

  .marquer p {
    font-size: 14px;
    padding: 6px 14px;
  }

  .marquer {
    bottom: 123px;
  }

  .foot_link {
    gap: 7px 8px;
  }
}


.goback_header a {
  padding: 7px 18px;
  background: #700308;
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  margin-left: auto;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-radius: 50px;
  transition: all 0.5s ease;
}

.goback_header .container {
  text-align: right;
}

.goback_header {
  padding-top: 15px;
}

.goback_header a:hover {
  background: #700308;
}

@media (max-width:767px) {
  .goback_header .container {
    text-align: center;
  }

  /* .enquire_button {
    height: 34px;
    width: 134px;
    font-size: 13px;
    right: -40px;
  } */
  footer {
    margin-bottom: 40px;
  }

  .enquire_button_wrap {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    z-index: 9999;
    right: auto;
    width: 100%;
    gap: 0;
  }

  .enquire_button_wrap .enquire_button {
    width: 50%;
    height: auto;
    right: 0;
  }
}