@import url(animate.css);
@import url(hotel-pictograms.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #10223a;
  color: #808289;
  font: 400 16px/29px 'rethink sans', system-ui, sans-serif;
  -webkit-text-size-adjust: none;
  font-family: 'rethink sans', system-ui, sans-serif;
}
body, html {
  
}
/* Regular */
@font-face {
  font-family: 'rethink sans';
  src: url('../fonts/woff/RethinkSans-Regular.woff') format('woff'),
       url('../fonts/RethinkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: 'rethink sans';
  src: url('../fonts/woff/RethinkSans-Italic.woff') format('woff'),
       url('../fonts/RethinkSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'rethink sans';
  src: url('../fonts/woff/RethinkSans-Medium.woff') format('woff'),
       url('../fonts/RethinkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Italic */
@font-face {
  font-family: 'rethink sans';
  src: url('../fonts/woff/RethinkSans-MediumItalic.woff') format('woff'),
       url('../fonts/RethinkSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: 'rethink sans';
  src: url('../fonts/woff/RethinkSans-SemiBold.woff') format('woff'),
       url('../fonts/RethinkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* SemiBold Italic */
@font-face {
  font-family: 'rethink sans';
  src: url('../fonts/woff/RethinkSans-SemiBoldItalic.woff') format('woff'),
       url('../fonts/RethinkSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'rethink sans';
  src: url('../fonts/woff/RethinkSans-Bold.woff') format('woff'),
       url('../fonts/RethinkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: 'rethink sans';
  src: url('../fonts/woff/RethinkSans-BoldItalic.woff') format('woff'),
       url('../fonts/RethinkSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ExtraBold */
@font-face {
  font-family: 'rethink sans';
  src: url('../fonts/woff/RethinkSans-ExtraBold.woff') format('woff'),
       url('../fonts/RethinkSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ExtraBold Italic */
@font-face {
  font-family: 'rethink sans';
  src: url('../fonts/woff/RethinkSans-ExtraBoldItalic.woff') format('woff'),
       url('../fonts/RethinkSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}


#successMsg-email{
  display: block;
  background: #38A46B;
  padding: 20px;
  border-radius: 8px;
    color: #FFFFFF;
}
img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #494b52;
  text-transform: uppercase;
}

h1 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 15.12px;
}
@media (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 6px;
  }
}

h2 {
  font-size: 34px;
  line-height: 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

h3 {
  font-size: 19px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 16px;
}

hr {
  max-width: 106px;
  height: 3px;
  margin: 0;
  padding: 0;
  border: none;
  /*background: #4280c9;*/
  background: #f99e49;
}
.grid_4 hr {
  max-width: 60px;
}
.center hr, hr.center {
  margin-left: auto;
  margin-right: auto;
}

p, .copyright {
  font-weight: 300;
}
p a:hover, .copyright a:hover {
  text-decoration: underline;
}
p em, .copyright em {
  font-size: 16px;
  line-height: 30px;
  color: #4280c9;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-family: "FontAwesome";
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mg-add {
  margin-top: 19px;
}

.oh {
  overflow: hidden;
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.primary {
  color: #4280c9;
}

.drop-shadow {
  -webkit-box-shadow: inset 0 4px 4px #e2e2e2;
  -moz-box-shadow: inset 0 4px 4px #e2e2e2;
  box-shadow: inset 0 4px 4px #e2e2e2;
}

/*========================================================
                      Main Layout
==========================================================*/
* + h2 {
  margin-top: 116px;
}

* + h3 {
  margin-top: 31px;
}

* + h5 {
  margin-top: 12px;
}

* + hr {
  margin-top: 28px;
}

* + p {
  margin-top: 18px;
}

* + .booking-form {
  margin-top: 63px;
}

* + .flex-list {
  margin-top: 26px;
}

* + .row {
  margin-top: 81px;
}

* + .off1 {
  margin-top: 96px;
}

* + .btn69 {
  margin-top: 47px;
}

* + .owl-carousel {
  margin-top: 49px;
}

hr + * {
  margin-top: 32px;
}

h2 + h3 {
  margin-top: 22px;
}

h3 + p {
  margin-top: 4px;
}

img + p {
  margin-top: 42px;
}

p + h3 {
  margin-top: 22px;
}

.container + .container {
  margin-top: 82px;
}

.btn69 + .btn69 {
  margin-left: 20px;
}

.btn69:first-child + .btn69 {
  margin-top: 0;
}

.box + .box {
  margin-top: 38px;
}

/*=======================================================
                       Components
=========================================================*/
/*==================     Brand     ======================*/
img + .brand_name {
  margin-top: 30px;
}
.brand_name {
  word-spacing: -12px;
  overflow: hidden;
}
.brand_slogan {
  /*font-size: 12px;*/
  text-transform: uppercase;
  /*
  font-weight: 300;
  */
  letter-spacing: 7.2px;
  font-size: 18px;
  font-weight: 500;
}
.brand_name + .brand_slogan {
  margin-top: 5px;
}

/*==================      Vide     ======================*/
.vide {
  padding-top: 117px;
  padding-bottom: 170px;
  background: #333333;
  background-size: cover
}
.vide_content {
  position: relative;
}
.vide h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 60px;
}
.vide h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 6.6px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .vide h2 {
    font-size: 55px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  .vide {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .vide h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .vide h3 {
    font-size: 14px;
    line-height: 24px;
  }
}

/*==================     Icons     ======================*/
.flaticon-toilets1, .flaticon-coffee69, .flaticon-hotel70 {
  color: #E5E5E5;
  line-height: 109px;
}

.flaticon-toilets1 {
  font-size: 93px;
}

.flaticon-coffee69, .flaticon-hotel70 {
  font-size: 103px;
}

/*==================    Buttons    ======================*/
.btn69 {
  display: inline-block;
  padding: 18.5px 20px 18.5px 20px;
  line-height: 24px;
  color: #FFF;
  background: #4280c9;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
.btn69:hover {
  background: #3067a8;
    text-decoration: none;
    color: white;
}
@media (max-width: 479px) {
  .btn69 {
    font-size: 20px;
  }
}

/*==================      Quote     ======================*/
blockquote img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/*==================    Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-list li {
  display: table-cell;
  text-align: center;
}
@media (max-width: 1199px) {
  .flex-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .flex-list {
    display: block;
  }
  .flex-list li {
    display: block;
  }
  .flex-list li + li {
    margin-top: 30px;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 48px;
  color: #fff;
  background: #494b52;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #4280c9;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.thumb_overlay:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  background: #4280c9 url("../images/icon.png") no-repeat center center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================     Subscribe Form     ======================*/
.subscribe-form {
  position: relative;
  display: inline-block;
  width: 562px;
}
.subscribe-form label {
  display: inline-block;
  max-width: 410px;
  width: 100%;
  position: relative;
  padding: 12px 17px 12px;
  background: white;
  border: 1px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe-form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #c1c1c1;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  line-height: 22px;
  text-transform: uppercase;
  height: 22px;
}
.subscribe-form a[data-type="submit"] {
  padding: 12px 20px;
  font-size: 19px;
  line-height: 24px;
}
.subscribe-form label + a[data-type="submit"] {
  margin-top: 0;
  margin-left: 6px;
}
@media (max-width: 979px) {
  .subscribe-form label + a[data-type="submit"] {
    margin-top: 10px;
    margin-left: 0;
  }
}

.error {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 10px;
  line-height: 12px;
  color: #f00;
  overflow: hidden;
  height: 0px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

label.invalid .error {
  height: 21px;
}

.success {
  display: none;
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #38A46B;
}

@media (max-width: 479px) {
  .subscribe-form label {
    width: 100%;
  }
}
/*========================================================
                     HEADER  Section
==========================================================*/
header {
  background: #333333;
  text-align: center;
}
header *:not(.btn69) {
  color: #FFF;
}

.header_panel:before, .header_panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.header_panel:after {
  clear: both;
}

/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
  background: white;
}

/*==================      Well     ======================*/
.well {
  padding-top: 75px;
  padding-bottom: 81px;
}
.well__ins1 {
  padding-bottom: 88px;
}

.well2 {
  padding-top: 31px;
  padding-bottom: 30px;
}

.thumb-container:before, .thumb-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumb-container:after {
  clear: both;
}
.thumb-container .item {
  float: left;
  width: 20%;
}
@media (max-width: 979px) {
  .thumb-container .item {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .thumb-container .item {
    float: none;
    width: 100%;
  }
}

.well3 {
  padding: 162px 0 167px;
}
.well3 * + hr {
  margin-top: 38px;
}
@media (max-width: 479px) {
  .well3 {
    padding: 120px 0;
  }
}

.well4 {
  padding: 98px 0 33px;
}

.well5 {
  padding-top: 15px;
  padding-bottom: 18px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #4280c9;
}
.bg-primary *:not(.btn69) {
  color: #FFF;
}
.bg-primary .btn69 {
  color: #4280c9;
  background: #FFF;
}
.bg-primary .btn69:hover {
  color: #4280c9;
  background: #f7f7f7;
}

.bg-secondary {
  background: #576475;
  white-space: nowrap;
}
.bg-secondary h2 {
  color: #FFF;
}
.bg-secondary h2, .bg-secondary .subscribe-form {
  display: inline-block;
}
.bg-secondary h2 + .subscribe-form {
  margin-left: 22px;
}
.bg-secondary h2 {
  line-height: 48px;
}
@media (max-width: 1199px) {
  .bg-secondary {
    white-space: normal;
  }
  .bg-secondary .subscribe-form {
    width: 100%;
  }
  .bg-secondary h2, .bg-secondary .subscribe-form {
    display: block;
  }
  .bg-secondary h2 + .subscribe-form {
    margin-top: 20px;
    margin-left: 0;
  }
}

.bg-secondary2 {
  background: #333;
}
.bg-secondary2, .bg-secondary2 h1, .bg-secondary2 h2, .bg-secondary2 h3, .bg-secondary2 h4, .bg-secondary2 h5, .bg-secondary2 h6 {
  color: #FFF;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-right: 30px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*========================================================
                     FOOTER  Section
=========================================================*/
footer {
  background: #10223A;
  color: #fff;
}
footer h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 60px;
}
footer h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 6.6px;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #FFF;
}
footer .btn69 {
  max-width: 100%;
  width: 410px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer hr {
  background: #FFF;
}
footer hr + h2 {
  margin-top: 39px;
}
footer h3 + .btn69 {
  margin-top: 56px;
}
footer .copyright {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}
footer * + .copyright {
  margin-top: 71px;
}
@media (min-width: 480px) and (max-width: 767px) {
  footer h2 {
    font-size: 55px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  footer h2 {
    font-size: 26px;
    line-height: 30px;
  }
  footer h3 {
    font-size: 14px;
    line-height: 24px;
  }
}

/*==================    Extras    ======================*/

.signup-scroll-btn{
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subscribeBtn1.btn69{
  background: #F99E49;
  width: 200px;
  margin-top: 50px;
  color: #FFFFFF;
  border-radius: 5px
}
#nameInput{
  text-transform: capitalize;
  color: #000000;
}
#emailInput{
  text-transform: lowercase;
  color: #000000;
}
.inpt-form{
  color: #000000
}
#type_btns{
  text-align: left;
  color: #757575
}
.flex-grid {
  display: flex;
  flex-wrap: wrap; /* Allows columns to wrap to the next line */
  gap: 10px; /* Optional: Adds space between columns */
}

.col {
  flex: 1;
  min-width: 200px; /* Prevents columns from shrinking too much */
}

/* Media query for smaller screens */
@media (max-width: 768px) { /* Adjust breakpoint as needed */
  .flex-grid {
    flex-direction: column; /* Stack columns vertically */
  }

  .col {
    width: 100%; /* Each column takes full width */
  }
}

.text-left{
  text-align: left;
}
.margin-bottom{
  margin-bottom: 50px;
}
.benefits-header{
  color: black;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.benefits-list{
  text-align: left;
  background: url("/images/Website_Background_No_Logo.png");

  border-radius: 5px;
  color: #FFFFFF;
  margin-right: 50px;
  background-size: cover;
  background-position: 1px -110px;
  background-position-y: -47px;
}
.benefits-list-overlay{
  padding: 20px;
  padding-top: 30px;
  width: 100%;
  height: 100%;

}
/*.benefits-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); !* White overlay with 70% opacity *!
}*/
ul.bene-ul {
  list-style: none; /* Remove default bullets */
  padding-left: 20px;
}
ul.bene-ul li{
  margin-bottom: 10px;
}

ul.bene-ul li::before {
  content: "";
  background: url('/images/Star.png') no-repeat center;
  background-size: 16px 16px; /* Adjust size as needed */
  width: 16px; /* Match the size */
  height: 16px;
  display: inline-block;
  margin-right: 10px; /* Space between bullet and text */
  vertical-align: middle;
}
.big-screen {
  display: block; /* Show on large screens */
}

.small-screen {
  display: none; /* Hide on large screens */
}
.margin-top-s{
  margin-top: 10px;
}

/* Show small image on smaller screens */
@media (max-width: 768px) {
  .big-screen {
    display: none;
  }
  .small-screen {
    display: block;
  }
}


/* Mobile-specific styles */
@media (max-width: 768px) {
  .steps-wrapper {
    position: relative;
    width: 100vw !important; /* Forces it to be full width */
    margin-left: calc(50% - 50vw); /* Centers the wrapper */
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .steps-container {
    display: flex;
    width: 320vw;
    height: 42vh;
  }

  .step {
    flex: 0 0 100vw;
    height: 100%;
    background-image: url('../images/steps_trans2.png');
    background-size: 290% auto;
    background-repeat: no-repeat;
    scroll-snap-align: center;
  }

  .step-1 { background-position: 0% center; }
  .step-2 { background-position: 50% center; }
  .step-3 { background-position: 100% center; }

  .benefits-list{
    background-position-y: 0px;
    background-size: 120%;
  }
}


.spacer {
  flex: 0 0 10vw; /* Adds space before and after */
}
.dot {
  transition: r 0.3s ease-in-out;
}

.dot.active {
  r: 9; /* Increase radius for active dot */
}
#supportBtn{
  color: #26d526;
  text-decoration: underline;
}
.supportUs{
  margin-top: 50px;
  font-weight: bold;
  font-size: 22px;
  background: #FFFFFF;
  color: #000000;
  padding: 20px;
  opacity: 60%;
}
@media (max-width: 768px) {
  .supportUs{
    font-size: 16px;
  }
}
.align_right{
  text-align: right;
}
@media (max-width: 768px) {
  .align_right{
    text-align: center;
  }
}
.align_left{
  text-align: left;
}
@media (max-width: 768px) {
  .align_left{
    text-align: center;
  }
}
.termsCont{
    text-align: left;
    color: #757575;
}
.exampleModalCenter{
    color: black;
}
.owl-carousel .item img {
  cursor: pointer;
}
.overlayBox{
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 85%;
  background: rgba(255, 255, 255, 0.5); /* White overlay with 70% opacity */
  z-index: 1;

}
.benefits-list-overlay{
  position: relative;
  z-index: 2; /* Ensures text stays above the overlay */
}
.owl-prev, .owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 3px;
  border-radius: 51%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  height: 40px;
  width: 40px;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
}
