/* popup styles */
    .popup {
      display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99999;
    }
    .popup-overlay {
        background: rgba(0,0,0,0.4);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .popup-content {
      background: #fff;
        left: 50%;
    margin: -58px 0 0 -515px;
    padding: 14px;
    position: absolute;
    right: 0;
    top: 100px !important;
    width: 1030px;
    z-index: 100;
    height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
    }
    .close-popup {
     color: #f45c00;
    display: inline-block;
    font-size: 45px;
    position: absolute;
    right: 3px;
    top: 9px;
    z-index: 9999;
  }
  .overlay-bgnd{position:relative!important;width: 100%; display: inline-block;}

.trip-button {
    display: block;
}
.trip-button {
    background: rgba(0, 0, 0, 0) url("../images/trip-button.html") repeat-x scroll 0 0;
    bottom: 0;
    cursor: pointer;
    height: 62px;
    position: fixed;
    text-align: center;
    width: 100%;
    display: none;
}
.trip-button h4 {
    color: #fff;
    font: 22px/26px "clanotbold";
    text-align: center;
}

.trip-button p {
    color: #fff!important;
    font: 12px/18px "clanotnews"!important;
    text-align: center!important;
}
.trip-button img {
    position: absolute;
    right: 29px;
    top: 12px;
}
.chek-cont .che {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }
.request-quote-detail .tour-n-hotel-main .hotel-req-main .label-div label {
    text-align: left!important;
    width: 136px!important;
}
.pac-container {z-index: 99999!important;}
.dhtmlxcalendar_material {z-index: 999999 !important;}
@media only screen and (max-width: 900px) {
.popup{ z-index:999999;}
}
@media only screen and (max-width: 768px) {
   .trip-button {
    display: none;
}
}
