/**
 * Airport pickup service
 */
.tf-room .hotel-services-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.tf-hotel-services-wrap {
    background-color: unset !important;
}

.tf-hotel-services-wrap .tf-hotel-services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    gap: 16px;
    width: 640px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(90, 91, 106, 0.2);
    border-radius: 16px;
}

.tf-hotel-services-wrap button.fancybox-button.fancybox-close-small {
    padding: 8px;
    width: 40px;
    height: 40px;
    right: 28px;
    top: 28px;
    background: #F5F8FF;
    border-radius: 20px;
}

.tf-hotel-services-wrap .tf-hotel-services-text h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
}

.tf-hotel-services-wrap .tf-hotel-services-text p {
    font-size: 16px;
    line-height: 24px;
    color: #5A5B6A;
}

.tf-hotel-services-wrap > div > div.tf-hotel-service > label {
    font-weight: 600;
}

.tf-hotel-services-wrap > div > div.tf-hotel-service > select {
    padding: 8px 12px;
    width: 100%;
    height: 40px;
    border: 1px solid #B4B4BB;
    border-radius: 4px;
}

.tf-hotel-services-wrap .tf_button_group {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    width: 576px;
    height: 40px;
}

.tf-hotel-services-wrap .tf_button_group .tf_button {
    width: fit-content;
    height: 40px;
    border-radius: 4px;
    padding: 8px 12px;
}

.tf_air_service {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

/* Deposit */
.roomselectissue {
    text-align: center;
}

.tf-room .room-deposit-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

#tour-deposit,
.tour-itinerary-sleep {
    background-color: unset;
}

#tour-deposit .tf-tours-booking-deposit,
.tour-itinerary-sleep .tf-tours-booking-deposit {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    gap: 16px;
    isolation: isolate;
    position: relative;
    width: 640px;
    height: 324px;
    /* White */
    background: #FFFFFF;
    /* DS/Gray/8px */
    box-shadow: 0px 8px 16px rgba(90, 91, 106, 0.2);
    border-radius: 4px;
    cursor: auto;
}
.tour-itinerary-sleep .tf-tours-booking-deposit {
    height: auto !important;
}
.tour-itinerary-sleep{
    background: transparent !important;
}
#tour-deposit button.fancybox-button.fancybox-close-small,
.tour-itinerary-sleep button.fancybox-button.fancybox-close-small {
    padding: 8px;
    width: 40px;
    height: 40px;
    right: 28px;
    top: 28px;
    background: #F5F8FF;
    border-radius: 20px;
}

#tour-deposit .tf-tours-booking-deposit-text h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

#tour-deposit > div > div.tf-tours-booking-deposit-amount > span:nth-child(1) {
    font-weight: bold;

}

#tour-deposit > div > div.tf-tours-booking-deposit-amount > span:nth-child(2) {
    float: right;
}

#tour-deposit .tf_button_group {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    width: 576px;
    height: 40px;
}

#tour-deposit .tf_button_group .tf_button {
    height: 45px;
    border-radius: 4px;
    padding: unset;
}

/**
 * Tour Extra
 */
#tour-extra {
    padding: 35px 30px 20px 30px;
    cursor: auto;
    border-radius: 4px;
}

.tour-extra-container {
    min-width: 300px;
}

.tour-extra-container .tour-extra-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f2f2f2;
    padding: 15px;
    margin-bottom: 10px;
    gap: 20px;
}

.tour-extra-container .tour-extra-left h4 {
    font-size: 18px;
    font-weight: 600;
}

.tour-extra-container .tour-extra-left p {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.tour-extra-container .tour-extra-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.tour-extra-container .tour-extra-right span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.tour-extra-container .tour-extra-right input {
    width: 18px;
    height: 18px;
    outline: none;
    border: 1px solid #333;
}

.tf-room .room-deposit-wrap input {
    width: 14px;
    height: 14px;
    outline: none;
    border: 1px solid #333;
}

.tf-room .room-deposit-wrap label {
    white-space: nowrap;
    margin-left: 6px;
    font-size: 12px;
}

/**
 * Registration form
 * Login form
 */
.tf-reg-wrap {
    min-width: 30%;
}

.tf-reg-wrap .fancybox-close-small {
    background: transparent !important;
    color: #333 !important;
}

.tf-reg-wrap .tf-reg-response,
.tf-reg-wrap .tf-login-response {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 20px 0;
}

.tf-reg-wrap .tf-reg-response .tf_errors,
.tf-reg-wrap .tf-login-response .tf_errors {
    background: #b30000;
    margin: 0 0 5px 0;
    padding: 7px 10px 7px 10px;
    border-radius: 2px;
    color: #fff;
}

.tf-reg-wrap .tf-reg-response .tf_success,
.tf-reg-wrap .tf-login-response .tf_success {
    background: #008000;
    margin: 0 0 5px 0;
    padding: 7px 10px 7px 10px;
    border-radius: 2px;
    color: #fff;
}

.tf-reg-wrap .tf-reg-field {
    margin: 0 0 15px 0;
    padding: 0;
}

.tf-reg-wrap .tf-reg-field label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
    line-height: 1;
}

.tf-reg-wrap .tf-reg-field .tf-radio label {
    margin: 0 20px 0 5px;
    line-height: 18px;
    font-weight: normal;
}

.tf-reg-wrap .tf-reg-field input {
    outline: none;
    border: 1px solid #c8e2fc;
    background: #fff;
    height: 50px;
    line-height: 34px;
    vertical-align: middle;
    border-radius: 3px;
    padding: 10px;
    margin: 5px 0 10px;
    width: 100%;
}

.tf-reg-wrap .tf-reg-field input[type="radio"] {
    width: 19px;
    min-width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 50%;
    border: 1px solid #c8e2fc;
    outline: none;
    margin: 0;
    cursor: pointer;
}

.tf-reg-wrap .tf-reg-field .tf-radio {
    display: flex;
}

.tf-reg-wrap .tf-submit {
    padding: 15px;
}

.tf-reg-wrap .tf-submit:hover {
    background: #0054a8;
}

/* Email Verification Page */
.tf-verification-msg {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    border: 1px solid #f2f2f2;
    width: 800px;
    border-radius: 3px;
    padding: 10px 0 10px 0;
    background: #f2f2f2;
    font-size: 20px;
    color: #333;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 45%);
}

/*===========================================
|      Single Hotel Details Quick View      |
===========================================*/

.fancybox-slide #tour_room_details_qv {
    border-radius: 4px;
    padding: 30px;
    cursor: auto;
}

.tf-hotel-room-title {
    line-height: 1.5;
    font-size: 24px;
    display: block;
    padding-bottom: 15px;
}

.tf-details-qc-slider-single .tf-details-qcs img {
    width: 100%;
    height: 410px;;
}

.tf-details-qc-slider-nav {
    margin-top: 10px;
}

.tf-details-qc-slider-nav .tf-details-qcs img {
    height: 60px;
    width: 70px;
}

.tf-details-qc-slider-nav .tf-details-qcs.is-active img {
    border: 2px solid #003162;
}

.tf-details-qc-slider-nav .slick-track {
    margin: 0;
}

.tf-details-qc-slider-single .slick-prev:before,
.tf-details-qc-slider-single .slick-next:before {
    color: #000 !important;
}

#tour_room_details_loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    display: none;
    z-index: 99999999;
}

#tour-room-details-loader-img {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-hotel-location-preview {
    position: relative;
    margin-bottom: 15px;
}

.tf-hotel-location-preview a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-hotel-location-preview a span {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 0;
}

#tf-hotel-google-maps {
    background-color: unset;
    width: 98%;
}

.tf-hotel-google-maps-container {
    padding: 5px;
    gap: 16px;
    isolation: isolate;
    position: relative;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(90, 91, 106, 0.2);
    border-radius: 5px;
}

#tf-hotel-google-maps button.fancybox-button.fancybox-close-small {
    padding: 8px;
    width: 40px;
    height: 40px;
    right: 28px;
    top: 28px;
    background: #F5F8FF;
    border-radius: 20px;
}

.fancybox-stage .room-features {
    margin-bottom: 15px;
}

.fancybox-stage .tf-hotel-details-info h3 {
    margin-bottom: 15px;
}

.fancybox-stage .tf-hotel-details-info i {
    color: #333 !important;
}

.fancybox-stage .tf-hotel-details-info .room-detail-icon {
    margin: 8px 0 0 0 !important;
}
/*
Affiliate Booking
*/
.tf-btn-loading {
    padding-right: 40px;
    position: relative;
}

.tf-btn-loading:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease, visibility .2s ease;
    -webkit-animation: wd-rotate 450ms infinite linear;
    animation: wd-rotate 450ms infinite linear;
}

@-webkit-keyframes wd-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes wd-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
Custom Modal
*/
#tf-travelpayouts-hotel-modal iframe#tf-travelpayouts-hotel-search,
#tf-travelpayouts-flight-modal iframe#tf-travelpayouts-flight-search,
#tf-affiliate-booking-modal iframe#tf-booking-dot-com-search {
    height: calc(100vh - 200px);
}

.tf-modal-btn {
    cursor: pointer;
}

.tf-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tf-modal .tf-modal-dialog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 4rem);
    max-width: 100%;
    margin: 2rem auto;
    position: relative;
    pointer-events: none;
}

.tf-modal .tf-modal-content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    pointer-events: auto;
    background-color: #fff;
    outline: 0;
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px;
}

@media (min-width: 576px) {
    .tf-modal .tf-modal-dialog {
        min-height: calc(100% - 4rem);
    }
}

.tf-modal.tf-modal-show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.tf-modal .tf-modal-close {
    color: #003162;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 10px;
}

.tf-modal .tf-modal-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tf-modal-open {
    overflow: hidden;
}

.tf-modal-open .tf-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.tf-modal-open:after {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
}

/*
Styled Checkbox
*/
.tf-styled-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tf-styled-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
}
.tf-styled-checkbox input:checked + .tf-styled-checkbox-slider {
    background-color: #404660;
    box-shadow: 2px 2px 10px 0px #40466080;
}
.tf-styled-checkbox input:checked + .tf-styled-checkbox-slider:before {
    background: white;
    transform: translateX(20px);
}
.tf-styled-checkbox .tf-styled-checkbox-label {
    margin-left: 45px;
}
.tf-styled-checkbox .tf-styled-checkbox-slider {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #404660;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 38px;
    height: 18px;
    border-radius: 30px;
}
.tf-styled-checkbox .tf-styled-checkbox-slider:before:hover {
    background-color: white;
}
.tf-styled-checkbox .tf-styled-checkbox-slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: #404660;
    transition: 0.3s;
    border-radius: 50%;
}
.trip-class-wrapper{
    width:100% !important;
}

/*
travelpayouts autocomplete
*/
#tf_travelpayouts_flight_form .tf_label-row{
    position: relative;
}
.tf_travelpayouts_location_list{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    min-width: 320px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 1px 1px 3px #ccc;
}
.tf_travelpayouts_location_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tf_travelpayouts_location_list ul li {
    padding: 6px 20px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tf_travelpayouts_location_list ul li:hover {
    background: #fafafa;
}
.tf_booking-widget.default-form .tf-flight-destination-row .tf_form-inner {
    grid-template-columns: 14% 94%;
}




/**************** Pro Itinerary Block ****************/

  .tf-ininerary-content .tf-travel-desc{
    margin-bottom: 20px;
  }
  .tf-ininerary-content .tf-travel-desc img{
    float: left;
    margin-bottom: 0px !important;
  }
  .tf-ininerary-content .trav-cont p{
    margin: 0px;
    font-size: 16px;
  }
  .ininerary-other-info ul{
    margin: 0;
    padding: 0;
  }
  .ininerary-other-info ul li{
    display: inline-block;
    color: #222322;
    font-size: 16px;
    margin-right: 10px;
  }
  .ininerary-other-info ul li a{
    color: #222322;
    font-size: 16px;
    text-decoration: none;
  }
  .ininerary-other-info ul li i{
    margin-right: 5px;
  }
  .ininerary-gallery-single > img{
    width: 150px;
    height: 150px !important;
  }
  .ininerary-other-gallery .slick-track{
    margin: 0 !important;
  }
  .ininerary-other-gallery .slick-prev::before, 
  .ininerary-other-gallery .slick-next::before {
    color: #000 !important;
  }
  .ininerary-other-gallery .slick-next{
    right: 0px;
  }
  .tf-accordion-switcher {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .tf-accordion-switcher > span{
    color: #002C66;
    margin-left: 10px;
  }
  .tf-accordion-switcher .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 20px;
  }
  
  .tf-accordion-switcher .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  .tf-accordion-switcher .switcher {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .tf-accordion-switcher .switcher:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .tf-accordion-switcher input:checked + .switcher {
    background-color: #002C66;
  }
  
  .tf-accordion-switcher input:focus + .switcher {
    box-shadow: 0 0 1px #002C66;
  }
  
  .tf-accordion-switcher input:checked + .switcher:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .tf-accordion-switcher .switcher.round {
    border-radius: 20px;
  }
  
  .tf-accordion-switcher .switcher.round:before {
    border-radius: 50%;
  }

  .tf-itinerary-downloader{
    background: #D8E6FF;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin: 15px 0px;
    border: 1px solid #EDEDF0;
  }
  .tf-itinerary-downloader-icon img{
    width: 120px;
  }
  .tf-itinerary-downloader-title{
    margin-right: 15px;
  }
  .tf-itinerary-downloader-title span{
    display: block;
    font-size: 16px;
    font-weight: 600;
  }


/* Itinearay PDF Downloader */
  
@media print{
  
    .tf-pdf-titles{
        padding-top: 25px;
    }
  
    .tf-pdf-image tr td img{
      border-top-left-radius: 4em;
    }
    .tour-pdf-fact-title{
      padding-top: 25px;
      padding-bottom: 25px;
    }
    .tour-pdf-fact-title-padding{
      padding-left: 0px;
    }
    .tf-pdf-tour-fact-details{
      background: #EBF2FF;
      padding: 16px;
    }
    .tf-tour-pdf-single-fact-details{
      padding-bottom: 15px;
    }
    .tf-pdf-itinerary-title{
      padding-bottom: 0px;
    }
    .tf-pdf-itinerary-description{
      margin: 0;
      padding-top: 0px;
    }
    .tf-pdf-itinerary-description img{
      float: left !important;
    }
    .tf-pdf-itinerary-description span{
      float: left;
      width: 10% !important;
    }
    .tf-tour-pdf-description{
      padding-bottom: 10px;
    }
    .tf-pdf-customer-info{
      padding-top: 150px;
      padding-bottom: 30px;
    }
    .tf-pdf-spacing{
      margin-left: 60px;
      margin-right: 60px;
    }
    .tf-pdf-image.tf-pdf-spacing{
      padding-left: 10px;
      padding-right: 10px;
    }
    .tf-pdf-image img{
      border-radius: 5px !important;
    }
    .tf-pdf-tour-description{
      padding-top: 20px;
    }
    .tf-customer-info-card{
      background: #EBF2FF;
      border-radius: 10px;
      padding: 30px 20px;
      width: 200px !important;
      margin: 0 auto !important;
    }
    .tf-pdf-customer-image{
      padding-bottom: 15px !important;
    }
    .tf-customer-online-contact img{
      padding: 0px 5px !important;
    }
}

/********************** RESPONSIVE **********************/
@media only screen and (max-width: 991px) {
    .tf-hotel-quick-view {
        display: block !important;
    }

    .tf-hotel-details-info {
        margin-top: 30px;
        padding-left: 0 !important;
        width: 100% !important;
        max-width: 550px;
    }

    .tf-hotel-details-qc-gallelry {
        width: 99% !important;
        max-width: 550px;
    }

    .tf-details-qc-slider-single .tf-details-qcs img {
        height: 350px;
        object-fit: contain;
    }
}

@media only screen and (max-width: 767px) {
    #tour-deposit .tf-tours-booking-deposit {
        padding: 25px;
        width: 100%;
        height: auto;
    }

    #tour-deposit .tf_button_group {
        width: 100%;
        height: auto;
    }
    .tf-modal .tf-modal-content{
        width: 95%;
        padding: 30px 10px;
    }
    .tour-itinerary-sleep .tf-tours-booking-deposit{
        width: auto !important;
    }
}

@media only screen and (max-width: 500px) {
    .tf-details-qc-slider-single .tf-details-qcs img {
        height: 250px;
    }
}

@media only screen and (max-width: 420px) {
    .tf-details-qc-slider-single .tf-details-qcs img {
        height: 200px;
    }
}