@font-face {
  font-family: ABCROMExtended;
  src: url(../fonts/ABCROMExtended-Light.otf);
}

html,
body {
  font-family: ABCROMExtended;
  background-color: #f3f3f3;
  font-size: 14px;
  overflow-x: hidden;
}


.banner_box {
  background-image: url(../img/banner/banner-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-position: center;
  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: 70px;
}

.compliance-item h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #a16b58;
  font-weight: 800;
}

.compliance-item h2 {
  font-size: 20px;
  margin-top: 25px;
  margin-left: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.compliance-item p {
  padding-left: 25px;
  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: 10px;
  border-collapse: separate;
}

.compliance-item table tr th {
  font-size: 14px;
  line-height: 20px;
  padding: 12px;
  color: #fff;
  background-color: #a16b58;
}

.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: 30px;
}

.compliance-item .table-responsive:last-child {
  margin-bottom: 0;
}

#section-enquirenow .sm-form-control {
  color: #fff;
}

#section-enquirenow .sm-form-control option {
  color: #a16b58;
}

.sm-form-control:focus {
  outline: 0;
}

#compliance header li:hover a {
  color: #a16b58;
}

footer {
  background: #a16b58;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  border: none;
}

footer p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}

.logo_img {
  text-align: center;
  max-width: 150px;
  margin: 0 auto 30px;
}

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: linear-gradient(to bottom right, #fcc899, #a16b58db);
  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: 2px solid #ffffff;
}

.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;
  letter-spacing: 0.1px;
  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: 2px solid #ffffff;
  padding: 15px 15px 15px;
  /* height: 54px; */
  outline: none;
  font-size: 14px;
  font-weight: 300;
  background: none;
  letter-spacing: 0.6px;
}

.form_control_wrap {
  margin-bottom: 20px;
}



.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: 41px;
  width: 160px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  right: -60px;
  top: 48%;
  line-height: 17px;
  background: linear-gradient(to bottom right, #fcc899, #a16b58db);
  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;
}

#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: 16px;
  line-height: 17px;
  background: linear-gradient(to bottom right, #fcc899, #a16b58db);
  padding: 11px 6px 9px;
  color: #FFF;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.4px;
  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 50px 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;
  }
}