body{
    font-family: 'Calibri', Tahoma, Geneva, Verdana, sans-serif;
    color:#606060;;
}
.container{
    max-width: 1600px !important;
    padding: 0 1.5vw !important;
}
p{
    margin-bottom: 0;
}
a{
    color: #606060;
    text-decoration: none;
}
a:hover{
    color: #606060;
    text-decoration: none;
}
a:active{
    color: #606060;
    text-decoration: none;
}

/* Banner and Navbar Secton */
.banner-section{
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url('../images/room_banner.png');
    background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat;
    padding: 0;
}

.banner-section.meals-banner{
    background-image: url('../images/premium-meals-banner.png') !important;
}
.banner-section.wellness-care-banner{
    background-image: url('../images/wellness-care-banner.png') !important;
}
#confirmation-banner{
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../images/Thankyou-Screen-Banner.png');
    background-size: cover;
    background-position: center!important;
    background-repeat: no-repeat;
    padding: 0;
    overflow: hidden;
}
#review-banner{
    position: relative;
    width: 100%;
    background-image: url('../images/review_screen_banner.png');
    background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat;
    padding: 0;
}
#payment-banner{
    position: relative;
    width: 100%;
    background-image: url('../images/payment_banner.png');
    background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat;
    padding: 0;
}
#eligible-banner{
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('../images/eligible-banner.jpg');
    background-size: cover;
    background-position: center!important;
    background-repeat: no-repeat;
    padding: 0;
    overflow: hidden;
}
#bundle-banner{
    position: relative;
    width: 100%;
    height: 40vh;
    background-image: url('../images/bundle_package_banner.png');
    background-size: cover;
    background-position: center!important;
    background-repeat: no-repeat;
    padding: 0;
    overflow: hidden;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Change the last value for the opacity of the overlay */
  }
  .banner-section h1 {
    color: #fff; /* Set the text color to ensure better contrast */
  }
.navbar{
    position: relative;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid rgb(214 214 214 / 30%);
}
.logo-container img{
    width: 7vw;
}
.right-container span{
    color: #fff;
    font-size: 1vw;
}
.banner-heading-container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner-heading-container h1{
    color: #fff;
    font-size: 60px;
    text-align: left;
    margin-bottom: 30px;
    z-index: 99;
}
.confirmation-heading-container{
    display: flex;
    justify-content: flex-end;
    margin-top: 0rem;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-100%);
    width: 100%;
}
.confirmation-heading-container h1{
    color: #fff;
    font-size: 60px;
    text-align: right;
    margin-bottom: 30px;
    z-index: 99;
}
#confirmation-banner h1{
    color: #fff;
}

.eligible-heading-container{
    display: flex;
    float: left;
    margin-top: 2rem;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.eligible-heading-container h1{
    color: #fff;
    font-size: 50px;
    text-align: left;
    margin-bottom: 30px;
    z-index: 99;
}
.eligible-heading-container h3{
    color: #fff;
    font-size: 30px;
    text-align: left;
    margin-bottom: 30px;
    z-index: 99;
}
.margin-text-box{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.eligible-input-box{
    width: 30%;
}
.eligible-input-box input{
    border-radius: 10px;
    position: relative;
    z-index: 999;
    font-size: 20px;
}
.eligible-button{
    position: relative;
    z-index: 999;
}


/* step count css */
.md-stepper-horizontal {
	/* display:table; */
    display: flex;
	width:100%;
	margin:1vh auto;
	box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);
    bottom: 0px;
    position: absolute;
}
.md-stepper-horizontal .md-step {
    width: 100%;
	display:table-cell;
	position:relative;
	padding:24px;
}

.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:50px;
	height:50px;
	margin:0 auto;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 34px;
	font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: #d19651;
}

.md-stepper-horizontal .md-step.active .md-step-circle span{
    color: #fff;
}

.md-stepper-horizontal .md-step .md-step-title {
	margin-top:10px;
	font-size:16px;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step .md-step-title {
	color:#fff;
    font-size: 26px;
}
.md-stepper-horizontal .md-step.active .md-step-title {
	color: #d19651;
    font-size: 28px;
}

.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top: 50px;
	height:1px;
	border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	width: 35%;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	width: 36%;
}
.md-step-circle span{
    color: #d19651;
}

/* Menu button Container */
.menu-main-container{
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0.5vw 0;
}
.menu-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.menu-images{
    width: 2vw;
    height: auto;
}
.menu-item{
    cursor: pointer;
}
.menu-active img{
    width: 2.2vw;
}
.menu-active{
    border-bottom: 2px solid rgb(209 150 81 / 70%)
}
.menu-active p{
    font-size: 1.1vw;
    font-weight: 600;
}
.menu-item p{
    position: relative;
    font-size: 1vw;
}
.fa-circle-arrow-right{
    color:#d19651;
    font-size: 0.85vw;
}

.menu-item p:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #d19651;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.menu-item:hover.menu-item p:after {
	width: 100%;
	left: 0;
}

/* Main Content Container */
.main-content-container{
    background-color: #f2f3fa;
    padding: 2vw 0;
}
.content-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.room-content-container{
    display: flex;
    margin: 15px 0;
}
.slider-container{
    width: 35%;
}
.detail-container{
    width: 60%;
}
.room-container,.cart-container{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(117, 115, 115, 0.3);
}
.room-container{
    width: 75%;
    margin-right: 1vw;
    padding: 20px 30px;
}
.cart-container{
    width: 25%;
    padding: 15px 20px;
}
.room-header-info{
    display: inline-block;
    border-bottom: 2px solid rgb(209 150 81 / 70%);
}
.room-header-info > h2{
    font-size: 21px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.room-header-info h2 span{
    color: #d19651;
    font-size: 1.2vw;
}
.slider-container{
    padding: 15px 30px;
}
input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    font: inherit;
    position: relative;
    top: 0.25rem;
    color: #d19651;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid currentColor;
    transition: 0.4s ease;
    cursor: pointer;
    padding: 0;
}
input[type="checkbox"]:checked::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    left: 2px;
    top: -1px;
    font-size: 12px;
    position: absolute;
    font-weight: 600;
    color: #fff;
}
input[type="checkbox"]:checked {
    background-color: #d19651;
    border-color: #d19651;
}
.room-name{
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
}
.dropdown-container{
    display: flex;
    align-items: center;
}
.dropdown-container span{
    font-weight: 600;
    font-size: 16px;
}
.dropdown-container select{
    width: 50%;
    margin-left: 10px;
    border: 1px solid #d19651;
    padding: 3px 5px;
    font-size: 14px;
}
.carousel-inner{
    width: 100%;
    height: auto;
}
.slider-images{
    border-radius: 10px;
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.accordion-body span{
    float: right;
}
.accordion-button:focus{
    border: none;
    box-shadow: none;
}
.premium-room-cart{
    color: #d19651;
    font-size:20px;
    margin-top: 0px;
}
.selected-service{
    font-size: 23px;
    margin-bottom: 5px;
}
.hotel-name{
    text-wrap:nowrap;
    font-size: 15px;
    padding: 0 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.hotel-price{
    text-wrap:nowrap;
}
.room-upgrade{
    font-size: 16px;
}
.room-upgrade strong{
    font-size: 18px;
}
.room-details-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75vw 0;
    border-bottom: 1px solid #f5d7b3;
    margin-left: 15px;
}
#bundle-selection-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#bundle-selection-container .room-details-left{
    width: 100%;
    padding: 0 20px;
}
#bundle-selection-container .room-details-left:last-child{
    border: none;
}
.room-details-left{
    width: 60%;
    border-right: 1px solid #f5d7b3;
}
.room-details-right{
    width: 40%;
    padding-left: 25px;
}
.room-details-left > h3{
    color: #d19651;
    font-size: 24px;
}
.room-details-right > h3{
    font-size: 24px;
}
ul{
    padding-left: 0;
    font-size: 14px;
}

.accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    font-family: "FontAwesome";
    content: "\f107";
    background-image: var(--bs--btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    color: #fff;
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordigdgdon-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

/* ------------SVG Gauge meter------------------ */
.wrapper {
    position: relative;
    width: 100%;
    height: 76px;
    margin-top: -1.5rem;
    margin-bottom: 5px;
  }
  
  .meter {
    width: 100%;
    height: auto;
    transform: rotateX(180deg);
    z-index: 10;
  }
  
  .circle {
    fill: none;
  }
  
  .outline,
  .mask {
    stroke: #f1f1f1;
    stroke-width: 0;
  }
  
  .range {
    stroke-width: 30;
  }
  
  .meter_needle1,
  #meter_needle2,
  #meter_needle3,
  #meter_needle4,
  #meter_needle5,
  #meter_needle6,
  #meter_needle7,
  #meter_needle8,
  #meter_needle11,
  #meter_needle12 {
    height: 50%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 46%;
    transform-origin: bottom center;
    transform: rotate(270deg);
  }
  
  @media only screen and (min-width: 280px) and (max-width: 900px) {
    .meter_needle1 {
      height: 50%;
      top: 46%;
    }
  
    .wrapper {
      height: 76px;
      width: 100px;
    }
  }
  
  .meter-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .upgrade-select label {
    font-size: 13px;
  }
  
  .upgrade-select select {
    font-size: 13px;
  }
  
  .view-cabin p {
    font-size: 14px;
  }
  .view-cabin .modal-content {
    background-color: var(--blue);
  }
  .view-cabin .main-img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
  }
  
  .view-cabin .thumbnail {
    border: 1px solid var(--white);
    cursor: pointer;
    width: 100%;
  }
  .view-cabin .thumbnail img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  
  .toolTipContainer {
    color: #757981;
    font-size: 13px;
    position: relative;
    text-align: center;
  }
  
  .tooltipText {
    background-color: black;
    font-size: 10px;
    color: #fff;
    border-radius: 5px;
    padding: 0.2rem;
    position: absolute;
    top: -30px;
    left: -140px;
    width: 150px;
    display: none;
    z-index: 9;
  }
  
  .toolTipContainer:hover .tooltipText {
    display: block;
  }
  
  .check-bid {
    width: 100%;
    font-size: 12px;
  }
  
  .check-bid p {
    margin-bottom: 0;
    font-size: 10px;
  }
  
  /*-------------SVG Gauge meter ------------------ */

  .sliderRangeContainer {
    position: relative;
    z-index: 10;
  }
  
  input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none; 
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    /*  slider progress trick  */
    overflow: hidden;
    border-radius: 16px;
    padding: 0;
  }
  
  /* Track: webkit browsers */
  input[type="range"]::-webkit-slider-runnable-track {
    height: 15px;
    background: #ccc;
    border-radius: 16px;
  }
  
  /* Track: Mozilla Firefox */
  input[type="range"]::-moz-range-track {
    height: 15px;
    background: #ccc;
    border-radius: 16px;
  }
  
  /* Thumb: webkit */
  input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none; 
    /* creating a custom design */
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #ad8b3a;
    /*  slider progress trick  */
    box-shadow: -407px 0 0 400px #ad8b3a;
  }

  .bidding-main-container{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .bidding-section {
    position: relative;
    width: 75%;
    padding-right: 25px;
  }
  
  .bidding-section::before {
    content: "OR";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    background-color: #ad8b3a;
    padding: 5px 7px;
    border-radius: 50%;
    text-wrap:nowrap;
    color: #fff;
    font-size: 12px;
    z-index: 9;
  }
  
  .bidding-section::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
    width: 1px;
    height: 75%;
    background-color: #f5d7b3;
    z-index: 2;
  }
  .bid-now-section{
      width: 25%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-left: 15px;
  }
  .bid-strength{
      font-size: 12px;
      color: orange;
      font-weight: 600;
  }
  .bid-value{
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      color: #ad8b3a;
  }
  .bid-value span{
      font-size: 12px;
  }
  .sliderTootipContainer{
      display: flex;
      align-items:center ;
  }
  .minmax-price{
      font-size: 14px;
      font-weight: 600;
      color: #000;
      line-height: 15px;
  }
  .bid-max-amount{
      font-size: 20px;
      font-weight: 600;
      color:#ad8b3a;
      margin-bottom: 10px;
  }
  .bid-max-amount span{
      font-size: 16px;
  }
  .buy-now-btn{
      font-size: 12px;
      padding: 3px 30px !important;
  }
  .check-max-bid{
      font-size: 12px;
      padding: 5px 25px;
      margin-top: 10px;
  }

  
/* Double border */
.double-border-block{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.btn-double-border-right {
    background: #000;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    padding: 25px 40px;
    text-decoration: none;
    margin-bottom: 3rem;
    margin-left: 1vw;
}
.btn-double-border-right::before {
    border: 1px solid #fff;
    content: "";
    display: block;
    height: 94%;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 106%;
}
.btn-double-border-right::before{
  right: -3%;
   top: 3%;
}
.btn-double-border-right h1{
    font-size: 36px;
    margin-bottom: 2rem;
}
.btn-double-border-right p{
    font-size: 24px;
}
.first-para p{
    margin-bottom: 1rem;
}
.regards{
    margin-top: 2rem;
}
.regards p{
    font-size: 32px;
}
/* payment page */

.checkBoxContainer{
    margin-top: 10px;
}
.checkBoxContainer input{
    width: auto;
}
.payment-form input{
    width: 100%;
}
.card-text{
    font-size: 20px;
}
.card-number-text{
    font-size: 22px;
}
input[type="radio"] {
    accent-color: #ad8b3a;
    height: 0.65vw;
    width: 0.65vw;
    border: 1px solid #fff;
  }
.bundle-name{
    color: #d19651;
    font-size: 24px
}
  
@media only screen and (min-width: 1024px) and (max-width: 1120px) {
    .premium-room-cart{
        font-size:17px;
    }
    .selected-service{
        font-size: 18px;
       
    }
    .hotel-name{
        font-size: 14px;
    }
    .hotel-price{
        margin-left:10px;
    }
    .room-upgrade{
        font-size: 15px;
    }
    .confirmation-heading-container h1{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .btn-double-border-right h1{
        font-size: 26px;
        margin-bottom: 1rem;
    }
    .btn-double-border-right p{
        font-size: 16px;
    }
    .first-para p{
        margin-bottom: 0.5rem;
    }
}
@media only screen and (min-width: 1121px) and (max-width: 1299px) {
    .premium-room-cart{
        font-size:18px;
    }
    .selected-service{
        font-size: 19px;
       
    }
    .hotel-name{
        font-size: 15px;
    }
    .hotel-price{
        margin-left:30px;
    }
    .room-upgrade{
        font-size: 15px;
    }
    .confirmation-heading-container h1{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .btn-double-border-right h1{
        font-size: 26px;
        margin-bottom: 1rem;
    }
    .btn-double-border-right p{
        font-size: 16px;
    }
    .first-para p{
        margin-bottom: 0.5rem;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
    .hotel-price{
        margin-left:0px;
    }
    .hotel-name{
        font-size: 15px;
    }
    
}
.review-information {
    border-right: 1px solid #d89454;
    margin:0
}
.review-information div {
    text-align: left; 
}

.review-content{
    display: flex;
    align-items: center; 
}
.review-image img{
    height: 130px;
    width: 230px;
    object-fit: cover;
}
.review-hotel-name{
    color: #d89454;
    font-size: 20px;
}
.hotel-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.review-bid-information{
    border-left: 1px solid #d89454;
}
.review-bid-information div{
    margin-left: 25px;
}
.modifybid-button{
    border: 1px solid #d89454;
    text-wrap:nowrap
}
.review-price{
    text-wrap:nowrap;
}
.modify-bid-buton{
    border-radius: 10px;
    border: 1px solid #d89454;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}
.btn-transparent-dark-gray{
    font-size: 12px;
}
.btn.btn-transparent-dark-gray{
    background-color: transparent;
    border-color: #d89454;
    color: #d89454;
}
.btn.btn-transparent-dark-gray:hover, .btn.btn-transparent-dark-gray:active {
    background-color: #d89454;
    border-color: #d89454;
    color: white;
}

.bundling-selection{
    display: flex;
    align-items: center;
}
.bundling-selection input[type="radio"] {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}
@media only screen and (min-width: 1000px) and (max-width: 1329px) {
    .review-price{
        font-size: 10px;
    }
    .review-hotel-name{
        font-size: 15px;
    }
    .hotel-details{
        font-size: 10px;
    }
    .review-information{
        font-size: 10px;
    }
    .btn-transparent-dark-gray{
        font-size: 8px;
    }
}

