@font-face {
  font-family:'FLOWRISE' ;
  src: url('Fonts/FLOWRISE.ttf')format('truetype');
  
}
@font-face {
  font-family:'GalanoGrotesqueLight' ;
  src: url('Fonts/GalanoGrotesqueLight.otf')format('truetype');
  
}
@font-face{
  font-family: 'GalanoGrotesqueMedium';
  src: url('Fonts/GalanoGrotesqueMedium.otf')format('truetype');
}
@font-face{
  font-family: 'GalanoGrotesqueRegular';
  src: url('Fonts/GalanoGrotesqueRegular.otf')format('truetype');
}
@font-face{
  font-family: 'GalanoGrotesqueSemiBold';
  src: url('Fonts/GalanoGrotesqueSemiBold.otf')format('truetype');
}
@font-face{
  font-family: 'Times';
  src: url('Fonts/Times.ttc')format('truetype');
}


.big-headings{
  font-family:'FLOWRISE' ;
}
.paragraph{
  font-family: 'GalanoGrotesqueRegular';
  color: #f9f6f0;
}
.third-section {
  background: url('img/South\ bank\ Website\ V2-04.png') no-repeat center ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.icon-text{
  font-family: 'GalanoGrotesqueRegular';
  color: #f9f6f0;
  font-size:  15px;
}

.faded-area-with-text {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #f9f6f0;
  /* margin: 40px auto; */
  background: rgba(22,22,22, 0.5);
  width: 100%;
  max-width: 960px;
  /* border-radius: 5px; */
  padding-bottom: 32px;
}

h1, h1 a {
  min-height: 70px;
  /* width: 90%; */
  max-width: 700px;
  vertical-align: middle;
  
  margin: 0 auto;
  text-decoration: none;
  color: #f9f6f0;
  
}

th , td {
  font-family: 'GalanoGrotesqueRegular';
  text-align: center;
  font-size: 0.7rem;
  font-weight: lighter;
  padding: 0;
}


/* Optional: Adjust icon size if needed */
button i {
  font-size: 2rem;
}
button:focus {
  outline: none; /* Remove focus outline on focus */
}
.configuration {
  background-color: #f9f6f0;
  padding: 10px;
  text-align: center;
  font-family:'FLOWRISE' ;
  font-size: 1vw;
  color: #0d2d2c;
  margin-bottom: -5px;
  font-weight: 600;
    letter-spacing: 0.7px;
}
.bedrooms {
  background-color: #676356;
  color: #f9f6f0;
  padding: 10px;
  text-align: center;
  font-size: 0.8vw;
  font-family: 'GalanoGrotesqueRegular';
}
nav ul
{
	margin: 0 0;
	padding: 0.5em 0;
	list-style: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'GalanoGrotesqueRegular';
}


.header-sticky {
  transition: background-color 0.3s ease; /* Smooth transition for background color */
  background-color: transparent; /* Initial transparent background */
  /* padding-top: 10px; */
  width: 100%;
  z-index: 2;
  padding-bottom: 0px;
}

.header-sticky.scrolled {
  background-color: #333; /* Background color after scrolling */
}
/* styles.css */

/* Flexbox Container */
.flex-container {
  display: flex; /* Enable Flexbox layout */
  flex-direction: column; /* Adjust as needed (row or column) */
  height: 100vh; /* Full viewport height for demonstration */
  border: 1px solid #ddd; /* Optional: for visibility */
}

.flex-item {
  padding: 10px;
  border: 1px solid #ddd; /* Optional: for visibility */
}

.align-self-center {
  align-self: center; /* Center the item along the cross axis */
}

/* Grid Container */
.grid-container {
  display: grid; /* Enable Grid layout */
  grid-template-columns: repeat(3, 1fr); /* Define columns */
  height: 100vh; /* Full viewport height for demonstration */
  border: 1px solid #ddd; /* Optional: for visibility */
}

.grid-item {
  padding: 10px;
  border: 1px solid #ddd; /* Optional: for visibility */
}

.align-self-center-grid {
  align-self: center; /* Center the item within its grid cell */
}

/* General Body Styles */
body {
  margin: 0;
  
}

/* Additional page styling */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; /* For text elements */
}

h6{
  font-family: 'GalanoGrotesqueRegular';
}
.configuration-btn{
  background-color: #f9f6f0;
  padding: 10px;
  text-align: center;
  font-family:'FLOWRISE' ;
  font-size: 1vw;
  color: #0d2d2c;
  margin-bottom: -5px;
  font-weight: 600;
    letter-spacing: 0.7px;
}

/* Styles for mobile devices */
@media only screen and (max-width: 600px) {
  /* CSS rules here will only apply to screens that are 600px wide or smaller */

  .configuration-btn {
      font-size: 2.2vh; /* Example: Adjust font size for smaller screens */
  }

  .configuration {
    font-size: 2.2vh; /* Example: Adjust padding for smaller screens */
  }

  .bedrooms {
    font-size: 2.2vh; /* Example: Change display property for navigation bar */
  }

  
}


@media only screen and (min-width: 768px) {

  /* .form-bg {
    margin-top: 25%;
  } */
  .padd-0{
    padding-left: 0px;
    padding-right: 0px;

  }
  
  .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
   
    left: -30px;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  right: -30px;
}
}
.prev, .next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  color: black; 
  font-size: 2rem; 
  cursor: pointer;
  padding: 10px;
  z-index: 1;
}


/* form {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 300px;
  text-align: center;
} */

.input-group {
  margin-bottom: 15px;
}

.input-group input {
  width: calc(100% - 20px);
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

.submit-btn11 {
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
}

.submit-btn11 {
  background-color: #555;
}

.contact-form-bg {
  color: #000;
  padding: 10px;
  margin-top: 10px;
}

.form-bg {
  background-color: #fff;
  padding: 15px;
  opacity: 0.85;
}

.form-border {
  border: 2px solid #000;
  padding: 20px;
}

@media only screen and (min-width: 768px) {

  .form-bg {
    margin-top: 2%;
  }
}

.desktop-sticky-form::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}


input.text,
textarea {
  width: 200px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #ccc;
  border: 1px solid #eee;
  vertical-align: middle;
  font-size: 18px;
  margin: 0;
  font-family: playfairdisplayregular
}

select {
  width: 200px
}



input,
button,
select,
textarea {
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0
}

div.select-field {
  display: inline-block;
  width: 100%;
  height: 64px;
  line-height: normal;
  padding: 13px 0;
  position: relative;
  font-size: 16px;
  background: #000;
  border-bottom: 1px solid #2c2c2c;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0
}

div.select-field select {
  float: left;
  width: 100%;
  height: 40px;
  line-height: normal;
  outline: none;
  display: inline-block;
  border: 0;
  padding: 0 20px;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #777;
  font-family: playfairdisplayregular;
  font-size: 18px
}

div.select-field select option {
  background: #fff;
  color: #212121;
  padding: 5px 3px;
  border: 0;
  cursor: pointer;
  text-transform: capitalize
}

div.select-field:after {
  color: #fff;
  right: 13px;
  top: 5px;
  padding: 0;
  position: absolute;
  pointer-events: none
}

div.select-field:before {
  content: '\f107';
  font-family: fontawesome;
  font-size: 20px;
  right: 0;
  top: 23px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000;
  position: absolute;
  pointer-events: none;
  display: block;
  color: #777;
  text-align: center;
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  z-index: 1
}

@media only screen and (min-width: 768px){
  .form-bg1 {
      margin-top: 0%;
  }}
  .form-bg1 {
      background-color: rgba(252, 251, 250, 0.8);
      padding: 15px;
      /* opacity: 09; */
  }
  overflow-hidden {
    overflow: hidden !important;
  }
  
  @-ms-viewport {
    width: device-width
  }
  
  header,
  section {
    display: block
  }
  
  body {
    font-family: 'ProximaNovaFont';
    font-size: 14px;
    overflow-x: hidden;
    background-color: #fff;
  }
  
  .site-header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    margin-top: 0px;
    height: 75px;
    background-color: #fff;
  }
  
  .site-logo {
    position: relative;
    top: 20px;
  }
  
  i.fa.fa-phone {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
  }
  
  .padding-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
  
  .padding-20 {
    padding: 20px;
  }
  
  .nav-toggle {
    display: none;
  }
  
  ul#primary-menu li {
    display: inline-block;
    position: relative;
    padding: 10px 0 10px 0;
  }
  
  .primary-menu a {
    color: #000;
    padding: 0 15px;
  }
  
  .primary-menu li:last-child a {
    color: #000;
    padding: 0;
  }
  
  .primary-menu a:hover,
  .primary-menu a:focus,
  .primary-menu a:active {
    text-decoration: none;
    color: #e23f3b;
  }
  
  .header-links a {
    font-family: 'RobotoRegular';
    color: #000;
    line-height: 45px;
    font-size: 18px;
  }
  
  .header-links a:hover {
    color: #e23f3b;
    text-decoration: none;
  }
  
  .header-links a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #e23f3b;
  }
  
  .contact-form-bg {
    color: #000;
    padding: 10px;
    margin-top: 10px;
  }
  
  body .gform_body {
    margin-top: -15px;
  }
  
  body .gform_wrapper .top_label .gfield_label {
    display: none;
  }
  
  body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
  }
  
  body .gform_wrapper ul li.gfield {
    margin-top: 15px;
    padding-top: 0;
  }
  
  body ul#gform_fields_1 {
    padding: 15px;
  }
  
  body .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
  }
  
  body .gform_footer.top_label {
    padding: 0;
    margin: 0;
  }
  
  input#gform_submit_button_1 {
    width: 100%;
    padding: 5px;
    background-color: #e23f3b;
    color: #fff;
    border: none;
  }
  
  label#label_1_8_1 {
    font-size: 12px;
    font-weight: bold;
  }
  
  select#input_1_3 {
    height: 38px;
  }
  
  .form-bg {
    background-color: #fff;
    padding: 15px;
    opacity: 0.85;
  }
  
  .form-border {
    border: 2px solid #000;
    padding: 20px;
  }
  
  .banner {
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
    padding: 0 45px;
  }
  
  .banner-thanks {
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
    padding: 0 45px;
  }
  
  .slider {
    position: relative;
  }
  
  .input-group-prepend {
    background-color: #000;
    color: #fff;
    width: 25%;
    text-align: center;
    padding: 5px;
  }
  
  .input-group-prepend-full {
    background-color: #000;
    color: #fff;
    width: 12%;
    text-align: center;
    padding: 5px;
  }
  
  .transform {
    transform: rotate(-90deg);
    top: 25%;
    position: relative;
    right: 40px;
  }
  
  button.close {
    position: absolute;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    left: 40%;
    top: 20px;
    cursor: pointer;
    z-index: 99999;
    outline: 0;
  }
  
  
  .site-footer {
    background-color: #000;
    color: #fff;
  }
  
  
  
  .gallery-images img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
  
  .top-left {
    position: absolute;
    top: 8px;
    left: 20px;
    color: #000;
    font-weight: bolder;
  }
  
  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 30px;
    color: #000;
    font-weight: bolder;
    border: 1px solid #fff;
  }
  
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: bolder;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
  }
  
  .fixed-footer-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 111;
  }
  
  .fixed-footer-btns a {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    background: #808080;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
    font-size: 18px;
  }
  
  .fixed-footer-btns a:hover,
  .fixed-footer-btns a:focus,
  .fixed-footer-btns a:active {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    background: #808080;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }
  
  .fixed-footer-btns a:last-child {
    border-right: none;
  }
  
  .sticky-whatsapp {
    position: fixed;
    bottom: 100px;
    left: 0;
    z-index: 999;
    width: 100%;
    right: 0;
    transform: translateX(85%);
  }
  
  .dummy-div {
    height: 50px;
  }
  
  
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select#input_1_3 {
    color: #808080;
  }
  
  button.fs-20.fs-xs-14.fs-sm-14.monsterrat-bold.btn.btn-lg.btn-danger {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
  }
  
  ul.list-unstyled {
    color: red
  }
  
  .btn.disabled,
  .btn:disabled {
    opacity: 1;
  }
  
  a.fs-20.fs-xs-14.fs-sm-14.monsterrat-hairline {
    color: #fff;
    text-decoration: none;
  }
  
  .btn-group-lg>.btn,
  .btn-lg {
    padding: 2px 15px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
  }
  
  .dummy-div {
    height: 50px;
  }
  
  .mobile-container {
    max-width: 100%;
    margin: auto;
    background-color: #ffc80a !important;
    height: auto;
    color: #000;
    width: 100%;
    z-index: 99999;
    border-radius: 10px;
  }
  .topnav {
    overflow: hidden;
    position: relative;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  .topnav a {
    color: #fff;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  .topnav a.icon {
    background: #dd4c2f;
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
    margin-top: 0;
  }
  
  .topnav a:hover {
    background-color: white;
    color: #dd4c2f;
  }
  
  .active {
    background-color: white;
    color: #000;
  }
  
  .intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
  }
  
  ul.country-list li {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  
  .navonlymob {
    display: none !important;
  }
  
  .navonlydesk {
    display: block !important;
  }
  
  .hide {
    display: none
  }
  
  .title-border {
    color: #000;
    position: relative
  }
  
  .title-border:after {
    content: '';
    border: 2px solid #000;
    position: absolute;
    width: 50%;
    text-align: center;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
  }
  
  /* overview section */
  
  .overview-bg {
    background-image: url('images/overview-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
  }
  
  .overview-bg h2 {
    color: #1a4997
  }
  
  .custom-bullet li {
    padding-left: 15px;
    background: url(images/arrow-right.png)no-repeat;
    background-position: left 4.5px;
    margin-bottom: 8px;
  }
  
  .custom-bullet-inner li {
    padding-left: 15px;
    background: url(images/arrow-right.png)no-repeat;
    background-position: left 4.5px;
    margin-bottom: 8px;
  }
  
  ul.list-unstyled.custom-bullet-inner {
    padding-left: 15px;
  }
  
  .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000;
    height: 100%;
    opacity: 0.5;
    color: #fff;
    width: 100%;
  }
  .overlay1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000;
    height: 100%;
    opacity: 0.5;
    color: #fff;
    width: 97%;
  }
  .inner-overlay {
    position: relative;
    top: 90px;
  }
  
  
  
  @media only screen and (max-width:950px) {
    .inner-overlay {
      position: relative;
      top: 45px;
    }
  
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      left: 125px;
      right: auto;
    }
  
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
      right: 125px;
      left: auto;
    }
  
    .swiper-button-next,
    .swiper-button-prev {
      position: absolute;
      top: 100%;
      width: 27px;
      height: 27px;
      margin-top: 0;
      z-index: 10;
      border-radius: 50px;
      border: 2px solid #1a4997;
      cursor: pointer;
      background-size: 10px 10px;
      background-position: center;
      background-repeat: no-repeat;
    }
    .last-section-bg {
      background-image: url('images/Elevation.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: auto;
    }
  
    .title-border {
      color: #000;
      position: relative
    }
  
    .title-border:after {
      content: '';
      border: 2px solid #000;
      position: absolute;
      width: 50%;
      text-align: center;
      top: 70px;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 10px;
    }
  
    .download-brochure-box {
      background-color: #d7aa5c;
      color: #fff;
    }
  
    .download-brochure-text-styling {
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      top: 10px;
      padding: 20px;
    }
  
    .navonlymob {
      display: block !important;
    }
  
    .navonlydesk {
      display: none !important;
    }
  
    .site-header {
      position: absolute;
      top: 0;
      z-index: 999;
      width: 100%;
      margin-top: 0px;
      height: 75px;
      background-color: #fff;
    }
  
    .row.pt-50.pb-30.text-center.text-sm-center {
      padding-bottom: 100%;
    }
  
    span.fs-50.fs-xs-30.fs-sm-30.primary-color {
      margin-top: 38px;
    }
  
    .banner div#form {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
    }
  
    .banner {
      position: relative;
      top: 0%;
      width: 100%;
      left: 0;
      padding: 0;
    }
  
    .banner-thanks {
      position: relative;
      top: 0%;
      width: 100%;
      left: 0;
      padding: 0;
    }
  
    .padding-0 {
      padding-right: 0px;
      padding-left: 0px;
    }
  
  }
  
  .change-form-value {
  
    display: none;
  }
  
  @media only screen and (min-width: 768px) {
  
    .form-bg {
      margin-top: 2%;
    }
  }
  
  .desktop-sticky-form::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
  }
  
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: none
  }
  
  input {
    line-height: normal
  }
  
  input[type=checkbox],
  input[type=radio] {
    box-sizing: border-box;
    padding: 0
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    height: auto
  }
  
  input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
  }
  
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
  }
  
  
  input.text,
  textarea {
    width: 200px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #ccc;
    border: 1px solid #eee;
    vertical-align: middle;
    font-size: 18px;
    margin: 0;
    font-family: playfairdisplayregular
  }
  
  select {
    width: 200px
  }
  
  
  
  input,
  button,
  select,
  textarea {
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
  }
  
  div.select-field {
    display: inline-block;
    width: 100%;
    height: 64px;
    line-height: normal;
    padding: 13px 0;
    position: relative;
    font-size: 16px;
    background: #000;
    border-bottom: 1px solid #2c2c2c;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
  }
  
  div.select-field select {
    float: left;
    width: 100%;
    height: 40px;
    line-height: normal;
    outline: none;
    display: inline-block;
    border: 0;
    padding: 0 20px;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #777;
    font-family: playfairdisplayregular;
    font-size: 18px
  }
  
  div.select-field select option {
    background: #fff;
    color: #212121;
    padding: 5px 3px;
    border: 0;
    cursor: pointer;
    text-transform: capitalize
  }
  
  div.select-field:after {
    color: #fff;
    right: 13px;
    top: 5px;
    padding: 0;
    position: absolute;
    pointer-events: none
  }
  
  div.select-field:before {
    content: '\f107';
    font-family: fontawesome;
    font-size: 20px;
    right: 0;
    top: 23px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000;
    position: absolute;
    pointer-events: none;
    display: block;
    color: #777;
    text-align: center;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    z-index: 1
  }
  
  
  footer {
    display: block
  }
  
  .button {
    display: inline-block;
    min-width: 100px;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    font-family: proximanovasemibold;
    border: 1px solid #1a4997;
    background: #000;
    color: #1a4997;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
  }
  
  @media screen and (min-width:1024px) {
  
    .button:hover,
    .button.active {
      color: #000
    }
  
    .button:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      background: #1a4997;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      z-index: -1
    }
  
    .button:hover:before,
    .button.active:before {
      width: 100%
    }
  }
  
  
  .grad {
    background: #eec65f;
    background: -moz-linear-gradient(-45deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238, 198, 95, 1)), color-stop(12%, rgba(167, 111, 42, 1)), color-stop(26%, rgba(226, 184, 85, 1)), color-stop(43%, rgba(249, 242, 183, 1)), color-stop(61%, rgba(226, 184, 85, 1)), color-stop(80%, rgba(143, 94, 33, 1)), color-stop(100%, rgba(226, 184, 85, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    background: linear-gradient(135deg, rgba(238, 198, 95, 1) 0%, rgba(167, 111, 42, 1) 12%, rgba(226, 184, 85, 1) 26%, rgba(249, 242, 183, 1) 43%, rgba(226, 184, 85, 1) 61%, rgba(143, 94, 33, 1) 80%, rgba(226, 184, 85, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eec65f', endColorstr='#e2b855', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
  }
  
  
  section.register {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-color: #000
  }
  
  .heading {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
  }
  
  .title {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    font-size: 32px;
    font-weight: 900;
    font-family: playfairdisplayregular;
    position: relative;
    letter-spacing: .83px;
    text-transform: uppercase
  }
  
  .title:before {
    content: "";
    width: 3px;
    height: 92%;
    position: absolute;
    left: -20px;
    top: 4%;
    background: #1a4997
  }
  
  .heading span {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    font-family: playfairdisplayregular;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: .7px;
    line-height: 30px
  }
  
  .styledSelect {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 0 20px;
    font-weight: 700
  }
  
  .styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 9px;
    right: 6px
  }
  
  .styledSelect:active,
  .styledSelect.active {
    background-color: #eee
  }
  
  .options {
    display: none;
    position: absolute;
    top: 51px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
  }
  
  .options li {
    padding: 0 6px;
    margin: 0;
    padding: 0 10px
  }
  
  .options li:hover {
    background-color: #39f;
    color: #fff
  }
  
  .options::-webkit-scrollbar {
    width: 3px;
    height: 3px
  }
  
  .options::-webkit-scrollbar-track {
    background: rgba(29, 29, 29, .9)
  }
  
  .options::-webkit-scrollbar-thumb {
    background: #1a4997;
    padding: 0
  }
  
  div.form-wrap {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
  }
  
  ul.form-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none
  }
  
  ul.form-list li {
    float: left;
    width: 33.3333%;
    height: 90px;
    margin: 0;
    padding: 0 15px;
    position: relative
  }
  
  ul.form-list li.dnt div.select-field {
    width: 49%
  }
  
  ul.form-list li.dnt p.e {
    float: left;
    width: 50%;
    padding-left: 10px
  }
  
  ul.form-list li.col-4 {
    /* width: 25% */
  }
  
  ul.form-list li.fld-mobile label {
    padding-left: 50px
  }
  
  ul.form-list li.fld-mobile .country-code {
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: translateY(-50%);
    color: #777;
    font-size: 16px
  }
  
  ul.form-list li.fld-mobile input.text {
    padding: 10px 20px 10px 50px
  }
  
  ul.form-list li.full {
    width: 100%
  }
  
  ul.form-list li.full.center {
    text-align: center
  }
  
  ul.form-list li.tnc .form-group {
    text-align: center
  }
  
  ul.form-list li.tnc label {
    width: auto;
    display: inline-block
  }
  
  ul.form-list li.full.center .form-group label {
    float: none;
    display: inline-block;
    width: auto
  }
  
  ul.form-list li .form-group {
    width: 100%
  }
  
  ul.form-list li input.text {
    width: 100%;
    border: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #2c2c2c;
    background: 0 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
  }
  
  ul.form-list li label {
    width: 100%
  }
  
  ul.form-list li input.button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 20px
  }
  
  ul.form-list li p.e {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    padding-left: 20px;
    font-size: 14px
  }
  
  ul.form-list li p.e.isAgree {
    text-align: center;
    margin-top: -10px !important
  }
  
  .form-group {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  
  .button.absolute {
    width: 400px;
    position: absolute;
    padding: 25px 20px;
    height: auto;
    line-height: normal;
    left: 50%;
    margin-left: -200px;
    bottom: -35px;
  }
  
  a.toggle {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #777;
    font-family: playfairdisplayregular
  }
  
  section.register {
    padding: 10% 100px;
    min-height: 101vh;
    text-align: left
  }
  
  section.register.ftr,
  section.register.mkpmnt {
    padding: 50px 100px;
    margin-bottom: 70px;
    min-height: 1px
  }
  
  
  div.reg-box a.btn-close {
    position: absolute;
    top: 0;
    right: 0%;
    margin-right: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #1a4997;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 18px
  }
  
  section.register ul.form-list {
    padding: 30px 0
  }
  
  div.reg-box {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 50px 30px;
    border: 2px solid #1a4997;
    position: relative
  }
  
  div.reg-box .title {
    text-transform: uppercase;
    font-size: 24px
  }
  
  div.reg-box .title:before {
    display: none
  }
  
  div.txt-bg {
    display: inline-block;
    width: auto;
    margin-top: -18px;
    background: #000;
    padding: 0 20px
  }
  
  
  
  
  .table-enq {
    width: 100%;
  }
  
  .button-black {
    background-color: #1a4997;
  color:#fff;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding:10px;
    outline: none;
  }
  
  /* Sticky form */
  div.sticky {
    outline: 0;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #c69a2c;
    padding: 1px;
    font-size: 16px;
    z-index: 999;
  }
  select.desktop-sticky-form {
    outline: 0;
    color: #fff;
    background: none;
    border-bottom: 1px solid #fff !important;
    border: none;
    display: inline-block;
    margin-top: 18px;
  }
  input.desktop-sticky-form {
    outline: 0;
    color: #000;
    background: none;
    border-bottom: 1px solid #fff !important;
    border: none;
    display: inline-block;
  }
  
  .intl-tel-input.allow-dropdown {
    width: 100%;
  }
  
  .desktop-sticky-form {
    display: inline-block;
    padding: 0 5%;
  }
  
  /* sticky form end */
  table {
    width: 100%;
  }
  
  
  tbody{
    width: 100%;
  }
  
  
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
  }
  
  @media only screen and (min-width: 768px){
  .form-bg1 {
      margin-top: 0%;
  }}
  .form-bg1 {
      background-color: rgba(252, 251, 250, 0.8);
      padding: 15px;
      /* opacity: 09; */
  }
  
  .success:hover {
    background-color: #1a4997;
    color: #fff;
  }
  .success {
    border-color: #1a4997;
    color: #1a4997;
    background-color: #fff;
  }
  
  
  * {
    box-sizing: border-box;
  }
  
  
  
  .containerss {
    position: relative;
  
  }
  
  
  
  .containerss .content {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(255, 253, 253, 0.8); /* Black background with 0.5 opacity */
    color: #000;
    width: 100%;
    padding: 10px;
  }
  .catidalSec img {
    width: 65px !important;
    margin: 0 auto;
  }
  
  .catidalSec p {
    font-size: 16px;
    color: #000000;
    margin-top: 15px;
  }
  
  .card-header:first-child {
    border-radius: 0;
  }
  
  .card-body {
    padding: 10px;
  }
  
  .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
  }
  
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
  color: #1a4997;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  }
  .btn-link {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    font-weight: 600;
  }
  
  .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
  }
  i.fa.fa-plus {
    position: absolute;
    width: 100%;
    left: 45%;
  }
  
  i.fa.fa-minus {
    position: absolute;
    width: 100%;
    left: 45%;
  }
  
  
  .overview-logo {
    width: 170px;
    margin: 0 auto;
    display: block;
    margin-bottom: 17px;
    /* background: #f0f8ffc7; */
  }
  
  .sec-head.golden {
    color: #1a4997;
  }
  
  .config-table {
    text-align: center;
    margin-bottom: 0;
  }
  
  .config-table tr th {
    text-align: center;
    vertical-align: middle !important;
    padding: 15px 0 !important;
  }
  
  .config-table tr td {
    vertical-align: middle !important;
    /* padding: 15px 5px !important; */
    background: #ededed;
  }
  
  .config-table thead {
    background: #2c3133;
    color: #fff;
    border: none !important;
  }
  
  .config-table>tbody>tr>td,
  .config-table>tbody>tr>th,
  .config-table>tfoot>tr>td,
  .config-table>tfoot>tr>th,
  .config-table>thead>tr>td,
  .config-table>thead>tr>th {
    border: none !important;
    width: 20%;
  }
  
  .config-table tbody {
    background: #ffffff;
  }
  
  
  #overview .list-items p {
    color: #333;
    background: #fff;
    padding: 10px 10px;
    border-bottom: 2px solid #ffffff;
    /* width: 500px; */
    position: relative;
    text-align: initial;
    margin: 0 auto;
    background: #c69a2c;
    /* margin-bottom: 47px; */
    color: #fff;
    list-style: none;
    font-size: 15px;
    font-weight: 600;
    /* width: 335px; */
    margin: 18px auto;
  }
  
  #overview .list-items .fa {
    color: #fff;
  }
  
  footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-container p {
    margin: 0;
    font-size: 14px;
}

.social-media {
    margin-top: 10px;
}

.social-icon {
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icon:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  
}


/* Specific icon colors for different platforms */
.social-icon.fa-instagram:hover {
    color: #c13584; /* Instagram color */
}

.social-icon.fa-facebook-f:hover {
    color: #1877f2; /* Facebook color */
}

.social-icon.fa-twitter:hover {
    color: #1da1f2; /* Twitter color */
}

/* Ensure the footer is responsive */
@media (max-width: 768px) {
    .social-icon {
        font-size: 20px;
        margin: 0 8px;
    }
} 
  