.offer-arrow-button {
  cursor: pointer;
  text-align: center;
}
.offer-arrow-button .down-arrow {
  display: inline-block;
  border-bottom: 2px solid #d97720;
  border-right: 2px solid #d97720;
  bottom: 10px;
  height: 10px;
  -moz-transform: rotate(45deg) translateX(-50%);
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  width: 10px;
  z-index: 2;
  cursor: pointer;
  transition: all 1s ease;
}
.offer-arrow-button .down-arrow.active {
  moz-transform: rotate(224deg);
  -webkit-transform: rotate(224deg);
  -ms-transform: rotate(224deg);
  -o-transform: rotate(224deg);
  transform: rotate(224deg);
}
.grey-box-main-wrap {
  margin-bottom: 30px;
}
.grey-box-with-dropdown-with-slide-down {
  font-family: "Verdana", sans-serif;
  font-size: 0.938em;
  /*margin-bottom: 0px;*/
  margin-bottom: 10px;
}
.grey-box-main-wrap .grey-box-with-dropdown-with-slide-down{
  font-size: inherit;
}
.grey-box-with-dropdown-with-slide-down .grey-box-heading {
  line-height: 100%;
  padding: 10px 15px;
  background: #ebebeb;
}
.grey-box-with-dropdown-with-slide-down .grey-box-heading span {
  font-weight: 300;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls {
  position: relative;
  padding-top: 20px;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls.offer-dtlsbox {
  max-height: 250px;
  overflow: hidden;
  -moz-transition: max-height 1s ease-out;
  -webkit-transition: max-height 1s ease-out;
  -o-transition: max-height 1s ease-out;
  transition: max-height 1s ease-out;
  padding-top: 0;
  position: relative;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls.offer-dtlsbox:after{
    content: "";
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    height: 75px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
    display: block!important;
}


.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls.offer-dtlsbox.removeShadow:after{
  display: none!important;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls.offer-dtlsbox.active:after{
  display: none!important;
}
.exp-details-wrap .grey-box-with-dropdown-with-slide-down {
  margin-bottom: 0px;
}
.exp-details-wrap
  .grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls.offer-dtlsbox {
  /* max-height: 100%; */
  padding: 20px 15px;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls.offer-dtlsbox.active {
  max-height: 900px;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls.offer-detail-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls .info-box-heading {
  padding: 6px 0px 0px 15px;
  font-family: "Verdana", sans-serif;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .info-box-heading
  select {
  font-size: 14px;
  font-weight: 300;
  border: none;
  padding: 5px 40px 5px 10px;
  color: #606161;
  font-weight: 300;
  font-family: "Verdana", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/images/oberoihotels/contact-us-form/select-arrow.png) right
    10px center no-repeat #fff;
  width: auto;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .info-box-heading
  select.noClick {
  pointer-events: none;
  background-image: none;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .info-box-heading
  span {
  padding: 0px 30px 0px 15px;
  position: relative;
  cursor: pointer;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .info-box-heading
  span:after {
  content: " ";
  border-bottom: 2px solid #737373;
  border-right: 2px solid #737373;
  top: 50%;
  margin-top: -6px;
  height: 7px;
  right: 0px;
  position: absolute;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  z-index: 2;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .info-box-heading.active
  span:after {
  -moz-transform: rotate(224deg);
  -webkit-transform: rotate(224deg);
  -ms-transform: rotate(224deg);
  -o-transform: rotate(224deg);
  transform: rotate(224deg);
  margin-top: -2px;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .grey-box-content-dtls {
  max-height: 200px;
  overflow: hidden;
  width: 100%;
  float: left;
  -moz-transition: max-height 1s ease-out;
  -webkit-transition: max-height 1s ease-out;
  -o-transition: max-height 1s ease-out;
  transition: max-height 1s ease-out;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .grey-box-content-dtls.noArrow {
  max-height: none;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .grey-box-content-dtls.active {
  max-height: 800px;
  -moz-transition: max-height 1s ease-in;
  -webkit-transition: max-height 1s ease-in;
  -o-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls .down-arrow-btn {
  content: " ";
  border-bottom: 2px solid #d97720;
  border-right: 2px solid #d97720;
  bottom: 10px;
  height: 10px;
  left: 50%;
  position: absolute;
  -moz-transform: rotate(45deg) translateX(-50%);
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  width: 10px;
  z-index: 2;
  cursor: pointer;
  transition: all 1s ease;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .down-arrow-btn.active {
  -moz-transform: rotate(224deg);
  -webkit-transform: rotate(224deg);
  -ms-transform: rotate(224deg);
  -o-transform: rotate(224deg);
  transform: rotate(224deg);
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls ul {
  padding-left: 30px;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls ul li {
  font-size: 1.188em!important;
  font-family: "verdanaN";
  margin-top: 8px;
  font-weight: 300;
  line-height: 120%;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls .grey-box-col-wrap {
  margin: 10px 0px;
  width: 100%;
  float: left;
  padding-left: 15px;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .grey-box-col-wrap
  .box {
  display: none;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .grey-box-col-wrap
  .box.offer-1 {
  display: block;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .grey-box-col-wrap
  .grey-box-col-heading {
  font-size: 15px;
  font-family: "Verdana", sans-serif;
  width: 100%;
  float: left;
  font-weight: 600;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .grey-box-col-wrap
  .grey-box-col-sec {
  width: 100%;
  float: left;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .grey-box-col-wrap
  .grey-box-col-sec
  .grey-box-col {
  font-family: "Verdana", sans-serif;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 300;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .grey-box-col-wrap
  .grey-box-col-sec
  .grey-box-col
  span {
  display: block;
  font-weight: 300;
  font-size: 12px;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .grey-box-col-wrap
  .grey-box-col-sec
  .grey-box-col.col-big {
  float: left;
  width: 50%;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .grey-box-col-wrap
  .grey-box-col-sec
  .grey-box-col.col-small {
  float: right;
  width: 25%;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls table {
  width: 100%;
  margin-top: 22px;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls table tr th,
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls table tr td {
  text-align: left;
  padding: 10px 15px;
  font-size: 1.188em;
  vertical-align: top;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls table tr th {
  font-weight: 500;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls table tr th span {
  font-weight: 300;
  font-size: 80%;
}
.grey-box-with-dropdown-with-slide-down .grey-box-info-dtls .tnc-txt {
  margin: 15px 0px 5px 0px;
  text-align: right;
  font-size: 11px;
  font-weight: 300;
  font-family: "Verdana", sans-serif;
  float: left;
  width: 100%;
  position: absolute;
  bottom: 5px;
  right: 0px;
}
.box-col1 {
  float: left;
  margin-right: 4%;
  width: 57%;
}
.box-col2 {
  float: left;
  width: 39%;
}
.box-col2 .boxColumn {
  float: none;
}
.booking-engine img {
  max-width: 100%;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls.offer-detail-box
  .grey-box-col-wrap
  .grey-box-col-sec
  .grey-box-col
  span {
  display: inline-block;
}
.grey-box-with-dropdown-with-slide-down
  .grey-box-info-dtls
  .grey-box-col-wrap
  .grey-box-col-sec
  .grey-box-col {
  padding: 6px 2px;
}
.grey-box-with-dropdown-with-slide-down.offr-inclusn {
  margin-top: 15px;
}
.grey-box-with-dropdown-with-slide-down.offr-inclusn p {
  margin-bottom: 0px !important;
}
.grey-box-info-dtls a {
  color: #d8741b !important;
}
.travel-info-box .grey-box-info-dtls a {
  text-decoration: none;
}

.exprience-details-main-wrap .image-and-description-with-legend-attributes-option-3 .description-col.div-down-arrow{
      padding-left: 0px;
      padding-top: 0px;
}

.paticipating-htls .grey-box-with-dropdown-with-slide-down{
      margin-bottom: 30px;
}
.paticipating-htls .image-block a, .paticipating-htls .three-image-gallery .text-block a{
  color: #606161!important;
}
.paticipating-htls .three-image-gallery.paticipating-htls-slider .slick-arrow{
      top: 24% !important;
}


.exprience-details-main-wrap .image-and-description-with-legend-attributes-option-3 .ani-list li{
    margin-bottom: 11px;
        font-size: 1.188em !important;
}
@media screen and (max-width: 1599px){
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls ul li{
             font-size: 0.937em !important;
  }
}

@media screen and (max-width: 1366px){
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls .info-box-heading{
        font-size: 0.937em !important;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls .grey-box-col-wrap .grey-box-col-sec .grey-box-col.col-big{
    font-size: 0.937em !important;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls .grey-box-col-wrap .grey-box-col-sec .grey-box-col.col-small{
    font-size: 0.937em !important;
  }
  .image-and-description-with-legend-attributes-option-3 .description-col.OfferRighttext ul li{
    font-size: 0.937em !important;
  }
  .exprience-details-main-wrap .image-and-description-with-legend-attributes-option-3 .ani-list li{
    font-size: 0.937em !important;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls table tr th, .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls table tr td{
        font-size: 0.937em
  }
}

@media only screen and (max-width: 1199px) {
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls.offer-detail-box {
    padding-bottom: 40px;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls .tnc-txt {
    bottom: 10px;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls .down-arrow-btn {
    bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .box-col2 {
    display: none;
  }
  .box-col1,
  .box-col2 {
    width: 100%;
    margin-right: 0px;
  }
  .exp-details-wrap
    .grey-box-with-dropdown-with-slide-down
    .grey-box-info-dtls.offer-dtlsbox {
    padding: 20px 5px;
  }
  .exprience-details-main-wrap .image-and-description-with-legend-attributes-option-3 .description-col.div-down-arrow{
      padding-top: 15px;
}
 .grey-box-main-wrap .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls .grey-box-col-wrap .grey-box-col-sec .grey-box-col.col-big{
      width: 40%;
 }
 .grey-box-main-wrap .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls .grey-box-col-wrap .grey-box-col-sec .grey-box-col.col-small{
    width: 29% !important;
 }
 .paticipating-htls .slider-div-paticipating-htls{
      padding: 0 0px;
}
  .paticipating-htls .three-image-gallery.paticipating-htls-slider .slick-arrow{
      top: 40% !important;
}
.exprience-details-main-wrap .image-and-description-with-legend-attributes-option-3 .description-col.OfferRighttext{
   padding-left: 3px;
}
.paticipating-htls .three-image-gallery.paticipating-htls-slider{
          margin-top: 30px;
}

        
}
@media only screen and (max-width: 767px) {
  .templateOfferDetailPage .grey-box-with-dropdown-with-slide-down {
    margin-bottom: 10px;
  }
  .grey-box-with-dropdown-with-slide-down
    .grey-box-info-dtls
    .grey-box-col-wrap
    .grey-box-col-sec
    .grey-box-col,
  .grey-box-with-dropdown-with-slide-down
    .grey-box-info-dtls
    .grey-box-col-wrap
    .grey-box-col-heading {
    font-size: 13px;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls ul li {
    /*font-size: 13px!important;*/
    line-height: 1.5em;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls.offer-dtlsbox{
        padding-top: 20px;
  }
  .grey-box-with-dropdown-with-slide-down
    .grey-box-info-dtls
    ul
    li:first-child {
    margin-top: 0;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls ul li p {
    font-size: 13px !important;
  }
  .grey-box-main-wrap {
    margin-bottom: 15px;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-heading {
    padding: 10px 5px;
    margin-top: 15px;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls table {
    margin-top: 22px;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls table tr th,
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls table tr td {
    padding: 10px 5px;
    /*font-size: 13px;*/
  }
  .box-col2 {
    text-align: center;
  }
  .booking-engine {
    margin-top: 20px;
  }
  .grey-box-with-dropdown-with-slide-down
    .grey-box-info-dtls
    .info-box-heading
    select {
    font-size: 13px;
    padding: 5px 10% 5px 5px;
  }
  .grey-box-with-dropdown-with-slide-down
    .grey-box-info-dtls
    .info-box-heading {
    font-size: 13px;
    padding: 6px 0px 0px 6px;
  }
  .grey-box-with-dropdown-with-slide-down
    .grey-box-info-dtls
    .info-box-heading
    span {
    font-size: 13px;
    padding: 0px 15px 0px 5px;
    display: inline-block;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls ul {
    padding-left: 22px;
  }
  .grey-box-with-dropdown-with-slide-down.offr-inclusn .grey-box-info-dtls ul {
    padding-left: 22px !important;
  }
  .templateOfferDetailPage
    .image-and-description-with-legend-attributes-option-2 {
    margin-bottom: 0px;
  }
  .templateOfferDetailPage .contact-details-box {
    margin-top: 15px;
  }
  .image-and-description-with-legend-attributes-option-2
    .description-col.OfferRighttext
    p,
  /*.image-and-description-with-legend-attributes-option-2
    .description-col.OfferRighttext {
    margin-top: 0px;
  }*/
  .grey-box-with-dropdown-with-slide-down
    .grey-box-info-dtls
    .grey-box-col-wrap {
    padding-left: 6px;
  }
  .grey-box-with-dropdown-with-slide-down
    .grey-box-info-dtls
    .grey-box-col-wrap
    .grey-box-col-sec
    .grey-box-col.col-small {
    float: right;
    width: 40%;
  }
  .exprience-details-main-wrap .heading-component h1{
    padding-right: 0px;
  }
  .image-and-description-with-legend-attributes-option-3 .description-col .description-col-flexiheight p{
       margin: 20px 0px 8px;
  }
  .image-and-description-with-legend-attributes-option-3 .description-col .grey-box-with-dropdown-with-slide-down{
    font-size: inherit;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls.offer-dtlsbox{
      padding-top: 10px;
  }
  .grey-box-with-dropdown-with-slide-down .grey-box-info-dtls table{
    margin-top: 0px;
  }
  .exprience-details-main-wrap .paticipating-htls .three-image-gallery.paticipating-htls-slider{
          margin-bottom: 0;
   }
   .paticipating-htls .three-image-gallery.paticipating-htls-slider .text-block{
          padding-bottom: 0px;
   }
}
@media screen and (max-width: 480px){
  .exprience-details-main-wrap .heading-component h1{
    padding-right: 70px;
  }
}

@media only screen and (max-width: 359px) {
  .grey-box-with-dropdown-with-slide-down
    .grey-box-info-dtls
    .grey-box-col-wrap
    .grey-box-col-sec
    .grey-box-col
    span {
    font-size: 11px;
  }
}
@media screen and (max-width: 365px){
  .exprience-details-main-wrap .share-component .share-toggle{
     font-size: 0.8em;
  }
  .grey-box-with-dropdown-with-slide-down.offr-inclusn .grey-box-info-dtls ul{
            padding-left: 17px !important;
  }
}
/*# sourceMappingURL=grey-box-with-dropdown-with-slide-down.css.map */
