@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
body {
  overflow-x: hidden;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6, p.serif {
  font-family: "Playfair", sans-serif;
  font-weight: 400;
}
h1.gold, h2.gold, h3.gold, h4.gold, h5.gold, h6.gold, p.serif.gold {
  color: #A68549;
}

p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
p:last-child {
  margin-bottom: 0;
}

li {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

a {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 50px;
}
@media all and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 50px;
}
@media all and (max-width: 992px) {
  h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

input[type=text],
input,
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

.section-padding {
  padding: 5%;
}

.btnBox {
  margin-top: 30px;
}

.btnGold {
  background-color: #A68549;
  padding: 10px 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.btnGold:hover {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .btnGold {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.btnBlack {
  background-color: #000000;
  padding: 10px 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.btnBlack:hover {
  text-decoration: none;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .btnBlack {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.subHead {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.subHead.gold {
  color: #A68549;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  font-family: "lato", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}

header.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 25px 5%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease 0s;
}
header.header.dark {
  background-color: #000000;
}
header.header.darkHeader {
  padding: 15px 5%;
  background-color: #000000;
}
header.header.darkHeader .logo-img {
  width: 200px;
}
@media all and (max-width: 1550px) {
  header.header.darkHeader .logo-img {
    width: 170px;
  }
}
@media all and (max-width: 1280px) {
  header.header.darkHeader .logo-img {
    width: 130px;
  }
}
@media all and (max-width: 1100px) {
  header.header.darkHeader .logo-img {
    width: 100px;
  }
}
header.header.coloredHeader {
  position: sticky;
}
header.header.coloredHeader.darkHeader .logo-img, header.header.coloredHeader.dark .logo-img {
  display: none;
}
header.header.coloredHeader.darkHeader .logo-img.darkShow, header.header.coloredHeader.dark .logo-img.darkShow {
  display: block;
}
header.header.coloredHeader.darkHeader nav.nav ul li a, header.header.coloredHeader.dark nav.nav ul li a {
  color: #ffffff;
}
@media all and (max-width: 992px) {
  header.header.coloredHeader.darkHeader nav.nav ul li a, header.header.coloredHeader.dark nav.nav ul li a {
    color: #ffffff;
  }
}
header.header.coloredHeader nav.nav ul li a {
  color: #000000;
}
@media all and (max-width: 992px) {
  header.header.coloredHeader nav.nav ul li a {
    color: #ffffff;
  }
}
header.header.coloredHeader nav.nav ul li .sub-menu {
  background-color: #000000;
  width: 100%;
}
header.header.coloredHeader nav.nav ul li .sub-menu li a {
  color: #ffffff;
}
header.header .logo-img {
  transition: all 0.3s ease 0s;
  width: 250px;
  max-width: 100%;
}
header.header .logo-img.hidden {
  display: none;
}
@media all and (max-width: 1550px) {
  header.header .logo-img {
    width: 200px;
  }
}
@media all and (max-width: 1280px) {
  header.header .logo-img {
    width: 150px;
  }
}
@media all and (max-width: 1100px) {
  header.header .logo-img {
    width: 120px;
  }
}
header.header .out {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.header div#burger {
  height: 28px;
  width: 28px;
  display: none;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 99999;
  cursor: pointer;
  transition: all 0.3s ease 0.1s;
}
header.header div#burger span {
  height: 3px;
  width: 100%;
  background-color: #A68549;
  display: block;
  margin-bottom: 7px;
  transition: all 1s ease 0.1s;
  z-index: 99999;
}
header.header div#burger span:last-child {
  margin-bottom: 0;
}
header.header div#burger.open span {
  opacity: 0;
  visibility: hidden;
  position: relative;
}
header.header div#burger.open span:first-child {
  top: 10px;
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
}
header.header div#burger.open span:last-child {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(-45deg);
  top: -10px;
}
@media all and (max-width: 992px) {
  header.header div#burger {
    display: flex;
  }
}
header.header nav.nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  align-items: center;
}
header.header nav.nav ul li {
  list-style: none;
}
header.header nav.nav ul li a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
header.header nav.nav ul li a:hover {
  text-decoration: none;
}
header.header nav.nav ul li.twoCol .sub-menu .innerDrop {
  grid-template-columns: repeat(2, 1fr);
}
header.header nav.nav ul li .sub-menu {
  background-color: #000000;
  position: absolute;
  flex-direction: column;
  width: max-content;
  top: 100%;
  display: none;
  width: 100%;
  padding: 30px 5%;
  left: 0;
}
header.header nav.nav ul li .sub-menu .dropHead {
  color: #A68549;
  margin-bottom: 10px;
}
header.header nav.nav ul li .sub-menu .innerDrop {
  width: 700px;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media all and (max-width: 992px) {
  header.header nav.nav ul li .sub-menu .innerDrop {
    grid-template-columns: 100%;
  }
}
header.header nav.nav ul li .sub-menu li {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
}
header.header nav.nav ul li .sub-menu li:last-child {
  margin-bottom: 0;
}
header.header nav.nav ul li .sub-menu li.current-menu-item a {
  opacity: 1;
}
header.header nav.nav ul li .sub-menu li a {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
}
@media all and (max-width: 1420px) {
  header.header nav.nav ul li a {
    font-size: 15px;
  }
  header.header nav.nav ul li.btnTrans a {
    font-size: 15px;
  }
}
@media all and (max-width: 1280px) {
  header.header nav.nav ul li a {
    font-size: 14px;
  }
  header.header nav.nav ul li.btnTrans a {
    font-size: 14px;
  }
}
@media all and (max-width: 1100px) {
  header.header nav.nav ul li a {
    font-size: 12px;
  }
  header.header nav.nav ul li.btnTrans a {
    font-size: 12px;
  }
}
@media all and (max-width: 992px) {
  header.header nav.nav ul li a {
    font-size: 16px;
  }
  header.header nav.nav ul li.btnTrans a {
    font-size: 16px;
  }
}
header.header nav.nav .mobile {
  display: none;
}
@media all and (max-width: 1400px) {
  header.header nav.nav ul {
    gap: 10px;
  }
}
@media all and (max-width: 992px) {
  header.header nav.nav {
    background-color: #000000;
    padding: 0%;
    width: 90%;
    height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: flex-start;
    row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(120%);
    opacity: 0;
    gap: 30px;
    transition: all 1s ease 0.3s;
    padding: 30px;
  }
  header.header nav.nav.show {
    opacity: 1;
    transform: translateX(0%);
  }
  header.header nav.nav .mobile {
    display: block;
  }
  header.header nav.nav .socials {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  header.header nav.nav .socials a {
    padding: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }
  header.header nav.nav .socials a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
  header.header nav.nav ul {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  header.header nav.nav ul li {
    margin-bottom: 10px;
  }
  header.header nav.nav ul li:hover a::before {
    display: none;
  }
  header.header nav.nav ul li.menuBtn {
    margin-top: 10px;
  }
  header.header nav.nav ul li.menuBtn a {
    padding: 10px 30px;
    font-size: 12px;
  }
  header.header nav.nav ul li.menuCart {
    padding-left: 0;
    border-left: 0;
  }
  header.header nav.nav ul li.menuCart a::before {
    background-image: url("../img/Icon_Cart_w.svg") !important;
  }
  header.header nav.nav ul li .sub-menu {
    display: block;
    position: relative;
    top: 0;
    padding-top: 10px;
    width: 100%;
    z-index: 2;
    padding-bottom: 0;
    padding-left: 20px;
    background-color: #000000;
  }
  header.header nav.nav ul li .sub-menu li {
    width: 100%;
    position: unset;
    margin-bottom: 0;
  }
  header.header nav.nav ul li .sub-menu li a {
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media all and (max-width: 767px) {
  header.header nav.nav {
    width: 100%;
  }
}
@media all and (max-width: 1400px) {
  header.header {
    padding: 20px 3%;
  }
  header.header.darkHeader {
    padding: 15px 3%;
  }
}
@media all and (max-width: 1280px) {
  header.header {
    padding: 20px 2%;
  }
  header.header.darkHeader {
    padding: 15px 2%;
  }
}

.ctaSec {
  padding: 8%;
}
.ctaSec.withBack {
  background-image: url("../img/ctaBack.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  background-color: #000000;
}
.footer .mainFooter {
  display: grid;
  margin-bottom: 5%;
  grid-template-columns: 25% 40% 25%;
  justify-content: space-between;
}
.footer .mainFooter .head {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer .mainFooter .logoBox .innerlogo {
  text-align: center;
  width: 250px;
  max-width: 100%;
}
.footer .mainFooter .logoBox .innerlogo img {
  width: 100%;
}
.footer .mainFooter .logoBox .innerlogo .socials {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.footer .mainFooter .logoBox .innerlogo .socials a img {
  width: 20px;
}
.footer .mainFooter .locations .allLocations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: space-between;
}
.footer .mainFooter .locations .allLocations .location p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
}
.footer .mainFooter .locations .allLocations .location p.name {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
.footer .mainFooter .locations .allLocations .location p a {
  color: #ffffff;
}
.footer .mainFooter .menuB {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.footer .mainFooter .menuB ul {
  margin: 0;
  padding: 0;
}
.footer .mainFooter .menuB ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer .mainFooter .menuB ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
.footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer .copyright p {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}
.footer .copyright .policies {
  display: flex;
  gap: 20px;
}
.footer .copyright .policies p {
  padding-right: 20px;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}
.footer .copyright .policies p::before {
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  content: "";
  position: absolute;
  right: 0;
}
.footer .copyright .policies p:last-child {
  padding-right: 0;
}
.footer .copyright .policies p:last-child::before {
  display: none;
}
.footer .copyright .policies p a {
  color: #ffffff;
}
.footer .copyright .policies p a:hover {
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .footer .mainFooter {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .footer .mainFooter .logoBox .innerlogo {
    text-align: left;
  }
  .footer .mainFooter .logoBox .innerlogo .socials {
    justify-content: flex-start;
  }
  .footer .mainFooter .locations .allLocations {
    grid-template-columns: 100%;
  }
  .footer .mainFooter .menuB {
    flex-direction: column;
    gap: 20px;
  }
  .footer .copyright {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer .copyright .policies {
    flex-direction: column;
  }
  .footer .copyright .policies p::before {
    display: none;
  }
}

.defaultCont li {
  margin-bottom: 10px;
}
.defaultCont p {
  margin-bottom: 20px;
}
.defaultCont p a {
  color: #A68549;
}

/*
  SASS file for Wrappers Only
*/
.full-wrap {
  max-width: 2200px;
  width: 100%;
  margin: 0 auto;
}

.main-wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.med-wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.sm-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.xs-wrap {
  max-width: 550px;
  margin: 0 auto;
}

.footer-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select::before {
  right: 10px;
  top: 15px;
  height: 15px;
  width: 15px;
  background-image: url("../img/angledown.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select select {
  padding-right: 30px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border: none !important;
  font-size: 16px !important;
  padding: 10px 20px !important;
  background-color: #E5E2DF !important;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_body .gform_fields .gfield input::placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-family: "Lato", sans-serif;
  font-weight: 600 !important;
  font-size: 16px;
  text-transform: capitalize;
}
.gform_wrapper .gform_body .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.gform_wrapper .gform_body .ginput_container_checkbox .gfield_checkbox .gchoice {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.gform_wrapper .gform_body .ginput_container_checkbox .gfield_checkbox .gchoice label {
  cursor: pointer;
  text-align: left;
  font-family: "lato", sans-serif;
  font-size: 14px;
  color: #000000;
  padding-left: 20px;
}
.gform_wrapper .gform_body .ginput_container_checkbox .gfield_checkbox .gchoice input {
  display: none;
}
.gform_wrapper .gform_body .custom-check {
  height: 13px;
  width: 13px;
  background-color: transparent;
  border: 1px solid #A68549;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 5px;
  pointer-events: none;
}
.gform_wrapper .gform_body .custom-check .custom-check-inner {
  height: 9px;
  width: 9px;
  background-color: transparent;
}
.gform_wrapper .gform_body .gfield-choice-input + label {
  max-width: unset !important;
}
.gform_wrapper .gform_body .gfield-choice-input:checked + label + .custom-check .custom-check-inner {
  background-color: #A68549;
}
.gform_wrapper .gform_footer {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 15px 40px !important;
  background-color: #A68549;
  border: none !important;
  color: #ffffff !important;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
@media all and (max-width: 992px) {
  .gform_wrapper .gform_footer .gform_button {
    padding: 10px 40px !important;
  }
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: #7a7a7a !important;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

.homeBanner {
  min-height: 90vh;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.homeBanner .background {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  object-fit: cover;
}
.homeBanner .textBox {
  width: 100%;
  max-width: 550px;
}
.homeBanner .textBox p {
  color: #fff;
}
.homeBanner .textBox h1 {
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .homeBanner {
    min-height: unset;
    padding-top: 150px;
  }
}

.aboutSec.noPadBtm {
  padding-bottom: 0;
}
.aboutSec .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  align-items: center;
}
.aboutSec .two-col .textBox p strong {
  color: #A68549;
  text-transform: uppercase;
  font-weight: 600;
}
@media all and (max-width: 992px) {
  .aboutSec .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.ourServices {
  padding-top: 0;
}
.ourServices .servicesBox {
  margin-top: 30px;
}
.ourServices .servicesBox .two-col {
  display: grid;
  grid-template-columns: 68% 30%;
  justify-content: space-between;
}
.ourServices .servicesBox .two-col .imgBox {
  position: relative;
  height: 100%;
}
.ourServices .servicesBox .two-col .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.ourServices .servicesBox .two-col .imgBox img:first-child {
  z-index: 0;
}
.ourServices .servicesBox .two-col .imgBox img.show {
  z-index: 2;
}
.ourServices .servicesBox .two-col .services .service {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.ourServices .servicesBox .two-col .services .service:last-child {
  border-bottom: 0;
}
.ourServices .servicesBox .two-col .services .service a {
  padding: 20px 35px 20px 20px;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  position: relative;
}
.ourServices .servicesBox .two-col .services .service a::before {
  position: absolute;
  content: "";
  background-image: url("../img/angle_right.svg");
  background-position: center;
  width: 12px;
  height: 12px;
  background-size: contain;
  right: 10px;
  background-repeat: no-repeat;
}
.ourServices .servicesBox .two-col .services .service a:hover {
  background-color: #A68549;
  color: #ffffff;
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .ourServices .servicesBox .two-col {
    grid-template-columns: 100%;
    position: relative;
  }
  .ourServices .servicesBox .two-col .imgBox {
    background-color: #000000;
    position: unset;
  }
  .ourServices .servicesBox .two-col .services {
    z-index: 3;
  }
  .ourServices .servicesBox .two-col .services .service {
    border-color: #ffffff;
  }
  .ourServices .servicesBox .two-col .services .service a {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
  }
  .ourServices .servicesBox .two-col .services .service a:hover {
    background-color: rgba(166, 133, 73, 0.7);
  }
}

.courseDe .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
.courseDe .tabBox .tabHead {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  height: inherit;
  cursor: pointer;
}
.courseDe .tabBox .tabHead .name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
.courseDe .tabBox .tabHead .name.active, .courseDe .tabBox .tabHead .name:hover {
  background-color: #A68549;
}
.courseDe .tabBox .tabHead .name.active p, .courseDe .tabBox .tabHead .name:hover p {
  color: #ffffff;
}
.courseDe .tabBox .tabHead .name:last-child {
  border-right: 0;
}
.courseDe .tabBox .tabHead .name p {
  text-align: center;
  margin-bottom: 0;
}
.courseDe .tabBox .tabHead .content {
  display: none;
}
.courseDe .tabBox .content .two-col {
  display: grid;
  grid-template-columns: 50% 50%;
}
.courseDe .tabBox .content .two-col .imgBox {
  padding-top: 100%;
  position: relative;
}
.courseDe .tabBox .content .two-col .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courseDe .tabBox .content .two-col .textBox {
  background-color: #F2EEEB;
  padding: 100px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.courseDe .tabBox .content .two-col .textBox h2 {
  text-align: center;
}
.courseDe .tabBox .content .two-col .textBox .course {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.courseDe .tabBox .content .two-col .textBox .course.single {
  grid-template-columns: 100%;
}
.courseDe .tabBox .content .two-col .textBox .course .dateDet {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
.courseDe .tabBox .content .two-col .textBox .course .dateDet p {
  margin-bottom: 0;
  font-weight: 600;
  background-color: #A68549;
  padding: 5px 15px;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.courseDe .tabBox .content .two-col .textBox .details {
  text-align: center;
}
.courseDe .tabBox .content .two-col .textBox .btnBox a {
  width: 100%;
}
.courseDe .tabBox .content .two-col .textBox .note {
  margin-top: 30px;
}
.courseDe .tabBox .content .two-col .textBox .note p {
  color: #A68549;
  font-style: italic;
  font-weight: 400;
}
@media all and (max-width: 992px) {
  .courseDe .two-col {
    grid-template-columns: 100%;
    gap: 0px;
  }
  .courseDe .tabBox .tabHead {
    flex-direction: column;
  }
  .courseDe .tabBox .tabHead .name {
    flex-direction: column;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .courseDe .tabBox .tabHead .content {
    display: block;
  }
  .courseDe .tabBox .tabHead .content .two-col {
    grid-template-columns: 100%;
    position: relative;
    background-color: #F2EEEB;
  }
  .courseDe .tabBox .tabHead .content .two-col .textBox {
    padding: 5%;
    background-color: transparent;
    position: relative;
    z-index: 2;
  }
  .courseDe .tabBox .tabHead .content .two-col .imgBox {
    position: absolute;
    padding-top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  .courseDe .tabBox .tabHead .content .two-col .imgBox img {
    position: absolute;
    opacity: 0.2;
  }
  .courseDe .tabBox .tabContent {
    display: none;
  }
}

.serviceIntro p {
  font-size: 17px;
}
.serviceIntro h3 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.serviceIntro ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.serviceIntro ul li {
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .serviceIntro p {
    font-size: 16px;
  }
}

.serviceFaqs {
  background-color: #F2EEEB;
}

.serviceBanner {
  position: relative;
  min-height: 45vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 150px;
}
.serviceBanner .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.serviceBanner .textBox h1, .serviceBanner .textBox h2 {
  color: #ffffff;
}
.serviceBanner .textBox p {
  color: #ffffff;
}
.serviceBanner .textBox .days {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.serviceBanner .textBox .days p {
  margin-bottom: 0;
  font-weight: 600;
  background-color: #F2EEEB;
  padding: 5px 15px;
  color: #000000;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
@media all and (max-width: 992px) {
  .serviceBanner {
    padding-top: 100px;
    min-height: 30vh;
    justify-content: flex-end;
  }
}

.aboutCourse .two-col {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.aboutCourse .two-col .textBox p strong {
  color: #A68549;
  font-weight: 600;
}
.aboutCourse .two-col .textBox .pointsL {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.aboutCourse .two-col .textBox .pointsL .point {
  padding: 20px;
  background-color: #F2EEEB;
  cursor: pointer;
}
.aboutCourse .two-col .textBox .pointsL .point h4 {
  padding-right: 50px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutCourse .two-col .textBox .pointsL .point h4::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/angledown.svg");
}
.aboutCourse .two-col .textBox .pointsL .point .copyL {
  display: none;
  padding-top: 20px;
}
.aboutCourse .two-col .imgBox img {
  width: 100%;
}
@media all and (max-width: 992px) {
  .aboutCourse .two-col {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

.trainingSec {
  background-color: #F2EEEB;
}
.trainingSec .trainingPoints {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.trainingSec .trainingPoints .training {
  width: 32%;
  background-color: #A68549;
  border-radius: 10px;
  padding: 20px;
}
.trainingSec .trainingPoints .training h1, .trainingSec .trainingPoints .training h2, .trainingSec .trainingPoints .training h3, .trainingSec .trainingPoints .training h4, .trainingSec .trainingPoints .training h5, .trainingSec .trainingPoints .training h6, .trainingSec .trainingPoints .training p, .trainingSec .trainingPoints .training li {
  color: #ffffff;
}
.trainingSec .trainingPoints .training .tab {
  padding: 5px 10px;
  background-color: #F2EEEB;
  color: #000000;
  display: inline-block;
}
@media all and (max-width: 1280px) {
  .trainingSec .trainingPoints .training {
    width: 48%;
  }
}
@media all and (max-width: 767px) {
  .trainingSec .trainingPoints .training {
    width: 100%;
  }
}

.courseFee .pricBox {
  margin-top: 30px;
  padding: 30px;
  border-radius: 20px;
  background-color: #000000;
}
.courseFee .pricBox p, .courseFee .pricBox h2, .courseFee .pricBox li {
  color: #ffffff;
}
.courseFee .pricBox h2 span {
  font-size: 20px;
}

.quoteBox.noPadTop {
  padding-top: 0;
}
.quoteBox h2 span {
  color: #A68549;
}

.formBox {
  background-color: #F2EEEB;
}
.formBox .two-col {
  display: grid;
  grid-template-columns: 50% 50%;
}
.formBox .two-col .imgBox {
  position: relative;
}
.formBox .two-col .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.formBox .two-col .textBox {
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.formBox .two-col .textBox .copy p {
  font-weight: 300;
  font-size: 20px;
}
.formBox .two-col .textBox .form {
  margin-top: 30px;
}
.formBox .two-col .textBox .form .gform_footer {
  justify-content: center;
}
@media all and (max-width: 992px) {
  .formBox .two-col {
    grid-template-columns: 100%;
    position: relative;
  }
  .formBox .two-col .imgBox {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .formBox .two-col .imgBox img {
    opacity: 0.1;
    position: absolute;
  }
  .formBox .two-col .textBox {
    padding: 5%;
    z-index: 2;
    position: relative;
  }
  .formBox .two-col .textBox .copy p {
    font-size: 18px;
  }
}

/*
  Hub pages — /services/ and /courses/
  Shared card grid, plus the course-only "what's included" band.
*/
.archiveBanner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 0;
}
.archiveBanner .main-wrap {
  position: relative;
  z-index: 1;
}
.archiveBanner .textBox {
  max-width: 760px;
}
.archiveBanner .textBox .subHead {
  color: #A68549;
  margin-bottom: 10px;
}
.archiveBanner .textBox h1 {
  margin-bottom: 20px;
}

.archiveIntro {
  padding-bottom: 0;
}
.archiveIntro .introCopy {
  max-width: 820px;
  margin: 0 auto;
}
.archiveIntro p {
  font-size: 18px;
}
.archiveIntro p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .archiveIntro p {
    font-size: 16px;
  }
}

.cardGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
.cardGrid.cardGrid--4 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 992px) {
  .cardGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media all and (max-width: 600px) {
  .cardGrid {
    grid-template-columns: 100%;
  }
  .cardGrid.cardGrid--4 {
    grid-template-columns: 100%;
  }
}

.archiveCard .cardLink {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.archiveCard .cardLink:hover {
  text-decoration: none;
}
.archiveCard .cardLink:hover .imgBox img {
  transform: scale(1.05);
}
.archiveCard .cardLink:hover .cardMore {
  background-size: 100% 1px;
}
.archiveCard .imgBox {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: #F2EEEB;
  margin-bottom: 20px;
}
.archiveCard .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.archiveCard .textBox h2 {
  font-size: 26px;
  margin-bottom: 10px;
}
.archiveCard .textBox p {
  margin-bottom: 15px;
}
.archiveCard .cardMore {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #A68549;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.35s ease;
  padding-bottom: 2px;
}
@media all and (max-width: 992px) {
  .archiveCard .textBox h2 {
    font-size: 22px;
  }
}

.courseMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.courseMeta p {
  margin-bottom: 0;
  background-color: #F2EEEB;
  padding: 4px 14px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  color: #000000;
}
.courseMeta .fee {
  background-color: #000000;
  color: #ffffff;
}

.courseIncludes {
  background-color: #F2EEEB;
}
.courseIncludes .includesGrid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.courseIncludes .includesGrid .include h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.courseIncludes .includesGrid .include p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .courseIncludes .includesGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 600px) {
  .courseIncludes .includesGrid {
    grid-template-columns: 100%;
    gap: 25px;
  }
}

/*
  Long-form guide / comparison pages (template-guide.php).
*/
.guideBanner {
  min-height: 38vh;
}
.guideBanner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 0;
}
.guideBanner .main-wrap {
  position: relative;
  z-index: 1;
}
.guideBanner .textBox {
  max-width: 820px;
}
.guideBanner .textBox .subHead {
  color: #A68549;
  margin-bottom: 10px;
}

.guideStandfirst {
  padding-bottom: 0;
}
.guideStandfirst .standfirst {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  border-left: 3px solid #A68549;
  padding-left: 25px;
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .guideStandfirst .standfirst {
    font-size: 19px;
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .guideStandfirst .standfirst {
    font-size: 17px;
  }
}

.guideBody .guideSection {
  margin-bottom: 45px;
}
.guideBody .guideSection:last-child {
  margin-bottom: 0;
}
.guideBody .guideSection h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
.guideBody .guideSection h3 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.guideBody .guideSection ul, .guideBody .guideSection ol {
  margin-bottom: 15px;
  padding-left: 20px;
}
.guideBody .guideSection ul li, .guideBody .guideSection ol li {
  margin-bottom: 8px;
}
@media all and (max-width: 992px) {
  .guideBody .guideSection {
    margin-bottom: 35px;
  }
  .guideBody .guideSection h2 {
    font-size: 26px;
  }
}

.guideCompare {
  background-color: #F2EEEB;
}
.guideCompare h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
.guideCompare .compareScroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.guideCompare .compareTable {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background-color: #ffffff;
}
.guideCompare .compareTable th, .guideCompare .compareTable td {
  border: 1px solid #e0d9d1;
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.guideCompare .compareTable thead th {
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.guideCompare .compareTable tbody th {
  font-weight: 600;
  width: 26%;
}
@media all and (max-width: 992px) {
  .guideCompare h2 {
    font-size: 26px;
  }
  .guideCompare .compareTable th, .guideCompare .compareTable td {
    padding: 12px 14px;
    font-size: 15px;
  }
}

.guideFaqs {
  background-color: #ffffff;
}

.whyUs .two-col {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.whyUs .two-col .imgBox {
  margin-bottom: 20px;
}
@media all and (max-width: 992px) {
  .whyUs .two-col {
    grid-template-columns: 100%;
  }
}

.locationSec .locations {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.locationSec .locations .imgBox {
  margin-bottom: 20px;
  padding-top: 70%;
  position: relative;
}
.locationSec .locations .imgBox img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.locationSec .locations p {
  margin-bottom: 0;
}
.locationSec .locations p a {
  color: #000000;
}
.locationSec .locations .btnBox {
  margin-top: 20px;
}
@media all and (max-width: 992px) {
  .locationSec .locations {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 550px) {
  .locationSec .locations {
    grid-template-columns: 100%;
  }
}

.faqSec .faqBox {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 45% 45%;
  gap: 30px;
  justify-content: space-between;
}
.faqSec .faqBox .faq .question {
  font-weight: 600;
  font-size: 20px;
}
@media all and (max-width: 992px) {
  .faqSec .faqBox {
    grid-template-columns: 100%;
  }
  .faqSec .faqBox .faq .question {
    font-weight: 600;
    font-size: 18px;
  }
}

.bookDetails .price {
  color: #A68549;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.bookDetails h4 {
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
@media all and (max-width: 992px) {
  .bookDetails .price {
    font-size: 24px;
  }
}

.detBook {
  padding-top: 0;
}
.detBook .two-col {
  display: grid;
  grid-template-columns: 48% 48%;
  align-items: center;
  justify-content: space-between;
}
.detBook .two-col p strong {
  font-weight: 500;
}
.detBook .two-col .imgBox img {
  width: 100%;
}
.detBook .two-col .textBox .btnBox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media all and (max-width: 992px) {
  .detBook .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.aboutBook {
  background-color: #F2EEEB;
}
.aboutBook .copy {
  column-count: 2;
  column-gap: 50px;
}
@media all and (max-width: 992px) {
  .aboutBook .copy {
    column-count: 1;
  }
}

.aboutAuthor .two-col {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.aboutAuthor .two-col .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutAuthor .two-col .textBox {
  padding: 80px;
}
@media all and (max-width: 992px) {
  .aboutAuthor .two-col {
    grid-template-columns: 100%;
  }
  .aboutAuthor .two-col .textBox {
    padding: 5%;
  }
}

.popupOuter {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 999;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.popupOuter.show {
  display: flex;
}
.popupOuter .popupinner {
  display: none;
}
.popupOuter .popup {
  background-color: #ffffff;
  padding: 60px 100px;
  width: 100%;
  max-width: 800px;
  position: relative;
}
.popupOuter .popup .closeBtn {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popupOuter .popup .closeBtn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
  background-color: #000000;
}
.popupOuter .popup .closeBtn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #000000;
}
.popupOuter .popup .gform_wrapper .gform_heading {
  margin-bottom: 30px;
}
.popupOuter .popup .gform_wrapper .gfield_checkbox .gform-field-label {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.checkoutForm {
  max-width: 100%;
  width: 1000px;
}
.checkoutForm .gform_wrapper .gform_body .gform_fields .gfield input, .checkoutForm .gform_wrapper .gform_body .gform_fields .gfield textarea, .checkoutForm .gform_wrapper .gform_body .gform_fields .gfield select {
  background-color: #F2F2F2 !important;
}

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