@charset "utf-8";
/* CSS Document */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main_container {
  width: 1078px;
  height: 1918px;
  background-image: url("../images/home_bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  border: 1px solid #f8171b;
  margin: auto;
}
.logo {
  width: 360px;
  margin: 80px auto;
}
.main_heading {
  width: 90%;
  margin: 180px auto 110px auto;
  text-align: center;
  position:relative;
}
.welcome_txt_black {
  font-size: 28px;
  color: #464646;
}
.welcome_txt_orange {
  font-size: 55px;
  color: #ea8063;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 56px;
}
.middle_container {
  width: 90%;
  margin: 200px auto 200px auto;
}
.language_btn {
  width: 70%;
  background-color: #ea8063;
  color: white;
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  display: block;
  border-radius: 15px;
  line-height: 205px;
  margin: 20px auto 90px auto;
  text-decoration: none;
  text-transform: uppercase;
}


.pay_btn_option {
  width: 90%;
  position:relative;
  background-color: #ea8063;
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  display: block;
  border-radius: 15px;
  line-height: 205px;
  margin: 20px auto 90px auto;
  text-decoration: none;
  text-transform: uppercase;
}
.displayhoursbox {
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 20px;
    line-height: 22px;
}

.inner_top_cont {
  width: 100%;
  float: left;
  margin-bottom: 70px;
}

.logo-inner {
  width: 250px;
  margin: 30px;
  display: block;
  float: left;
}
.quickbtn {
    position: relative;
    width: 300px;
    float: right;
    margin: 30px 10px;
    background: #5b5b5b;
    color: white;
    text-decoration: none;
    text-align: center;
    height: 85px;
    border-radius: 40px;
    align-content: center;
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.quickbtn::before {
    content: '';
    background: url(../images/quick-book.png);
    background-size: contain;
    height: 65px;
    width: 65px;
    position: absolute;
    left: 18px;
    place-self: center;
}
.quickbtn span {
    margin-left: 98px;
}
.AvaliableBtnSeleted {
    padding: 15px;
    border: 1px solid #ea8063;
    border-radius: 20px;
}
.float-left{float: left;}
.float-right{float: right;}
.selectyourrooom {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #ea8063;
    color: white;
    border-radius: 10px;
}
.Overflowscroll{
  height: 800px;
  overflow: auto;
  /* padding: 13px; */
}
.quickbookavailability{height: 390px !important;}
.quickinneravailability{margin: 35px auto 35px auto !important;}
.meeting_availability{}

.AvaliableBtnSeleted .forms_container{
  margin-top: 0;
  padding: 10px;
  width: auto;
}
.AvaliableBtnSeleted .form_text{
  margin-top: 0;
  font-size: 18px;
  color: black;
  line-height: 40px;
}
.AvaliableBtnSeleted .sliver_text{
  color: #8b8b8b;
  font-size: 14px;
}
.FullSlotActive{
  padding: 15px;
  border: 1px solid #ea8063;
  border-radius: 20px;
  margin-bottom: 15px;
}
.room-active {
    background-color: #7d7d7d;
    transition: 0.3s ease;
    color: white;
}
.newslot_btn {
  height: 370px;
  width: 127px;
  border-radius: 20px;
  border: 0px;
  margin: 2px;
  cursor: pointer;
  position: relative;
}
.newslot_btn.selected {
  background: #ea8063;
  color: white;
  border-color: #ea8063;
}

.newslot_btn.disabled {
  background: #adadad;
  color: white;
  border-color: #adadad;
}

/* .newslot_btn:hover {
  height: 370px;
  width: 127px;
  border-radius: 20px;
  border: 0px;
  margin: 2px;
  background-color: #ea8063;
  color: white;
} */
.room-active .form_text{color: white;}
.room-active .sliver_text{color: white;}
.meeting_container {
  border-radius: 50px;
  width: 940px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  justify-items: center;
}

.meeting_container img {
  border-radius: 50px;
}

.imagebgcolor {
  background: #d87052ba;
  width: 940px;
  height: 150px;
  position: absolute;
  bottom: 7px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.boxlink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.meeting-heading {
  float: left;
  margin-top: -130px;
  z-index: 1;
  display: block;
  position: absolute;
  font-size: 37px;
  color: white;
  font-weight: 500;
  margin-left: 52px;
}
.meeting-text {
  float: left;
  margin-top: -79px;
  z-index: 1;
  display: block;
  position: absolute;
  font-size: 17px;
  color: white;
  font-weight: 500;
  margin-left: 52px;
}
.middle_container_inner {
  width: 90%;
  margin: 100px auto 100px auto;
}
.meeting_orange_box {
  background-color: #eb735e;
  width: 20%;
  float: right;
  position: relative;
  top: -58px;
  right: 28px;
  padding: 56px 20px 20px 20px;
  height: 24px;
  border-radius: 20px;
  color: white;
}

.meeting_container_limg {
  border-radius: 50px;
  width: 940px;
  margin: 0 auto;
  z-index: 9;
  position: relative;
}
.icons_container {
  width: 100%;
  margin-top: 100px;
}
.icons_container p {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 35px;
  color: #ea8063;
}
.icons_cont {
  width: 154px;
  margin: 10px;
  padding: 10px;
  float: left;
  text-align: center;
}
.margin-top {
  padding-top: 130px;
  position: relative;
}
.bottom_btn {
  background-color: #464646;
  color: white;
  font-size: 38px;
  width: 100%;
  border-radius: 60px;
  line-height: 83px;
  position: relative;
  bottom: -82px;
  font-family: "Poppins", sans-serif;
  border: 0px;
  cursor: pointer;
}
.backbtn {
  width: 145px;
  float: right;
  margin: 30px;
}

.form_style {
  background: #ededed;
  border: 1px solid #d1d1d1;
  width: 90%;
  height: 100px;
  border-radius: 21px;
  font-size: 34px;
  padding: 0 40px;
  color: #6f6f6f !important;
}
.form_text {
  font-size: 30px;
  color: #8b8b8b;
  line-height: 63px;
}
.forms_container {
  width: 100%;
  margin-top: 35px;
}

.change_room {
  background-color: #ea8063;
  border-radius: 59px;
  color: white;
  width: 290px;
  line-height: 0px;
  padding: 50px;
  display: block;
  margin: 23px auto;
  font-size: 27px;
  text-decoration: none;
}

.form_style_date {
  background: #ededed;
  border: 1px solid #d1d1d1;
  width: 75%;
  height: 100px;
  border-radius: 21px;
  font-size: 34px;
  padding: 0 120px;
  color: #6f6f6f;
}
.date_icon {
  display: block;
  position: absolute;
  padding: 21px;
}
.select_icon {
  display: block;
  position: absolute;
  padding: 21px;
}
.form_style_room {
  background: #ededed;
  border: 1px solid #d1d1d1;
  width: 58%;
  height: 100px;
  border-radius: 21px;
  font-size: 34px;
  padding: 0 120px;
  color: #6f6f6f;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/dropdownarrow.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 12px;
}

.view_setting {
  background-color: #ea8063;
  border-radius: 59px;
  color: white;
  width: 190px;
  line-height: 0px;
  padding: 50px 100px;
  display: block;
  font-size: 27px;
  text-decoration: none;
  position: relative;
  bottom: 101px;
  margin-left: auto;
}
.orange_text {
  color: #ea8063;
}
.showError {
    color: #ea8063;
}
.validation{color: #ea8063;padding:0 5px;font-size: 1rem;}
.table-responsive {
  width: 100%;
  overflow-x: auto;
}
.slot_container {
}
.slot_btn {
  height: 370px;
  width: 127px;
  border-radius: 20px;
  border: 0px;
  margin: 2px;
  cursor: pointer;
  position: relative;
}
.slot_container td {
  background: unset;
}
.slot_btn.selected {
  background: #ea8063;
  color: white;
  border-color: #ea8063;
}

.slot_btn.disabled {
  background: #adadad;
  color: white;
  border-color: #adadad;
}

.slot_text_top {
  font-size: 20px;
  position: absolute;
  display: block;
  margin: -150px 0px;
  width: 120px;
  float: left;
}
.slot_text_bottom {
  font-size: 20px;
  position: absolute;
  display: block;
  margin: 130px 0px;
  width: 120px;
  float: left;
}
/* .slot_btn:hover {
  height: 370px;
  width: 127px;
  border-radius: 20px;
  border: 0px;
  margin: 2px;
  background-color: #ea8063;
  color: white;
} */

.white_box {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 56px;
  padding: 20px;
  text-align: left;
  height: 920px;
}
.img_size {
  width: 832px;
}
.text1 {
  color: #5b5b5b;
  font-size: 16px;
  margin-top: 30px;
}
.text2 {
  color: #ea8063;
  font-size: 45px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}
.date_time_cont {
  margin-top: 50px;
  color: #5b5b5b;
}
.d_class {
  padding-right: 10px;
}
.ornage_line {
  width: 100%;
  height: 2px;
  background-color: #ea8063;
  margin: 40px 0px;
}
.cont1 {
  width: 43%;
  display: block;
  float: left;
  padding: 20px;
}
.omr {
  font-size: 41px;
  color: #464646;
}
.omr1 {
  font-size: 14px;
  color: #464646;
}
.omr3 {
  font-size: 20px;
  color: #464646;
  padding-left: 57px;
}
.omr4 {
  font-size: 50px;
  color: #ea8063;
  padding-left: 50px;
}

.spacing-bottom {
  margin-top: 25px;
}

.welcome_txt_sliver {
  font-size: 20px;
  color: #5b5b5b;
  font-weight: 600;
  line-height: 30px;
  margin: 30px 0;
  text-transform: capitalize;
}

.thank-logo-inner {
  width: 250px;
  margin: 30px;
  display: block;
  margin: auto;
}

.ThanksTop {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.ThanksTopTwo {
  position: absolute;
  left: 0;
  right: 0;
  top: 33%;
}
.ThanksBottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  margin: 0;
  width: 100%;
}
.Height100percent {
  height: 90%;
  position: relative;
}
.slot_container::-webkit-scrollbar {
  height: 10px;
}

.slot_container::-webkit-scrollbar-track {
  background: #d9d5d5;
  border-radius: 10px;
}

.slot_container::-webkit-scrollbar-thumb {
  background: linear-gradient(246deg, #f7a892 0%, #ea8063 100%);
  border-radius: 10px;
}

.quickbookpage {
  display: flex;
  overflow-x: auto;
  margin: auto;
  height: 500px;
}
.quickbookpage .meeting_container {
  width: 400px;
  margin: auto;
  overflow: clip;
  padding: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.quickbookpage .imagebgcolor {
  width: 400px;
  bottom: 32px;
}
.quickbookroomselect .form_style_room {
  width: 100%;
}
.quickbookpage .active .imagebgcolor {
  bottom: 7px;
}
.RoomSelection.active {
  border: 3px solid #ea8063;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
  width: 100%;
  padding: 5px 5px 0 5px;
  height: auto;
  border-radius: 20px;
  display: block;
}
/* Calendar */
#ui-datepicker-div {
  top: 800px !important;
  padding: 25px;
  border-radius: 20px;
  background: #eb735e;
  display: none;
}
#ui-datepicker-div .ui-state-disabled {
  color: #a7a7a7;
}
.ui-corner-all {
  color: white;
  font-size: 30px;
}
.ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker-calendar .ui-state-disabled {
  background: #7d7d7d;
  color: #a7a7a7;
}
.ui-datepicker-calendar .ui-state-disabled span {
  background: #7d7d7d;
  color: #a7a7a7;
}
.ui-datepicker-calendar th,
td {
  width: 128px;
  height: 128px;
  text-align: center;
  background: #e9e9e9;
  color: #eb735e;
  font-size: 40px;
}
.ui-datepicker-title {
  color: white;
  font-size: 35px;
}
.ui-state-default {
  color: black;
  text-decoration: none;
  font-size: 50px;
  display: block;
  height: 100%;
  width: 100%;
  align-content: center;
}
.ui-state-active {
  color: #eb735e;
}
.ui-datepicker-next.ui-corner-all {
  float: right;
}

/* Slider */
#frame {
  margin: 0 auto;
  width: 940px;
  max-width: 100%;
  text-align: center;
}
#frame img {
  pointer-events: none;
  user-select: none;
}
#frame input[type="radio"] {
  display: none;
}
#frame label {
  cursor: pointer;
  text-decoration: none;
  border: 3px solid white;
}
#slides {
  padding: 10px;
  position: relative;
  z-index: 1;
}
#overflow {
  width: 100%;
  overflow: hidden;
}
#frame1:checked ~ #slides .inner {
  margin-left: 0;
}
#frame2:checked ~ #slides .inner {
  margin-left: -100%;
}
#frame3:checked ~ #slides .inner {
  margin-left: -200%;
}

#frame4:checked ~ #slides .inner {
  margin-left: -300%;
}

#slides .inner {
  transition: margin-left 800ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 400%;
  line-height: 0;
}

#slides .frame {
  width: 25%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.frame-content img {
  border-radius: 30px;
  width: 916px;
  height: 592px;
}
#controls {
  margin: -180px 0 0 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  position: relative;
}

#controls label {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 50px;
  height: 50px;
  opacity: 0.4;
}

/* #controls label:hover {
  opacity: 1;
} */

#bullets {
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 1;
  background: #eb735e;
  width: fit-content;
  border-radius: 20px;
  padding: 4px 10px;
  line-height: 0;
  border: 1px solid #eb735e;
}

#bullets label {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: white;
  margin: 0 4px;
}

#frame1:checked ~ #bullets label:nth-child(1),
#frame2:checked ~ #bullets label:nth-child(2),
#frame3:checked ~ #bullets label:nth-child(3),
#frame4:checked ~ #bullets label:nth-child(4) {
  background: #ffffff00;
}

@media screen and (max-width: 900px) {
  #frame1:checked ~ #controls label:nth-child(2),
  #frame2:checked ~ #controls label:nth-child(3),
  #frame3:checked ~ #controls label:nth-child(4),
  #frame4:checked ~ #controls label:nth-child(1),
  #frame1:checked ~ #controls label:nth-last-child(2),
  #frame2:checked ~ #controls label:nth-last-child(3),
  #frame3:checked ~ #controls label:nth-last-child(4),
  #frame4:checked ~ #controls label:nth-last-child(1) {
    margin: 0;
  }

  #slides {
    max-width: calc(100% - 140px);
    margin: 0 auto;
  }
}


/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

/* Popup */
.popup {
    background: #fff;
    width: 360px;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.otp-input {
    width: 45px;
    height: 45px;
    margin: 5px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
	color:#000;
	text-align:center !important;
}

.btnotpstyle {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    background: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

/* .btnotpstyle:hover {
    background: #0056b3;
} */

.resend {
    background: #28a745;
    margin-left: 10px;
}

.resend:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.timer {
    margin-top: 10px;
    color: red;
    font-weight: bold;
}