@import url(https://fonts.bunny.net/css?family=montserrat:200,300,400,500,600,700,800,900);
/* @import url(/TG_Landing_Page_Fonts/Capitolium\ Road.otf); */

@font-face {
  font-family: Capitolium;
  src: url('./fonts/Capitolium-Road.otf');
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}


html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

/* LANDING PAGE */

.logo {
  width: 140px;
}

.header {
  display: flex;
  justify-content: center;
  padding: 2rem;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.logo-section {
  flex: 1;
}

.header-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  padding: 2rem;
  padding-bottom: 0;
  margin-top: -200px;
  padding-top: 200px;
  background-position: 0 0;
}

.mobile-header-container {
  display: none;
}

.mobile-nav {
  display: none;
  position: relative;
  z-index: 1;
}

/* .banner-wrapper {
  display: flex;
  justify-content: space-between;
}

.header-content h1 {
  font-size: 52px;
  line-height: 4rem;
  letter-spacing: 2px;
  font-weight: 500;
  color: white;
  font-family: Capitolium;
  margin-top: 150px;
}

.main-font {
  font-size: 52px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: Capitolium;
}

.terra-form-logo {
  width: 120px;
  margin: 0 auto;
}

.info-section {
  display: flex;
  background-color: white;
  color: #653c3b;
  justify-content: center;
  gap: 40px;
  margin-left: -40px;
  padding: 2rem 6rem;
  width: fit-content;
  font-family: montserrat;
}

.info {
  position: relative;
}

.info .line {
  right: -20px;
}

.info p {
  font-size: 18px;
  color: #653c3b;
  line-height: 2rem;
  font-family: montserrat;
  font-weight: 400;
  margin-bottom: 10px;
}

.info strong {
  font-size: 32px;
  font-weight: 500;
}

.info span {
  color: black;
  font-size: 15px;
}



 */
.client-info {
  position: relative;
}
.line {
    width: 1px;
    height: 80px;
    background-color: black;
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-sec {
  position: relative;
  margin-top: -200px;
}

.banner-sec .banner-item {
    position: relative;
    padding: 290px 0 200px;
    height: 120vh;
    display: flex !important;
    align-items: center;
}

.banner-sldr .banner-item img {
  width: 100% !important;
  filter: brightness(0.9);
}
.banner-sldr .banner-item .banner-facilitieslist img {
    filter: brightness(0) invert(1) !important;
    width: 60px !important;
    margin: 0 auto;
}
.banner-content {
  padding-left: 50px;
}

.banner-content h1 {
  font-family: 'Capitolium';
  color: #fff;
  font-size: 60px;
  margin-bottom: 40px;
}

.banner-benefits {
  display: flex;
}

.banner-benefitslist p, .banner-benefitslist span {
  color: #fff;
}

.banner-benefitslist {
  padding: 10px 40px 10px 0;
  margin-right: 40px;
  border-right: 1px solid #fff;
}

.banner-benefitslist:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

.banner-benefitslist p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.banner-benefitslist p strong {
  font-size: 34px;
  font-weight: 600;
}


.banner-facilities {
    max-width: 550px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.banner-facilitieslist {
  width: 30%;
}

.banner-facilitieslist p {
  color: #Fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  margin: 10px 0 0;
}

.banner-form {
    position: absolute;
    top: 52%;
    transform: translateY(-48%);
    right: 50px;
    min-width: 440px;
    width: 25px;
    background: #fff;
    padding: 25px 25px 15px;
}

.banner-form p#mail-status {
  margin: 0;
}

.banner-form h2 {
    font-family: 'Capitolium';
    font-size: 20px;
    text-align: center;
    color: #7c3e41;
}



.navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.menu-links {
  display: flex;
  align-items: flex-start;
  width: 40rem;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 20px;
}

.menu-links a {
  text-decoration: none;
  color: white;
}

#menu-last {
  margin-right: 0;
  text-decoration: underline;
}

.mobile-menu {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.bar {
  width: 30px;
  height: 3px;
  background-color: white;
  margin: 3px 0;
}

.brochure-form {
  background-color: white;
  padding: 40px;
  width: 500px;
}

.brochure-form h2 {
  font-size: 24px;
  font-weight: 400;
  font-family: Capitolium;
  text-align: center;
}

form {
  color: #653c3b;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

form h3 {
  font-size: 32px;
  font-weight: 300;
  font-family: Capitolium;
}

form input[type="text"], form input[type="email"], form input[type="number"], form select {
    border: none;
    height: 38px;
    background-color: white;
    border-bottom: 1px solid #a3a3a3;
    outline: none;
    font-size: 13px;
    margin: 0 !important;
}

form input[type="text"]::placeholder, form input[type="email"]::placeholder, form input[type="number"]::placeholder, form select {
  color: #3b3b3b;
}

form input[type="number"]::-webkit-inner-spin-button, 
form input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

form input[type="number"] {
  -moz-appearance: textfield;
}

.brochure-form form p {
  color: #757575;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 10px 0 0;
}

form button {
    width: fit-content;
    background-color: white;
    border: 1px solid #653c3b;
    color: #653c3b;
    font-weight: 400;
    font-size: 13px;
    padding: 12px 15px;
    margin-top: 20px;
    cursor: pointer;
    z-index: 99;
}

/* ABOUT PAGE  */

.about-container {
  display: flex;
	align-items: center;
  justify-content: space-between;
  padding: 50px 80px;
  margin-top: 60px;
}

.about-content {
  flex: 1;
}

.about-content h3 {
  color: #653c3b;
  font-size: 32px;
  font-family: Capitolium;
  font-weight: 500;
}

.about-content p {
  font-size: 14px;
  font-weight: 400;
  padding-right: 60px;
  margin-top: 30px;
  line-height: 28px;
}

.about-line {
  height: 1px;
  width: 600px;
  margin-top: 30px;
  background-color: black;
}

.about-video {
  flex: 1;
}
.about-video iframe {
    height: 325px;
}
.video-section {
  display: none;
}

#videoPlayer {
  max-width: 100%;
  height: calc(100vh - 60px);
  width: calc(100vw - 30px);
}

.about-video img {
  height: 350px;
  width: 600px;
  cursor: pointer;
}
/*
.about-img {
    flex: 1;
	position: relative;
}

.about-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.about-img button.playbtn {
    position: absolute;
    bottom: 70px;
    left: 50px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    color: #fff;
    background: no-repeat;
    border: none;
}

.about-img button.playbtn figure img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.about-img button.playbtn figure {
    margin: 0;
    border: 1.5px solid #fff;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.about-img button.playbtn span {
    border-bottom: 1px solid #fff;
}*/
.about-client {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 80px;
}

.about-client h2 {
  font-size: 65px;
  color: green;
  font-weight: 900;
}

.client-section {
  display: flex;
  gap: 80px;
  align-items: center;
  font-size: 23px;
  font-weight: 500;
}

.client-info strong {
  color: green;
}

/* AMENITIES PAGE  */

.amenities-container {
  font-size: 28px;
  font-weight: normal;
  padding: 0 80px;
}

.amenities-container h3 {
  text-align: center;
  color: #653c3b;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: Capitolium;
  font-size: 34px;
}

.amenities-list {
  display: grid;
  grid-template-columns: repeat(5, 230px);
  justify-content: center;
  font-size: 14px;
}

.amenity {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}

.amenity p {
  font-weight: 400;
  margin: 10px 0 0;
}

.amenity img {
    height: 55px;
    width: 55px;
    filter: brightness(0) invert(19%) sepia(24%) saturate(1239%) hue-rotate(314deg) brightness(98%) contrast(76%);
    object-fit: contain;
}

/* WHY PAGE  */

.why-container {
  margin-top: 100px;
  color: white;
  display: flex;
  padding: 80px;
  height: 450px;
  width: 100%;
  background-image: url(images/whychoose-bg.jpg);
  background-size: cover;
}

.why-head {
  display: flex;
  flex: 1;
  flex-direction: column;
  /* justify-content: space-between; */
}

.why-head img {
  width: 450px;
}

.why-head h3 {
  font-size: 52px;
  margin-top: 40px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 2px;
  font-family: Capitolium;
}

.why-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
}

.why-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.why-content ul {
  list-style-type: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  margin: 0;
}

.why-line {
  background-color: white;
  height: 1px;
  width: 30px;
}

.why-reason {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Gallery page */

.gallery-container {
  padding-left: 80px;
  margin-top: 100px;
}

.gallery-container h3 {
  color: #653c3b;
  font-size: 32px;
  font-weight: 400;
  font-family: Capitolium;
}

.gallery-images {
  margin-top: 50px;
  height: 400px;
  display: flex;
  gap: 10px;
  transition: 0.3s ease-in-out;
}

.gallery-images img {
  width: 540px;
  height: 400px;
  object-fit: cover;
}

.gallery-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-right: 10%;
}

.slider {
  display: flex;
  gap: 15px;
}

.left, .right {
  font-size: 25px;
  cursor: pointer;
}

.left:hover, .right:hover {
  color: #653c3b;
}

.gallery-line {
  background-color: #0000001f;
  width: 90%;
  height: 1px;
  margin-top: 40px;
}

/* CONNECT PAGE  */

.connect-container {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.connect-info {
  background-color: #653c3b;
  color: white;
  padding: 90px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  width: 34%;
}

.connect-info h3 {
  font-size: 32px;
  font-family: Capitolium;
  font-weight: 400;
}

.connect-info p {
  font-size: 14px;
  line-height: 29px;
  margin: 0;
}

.connect-container img {
  height: 100%;
  background-color: #f8f8f8;
  object-fit: contain;
  width: 66%;
}

/* FOOTER PAGE  */

.footer-container {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  padding: 50px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 14px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.footer-left img {
  width: 200px;
}

.footer-left p {
  font-weight: 300;
  font-size: 16px;
}

.footer-right {
  display: flex;
  gap: 60px;
}

.right-footer-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.right-footer-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-container h5, .footer-container p {
  font-size: 14px;
  font-weight: 400;
}

.footer-container p a {
  text-decoration: none;
  color: #212529;
}

.address {
  line-height: 30px;
}
/* LANDING PAGE */

@media screen and (max-width: 1000px) {
  .header {
    display: none;
  }

  .mobile-nav {
    display: block;
  }


  .header-container {
    padding: 13rem 1rem 0;
    background-position: 40% 58px;
  }

  .banner-wrapper {
    flex-direction: column;
  }

  .header-content h1 {
    font-size: 36px;
    line-height: 3rem;
    margin-top: 20px;
  }

  .mobile-nav {
    display: flex;
  }

  .logo {
    width: 15rem;
  }

  .mobile-header-container h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1px;
    color: white;
    margin-top: 40px;
    font-family: Capitolium;
    font-weight: 400;
  }

  .brochure-form h2 {
    color: #653c3b;
    font-size: 20px;
    line-height: 1.4em;
    margin: 0;
  }

  .info-section {
    flex-direction: column;
    gap: 5px;
    align-items: center;
    margin-left: 0;
    margin-top: 50px;
    width: 100%;
  }

  .info {
    text-align: center;
    margin: 20px 0;
  }

  .info p {
    font-size: 19px;
    color: #653c3b;
  }

  .line {
    width: 100px;
    height: 1px;
    top: 100%;
    right: 30%;
    margin-top: 15px;
  }

  .info .line {
    right: 15%;
    top: 77px;
  }

  .navigation {
    display: flex;
    flex-direction: column;
  }

  .mobile-menu-links {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    width: 4rem;
  }

  .mobile-menu-links a {
    text-decoration: none;
    color: white;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    width: 4rem;
    background-color: none;
  }

  .brochure-form {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }

  /*Select 
  select:required:invalid {
    color: red;
  }
	*/
	
  option[value=""][disabled] {
    display: none;
  }

  option {
    color: black;
  }

  form h3 {
    font-size: 32px;
  }

  form input[type="text"] {
    height: 40px;
  }


  /* Add or update these styles for the mobile navigation section */
  .mobile-nav {
    display: flex;
    /* justify-content: end; */
    justify-content: space-between;
    /* background-color: rgba(0, 0, 0, 0.7); Add a background color with some transparency */
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 150px;
    /* Ensure it's above other content */
    align-items: center;
    padding: 30px;
  }

  .logo {
    width: 100px;
    /* Adjust the logo size */
    /* margin-bottom: 1rem; */
    top: 20px;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 1rem; */

  }

  .mobile-menu .menu-icon {
    cursor: pointer;
    margin-bottom: 1rem;
    right: 30px;
    top: 50px;
  }

  .mobile-menu-links {
    display: none;
    flex-direction: column;
    align-items: center;
    right: 50px;
    width: 100%;
  }

  .mobile-menu-links a {
    margin: 0.5rem 0;
    font-size: 1.5rem;
    /* Adjust the font size */
    color: white;
    /* Set the text color to white */
    text-decoration: none;
    transition: color 0.3s;
  }

  .menu-links a:hover {
    color: #00ff00;
    /* Change the text color on hover */
  }

  #menu-last {
    margin-top: 1rem;
    font-size: 1.5rem;
    /* Adjust the font size */
    color: white;
    /* Set the text color to white */
    text-decoration: none;
    transition: color 0.3s;
  }

  .about-video {
    margin-top: 30px;
  }

}

@media screen and (max-width: 1340px) {
  .about-container, .about-client, .amenities-container, .why-container, .gallery-container {
    padding: 50px 30px;
  }

  .connect-info {
    padding: 60px 30px;
  }
}

/* @media screen and (max-width: 768px) {
    .header-content p {
      font-size: 36px;
      line-height: 45px;
      letter-spacing: 1px;
    }
  
    .info-section {
      flex-direction: column;
      align-items: center;
      margin-left: 0;
    }
  
    .info {
      text-align: center;
      margin: 20px 0;
    }
  
    .line {
      display: none;
    }
  
    .navigation {
      align-items: center;
    }
  
    .menu-links {
      flex-direction: column;
      align-items: center;
      width: auto;
    }
  
    
  
    .brochure-form {
      display: block;
    }
  
    form h3 {
      font-size: 32px;
    }
  
    form input[type="text"] {
      height: 40px;
    }
  
    form button {
      width: 120px;
      padding: 10px;
      font-size: 14px;
    }
  } */

/* ABOUT PAGE */

@media screen and (max-width: 1000px) {
  .about-container {
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }

  .about-content h3 {
    font-size: 32px;
  }

  .about-content p {
    font-size: 14px;
    padding-right: 0;
    text-align: center;
  }

  .about-line {
    display: none;
  }

  .about-video img {
    height: auto;
    width: 100%;
  }

  .about-client {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 20px;
  }

  .client-section {
    display: block;
  }

  .client-info {
    margin-top: 2rem;
  }

  .about-client h2 {
    font-size: 48px;
  }

  .client-section {
    font-size: 18px;
    margin-top: -30px;
  }
}

/* AMENITIES PAGE */

@media screen and (max-width: 768px) {
  .amenities-container {
    padding: 0 20px;
  }

  .amenities-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .amenity {
    text-align: center;
  }

  .amenity img {
    height: 40px;
    width: 40px;
  }
}

/* WHY PAGE */

@media screen and (max-width: 768px) {
  .why-container {
    flex-direction: column;
    padding: 80px 20px;
    height: auto;
  }

  .why-head {
    flex: 0;
  }

  .why-content {
    padding: 15px 0;
  }

  .why-head img {
    width: 20rem;
  }

  .why-head h3 {
    font-size: 48px;
    line-height: 60px;
  }

  .why-content p {
    font-size: 14px;
  }

  .why-content ul {
    font-size: 16px;
    line-height: 30px;
  }

  .why-line {
    margin-top: 20px;
  }
}

/* GALLERY PAGE */

@media screen and (max-width: 768px) {
  .gallery-container {
    padding: 0 20px;
  }

  .gallery-container h3 {
    font-size: 28px;
  }

  .gallery-images {
    align-items: center;
    margin-top: 20px;
  }

  .gallery-images img {
    width: calc((100vw - 30px));
    height: 400px;
    object-fit: cover;
  }

  .gallery-pagination {
    align-items: center;
    margin-top: 20px;
    padding: 0;
  }

  .slider {
    align-items: center;
    margin-top: 10px;
  }

  .gallery-line {
    width: 100%;
  }
}

/* CONNECT PAGE */

@media screen and (max-width: 768px) {
  .connect-container {
    flex-direction: column;
    align-items: center;
  }

  .connect-container img {
    width: 100%;
    height: auto;
  }

  .connect-info {
    padding: 60px 20px;
  }

  .connect-info h3 {
    font-size: 24px;
  }

  .connect-info p {
    font-size: 12px;
    line-height: 20px;
  }
}

/* FOOTER PAGE */

/* ... (Your existing styles for the footer page) */

/* Media Query for Mobile Devices */
@media screen and (max-width: 768px) {
  .footer-container, .footer-bottom {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
  }

  .footer-left img {
    width: 150px;
  }

  .footer-left p {
    font-size: 12px;
  }

  .footer-right {
    gap: 20px;
    margin-top: 40px;
  }

  .footer-container h5, .footer-container p {
    font-size: 12px;
  }

  .footer-bottom p {
    margin-top: 10px;
  }
}

/* ipad and above */
@media (min-width:769px) and (max-width:1079px) {
  .client-section {
    display: flex;
  }

  .line {
    width: 1px;
    height: 80px;
    top: -35%;
    right: -15px;
    margin-top: 0;
  }

  .info .line {
    width: 80px;
    height: 1px;
    top: 87px;
    right: 25px;
  }

  .about-client {
    padding: 80px 20px 0;
  }

  .amenities-list {
    grid-template-columns: repeat(3, 200px);
  }

  .why-container {
    height: auto;
  }

  .why-head img {
    width: auto;
  }

  .connect-container {
    margin-top: 50px;
    display: block;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-video {
    width: 100%;
  }

  .about-video iframe {
    height: 400px;
  }

  .info-section {
    flex-direction: row;
    gap: 60px;
  }

  .info .line {
    width: 1px;
    height: 80px;
    top: 0;
    right: -30px;
  }

  .mobile-header-container {
    min-height: auto !important;
  }
}

@media (min-width:1080px) and (max-width:1340px) {
  .header-container, .about-container {
    gap: 40px;
  }

  .about-video img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
  }

  /* .about-client h2 {
      font-size: 48px;
    } */
  .about-client {
    padding-bottom: 0;
  }

  .amenities-list {
    grid-template-columns: repeat(5, 200px);
  }

  .connect-container {
    margin-top: 60px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Featherlight Lightbox */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    max-height: 100% !important;
    height: 100%;
    width: 100%;
    background: #000 !important;
    backdrop-filter: blur(1.5px);
  }
}

@media only screen and (max-width: 449px) {
  .brochure-form {
    margin-bottom: 50px;
  }
}

.featherlight .featherlight-content {
  background: #000 !important;
  backdrop-filter: blur(1.5px);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, .9) !important;
}

.featherlight .featherlight-close-icon {
  background: rgba(255, 255, 255, .8) !important;
}

#menuItems {
  padding: 60px 0;
  text-align: center;
}

.mobile-menu-logo {
  width: 100px;
  margin-bottom: 30px;
}

#menuItems a {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 20px;
  padding: 8px 0;
}



@media only screen and (max-width: 992px) {
.banner-content h1 {
    font-size: 40px;
}
.banner-benefitslist p {
    font-size: 16px;
}	
.banner-benefitslist p strong {
    font-size: 24px;
}
.banner-benefitslist {
    padding: 10px 25px 10px 0;
    margin-right: 25px;
}	
.banner-form {
    min-width: 400px;
    width: 400px;
}	
.banner-sec .banner-item {
    padding: 280px 0 200px;
    height: 800px;
}	
.banner-facilities {
    max-width: 470px;
}	
}

@media only screen and (max-width: 768px) {
.banner-sec .banner-item {
    padding: 260px 0 530px;
    height: 1200px;
    display: inline-block !important;
}
.banner-form {
    min-width: 90%;
    width: 90%;
    top: auto;
    bottom: 35px;
    right: 50%;
    transform: translateX(50%);
}

}

@media only screen and (max-width: 568px) {
.banner-sec .banner-item {
    padding: 200px 0 500px;
    height: 1100px;
}
.banner-content {
    padding-left: 26px;
}	
.banner-benefits {
    justify-content: center;
}	
.banner-content h1 {
    font-size: 30px;
    text-align: center;
}	
.banner-facilities {
    max-width: 100%;
}	
.banner-sldr .banner-item .banner-facilitieslist img {
    width: 45px !important;
}	
.banner-facilitieslist p {
    font-size: 13px;
}
}


@media only screen and (max-width: 480px) {
.banner-form {
    padding: 20px 20px 10px;
}	
.banner-content {
    padding: 0 10px;
}
.banner-benefitslist p {
    font-size: 13px;
}
.banner-benefitslist p strong {
    font-size: 18px;
}
.banner-benefitslist span {
    font-size: 13px;
}	
	
	
.banner-facilities {
    gap: 20px 18px;
}
.banner-sec .banner-item {
    padding: 230px 0 400px;
    height: 1100px;
}	
}