/* @include default-transition(all,2s,ease-out); */
/*********** Below CSS For Body **************/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  background-color: #f9f9f9;
  color: #000000; }

.validation-error-msg {
    font-size: 12px;
    font-weight: 500;
    color: #bf1d2d;
    padding: 2px 0px 1px 5px;
}

.skeleton {
    background: #e0e0e0;
    border-radius: 4px;
    display: inline-block;
    animation: pulse 1.5s infinite ease-in-out;
}

.fr-main-heading {
    font-size: 14px;
    font-weight: 500;
    text-decoration:none;
}
.fr-main-heading a:hover {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

/* Add some custom styling */
.plan-card {
    cursor: pointer;
}

    .plan-card:hover {
        background-color: #f0f0f0;
    }

.jtt-toolbar-control-section .jtt-search-criteria-section .truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2.85em;
    width: 98%;
}

.jtt-toolbar-control-section .jtt-search-criteria-section .sc-heading {
    color: #333333;
    font-size: 13px;
    display: block;
    margin: 0px;
    line-height: 30px;
    font-weight: bolder;
}

.jtt-toolbar-control-section .jtt-search-criteria-section small {
    display: block;
    font-size: 11px;
    color: #bf1e2d;
}

.jtt-toolbar-control-section .jtt-search-criteria-section .pickup-location.truncate, jtt-toolbar-control-section .jtt-search-criteria-section .dropoff-location.truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2.65em;
    width: 95%;
}

/** Insurance CSS ***/

.insuraceName {
    font-size: 16px;
    font-weight: 500;
    color: #bf1d2d;
    text-transform: capitalize;
}

.insuracePlanTitle {
    font-size: 16px;
    font-weight: 500;
    color: #d18308;
    text-transform: capitalize;
}

.insurancePremiumCls {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #545454;
}

insurancePremiumCls h5 {
    font-size: 16PX;
    color: #d2422d;
    text-transform: capitalize;
}

/* Pulse effect for skeleton loader */
@keyframes pulse {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #f0f0f0;
    }

    100% {
        background-color: #e0e0e0;
    }
}

/*start Custom Class*/
.flt-fare-rule-info-link {
    font-size: 13px;
    color: #bf1d2d;
    cursor: pointer;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-align: left;
    font-weight: 600;
    position:absolute;
}
.flt-fare-rules-section-model {
    border-top: 1px solid #cccccc;
    box-shadow: 0 1px 5px #dddddd inset;
    margin-bottom: 10px;
    border-radius: 2px;
    cursor: default;
}

.flt-fare-rules-section-model section {
    min-height: 180px; /*210px*/
    padding: 20px;
}

.flt-fare-rules-section-model .main-heading {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.flt-fare-rules-section-model .main-heading small {
    font-size: 12px;
    color: #999999;
}

.flt-fare-rules-section-model .main-heading .highlight-badge {
    background-color: #bf1d2d;
    font-size: 10px;
    color: #ffffff;
    padding: 4px 7px;
    text-transform: uppercase;
}

.flt-fare-rules-section-model .main-heading .refundable-badge {
    background-color: #339900;
    font-size: 10px;
    color: #ffffff;
    padding: 4px 7px;
    text-transform: uppercase;
}

.flt-fare-rules-section-model .main-heading .non-refundable-badge {
    background-color: #cc3333;
    font-size: 10px;
    color: #ffffff;
    padding: 4px 7px;
    text-transform: uppercase;
}
      
.flt-fare-rules-section-model .flt-dtl-info-panel .flt-fare-rules-lt-section .sub-heading {
    font-size: 12px;
}

.flt-fare-rules-section-model .flt-dtl-info-panel .flt-fare-rules-lt-section .sub-heading small {
    color: #999999;
}

.flt-fare-rules-section-model .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item:first-child {
    border-top: 1px dotted #cccccc;
}

.flt-fare-rules-section-model .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-note-msg {
    font-size: 11px;
    color: #777777;
    line-height: 18px;
    padding: 3px;
    border-top: none;
    border-bottom: none;
}

.flt-fare-rules-section-model .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info {
    font-size: 12px;
    border-bottom: 1px dotted #cccccc;
    color: #777777;
    padding: 3px 10px 4px;
    line-height: 18px;
}

.flt-fare-rules-section-model .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info .refund-policy-val {
    color: #555555;
    position: absolute;
    right: 10px;
}

.flt-fare-rules-section-model .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info .refund-policy-val .currency {
    font-weight: 500;
    opacity: .6;
}

.flt-fare-rules-section-model .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info {
    font-size: 11px;
    border-bottom: 1px dotted #cccccc;
    color: #777777;
    padding: 3px 10px 4px;
    line-height: 18px;
}

.flt-fare-rules-section-model .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info .cancellation-child-val {
    color: #555555;
    position: absolute;
    right: 10px;
}

.flt-fare-rules-section-model .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info .cancellation-child-val .currency {
    font-weight: 500;
    opacity: .6;
}

.flt-fare-rules-section-model .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .total-label {
    font-weight: bold;
}

.flt-fare-rules-section-model .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-fr-custom-scrollbar {
    max-height: 350px;
    overflow: hidden;
    position: relative;
    font-size: 13px;
    color: #333333;
}
          
/*End Custom Class*/
/* Specific styles for different elements */
.skeleton {
    width: 100%;
    height: 16px;
}

    .skeleton.airline-ic {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .skeleton.airline-name {
        width: 80%;
        height: 20px;
    }

    .skeleton.depart-cls,
    .skeleton.arrive-cls,
    .skeleton.duration-cls {
        height: 20px;
    }

    .skeleton.route-cls {
        width: 60%;
        height: 20px;
    }

    .skeleton.stop-cls {
        width: 40%;
        height: 20px;
    }

    .skeleton.flt-bag-status-info,
    .skeleton.seat-left-status-info {
        width: 60%;
        height: 16px;
    }

    .skeleton.seat-left-badge {
        width: 50px;
        height: 24px;
        border-radius: 4px;
    }

    .skeleton.flt-price {
        width: 80%;
        height: 32px;
    }

    .skeleton.btn {
        width: 120px;
        height: 36px;
        border-radius: 6px;
    }

    .skeleton.flt-itinerary-section,
    .skeleton.flt-dtl-info-panel {
        margin-bottom: 12px;
    }

    .skeleton.main-heading {
        width: 60%;
        height: 24px;
    }

    .skeleton.flt-dept-info,
    .skeleton.flt-arrival-info {
        height: 40px;
    }

    .skeleton.flt-date,
    .skeleton.flt-airport-name {
        height: 16px;
    }

    .skeleton.itinerary-clock {
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }

    .skeleton.duration {
        width: 60%;
        height: 16px;
    }

    .skeleton.flt-airport-code {
        width: 40%;
        height: 16px;
    }


/***************Start Code For AutoComplete - Typehead ***************/
.typeahead li a {
    font-size: 13px;
    color: #666666;
    padding: 5px;
    line-height: 27px;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.typeahead li:hover {
    background-color: #24a9c5;
}

.typeahead li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.typeahead li.active {
    background-color: #24a9c5;
}

    .typeahead li.active a {
        color: #ffffff;
    }

.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/assets/images/loader.gif) center no-repeat #fff;
    background-size: 150px;
    background-color: rgba(255,255,255,0.5);
}
/***************End Code For AutoComplete - Typehead ***************/


/*********** Below CSS For customizing buttons **************/
.jtt-primary-btn {
  border-radius: 4px;
  padding: .4em .95em .45em .95em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  background-color: #bf1d2d;
  border: 1px solid transparent;
  margin-top: 5px; }
  .jtt-primary-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #d82436;
    color: #ffffff; }
  .jtt-primary-btn:active, .jtt-primary-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.jtt-search-btn {
  border-radius: 4px;
  padding: .3em .95em .40em .95em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  background-color: #bf1d2d;
  border: 1px solid transparent;
  margin-top: -10px; }
  .jtt-search-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #d82436;
    color: #ffffff; }
  .jtt-search-btn:active, .jtt-search-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.jtt-be-flt-mc-add-btn {
  border-radius: 3px;
  padding: 3px 23px 5px;
  margin: 3px 0px 2px;
  background-color: #ffffff;
  border: 1px solid #bf1d2d !important;
  color: #bf1d2d;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500; }
  .jtt-be-flt-mc-add-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #bf1d2d;
    border-color: #bf1d2d;
    color: #ffffff; }
  .jtt-be-flt-mc-add-btn:active, .jtt-be-flt-mc-add-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.jtt-apply-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  margin: 14px 0px 2px;
  background-color: #ffffff;
  border: 1px solid #bf1d2d !important;
  color: #bf1d2d;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600; }
  .jtt-apply-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #bf1d2d;
    border-color: #bf1d2d;
    color: #ffffff; }
  .jtt-apply-btn:active, .jtt-apply-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.jtt-error-default-btn {
  border-radius: 4px;
  padding: .4em .95em .45em .95em;
  background-color: #ffffff;
  border: 1px solid #bf1d2d !important;
  color: #bf1d2d;
  font-size: 13px;
  font-weight: 600; }
  .jtt-error-default-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #bf1d2d;
    border-color: #bf1d2d;
    color: #ffffff; }
  .jtt-error-default-btn:active, .jtt-error-default-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.jtt-error-primary-btn {
  border-radius: 4px;
  padding: .4em .95em .45em .95em;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  background-color: #bf1d2d;
  border: 1px solid transparent; }
  .jtt-error-primary-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #d82436;
    color: #ffffff; }
  .jtt-error-primary-btn:active, .jtt-error-primary-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.jtt-general-btn {
  border-radius: 4px;
  padding: .4em .95em .45em .95em;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.3px;
  background-color: #bf1d2d;
  border: 1px solid transparent; }
  .jtt-general-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #d82436;
    color: #ffffff; }
  .jtt-general-btn:active, .jtt-general-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.bkg-book-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  margin: 14px 5px 2px;
  background-color: #bf1d2d;
  border: 1px solid transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600; }
  .bkg-book-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #d82436;
    color: #ffffff; }
  .bkg-book-btn:active, .bkg-book-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.bkg-back-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  margin: 14px 5px 2px;
  background-color: #000000;
  border: 1px solid transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600; }
  .bkg-back-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #303030;
    color: #ffffff; }
  .bkg-back-btn:active, .bkg-back-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.jtt-acc-action-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  margin: 14px 0px 2px;
  background-color: #ffffff;
  border: 1px solid #bf1d2d !important;
  color: #bf1d2d;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600; }
  .jtt-acc-action-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #bf1d2d;
    border-color: #bf1d2d;
    color: #ffffff; }
  .jtt-acc-action-btn:active, .jtt-acc-action-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }
  .jtt-acc-action-btn i {
    font-size: 17px;
    margin-top: 1px; }

.jtt-acc-add-list-btn {
  border-radius: 3px;
  padding: 3px 20px 5px;
  background-color: #ffffff;
  border: 1px solid #bf1d2d !important;
  color: #bf1d2d;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600; }
  .jtt-acc-add-list-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #bf1d2d;
    border-color: #bf1d2d;
    color: #ffffff; }
  .jtt-acc-add-list-btn:active, .jtt-acc-add-list-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }
  .jtt-acc-add-list-btn i {
    font-size: 17px;
    margin-top: 1px; }

.my-trip-btn {
  border-radius: 3px;
  padding: 3px 15px 5px;
  margin: 15px 0px 4px;
  font-size: 13px;
  border: 1px solid #bf1d2d !important;
  color: #bf1d2d;
  font-weight: 600; }
  .my-trip-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #bf1d2d;
    border-color: #bf1d2d;
    color: #ffffff; }
  .my-trip-btn:active, .my-trip-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.my-trip-cancel-btn {
  border-radius: 3px;
  padding: 3px 15px 5px;
  margin: 15px 0px 4px;
  font-size: 13px;
  border: 1px solid #000000 !important;
  color: #000000;
  font-weight: 600; }
  .my-trip-cancel-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }
  .my-trip-cancel-btn:active, .my-trip-cancel-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.jtt-reset-filter-btn {
  border-radius: 3px;
  padding: 3px 15px 5px;
  margin: 15px 0px 4px;
  font-size: 13px;
  background-color: #6b788f;
  border: 1px solid #6b788f !important;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.3px; }
  .jtt-reset-filter-btn:hover {
    outline: none;
    box-shadow: none;
    background-color: #6b788f;
    border-color: #6b788f;
    color: #ffffff; }
  .jtt-reset-filter-btn:active, .jtt-reset-filter-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }


.jtt-view-btn {
    border-radius: 3px;
    padding: 3px 15px 5px;
    margin: 15px 0px 4px;
    font-size: 13px;
    background-color: #6b788f;
    border: 1px solid #6b788f !important;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.3px;
}

    .jtt-view-btn:hover {
        outline: none;
        box-shadow: none;
        background-color: #6b788f;
        border-color: #6b788f;
        color: #ffffff;
    }

    .jtt-view-btn:active, .jtt-view-btn:focus {
        outline: none;
        box-shadow: none;
        text-decoration: none;
    }


.jtt-login-grp-btn {
  border-radius: 3px;
  padding: 7px 15px 7px;
  margin: 15px 0px 4px;
  font-size: 13px;
  background-color: transparent;
  border: 1px solid #bf1d2d !important;
  color: #bf1d2d !important;
  font-weight: 600;
  letter-spacing: 0.3px; }
  .jtt-login-grp-btn.active {
    background-color: #bf1d2d;
    border: 1px solid #bf1d2d !important;
    color: #ffffff !important; }
  .jtt-login-grp-btn:hover {
    outline: none;
    box-shadow: none;
    color: unset; }
  .jtt-login-grp-btn:active, .jtt-login-grp-btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

/*********** Below CSS For Flight Booking Engine Form and Modify Search **************/
.jtt-modify-be-section {
  background-color: transparent;
  padding: 20px 0px 20px;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26); }
  .jtt-modify-be-section .be-module-title h1 {
    color: #bf1d2d;
    font-weight: bold;
    font-size: 36px; }
  .jtt-modify-be-section .be-module-title h4 {
    color: #bf1d2d;
    font-size: 20px; }
  .jtt-modify-be-section .jtt-be-flt-module ul.be-flt-type {
    list-style: none;
    margin: 0;
    padding: 0; }
    .jtt-modify-be-section .jtt-be-flt-module ul.be-flt-type li {
      display: block;
      float: left; }
  .jtt-modify-be-section .jtt-be-flt-module .form-input-msg {
    color: #999999; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-swipCircle {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 27px;
    left: 20%;
    z-index: 1;
    background: url("../images/be_swip_circle.png") no-repeat; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-swipCircle-ic {
    position: relative;
    top: 4px;
    left: 2px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    cursor: pointer; }
    .jtt-modify-be-section .jtt-be-flt-module .be-flt-swipCircle-ic .rotate {
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .jtt-modify-be-section .jtt-be-flt-module .be-flt-swipCircle-ic .be-swp-icon-rotate {
      -moz-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s;
      display: inline-block; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-dc .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-dc .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-dc .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-dc .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-dc .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-ac .form-control {
    padding-left: 10px;
    padding-right: 32px; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-ac .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-ac .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-ac .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-ac .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-1 .form-control, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-2 .form-control, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-3 .form-control, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-4 .form-control, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-5 .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-1 .be-input-close-ic, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-2 .be-input-close-ic, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-3 .be-input-close-ic, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-4 .be-input-close-ic, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-5 .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-1 .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-1 .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-1 .be-input-close-ic:focus, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-2 .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-2 .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-2 .be-input-close-ic:focus, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-3 .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-3 .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-3 .be-input-close-ic:focus, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-4 .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-4 .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-4 .be-input-close-ic:focus, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-5 .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-5 .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-dc-5 .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-1 .form-control, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-2 .form-control, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-3 .form-control, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-4 .form-control, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-5 .form-control {
    padding-left: 10px;
    padding-right: 32px; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-1 .be-input-close-ic, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-2 .be-input-close-ic, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-3 .be-input-close-ic, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-4 .be-input-close-ic, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-5 .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-1 .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-1 .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-1 .be-input-close-ic:focus, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-2 .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-2 .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-2 .be-input-close-ic:focus, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-3 .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-3 .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-3 .be-input-close-ic:focus, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-4 .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-4 .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-4 .be-input-close-ic:focus, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-5 .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-5 .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-mc-ac-5 .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .jtt-modify-be-section .jtt-be-flt-module .be-mc-sh-ic {
    padding: 5px 0px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none; }
    .jtt-modify-be-section .jtt-be-flt-module .be-mc-sh-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-mc-sh-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-mc-sh-ic:focus {
      outline: none;
      box-shadow: none; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-sa .form-control {
    padding-left: 10px;
    padding-right: 32px; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-sa .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 23px;
    display: none; }
    .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-sa .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-sa .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-sa .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-date .form-control {
    padding-left: 10px;
    padding-right: 10px; }
  .jtt-modify-be-section .jtt-be-flt-module .be-flt-input-date .be-flt-cal-img {
    position: absolute;
    top: 29px;
    right: 12px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    pointer-events: none;
    font-size: 13px; }
  .jtt-modify-be-section .jtt-be-flt-module .be-fl-more-link {
    font-size: 14px;
    color: #bf1d2d;
    text-decoration: none;
    cursor: pointer; }
    .jtt-modify-be-section .jtt-be-flt-module .be-fl-more-link:hover {
      color: #bf1d2d;
      cursor: pointer;
      text-decoration: none; }
  .jtt-modify-be-section .jtt-be-htl-module .be-htl-input-city .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .jtt-modify-be-section .jtt-be-htl-module .be-htl-input-city .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .jtt-modify-be-section .jtt-be-htl-module .be-htl-input-city .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-htl-module .be-htl-input-city .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-htl-module .be-htl-input-city .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .jtt-modify-be-section .jtt-be-htl-module .be-htl-name-input .form-control, .jtt-modify-be-section .jtt-be-htl-module .be-htl-nationality-dd .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .jtt-modify-be-section .jtt-be-htl-module .form-input-msg {
    color: #999999; }
  .jtt-modify-be-section .jtt-be-htl-module .be-htl-input-date .form-control {
    padding-left: 10px;
    padding-right: 10px; }
  .jtt-modify-be-section .jtt-be-htl-module .be-htl-input-date .be-htl-cal-img {
    position: absolute;
    top: 29px;
    right: 12px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    pointer-events: none;
    font-size: 13px; }
  .jtt-modify-be-section .jtt-be-exc-module .be-exc-input-city .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .jtt-modify-be-section .jtt-be-exc-module .be-exc-input-city .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .jtt-modify-be-section .jtt-be-exc-module .be-exc-input-city .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-exc-module .be-exc-input-city .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-exc-module .be-exc-input-city .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .jtt-modify-be-section .jtt-be-exc-module .be-exc-name-input .form-control, .jtt-modify-be-section .jtt-be-exc-module .be-exc-nationality-dd .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .jtt-modify-be-section .jtt-be-exc-module .form-input-msg {
    color: #999999; }
  .jtt-modify-be-section .jtt-be-exc-module .be-exc-input-date .form-control {
    padding-left: 10px;
    padding-right: 10px; }
  .jtt-modify-be-section .jtt-be-exc-module .be-exc-input-date .be-exc-cal-img {
    position: absolute;
    top: 29px;
    right: 12px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    pointer-events: none;
    font-size: 13px; }
  .jtt-modify-be-section .jtt-be-trans-module ul.be-trans-type {
    list-style: none;
    margin: 0;
    padding: 0; }
    .jtt-modify-be-section .jtt-be-trans-module ul.be-trans-type li {
      display: block;
      float: left; }
  .jtt-modify-be-section .jtt-be-trans-module .form-input-msg {
    color: #999999; }
  .jtt-modify-be-section .jtt-be-trans-module .be-trans-input-pick-up .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .jtt-modify-be-section .jtt-be-trans-module .be-trans-input-pick-up .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .jtt-modify-be-section .jtt-be-trans-module .be-trans-input-pick-up .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-trans-module .be-trans-input-pick-up .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-trans-module .be-trans-input-pick-up .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .jtt-modify-be-section .jtt-be-trans-module .be-trans-input-drop-off .form-control {
    padding-left: 10px;
    padding-right: 32px; }
  .jtt-modify-be-section .jtt-be-trans-module .be-trans-input-drop-off .be-input-close-ic {
    position: absolute;
    top: 30px;
    right: 18px;
    display: none; }
    .jtt-modify-be-section .jtt-be-trans-module .be-trans-input-drop-off .be-input-close-ic:hover, .jtt-modify-be-section .jtt-be-trans-module .be-trans-input-drop-off .be-input-close-ic:active, .jtt-modify-be-section .jtt-be-trans-module .be-trans-input-drop-off .be-input-close-ic:focus {
      outline: none;
      box-shadow: none; }
  .jtt-modify-be-section .jtt-be-trans-module .be-trans-input-date .form-control {
    padding-left: 10px;
    padding-right: 10px; }
  .jtt-modify-be-section .jtt-be-trans-module .be-trans-input-date .be-trans-cal-img {
    position: absolute;
    top: 29px;
    right: 12px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    pointer-events: none;
    font-size: 13px; }
  .jtt-modify-be-section .jtt-be-insur-module ul.be-insur-type {
    list-style: none;
    margin: 0;
    padding: 0; }
    .jtt-modify-be-section .jtt-be-insur-module ul.be-insur-type li {
      display: block;
      float: left; }
  .jtt-modify-be-section .jtt-be-insur-module .form-input-msg {
    color: #999999; }
  .jtt-modify-be-section .jtt-be-insur-module .be-insur-destination-dd .form-control {
    padding-left: 10px;
    padding-right: 40px; }
  .jtt-modify-be-section .jtt-be-insur-module .be-insur-input-date .form-control {
    padding-left: 10px;
    padding-right: 10px; }
  .jtt-modify-be-section .jtt-be-insur-module .be-insur-input-date .be-insur-cal-img {
    position: absolute;
    top: 29px;
    right: 12px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    pointer-events: none;
    font-size: 13px; }
  .jtt-modify-be-section .jtt-be-insur-module .note-txt {
    font-size: 12px;
    color: #666666;
    font-weight: 500; }

/************** Default Custom Radio Button CSS ******************/
.custom-radio-btn-cls label.radio {
  cursor: pointer;
  width: 100%; }

.custom-radio-btn-cls .radio {
  display: inline-block;
  position: relative;
  margin: 0; }
  .custom-radio-btn-cls .radio label {
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer; }
  .custom-radio-btn-cls .radio label > span {
    float: left; }
  .custom-radio-btn-cls .radio input[type="radio"] {
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 2px;
    margin-left: 0px;
    cursor: pointer; }
  .custom-radio-btn-cls .radio input:checked + .outer .inner {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .custom-radio-btn-cls .radio input:checked + .outer {
    border: 1px solid #bf1d2d; }
  .custom-radio-btn-cls .radio input:checked + .outer .inner {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #bf1d2d; }
  .custom-radio-btn-cls .radio .outer {
    height: 14px;
    width: 14px;
    display: block;
    float: left;
    border: 1px solid #333333;
    border-radius: 50%;
    background-color: #ffffff;
    margin-top: 3px;
    margin-right: 10px; }
  .custom-radio-btn-cls .radio .inner {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 8px;
    width: 8px;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 2px;
    border-radius: 50%;
    background-color: #333333;
    opacity: 0; }

/************** Default Custom Checkboxes Button CSS ******************/
.custom-input {
  background: #ffffff; }
  .custom-input input[type="checkbox"] {
    display: none; }
  .custom-input input[type="checkbox"] + label {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 13px;
    color: #333333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .custom-input input[type="checkbox"] + label:last-child {
    margin-bottom: 0; }
  .custom-input input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #bf1d2d;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s; }
  .custom-input input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

/*********** Below CSS For Form input Customize Part **************/
.jtt-modify-be-section .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .jtt-modify-be-section .form-control:hover, .jtt-modify-be-section .form-control:active, .jtt-modify-be-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.jtt-modify-be-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .jtt-modify-be-section label.label-strong-cls {
    font-weight: bold; }

.jtt-modify-be-section .form-control:disabled, .jtt-modify-be-section .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1; }

.flt-bkg-email-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .flt-bkg-email-section label.label-strong-cls {
    font-weight: 600; }

.flt-bkg-email-section .form-control {
  padding: 10px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .flt-bkg-email-section .form-control:hover, .flt-bkg-email-section .form-control:active, .flt-bkg-email-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.flt-bkg-traveller-section .form-control {
  padding: 10px 7px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .flt-bkg-traveller-section .form-control:hover, .flt-bkg-traveller-section .form-control:active, .flt-bkg-traveller-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.flt-bkg-traveller-section textarea.form-control {
  padding: 10px 7px;
  margin: 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .flt-bkg-traveller-section textarea.form-control:hover, .flt-bkg-traveller-section textarea.form-control:active, .flt-bkg-traveller-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.htl-bkg-email-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .htl-bkg-email-section label.label-strong-cls {
    font-weight: 600; }

.htl-bkg-email-section .form-control {
  padding: 10px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .htl-bkg-email-section .form-control:hover, .htl-bkg-email-section .form-control:active, .htl-bkg-email-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.htl-bkg-traveller-section .form-control {
  padding: 10px 7px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .htl-bkg-traveller-section .form-control:hover, .htl-bkg-traveller-section .form-control:active, .htl-bkg-traveller-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.htl-bkg-traveller-section textarea.form-control {
  padding: 10px 7px;
  margin: 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .htl-bkg-traveller-section textarea.form-control:hover, .htl-bkg-traveller-section textarea.form-control:active, .htl-bkg-traveller-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.exc-dtl-panel-info .form-control {
  padding: 3px 6px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .exc-dtl-panel-info .form-control:hover, .exc-dtl-panel-info .form-control:active, .exc-dtl-panel-info .form-control:focus {
    outline: none;
    box-shadow: none; }

.exc-bkg-email-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .exc-bkg-email-section label.label-strong-cls {
    font-weight: 600; }

.exc-bkg-email-section .form-control {
  padding: 10px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .exc-bkg-email-section .form-control:hover, .exc-bkg-email-section .form-control:active, .exc-bkg-email-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.exc-bkg-traveller-section .form-control {
  padding: 10px 7px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .exc-bkg-traveller-section .form-control:hover, .exc-bkg-traveller-section .form-control:active, .exc-bkg-traveller-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.exc-bkg-traveller-section textarea.form-control {
  padding: 10px 7px;
  margin: 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .exc-bkg-traveller-section textarea.form-control:hover, .exc-bkg-traveller-section textarea.form-control:active, .exc-bkg-traveller-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.trans-bkg-email-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .trans-bkg-email-section label.label-strong-cls {
    font-weight: 600; }

.trans-bkg-email-section .form-control {
  padding: 10px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .trans-bkg-email-section .form-control:hover, .trans-bkg-email-section .form-control:active, .trans-bkg-email-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.trans-bkg-traveller-section .form-control {
  padding: 10px 7px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .trans-bkg-traveller-section .form-control:hover, .trans-bkg-traveller-section .form-control:active, .trans-bkg-traveller-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.trans-bkg-traveller-section textarea.form-control {
  padding: 10px 7px;
  margin: 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .trans-bkg-traveller-section textarea.form-control:hover, .trans-bkg-traveller-section textarea.form-control:active, .trans-bkg-traveller-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.insur-bkg-email-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .insur-bkg-email-section label.label-strong-cls {
    font-weight: 600; }

.insur-bkg-email-section .form-control {
  padding: 10px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .insur-bkg-email-section .form-control:hover, .insur-bkg-email-section .form-control:active, .insur-bkg-email-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.insur-bkg-traveller-section .form-control {
  padding: 10px 7px;
  margin: 0px;
  height: 35px;
  color: #000000;
  font-size: 13px; }
  .insur-bkg-traveller-section .form-control:hover, .insur-bkg-traveller-section .form-control:active, .insur-bkg-traveller-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.insur-bkg-traveller-section textarea.form-control {
  padding: 10px 7px;
  margin: 0px;
  height: auto;
  color: #000000;
  font-size: 13px; }
  .insur-bkg-traveller-section textarea.form-control:hover, .insur-bkg-traveller-section textarea.form-control:active, .insur-bkg-traveller-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.jtt-general-form-box-pd label {
  font-size: 14px;
  color: #333333;
  padding-left: 5px; }
  .jtt-general-form-box-pd label.label-strong-cls {
    font-weight: 600; }

.jtt-general-form-box-pd .form-control {
  padding: 4px 10px;
  margin: 0px;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .jtt-general-form-box-pd .form-control:hover, .jtt-general-form-box-pd .form-control:active, .jtt-general-form-box-pd .form-control:focus {
    outline: none;
    box-shadow: none; }

.jtt-general-form-box-pd input.form-control, .jtt-general-form-box-pd select.form-control {
  height: 35px; }

.jtt-mainbody-login-section label {
  font-size: 13px;
  color: #333333;
  padding-left: 5px; }
  .jtt-mainbody-login-section label.label-strong-cls {
    font-weight: 600; }
  .jtt-mainbody-login-section label .mandatory {
    font-size: 12px;
    color: #cc3333; }

.jtt-mainbody-login-section .form-control {
  padding: 4px 10px;
  margin: 0px;
  height: 35px;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .jtt-mainbody-login-section .form-control:hover, .jtt-mainbody-login-section .form-control:active, .jtt-mainbody-login-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.jtt-my-account-section .form-control {
  padding: 4px 10px;
  margin: 0px;
  height: 35px;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .jtt-my-account-section .form-control:hover, .jtt-my-account-section .form-control:active, .jtt-my-account-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.jtt-my-account-section textarea.form-control {
  padding: 4px 10px;
  margin: 0px;
  height: auto;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .jtt-my-account-section textarea.form-control:hover, .jtt-my-account-section textarea.form-control:active, .jtt-my-account-section textarea.form-control:focus {
    outline: none;
    box-shadow: none; }

.jtt-wallet-section .form-control {
  padding: 4px 10px;
  margin: 0px;
  height: 35px;
  font-weight: 400;
  color: #777777;
  font-size: 14px; }
  .jtt-wallet-section .form-control:hover, .jtt-wallet-section .form-control:active, .jtt-wallet-section .form-control:focus {
    outline: none;
    box-shadow: none; }

.flt-select-traveller-panel .form-control, .htl-select-traveller-panel .form-control, .exc-select-traveller-panel .form-control, .trans-select-traveller-panel .form-control, .insur-select-traveller-panel .form-control {
  padding: 3px 10px;
  margin: -3px 0px;
  height: 33px;
  color: #000000;
  font-size: 13px; }
  .flt-select-traveller-panel .form-control:hover, .flt-select-traveller-panel .form-control:active, .flt-select-traveller-panel .form-control:focus, .htl-select-traveller-panel .form-control:hover, .htl-select-traveller-panel .form-control:active, .htl-select-traveller-panel .form-control:focus, .exc-select-traveller-panel .form-control:hover, .exc-select-traveller-panel .form-control:active, .exc-select-traveller-panel .form-control:focus, .trans-select-traveller-panel .form-control:hover, .trans-select-traveller-panel .form-control:active, .trans-select-traveller-panel .form-control:focus, .insur-select-traveller-panel .form-control:hover, .insur-select-traveller-panel .form-control:active, .insur-select-traveller-panel .form-control:focus {
    outline: none;
    box-shadow: none; }

/*********** Below CSS For Top Header Part **************/
.jtt-header-section {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px; }
  .jtt-header-section .jtt-topbar {
    background-color: #35231f;
    padding: 0;
    position: relative;
    z-index: 999;
    height: 43px;
    text-align: right; }
    .jtt-header-section .jtt-topbar .jtt-txt {
      color: #ffffff;
      letter-spacing: 0.3px;
      line-height: 42px;
      padding-right: 15px; }
      .jtt-header-section .jtt-topbar .jtt-txt img {
        padding: 0px 5px; }
      .jtt-header-section .jtt-topbar .jtt-txt .jtt-link {
        color: #ffffff;
        text-decoration: none; }
        .jtt-header-section .jtt-topbar .jtt-txt .jtt-link:hover {
          color: #cccccc; }
  .jtt-header-section .jtt-navbar {
    background-color: #f1f1f1;
    border-bottom: 1px solid rgba(127, 142, 171, 0.26); }
    .jtt-header-section .jtt-navbar .jtt-brand img {
      max-width: 130px; }
    .jtt-header-section .jtt-navbar .jtt-search-criteria-section .truncate {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 1.25em;
      width: 98%; }
    .jtt-header-section .jtt-navbar .jtt-search-criteria-section .sc-heading {
      color: #333333;
      font-size: 13px;
      display: block;
      margin: 0px;
      line-height: 18px;
      font-weight: bolder; }
    .jtt-header-section .jtt-navbar .jtt-search-criteria-section small {
      display: block;
      font-size: 11px;
      color: #999999; }
    .jtt-header-section .jtt-navbar .jtt-search-criteria-section .pickup-location.truncate, .jtt-header-section .jtt-navbar .jtt-search-criteria-section .dropoff-location.truncate {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 1.25em;
      width: 95%; }
    .jtt-header-section .jtt-navbar .jtt-main-menu {
      float: right;
      white-space: nowrap;
      border-right: 1px solid rgba(127, 142, 171, 0.26); }
      .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex; }
        .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item {
          display: inline-block;
          border-left: 1px solid rgba(127, 142, 171, 0.26);
          font-size: 14px;
          color: #666666;
          line-height: 18px; }
          .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item.jtt-tab-menu {
            cursor: pointer; }
            .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item.jtt-tab-menu:hover {
              outline: none;
              background-color: #e5e5e5;
              color: #000000; }
            .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item.jtt-tab-menu.active {
              background-color: #ffffff;
              -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) ;
              -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) ;
              box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) ; }
              .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item.jtt-tab-menu.active .jtt-destkop-nav-item-btn {
                color: #000000; }
          .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .jtt-destkop-nav-item-btn {
            background-color: transparent;
            border-color: transparent;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            padding: 0px;
            line-height: 32px; }
            .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .jtt-destkop-nav-item-btn:hover, .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .jtt-destkop-nav-item-btn:active, .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .jtt-destkop-nav-item-btn:focus {
              outline: none;
              box-shadow: none !important;
              background-color: transparent;
              border-color: transparent;
              color: #000000; }
            .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .jtt-destkop-nav-item-btn .jtt-destkop-nav-item-ic {
              width: 100%;
              padding-left: 3px;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              display: inline-block;
              margin-left: 0px;
              max-width: 125px; }
              .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .jtt-destkop-nav-item-btn .jtt-destkop-nav-item-ic img {
                width: auto;
                height: 30px;
                padding-right: 2px;
                padding-right: 5px;
                padding-left: 2px;
                position: relative;
                bottom: 1px; }
            .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .jtt-destkop-nav-item-btn.dropdown-toggle::after {
              position: absolute;
              top: 25px;
              right: 8px;
              font-size: 14px; }
          .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu {
            border: none;
            min-width: 154px;
            background-color: #ffffff;
            margin-top: 0px;
            left: 0px !important;
            border-radius: 0;
            -webkit-box-shadow: 0 5px 5px rgba(57, 63, 72, 0.3) ;
            -moz-box-shadow: 0 5px 5px rgba(57, 63, 72, 0.3) ;
            box-shadow: 0 5px 5px rgba(57, 63, 72, 0.3) ; }
            .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-dd {
              font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
              font-size: 13px;
              color: #777777;
              text-align: center;
              padding: 15px 0 10px 0; }
              .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-dd a {
                color: #bf1d2d; }
                .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-dd a:hover {
                  outline: none;
                  box-shadow: none !important;
                  text-decoration: none; }
            .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-menu-list ul.list-group {
              margin: 0;
              padding: 0px 0px;
              list-style: none; }
              .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-menu-list ul.list-group li {
                border: 1px solid rgba(127, 142, 171, 0.26);
                background-color: #ffffff;
                padding: .07rem .15rem;
                font-size: 14px;
                font-weight: 500; }
                .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-menu-list ul.list-group li:first-child {
                  border-top-left-radius: 0;
                  border-top-right-radius: 0;
                  border-top: none; }
                .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-menu-list ul.list-group li:last-child {
                  border-bottom-left-radius: 0;
                  border-bottom-right-radius: 0;
                  border-bottom: none; }
                .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-menu-list ul.list-group li a {
                  color: #bf1d2d; }
                  .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-menu-list ul.list-group li a:hover {
                    outline: none;
                    box-shadow: none !important;
                    text-decoration: none;
                    color: #bf1d2d; }
                  .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-menu-list ul.list-group li a img {
                    margin-right: 8px;
                    margin-left: -5px; }
                .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-menu-list ul.list-group li:hover {
                  background: #f3f9ff; }
              .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-menu-list ul.list-group li.active {
                border-left: 3px solid #bf1d2d; }
              .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-menu-list ul.list-group li.odd {
                background: #ffffff; }
                .jtt-header-section .jtt-navbar .jtt-main-menu ul.jtt-list-grp li.jtt-list-item .jtt-destkop-nav-item .dropdown-menu .jtt-user-menu-list ul.list-group li.odd:hover {
                  background: #f3f9ff; }

/*********** Below CSS For Top Footer Part **************/
.jtt-footer-section {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px; }
  .jtt-footer-section .jtt-footer-bottombar {
    background-color: #f9f9f9;
    border-top: 1px solid rgba(127, 142, 171, 0.26); }
    .jtt-footer-section .jtt-footer-bottombar ul.jtt-primary-links {
      margin: 0;
      padding: 0;
      list-style: none; }
      .jtt-footer-section .jtt-footer-bottombar ul.jtt-primary-links li.jtt-list-item {
        display: inline;
        padding: 4px; }
        .jtt-footer-section .jtt-footer-bottombar ul.jtt-primary-links li.jtt-list-item a {
          color: #bf1d2d; }
          .jtt-footer-section .jtt-footer-bottombar ul.jtt-primary-links li.jtt-list-item a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
    .jtt-footer-section .jtt-footer-bottombar ul.jtt-secondary-links {
      margin: 0;
      padding: 0;
      list-style: none; }
      .jtt-footer-section .jtt-footer-bottombar ul.jtt-secondary-links li.jtt-list-item {
        display: inline;
        padding: 4px;
        font-size: 11px;
        color: #999999; }
        .jtt-footer-section .jtt-footer-bottombar ul.jtt-secondary-links li.jtt-list-item a {
          color: #999999; }
          .jtt-footer-section .jtt-footer-bottombar ul.jtt-secondary-links li.jtt-list-item a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
    .jtt-footer-section .jtt-footer-bottombar .jtt-footer-txt {
      color: #cccccc;
      padding: 2px 2px 5px;
      margin-right: 2px; }
    .jtt-footer-section .jtt-footer-bottombar .jtt-powered-by-txt {
      position: relative;
      top: -3px;
      color: #bbbbbb; }
    .jtt-footer-section .jtt-footer-bottombar .jtt-social-media-ic .fb-ic {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url("../images/social_ic.png") -2px -26px;
      margin-bottom: 0px !important; }
      .jtt-footer-section .jtt-footer-bottombar .jtt-social-media-ic .fb-ic:hover {
        width: 20px;
        height: 20px;
        background: url("../images/social_ic.png") -2px -2px; }
    .jtt-footer-section .jtt-footer-bottombar .jtt-social-media-ic .pin-ic {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url("../images/social_ic.png") -2px -74px;
      margin-bottom: 0px !important; }
      .jtt-footer-section .jtt-footer-bottombar .jtt-social-media-ic .pin-ic:hover {
        width: 20px;
        height: 20px;
        background: url("../images/social_ic.png") -2px -50px; }
    .jtt-footer-section .jtt-footer-bottombar .jtt-social-media-ic .tw-ic {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      background: url("../images/social_ic.png") -2px -122px;
      margin-bottom: 0px !important; }
      .jtt-footer-section .jtt-footer-bottombar .jtt-social-media-ic .tw-ic:hover {
        width: 20px;
        height: 20px;
        background: url("../images/social_ic.png") -2px -98px; }

.custom-combodate-option-cls {
  padding: 0px 16px;
  display: -webkit-box; }
  .custom-combodate-option-cls select {
    width: auto;
    padding: 0px 2px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
    font-size: 13px;
    border-color: #ced4da; }
    .custom-combodate-option-cls select option {
      padding: 0px;
      height: 25px; }
    .custom-combodate-option-cls select.day {
      margin: 0px !important;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      width: 29%; }
    .custom-combodate-option-cls select.month {
      margin: 0px -6px !important;
      border-radius: 0px;
      width: 33%; }
    .custom-combodate-option-cls select.year {
      margin: 0px !important;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      width: 38%; }
    .custom-combodate-option-cls select:hover, .custom-combodate-option-cls select:active, .custom-combodate-option-cls select:focus {
      outline: none;
      box-shadow: none; }

.trip-advisor-info-section .ta-logo-ic {
  width: 45px;
  height: 30px;
  margin-top: 3px;
  background: url("../images/trip_advisor/ta_logo_ic.png") no-repeat; }

.trip-advisor-info-section .ta-small-logo-ic {
  width: 30px;
  height: 20px;
  margin-top: 3px;
  background: url("../images/trip_advisor/ta_small_logo_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t0 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_0_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t5 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_05_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t1 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_1_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t15 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_15_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t2 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_2_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t25 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_25_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t3 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_3_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t35 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_35_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t4 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_4_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t45 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_45_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-rating.t5 {
  width: 75px;
  height: 17px;
  margin: 5px 7px 0px;
  background: url("../images/trip_advisor/ta_rating_5_5_ic.png") no-repeat; }

.trip-advisor-info-section .ta-review-txt {
  font-size: 12px;
  color: #339900;
  margin: 4px 0px; }

.trip-advisor-info-section .ta-rating-txt {
  font-size: 13px;
  color: #999999;
  margin: 4px 10px; }

/*********** Below CSS For Hotel Cancellation Modal **************/
.htl-cancellation-policy-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.htl-cancellation-policy-modal h6 {
  font-size: 13px;
  color: #bf1d2d; }

.htl-cancellation-policy-modal .close:hover, .htl-cancellation-policy-modal .close:active, .htl-cancellation-policy-modal .close:focus {
  outline: none;
  box-shadow: none; }

.htl-cancellation-policy-modal .modal-title {
  font-size: 15px;
  color: #bf1d2d;
  font-weight: 500; }

.htl-cancellation-policy-modal .htl-rm-cancellation-policy-panel {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }
  .htl-cancellation-policy-modal .htl-rm-cancellation-policy-panel .htl-rm-policy-col-heading {
    border-bottom: 1px solid rgba(127, 142, 171, 0.26);
    padding: 10px;
    color: #bf1d2d; }
  .htl-cancellation-policy-modal .htl-rm-cancellation-policy-panel .htl-rm-policy-col-txt {
    border-bottom: 1px solid rgba(127, 142, 171, 0.26);
    padding: 10px; }
    .htl-cancellation-policy-modal .htl-rm-cancellation-policy-panel .htl-rm-policy-col-txt small {
      font-size: 11px;
      font-weight: 500; }

/********* Below CSS for Insurance Listing Page - Price Break Up *********/
.insur-price-break-up-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.insur-price-break-up-modal h6 {
  font-size: 13px;
  color: #bf1d2d; }

.insur-price-break-up-modal .close:hover, .insur-price-break-up-modal .close:active, .insur-price-break-up-modal .close:focus {
  outline: none;
  box-shadow: none; }

.insur-price-break-up-modal .modal-title {
  font-size: 15px;
  color: #bf1d2d;
  font-weight: 500; }

.insur-price-break-up-modal .insur-price-break-up-panel .table thead th {
  font-size: 14px;
  color: #bf1d2d;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.insur-price-break-up-modal .insur-price-break-up-panel .table tbody td {
  padding: 10px 5px; }

.insur-price-break-up-modal .insur-price-break-up-panel .pax-title-cls {
  font-size: 13px;
  color: #bf1d2d;
  font-weight: 500;
  cursor: pointer; }

.insur-price-break-up-modal .insur-price-break-up-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Insurance Listing Page - Cover Details *********/
.insur-cover-dtl-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.insur-cover-dtl-modal h6 {
  font-size: 13px;
  color: #bf1d2d; }

.insur-cover-dtl-modal .close:hover, .insur-cover-dtl-modal .close:active, .insur-cover-dtl-modal .close:focus {
  outline: none;
  box-shadow: none; }

.insur-cover-dtl-modal .modal-title {
  font-size: 15px;
  color: #bf1d2d;
  font-weight: 500; }

.insur-cover-dtl-modal .insur-cover-dtl-panel .table thead th {
  font-size: 14px;
  color: #bf1d2d;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.insur-cover-dtl-modal .insur-cover-dtl-panel .table tbody td {
  padding: 10px 5px; }

.insur-cover-dtl-modal .insur-cover-dtl-panel .cover-title-cls {
  font-size: 13px;
  color: #bf1d2d;
  font-weight: 500;
  cursor: pointer; }

.insur-cover-dtl-modal .insur-cover-dtl-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/*********** Below CSS For My Trip Cancel Request Modal **************/
.trip-cancel-req-modal-box.modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 13px; }
  .trip-cancel-req-modal-box.modal .invalid-feedback {
    font-size: 89%; }
  .trip-cancel-req-modal-box.modal h6 {
    font-size: 15px;
    color: #bf1d2d;
    font-weight: 500; }
  .trip-cancel-req-modal-box.modal label {
    font-size: 13px;
    color: #333333;
    padding-left: 5px; }
    .trip-cancel-req-modal-box.modal label.label-strong-cls {
      font-weight: 600; }
  .trip-cancel-req-modal-box.modal textarea {
    font-weight: 400;
    color: #777777;
    font-size: 14px; }
    .trip-cancel-req-modal-box.modal textarea.form-control {
      padding: 4px 10px;
      margin: 0px;
      font-weight: 400;
      color: #777777;
      font-size: 14px; }
      .trip-cancel-req-modal-box.modal textarea.form-control:hover, .trip-cancel-req-modal-box.modal textarea.form-control:active, .trip-cancel-req-modal-box.modal textarea.form-control:focus {
        outline: none;
        box-shadow: none; }
  .trip-cancel-req-modal-box.modal .modal-dialog {
    max-width: 400px; }
  .trip-cancel-req-modal-box.modal .modal-header, .trip-cancel-req-modal-box.modal .modal-body, .trip-cancel-req-modal-box.modal .modal-footer {
    padding: 20px 30px; }
  .trip-cancel-req-modal-box.modal .modal-content {
    border-radius: 3px; }
  .trip-cancel-req-modal-box.modal .modal-footer {
    background: #fdf6f6;
    border-radius: 0 0 3px 3px; }
  .trip-cancel-req-modal-box.modal .modal-title {
    display: inline-block; }
  .trip-cancel-req-modal-box.modal button {
    border-radius: 2px; }
    .trip-cancel-req-modal-box.modal button:hover, .trip-cancel-req-modal-box.modal button:active, .trip-cancel-req-modal-box.modal button:focus {
      outline: none;
      box-shadow: none; }
  .trip-cancel-req-modal-box.modal .btn {
    border-radius: 2px;
    font-size: 13px;
    font-weight: 500; }
    .trip-cancel-req-modal-box.modal .btn:hover, .trip-cancel-req-modal-box.modal .btn:active, .trip-cancel-req-modal-box.modal .btn:focus {
      outline: none;
      box-shadow: none; }

/********* Below CSS for Flight Booking Page - Select Traveller - B2C *********/
.flt-select-traveller-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.flt-select-traveller-modal h6 {
  font-size: 13px;
  color: #bf1d2d; }

.flt-select-traveller-modal .close:hover, .flt-select-traveller-modal .close:active, .flt-select-traveller-modal .close:focus {
  outline: none;
  box-shadow: none; }

.flt-select-traveller-modal .modal-title {
  font-size: 15px;
  color: #bf1d2d;
  font-weight: 500; }

.flt-select-traveller-modal .flt-select-traveller-panel .table thead th {
  font-size: 14px;
  color: #bf1d2d;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.flt-select-traveller-modal .flt-select-traveller-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.flt-select-traveller-modal .flt-select-traveller-panel .table tbody td {
  padding: 10px 5px; }

.flt-select-traveller-modal .flt-select-traveller-panel .traveller-name-cls {
  font-size: 13px;
  color: #bf1d2d;
  font-weight: 500;
  cursor: pointer; }

.flt-select-traveller-modal .flt-select-traveller-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Hotel Booking Page - Select Traveller - B2C *********/
.htl-select-traveller-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.htl-select-traveller-modal h6 {
  font-size: 13px;
  color: #bf1d2d; }

.htl-select-traveller-modal .close:hover, .htl-select-traveller-modal .close:active, .htl-select-traveller-modal .close:focus {
  outline: none;
  box-shadow: none; }

.htl-select-traveller-modal .modal-title {
  font-size: 15px;
  color: #bf1d2d;
  font-weight: 500; }

.htl-select-traveller-modal .htl-select-traveller-panel .table thead th {
  font-size: 14px;
  color: #bf1d2d;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.htl-select-traveller-modal .htl-select-traveller-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.htl-select-traveller-modal .htl-select-traveller-panel .table tbody td {
  padding: 10px 5px; }

.htl-select-traveller-modal .htl-select-traveller-panel .traveller-name-cls {
  font-size: 13px;
  color: #bf1d2d;
  font-weight: 500;
  cursor: pointer; }

.htl-select-traveller-modal .htl-select-traveller-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Excursion Booking Page - Select Traveller - B2C *********/
.exc-select-traveller-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.exc-select-traveller-modal h6 {
  font-size: 13px;
  color: #bf1d2d; }

.exc-select-traveller-modal .close:hover, .exc-select-traveller-modal .close:active, .exc-select-traveller-modal .close:focus {
  outline: none;
  box-shadow: none; }

.exc-select-traveller-modal .modal-title {
  font-size: 15px;
  color: #bf1d2d;
  font-weight: 500; }

.exc-select-traveller-modal .exc-select-traveller-panel .table thead th {
  font-size: 14px;
  color: #bf1d2d;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.exc-select-traveller-modal .exc-select-traveller-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.exc-select-traveller-modal .exc-select-traveller-panel .table tbody td {
  padding: 10px 5px; }

.exc-select-traveller-modal .exc-select-traveller-panel .traveller-name-cls {
  font-size: 13px;
  color: #bf1d2d;
  font-weight: 500;
  cursor: pointer; }

.exc-select-traveller-modal .exc-select-traveller-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Transfer Booking Page - Select Traveller - B2C *********/
.trans-select-traveller-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.trans-select-traveller-modal h6 {
  font-size: 13px;
  color: #bf1d2d; }

.trans-select-traveller-modal .close:hover, .trans-select-traveller-modal .close:active, .trans-select-traveller-modal .close:focus {
  outline: none;
  box-shadow: none; }

.trans-select-traveller-modal .modal-title {
  font-size: 15px;
  color: #bf1d2d;
  font-weight: 500; }

.trans-select-traveller-modal .trans-select-traveller-panel .table thead th {
  font-size: 14px;
  color: #bf1d2d;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.trans-select-traveller-modal .trans-select-traveller-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.trans-select-traveller-modal .trans-select-traveller-panel .table tbody td {
  padding: 10px 5px; }

.trans-select-traveller-modal .trans-select-traveller-panel .traveller-name-cls {
  font-size: 13px;
  color: #bf1d2d;
  font-weight: 500;
  cursor: pointer; }

.trans-select-traveller-modal .trans-select-traveller-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/********* Below CSS for Insurance Booking Page - Select Traveller - B2C *********/
.insur-select-traveller-modal .modal-body {
  overflow-y: auto;
  min-height: 250px;
  padding: 0; }

.insur-select-traveller-modal h6 {
  font-size: 13px;
  color: #bf1d2d; }

.insur-select-traveller-modal .close:hover, .insur-select-traveller-modal .close:active, .insur-select-traveller-modal .close:focus {
  outline: none;
  box-shadow: none; }

.insur-select-traveller-modal .modal-title {
  font-size: 15px;
  color: #bf1d2d;
  font-weight: 500; }

.insur-select-traveller-modal .insur-select-traveller-panel .table thead th {
  font-size: 14px;
  color: #bf1d2d;
  font-weight: 600;
  border-top: none;
  border-bottom: none;
  padding: 10px 5px; }

.insur-select-traveller-modal .insur-select-traveller-panel .table-custom-scrollbar {
  max-height: 470px;
  overflow: hidden;
  position: relative;
  display: block; }

.insur-select-traveller-modal .insur-select-traveller-panel .table tbody td {
  padding: 10px 5px; }

.insur-select-traveller-modal .insur-select-traveller-panel .traveller-name-cls {
  font-size: 13px;
  color: #bf1d2d;
  font-weight: 500;
  cursor: pointer; }

.insur-select-traveller-modal .insur-select-traveller-panel .normal-txt {
  font-size: 13px;
  color: #333333;
  font-weight: 500; }

/*********** Below CSS For Home Page Main Body Part **************/
.jtt-mainbody-section .jtt-booking-engine-bg {
  background-image: url("../images/banner/slide-1.jpg");
  min-height: 700px;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .jtt-mainbody-section .jtt-booking-engine-bg .jtt-be-tab-section ul.tab-list-group {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0px 6px;
    list-style: none;
    position: -webkit-sticky;
    position: sticky;
    top: 45px; }
    .jtt-mainbody-section .jtt-booking-engine-bg .jtt-be-tab-section ul.tab-list-group li {
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      border-right: none;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      position: relative;
      left: -6px;
      top: -6px;
      margin-right: -28px;
      background-color: #f3f9ff;
      padding: .15rem .15rem;
      z-index: 0; }
      .jtt-mainbody-section .jtt-booking-engine-bg .jtt-be-tab-section ul.tab-list-group li:first-child {
        border-top-left-radius: 8px; }
      .jtt-mainbody-section .jtt-booking-engine-bg .jtt-be-tab-section ul.tab-list-group li:last-child {
        border-bottom: none;
        border-bottom-left-radius: 8px; }
      .jtt-mainbody-section .jtt-booking-engine-bg .jtt-be-tab-section ul.tab-list-group li a {
        color: #333333; }
        .jtt-mainbody-section .jtt-booking-engine-bg .jtt-be-tab-section ul.tab-list-group li a img {
          width: 32px;
          margin-right: 3px;
          margin-left: 2px; }
        .jtt-mainbody-section .jtt-booking-engine-bg .jtt-be-tab-section ul.tab-list-group li a .tab-right-arrow {
          width: 20px;
          height: 20px;
          position: absolute;
          right: 5px;
          top: 15px;
          z-index: 2;
          background: url("../images/be_tab_right_arrow.png") no-repeat; }
      .jtt-mainbody-section .jtt-booking-engine-bg .jtt-be-tab-section ul.tab-list-group li.active {
        background-color: #ffffff;
        border-color: rgba(127, 142, 171, 0.26); }
  .jtt-mainbody-section .jtt-booking-engine-bg .jtt-be-form-section {
    background-color: #ffffff;
    border-bottom: none; }

/*********** Below CSS For General Pages Part **************/
.jtt-mainbody-section .jtt-general-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .jtt-mainbody-section .jtt-general-wht-bg .general-title {
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 22px;
    font-weight: 500;
    color: #bf1d2d; }
  .jtt-mainbody-section .jtt-general-wht-bg .sub-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #777777; }
  .jtt-mainbody-section .jtt-general-wht-bg .general-txt {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px 0;
    text-align: justify;
    color: #555555; }
    .jtt-mainbody-section .jtt-general-wht-bg .general-txt ul {
      padding: 0px; }
      .jtt-mainbody-section .jtt-general-wht-bg .general-txt ul li {
        list-style: disc;
        margin: 0 0 0 15px;
        padding: 0 0 5px 0; }
  .jtt-mainbody-section .jtt-general-wht-bg .jtt-address-txt {
    font-size: 13px;
    color: #333333;
    font-weight: 500; }
    .jtt-mainbody-section .jtt-general-wht-bg .jtt-address-txt h6 {
      color: #bf1d2d; }
    .jtt-mainbody-section .jtt-general-wht-bg .jtt-address-txt ul {
      padding: 0px; }
      .jtt-mainbody-section .jtt-general-wht-bg .jtt-address-txt ul li {
        list-style: disc;
        margin: 0 0 0 15px;
        padding: 0 0 5px 0; }
    .jtt-mainbody-section .jtt-general-wht-bg .jtt-address-txt a {
      font-size: 14px;
      color: #2c97fc;
      text-decoration: none; }
      .jtt-mainbody-section .jtt-general-wht-bg .jtt-address-txt a:hover {
        color: #2c97fc;
        text-decoration: none; }
  .jtt-mainbody-section .jtt-general-wht-bg .jtt-general-form-box-pd {
    padding: 12px 15px 25px;
    border: 1px solid #d5dde8;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    -moz-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ; }
    .jtt-mainbody-section .jtt-general-wht-bg .jtt-general-form-box-pd .general-form-title {
      font-size: 24px;
      color: #bf1d2d;
      font-weight: 500; }
  .jtt-mainbody-section .jtt-general-wht-bg .general-social-media-section .cp-fb-ic {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background: url("../images/cp_social_ic.png") -5px -5px; }
    .jtt-mainbody-section .jtt-general-wht-bg .general-social-media-section .cp-fb-ic:hover {
      width: 32px;
      height: 32px;
      background: url("../images/cp_social_ic.png") -5px -47px; }
  .jtt-mainbody-section .jtt-general-wht-bg .general-social-media-section .cp-pin-ic {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background: url("../images/cp_social_ic.png") -5px -89px; }
    .jtt-mainbody-section .jtt-general-wht-bg .general-social-media-section .cp-pin-ic:hover {
      width: 32px;
      height: 32px;
      background: url("../images/cp_social_ic.png") -5px -131px; }
  .jtt-mainbody-section .jtt-general-wht-bg .general-social-media-section .cp-tw-ic {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    background: url("../images/cp_social_ic.png") -5px -173px; }
    .jtt-mainbody-section .jtt-general-wht-bg .general-social-media-section .cp-tw-ic:hover {
      width: 32px;
      height: 32px;
      background: url("../images/cp_social_ic.png") -5px -215px; }

/*********** Below CSS For Flight Listing Page - One Way + Round Trip Section Part **************/
.jtt-flt-listing-section .jtt-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 46px; }
  .jtt-flt-listing-section .jtt-topbar-bg.modify-active {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 2px 4px #cccccc;
    position: relative; }
  .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn {
    display: block; }
    .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a {
      font-size: 13px;
      padding: 5px 12px;
      font-weight: bold; }
      .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a i {
        font-size: 15px;
        margin-right: 3px;
        width: 10px; }
      .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.active {
        color: #ffffff;
        box-shadow: inset 0 0 0.25em 0.025em #000000;
        background-color: #333333;
        border-color: #000000; }
      .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive {
        color: #333333;
        background-color: #f9f9f9;
        border-color: #999999;
        box-shadow: 0 2px 0 #eeeeee; }
        .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive:active, .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive:focus {
          background-color: #dddddd;
          color: #000000; }
  .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .switch-control-btn {
    display: block; }
    .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .switch-control-btn a {
      font-size: 13px;
      padding: 5px 15px;
      font-weight: bold; }
      .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .switch-control-btn a.active {
        color: #ffffff;
        box-shadow: inset 0 0 0.25em 0.025em #000000;
        background-color: #333333;
        border-color: #000000; }
      .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .switch-control-btn a.notActive {
        color: #333333;
        background-color: #f9f9f9;
        border-color: #999999;
        box-shadow: 0 2px 0 #eeeeee; }
        .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .switch-control-btn a.notActive:active, .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .switch-control-btn a.notActive:focus {
          background-color: #dddddd;
          color: #000000; }
      .jtt-flt-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .switch-control-btn a .badge {
        border-radius: 3px;
        background-color: #cc0000;
        margin: 0px 0px 0 6px;
        padding: 3px 6px;
        color: #ffffff;
        width: auto;
        height: 20px;
        font-size: 13px;
        font-weight: 500; }

.jtt-flt-listing-section .jtt-filter-side-panel {
  max-width: 190px;
  margin-bottom: 54px; }
  .jtt-flt-listing-section .jtt-filter-side-panel .showing-result-section {
    height: 34px;
    font-size: 13px;
    color: #666666;
    padding: 8px 5px 0 0;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0; }
    .jtt-flt-listing-section .jtt-filter-side-panel .showing-result-section .resultsCount {
      color: #333333; }
    .jtt-flt-listing-section .jtt-filter-side-panel .showing-result-section .flt-sp-reset-filter {
      float: right;
      font-size: 12px;
      text-decoration: none;
      color: #6699cc; }
      .jtt-flt-listing-section .jtt-filter-side-panel .showing-result-section .flt-sp-reset-filter:hover, .jtt-flt-listing-section .jtt-filter-side-panel .showing-result-section .flt-sp-reset-filter:active, .jtt-flt-listing-section .jtt-filter-side-panel .showing-result-section .flt-sp-reset-filter:focus {
        outline: none;
        box-shadow: none;
        color: #bf1d2d; }
  .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group {
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group:last-child {
      border-bottom: none; }
    .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel {
      color: #000000; }
      .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .side-panel-title .sp-label {
        display: block;
        padding: 4px 2px 1px 0px;
        text-decoration: none;
        color: #454545;
        font-size: 13px; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .side-panel-title .sp-label:hover, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .side-panel-title .sp-label:active, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .side-panel-title .sp-label:focus {
          outline: none;
          box-shadow: none;
          color: #454545;
          text-decoration: none; }
      .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .side-panel-title i {
        font-size: 17px;
        width: 15px;
        text-align: center; }
      .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .sp-airline-section-reset-link {
        float: right;
        font-size: 11px;
        text-decoration: none;
        color: #6699cc;
        padding: 8px 5px 0 0;
        font-weight: 400; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .sp-airline-section-reset-link:hover, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .sp-airline-section-reset-link:active, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .flt-side-panel-heading .sp-airline-section-reset-link:focus {
          outline: none;
          box-shadow: none;
          color: #bf1d2d; }
      .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-price-section, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-trip-duration-section, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-layover-duration-section {
        min-height: 52px; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-price-section .range-min-label, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-trip-duration-section .range-min-label, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-layover-duration-section .range-min-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          left: 12px; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-price-section .range-max-label, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-trip-duration-section .range-max-label, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-layover-duration-section .range-max-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          right: 7px; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-price-section .ui-slider-horizontal, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-trip-duration-section .ui-slider-horizontal, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-layover-duration-section .ui-slider-horizontal {
          background-color: #bbbbbb !important; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-price-section .ui-state-hover, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-price-section .ui-state-focus, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-trip-duration-section .ui-state-hover, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-trip-duration-section .ui-state-focus, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-layover-duration-section .ui-state-hover, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-layover-duration-section .ui-state-focus {
          height: 24px;
          width: 24px;
          display: inline-block;
          position: absolute;
          margin: 0;
          top: -9px;
          background-color: transparent !important;
          margin-left: -10px;
          z-index: 2;
          background-image: url("../images/price_range_wheel.png") !important;
          background-repeat: no-repeat;
          outline: none;
          cursor: pointer; }
      .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list {
          margin-bottom: 15px;
          padding: 0;
          list-style: none; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li {
            width: auto;
            margin-right: -6px;
            display: inline-block; }
            .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li label {
              padding: 8px 10px 6px;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding-left: 9px;
              -webkit-transition: all .1s linear;
              transition: all .1s linear;
              margin-bottom: -1px;
              border: 1px solid #dddddd;
              color: #333333;
              background: #ffffff;
              font-size: 11px;
              font-weight: 500;
              width: 100%;
              cursor: pointer; }
              .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li label span {
                color: #aaaaaa; }
            .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li:first-child label {
              border-top-left-radius: .5em;
              border-bottom-left-radius: .5em;
              border-top-right-radius: 0;
              border-bottom-right-radius: 0; }
            .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li:last-child label {
              border-top-left-radius: 0;
              border-bottom-left-radius: 0;
              border-top-right-radius: .5em;
              border-bottom-right-radius: .5em; }
            .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li input[type="checkbox"], .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li input[type="radio"] {
              display: none; }
            .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li input[type="checkbox"]:checked + label, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-stops-section ul.sp-stops-section-list li input[type="radio"]:checked + label {
              background-color: #333333;
              color: #ffffff;
              border-color: #000000;
              text-shadow: none; }
      .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list {
          margin-bottom: 15px;
          padding: 0;
          list-style: none; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li label {
            padding: 8px 10px 6px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 9px;
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            margin-bottom: -1px;
            border: 1px solid #dddddd;
            color: #333333;
            background: #ffffff;
            font-size: 11px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li label span {
              color: #aaaaaa; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li:first-child label {
            border-top-left-radius: .5em;
            border-top-right-radius: .5em; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li:last-child label {
            border-bottom-left-radius: .5em;
            border-bottom-right-radius: .5em; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li input[type="checkbox"], .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li input[type="radio"] {
            display: none; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li input[type="checkbox"]:checked + label, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-dept-tm-section ul.sp-dept-tm-section-list li input[type="radio"]:checked + label {
            background-color: #333333;
            color: #ffffff;
            border-color: #000000;
            text-shadow: none; }
      .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list {
          margin-bottom: 15px;
          padding: 0;
          list-style: none; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li label {
            padding: 8px 10px 6px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 9px;
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            margin-bottom: -1px;
            border: 1px solid #dddddd;
            color: #333333;
            background: #ffffff;
            font-size: 11px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li label span {
              color: #aaaaaa; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li:first-child label {
            border-top-left-radius: .5em;
            border-top-right-radius: .5em; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li:last-child label {
            border-bottom-left-radius: .5em;
            border-bottom-right-radius: .5em; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li input[type="checkbox"], .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li input[type="radio"] {
            display: none; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li input[type="checkbox"]:checked + label, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-retn-tm-section ul.sp-retn-tm-section-list li input[type="radio"]:checked + label {
            background-color: #333333;
            color: #ffffff;
            border-color: #000000;
            text-shadow: none; }
      .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter {
        margin: 0;
        padding: 0;
        list-style: none; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter label {
          font-size: 11px;
          font-weight: 500;
          padding: 1px 0;
          cursor: default;
          display: block;
          position: relative;
          color: #666666; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter label .showOnly, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter label .showCalOnly {
            display: none;
            position: absolute;
            font-size: 11px;
            top: 5px;
            text-decoration: none; }
          .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter label small {
            font-size: 11px;
            margin-top: 2px;
            color: #999999; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter input[type="checkbox"] {
          vertical-align: middle;
          position: relative;
          top: -1px; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter .fRight {
          float: right; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter .truncate {
          vertical-align: middle; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter .truncate {
          width: 42%;
          display: inline-block;
          width: 75px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter label:hover .showOnly, .jtt-flt-listing-section .jtt-filter-side-panel .flt-side-panel-group .side-panel .sp-airline-section ul.sp-airlines-list-filter label:hover .showCalOnly {
          display: inline-block;
          text-decoration: none; }

.jtt-flt-listing-section .jtt-listing-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .jtt-flt-listing-section .jtt-listing-bg .jtt-sorter-section {
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: 1px solid #d3e4f5;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 3; }
    .jtt-flt-listing-section .jtt-listing-bg .jtt-sorter-section.jtt-sticky-topbar {
      background-color: #f3f9ff; }
    .jtt-flt-listing-section .jtt-listing-bg .jtt-sorter-section .sorter-tab-list {
      border-top: 1px solid #d3e4f5;
      padding: 0 20px; }
      .jtt-flt-listing-section .jtt-listing-bg .jtt-sorter-section .sorter-tab-list .sorter-list-item a {
        padding: 0 10px 0 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #bf1d2d;
        position: relative; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-sorter-section .sorter-tab-list .sorter-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-sorter-section .sorter-tab-list .sorter-list-item a.active-sorter {
          text-decoration: none;
          border-bottom: 3px solid #bf1d2d; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-sorter-section .sorter-tab-list .sorter-list-item a.sortAsc::before {
          content: "";
          display: block;
          background: url("../images/sort_asc_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-sorter-section .sorter-tab-list .sorter-list-item a.sortDes::before {
          content: "";
          display: block;
          background: url("../images/sort_des_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
  .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section {
    padding: 0px 0px 10px; }
    .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item {
      padding: 10px 0 5px;
      border-bottom: 1px solid #eeeeee;
      margin: 0 20px;
      cursor: pointer; }
      .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-airline-info .airline-ic img {
        width: 27px;
        height: 23px;
        margin-right: 2px;
        margin-left: 2px; }
      .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-airline-info .airline-mc-ic img {
        width: 23px;
        height: 19px;
        margin-right: 2px;
        margin-left: 2px; }
      .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-airline-info .airline-name {
        font-size: 11px;
        color: #999999;
        margin-top: 3px; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-airline-info .airline-code {
            font-size: 11px;
            color: #999999;
            margin-top: 3px;
        }
      .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-segment-info .depart-cls, .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-segment-info .arrive-cls, .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-segment-info .duration-cls {
        font-size: 14px;
        color: #333333; }
      .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-segment-info .next-day, .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-segment-info .route-cls, .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-segment-info .stop-cls {
        font-size: 11px;
        color: #999999; }
      .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-segment-info .flt-dtl-list-link {
        margin-top: -2px; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-segment-info .flt-dtl-list-link.active-list-link .flt-dtl-item-link a:hover {
          text-decoration: none;
          border-bottom: 4px solid #bf1d2d; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-segment-info .flt-dtl-list-link .flt-dtl-item-link a {
          display: inline-block;
          font-size: 11px;
          line-height: 18px;
          height: 26px;
          color: #bf1d2d;
          position: relative; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-segment-info .flt-dtl-list-link .flt-dtl-item-link a:hover {
            outline: none;
            box-shadow: none !important;
            text-decoration: none; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-segment-info .flt-dtl-list-link .flt-dtl-item-link a.active {
            text-decoration: none;
            border-bottom: 4px solid #bf1d2d; }
      .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-price-info {
        font-size: 14px;
        color: #000000;
        font-weight: bold; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-price-info .currency {
          font-weight: 500;
          opacity: .6; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-price-info .seat-left-status-info {
          width: 28px;
          height: 28px; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-price-info .seat-left-status-info .seat-left-badge {
            color: #ffffff;
            background-color: #bf1d2d;
            padding: 3px 7px 4px;
            font-size: 11px;
            border-radius: 3px;
            font-weight: 600; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-price-info .seat-left-status-info .seat-left-txt {
            font-size: 10px;
            padding-top: 2px;
            position: relative;
            left: 1px;
            text-transform: uppercase;
            color: #6b788f;
            letter-spacing: 0.3px; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-price-info .flt-bag-status-info {
          width: 28px;
          height: 28px; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-price-info .flt-bag-status-info .flt-bag-available {
            width: 24px;
            height: 24px;
            background: url("../images/flt_list_bag_ic.png") -2px -2px; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-price-info .flt-bag-status-info .flt-no-bag-available {
            width: 24px;
            height: 24px;
            background: url("../images/flt_list_bag_ic.png") -2px -30px; }
      .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section {
        border-top: 1px solid #cccccc;
        box-shadow: 0 1px 5px #dddddd inset;
        margin-bottom: 10px;
        border-radius: 2px;
        cursor: default; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section {
          min-height: 180px;/*210px*/
          padding: 20px; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .main-heading {
            font-size: 15px;
            font-weight: 500;
            line-height: 18px; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .main-heading small {
              font-size: 12px;
              color: #999999; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .main-heading .highlight-badge {
              background-color: #bf1d2d;
              font-size: 10px;
              color: #ffffff;
              padding: 4px 7px;
              text-transform: uppercase; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .main-heading .refundable-badge {
              background-color: #339900;
              font-size: 10px;
              color: #ffffff;
              padding: 4px 7px;
              text-transform: uppercase; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .main-heading .non-refundable-badge {
              background-color: #cc3333;
              font-size: 10px;
              color: #ffffff;
              padding: 4px 7px;
              text-transform: uppercase; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .highlight-label {
            background-color: #fdeaea;
            border: 1px solid #f7dbdb;
            padding: 1px 8px 4px;
            border-radius: 4px; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .highlight-label .imp-badge-label {
              background: #bf0b0b;
              color: #ffffff;
              font-size: 10px;
              padding: 4px 7px;
              text-transform: uppercase; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .highlight-label .imp-msg {
              font-size: 13px;
              color: #c05353; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-ic img {
            width: 27px;
            height: 23px; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-info .airline-name {
            font-size: 13px; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-info .airline-code {
                font-size: 13px;
            }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-info .airline-no {
            font-size: 11px;
            color: #999999; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-info .travel-cls {
            font-size: 11px;
            color: #999999; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-info .route-cls {
            font-size: 11px;
            color: #999999; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .airline-info .operated-by {
            font-size: 11px;
            color: #999999;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            line-height: 1.25em; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-dept-info {
            text-align: right;
            line-height: 16px;
            letter-spacing: 0.3px; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-code {
              font-size: 17px; }
              .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-code .flt-time {
                font-size: 17px;
                font-weight: bold; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-dept-info .flt-date {
              font-size: 11px; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-name {
              font-size: 11px;
              color: #999999; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-arrival-info {
            text-align: left;
            line-height: 16px;
            letter-spacing: 0.3px; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-code {
              font-size: 17px; }
              .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-code .flt-time {
                font-size: 17px;
                font-weight: bold; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-arrival-info .flt-date {
              font-size: 11px; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-name {
              font-size: 11px;
              color: #999999; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-duration-info .itinerary-clock {
            width: 22px;
            height: 22px;
            display: inline-block;
            background: url("../images/flt_clock.png") center center no-repeat;
            position: relative;
            top: 3px; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-duration-info .duration {
            font-size: 11px;
            color: #999999; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-bus-station {
            width: 20px;
            height: 20px;
            position: absolute;
            margin-left: 2px;
            margin-top: -1px;
            z-index: 2;
            background: url("../images/flt_bus_stn_ic.png") no-repeat; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-train-station {
            width: 20px;
            height: 20px;
            position: absolute;
            margin-left: 2px;
            margin-top: -1px;
            z-index: 2;
            background: url("../images/flt_train_stn_ic.png") no-repeat; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item:first-child {
            border-top: 1px dotted #cccccc; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item.baggage-unavailable-status {
            border-top: none; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-unavailable-msg {
            font-size: 13px;
            color: #777777;
            opacity: 0.4; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info {
            font-size: 13px;
            border-bottom: 1px dotted #cccccc;
            color: #777777;
            padding: 1px 10px 4px; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info .baggage-val {
              color: #555555;
              position: absolute;
              right: 10px;
              font-weight: normal; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section {
            border-left: 1px solid #cccccc; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .sub-heading {
              font-size: 12px; }
              .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .sub-heading small {
                color: #999999; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .note-panel {
              font-size: 11px;
              line-height: 13px;
              color: #999999; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item:first-child {
              border-top: 1px dotted #cccccc; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .fare-breakup-info {
              font-size: 13px;
              border-bottom: 1px dotted #cccccc;
              color: #777777;
              padding: 3px 10px 4px;
              line-height: 18px; }
              .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .fare-breakup-info .fare-breakup-val {
                color: #555555;
                position: absolute;
                right: 10px; }
                .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .fare-breakup-info .fare-breakup-val .currency {
                  font-weight: 500;
                  opacity: .6; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .total-label {
              font-weight: bold; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .sub-heading {
            font-size: 12px; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .sub-heading small {
              color: #999999; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item:first-child {
            border-top: 1px dotted #cccccc; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-note-msg {
            font-size: 11px;
            color: #777777;
            line-height: 18px;
            padding: 3px;
            border-top: none;
            border-bottom: none; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info {
            font-size: 13px;
            border-bottom: 1px dotted #cccccc;
            color: #777777;
            padding: 3px 10px 4px;
            line-height: 18px; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info .refund-policy-val {
              color: #555555;
              position: absolute;
              right: 10px; }
              .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info .refund-policy-val .currency {
                font-weight: 500;
                opacity: .6; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info {
            font-size: 11px;
            border-bottom: 1px dotted #cccccc;
            color: #777777;
            padding: 3px 10px 4px;
            line-height: 18px; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info .cancellation-child-val {
              color: #555555;
              position: absolute;
              right: 10px; }
              .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info .cancellation-child-val .currency {
                font-weight: 500;
                opacity: .6; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .total-label {
            font-weight: bold; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-fr-custom-scrollbar {
            max-height: 350px;
            overflow: hidden;
            position: relative;
            font-size: 13px;
            color: #333333; }
          .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-layover-info-panel .layover-info {
            border-bottom: 1px dotted #e2e2e2;
            text-align: center; }
            .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .flt-more-dtl-section section .flt-dtl-layover-info-panel .layover-info .layover-time {
              background-color: #ffffff;
              font-size: 12px;
              color: #999999;
              position: absolute;
              top: -14px;
              left: 40%; }
      .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .no-record-list-item {
        font-size: 13px;
        font-weight: 600;
        color: #6b788f;
        line-height: 17px; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-info-list-item .no-record-list-item img {
          width: 85px; }
    .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-grp-list-section {
      position: relative;
      top: -3px;
      margin-bottom: -10px; }
      .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-grp-list-section .grp-list-link-panel {
        width: 315px;
        height: 20px;
        display: inline-block;
        background: url("../images/flt_more_opt_bg_ic.png") center center no-repeat;
        color: #85a3e0;
        font-size: 11px;
        line-height: 11px;
        cursor: pointer; }
        .jtt-flt-listing-section .jtt-listing-bg .jtt-flt-listview-section .flt-grp-list-section .grp-list-link-panel:hover {
          color: #bf1d2d; }

.jtt-flt-listing-section .jtt-rt-listing-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .jtt-flt-listing-section .jtt-rt-listing-bg .flt-rt-list-col:first-child {
    border-right: 1px solid #dddddd; }
  .jtt-flt-listing-section .jtt-rt-listing-bg .flt-rt-error-msg {
    font-size: 13px;
    font-weight: 600;
    color: #cc0000;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0; }
  .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section {
    padding: 25px 20px 5px 20px; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section.flt-rt-error-summary {
      pointer-events: none;
      opacity: 0.3; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-total-price {
      font-size: 36px;
      font-weight: bold;
      line-height: 36px; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-total-price .currency {
        font-weight: 600; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link {
        line-height: 18px;
        margin: 0 1px;
        padding: 0; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li {
          display: inline;
          padding-left: 5px;
          font-size: 11px;
          font-weight: normal; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li:first-child {
            padding-left: 0px; }
            .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li:first-child:before {
              content: ""; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li:before {
            content: " . ";
            color: #cccccc;
            font-weight: bold;
            position: relative;
            left: -1px;
            bottom: 3px; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li a {
            color: #85a3e0; }
            .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li a:hover, .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li a:active, .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li a:focus {
              outline: none;
              box-shadow: none;
              text-decoration: none; }
            .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-total-price ul.flt-rt-sel-list-link li a.active {
              color: #bf1d2d;
              text-decoration: none;
              border-bottom: 4px solid #bf1d2d; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info {
      border-top: 1px solid #cccccc;
      box-shadow: 0 1px 5px #dddddd inset;
      margin-bottom: 5px;
      margin-top: 3px;
      border-radius: 2px; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section {
        padding: 20px; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .main-heading {
          font-size: 15px;
          font-weight: 500;
          line-height: 18px; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .main-heading small {
            font-size: 12px;
            color: #999999; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .main-heading .highlight-badge {
            background-color: #bf1d2d;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .main-heading .refundable-badge {
            background-color: #339900;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .main-heading .non-refundable-badge {
            background-color: #cc3333;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .airline-ic img {
          width: 27px;
          height: 23px; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .airline-info .airline-name {
          font-size: 13px; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .airline-info .airline-code {
            font-size: 13px;
        }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .airline-info .route-cls {
          font-size: 11px;
          color: #999999; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item:first-child {
          border-top: 1px dotted #cccccc; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item.baggage-unavailable-status {
          border-top: none; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-unavailable-msg {
          font-size: 13px;
          color: #777777;
          opacity: 0.4; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info {
          font-size: 13px;
          border-bottom: 1px dotted #cccccc;
          color: #777777;
          padding: 1px 10px 4px; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info .baggage-val {
            color: #555555;
            position: absolute;
            right: 10px;
            font-weight: normal; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section {
          border-left: 1px solid #cccccc; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .sub-heading {
            font-size: 12px; }
            .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .sub-heading small {
              color: #999999; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .note-panel {
            font-size: 11px;
            line-height: 13px;
            color: #999999; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item:first-child {
            border-top: 1px dotted #cccccc; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .fare-breakup-info {
            font-size: 13px;
            border-bottom: 1px dotted #cccccc;
            color: #777777;
            padding: 3px 10px 4px;
            line-height: 18px; }
            .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .fare-breakup-info .fare-breakup-val {
              color: #555555;
              position: absolute;
              right: 10px; }
              .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .fare-breakup-info .fare-breakup-val .currency {
                font-weight: 500;
                opacity: .6; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-rt-section .flt-fare-breakup-info-panel .fare-brkp-list-item .total-label {
            font-weight: bold; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .sub-heading {
          font-size: 12px; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .sub-heading small {
            color: #999999; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item:first-child {
          border-top: 1px dotted #cccccc; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-note-msg {
          font-size: 11px;
          color: #777777;
          line-height: 18px;
          padding: 3px;
          border-top: none;
          border-bottom: none; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info {
          font-size: 13px;
          border-bottom: 1px dotted #cccccc;
          color: #777777;
          padding: 3px 10px 4px;
          line-height: 18px; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info .refund-policy-val {
            color: #555555;
            position: absolute;
            right: 10px; }
            .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .refund-policy-info .refund-policy-val .currency {
              font-weight: 500;
              opacity: .6; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info {
          font-size: 11px;
          border-bottom: 1px dotted #cccccc;
          color: #777777;
          padding: 3px 10px 4px;
          line-height: 18px; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info .cancellation-child-val {
            color: #555555;
            position: absolute;
            right: 10px; }
            .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .cancellation-child-info .cancellation-child-val .currency {
              font-weight: 500;
              opacity: .6; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-refund-policy-info-panel .policy-list-item .total-label {
          font-weight: bold; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-more-info section .flt-dtl-info-panel .flt-fare-rules-lt-section .flt-fr-custom-scrollbar {
          max-height: 350px;
          overflow: hidden;
          position: relative;
          font-size: 13px;
          color: #333333; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-summary .airline-ic img {
      width: 23px;
      height: 19px;
      margin-right: 2px;
      margin-left: 2px; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-summary .airline-name {
      font-size: 11px; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-summary .airline-code {
        font-size: 11px;
    }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .flt-rt-sel-summary .flt-info-cls {
      font-size: 11px;
      color: #999999;
      line-height: 14px; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-selected-section .jtt-primary-btn {
      font-size: 15px; }
  .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-rt-title-bg {
    box-sizing: border-box;
    height: 34px;
    background-color: #f1f8ff;
    padding: 8px 0 0 20px;
    font-size: 13px;
    text-shadow: 0 1px #ffffff;
    border-bottom: 1px solid #f1f8ff;
    border-top: 1px solid #f1f8ff; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-rt-title-bg.jtt-rt-sticky-titlebar {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 1; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-rt-title-bg .flt-date {
      color: #798bb0; }
  .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-rt-sorter-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-rt-sorter-section.jtt-rt-sticky-sorterbar {
      position: -webkit-sticky;
      position: sticky;
      top: 34px;
      z-index: 1; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-rt-sorter-section.jtt-rt-sticky-topbar {
      background-color: #f3f9ff; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-rt-sorter-section .sorter-tab-list {
      border-top: 1px solid #d3e4f5;
      padding: 0 20px; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-rt-sorter-section .sorter-tab-list .sorter-list-item a {
        padding: 0 10px 0 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #bf1d2d;
        position: relative; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-rt-sorter-section .sorter-tab-list .sorter-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-rt-sorter-section .sorter-tab-list .sorter-list-item a.active-sorter {
          text-decoration: none;
          border-bottom: 3px solid #bf1d2d; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-rt-sorter-section .sorter-tab-list .sorter-list-item a.sortAsc::before {
          content: "";
          display: block;
          background: url("../images/sort_asc_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-rt-sorter-section .sorter-tab-list .sorter-list-item a.sortDes::before {
          content: "";
          display: block;
          background: url("../images/sort_des_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
  .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section {
    padding: 0px 0px 10px; }
    .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item {
      padding: 10px 10px 2px 20px;
      border-bottom: 1px solid #eeeeee;
      margin: 0px;
      cursor: pointer; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item.active-item {
        background-color: whitesmoke;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-transition: none 1s ease-in-out;
        -moz-transition: none 1s ease-in-out;
        -ms-transition: none 1s ease-in-out;
        -o-transition: none 1s ease-in-out;
        transition: none 1s ease-in-out; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .airline-ic img {
        width: 27px;
        height: 23px;
        margin-right: 2px;
        margin-left: 2px; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .airline-name {
        font-size: 10px;
        color: #999999; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .airline-code {
            font-size: 10px;
            color: #999999;
        }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .airline-name.truncate {
          width: 110px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          line-height: 1.25em;
          display: block; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .airline-name .airline-code {
          color: #cccccc; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .depart-cls, .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .arrive-cls {
        font-size: 13px; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .duration-cls {
        font-size: 12px;
        color: #333333; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .next-day, .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .route-cls, .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .stop-cls {
        font-size: 10px;
        color: #999999; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .layover-cls .layover {
        position: relative;
        background: #ffffff;
        font-size: 10px;
        color: #999999;
        padding: 2px 5px;
        top: -6px; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-segment-info .layover-cls hr {
        border-top: 1px dotted #cccccc;
        position: absolute;
        width: 100%;
        top: -6px; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info {
        font-size: 13px; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .currency {
          opacity: .6; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .seat-left-status-info {
          width: 28px;
          height: 28px; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .seat-left-status-info .seat-left-badge {
            color: #ffffff;
            background-color: #bf1d2d;
            padding: 3px 7px 4px;
            font-size: 11px;
            border-radius: 3px;
            font-weight: 600; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .seat-left-status-info .seat-left-txt {
            font-size: 10px;
            padding-top: 2px;
            position: relative;
            left: 1px;
            text-transform: uppercase;
            color: #6b788f;
            letter-spacing: 0.3px; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .flt-bag-status-info {
          width: 28px;
          height: 28px; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .flt-bag-status-info .flt-bag-available {
            width: 24px;
            height: 24px;
            background: url("../images/flt_list_bag_ic.png") -2px -2px; }
          .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .flt-price-info .flt-bag-status-info .flt-no-bag-available {
            width: 24px;
            height: 24px;
            background: url("../images/flt_list_bag_ic.png") -2px -30px; }
      .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .no-record-list-item {
        font-size: 13px;
        font-weight: 600;
        color: #6b788f;
        line-height: 17px; }
        .jtt-flt-listing-section .jtt-rt-listing-bg .jtt-flt-rt-listview-section .flt-rt-info-list-item .no-record-list-item img {
          width: 85px; }

/*********** Below CSS For Flight Booking Page **************/
.jtt-flt-booking-page-section .flt-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .jtt-flt-booking-page-section .flt-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #bf1d2d; }

.jtt-flt-booking-page-section .flt-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section {
      cursor: default; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section {
        min-height: 210px;
        padding: 20px; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .main-heading {
          font-size: 20px;
          font-weight: bold;
          line-height: 18px; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .main-heading small {
            font-size: 12px;
            color: #999999; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .main-heading .highlight-badge {
            background-color: #bf1d2d;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .main-heading .refundable-badge {
            background-color: #339900;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .main-heading .non-refundable-badge {
            background-color: #cc3333;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .highlight-label {
          background-color: #fdeaea;
          border: 1px solid #f7dbdb;
          padding: 1px 8px 4px;
          border-radius: 4px; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .highlight-label .imp-badge-label {
            background: #bf0b0b;
            color: #ffffff;
            font-size: 10px;
            padding: 4px 7px;
            text-transform: uppercase; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .highlight-label .imp-msg {
            font-size: 13px;
            color: #c05353; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .airline-ic img {
          width: 27px;
          height: 23px; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .airline-info .airline-name {
          font-size: 13px; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .airline-info .airline-no {
          font-size: 11px;
          color: #999999; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .airline-info .travel-cls {
          font-size: 11px;
          color: #999999; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .airline-info .route-cls {
          font-size: 11px;
          color: #999999; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .airline-info .operated-by {
          font-size: 11px;
          color: #999999;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          line-height: 1.25em; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-dept-info {
          text-align: right;
          line-height: 16px;
          letter-spacing: 0.3px; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-code {
            font-size: 17px; }
            .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-code .flt-time {
              font-size: 17px;
              font-weight: bold; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-date {
            font-size: 11px; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-name {
            font-size: 11px;
            color: #999999; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-arrival-info {
          text-align: left;
          line-height: 16px;
          letter-spacing: 0.3px; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-code {
            font-size: 17px; }
            .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-code .flt-time {
              font-size: 17px;
              font-weight: bold; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-date {
            font-size: 11px; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-name {
            font-size: 11px;
            color: #999999; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-duration-info .itinerary-clock {
          width: 22px;
          height: 22px;
          display: inline-block;
          background: url("../images/flt_clock.png") center center no-repeat;
          position: relative;
          top: 3px; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-duration-info .duration {
          font-size: 11px;
          color: #999999; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-bus-station {
          width: 20px;
          height: 20px;
          position: absolute;
          margin-left: 2px;
          margin-top: -1px;
          z-index: 2;
          background: url("../images/flt_bus_stn_ic.png") no-repeat; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-train-station {
          width: 20px;
          height: 20px;
          position: absolute;
          margin-left: 2px;
          margin-top: -1px;
          z-index: 2;
          background: url("../images/flt_train_stn_ic.png") no-repeat; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .main-heading {
          font-size: 12px;
          color: #35231f;
          font-weight: 500;
          line-height: 18px; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-ic {
          width: 16px;
          height: 16px;
          position: relative;
          margin-left: 2px;
          margin-right: 8px;
          margin-top: 1px;
          z-index: 2;
          background: url("../images/bkg_bag_info_ic.png") no-repeat; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item.baggage-unavailable-status {
          border-top: none; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-unavailable-msg {
          font-size: 11px;
          color: #777777;
          opacity: 0.4; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info {
          font-size: 11px;
          color: #777777;
          padding: 5px 4px 4px;
          font-weight: 500; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info .baggage-val {
            font-size: 11px;
            color: #999999;
            padding: 5px 4px 4px; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-layover-info-panel .layover-info {
          border-bottom: 1px dotted #cccccc;
          text-align: center; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-itinerary-section section .flt-dtl-layover-info-panel .layover-info .layover-time {
            background-color: #ffffff;
            font-size: 12px;
            color: #999999;
            position: absolute;
            top: -14px;
            left: 40%; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-email-section .flt-bkg-email-sh-option {
      display: none; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-details-heading-bg .flt-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-details-heading-bg .flt-bkg-select-traveller {
        font-size: 13px;
        color: #bf1d2d;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .segment-title {
      font-size: 13px;
      font-weight: 600;
      color: #bf1d2d;
      line-height: 18px; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .segment-title small {
        font-weight: 600; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .baggage-segment, .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .meal-segment {
      font-size: 12px;
      font-weight: 600;
      color: #666666;
      line-height: 18px; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-bkg-traveller-gst-info .custom-input, .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-bkg-traveller-gst-info .custom-input label, .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-main-panel-bg .flt-bkg-traveller-section .flt-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
  .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-sep-wise-fare-cls {
        cursor: pointer; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-ic .sep-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-ic .sep-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #bf1d2d; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #bf1d2d; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-bkg-sep-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-bkg-sep-list-item:last-child {
          border-bottom: none; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-bkg-sep-list-item .fare-label, .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-bkg-sep-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-bkg-sep-list-item .fare-label small, .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sep-wise-fare-info .flt-bkg-sep-list-item .fare-amount small {
            font-size: 13px; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-fare-info .fare-label, .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #bf1d2d; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #bf1d2d; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-pax-info {
      background-color: #35231f;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-pax-info .divider {
        padding: 0px 5px; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #35231f;
        line-height: 18px; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #35231f;
        line-height: 18px;
        font-weight: 600; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .jtt-flt-booking-page-section .flt-bkg-section-bg .flt-bkg-side-panel-bg .flt-bkg-available-deals-option .flt-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Flight Booking Transaction Page Top Part **************/
.jtt-flt-bkg-trans-section .flt-bkg-trans-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 7px 0 15px; }
  .jtt-flt-bkg-trans-section .flt-bkg-trans-topbar-bg .main-heading {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-weight: 500;
    color: #bf1d2d; }
  .jtt-flt-bkg-trans-section .flt-bkg-trans-topbar-bg .sub-heading {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #bf1d2d; }
  .jtt-flt-bkg-trans-section .flt-bkg-trans-topbar-bg .flt-bkg-trans-date {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #bf1d2d; }

.jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-label-bg.flt-bkg-trans-info-sh {
        cursor: pointer; }
    .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section {
      cursor: default; }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section {
        min-height: 210px;
        padding: 20px; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .main-heading {
          font-size: 20px;
          font-weight: bold;
          line-height: 18px; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .main-heading small {
            font-size: 12px;
            color: #999999; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .main-heading .highlight-badge {
            background-color: #bf1d2d;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .main-heading .refundable-badge {
            background-color: #339900;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .main-heading .non-refundable-badge {
            background-color: #cc3333;
            font-size: 10px;
            color: #ffffff;
            padding: 4px 7px;
            text-transform: uppercase; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .highlight-label {
          background-color: #fdeaea;
          border: 1px solid #f7dbdb;
          padding: 1px 8px 4px;
          border-radius: 4px; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .highlight-label .imp-badge-label {
            background: #bf0b0b;
            color: #ffffff;
            font-size: 10px;
            padding: 4px 7px;
            text-transform: uppercase; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .highlight-label .imp-msg {
            font-size: 13px;
            color: #c05353; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .airline-ic img {
          width: 27px;
          height: 23px; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .airline-info .airline-name {
          font-size: 13px; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .airline-info .airline-no {
          font-size: 11px;
          color: #999999; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .airline-info .travel-cls {
          font-size: 11px;
          color: #999999; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .airline-info .route-cls {
          font-size: 11px;
          color: #999999; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .airline-info .operated-by {
          font-size: 11px;
          color: #999999;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          line-height: 1.25em; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-dept-info {
          text-align: right;
          line-height: 16px;
          letter-spacing: 0.3px; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-code {
            font-size: 17px; }
            .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-code .flt-time {
              font-size: 17px;
              font-weight: bold; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-date {
            font-size: 11px; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-dept-info .flt-airport-name {
            font-size: 11px;
            color: #999999; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-arrival-info {
          text-align: left;
          line-height: 16px;
          letter-spacing: 0.3px; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-code {
            font-size: 17px; }
            .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-code .flt-time {
              font-size: 17px;
              font-weight: bold; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-date {
            font-size: 11px; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-arrival-info .flt-airport-name {
            font-size: 11px;
            color: #999999; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-duration-info .itinerary-clock {
          width: 22px;
          height: 22px;
          display: inline-block;
          background: url("../images/flt_clock.png") center center no-repeat;
          position: relative;
          top: 3px; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-duration-info .duration {
          font-size: 11px;
          color: #999999; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-bus-station {
          width: 20px;
          height: 20px;
          position: absolute;
          margin-left: 2px;
          margin-top: -1px;
          z-index: 2;
          background: url("../images/flt_bus_stn_ic.png") no-repeat; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-train-station {
          width: 20px;
          height: 20px;
          position: absolute;
          margin-left: 2px;
          margin-top: -1px;
          z-index: 2;
          background: url("../images/flt_train_stn_ic.png") no-repeat; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .main-heading {
          font-size: 12px;
          color: #35231f;
          font-weight: 500;
          line-height: 18px; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-ic {
          width: 16px;
          height: 16px;
          position: relative;
          margin-left: 2px;
          margin-right: 8px;
          margin-top: 1px;
          z-index: 2;
          background: url("../images/bkg_bag_info_ic.png") no-repeat; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item.baggage-unavailable-status {
          border-top: none; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-unavailable-msg {
          font-size: 11px;
          color: #777777;
          opacity: 0.4; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info {
          font-size: 11px;
          color: #777777;
          padding: 5px 4px 4px;
          font-weight: 500; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-info-panel .flt-baggage-info-section .baggage-list-item .baggage-info .baggage-val {
            font-size: 11px;
            color: #999999;
            padding: 5px 4px 4px; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-layover-info-panel .layover-info {
          border-bottom: 1px dotted #cccccc;
          text-align: center; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-itinerary-section section .flt-dtl-layover-info-panel .layover-info .layover-time {
            background-color: #ffffff;
            font-size: 12px;
            color: #999999;
            position: absolute;
            top: -14px;
            left: 40%; }
    .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-traveller-info {
      background-color: #ffffff;
      font-size: 12px;
      text-transform: uppercase;
      color: #333333;
      margin-bottom: 2px; }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-traveller-info .traveller-item-row {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-traveller-info .traveller-item-row:last-child {
          border-bottom: none; }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-traveller-info .traveller-heading-txt {
        color: #333333;
        text-transform: capitalize;
        line-height: 18px;
        font-weight: 600; }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-traveller-info .traveller-txt {
        line-height: 18px;
        font-weight: 600; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-traveller-info .traveller-txt small {
          color: #333333;
          line-height: 18px;
          letter-spacing: 0.5px;
          font-weight: 600; }
    .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-contact-info {
      background-color: #ffffff;
      font-size: 13px;
      color: #333333;
      font-weight: 500;
      padding: 5px 20px;
      line-height: 18px; }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-main-panel-bg .flt-bkg-trans-contact-info:last-child {
        padding-bottom: 15px; }
  .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px; }
    .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-sep-wise-fare-cls {
        cursor: pointer; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-ic .sep-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-ic .sep-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #bf1d2d; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-sep-wise-fare-cls .sep-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #bf1d2d; }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-bkg-trans-sep-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-bkg-trans-sep-list-item:last-child {
          border-bottom: none; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-bkg-trans-sep-list-item .fare-label, .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-bkg-trans-sep-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-bkg-trans-sep-list-item .fare-label small, .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sep-wise-fare-info .flt-bkg-trans-sep-list-item .fare-amount small {
            font-size: 13px; }
    .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-pax-info {
        background-color: #35231f;
        font-size: 13px;
        color: #ffffff;
        letter-spacing: 0.3px;
        padding: 8px;
    }

.jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-pax-info .divider {
    padding: 0px 5px;
}
    .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-fare-info .fare-label, .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #bf1d2d; }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #bf1d2d; }
    .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #bf1d2d;
        line-height: 18px; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sel-available-deals-info .offer-label .offer-code {
          padding: 4px;
          border-radius: 5px;
          border: 1px dashed #bf1d2d; }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-link-section {
      background-color: #ffffff;
      padding: 5px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-link-section .flt-bkg-trans-link {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 40px;
        color: #2c97fc;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-link-section .flt-bkg-trans-link:last-child {
          border-bottom: none; }
        .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-link-section .flt-bkg-trans-link img {
          width: 24px;
          height: 24px; }
    .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-ailine-contact-info {
      background-color: #ffffff;
      font-size: 14px;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-flt-bkg-trans-section .flt-bkg-trans-section-bg .flt-bkg-trans-side-panel-bg .flt-bkg-trans-ailine-contact-info .airline-info-txt {
        color: #333333;
        line-height: 20px;
        font-weight: 500; }

/*********** Below CSS For Hotel Listing Page - Section Part **************/
.jtt-htl-listing-section .jtt-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 46px; }
  .jtt-htl-listing-section .jtt-topbar-bg.modify-active {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 2px 4px #cccccc;
    position: relative; }
  .jtt-htl-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn {
    display: block; }
    .jtt-htl-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a {
      font-size: 13px;
      padding: 5px 12px;
      font-weight: bold; }
      .jtt-htl-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a i {
        font-size: 15px;
        margin-right: 3px;
        width: 10px; }
      .jtt-htl-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.active {
        color: #ffffff;
        box-shadow: inset 0 0 0.25em 0.025em #000000;
        background-color: #333333;
        border-color: #000000; }
      .jtt-htl-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive {
        color: #333333;
        background-color: #f9f9f9;
        border-color: #999999;
        box-shadow: 0 2px 0 #eeeeee; }
        .jtt-htl-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive:active, .jtt-htl-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive:focus {
          background-color: #dddddd;
          color: #000000; }

.jtt-htl-listing-section .jtt-filter-side-panel {
  max-width: 215px;
  margin-bottom: 54px; }
  .jtt-htl-listing-section .jtt-filter-side-panel .showing-result-section {
    height: 34px;
    font-size: 13px;
    color: #666666;
    padding: 8px 5px 0 0;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0; }
    .jtt-htl-listing-section .jtt-filter-side-panel .showing-result-section .resultsCount {
      color: #333333; }
    .jtt-htl-listing-section .jtt-filter-side-panel .showing-result-section .htl-sp-reset-filter {
      float: right;
      font-size: 12px;
      text-decoration: none;
      color: #6699cc; }
      .jtt-htl-listing-section .jtt-filter-side-panel .showing-result-section .htl-sp-reset-filter:hover, .jtt-htl-listing-section .jtt-filter-side-panel .showing-result-section .htl-sp-reset-filter:active, .jtt-htl-listing-section .jtt-filter-side-panel .showing-result-section .htl-sp-reset-filter:focus {
        outline: none;
        box-shadow: none;
        color: #bf1d2d; }
  .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group {
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group:last-child {
      border-bottom: none; }
    .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel {
      color: #000000; }
      .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .htl-side-panel-heading .side-panel-title .sp-label {
        display: block;
        padding: 4px 2px 1px 0px;
        text-decoration: none;
        font-size: 13px;
        color: #000000;
        font-weight: 600; }
        .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .htl-side-panel-heading .side-panel-title .sp-label:hover, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .htl-side-panel-heading .side-panel-title .sp-label:active, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .htl-side-panel-heading .side-panel-title .sp-label:focus {
          outline: none;
          box-shadow: none;
          color: #000000;
          text-decoration: none; }
      .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .htl-side-panel-heading .side-panel-title i {
        font-size: 17px;
        width: 15px;
        text-align: center; }
      .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .fade-effect-disable {
        opacity: 0.5;
        pointer-events: none; }
      .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-price-section {
        min-height: 52px; }
        .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-price-section .range-min-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          left: 12px; }
        .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-price-section .range-max-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          right: 7px; }
        .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-price-section .ui-slider-horizontal {
          background-color: #bbbbbb !important; }
        .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-price-section .ui-state-hover, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-price-section .ui-state-focus {
          height: 24px;
          width: 24px;
          display: inline-block;
          position: absolute;
          margin: 0;
          top: -9px;
          background-color: transparent !important;
          margin-left: -10px;
          z-index: 2;
          background-image: url("../images/price_range_wheel.png") !important;
          background-repeat: no-repeat;
          outline: none;
          cursor: pointer; }
      .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label span, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:before, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label span, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label:before, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:checked, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:checked + label, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:checked + label:before, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li.show-more-link:hover, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li.show-more-link:active, .jtt-htl-listing-section .jtt-filter-side-panel .htl-side-panel-group .side-panel .sp-location-section ul.sp-location-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }

.jtt-htl-listing-section .htl-main-listing-section {
  margin-bottom: 54px; }
  .jtt-htl-listing-section .htl-main-listing-section .htl-progress-bar {
    padding: 0px 0px 0px 2px; }
  .jtt-htl-listing-section .htl-main-listing-section .htl-search-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    border-left: 1px solid #d3e4f5;
    border-right: 1px solid #d3e4f5;
    margin-top: 0px;
    margin-left: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-search-section.htl-sticky-searchbar {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 4; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel label {
      font-size: 13px;
      color: #bf1d2d;
      font-weight: 600; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel i {
      position: absolute;
      left: 10px;
      top: 9px;
      font-size: 13px;
      color: #bf1d2d; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input input {
      padding-left: 30px;
      padding-right: 35px;
      font-size: 12px;
      border: 1px solid #aaaaaa;
      color: #bf1d2d;
      font-weight: 500; }
      .jtt-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input input:hover, .jtt-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input input:active, .jtt-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input input:focus {
        outline: none;
        box-shadow: none; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input .htl-input-close-ic {
      position: absolute;
      top: 2px;
      right: 24px;
      display: none; }
      .jtt-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input .htl-input-close-ic:hover, .jtt-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input .htl-input-close-ic:active, .jtt-htl-listing-section .htl-main-listing-section .htl-search-section .search-panel .search-htl-input .htl-input-close-ic:focus {
        outline: none;
        box-shadow: none; }
  .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    border-left: 1px solid #d3e4f5;
    border-right: 1px solid #d3e4f5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 0px;
    margin-left: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section.htl-sticky-sorterbar {
      position: -webkit-sticky;
      position: sticky;
      top: 64px;
      z-index: 4; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list {
      padding: 0 23px;
      float: left; }
      .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list .sorter-list-label {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500; }
      .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a {
        padding: 0 10px 0 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #bf1d2d;
        position: relative; }
        .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
          text-decoration: none;
          border-bottom: 3px solid #bf1d2d; }
        .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
          content: "";
          display: block;
          background: url("../images/sort_asc_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
        .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
          content: "";
          display: block;
          background: url("../images/sort_des_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section .show-price-panel .show-price-tab-list {
      padding: 0 13px;
      float: right; }
      .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section .show-price-panel .show-price-tab-list .show-price-list-label {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500; }
      .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a {
        padding: 0 10px 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #bf1d2d;
        position: relative; }
        .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .jtt-htl-listing-section .htl-main-listing-section .htl-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a.active-show-price {
          text-decoration: none;
          border-bottom: 3px solid #bf1d2d; }
  .jtt-htl-listing-section .htl-main-listing-section .htl-info-list-item {
    background: #ffffff;
    border-radius: 8px;
    min-height: 150px;
    margin-left: 2px;
    margin-top: 10px;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
    border: 1px solid #dddddd;
    cursor: pointer; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-main-img img {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      height: 100%;
      width: 100%;
      object-fit: cover;
      position: absolute;
      left: 0px;
      cursor: pointer;
      z-index: 1; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-name {
      font-size: 17px;
      color: #bf1d2d;
      font-weight: 600;
      width: 350px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: block; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-star-rating-ic img {
      width: 64px;
      height: 12px;
      margin: 5px 0px; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-address, .jtt-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-city {
      font-size: 13px;
      padding-left: 3px;
      color: #bf1d2d;
      font-weight: 500; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-price-info {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #bf1d2d; }
      .jtt-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-price-info .currency {
        font-weight: 600; }
      .jtt-htl-listing-section .htl-main-listing-section .htl-info-list-item .htl-price-info .price-type {
        font-size: 11px;
        font-weight: 600; }
    .jtt-htl-listing-section .htl-main-listing-section .htl-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .jtt-htl-listing-section .htl-main-listing-section .htl-info-list-item .no-record-list-item img {
        width: 85px; }

/*********** Below CSS For Hotel DetailView Page - Section Part **************/
.jtt-htl-dtl-vw-section .htl-dtl-vw-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .jtt-htl-dtl-vw-section .htl-dtl-vw-topbar-bg .htl-dtl-vw-link {
    font-size: 13px;
    font-weight: 500;
    color: #bf1d2d;
    text-decoration: none;
    cursor: pointer; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-topbar-bg .htl-dtl-vw-link:hover, .jtt-htl-dtl-vw-section .htl-dtl-vw-topbar-bg .htl-dtl-vw-link:active, .jtt-htl-dtl-vw-section .htl-dtl-vw-topbar-bg .htl-dtl-vw-link:focus {
      outline: none;
      box-shadow: none !important;
      color: #bf1d2d;
      text-decoration: none; }

.jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 1500px; }
  .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section {
    margin: 0px auto 20px;
    padding: 0px;
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 0px 2px 0px;
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 99; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .htl-dtl-tab-link ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        overflow: auto;
        line-height: 20px; }
        .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .htl-dtl-tab-link ul li {
          position: relative;
          white-space: nowrap;
          float: left; }
          .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .htl-dtl-tab-link ul li a {
            display: block;
            position: relative;
            padding: 10px 15px;
            transition: 0.3s;
            font-size: 13px;
            font-weight: 500;
            color: #bf1d2d; }
            .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .htl-dtl-tab-link ul li a:hover {
              color: #bf1d2d;
              text-decoration: none; }
          .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-tab-bg .htl-dtl-tab-link ul li.active {
            color: #bf1d2d;
            text-decoration: none;
            border-bottom: 4px solid #bf1d2d; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-heading-bg {
      background-color: #fdf6f6;
      border: none;
      padding: 10px 2px; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-heading-bg .htl-dtl-heading {
        font-size: 14px;
        font-weight: 500;
        color: #bf1d2d;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-info-section {
      padding: 5px 0px 5px; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-info-section .htl-name {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-info-section .htl-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-info-section .htl-address, .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-info-section .htl-city, .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-info-section .htl-location {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-check-in-out-section {
      background-color: #fdf6f6;
      border: 1px solid rgba(102, 116, 129, 0.15);
      border-radius: 8px; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-check-in-out-section .htl-dtl-chk-info {
        padding: 5px 0px;
        border-right: 1px solid rgba(102, 116, 129, 0.15); }
        .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-check-in-out-section .htl-dtl-chk-info:last-child {
          border-right: none; }
        .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-check-in-out-section .htl-dtl-chk-info .htl-label {
          color: #bf1d2d;
          font-size: 13px;
          font-weight: 500; }
        .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-dtl-check-in-out-section .htl-dtl-chk-info .htl-txt {
          color: #333333;
          font-size: 12px;
          font-weight: 500; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-min-price-section {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #bf1d2d; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-min-price-section .currency {
        font-weight: 600; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-min-price-section .normal-txt {
        font-size: 11px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-info-panel .htl-min-price-section .no-of-pax {
        font-size: 11px;
        font-weight: 600;
        line-height: 20px; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-img-grid-panel .htl-dtl-img-list-item img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 100%;
      width: 97%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7;
      cursor: pointer; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-img-grid-panel .htl-dtl-img-list-item img.thumbnail {
        max-height: 80%;
        cursor: pointer; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-img-grid-panel .img-count-section {
      position: absolute;
      background-color: #fdf6f6;
      border: 1px dotted #bf1d2d;
      color: #bf1d2d;
      width: 93%;
      height: 15%;
      bottom: 0px;
      left: 3px;
      border-radius: 8px;
      display: table;
      text-align: center;
      cursor: pointer; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-img-grid-panel .img-count-section .img-count {
        font-size: 13px;
        font-weight: 600;
        display: table-cell;
        vertical-align: middle; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-normal-txt {
      font-size: 13px;
      color: #777777;
      letter-spacing: 0.3px;
      line-height: 18px;
      text-align: left;
      text-align: justify; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-normal-txt .htl-sh-read-more-link {
        font-size: 12px;
        font-weight: 500;
        color: #bf1d2d;
        letter-spacing: 0.3px;
        line-height: 18px;
        cursor: pointer; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-list-group .htl-dtl-list-item {
      padding: 8px 10px;
      font-size: 13px;
      color: #777777;
      letter-spacing: 0.3px;
      line-height: 18px;
      text-align: left; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-list-group .htl-dtl-list-item::before {
        content: "";
        display: block;
        background: url("../images/list_arrow.png") no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 7px;
        left: -19px; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item {
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 10px 7px; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item:last-child {
        border-bottom: none; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-img img {
        margin: 5px 0px;
        border-radius: 8px;
        object-fit: cover;
        position: relative;
        right: 0px;
        max-height: 125px;
        width: 100%;
        border-radius: 10px; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-type {
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        color: #bf1d2d; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-meal-type {
        font-size: 13px;
        color: #777777;
        font-weight: 500;
        line-height: 20px; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-price-info {
        font-size: 24px;
        font-weight: bold;
        line-height: 24px;
        color: #bf1d2d; }
        .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-price-info .currency {
          font-weight: 600; }
        .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-price-info .normal-txt {
          font-size: 11px;
          color: #999999;
          font-weight: 500;
          line-height: 20px; }
        .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-price-info .no-of-pax {
          font-size: 11px;
          font-weight: 600;
          line-height: 20px; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-cancellation-policy-ic img {
        cursor: pointer; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-refundable-txt {
        font-size: 13px;
        color: #339900;
        font-weight: 500; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-non-refundable-txt {
        font-size: 13px;
        color: #cc3333;
        font-weight: 500; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-refundable-note {
        padding: 6px 9px;
        border: 1px dotted #8fded7;
        background-color: #eafdfb;
        max-width: 270px;
        font-size: 12px;
        font-weight: 500;
        color: #02547a; }
        .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-refundable-note .cancel-date {
          color: #02547a; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-non-refundable-note {
        padding: 6px 9px;
        border: 1px dotted #de8f8f;
        background-color: #fdeaea;
        max-width: 250px;
        font-size: 12px;
        font-weight: 500;
        color: #02547a; }
        .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-list-item .htl-rm-room-status-info .htl-rm-non-refundable-note .cancel-date {
          color: #02547a; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-ws-list-panel .list-heading-bg {
      background-color: #f0f2f5;
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 2px 2px; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-ws-list-panel .list-heading-bg .list-heading {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-ws-list-panel .htl-rm-list-custom-scrollbar {
      max-height: 470px;
      overflow: hidden;
      position: relative; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-ws-list-panel .htl-room-wise-list-grp .list-grp-heading-bg {
      background-color: #ffffff;
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 2px 2px 8px; }
      .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-ws-list-panel .htl-room-wise-list-grp .list-grp-heading-bg .list-grp-heading {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
    .jtt-htl-dtl-vw-section .htl-dtl-vw-main-bg .htl-dtl-vw-panel-section .htl-dtl-room-grp-list .htl-dtl-room-ws-list-panel .htl-room-wise-list-grp .htl-dtl-room-list-item {
      cursor: pointer; }

/*********** Below CSS For Hotel Booking Page **************/
.jtt-htl-booking-page-section .htl-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .jtt-htl-booking-page-section .htl-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #bf1d2d; }

.jtt-htl-booking-page-section .htl-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section {
      padding: 5px 0px 5px; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section .htl-name {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section .htl-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section .htl-address, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section .htl-city {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section .refundable-badge {
        background-color: #339900;
        font-size: 10px;
        color: #ffffff;
        padding: 4px 7px;
        text-transform: uppercase; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-info-section .non-refundable-badge {
        background-color: #cc3333;
        font-size: 10px;
        color: #ffffff;
        padding: 4px 7px;
        text-transform: uppercase; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-check-in-out-section {
      background-color: #fdf6f6;
      border: 1px solid rgba(102, 116, 129, 0.15);
      border-radius: 8px; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-check-in-out-section .htl-bkg-chk-info {
        padding: 5px 0px;
        border-right: 1px solid rgba(102, 116, 129, 0.15); }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-check-in-out-section .htl-bkg-chk-info:last-child {
          border-right: none; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-check-in-out-section .htl-bkg-chk-info .htl-label {
          color: #bf1d2d;
          font-size: 13px;
          font-weight: 500; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-check-in-out-section .htl-bkg-chk-info .htl-txt {
          color: #333333;
          font-size: 12px;
          font-weight: 500; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section {
      font-size: 13px; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section .htl-bkg-rm-heading {
        padding: 10px 0px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section .htl-bkg-rm-detail-list {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section .htl-bkg-rm-detail-list:last-child {
          border-bottom: none; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section .htl-bkg-rm-detail-list .htl-label {
          color: #bf1d2d; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section .htl-bkg-rm-detail-list .htl-room-type {
          color: #bf1d2d; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-itinerary-section .htl-bkg-rm-dtls-section .htl-bkg-rm-detail-list .htl-pax-info {
          font-size: 12px;
          color: #777777; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-email-section .htl-bkg-email-sh-option {
      display: none; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-details-heading-bg .htl-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-pax-heading-bg {
      background-color: #fdf6f6;
      border: none;
      padding: 7px 7px; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-pax-heading-bg .htl-pax-heading {
        font-size: 12px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-pax-heading-bg .htl-bkg-select-traveller {
        font-size: 13px;
        color: #bf1d2d;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-gst-info .custom-input, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-gst-info .custom-input label, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-gst-info a:hover, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-gst-info a:active, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-gst-info a:focus, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-terms-condition-section a:hover, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-terms-condition-section a:active, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-traveller-terms-condition-section a:focus {
      text-decoration: none; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-hotel-norms-info ol, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-hotel-norms-info ul {
      font-size: 12px;
      padding: 0px; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-hotel-norms-info ol ol, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-hotel-norms-info ol ul, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-hotel-norms-info ul ol, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-main-panel-bg .htl-bkg-traveller-section .htl-bkg-hotel-norms-info ul ul {
        padding: 0px 15px; }
  .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-rm-wise-fare-cls {
        cursor: pointer; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-ic .rm-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-ic .rm-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #bf1d2d; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #bf1d2d; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-bkg-rm-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-bkg-rm-list-item:last-child {
          border-bottom: none; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-bkg-rm-list-item .fare-label, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-bkg-rm-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-bkg-rm-list-item .fare-label small, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-rm-wise-fare-info .htl-bkg-rm-list-item .fare-amount small {
            font-size: 13px; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-fare-info .fare-label, .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #bf1d2d; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #bf1d2d; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-pax-info {
      background-color: #35231f;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-pax-info .divider {
        padding: 0px 5px; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #35231f;
        line-height: 18px; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #35231f;
        line-height: 18px;
        font-weight: 600; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .jtt-htl-booking-page-section .htl-bkg-section-bg .htl-bkg-side-panel-bg .htl-bkg-available-deals-option .htl-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Hotel Booking Transaction Page Top Part **************/
.jtt-htl-bkg-trans-section .htl-bkg-trans-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 7px 0 15px; }
  .jtt-htl-bkg-trans-section .htl-bkg-trans-topbar-bg .main-heading {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-weight: 500;
    color: #bf1d2d; }
  .jtt-htl-bkg-trans-section .htl-bkg-trans-topbar-bg .sub-heading {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #bf1d2d; }
  .jtt-htl-bkg-trans-section .htl-bkg-trans-topbar-bg .htl-bkg-trans-date {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #bf1d2d; }

.jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-label-bg.htl-bkg-trans-info-sh {
        cursor: pointer; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-label-bg .htl-name {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-label-bg .htl-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section {
      padding: 5px 0px 5px; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section .htl-name {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section .htl-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section .htl-address, .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section .htl-city {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section .refundable-badge {
        background-color: #339900;
        font-size: 10px;
        color: #ffffff;
        padding: 4px 7px;
        text-transform: uppercase; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-info-section .non-refundable-badge {
        background-color: #cc3333;
        font-size: 10px;
        color: #ffffff;
        padding: 4px 7px;
        text-transform: uppercase; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-check-in-out-section {
      background-color: #fdf6f6;
      border: 1px solid rgba(102, 116, 129, 0.15);
      border-radius: 8px; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-check-in-out-section .htl-bkg-trans-chk-info {
        padding: 5px 0px;
        border-right: 1px solid rgba(102, 116, 129, 0.15); }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-check-in-out-section .htl-bkg-trans-chk-info:last-child {
          border-right: none; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-check-in-out-section .htl-bkg-trans-chk-info .htl-label {
          color: #bf1d2d;
          font-size: 13px;
          font-weight: 500; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-check-in-out-section .htl-bkg-trans-chk-info .htl-txt {
          color: #333333;
          font-size: 12px;
          font-weight: 500; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section {
      font-size: 13px; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section .htl-bkg-trans-rm-heading {
        padding: 10px 0px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section .htl-bkg-trans-rm-detail-list {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section .htl-bkg-trans-rm-detail-list:last-child {
          border-bottom: none; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section .htl-bkg-trans-rm-detail-list .htl-label {
          color: #bf1d2d; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section .htl-bkg-trans-rm-detail-list .htl-room-type {
          color: #bf1d2d; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-itinerary-section .htl-bkg-trans-rm-dtls-section .htl-bkg-trans-rm-detail-list .htl-pax-info {
          font-size: 12px;
          color: #777777; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info {
      background-color: #ffffff;
      margin-bottom: 1px; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-heading-bg {
        background-color: #eaf1f9;
        border: none;
        padding: 7px 7px; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-heading-bg .rm-heading {
          font-size: 13px;
          color: #333333;
          letter-spacing: 0.3px;
          line-height: 20px;
          text-align: left;
          font-weight: 600; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-traveller-info {
        font-size: 13px;
        font-weight: 500;
        color: #bf1d2d;
        margin-bottom: 2px;
        padding: 0px 20px; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-traveller-info .traveller-item-row {
          border-bottom: 1px solid rgba(102, 116, 129, 0.15);
          padding: 10px; }
          .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-traveller-info .traveller-item-row:last-child {
            border-bottom: none; }
          .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-traveller-info .traveller-item-row .pax-label {
            color: #bf1d2d; }
          .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-traveller-info .rm-traveller-info .traveller-item-row .htl-pax-info {
            color: #bf1d2d; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-lead-pax-info {
      background-color: #ffffff;
      font-size: 13px;
      color: #777777;
      font-weight: 500;
      padding: 5px 20px;
      line-height: 18px; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-lead-pax-info:last-child {
        padding-bottom: 15px; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-imp-info-list {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-imp-info-list ul.list-grp {
        list-style: circle; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-main-panel-bg .htl-bkg-trans-imp-info-list ul.list-grp li.normal-txt {
          font-size: 13px;
          font-weight: 500;
          color: #777777;
          padding: 5px;
          line-height: 18px;
          text-align: justify; }
  .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-rm-wise-fare-cls {
        cursor: pointer; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-ic .rm-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-ic .rm-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #bf1d2d; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-rm-wise-fare-cls .rm-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #bf1d2d; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-bkg-trans-rm-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-bkg-trans-rm-list-item:last-child {
          border-bottom: none; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-bkg-trans-rm-list-item .fare-label, .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-bkg-trans-rm-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-bkg-trans-rm-list-item .fare-label small, .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-rm-wise-fare-info .htl-bkg-trans-rm-list-item .fare-amount small {
            font-size: 13px; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-fare-info .fare-label, .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #bf1d2d; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #bf1d2d; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #bf1d2d;
        line-height: 18px; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-sel-available-deals-info .offer-label .offer-code {
          padding: 4px;
          border-radius: 5px;
          border: 1px dashed #bf1d2d; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-link-section {
      background-color: #ffffff;
      padding: 5px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-link-section .htl-bkg-trans-link {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 40px;
        color: #2c97fc;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-link-section .htl-bkg-trans-link:last-child {
          border-bottom: none; }
        .jtt-htl-bkg-trans-section .htl-bkg-trans-section-bg .htl-bkg-trans-side-panel-bg .htl-bkg-trans-link-section .htl-bkg-trans-link img {
          width: 24px;
          height: 24px; }

/*********** Below CSS For Excursion Listing Page - Section Part **************/
.jtt-exc-listing-section .jtt-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 46px; }
  .jtt-exc-listing-section .jtt-topbar-bg.modify-active {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 2px 4px #cccccc;
    position: relative; }
  .jtt-exc-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn {
    display: block; }
    .jtt-exc-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a {
      font-size: 13px;
      padding: 5px 12px;
      font-weight: bold; }
      .jtt-exc-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a i {
        font-size: 15px;
        margin-right: 3px;
        width: 10px; }
      .jtt-exc-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.active {
        color: #ffffff;
        box-shadow: inset 0 0 0.25em 0.025em #000000;
        background-color: #333333;
        border-color: #000000; }
      .jtt-exc-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive {
        color: #333333;
        background-color: #f9f9f9;
        border-color: #999999;
        box-shadow: 0 2px 0 #eeeeee; }
        .jtt-exc-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive:active, .jtt-exc-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive:focus {
          background-color: #dddddd;
          color: #000000; }

.jtt-exc-listing-section .jtt-filter-side-panel {
  max-width: 215px;
  margin-bottom: 54px; }
  .jtt-exc-listing-section .jtt-filter-side-panel .showing-result-section {
    height: 34px;
    font-size: 13px;
    color: #666666;
    padding: 8px 5px 0 0;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0; }
    .jtt-exc-listing-section .jtt-filter-side-panel .showing-result-section .resultsCount {
      color: #333333; }
    .jtt-exc-listing-section .jtt-filter-side-panel .showing-result-section .exc-sp-reset-filter {
      float: right;
      font-size: 12px;
      text-decoration: none;
      color: #6699cc; }
      .jtt-exc-listing-section .jtt-filter-side-panel .showing-result-section .exc-sp-reset-filter:hover, .jtt-exc-listing-section .jtt-filter-side-panel .showing-result-section .exc-sp-reset-filter:active, .jtt-exc-listing-section .jtt-filter-side-panel .showing-result-section .exc-sp-reset-filter:focus {
        outline: none;
        box-shadow: none;
        color: #bf1d2d; }
  .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group {
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group:last-child {
      border-bottom: none; }
    .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel {
      color: #000000; }
      .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .exc-side-panel-heading .side-panel-title .sp-label {
        display: block;
        padding: 4px 2px 1px 0px;
        text-decoration: none;
        font-size: 13px;
        color: #000000;
        font-weight: 600; }
        .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .exc-side-panel-heading .side-panel-title .sp-label:hover, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .exc-side-panel-heading .side-panel-title .sp-label:active, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .exc-side-panel-heading .side-panel-title .sp-label:focus {
          outline: none;
          box-shadow: none;
          color: #000000;
          text-decoration: none; }
      .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .exc-side-panel-heading .side-panel-title i {
        font-size: 17px;
        width: 15px;
        text-align: center; }
      .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .fade-effect-disable {
        opacity: 0.5;
        pointer-events: none; }
      .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-price-section {
        min-height: 52px; }
        .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-price-section .range-min-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          left: 12px; }
        .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-price-section .range-max-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          right: 7px; }
        .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-price-section .ui-slider-horizontal {
          background-color: #bbbbbb !important; }
        .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-price-section .ui-state-hover, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-price-section .ui-state-focus {
          height: 24px;
          width: 24px;
          display: inline-block;
          position: absolute;
          margin: 0;
          top: -9px;
          background-color: transparent !important;
          margin-left: -10px;
          z-index: 2;
          background-image: url("../images/price_range_wheel.png") !important;
          background-repeat: no-repeat;
          outline: none;
          cursor: pointer; }
      .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:checked, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:checked + label, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:checked + label:before, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li.show-more-link:hover, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li.show-more-link:active, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-type-section ul.sp-activity-type-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label span, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:before, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label span, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label:before, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-traveller-rating-section ul.sp-traveller-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:checked, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:checked + label, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:checked + label:before, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li.show-more-link:hover, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li.show-more-link:active, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-duration-section ul.sp-activity-duration-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:checked, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:checked + label, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:checked + label:before, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li.show-more-link:hover, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li.show-more-link:active, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-for-section ul.sp-activity-for-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:checked, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:checked + label, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:checked + label:before, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li.show-more-link:hover, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li.show-more-link:active, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-supplier-section ul.sp-activity-supplier-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:checked, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:checked + label, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:checked + label:before, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li.show-more-link:hover, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li.show-more-link:active, .jtt-exc-listing-section .jtt-filter-side-panel .exc-side-panel-group .side-panel .sp-activity-services-section ul.sp-activity-services-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }

.jtt-exc-listing-section .exc-main-listing-section {
  margin-bottom: 54px; }
  .jtt-exc-listing-section .exc-main-listing-section .exc-progress-bar {
    padding: 0px 0px 0px 2px; }
  .jtt-exc-listing-section .exc-main-listing-section .exc-search-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    border-left: 1px solid #d3e4f5;
    border-right: 1px solid #d3e4f5;
    margin-top: 0px;
    margin-left: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-search-section.exc-sticky-searchbar {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 4; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel label {
      font-size: 13px;
      color: #bf1d2d;
      font-weight: 600; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel i {
      position: absolute;
      left: 10px;
      top: 9px;
      font-size: 13px;
      color: #bf1d2d; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input input {
      padding-left: 30px;
      padding-right: 35px;
      font-size: 12px;
      border: 1px solid #aaaaaa;
      color: #bf1d2d;
      font-weight: 500; }
      .jtt-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input input:hover, .jtt-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input input:active, .jtt-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input input:focus {
        outline: none;
        box-shadow: none; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input .exc-input-close-ic {
      position: absolute;
      top: 2px;
      right: 24px;
      display: none; }
      .jtt-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input .exc-input-close-ic:hover, .jtt-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input .exc-input-close-ic:active, .jtt-exc-listing-section .exc-main-listing-section .exc-search-section .search-panel .search-exc-input .exc-input-close-ic:focus {
        outline: none;
        box-shadow: none; }
  .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    border-left: 1px solid #d3e4f5;
    border-right: 1px solid #d3e4f5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 0px;
    margin-left: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section.exc-sticky-sorterbar {
      position: -webkit-sticky;
      position: sticky;
      top: 64px;
      z-index: 4; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list {
      padding: 0 23px;
      float: left; }
      .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list .sorter-list-label {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500; }
      .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a {
        padding: 0 10px 0 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #bf1d2d;
        position: relative; }
        .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
          text-decoration: none;
          border-bottom: 3px solid #bf1d2d; }
        .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
          content: "";
          display: block;
          background: url("../images/sort_asc_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
        .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
          content: "";
          display: block;
          background: url("../images/sort_des_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section .show-price-panel .show-price-tab-list {
      padding: 0 13px;
      float: right; }
      .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section .show-price-panel .show-price-tab-list .show-price-list-label {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500; }
      .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a {
        padding: 0 10px 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #bf1d2d;
        position: relative; }
        .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .jtt-exc-listing-section .exc-main-listing-section .exc-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a.active-show-price {
          text-decoration: none;
          border-bottom: 3px solid #bf1d2d; }
  .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item {
    background: #ffffff;
    border-radius: 8px;
    min-height: 150px;
    margin-left: 2px;
    margin-top: 10px;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
    border: 1px solid #dddddd;
    cursor: pointer; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-main-img img {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      height: 100%;
      width: 100%;
      object-fit: cover;
      position: absolute;
      left: 0px;
      cursor: pointer;
      z-index: 1; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-name {
      font-size: 17px;
      color: #bf1d2d;
      font-weight: 600;
      line-height: 22px;
      /*width: 350px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                display: block;*/ }
    .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-star-rating-ic img {
      width: 64px;
      height: 12px;
      margin: 5px 0px; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-supplier {
      font-size: 13px;
      padding-left: 3px;
      color: #bf1d2d;
      font-weight: 500; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-city {
      font-size: 13px;
      padding-left: 3px;
      color: #000000;
      font-weight: 500; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-activity-type-badge {
      background: #f3f9ff;
      color: #bf1d2d;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.1px;
      padding: 6px 8px;
      border-radius: 8px; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-free-cancel-txt {
      font-size: 12px;
      color: #339900;
      font-weight: 400;
      line-height: 20px; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-description {
      font-size: 12px;
      color: #999999;
      font-weight: 500;
      line-height: 20px; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-activity-duration {
      font-size: 13px;
      color: #bf1d2d;
      font-weight: 500;
      line-height: 20px; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-price-info {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #bf1d2d; }
      .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-price-info .currency {
        font-weight: 600; }
      .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .exc-price-info .price-type {
        font-size: 11px;
        font-weight: 600; }
    .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .jtt-exc-listing-section .exc-main-listing-section .exc-info-list-item .no-record-list-item img {
        width: 85px; }

/*********** Below CSS For Excursion DetailView Page - Section Part **************/
.jtt-exc-dtl-vw-section .exc-dtl-vw-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 40px; }
  .jtt-exc-dtl-vw-section .exc-dtl-vw-topbar-bg .exc-dtl-vw-link {
    font-size: 13px;
    font-weight: 500;
    color: #bf1d2d;
    text-decoration: none;
    cursor: pointer; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-topbar-bg .exc-dtl-vw-link:hover, .jtt-exc-dtl-vw-section .exc-dtl-vw-topbar-bg .exc-dtl-vw-link:active, .jtt-exc-dtl-vw-section .exc-dtl-vw-topbar-bg .exc-dtl-vw-link:focus {
      outline: none;
      box-shadow: none !important;
      color: #bf1d2d;
      text-decoration: none; }

.jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section {
    margin: 0px auto 20px;
    padding: 0px; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-quick-info-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 0px 2px 0px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-quick-info-bg .exc-dtl-duration, .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-quick-info-bg .exc-dtl-offered-lang, .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-quick-info-bg .exc-dtl-pickup-offer {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500;
        line-height: 20px; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-heading-bg {
      background-color: #fdf6f6;
      border: none;
      padding: 10px 2px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-heading-bg .exc-dtl-heading {
        font-size: 14px;
        font-weight: 500;
        color: #bf1d2d;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-tab-up-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 2;
      background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-tab-down-arrow {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 2;
      background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg {
      background-color: #fdf6f6;
      margin: 20px;
      padding: 0px;
      border-radius: 4px;
      border: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-label {
        line-height: 35px;
        font-size: 14px;
        font-weight: 600;
        color: #bf1d2d;
        letter-spacing: 0.4px;
        padding: 0px 15px;
        border-left: 4px solid #bf1d2d;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-label.exc-dtl-info-sh {
          cursor: pointer; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info {
        background-color: #ffffff;
        padding: 10px 10px 5px;
        margin-bottom: 1px; }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info .panel-heading {
          font-size: 15px;
          font-weight: 600;
          color: #bf1d2d; }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info .main-heading {
          font-size: 14px;
          font-weight: 600;
          color: #bf1d2d; }
          .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info .main-heading .label {
            font-weight: 700; }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info .exc-dtl-itinerary-border {
          border-left: 1px dashed #bf1d2d;
          margin: -6px 26px; }
          .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info .exc-dtl-itinerary-border .sub-heading {
            font-size: 13px;
            padding-left: 5px;
            font-weight: 600;
            color: #bf1d2d; }
          .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-panel-bg .exc-dtl-panel-info .exc-dtl-itinerary-border .small {
            font-size: 12px;
            color: #777777;
            padding-left: 5px;
            font-weight: 500; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-main-img img {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      height: 100%;
      width: 100%;
      object-fit: cover;
      position: absolute;
      left: 0px;
      cursor: pointer;
      z-index: 1; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section {
      padding: 5px 0px 5px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-name {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-supplier {
        font-size: 13px;
        padding-left: 3px;
        color: #bf1d2d;
        font-weight: 500; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-city {
        font-size: 13px;
        padding-left: 3px;
        color: #000000;
        font-weight: 500; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-activity-type-badge {
        background: #f3f9ff;
        color: #bf1d2d;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1px;
        padding: 6px 8px;
        border-radius: 8px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-free-cancel-txt {
        font-size: 12px;
        color: #339900;
        font-weight: 400;
        line-height: 20px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-description {
        font-size: 12px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-info-section .exc-activity-duration {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500;
        line-height: 20px; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-travel-date-section {
      background-color: #fdf6f6;
      border: 1px solid rgba(102, 116, 129, 0.15);
      border-radius: 8px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-travel-date-section .exc-dtl-travel-date-info {
        padding: 5px 0px;
        border-right: 1px solid rgba(102, 116, 129, 0.15); }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-travel-date-section .exc-dtl-travel-date-info:last-child {
          border-right: none; }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-travel-date-section .exc-dtl-travel-date-info .exc-label {
          color: #bf1d2d;
          font-size: 13px;
          font-weight: 500; }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-dtl-travel-date-section .exc-dtl-travel-date-info .exc-txt {
          color: #333333;
          font-size: 12px;
          font-weight: 500; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-min-price-section {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #bf1d2d; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-min-price-section .currency {
        font-weight: 600; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-min-price-section .normal-txt {
        font-size: 11px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-info-panel .exc-min-price-section .no-of-pax {
        font-size: 11px;
        font-weight: 600;
        line-height: 20px; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-img-grid-panel .exc-dtl-img-list-item img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 100%;
      width: 97%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7;
      cursor: pointer; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-img-grid-panel .exc-dtl-img-list-item img.thumbnail {
        max-height: 80%;
        cursor: pointer; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-img-grid-panel .img-count-section {
      position: absolute;
      background-color: #fdf6f6;
      border: 1px dotted #bf1d2d;
      color: #bf1d2d;
      width: 93%;
      height: 15%;
      bottom: 0px;
      left: 3px;
      border-radius: 8px;
      display: table;
      text-align: center;
      cursor: pointer; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-img-grid-panel .img-count-section .img-count {
        font-size: 13px;
        font-weight: 600;
        display: table-cell;
        vertical-align: middle; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-normal-txt {
      font-size: 13px;
      color: #777777;
      letter-spacing: 0.3px;
      line-height: 18px;
      text-align: left;
      text-align: justify; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-normal-txt .exc-sh-read-more-link {
        font-size: 12px;
        font-weight: 500;
        color: #bf1d2d;
        letter-spacing: 0.3px;
        line-height: 18px;
        cursor: pointer; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-include-exclude-list {
      background-color: #ffffff;
      padding: 10px;
      margin-bottom: 1px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-include-exclude-list .exc-dtl-include-item {
        padding: 8px 20px;
        font-size: 13px;
        color: #777777;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-include-exclude-list .exc-dtl-include-item::before {
          content: "";
          display: block;
          background: url("../images/exc_include.png") no-repeat;
          width: 32px;
          height: 32px;
          position: absolute;
          margin-top: -7px;
          left: 14px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-include-exclude-list .exc-dtl-exclude-item {
        padding: 8px 20px;
        font-size: 13px;
        color: #777777;
        letter-spacing: 0.3px;
        line-height: 18px;
        text-align: left; }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-include-exclude-list .exc-dtl-exclude-item::before {
          content: "";
          display: block;
          background: url("../images/exc_exclude.png") no-repeat;
          width: 32px;
          height: 32px;
          position: absolute;
          margin-top: -7px;
          left: 14px; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-additional-info-list {
      background-color: #ffffff;
      padding: 10px;
      margin-bottom: 1px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-additional-info-list ul.list-grp {
        list-style: circle; }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-additional-info-list ul.list-grp li.normal-txt {
          font-size: 13px;
          font-weight: 400;
          color: #777777;
          padding: 5px;
          line-height: 18px;
          text-align: justify; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-header {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(127, 142, 171, 0.26);
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 0px 2px 0px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-header .list-heading {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500;
        line-height: 20px; }
    .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item {
      border-bottom: 1px solid rgba(127, 142, 171, 0.26);
      padding: 10px 7px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item:last-child {
        border-bottom: none; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .sub-heading {
        font-size: 13px;
        padding-left: 5px;
        font-weight: 600;
        color: #bf1d2d; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .small {
        font-size: 12px;
        color: #777777;
        padding-left: 5px;
        font-weight: 500; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-option-category-type {
        background: #f3f9ff;
        color: #bf1d2d;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1px;
        padding: 6px 8px;
        border-radius: 8px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-price-per-pax {
        font-size: 13px;
        color: #777777;
        font-weight: 500;
        line-height: 20px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-option-price-info {
        font-size: 24px;
        font-weight: bold;
        line-height: 24px;
        color: #bf1d2d; }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-option-price-info .currency {
          font-weight: 600; }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-option-price-info .normal-txt {
          font-size: 11px;
          color: #999999;
          font-weight: 500;
          line-height: 20px; }
        .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-option-price-info .no-of-pax {
          font-size: 11px;
          font-weight: 600;
          line-height: 20px; }
      .jtt-exc-dtl-vw-section .exc-dtl-vw-main-bg .exc-dtl-vw-panel-section .exc-dtl-option-list-item .exc-free-cancel-txt {
        font-size: 12px;
        color: #339900;
        font-weight: 400;
        line-height: 20px; }

/*********** Below CSS For Excursion Booking Page **************/
.jtt-exc-booking-page-section .exc-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .jtt-exc-booking-page-section .exc-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #bf1d2d; }

.jtt-exc-booking-page-section .exc-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-free-cancellation-panel-bg {
    margin: 0px auto;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid #8fded7; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-free-cancellation-panel-bg.fc-non-refundable-bg {
      border-bottom: 1px solid #de8f8f; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-free-cancellation-panel-bg .exc-bkg-fc-label-bg {
      background-color: #eafdfb;
      line-height: 18px;
      font-size: 14px;
      color: #1a7b73;
      padding: 10px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-free-cancellation-panel-bg .exc-bkg-fc-label-bg.fc-non-refundable {
        background-color: #fdeaea;
        color: #7b1a1a; }
  .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-label-bg .exc-name {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-label-bg .exc-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-label-bg .exc-name .exc-city {
          font-size: 13px;
          padding-top: 3px;
          color: #bf1d2d;
          font-weight: 500; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section {
      padding: 5px 0px 5px; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-name {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-supplier {
        font-size: 13px;
        padding-left: 3px;
        color: #bf1d2d;
        font-weight: 500; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-city {
        font-size: 13px;
        padding-left: 3px;
        color: #000000;
        font-weight: 500; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-activity-type-badge {
        background: #f3f9ff;
        color: #bf1d2d;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1px;
        padding: 6px 8px;
        border-radius: 8px; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-free-cancel-txt {
        font-size: 12px;
        color: #339900;
        font-weight: 400;
        line-height: 20px; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-description {
        font-size: 12px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-activity-duration, .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-activity-datetime, .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-activity-offered-lang, .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-itinerary-section .exc-bkg-info-section .exc-activity-pickup-offer {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500;
        line-height: 20px; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-email-section .exc-bkg-email-sh-option {
      display: none; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-details-heading-bg .exc-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-details-heading-bg .exc-bkg-select-traveller {
        font-size: 13px;
        color: #bf1d2d;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-sub-heading {
      font-size: 13px;
      color: #bf1d2d;
      letter-spacing: 0.3px;
      line-height: 20px;
      text-align: left;
      font-weight: 600; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .custom-input-grp-addon select {
      position: relative;
      left: -2px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .custom-input-grp-addon input {
      position: relative;
      left: -2px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      max-width: 60px; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-bkg-traveller-gst-info .custom-input, .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-bkg-traveller-gst-info .custom-input label, .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-main-panel-bg .exc-bkg-traveller-section .exc-bkg-imp-info ul {
      font-size: 12px;
      font-weight: 400;
      padding: 0px; }
  .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-sep-wise-fare-cls {
        cursor: pointer; }
        .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-ic .sep-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-ic .sep-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #bf1d2d; }
        .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #bf1d2d; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-bkg-sep-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-bkg-sep-list-item:last-child {
          border-bottom: none; }
        .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-bkg-sep-list-item .fare-label, .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-bkg-sep-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-bkg-sep-list-item .fare-label small, .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sep-wise-fare-info .exc-bkg-sep-list-item .fare-amount small {
            font-size: 13px; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-fare-info .fare-label, .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #bf1d2d; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #bf1d2d; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-pax-info {
      background-color: #35231f;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-pax-info .divider {
        padding: 0px 5px; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #35231f;
        line-height: 18px; }
        .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #35231f;
        line-height: 18px;
        font-weight: 600; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .jtt-exc-booking-page-section .exc-bkg-section-bg .exc-bkg-side-panel-bg .exc-bkg-available-deals-option .exc-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Excursion Booking Transaction Page Top Part **************/
.jtt-exc-bkg-trans-section .exc-bkg-trans-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 7px 0 15px; }
  .jtt-exc-bkg-trans-section .exc-bkg-trans-topbar-bg .main-heading {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-weight: 500;
    color: #bf1d2d; }
  .jtt-exc-bkg-trans-section .exc-bkg-trans-topbar-bg .sub-heading {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #bf1d2d; }
  .jtt-exc-bkg-trans-section .exc-bkg-trans-topbar-bg .exc-bkg-trans-date {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #bf1d2d; }

.jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-free-cancellation-panel-bg {
    margin: 0px auto;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid #8fded7; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-free-cancellation-panel-bg.fc-non-refundable-bg {
      border-bottom: 1px solid #de8f8f; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-free-cancellation-panel-bg .exc-bkg-trans-fc-label-bg {
      background-color: #eafdfb;
      line-height: 18px;
      font-size: 14px;
      color: #1a7b73;
      padding: 10px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-free-cancellation-panel-bg .exc-bkg-trans-fc-label-bg.fc-non-refundable {
        background-color: #fdeaea;
        color: #7b1a1a; }
  .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-label-bg.exc-bkg-trans-info-sh {
        cursor: pointer; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-label-bg .exc-name {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-label-bg .exc-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-label-bg .exc-name .exc-city {
          font-size: 13px;
          padding-top: 3px;
          color: #bf1d2d;
          font-weight: 500; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section {
      padding: 5px 0px 5px; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-name {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-star-rating-ic img {
        width: 64px;
        height: 12px;
        margin: 5px 0px; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-supplier {
        font-size: 13px;
        padding-left: 3px;
        color: #bf1d2d;
        font-weight: 500; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-city {
        font-size: 13px;
        padding-left: 3px;
        color: #000000;
        font-weight: 500; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-activity-type-badge {
        background: #f3f9ff;
        color: #bf1d2d;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1px;
        padding: 6px 8px;
        border-radius: 8px; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-free-cancel-txt {
        font-size: 12px;
        color: #339900;
        font-weight: 400;
        line-height: 20px; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-description {
        font-size: 12px;
        color: #999999;
        font-weight: 500;
        line-height: 20px; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-activity-duration, .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-activity-datetime, .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-activity-offered-lang, .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-itinerary-section .exc-bkg-trans-info-section .exc-activity-pickup-offer {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500;
        line-height: 20px; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-traveller-info {
      background-color: #ffffff;
      margin-bottom: 1px; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-traveller-info .traveller-info {
        font-size: 13px;
        font-weight: 500;
        color: #bf1d2d;
        margin-bottom: 2px;
        padding: 0px 20px; }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-traveller-info .traveller-info .traveller-item-row {
          border-bottom: 1px solid rgba(102, 116, 129, 0.15);
          padding: 10px; }
          .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-traveller-info .traveller-info .traveller-item-row:last-child {
            border-bottom: none; }
          .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-traveller-info .traveller-info .traveller-item-row .pax-label {
            color: #bf1d2d; }
          .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-traveller-info .traveller-info .traveller-item-row .exc-pax-info {
            color: #bf1d2d; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-lead-pax-info {
      background-color: #ffffff;
      font-size: 13px;
      color: #777777;
      font-weight: 500;
      padding: 5px 20px;
      line-height: 18px; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-lead-pax-info:last-child {
        padding-bottom: 15px; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-imp-info-list {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-imp-info-list ul.list-grp {
        list-style: circle; }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-main-panel-bg .exc-bkg-trans-imp-info-list ul.list-grp li.normal-txt {
          font-size: 13px;
          font-weight: 500;
          color: #777777;
          padding: 5px;
          line-height: 18px;
          text-align: justify; }
  .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info {
      padding: 8px 15px 0px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-sep-wise-fare-cls {
        cursor: pointer; }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-ic .sep-fare-plus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/plus_ic.png") no-repeat; }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-ic .sep-fare-minus-ic {
          position: absolute;
          top: 2px;
          left: 10px;
          width: 25px;
          height: 25px;
          background: url("../images/minus_ic.png") no-repeat; }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-label {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #bf1d2d; }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-sep-wise-fare-cls .sep-fare-amount {
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 6px 0px 10px;
          color: #bf1d2d; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-bkg-trans-sep-list-item {
        background-color: #ffffff;
        font-size: 13px;
        color: #999999;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-bkg-trans-sep-list-item:last-child {
          border-bottom: none; }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-bkg-trans-sep-list-item .fare-label, .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-bkg-trans-sep-list-item .fare-amount {
          line-height: 18px;
          font-weight: 600; }
          .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-bkg-trans-sep-list-item .fare-label small, .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sep-wise-fare-info .exc-bkg-trans-sep-list-item .fare-amount small {
            font-size: 13px; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-fare-info .fare-label, .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #bf1d2d; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #bf1d2d; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #bf1d2d;
        line-height: 18px; }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sel-available-deals-info .offer-label .offer-code {
          padding: 4px;
          border-radius: 5px;
          border: 1px dashed #bf1d2d; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-link-section {
      background-color: #ffffff;
      padding: 5px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-link-section .exc-bkg-trans-link {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 40px;
        color: #2c97fc;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer; }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-link-section .exc-bkg-trans-link:last-child {
          border-bottom: none; }
        .jtt-exc-bkg-trans-section .exc-bkg-trans-section-bg .exc-bkg-trans-side-panel-bg .exc-bkg-trans-link-section .exc-bkg-trans-link img {
          width: 24px;
          height: 24px; }

/*********** Below CSS For Transfer Listing Page - Section Part **************/
.jtt-trans-listing-section .jtt-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 46px; }
  .jtt-trans-listing-section .jtt-topbar-bg.modify-active {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 2px 4px #cccccc;
    position: relative; }
  .jtt-trans-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn {
    display: block; }
    .jtt-trans-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a {
      font-size: 13px;
      padding: 5px 12px;
      font-weight: bold; }
      .jtt-trans-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a i {
        font-size: 15px;
        margin-right: 3px;
        width: 10px; }
      .jtt-trans-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.active {
        color: #ffffff;
        box-shadow: inset 0 0 0.25em 0.025em #000000;
        background-color: #333333;
        border-color: #000000; }
      .jtt-trans-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive {
        color: #333333;
        background-color: #f9f9f9;
        border-color: #999999;
        box-shadow: 0 2px 0 #eeeeee; }
        .jtt-trans-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive:active, .jtt-trans-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive:focus {
          background-color: #dddddd;
          color: #000000; }

.jtt-trans-listing-section .jtt-filter-side-panel {
  max-width: 215px;
  margin-bottom: 54px; }
  .jtt-trans-listing-section .jtt-filter-side-panel .showing-result-section {
    height: 34px;
    font-size: 13px;
    color: #666666;
    padding: 8px 5px 0 0;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0; }
    .jtt-trans-listing-section .jtt-filter-side-panel .showing-result-section .resultsCount {
      color: #333333; }
    .jtt-trans-listing-section .jtt-filter-side-panel .showing-result-section .trans-total-supp {
      font-size: 11px; }
    .jtt-trans-listing-section .jtt-filter-side-panel .showing-result-section .trans-sp-reset-filter {
      float: right;
      font-size: 12px;
      text-decoration: none;
      color: #6699cc; }
      .jtt-trans-listing-section .jtt-filter-side-panel .showing-result-section .trans-sp-reset-filter:hover, .jtt-trans-listing-section .jtt-filter-side-panel .showing-result-section .trans-sp-reset-filter:active, .jtt-trans-listing-section .jtt-filter-side-panel .showing-result-section .trans-sp-reset-filter:focus {
        outline: none;
        box-shadow: none;
        color: #bf1d2d; }
  .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group {
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group:last-child {
      border-bottom: none; }
    .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel {
      color: #000000; }
      .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .trans-side-panel-heading .side-panel-title .sp-label {
        display: block;
        padding: 4px 2px 1px 0px;
        text-decoration: none;
        font-size: 13px;
        color: #000000;
        font-weight: 600; }
        .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .trans-side-panel-heading .side-panel-title .sp-label:hover, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .trans-side-panel-heading .side-panel-title .sp-label:active, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .trans-side-panel-heading .side-panel-title .sp-label:focus {
          outline: none;
          box-shadow: none;
          color: #000000;
          text-decoration: none; }
      .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .trans-side-panel-heading .side-panel-title i {
        font-size: 17px;
        width: 15px;
        text-align: center; }
      .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .fade-effect-disable {
        opacity: 0.5;
        pointer-events: none; }
      .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-price-section {
        min-height: 52px; }
        .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-price-section .range-min-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          left: 12px; }
        .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-price-section .range-max-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          right: 7px; }
        .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-price-section .ui-slider-horizontal {
          background-color: #bbbbbb !important; }
        .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-price-section .ui-state-hover, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-price-section .ui-state-focus {
          height: 24px;
          width: 24px;
          display: inline-block;
          position: absolute;
          margin: 0;
          top: -9px;
          background-color: transparent !important;
          margin-left: -10px;
          z-index: 2;
          background-image: url("../images/price_range_wheel.png") !important;
          background-repeat: no-repeat;
          outline: none;
          cursor: pointer; }
      .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:checked, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:checked + label, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:checked + label:before, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li .truncate {
            /*width: 130px;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                display: inline-block;
                                overflow: hidden;*/
            color: #666666;
            font-size: 13px; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li.show-more-link:hover, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li.show-more-link:active, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-types-section ul.sp-vehicle-types-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }
      .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
            .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label span, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label span {
              color: #aaaaaa; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:before, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-star-rating-section ul.sp-star-rating-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:checked, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label:before, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li .truncate {
            /*width: 130px;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                display: inline-block;
                                overflow: hidden;*/
            color: #666666;
            font-size: 13px; }
          .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li.show-more-link:hover, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li.show-more-link:active, .jtt-trans-listing-section .jtt-filter-side-panel .trans-side-panel-group .side-panel .sp-vehicle-suppliers-section ul.sp-vehicle-suppliers-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }

.jtt-trans-listing-section .trans-main-listing-section {
  margin-bottom: 54px; }
  .jtt-trans-listing-section .trans-main-listing-section .trans-progress-bar {
    padding: 0px 0px 0px 2px; }
  .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    border-left: 1px solid #d3e4f5;
    border-right: 1px solid #d3e4f5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 0px;
    margin-left: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section.trans-sticky-sorterbar {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 4; }
    .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list {
      padding: 0 23px;
      float: left; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list .sorter-list-label {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a {
        padding: 0 10px 0 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #bf1d2d;
        position: relative; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
          text-decoration: none;
          border-bottom: 3px solid #bf1d2d; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
          content: "";
          display: block;
          background: url("../images/sort_asc_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
          content: "";
          display: block;
          background: url("../images/sort_des_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
    .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section .show-price-panel .show-price-tab-list {
      padding: 0 13px;
      float: right; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section .show-price-panel .show-price-tab-list .show-price-list-label {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a {
        padding: 0 10px 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #bf1d2d;
        position: relative; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-sorter-section .show-price-panel .show-price-tab-list .show-price-list-item a.active-show-price {
          text-decoration: none;
          border-bottom: 3px solid #bf1d2d; }
  .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item {
    background: #ffffff;
    border-radius: 8px;
    min-height: 150px;
    margin-left: 2px;
    margin-top: 10px;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
    border: 1px solid #dddddd; }
    .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info {
      border-right: 1px solid rgba(127, 142, 171, 0.26); }
      .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .vehicle-type {
        font-size: 15px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 22px; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .vehicle-main-img img {
        width: auto;
        height: 80px;
        object-fit: cover;
        position: relative;
        left: 0px;
        z-index: 1; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-supplier-info-panel {
        color: #666666; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-supplier-info-panel .supplier-info-lable {
          font-size: 12px;
          font-weight: 500; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-supplier-info-panel .supplier-info {
          font-size: 12px;
          font-weight: 400; }
          .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-supplier-info-panel .supplier-info .supplier-ic img {
            max-height: 35px;
            height: auto; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-star-rating-panel {
        color: #666666;
        min-height: 40px; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-star-rating-panel .supplier-rating-lable {
          font-size: 11px;
          font-weight: 500; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-star-rating-panel .star-rating-ic img {
          width: 64px;
          height: 12px;
          margin: 3px 0px; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-star-rating-panel .supplier-review {
          font-size: 11px;
          font-weight: 500; }
          .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-star-rating-panel .supplier-review::before {
            font-weight: normal;
            font-size: 10px;
            content: "Based on "; }
          .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-star-rating-panel .supplier-review::after {
            font-weight: normal;
            font-size: 10px;
            content: "reviews "; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .panel-main-heading {
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        font-size: 14px;
        font-weight: 600; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .normal-txt {
        font-size: 13px;
        color: #666666; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .normal-txt .highlight-txt {
          color: #35231f;
          opacity: 0.8; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-gap-panel {
        height: 20px;
        background-color: #ffffff;
        position: relative;
        right: -23px; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-service-overview-panel {
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        font-size: 12px;
        font-weight: 500; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-service-overview-panel .service-ic img {
          width: 35px;
          height: 35px; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-service-overview-panel .service-label {
          color: #666666; }
        .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-service-overview-panel .service-txt {
          color: #bf1d2d; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-panel-info .trans-more-info-sh {
        font-size: 13px;
        font-weight: 600;
        color: #bf1d2d;
        cursor: pointer;
        position: absolute;
        bottom: 8px;
        right: 12px; }
    .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-price-info {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #bf1d2d; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-price-info .currency {
        font-weight: 600; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-price-info .price-type {
        font-size: 11px;
        font-weight: 600; }
    .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .trans-comm-price-label {
      font-size: 12px;
      font-weight: 600;
      line-height: 20px;
      color: #bf1d2d; }
    .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .jtt-trans-listing-section .trans-main-listing-section .trans-info-list-item .no-record-list-item img {
        width: 85px; }

/*********** Below CSS For Transfer Booking Page **************/
.jtt-trans-booking-page-section .trans-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .jtt-trans-booking-page-section .trans-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #bf1d2d; }

.jtt-trans-booking-page-section .trans-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-free-cancellation-panel-bg {
    margin: 0px auto;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid #8fded7; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-free-cancellation-panel-bg.fc-non-refundable-bg {
      border-bottom: 1px solid #de8f8f; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-free-cancellation-panel-bg .trans-bkg-fc-label-bg {
      background-color: #eafdfb;
      line-height: 18px;
      font-size: 14px;
      color: #1a7b73;
      padding: 10px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-free-cancellation-panel-bg .trans-bkg-fc-label-bg.fc-non-refundable {
        background-color: #fdeaea;
        color: #7b1a1a; }
  .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-label-bg .trans-basic-info {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-label-bg .trans-basic-info small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section {
      padding: 5px 0px 5px; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .vehicle-type {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-supplier-info-panel {
        color: #666666; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-supplier-info-panel .supplier-info-lable {
          font-size: 12px;
          font-weight: 500; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-supplier-info-panel .supplier-info {
          font-size: 12px;
          font-weight: 400; }
          .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-supplier-info-panel .supplier-info .supplier-ic img {
            max-height: 35px;
            height: auto; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-service-overview-panel {
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        font-size: 12px;
        font-weight: 500; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-service-overview-panel .service-ic img {
          width: 35px;
          height: 35px; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-service-overview-panel .service-label {
          color: #666666; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-info-section .trans-service-overview-panel .service-txt {
          color: #bf1d2d; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section {
      font-size: 13px; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .main-heading {
        padding: 10px 0px;
        font-size: 15px;
        color: #bf1d2d;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .main-heading small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .main-heading img {
          width: 28px;
          height: 28px; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .trans-bkg-journey-info {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .trans-bkg-journey-info:last-child {
          border-bottom: none; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .trans-bkg-journey-info .trans-label {
          color: #bf1d2d; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-itinerary-section .trans-bkg-journey-info-section .trans-bkg-journey-info .trans-dept-dest-val {
          color: #bf1d2d; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-email-section .trans-bkg-email-sh-option {
      display: none; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-details-heading-bg .trans-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-details-heading-bg .trans-bkg-extra-info-ic {
        width: 30px;
        height: 30px; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-details-heading-bg .trans-bkg-select-traveller {
        font-size: 13px;
        color: #bf1d2d;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-sub-heading {
      font-size: 13px;
      color: #bf1d2d;
      letter-spacing: 0.3px;
      line-height: 20px;
      text-align: left;
      font-weight: 600; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-traveller-gst-info .custom-input, .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-traveller-gst-info .custom-input label, .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section {
      font-size: 13px; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .main-heading {
        padding: 10px 0px;
        font-size: 14px;
        color: #bf1d2d;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .main-heading small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .main-heading img {
          width: 30px;
          height: auto; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info:last-child {
          border-bottom: none; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .extra-label {
          color: #bf1d2d; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .extra-desc {
          color: #bf1d2d; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl {
          flex: 0 0 auto;
          display: flex;
          align-items: center;
          background-color: #ffffff;
          border-radius: 4px;
          font-size: 20px;
          float: right; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button {
          width: 25px;
          height: 25px;
          line-height: 20px;
          text-align: center;
          color: #ffffff;
          cursor: pointer;
          background-color: #35231f;
          transition: background-color 100ms ease-in; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button--decrement {
          border-radius: 5px 0 0 5px; }
          .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button--decrement.disable {
            opacity: 0.6; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button--increment {
          border-radius: 0 5px 5px 0; }
          .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button--increment.disable {
            opacity: 0.6; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button--decrement::selection, .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__button--increment::selection {
          color: #ffffff; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__counter {
          position: relative;
          width: 51px;
          height: 30px;
          color: #bf1d2d;
          text-align: center;
          overflow: hidden; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__counter-input {
          width: 25%;
          margin: 0;
          padding: 0;
          position: relative;
          z-index: 2;
          box-shadow: none;
          outline: none;
          border: none;
          color: #bf1d2d;
          font-size: 13px;
          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
          line-height: 30px;
          text-align: center;
          opacity: 0;
          transition: opacity 100ms ease-in; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-extra-info-section .trans-bkg-extra-info .trans-bkg-extra-ctrl__counter-num {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          font-size: 14px;
          font-weight: 600;
          font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
          line-height: 30px;
          opacity: 1;
          transition: opacity 1000ms ease-in; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-main-panel-bg .trans-bkg-traveller-section .trans-bkg-imp-info ul {
      font-size: 12px;
      font-weight: 400;
      padding: 0px; }
  .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-base-fare-info {
      padding: 0px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-base-fare-info .base-fare-label, .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-base-fare-info .base-fare-amount {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        padding: 6px 0px 10px;
        color: #bf1d2d; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-extra-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-extra-fare-info .fare-label, .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-extra-fare-info .fare-amount {
        color: #666666;
        line-height: 18px; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-extra-fare-info small {
        font-size: 12px; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-fare-info .fare-label, .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #bf1d2d; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #bf1d2d; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-pax-info {
      background-color: #35231f;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-pax-info .divider {
        padding: 0px 5px; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #35231f;
        line-height: 18px; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #35231f;
        line-height: 18px;
        font-weight: 600; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .jtt-trans-booking-page-section .trans-bkg-section-bg .trans-bkg-side-panel-bg .trans-bkg-available-deals-option .trans-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For Transfer Booking Transaction Page Top Part **************/
.jtt-trans-bkg-trans-section .trans-bkg-trans-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 7px 0 15px; }
  .jtt-trans-bkg-trans-section .trans-bkg-trans-topbar-bg .main-heading {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-weight: 500;
    color: #bf1d2d; }
  .jtt-trans-bkg-trans-section .trans-bkg-trans-topbar-bg .sub-heading {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #bf1d2d; }
  .jtt-trans-bkg-trans-section .trans-bkg-trans-topbar-bg .trans-bkg-trans-date {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #bf1d2d; }

.jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-free-cancellation-panel-bg {
    margin: 0px auto;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid #8fded7; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-free-cancellation-panel-bg.fc-non-refundable-bg {
      border-bottom: 1px solid #de8f8f; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-free-cancellation-panel-bg .trans-bkg-trans-fc-label-bg {
      background-color: #eafdfb;
      line-height: 18px;
      font-size: 14px;
      color: #1a7b73;
      padding: 10px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-free-cancellation-panel-bg .trans-bkg-trans-fc-label-bg.fc-non-refundable {
        background-color: #fdeaea;
        color: #7b1a1a; }
  .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-label-bg.trans-bkg-trans-info-sh {
        cursor: pointer; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-label-bg .trans-basic-info {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-label-bg .trans-basic-info small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-img img {
      margin: 5px 6px 2px 6px;
      border-radius: 10px;
      height: 95%;
      width: 95%;
      object-fit: cover;
      position: relative;
      left: 0px;
      border: 5px solid #e7eef7; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section {
      padding: 5px 0px 5px; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .vehicle-type {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 22px;
        /*width: 350px;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        display: block;*/ }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-supplier-info-panel {
        color: #666666; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-supplier-info-panel .supplier-info-lable {
          font-size: 12px;
          font-weight: 500; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-supplier-info-panel .supplier-info {
          font-size: 12px;
          font-weight: 400; }
          .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-supplier-info-panel .supplier-info .supplier-ic img {
            max-height: 35px;
            height: auto; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-service-overview-panel {
        border-bottom: 1px solid rgba(127, 142, 171, 0.26);
        font-size: 12px;
        font-weight: 500; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-service-overview-panel .service-ic img {
          width: 35px;
          height: 35px; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-service-overview-panel .service-label {
          color: #666666; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-info-section .trans-service-overview-panel .service-txt {
          color: #bf1d2d; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section {
      font-size: 13px; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .main-heading {
        padding: 10px 0px;
        font-size: 15px;
        color: #bf1d2d;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        font-weight: 500; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .main-heading small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .main-heading img {
          width: 28px;
          height: 28px; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .trans-bkg-journey-info {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        padding: 10px 0px;
        font-weight: 500; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .trans-bkg-journey-info:last-child {
          border-bottom: none; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .trans-bkg-journey-info .trans-label {
          color: #bf1d2d; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .trans-bkg-journey-info .trans-dept-dest-val {
          color: #bf1d2d; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-itinerary-section .trans-bkg-trans-journey-info-section .trans-bkg-journey-info .pickup-time-confirm-badge {
          background-color: #339900;
          font-size: 10px;
          color: #ffffff;
          padding: 4px 7px;
          text-transform: uppercase;
          border-radius: 4px; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-lead-pax-info {
      background-color: #ffffff;
      font-size: 13px;
      color: #777777;
      font-weight: 500;
      padding: 5px 20px;
      line-height: 18px; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-lead-pax-info:last-child {
        padding-bottom: 15px; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-imp-info-list {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-imp-info-list ul.list-grp {
        list-style: circle; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-main-panel-bg .trans-bkg-trans-imp-info-list ul.list-grp li.normal-txt {
          font-size: 13px;
          font-weight: 500;
          color: #777777;
          padding: 5px;
          line-height: 18px;
          text-align: justify; }
  .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-base-fare-info {
      padding: 0px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-base-fare-info .base-fare-label, .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-base-fare-info .base-fare-amount {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        padding: 6px 0px 10px;
        color: #bf1d2d; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-extra-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-extra-fare-info .fare-label, .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-extra-fare-info .fare-amount {
        color: #666666;
        line-height: 18px; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-extra-fare-info small {
        font-size: 12px; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-fare-info .fare-label, .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #bf1d2d; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #bf1d2d; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #bf1d2d;
        line-height: 18px; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-sel-available-deals-info .offer-label .offer-code {
          padding: 4px;
          border-radius: 5px;
          border: 1px dashed #bf1d2d; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-link-section {
      background-color: #ffffff;
      padding: 5px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-link-section .trans-bkg-trans-link {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 40px;
        color: #2c97fc;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-link-section .trans-bkg-trans-link:last-child {
          border-bottom: none; }
        .jtt-trans-bkg-trans-section .trans-bkg-trans-section-bg .trans-bkg-trans-side-panel-bg .trans-bkg-trans-link-section .trans-bkg-trans-link img {
          width: 24px;
          height: 24px; }

/*********** Below CSS For Insurance Listing Page - Section Part **************/
.jtt-insur-listing-section .jtt-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 46px; }
  .jtt-insur-listing-section .jtt-topbar-bg.modify-active {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 2px 4px #cccccc;
    position: relative; }
  .jtt-insur-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn {
    display: block; }
    .jtt-insur-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a {
      font-size: 13px;
      padding: 5px 12px;
      font-weight: bold; }
      .jtt-insur-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a i {
        font-size: 15px;
        margin-right: 3px;
        width: 10px; }
      .jtt-insur-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.active {
        color: #ffffff;
        box-shadow: inset 0 0 0.25em 0.025em #000000;
        background-color: #333333;
        border-color: #000000; }
      .jtt-insur-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive {
        color: #333333;
        background-color: #f9f9f9;
        border-color: #999999;
        box-shadow: 0 2px 0 #eeeeee; }
        .jtt-insur-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive:active, .jtt-insur-listing-section .jtt-topbar-bg .jtt-toolbar-control-section .modify-control-btn a.notActive:focus {
          background-color: #dddddd;
          color: #000000; }

.jtt-insur-listing-section .jtt-filter-side-panel {
  max-width: 215px;
  margin-bottom: 54px; }
  .jtt-insur-listing-section .jtt-filter-side-panel .showing-result-section {
    height: 34px;
    font-size: 13px;
    color: #666666;
    padding: 8px 5px 0 0;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0; }
    .jtt-insur-listing-section .jtt-filter-side-panel .showing-result-section .resultsCount {
      color: #333333; }
    .jtt-insur-listing-section .jtt-filter-side-panel .showing-result-section .insur-sp-reset-filter {
      float: right;
      font-size: 12px;
      text-decoration: none;
      color: #6699cc; }
      .jtt-insur-listing-section .jtt-filter-side-panel .showing-result-section .insur-sp-reset-filter:hover, .jtt-insur-listing-section .jtt-filter-side-panel .showing-result-section .insur-sp-reset-filter:active, .jtt-insur-listing-section .jtt-filter-side-panel .showing-result-section .insur-sp-reset-filter:focus {
        outline: none;
        box-shadow: none;
        color: #bf1d2d; }
  .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group {
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group:last-child {
      border-bottom: none; }
    .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel {
      color: #000000; }
      .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .insur-side-panel-heading .side-panel-title .sp-label {
        display: block;
        padding: 4px 2px 1px 0px;
        text-decoration: none;
        font-size: 13px;
        color: #000000;
        font-weight: 600; }
        .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .insur-side-panel-heading .side-panel-title .sp-label:hover, .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .insur-side-panel-heading .side-panel-title .sp-label:active, .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .insur-side-panel-heading .side-panel-title .sp-label:focus {
          outline: none;
          box-shadow: none;
          color: #000000;
          text-decoration: none; }
      .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .insur-side-panel-heading .side-panel-title i {
        font-size: 17px;
        width: 15px;
        text-align: center; }
      .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .fade-effect-disable {
        opacity: 0.5;
        pointer-events: none; }
      .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-price-section {
        min-height: 52px; }
        .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-price-section .range-min-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          left: 12px; }
        .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-price-section .range-max-label {
          font-size: 12px;
          font-weight: 700;
          color: #454545;
          position: absolute;
          right: 7px; }
        .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-price-section .ui-slider-horizontal {
          background-color: #bbbbbb !important; }
        .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-price-section .ui-state-hover, .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-price-section .ui-state-focus {
          height: 24px;
          width: 24px;
          display: inline-block;
          position: absolute;
          margin: 0;
          top: -9px;
          background-color: transparent !important;
          margin-left: -10px;
          z-index: 2;
          background-image: url("../images/price_range_wheel.png") !important;
          background-repeat: no-repeat;
          outline: none;
          cursor: pointer; }
      .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section {
        padding-right: 2px;
        padding-left: 3px; }
        .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list {
          margin-bottom: 3px;
          margin-left: 6px;
          padding: 0;
          list-style: none; }
          .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:checked, .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0; }
          .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:checked + label, .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            color: #666666;
            font-size: 13px;
            font-weight: 500;
            width: 100%;
            cursor: pointer; }
          .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:checked + label:before, .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #999999;
            border-radius: 2px;
            background: #ffffff; }
          .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:checked + label:before {
            border: 1px solid #bf1d2d;
            content: '';
            width: 18px;
            height: 18px;
            background: #bf1d2d;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li input[type="checkbox"]:checked + label:after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li .truncate {
            width: 130px;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            overflow: hidden;
            color: #666666;
            font-size: 13px; }
          .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li.show-more-link {
            font-size: 12px;
            text-decoration: none;
            color: #2c97fc;
            font-weight: 500;
            cursor: pointer; }
            .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li.show-more-link:hover, .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li.show-more-link:active, .jtt-insur-listing-section .jtt-filter-side-panel .insur-side-panel-group .side-panel .sp-insur-supplier-section ul.sp-insur-supplier-section-list li.show-more-link:focus {
              outline: none;
              box-shadow: none;
              color: #2c97fc; }

.jtt-insur-listing-section .insur-main-listing-section {
  margin-bottom: 54px; }
  .jtt-insur-listing-section .insur-main-listing-section .insur-progress-bar {
    padding: 0px 0px 0px 2px; }
  .jtt-insur-listing-section .insur-main-listing-section .insur-sorter-section {
    box-sizing: border-box;
    background-color: #f3f9ff;
    border-bottom: 1px solid #d3e4f5;
    border-left: 1px solid #d3e4f5;
    border-right: 1px solid #d3e4f5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 0px;
    margin-left: 2px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset; }
    .jtt-insur-listing-section .insur-main-listing-section .insur-sorter-section.insur-sticky-sorterbar {
      position: -webkit-sticky;
      position: sticky;
      top: 0px;
      z-index: 4; }
    .jtt-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list {
      padding: 0 23px;
      float: left; }
      .jtt-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list .sorter-list-label {
        font-size: 13px;
        color: #bf1d2d;
        font-weight: 500; }
      .jtt-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a {
        padding: 0 10px 0 0;
        display: inline-block;
        font-size: 13px;
        line-height: 34px;
        height: 33px;
        border-bottom: 3px solid transparent;
        color: #bf1d2d;
        position: relative; }
        .jtt-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a:hover {
          outline: none;
          box-shadow: none !important;
          text-decoration: none; }
        .jtt-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.active-sorter {
          text-decoration: none;
          border-bottom: 3px solid #bf1d2d; }
        .jtt-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortAsc::before {
          content: "";
          display: block;
          background: url("../images/sort_asc_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
        .jtt-insur-listing-section .insur-main-listing-section .insur-sorter-section .sorter-panel .sorter-tab-list .sorter-list-item a.sortDes::before {
          content: "";
          display: block;
          background: url("../images/sort_des_ic.png") no-repeat;
          width: 12px;
          height: 12px;
          position: absolute;
          top: 12px;
          right: -5px; }
  .jtt-insur-listing-section .insur-main-listing-section .insur-info-list-item {
    background: #ffffff;
    border-radius: 8px;
    margin-left: 2px;
    margin-top: 10px;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
    border: 1px solid #dddddd; }
    .jtt-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-panel-info {
      border-right: 1px solid rgba(127, 142, 171, 0.26); }
      .jtt-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-panel-info .insur-plan-type {
        font-size: 15px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 22px; }
      .jtt-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-panel-info .sub-heading {
        font-size: 12px;
        color: #777777;
        font-weight: 500; }
      .jtt-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-panel-info .insur-more-info-sh {
        font-size: 13px;
        font-weight: 600;
        color: #bf1d2d;
        cursor: pointer; }
    .jtt-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-price-info {
      font-size: 24px;
      font-weight: bold;
      line-height: 24px;
      color: #bf1d2d; }
      .jtt-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-price-info .currency {
        font-weight: 600; }
      .jtt-insur-listing-section .insur-main-listing-section .insur-info-list-item .insur-price-info .price-type {
        font-size: 11px;
        font-weight: 600; }
    .jtt-insur-listing-section .insur-main-listing-section .insur-info-list-item .no-record-list-item {
      font-size: 14px;
      font-weight: 600;
      color: #6b788f;
      line-height: 17px; }
      .jtt-insur-listing-section .insur-main-listing-section .insur-info-list-item .no-record-list-item img {
        width: 85px; }

/*********** Below CSS For Insurance Booking Page **************/
.jtt-insur-booking-page-section .insur-bkg-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .jtt-insur-booking-page-section .insur-bkg-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #bf1d2d; }

.jtt-insur-booking-page-section .insur-bkg-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-label-bg .insur-name {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-label-bg .insur-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-label-bg .insur-name .insur-destination {
          font-size: 13px;
          padding-top: 3px;
          color: #bf1d2d;
          font-weight: 500; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-email-section .insur-bkg-email-sh-option {
      display: none; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-email-section .custom-input {
      background-color: transparent;
      margin-top: 8px; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-email-section .form-group .fare-label {
      padding: 0px 4px; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-email-section label {
      font-size: 13px;
      color: #333333; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-email-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .normal-txt {
      font-size: 12px;
      color: #666666;
      line-height: 18px;
      text-align: justify; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-details-heading-bg {
      background-color: #eaf1f9;
      border: none;
      padding: 7px 7px; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-details-heading-bg .insur-details-heading {
        font-size: 13px;
        color: #333333;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-details-heading-bg .insur-bkg-select-traveller {
        font-size: 13px;
        color: #bf1d2d;
        cursor: pointer;
        letter-spacing: 0.3px;
        line-height: 20px;
        text-align: left;
        font-weight: 600; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-sub-heading {
      font-size: 13px;
      color: #bf1d2d;
      letter-spacing: 0.3px;
      line-height: 20px;
      text-align: left;
      font-weight: 600; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section label {
      font-size: 12px;
      color: #666666;
      padding-left: 4px;
      font-weight: 600; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section label .mandatory {
        font-size: 12px;
        color: #cc3333; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .custom-input-grp-addon select {
      position: relative;
      left: -2px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .custom-input-grp-addon input {
      position: relative;
      left: -2px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      max-width: 60px; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section select.form-control {
      padding: 5px 10px;
      margin: 0px;
      height: 35px;
      font-size: 13px; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-bkg-traveller-gst-info .custom-input, .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-bkg-traveller-terms-condition-section .custom-input {
      background-color: transparent; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-bkg-traveller-gst-info .custom-input label, .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-bkg-traveller-terms-condition-section .custom-input label {
        font-size: 13px;
        color: #333333;
        padding-left: 35px; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-main-panel-bg .insur-bkg-traveller-section .insur-bkg-imp-info ul {
      font-size: 12px;
      font-weight: 400;
      padding: 0px; }
  .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 14px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-base-fare-info {
      padding: 0px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-base-fare-info .base-fare-label, .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-base-fare-info .base-fare-amount {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        padding: 6px 0px 10px;
        color: #bf1d2d; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-main-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-main-fare-info .fare-label, .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-main-fare-info .fare-amount {
        color: #666666;
        line-height: 18px; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-main-fare-info small {
        font-size: 12px; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-fare-info .fare-label, .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #bf1d2d; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #bf1d2d; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-pax-info {
      background-color: #35231f;
      font-size: 13px;
      color: #ffffff;
      letter-spacing: 0.3px;
      padding: 8px; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-pax-info .divider {
        padding: 0px 5px; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #35231f;
        line-height: 18px; }
        .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-sel-available-deals-info .offer-label img {
          cursor: pointer; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info {
      background-color: #ffffff;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info.active {
        background-color: #f1fdfc; }
        .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info.active .offer-msg {
          font-size: 12px;
          line-height: 18px;
          padding-left: 42px; }
        .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info.active .offer-close-ic {
          line-height: 18px;
          opacity: 1;
          display: block; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info .offer-label {
        font-size: 13px;
        color: #35231f;
        line-height: 18px;
        font-weight: 600; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info .offer-msg {
        font-size: 12px;
        color: #999999;
        line-height: 18px;
        padding-left: 40px;
        font-weight: 600; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info .offer-close-ic {
        line-height: 18px;
        opacity: 0;
        display: none; }
        .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-info .offer-close-ic img {
          cursor: pointer; }
    .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-option {
      padding: 5px 15px 20px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-option .form-control {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        background: transparent;
        padding: 7px 10px;
        margin: 10px 0 0px;
        font-size: 13px;
        font-weight: 600;
        height: auto; }
      .jtt-insur-booking-page-section .insur-bkg-section-bg .insur-bkg-side-panel-bg .insur-bkg-available-deals-option .insur-bkg-apl-coupon-alt-msg {
        font-size: 12px;
        color: #cc3333;
        font-weight: 500; }

/*********** Below CSS For insurursion Booking Transaction Page Top Part **************/
.jtt-insur-bkg-trans-section .insur-bkg-trans-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 7px 0 15px; }
  .jtt-insur-bkg-trans-section .insur-bkg-trans-topbar-bg .main-heading {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 20px;
    font-weight: 500;
    color: #bf1d2d; }
  .jtt-insur-bkg-trans-section .insur-bkg-trans-topbar-bg .sub-heading {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #bf1d2d; }
  .jtt-insur-bkg-trans-section .insur-bkg-trans-topbar-bg .insur-bkg-trans-date {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 17px;
    font-weight: 500;
    color: #bf1d2d; }

.jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  min-height: 500px; }
  .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg {
    margin: 0px auto 20px;
    padding: 0px;
    border-right: 1px solid rgba(102, 116, 129, 0.15);
    border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-label-bg.insur-bkg-trans-info-sh {
        cursor: pointer; }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-label-bg .insur-name {
        font-size: 17px;
        color: #bf1d2d;
        font-weight: 600;
        line-height: 18px;
        width: 90%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        padding: 10px 0px; }
        .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-label-bg .insur-name small {
          font-size: 12px;
          color: #777777;
          font-weight: 500; }
        .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-label-bg .insur-name .insur-destination {
          font-size: 13px;
          padding-top: 3px;
          color: #bf1d2d;
          font-weight: 500; }
    .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info {
      background-color: #ffffff;
      margin-bottom: 1px; }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info .traveller-info {
        font-size: 13px;
        font-weight: 500;
        color: #bf1d2d;
        margin-bottom: 2px;
        padding: 0px 20px; }
        .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info .traveller-info .traveller-item-row {
          border-bottom: 1px solid rgba(102, 116, 129, 0.15);
          padding: 10px; }
          .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info .traveller-info .traveller-item-row:last-child {
            border-bottom: none; }
          .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info .traveller-info .traveller-item-row .pax-label {
            color: #bf1d2d; }
          .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info .traveller-info .traveller-item-row .insur-pax-info {
            color: #bf1d2d; }
            .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-traveller-info .traveller-info .traveller-item-row .insur-pax-info .insur-pax-age {
              font-size: 11px;
              color: #777777; }
    .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-lead-pax-info {
      background-color: #ffffff;
      font-size: 13px;
      color: #777777;
      font-weight: 500;
      padding: 5px 20px;
      line-height: 18px; }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-main-panel-bg .insur-bkg-trans-lead-pax-info:last-child {
        padding-bottom: 15px; }
  .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px; }
    .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-label-bg {
      background-color: #fdf6f6;
      border-top: 1px solid rgba(102, 116, 129, 0.15);
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15);
      line-height: 36px;
      font-size: 15px;
      color: #bf1d2d;
      padding: 0px 15px;
      letter-spacing: 0.3px;
      font-weight: 500; }
    .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-base-fare-info {
      padding: 0px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-base-fare-info .base-fare-label, .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-base-fare-info .base-fare-amount {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        padding: 6px 0px 10px;
        color: #bf1d2d; }
    .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-main-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-main-fare-info .fare-label, .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-main-fare-info .fare-amount {
        color: #666666;
        line-height: 18px; }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-main-fare-info small {
        font-size: 12px; }
    .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-fare-info {
      background-color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-fare-info .fare-label, .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-fare-info .fare-amount {
        color: #333333;
        line-height: 18px; }
    .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-total-fare-info {
      padding: 18px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-total-fare-info .total-fare-label {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        color: #bf1d2d; }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-total-fare-info .total-fare-amount {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #bf1d2d; }
    .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-sel-available-deals-info {
      background-color: #f1fdfc;
      padding: 10px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-sel-available-deals-info .offer-label {
        font-size: 13px;
        font-weight: 600;
        color: #bf1d2d;
        line-height: 18px; }
        .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-sel-available-deals-info .offer-label .offer-code {
          padding: 4px;
          border-radius: 5px;
          border: 1px dashed #bf1d2d; }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-sel-available-deals-info .offer-msg {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px; }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-sel-available-deals-info .offer-value {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600; }
    .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-link-section {
      background-color: #ffffff;
      padding: 5px 15px;
      border-left: 1px solid rgba(102, 116, 129, 0.15);
      border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
      .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-link-section .insur-bkg-trans-link {
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 40px;
        color: #2c97fc;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer; }
        .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-link-section .insur-bkg-trans-link:last-child {
          border-bottom: none; }
        .jtt-insur-bkg-trans-section .insur-bkg-trans-section-bg .insur-bkg-trans-side-panel-bg .insur-bkg-trans-link-section .insur-bkg-trans-link img {
          width: 24px;
          height: 24px; }

/**************** Notification Error CSS *********/
.jtt-error-section .jtt-error-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .jtt-error-section .jtt-error-wht-bg .error-title {
    font-size: 24px;
    font-weight: bold;
    color: #bf1d2d;
    line-height: 30px; }
  .jtt-error-section .jtt-error-wht-bg .error-txt {
    font-size: 13px;
    font-weight: 500;
    color: #777777;
    line-height: 18px; }
  .jtt-error-section .jtt-error-wht-bg .error-link {
    font-size: 13px;
    color: #2c97fc;
    text-decoration: none;
    line-height: 18px; }
    .jtt-error-section .jtt-error-wht-bg .error-link:hover {
      color: #2c97fc;
      text-decoration: none; }
  .jtt-error-section .jtt-error-wht-bg .error-btn-section {
    border-top: 1px dotted rgba(102, 116, 129, 0.15); }

/**************** Login & Sign UP CSS *********/
.jtt-mainbody-login-section .jtt-ma-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 0px 0px 10px; }
  .jtt-mainbody-login-section .jtt-ma-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #bf1d2d; }

.jtt-mainbody-login-section .jtt-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .jtt-mainbody-login-section .jtt-wht-bg .form-section {
    padding: 15px; }
  .jtt-mainbody-login-section .jtt-wht-bg .login-row-section {
    padding: 0px 15px; }
  .jtt-mainbody-login-section .jtt-wht-bg .mainbody-login-box-pd {
    padding: 12px 15px 25px;
    border: 1px solid #d5dde8;
    margin: 50px auto;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    -moz-box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ;
    box-shadow: 0 10px 20px rgba(33, 32, 32, 0.08) ; }
  .jtt-mainbody-login-section .jtt-wht-bg .mainbody-signin-alert-msg {
    font-size: 13px;
    font-weight: 500;
    background-color: #fdeaea;
    padding: 6px;
    border-radius: 4px;
    color: #cc0000;
    margin-bottom: 10px; }
  .jtt-mainbody-login-section .jtt-wht-bg .mainbody-login-title {
    font-size: 20px;
    line-height: 22px;
    color: #bf1d2d;
    font-weight: 500; }
  .jtt-mainbody-login-section .jtt-wht-bg .mainbody-login-txt {
    font-size: 13px;
    color: #777777;
    font-weight: 500;
    line-height: 18px; }
  .jtt-mainbody-login-section .jtt-wht-bg .mainbody-login-tab-link {
    font-size: 14px;
    color: #bf1d2d;
    font-weight: 500;
    text-decoration: none; }
    .jtt-mainbody-login-section .jtt-wht-bg .mainbody-login-tab-link:hover {
      color: #bf1d2d;
      text-decoration: none; }
  .jtt-mainbody-login-section .jtt-wht-bg .mainbody-login-link {
    font-size: 14px;
    color: #bf1d2d;
    font-weight: 500;
    text-decoration: none; }
    .jtt-mainbody-login-section .jtt-wht-bg .mainbody-login-link:hover {
      color: #bf1d2d;
      text-decoration: none; }
  .jtt-mainbody-login-section .jtt-wht-bg .invalid-feedback {
    font-size: 12px;
    font-weight: 500; }
  .jtt-mainbody-login-section .jtt-wht-bg .mainbody-login-heading {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
    line-height: 18px; }
  .jtt-mainbody-login-section .jtt-wht-bg .normal-txt {
    font-size: 13px;
    color: #777777;
    font-weight: 500;
    line-height: 18px; }
  .jtt-mainbody-login-section .jtt-wht-bg .pass-valid-txt {
    font-size: 13px;
    color: #339900;
    font-weight: 500; }
  .jtt-mainbody-login-section .jtt-wht-bg .client-alert-msg {
    font-size: 13px;
    color: #339900; }
  .jtt-mainbody-login-section .jtt-wht-bg .social-login {
    margin: 0 auto;
    margin-bottom: 14px; }
    .jtt-mainbody-login-section .jtt-wht-bg .social-login .social-btn {
      font-size: 14px;
      color: #ffffff;
      font-weight: 500;
      letter-spacing: 0.3px;
      width: 100%; }
    .jtt-mainbody-login-section .jtt-wht-bg .social-login .facebook-btn {
      background-color: #3C589C; }
      .jtt-mainbody-login-section .jtt-wht-bg .social-login .facebook-btn:hover, .jtt-mainbody-login-section .jtt-wht-bg .social-login .facebook-btn:active, .jtt-mainbody-login-section .jtt-wht-bg .social-login .facebook-btn:focus {
        outline: none;
        box-shadow: none; }
    .jtt-mainbody-login-section .jtt-wht-bg .social-login .google-btn {
      background-color: #DF4B3B; }
      .jtt-mainbody-login-section .jtt-wht-bg .social-login .google-btn:hover, .jtt-mainbody-login-section .jtt-wht-bg .social-login .google-btn:active, .jtt-mainbody-login-section .jtt-wht-bg .social-login .google-btn:focus {
        outline: none;
        box-shadow: none; }

/******** End Login & Sign Up CSS **********/
/*********** Below CSS For My Account Part **************/
.jtt-my-account-section .jtt-ma-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 0px 0px 10px; }
  .jtt-my-account-section .jtt-ma-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #bf1d2d; }

.jtt-my-account-section .jtt-ma-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .jtt-my-account-section .jtt-ma-wht-bg label {
    font-size: 14px;
    color: #333333;
    padding-left: 5px; }
    .jtt-my-account-section .jtt-ma-wht-bg label.label-strong-cls {
      font-weight: 600; }
  .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-label-bg {
      line-height: 40px;
      font-size: 15px;
      font-weight: 600;
      color: #bf1d2d;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #bf1d2d;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-label-title {
      line-height: 24px;
      font-size: 15px;
      font-weight: 600;
      color: #bf1d2d;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-top: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-profile-img img {
        width: 50px;
        height: 50px; }
      .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form label {
        font-size: 13px;
        color: #bf1d2d;
        padding-left: 4px;
        font-weight: 500; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form label.label-strong-cls {
          font-weight: 600; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form label .mandatory {
          font-size: 13px;
          color: #cc0000; }
      .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form .gst-error-alt-msg {
        font-size: 12px;
        color: #cc0000;
        font-weight: 500;
        padding-left: 12px; }
      .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form .valid-alt-msg {
        font-size: 13px;
        color: #cc0000;
        font-weight: 500; }
      .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form .user-img-file-section .note-txt {
        font-size: 12px;
        color: #35231f;
        font-weight: 500; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-form .user-img-file-section .note-txt .file-details-txt {
          font-size: 12px;
          color: #cc0000;
          font-weight: 500; }
      .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-info {
        font-size: 13px;
        font-weight: 500;
        color: #35231f;
        padding: 3px 15px;
        line-height: 18px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-info:last-child {
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
          padding-bottom: 15px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-info .user-name-txt {
          font-size: 13px;
          font-weight: 500;
          color: #35231f;
          line-height: 18px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-personal-info .user-name-txt {
          font-size: 15px;
          font-weight: 500;
          color: #bf1d2d;
          line-height: 18px; }
      .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info {
        line-height: 18px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info:last-child {
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
          padding-bottom: 15px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info .label {
          padding: 2px 2px;
          font-size: 14px;
          font-weight: 500;
          color: #bf1d2d;
          line-height: 18px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info .normal-txt {
          padding: 2px 2px;
          font-size: 13px;
          font-weight: 500;
          color: #35231f;
          line-height: 18px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info .company-name {
          font-size: 15px;
          font-weight: 500;
          line-height: 18px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info .company-address {
          font-size: 13px;
          color: #777777;
          line-height: 18px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-general-info .action-ic img {
          cursor: pointer; }
      .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-travel-preferences-info {
        line-height: 18px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-travel-preferences-info:last-child {
          border-bottom-right-radius: 4px;
          border-bottom-left-radius: 4px;
          padding-bottom: 15px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-travel-preferences-info .module-heading {
          font-size: 15px;
          font-weight: 500;
          line-height: 18px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-travel-preferences-info .label {
          padding: 2px 2px;
          font-size: 14px;
          font-weight: 500;
          color: #bf1d2d;
          line-height: 18px; }
        .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-travel-preferences-info .normal-txt {
          padding: 2px 2px;
          font-size: 13px;
          font-weight: 500;
          color: #35231f;
          line-height: 18px; }
          .jtt-my-account-section .jtt-ma-wht-bg .ma-panel-bg .ma-user-info .user-travel-preferences-info .normal-txt .airline-ic img {
            width: 27px;
            height: 23px;
            cursor: pointer; }

.jtt-my-trip-section .jtt-my-trip-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding: 0px 0px 10px; }
  .jtt-my-trip-section .jtt-my-trip-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #bf1d2d; }

.jtt-my-trip-section .jtt-my-trip-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee; }
  .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-tab-bg {
    background-color: #fdf6f6;
    border-top: 1px solid rgba(127, 142, 171, 0.26);
    border-bottom: 1px solid rgba(127, 142, 171, 0.26);
    padding: 0px 2px 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 99; }
    .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-tab-bg .my-trip-tab-link ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      overflow: auto;
      line-height: 20px; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-tab-bg .my-trip-tab-link ul li {
        position: relative;
        white-space: nowrap;
        float: left; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-tab-bg .my-trip-tab-link ul li a {
          display: block;
          position: relative;
          padding: 10px 15px;
          transition: 0.3s;
          font-size: 13px;
          font-weight: 500;
          color: #bf1d2d; }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-tab-bg .my-trip-tab-link ul li a:hover {
            color: #bf1d2d;
            text-decoration: none; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-tab-bg .my-trip-tab-link ul li.active {
          color: #bf1d2d;
          text-decoration: none;
          border-bottom: 4px solid #bf1d2d; }
  .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-label-bg {
      line-height: 40px;
      font-size: 14px;
      font-weight: 600;
      color: #bf1d2d;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #bf1d2d;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-empty-info {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-empty-info .trip-empty-msg-heading {
        font-size: 24px;
        color: #35231f;
        font-weight: 600;
        line-height: 25px; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-empty-info .trip-empty-msg-txt {
        font-size: 14px;
        color: #999999;
        font-weight: 500;
        line-height: 18px; }
    .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp {
      background-color: #ffffff;
      padding: 10px 10px 0px;
      margin-bottom: 1px; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg {
        background-color: #f9f9f9;
        border: none;
        padding: 7px;
        margin: 0px -10px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading {
          font-size: 14px;
          font-weight: 600;
          color: #bf1d2d;
          letter-spacing: 0.3px;
          line-height: 20px;
          text-align: left; }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .htl-name, .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .flt-segment, .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .exc-name, .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .trans-name, .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .insur-name {
            font-size: 14px;
            font-weight: 600;
            width: 90%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            padding: 0px; }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .bullet-ic {
            padding: 0px 0px; }
            .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .bullet-ic small {
              color: #35231f;
              font-size: 11px;
              font-weight: 500;
              padding: 0px 15px; }
            .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trip-item-heading-bg .trip-item-heading .bullet-ic::before {
              content: "";
              width: 5px;
              height: 5px;
              background-color: #bf1d2d;
              border-radius: 50%;
              display: inline-block;
              position: relative;
              bottom: 1px;
              left: 3px; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-dtl-check-in-out-section {
        background-color: #ffffff;
        border: 1px solid rgba(102, 116, 129, 0.15); }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-dtl-check-in-out-section .htl-dtl-chk-info {
          padding: 10px 0px;
          border-right: 1px solid rgba(102, 116, 129, 0.15); }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-dtl-check-in-out-section .htl-dtl-chk-info:last-child {
            border-right: none; }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-dtl-check-in-out-section .htl-dtl-chk-info .htl-label {
            color: #bf1d2d;
            font-size: 13px;
            font-weight: 500; }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-dtl-check-in-out-section .htl-dtl-chk-info .htl-txt {
            color: #35231f;
            font-size: 12px;
            font-weight: 500; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-trip-basic-info {
        font-size: 13px;
        font-weight: 500; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-trip-basic-info .basic-label {
          color: #bf1d2d;
          padding: 10px 0px;
          border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-trip-basic-info .basic-label.bullet-ic::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: #bf1d2d;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            bottom: 1px;
            left: 3px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .htl-trip-list-dtl .htl-trip-basic-info .basic-info {
          color: #35231f; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .airline-ic {
        line-height: 26px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .airline-ic img {
          width: 27px;
          height: 23px; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .airline-info {
        padding-left: 30px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .airline-info .airline-name {
          font-size: 13px;
          font-weight: 500;
          color: #bf1d2d;
          line-height: 20px;
          letter-spacing: 0.3px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .airline-info .airline-no {
          font-size: 12px;
          font-weight: 500;
          color: #bf1d2d;
          line-height: 16px;
          letter-spacing: 0.3px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .airline-info .flt-travel-class {
          font-size: 12px;
          font-weight: 500;
          color: #35231f;
          line-height: 16px;
          letter-spacing: 0.3px; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-dept-info {
        text-align: right;
        line-height: 16px;
        letter-spacing: 0.3px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-dept-info .flt-time {
          font-size: 13px;
          font-weight: 500;
          color: #bf1d2d; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-dept-info .flt-airport-short-name {
          font-size: 13px;
          font-weight: 500;
          color: #bf1d2d; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-dept-info .flt-date {
          font-size: 12px;
          font-weight: 500;
          color: #35231f;
          line-height: 20px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-dept-info .flt-airport-name {
          font-size: 11px;
          font-weight: 500;
          color: #bf1d2d; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-arrival-info {
        text-align: left;
        line-height: 16px;
        letter-spacing: 0.3px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-arrival-info .flt-time {
          font-size: 13px;
          font-weight: 500;
          color: #bf1d2d; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-arrival-info .flt-airport-short-name {
          font-size: 13px;
          font-weight: 500;
          color: #bf1d2d; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-arrival-info .flt-date {
          font-size: 12px;
          font-weight: 500;
          color: #35231f;
          line-height: 20px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-arrival-info .flt-airport-name {
          font-size: 11px;
          font-weight: 500;
          color: #bf1d2d; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-duration-info {
        font-size: 13px;
        font-weight: 500;
        color: #35231f;
        text-align: center;
        border-bottom: 1px solid rgba(102, 116, 129, 0.15);
        line-height: 17px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-duration-info small {
          font-size: 11px;
          font-weight: 500; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-trip-basic-info {
        font-size: 13px;
        font-weight: 500; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-trip-basic-info .basic-label {
          color: #bf1d2d;
          padding: 10px 0px;
          border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-trip-basic-info .basic-label.bullet-ic::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: #bf1d2d;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            bottom: 1px;
            left: 3px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .flt-trip-list-dtl .flt-trip-basic-info .basic-info {
          color: #35231f; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-dtl-activity-section {
        background-color: #ffffff;
        border: 1px solid rgba(102, 116, 129, 0.15); }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-dtl-activity-section .exc-dtl-activity-info {
          padding: 10px 0px;
          border-bottom: 1px solid rgba(102, 116, 129, 0.15);
          border-right: 1px solid rgba(102, 116, 129, 0.15); }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-dtl-activity-section .exc-dtl-activity-info:last-child {
            border-right: none; }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-dtl-activity-section .exc-dtl-activity-info .exc-label {
            color: #bf1d2d;
            font-size: 13px;
            font-weight: 500; }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-dtl-activity-section .exc-dtl-activity-info .exc-txt {
            color: #35231f;
            font-size: 12px;
            font-weight: 500; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-trip-basic-info {
        font-size: 13px;
        font-weight: 500; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-trip-basic-info .basic-label {
          color: #bf1d2d;
          padding: 10px 0px;
          border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-trip-basic-info .basic-label.bullet-ic::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: #bf1d2d;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            bottom: 1px;
            left: 3px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .exc-trip-list-dtl .exc-trip-basic-info .basic-info {
          color: #35231f; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-dtl-info-section {
        background-color: #ffffff; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-dtl-info-section .trans-dtl-info {
          padding: 10px 0px;
          border: 1px solid rgba(102, 116, 129, 0.15); }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-dtl-info-section .trans-dtl-info:nth-child(even) {
            border-left: none; }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-dtl-info-section .trans-dtl-info .trans-label {
            color: #bf1d2d;
            font-size: 13px;
            font-weight: 500; }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-dtl-info-section .trans-dtl-info .trans-txt {
            color: #35231f;
            font-size: 12px;
            font-weight: 500; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-trip-basic-info {
        font-size: 13px;
        font-weight: 500; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-trip-basic-info .basic-label {
          color: #bf1d2d;
          padding: 10px 0px;
          border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-trip-basic-info .basic-label.bullet-ic::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: #bf1d2d;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            bottom: 1px;
            left: 3px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .trans-trip-list-dtl .trans-trip-basic-info .basic-info {
          color: #35231f; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-dtl-info-section {
        background-color: #ffffff; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-dtl-info-section .insur-dtl-info {
          padding: 10px 0px;
          border: 1px solid rgba(102, 116, 129, 0.15); }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-dtl-info-section .insur-dtl-info:nth-child(even) {
            border-left: none; }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-dtl-info-section .insur-dtl-info .insur-label {
            color: #bf1d2d;
            font-size: 13px;
            font-weight: 500; }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-dtl-info-section .insur-dtl-info .insur-txt {
            color: #35231f;
            font-size: 12px;
            font-weight: 500; }
      .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-plan-basic-info {
        font-size: 13px;
        font-weight: 500; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-plan-basic-info .basic-label {
          color: #bf1d2d;
          padding: 10px 0px;
          border-bottom: 1px solid rgba(102, 116, 129, 0.15); }
          .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-plan-basic-info .basic-label.bullet-ic::before {
            content: "";
            width: 5px;
            height: 5px;
            background-color: #bf1d2d;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            bottom: 1px;
            left: 3px; }
        .jtt-my-trip-section .jtt-my-trip-wht-bg .my-trip-panel-bg .my-trip-list-grp .my-trip-list-item .insur-trip-list-dtl .insur-plan-basic-info .basic-info {
          color: #35231f; }

/*********** Below CSS For My Wallet Listing Page **************/
.jtt-wallet-section .jtt-wallet-topbar-bg {
  background: whitesmoke;
  border-bottom: 1px solid rgba(127, 142, 171, 0.26);
  padding-top: 7px;
  height: 40px; }
  .jtt-wallet-section .jtt-wallet-topbar-bg .main-heading {
    font-size: 15px;
    font-weight: 600;
    color: #bf1d2d; }

.jtt-wallet-section .jtt-wallet-wht-bg {
  background: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  box-shadow: -2px 0 2px #eeeeee, 2px 0 2px #eeeeee;
  display: block; }
  .jtt-wallet-section .jtt-wallet-wht-bg .wallet-tab-up-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_up_arrow.png") no-repeat; }
  .jtt-wallet-section .jtt-wallet-wht-bg .wallet-tab-down-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 2;
    background: url("../images/bkg_tab_down_arrow.png") no-repeat; }
  .jtt-wallet-section .jtt-wallet-wht-bg .wallet-top-panel {
    margin-bottom: 15px;
    background-color: #ffffff;
    border-bottom: 3px solid rgba(127, 142, 171, 0.26);
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 3; }
    .jtt-wallet-section .jtt-wallet-wht-bg .wallet-top-panel .sub-main-heading {
      font-size: 14px;
      color: #bf1d2d;
      font-weight: 600; }
  .jtt-wallet-section .jtt-wallet-wht-bg .wallet-panel-bg {
    background-color: #fdf6f6;
    margin: 0px auto 20px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(102, 116, 129, 0.15); }
    .jtt-wallet-section .jtt-wallet-wht-bg .wallet-panel-bg .wallet-label-bg {
      line-height: 25px;
      font-size: 13px;
      font-weight: 600;
      color: #bf1d2d;
      letter-spacing: 0.4px;
      padding: 0px 15px;
      border-left: 4px solid #bf1d2d;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      cursor: pointer; }
      .jtt-wallet-section .jtt-wallet-wht-bg .wallet-panel-bg .wallet-label-bg .truncate {
        width: 86%;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        overflow: hidden; }
  .jtt-wallet-section .jtt-wallet-wht-bg .wallet-list-item .wallet-info-panel {
    background-color: #ffffff;
    padding: 10px 10px 5px;
    margin-bottom: 1px; }
    .jtt-wallet-section .jtt-wallet-wht-bg .wallet-list-item .wallet-info-panel .bullet-ic {
      padding: 0px 0px;
      line-height: 15px; }
      .jtt-wallet-section .jtt-wallet-wht-bg .wallet-list-item .wallet-info-panel .bullet-ic small {
        color: #35231f;
        font-size: 12px;
        font-weight: 500;
        padding: 0px 15px;
        font-style: italic; }
      .jtt-wallet-section .jtt-wallet-wht-bg .wallet-list-item .wallet-info-panel .bullet-ic::before {
        content: "";
        width: 5px;
        height: 5px;
        background-color: #bf1d2d;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        bottom: 1px;
        left: 3px; }
    .jtt-wallet-section .jtt-wallet-wht-bg .wallet-list-item .wallet-info-panel .wallet-document-list-panel .table thead th {
      font-size: 14px;
      color: #bf1d2d;
      font-weight: 600;
      border-top: none;
      border-bottom: none;
      padding: 10px 5px; }
    .jtt-wallet-section .jtt-wallet-wht-bg .wallet-list-item .wallet-info-panel .wallet-document-list-panel .table tbody td {
      padding: 10px 5px; }
    .jtt-wallet-section .jtt-wallet-wht-bg .wallet-list-item .wallet-info-panel .wallet-document-list-panel .main-heading {
      font-size: 13px;
      font-weight: 500; }
    .jtt-wallet-section .jtt-wallet-wht-bg .wallet-list-item .wallet-info-panel .wallet-document-list-panel .action-cls {
      font-size: 15px;
      color: #bf1d2d;
      font-weight: 500;
      cursor: pointer; }
    .jtt-wallet-section .jtt-wallet-wht-bg .wallet-list-item .wallet-info-panel .wallet-document-list-panel .normal-txt {
      font-size: 13px;
      color: #333333;
      font-weight: 500; }

/*********** Below CSS For Bootstrap customize class **************/
.form-control.is-valid, .was-validated .form-control:valid, .form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: unset !important; }
  .form-control.is-valid:hover, .form-control.is-valid:active, .form-control.is-valid:focus, .was-validated .form-control:valid:hover, .was-validated .form-control:valid:active, .was-validated .form-control:valid:focus, .form-control.is-invalid:hover, .form-control.is-invalid:active, .form-control.is-invalid:focus, .was-validated .form-control:invalid:hover, .was-validated .form-control:invalid:active, .was-validated .form-control:invalid:focus {
    outline: none;
    box-shadow: none; }

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #ced4da !important; }
  .form-control.is-valid:hover, .form-control.is-valid:active, .form-control.is-valid:focus, .was-validated .form-control:valid:hover, .was-validated .form-control:valid:active, .was-validated .form-control:valid:focus {
    outline: none;
    box-shadow: none; }

.invalid-feedback {
  font-size: 12px; }

.tooltip {
  z-index: 3; }

.tooltip .tooltip-inner {
  font-size: 11px; }

.ui-widget {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Ubuntu, Arial, sans-serif;
  font-size: 1em; }

.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0; }
  .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit; }

.ui-slider-horizontal {
  height: 4px;
  width: 83%;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  top: 29px;
  left: 17px; }
  .ui-slider-horizontal .ui-slider-handle {
    height: 24px;
    width: 24px;
    display: inline-block;
    position: absolute;
    margin: 0;
    top: -9px;
    background-color: transparent;
    margin-left: -10px;
    z-index: 2;
    background-image: url("../images/price_range_wheel.png");
    background-repeat: no-repeat;
    outline: none;
    cursor: pointer; }
  .ui-slider-horizontal .ui-slider-range {
    border-radius: 10px;
    background-color: #bf1d2d;
    height: 4px;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 2; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #333 !important; }
