@font-face {
  font-family: 'Swiss721 BT';
  src: url('../fonts/Swiss721BT-Regular.woff2') format('woff2'),
      url('../fonts/Swiss721BT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Swiss721 Md BT';
  src: url('../fonts/Swiss721BT-Medium.woff2') format('woff2'),
      url('../fonts/Swiss721BT-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #000;
  --secondary: #8E8E8E;
  --tertiary:#575757;
  --boder: #d7d7d7;
  --grey:#939393;
  --light-grey:#D9D9D9;
  --white:#fff;
  --background:#F4F4F4;
  --text-grey:#707070;
  --bg-grey:#EEEEEE;
  --sheraton:#F8DEC3;
  --placeholder:#908383;
  --orange:#FF9563;
  --black:#1C1C1C;
}
/* primary theme ends */


html {
  scroll-behavior: unset;
}

body{
  width: 100%;
  height: 100%;
  color: #333;

  font-size: 1rem;
  line-height: 1.4rem;

  font-family: 'Swiss721 BT';
  font-weight: normal;
  font-style: normal;

}

body.feed-app{
    height:100vh;
}

    body.feed-app #app {
        height: 100%;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    body.feed-app main {
        height: 100%;
        min-height: auto;
    }
    body.feed-app .bg-img-login {
        height: 100%;
    }

.banner{
  position: relative;
}

.banner-content {
  position: absolute;
  width: 100%;
  top: 45%;
  display: flex;
  justify-content: center;
  z-index: 2;
  transform: translateY(-45%);
}

.banner-content h4{
  text-shadow: 2px 2px 5px var(--black);
}

.text-orange{
  color: var(--orange);
}

.shadow-sm{
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 16%) !important;
}

.bg-black{
  position: relative;
}

.no-wrap{
  text-wrap: nowrap;
}

.text-lightgrey{
  color: var(--placeholder) !important;
}

main {
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
}

strong{
  font-family: 'Swiss721 Md BT';
}

.w-md-60{
  width: 60% !important;
  margin: auto;
}

.w-md-80{
  width: 80% !important;
  margin: auto;
}

hr {
  border-top: 1px solid #e9e9e9;
  opacity: 1;
}


a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
}

a:hover {
  color: #000;
}


strong {
  font-weight: 500;
  font-style: normal;
}



h1,
h3 {
  font-weight: normal;
  font-style: normal;
  color: #000;
}

h1{
  font-size: 3.125rem;
  line-height: 4.0625rem;
}

h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 2.5rem;
  line-height: 3.2rem;
}


h4 {
  font-size: 1.7rem;
  line-height: 2.2rem;
}

h5 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
}


h6 {
  font-size: 1.25rem;
}



p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.menu-link i{
  font-size: 2rem;
}

h2 i {
  color: var(--primary);
}

.left-menu {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 5rem;
}
.left-menu ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  list-style: none;
  font-size: 1.1rem;
  padding: 0;
  width: 60%;
}
.left-menu ul a {
  text-decoration: none;
}
.left-menu ul li {
  padding: 5px 0px;
  /* border-left: 4px solid var(--primary); */
}
.left-menu ul li:hover {
  color: var(--grey);
}
.left-menu ul li:last-child {
  border: 0;
  padding-left: 0;
  margin-top: 16px;
  display: flex;
  gap: 22px;
}
.left-menu ul li:last-child:hover{
  background: transparent;
}
.left-menu i{
  color: var(--primary);
}
#left-menu {
  background: rgba(255,255,255,0.95);
}
.offcanvas-header .btn-close {
  font-size: 1.1rem;
  position: absolute;
  left: 80px;
  top: 60px;
}

hr{
  margin: 0px !important;
  border-top: 1px solid var(--boder);
}

input::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #908383 !important;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #908383 !important;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #908383 !important;
}
input::-ms-input-placeholder { /* Edge */
  color: #908383 !important;
}

textarea::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #908383 !important;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #908383 !important;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #908383 !important;
}
textarea::-ms-input-placeholder { /* Edge */
  color: #908383 !important;
}



.form-select {
  border-radius: 6px;
  padding: 0.125rem 0.75rem;
  border: 1px solid var(--boder);
  color: #908383 !important;
  height: 48px !important;
  font-size: 0.875rem !important;
}

.form-control {
  border-radius: 6px;
  padding: 0.125rem 1rem;
  border: 1px solid var(--boder);
  color: #908383 !important;
  height: 48px !important;
  font-size: 0.875rem !important;
}

.form-control.unset-height{
  border-radius: 6px;
  padding: 1rem 1rem;
  border: 1px solid var(--boder);
  color: #908383 !important;
  height: unset !important;
}

.form-select option{
  font-size: 0.875rem !important;
  line-height: 50px !important;
  padding: 20px !important;
}

.hide-icon{
  background-color:var(--white);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 9px;
  top: 25%;
}

.form-control.email {
  width: 400px;
}

.form-label.align-center{
  margin-bottom: 0px;
  position: absolute;
  top: -13px;
  background-color: #fff;
  left: 39%;
  padding: 0 8px;
  transform: translateX(39%);
}

.form-control:focus,
.form-select:focus{
  box-shadow: none;
  border: 1px solid var(--boder);
}

.form-check-input:focus{
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-language {
  background: var(--primary);
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 12px 24px;
  display: inline-flex;
  text-decoration: none;
  font-size: 1.2rem;
  border: none;
}

.btn-language:hover {
  background: var(--primary);
  color: #fff;
}

.btn-primary {
  background: var(--primary);
  line-height: 1.4rem;
  padding: 15px 35px;
  color: var(--white);
  border-radius: 25px;
  text-decoration: none;
  --bs-btn-border-color:var(--primary);
  --bs-btn-active-bg:var(--primary);
  --bs-btn-hover-bg: #494949;
  --bs-btn-hover-border-color: #494949;
  --bs-btn-hover-color: var(--white);
}

.btn-teritary {
  background: var(--teritary);
  line-height: 1.4rem;
  padding: 15px 35px;
  border: 2px solid var(--teritary);
  color: var(--white);
  border-radius: 25px;
  text-decoration: none;
}

.btn-teritary:hover {
  background: #494949;
  color: var(--white);
}

.btn-secondary {
  background: var(--primary) !important;
  line-height: 1.4rem !important;
  padding: 15px 35px !important;
  color: var(--white) !important;
  border-radius: 25px !important;
  text-decoration: none;
  --bs-btn-border-color:var(--primary) !important;
  --bs-btn-hover-bg: #494949 !important;
  --bs-btn-hover-border-color: #494949 !important;
  --bs-btn-hover-color: var(--white) !important;
}

.btn-sheraton {
  background: var(--sheraton);
  line-height: 1.4rem;
  padding: 15px 35px;
  border: 2px solid var(--sheraton);
  color: var(--primary);
  border-radius: 25px;
  text-decoration: none;
}

.btn-sheraton:hover {
  background: var(--primary);
  color: var(--sheraton);
}

.btn:disabled {
    background-color: #a1a1a1;
    border-color: #a1a1a1
}

.br-100{
  border-radius: 100px !important;
}

.br-14{
  border-radius: 14px !important;
}

.br-left-14{
  border-radius:0 14px 14px 0 !important;
}

.br-right-14{
  border-radius:14px 0 0 14px !important;
}


.box-shadow{
  -webkit-box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.2);
}

.box-radius{
  border-radius: 10px;
}

.logo{
  width: 200px;
}

.breadcrumb li i {
  color: #fff;
  font-size: 0.875rem;
  margin: 0 10px 0 10px;
}

/* .breadcrumb {
  margin: 10px 0;
} */

.breadcrumb li.active, .breadcrumb li a, 
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item{
    padding-left: 0 !important;
}

.btn.btn-custom:hover {
    border: 1px solid;
    background: #ebebeb;
}

.btn.btn-custom.active:hover {
    background: #000;
    border: solid 1px #000;
}

.text-white a {
    color: #fff;
}

footer{
  background: #1c1c1c;
}

footer a{
  text-decoration: none;
}


footer p{
  font-size: 0.875rem;
  margin-bottom: 0px;
}

.social-media {
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  gap: 20px;
  justify-content: center;
}

.social-media a:hover i {
  transform: scale(1.1);
}

.gj-datepicker-bootstrap button[role="right-icon"] {
  width: 2.5rem;
  border-radius: 6px;
  padding-right: 40px;
  border: 1px solid var(--boder);
  border-left: 0px;
}

.gj-datepicker-bootstrap button[role="right-icon"] .gj-icon{
  top: 1rem;
  left: 0.9rem;
}

.header{
  height: 130px;
}

.br-right-0{
  border-radius: 6px 0 0 6px !important;
}

.br-left-0{
  border-radius:0 6px 6px 0  !important;
}

.home-banner {
  /* position: relative;
  height: calc(100vh - 130px);
  background-position: center;
  background-size: cover;
  overflow: hidden; */
  position: relative;
    width: 100%;
    overflow: hidden;
    /* background-color: var(--primary); */
}

/* .home-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(67,66,66,0), rgba(67,66,66,1) );
} */

.carousel-inner {
  height: calc(100vh - 130px);
  background-position: top;
  background-size: cover;
}

.carousel-inner img{
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  object-position: top;
  height: 100vh;
}

.carousel-control-prev, .carousel-control-next {
  z-index: 9;
  display: block;
  opacity: 1 !important;
}

.carousel-item-content {
  position: absolute;
  width: 100%;
  top: 5%;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.wrapper .search_box{
  background: #fff;
  border-radius: 14px;
  height: 60px;
  padding: 10px;
  border: 1px solid var(--boder);
}

.wrapper .search_box .dropdown{
  color: var(--grey);
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 85px;
  top: 51px;
}

.wrapper .search_box .dropdown .btn-dropdown{
  font-size: 14px;
  padding: 0px 15px;
  margin: 0px;
  line-height: 0px;
  border: none;
  background: none;
  color: var(--grey);
}

.wrapper .search_box .dropdown .dropdown-menu{
  inset: 35px auto auto 15px !important;
  border-radius: 0 0 8px 8px;
  border-top: none;
  min-width: 240px;
  border: none;
}

.dropdown-menu-language .dropdown-item{
  /* padding: 20px 0px !important; */
  line-height: 30px !important;
  cursor: pointer;
}

/* .wrapper .search_box .dropdown ul{
  position: absolute;
  top: 57px;
  left: 12px;
  background: var(--white);
  width: 214px;
  border-radius: 0 0 5px 5px;
  display: none;
  border: 1px solid var(--boder);
  color: var(--primary) !important;
  border-top: none;
} */

.wrapper .search_box .dropdown ul.active{
  display: block;
}

.wrapper .search_box .dropdown ul li{
  font-size: 14px;
  list-style-type: none;
}

.wrapper .search_box .dropdown ul li a{
  text-decoration: none;
  color: var(--primary);
}

.wrapper .search_box .dropdown ul li:last-child{
  padding-bottom: 0;
}

.wrapper .search_box .dropdown ul li a:hover{
  color: var(--primary);
}

.wrapper .search_box .dropdown:before{
  content: "";
  position: absolute;
  top: 10px;
  right: 12px;
  border: 6px solid;
  border-color: var(--primary) transparent transparent transparent;
  display: none;
}

.wrapper .search_box .search_field{
  height: 100%;
  position: relative;
}

.wrapper .search_box .search_field .input{
  width: 100%;
  height: 100%;
  border: 0px;
  font-size: 16px;
  color: var(--grey);
  outline: none;
  padding-top: 15px;
}

.wrapper .search_box .search_field .fas{
  position: absolute;
  top: 12px;
  right:0px;
  font-size: 16px;
  cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--grey);
}
::-moz-placeholder { /* Firefox 19+ */
 color: var(--grey);
}
:-ms-input-placeholder { /* IE 10+ */
  color: var(--grey);
}

.card{
  border-radius: 14px !important;
}

.slider-bg{
  background-color: #CFCFCF;
  border-radius: 14px;
}

.exclusives .slick-prev {
display: none !important;
}

.exclusives .slick-next {
  display: none !important;
  }

.slider-heading {
    /*background-color: var(--black);*/
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
    border-radius: 14px 14px 0 0;
}

.slider-img img{
  width: 300px !important;
  height: 300px;
  object-fit: cover;
  object-position: top;
  margin: auto;
}

.slider-footer{
  background-color: #545454;
  border-radius: 14px;
  color: var(--white);
  text-align: center;
  min-height: 129px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-primary{
  color: var(--primary) !important;
}

.bold{
  font-weight: bold !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.bg-color{
  background-color: var(--background) !important;
}

.bg-light-grey{
  background-color: var(--light-grey);
}

ul.dropdown-menu-language{
  inset: 0px auto auto 0px !important;
  max-height: 300px;
  overflow-y: auto;
}

/* .dropdown-menu-language::before{
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -8px;
  color: var(--light-grey);
  left: 10%;
  font-size: 26px;
} */

.dropdown-menu-language li{
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.dropdown-indicator{
  border: 2px solid  var(--grey);
  background-color: var(--white);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dropdown-indicator.active{
  background-color: var(--primary);
  border: 2px solid  var(--grey);
}

.dropdown-menu-language .dropdown-item:hover {
  background-color: transparent !important;
}

.slider-img img{
  width: 300px !important;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.img-responsive{
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  object-position: top;
}

.custom-ps{
  padding-left:7.38%;
}

.text-grey{
  color: var(--text-grey) !important;
}

.f-12{
  font-size: 12px !important;
  line-height: 1.2rem;
}

.f-14{
  font-size: 14px !important;
}

.f-18{
  font-size: 18px !important;
}

.f-20{
  font-size: 20px !important;
}

.f-22{
  font-size: 22px !important;
}

.f-24{
  font-size: 24px !important;
}

.top-1{
  position: relative;
  top:1px;
}

.btn{
  padding: 8px 24px !important;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #726B71;
  --bs-btn-border-color: #726B71;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #726B71;
  --bs-btn-disabled-border-color: #726B71;
}

.btn-light{
  background-color: var(--white) !important;
  border: 2px solid var(--white) !important;
}

.btn-light:hover{
  background-color:var(--primary) !important;
  border: 2px solid var(--white) !important;
  color: var(--white);
}


.edition .slick-slide {
  margin: 0px;
}

.bottom-banner{
  position: relative;
  width: 100;
  height: 500px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--white);
}

.edition .slick-prev {
  top: 90%;
  left: 0;
  z-index: 1;
}

.edition .slick-next {
  top: 90%;
  left: 120px;
  z-index: 1;
}

.edition .slick-dots {
  bottom: 9%;
  text-align: center;
  width: 325px;
}

.home-banner .form-select{
  text-align: center;
  font-size: 1rem !important;
}

.custom-select-container {
  position: relative;
  display: inline-block;
  width: 100%; /* Adjust as needed */
  }
  
  .custom-select-container select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem; /* Space for custom icon */
  }
  
  .custom-select-container::after {
  content: "";
  position: absolute;
  border: 6px solid;
  border-color: var(--primary) transparent transparent transparent;
  top: 58%;
  right: 30%; /* Adjust position as needed */
  transform: translateY(-50%);
  pointer-events: none; /* Allow clicks to pass through */
  }

  .custom-prev, .custom-next {
    position: absolute;
    bottom: 40px;
    border: none;
    padding: 0px;
    background-color: transparent;
    z-index: 1;
  }

  .custom-next{
    left:250px;
  }

.newsletter .custom-next::after,
.newsletter .custom-prev:after,
.newsletter .custom-next,
.newsletter .custom-prev,
.newsletter .slick-dots li button::before {
    color: var(--white);
}

  .custom-prev::before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    color: var(--secondary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 7px 10px 0;
  }

  .custom-next::after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    color: var(--secondary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px 7px;
  }

.regular-three .custom-prev::before {
    color: #fff;
}
 

  [data-aos] {
    visibility: hidden;
  }
  [data-aos].animated {
    visibility: visible;
  }

  .logo img{
    width: 200px;
  }

  .dropdown-toggle::after{
    display: none;
  }

  .dropdown-item.active, .dropdown-item:active{
    background-color: var(--primary) !important;
  }

  .accordion-button {
    padding: 6px 20px !important;
  }

  .accordion-button::after{
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-image: none !important;
    position: relative;
    bottom: 10px;
    font-size: 12px !important;
}

.accordion-item {
  border-bottom:1px solid var(--boder) !important;
}

.accordion-button:not(.collapsed) {
  background-color: var(--white) !important;
  box-shadow: none !important;
}

.accordion-button:focus{
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  position: relative;
  top: 10px;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select {
  display: none;
}

.custom-select-trigger {
  display: block;
  padding: 16px;
  border: 1px solid var(--boder);
  border-radius: 14px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.custom-select-trigger::after {
  content: "";
  position: absolute;
  border: 6px solid;
  border-color: var(--primary) transparent transparent transparent;
  top: 58%;
  right: 30%;
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-select-trigger1 {
  display: block;
  padding: 16px;
  border: 1px solid var(--boder);
  border-radius: 14px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.custom-select-trigger1::after {
  content: "";
  position: absolute;
  border: 6px solid;
  border-color: var(--primary) transparent transparent transparent;
  top: 58%;
  right: 30%;
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-options {
  position: absolute;
  top: 99%;
  left: 5%;
  right: 0;
  border-radius: 0 0 14px 14px;
  background-color: #fff;
  z-index: 10;
  display: none;
  max-height: 150px;
  overflow-y: auto;
  width: 90%;
}

.custom-options .custom-option {
  padding: 5px 0 5px 10px;
  cursor: pointer;
}

.custom-options .custom-option:hover {
  background-color: var(--bg-grey);
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: var(--bg-grey) !important;
}

.custom-select-wrapper.open .custom-options {
  display: block;
}

.icon-bg{
  background-color: var(--bg-grey);
  padding: 6px;
  border-radius: 4px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.header-right-menu{
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-right-menu ul li{
  float: left;
  padding-left: 20px;
  list-style-type: none;
  display: flex;
  gap: 5px;
  cursor: pointer;
}

.bg-color-dark{
  background-color: var(--primary);
}

.ongoing .slick-dots {
  bottom: 48px;
  text-align: center;
  width: 280px;
}

.regular-main .slick-slide {
  margin: 0px 0px;
}

.regular-main.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.regular-main .custom-prev {
    position: absolute;
    right: calc(68% - 200px);
    color: var(--white);
    font-family: 'Swiss721 BT';
    bottom: 40px;
    width: 100px;
}

.regular-main .custom-next {
    position: absolute;
    left: calc(68% - 200px);
    color: var(--white);
    font-family: 'Swiss721 BT';
    bottom: 40px;
    width: 100px;
}

.regular-main .slick-dots {
  bottom: 39px;
}

.regular-main .custom-next::after,
.regular-main .custom-prev::after {
    color: var(--white);
}

.regular-main .custom-prev::before{
  color: var(--white) !important;
}

.regular-main .slick-dots li.slick-active button:before {
  color: var(--white) !important;
  width: 30px;
  height: 3px;
}

.regular-main .slick-dots li.slick-active {
  margin-right: 30px !important;
}

.regular-main .slick-dots li button:before {
  background-color: var(--white) !important;
  height: 3px;
  border-radius: 10px;
  top: -6px;
}

.list-ratings {
  list-style: none;
  padding-left: 0;
}
.list-ratings li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.list-ratings li p {
  margin: 0;
}

.list-ratings li i {
  color: #666;
  margin-left: 2px;
}

.list-ratings li span {
  flex-basis: 150px;
}

.gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group.mb-3{
  margin-bottom: 0px !important;
  z-index: -1;
}

.bg-img {
  background: url(../images/sheraton-banner.jpg) left top no-repeat;
  background-size: 70% auto;
}

.bg-img-login {
  background: url(../images/login-banner.jpg) right top no-repeat;
  background-size: 70% auto;
}

.bg-transparent{
  background-color: transparent !important;
}

.uppercase{
  text-transform: uppercase;
}

.logo {
  width: 140px;
}

.regular .custom-prev, .regular .custom-next {
    bottom: -40px !important;
}

.regular .slick-dots {
    bottom: -32px !important;
}

.campaign-img img {
    overflow: hidden;
    height: 400px;
    object-fit: cover;
}
.ongoing figure {
    max-height:400px;
    border-radius: 1rem;
    overflow: hidden;
}
.ongoing figure img {
    height:400px;
    object-fit: cover;
}

.content-card {
    -webkit-box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 3rem;
}

.form-label{
  margin-bottom: 0px;
  position: absolute;
  top: -13px;
  background-color: #fff;
  left: 10px;
  padding: 0 8px;
  z-index: 1;
  font-size: 13px;
}

.join-bg{
  background-color: #6f625d;
  position: relative;
}

.feed-bg{
  background-color: #6c6c6c;
  position: relative;
}

.error-page-bg{
  background-color: #F6F2F2;
}

.error-number{
  font-size: 3rem;
  line-height: 3rem;
  text-align:center;
}

.error-content{
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.profile-form label{
  font-size: 13px;
}

.profile-form .form-check-label{
  font-size: 14px !important;
}

.input-group-append {
  cursor: pointer;
}

.form-group{
  position: relative;
}

.w-md-50{
  width: 40% !important;
}

.overlay {
  background-color:#EFEFEF;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 50%px;
  left: 0px;
  filter: alpha(opacity=50); 
  padding-top: 15%;
}

.modal-header{
  padding-top: 0px;
  border: none;
}

.modal-dialog {
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.modal-header .btn-close{
  font-size: 12px;
  margin-left: 20px;
}

.justify-content-between{
  justify-content: space-between !important;
}

.nav-pills{
  background-color: #F1F1F1;
  border-radius: 6px;
}

.nav-pills .nav-link {
  border-radius: 0px;
    text-align: left;
    border-bottom: 1px solid;
}

.form-label.align-center:disabled{
  background-color: #fff;
}

.checkbox-group{
  justify-content: center;
}

.md-center-sm-left{
  text-align: center;
}

.nav-pills .nav-link{
  color: #777777 !important;
  border-bottom: 1px solid #EFC9C9 !important;
  padding: 12px 18px !important;
}

.nav-pills .nav-link:first-child{
  border-radius: 6px 6px 0 0 !important;
}

.nav-pills .nav-link:last-child{
  border-radius:0 0 6px 6px !important;
  border-bottom: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--white) !important;
  background-color: #545454;
}

.banner-sm {
    height: 424px;
    overflow: hidden;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
    object-position: top;
}

.modal-footer{
  border-top: none !important;
}

.footer-logo-bg{
  background-color: var(--white);
  border-radius: 4px;
}

.regular-three.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.regular-three .custom-prev {
  position: absolute;
  left: -22%;
  right: 0;
  /* color: var(--white); */
  font-family: 'Swiss721 BT';
  bottom: 0;
}

.regular-three .custom-next {
  position: absolute;
  left: 0;
  right: -20%;
  /* color: var(--white); */
  font-family: 'Swiss721 BT';
  bottom: 0;
}

.regular-three .slick-dots {
  bottom: -1px;
  /* background: #00000057; */
}

/* .regular-three .custom-next::after{
  color: var(--white);
}

.regular-three .custom-prev::before{
  color: var(--white) !important;
} */

.regular-three .slick-dots li.slick-active button:before {
  /* color: var(--white) !important; */
  width: 26px;
  height: 3px;
}

.regular-three .slick-dots li.slick-active {
  margin-right: 30px !important;
}

.regular-three .slick-dots li button:before {
  background-color: var(--white) !important;
  /* width: 16px; */
  height: 3px;
  border-radius: 10px;
  top: -6px;
}

.bg-image{
  position: absolute;
  height: fit-content;
  overflow: hidden;
  height: 100%;
}

.bg-image img{
  width: 75%;
  height: 100%;
  object-fit: cover;
}

.bg-feed-image {
    position: absolute;
    height: fit-content;
    overflow: hidden;
    height: 100%;
}

.bg-feed-image img {
    object-fit: cover;
}

.br-0{
  border-radius: 0px !important;
}

@media screen and (min-width: 1400px) {

  
}



@media only screen and (max-width:1400px) {
  
  .custom-prev, .custom-next {
    bottom: 0px;
  }
  .edition .slick-dots {
    bottom: 8px;
  }

}


@media only screen and (max-width:1200px) {
  .custom-prev, .custom-next {
    bottom: -52px;
  }
  .edition .slick-dots {
    bottom: -44px;
  }
  .home-banner {
    height: auto;
    width: 100%;
  }
  .bottom-banner{
    height: auto;
    width: 100%;
    padding: 20px 0;
  }
  .regular-main .custom-prev {
    left: 37%;
  }
  
  .regular-main .custom-next {
    left: 58%;
  }

  .regular-three .custom-prev {
    left: 37%;
  }
  
  .regular-three .custom-next {
    left: 58%;
  }
  .w-md-50{
    width: 100% !important;
  }
  .banner-sm{
    height: unset;
  }
}

@media only screen and (max-width:991px) {

  h1 {
    font-size: 2rem;
    line-height: 2.8rem;
  }  
  ul.portfolio-cat{
    padding-left: 0px;
  }  
  .custom-select-trigger::after {
    right: 24%;
  }
  .custom-select-trigger1::after {
    right: 24%;
  }
  .regular-three .custom-prev {
    left: 30%;
  }
  
  .regular-three .custom-next {
    left: 58%;
  }
  .bg-img {
    background-size: cover;
  }
  .bg-img-login{
    background-size: cover;
  }
  .content-card {
    padding: 2rem;
  }
  .w-md-50{
    width: 100% !important;
  }
  .checkbox-group{
    justify-content: start;
  }

  .md-center-sm-left{
    text-align: left;
  }
  .carousel-inner {
    height: unset;
  }
  .carousel-inner img{
    width: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  object-position: top;
  height: 500px;
  }
}

@media only screen and (max-width:767px) {
  .logo img{
    width: 150px;
  }
  .wrapper .search_box .dropdown {
    left: 49px;
  }
  .sm-column{
    flex-direction: column;
  }
  .sm-column-reverse{
    flex-direction: column-reverse;
  }
  .portfolio {
    max-width: calc(100% - 0px) !important;
  }
  .regular-main .custom-prev {
    left: 10px;
  }  
  .regular-main .custom-next {
    left: auto;
    right: 0;
  }
  .regular-three .custom-prev {
    left: 10px;
  }  
  .regular-three .custom-next {
    left: auto;
    right: 0;
  }
  .w-md-50{
    width: 100% !important;
  }
  .w-md-60{
    width: 100% !important;
  }
  .w-md-80{
    width: 100% !important;
  }
  h4 {
    font-size: 1rem !important;
    line-height: 1.5rem;
  }
  h3 {
    font-size: 1.2rem !important;
    line-height: 1.7rem;
  }
  h2 {
    font-size: 1.5rem !important;
    line-height: 2.2rem;
  }
    h1 {
        font-size: 1.8rem !important;
        line-height: 2.5rem;
    }
    .modal-dialog {
        max-width: 90%;
    }
    .carousel-inner {
        height: unset;
    }
    .carousel-inner img {
        width: 100% !important;
        max-width: 100% !important;
        object-fit: cover;
        object-position: top;
        height: 500px;
    }

    .custom-prev, .custom-next {
        display: none !important;
    }

    .edition .slick-dots{
        width: 100%;
    }

    button.carousel-control-prev,
    button.carousel-control-next {
        display: none;
    }

    .banner-sm .slick-slide img {
        display: block;
        height: 250px;
        width: auto;
        min-width: 100%;
        object-fit: cover;
    }
    .banner-sm {
        height: 250px;
    }

    .banner-sm {
        height: auto;
    }
}

figure {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* figure:hover+span {
	bottom: -36px;
	opacity: 1;
} */



/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	width: 350px;
}

/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Zoom Out #2 */
.hover04 figure img {
	width: 400px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover04 figure:hover img {
	width: 300px;
}

/* Slide */
.hover05 figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover05 figure:hover img {
	margin-left: 0;
}

/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Blur */
.hover07 figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* Sepia */
.hover09 figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover09 figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/* Blur + Gray Scale */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}

/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}

/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.offer-bg{
  background-color: #F5F5F5;
}

    .offer-bg p {
        font-size: 18px;
    }

.terms-section p {
    font-size: 12px;
    line-height: 1.2rem;
}

@media only screen and (max-width:767px) { 

  .form-control.email {
    max-width: 80% !important;
    margin: auto;
  }
}


@media only screen and (max-width:576px) {

  


}

@media only screen and (max-width:480px) {
  .btn-custom{
    border-radius: 6px !important;
    margin-bottom: 8px;
  }

}


.search-label{
  position: absolute;
  left: 26px;
  color: var(--text-grey);
  top:5px
}

.search {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.search input {
    height: 60px;
    width: 100%;
    padding: 12px 12px 0 25px;
    background:var(--white);
    border: 1px solid var(--boder);
    border-radius: 14px;
}

.search input:focus {
    outline: none;
    border-color:var(--boder);
}

.search input:focus + .results { display: block }

.search .results {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
    box-shadow: var(--bs-box-shadow) !important;
    border: none;
}

.country-dropdown .search .results {
  max-height: 226px;
  overflow-y: auto;
}

.search .results li { display: block }

.search .results li:first-child { margin-top: -1px }

.search .results li:first-child:before, .search .results li:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}

.search .results li:first-child:hover:before, .search .results li:first-child:hover:after { display: none }

.search .results li:last-child { margin-bottom: -1px }

.search .results a {
    display: flex;
    position: relative;
    margin: 0 -1px;
    padding: 6px 40px 6px 10px;
    color: #808394;
    font-weight: 500;
    text-shadow: 0 1px #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    white-space: break-spaces;
}

.search .results a span { 
  font-weight: 200;
}


.search .results a:hover {
    text-decoration: none;
    background-color: var(--bg-grey) !important;
}

.btn-custom {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  transition: background-color .3s, color .3s;
}

.btn-custom.active{
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

/* .btn-custom:hover {
  background: #494949;
  color: var(--white);
  border: 1px solid #494949;
} */


.image-container {
  display: none;
}

.image-container.active {
  display: block;
}
.logo-hover{
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-hover.active,
.logo-hover:hover {
  transition: ease-in-out 1s;
  background-color: #ff9563;
  border-radius: 12px;
}

.validation-message{
	font-size: 13px;
	color: red;
}

.client-title{
  font-size: 18px;
  font-weight: bold;
}

.bg-color-grey{
  background-color: #EEEEEE;
}

.iti {
  width: 100% !important;
}

ol.breadcrumb {
  margin: 10px 0 !important;
}

.select2{
  width: 100% !important;
}

.select2-selection{
  border-radius: 6px;
  padding: 0.125rem 1rem;
  border: 1px solid var(--boder);
  color: #908383 !important;
  height: 48px !important;
  font-size: 0.875rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--boder) !important;
  border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: block;
        width: 100%;
        padding: .375rem 0rem .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        background-image: url("/images/drop.svg");
        background-repeat: no-repeat;
        background-size: 16px 12px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;        
        border-color: transparent !important;
        left: -12px !important;
        margin-left: unset !important;
    }

.gj-datepicker-md [role=right-icon] {
  position: absolute;
  right: 10px !important;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #908383 !important;
  line-height: 43px !important;
}

.select2-results__option {
  font-size: 14px !important;
  color: #908383 !important;
}

.select2-dropdown{
  border: 1px solid var(--boder) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary) !important;
  font-size: 14px !important;
  color: var(--white) !important;
}

.select2-results__option[aria-selected] {
  font-size: 14px !important;
  color: #908383 !important;
}

.control-label:after {
  content:"*";
  color:#ed5666;
}

label.required::after {
  content: "*";
  color: #ed5666;
}

.rate {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px
}

.justify-content-space-between{
  justify-content: space-between;
}

.form-control.textarea{
  height: unset !important;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
  display: none
}

.rating>label {
  position: relative;
  width: 1em;
  font-size: 24px !important;
  font-weight: 300;
  color: #666;
  cursor: pointer
}

.rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
  opacity: 1 !important
}

.rating>input:checked~label:before {
  opacity: 1
}

.rating:hover>input:checked~label:before {
  opacity: 0.4
}

.buttons {
  top: 36px;
  position: relative
}

.rating-submit {
  border-radius: 8px;
  color: #fff;
  height: auto
}

.rating-submit:hover {
  color: #fff
}

.fancybox__counter, .fancybox__button--thumbs{
  display: none !important;
}

.home-banner .card .btn{
  height: 60px;
}

/*.ongoing .custom-prev, .ongoing .custom-next, .ongoing .slick-dots {
  margin-left: 3rem;
}*/

.swal-text {
    text-align: center;
}


@media screen and (max-width:480px) {
  .btn-flex{
      display: flex;
      flex-direction: column;
  }
}


.content-card::-webkit-scrollbar {
  width: 6px;
}

.content-card::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 4px;
}

.content-card::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,0.3); 
}

.banner-slide-sm img, .banner-slide-sm .carousel-inner {
    height: 428px;
}

.banner-slide-sm .carousel-item-content {
    height: 100%;
}