
  #quizSection .quiz-header,.quizSection .quiz-header,
  #quizSection .quiz-footer {
    height: 100px;
  }
  #quizSection .quiz-body,
  #quizSection .quiz-footer {
    position: absolute;
    width: 100%;
  }
  #quizSection .quiz-body {
    bottom: 100px;
    top: 90px;
    overflow-y: auto;
    padding: 40px 17px 10px 10px;
  }
  #quizSection .progress-bar {
    background-color: #fba919 !important;
  }
  #quizSection .btnQuizReset{
    background: #fff;
    color: #000;
    border: 1px solid #000;
  }

  #quizSection .quiz-footer {
    bottom: 0;
    padding: 0 10px 0 10px;
  }
  #quizSection .form-check-label{
    cursor: pointer;
  }

  #quizSection .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.2s linear, right 0.2s ease-out;
    -moz-transition: opacity 0.2s linear, right 0.2s ease-out;
    -o-transition: opacity 0.2s linear, right 0.2s ease-out;
    transition: opacity 0.2s linear, right 0.2s ease-out;
  }

  #quizSection .modal{
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

  #quizSection .modal.right.fade.show .modal-dialog {
    right: 0;
    animation-name: bounce;
    animation-timing-function: ease;
  }

  @keyframes bounce {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-100px); }
    50%  { transform: translateY(0); }
    100% { transform: translateY(0); }
  }

  #quizSection .form-check {
    border: 1.5px solid #8895A7;
    padding: 7px;
    margin: 7px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
  }
  #quizSection .modal-header{
    border-bottom: none;
  }
  #quizSection .modal-body{
    padding-top: 0 !important;
  }

  #quizSection a.quiz-select-label,
  #quizSection a.quiz-select-label:hover,a.quiz-select-label:active,a.quiz-select-label:focus {
    text-decoration: none;
    color: #212934;
  }

  #quizSection .selected-box {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 3px solid #FBA919 !important;
    border-radius: 10px !important;
  }
  #quizSection .bigGroupSelect:focus,.bigGroupSelect:active,.bigGroupSelect:visited{
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 3px solid #FBA919 !important;
    border-radius: 10px !important;
  }

  #quizSection .quiz-button{
    padding: 5px;
    text-align: center;
    border-radius: 31px;
    border: 1px solid #8895A7;
    background: #fff;
    width: 100%;
  }

  .avail-button{
    text-align: center;
    border-radius: 31px;
    border: 1px solid #8895A7;
    background: #fff;
    padding: 7px 30px 7px 30px;
    background: #212934;
    color: #fff;
  }

  #quizSection .spentAmtParent .rupee-css{
    font-size: 25px;
  }
  #quizSection .spentAmtParent{
    padding: 15px 0 15px 0 !important;
  }

  #quizSection .locationSelection{margin:0 !important;}
  .quiz-select-daterange .quizci{padding:3px !important;border: 0.5px solid #8895A7 !important;border-right: none !important;}
  .quiz-select-daterange .quizco{padding:3px !important;border: 0.5px solid #8895A7 !important;border-left: none !important;}
  .quiz-select-daterange .t-seperator-quiz{margin-left: 45%;font-size: 30px;}
  .quiz-select-daterange .t-check-in .t-date-info-title, .quiz-select-daterange .t-check-out .t-date-info-title {
    top: 14px !important;
    left: 40px !important;
  }
  .quiz-select-daterange,.availability-box{
    position: fixed;
    background: #fff;
    width: 100%;
    border-top: 3px solid #fba919;
    z-index: 9999;
    left: 0;
    opacity: 1;
    transition: all .5s linear;
    bottom: -300px;
  }
  .quiz-select-daterange.show, .availability-box.show{
   bottom: 0;
 }
 .quiz-select-daterange .t-datepicker-day{
  top: -300px !important;
 }

 #quizSection .next-button{
  color: #fff;
  background: #212934 0% 0% no-repeat padding-box;
  opacity: 1;
  border: 1px solid #000;
}
#quizSection .subheading{
  font-weight: 600;
  color: #B8C4CE;
}

#quizSection .divider hr {
  margin-left:auto;
  margin-right:auto;
  width:40%;
  border: 1px solid #8895A7;
  background: #8895A7;
  font-weight: bold;
}
#quizSection .form-control{
  border: 1.5px solid #B8C4CE;
  border-radius: 21px;
}

#quizSection .location-autocomplete {
  position: static !important;
}

.quizSection .booking-img-first {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  cursor: pointer;
  display: block;
  height: 270px;
}

.quizSection .villa-overlay-name {
  position: absolute;
  bottom: 35px;
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  left: 30px;
  z-index: 9;
}

.quizSection .black-gradient {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top,black,transparent);
  width: 93%;
  height: 50%;
  opacity: 1;
  transition: all .5s;
  -webkit-transition: all .5s;
  border-radius: 6px;
}
.quizSection .pin-location2 {
  position: absolute;
  bottom: 0;
  left: 30px;
  font-weight: 400;
  color: #FFF;
  z-index: 9;
}
.quizSection .avail-check{
  position: absolute;
  top: 10px;
  background: #fff;
  z-index: 9;
  border-radius: 10px;
  padding: 3px 15px 3px 15px;
  right: 0;
  margin: 0 30px 18px 0;
  font-size: 13px;
}