.modify-search-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #0a223d;
    padding: 20px 0;
    z-index: 999;
}
 
.modify-search-header-components {
    display: flex;
    align-items: center;
}
.weekly-scroll{    display: flex;
overflow-x: hidden;  scroll-behavior: smooth;
}
.prev:focus, .next:focus{outline: none;}
 
.weekly-fare-carousel-container .dates{    height: 64px;
    min-width: 120px;
    border-right: solid 1px #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;}
 
.modify-search-input-box {
    width: 140px;
    height: 48px;
    border-radius: 4px;
    background-color: rgba(255,255,255, 0.1);
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    padding: 5px 10px 7px;
}
 
.modify-search-input-box.travellerInfo {
    width: 205px;
    margin-right: 30px;
}
 
.modify-search-label {
    text-transform: uppercase;
    font-weight: 700 !important;
}
 
.modify-search-input-field {
    border: 0;
    outline: 0;
    background: none;
    color: #fff;
}
 
.searchBtn {
    width: 176px;
    height: 40px;
}
 
.widgetOpen .searchBtn {
    background: #e5e5e5;
}
 
.filter-options {
    position: absolute;
    top: 22px !important;
    width: auto;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    z-index: 999;
    color: #3f3f3f;
    box-shadow: 0 0 16px 10px rgba(0,0,0,.19);
    border-radius: 4px!important;
    display: none;
}
 
.filter-options .ui-datepicker {
    position: relative;
    font-family: lato-medium,Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #fff;
    border-radius: 3px;
    width: 625px!important;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    padding-bottom: 14px;
}
 
.filter-options .ui-datepicker .ui-datepicker-header {
    padding: 0;
    text-align: center;
    background: #fff;
    border: none;
    position: initial;
}
 
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 280px;
    float: left;
    border-right: 0;
    margin: 14px 14px 0;
    position: relative;
}
 
.filter-options .ui-datepicker .ui-datepicker-header {
    padding: 0;
    text-align: center;
    background: #fff;
    border: none;
    position: initial;
}
 
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}
 
.inactiveWidget {
    opacity: 0.2;
}
 
.filter-options .ui-state-disabled, .filter-options .ui-widget-content .ui-state-disabled, .filter-options .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
    border: none;
}
 
.filter-options .ui-datepicker .ui-datepicker-header .ui-state-disabled .ui-icon, .ui-state-disabled {
    opacity: .35;
}
 
.filter-options .ui-datepicker .ui-datepicker-prev, .filter-options .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 10px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
 
.filter-options .ui-datepicker .ui-datepicker-prev {
    left: 15px;
}
 
.filter-options .ui-datepicker .ui-datepicker-next {
    right: 15px;
}
 
.dayPickerHeader {
    padding: 13px 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e7e7e7;
}
 
.widgetSprite {
    background: url(../images/modify-search-icons.png) no-repeat;
    background-position: -5px -5px;
    display: inline-block;
    background-size: 50px 50px;
    font-size: 0px;
    flex-shrink: 0;
    height: 10px;
    width: 10px;
}
 
.selectedDateField {
    border-radius: 2px;
    background-color: #eaf5ff;
    position: relative;
}
 
.selectedDateField::after {
    width: 100%;
    height: 3px;
    background: #008cff;
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
}
 
.dp-highlight-hovered, .dp-highlight {
    border-radius: 4px !important;
    background-color: #eaf5ff;
    color: #000;
}
 
.dp-highlight:last-child {
    background-color: #51A0FA;
    color: #fff;
    border-radius: 4px !important;
}
 
.isHighlighted {
    background-color: #51A0FA;
    color: #fff;
    border-radius: 4px !important;
}
 
.dp-range-start, .dp-range-end {
    background-color: #008cff!important;
    color: #fff;
    border-radius: 4px !important;
}
 
.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w, .ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
    width: 16px;
    height: 13px;
    background-position: -5px -21px;
    background-image: url(../images/modify-search-icons.png);
    background-size: 50px 50px;
    outline: 0;
    border: 0;
}
 
.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w {
    transform: rotate(-180deg);
}
 
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background: none;
    border: 0;
}
 
.filter-options .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    margin: 0 0 25px;
    padding: 0 7px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
 
.filter-options .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    font-weight: 300;
    font-size: 22px;
    line-height: 20px;
}
 
.filter-options .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0;
}
 
.filter-options .ui-datepicker-calendar thead th {
    font-size: 12px;
    border: 0;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    color: #8B9898;
}
 
.filter-options .ui-datepicker-calendar tbody tr {
    border-bottom: none;
}
 
.filter-options .ui-datepicker td {
    text-align: center;
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
}
 
.filter-options .ui-datepicker .ui-state-disabled .ui-state-default {
    color: #bfc1bf;
    opacity: 1;
}
 
.filter-options .ui-datepicker .ui-state-default {
    border: none;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-family: lato-light,Arial,Helvetica,sans-serif;
    font-size: 14px;
    background: none;
    font-weight: 700;
    padding: 14px 12px;
    height: 44px;
    width: 40px;
    display: inline-block;
}
 
.ui-datepicker .ui-state-maxDate .ui-state-default, .ui-datepicker .ui-state-minDate .ui-state-default {
    color: #fff;
}
 
.filter-options .ui-datepicker .ui-state-active {
    color: #000;
    font-weight: bold;
}
 
.filter-options .ui-datepicker td:hover {
    background-color: #eaf5ff;
    color: #164880;
    display: table-cell;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
}
 
.filter-options .ui-datepicker .dp-range-end a, .filter-options .ui-datepicker .dp-range-start a {
    color: #fff;
}
 
.filter-options .ui-datepicker td.isHighlighted a {
    background-color: #51A0FA;
    border-radius: 4px!important;
}
 
.paxFilter {
    padding: 30px;
    display: flex;
    flex-direction: column;
}
 
.pax-counter-title {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
 
.pax-counter, .pax-class-type {
    display: inline-flex;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
    align-items: center;
    max-width: 100%;
}
 
.pax-counter li, .pax-class-type li {
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    width: 36px;
    height: 32px;
    position: relative;
    z-index: 2;
    font-size: 12px;
}
 
.pax-class-type li {
    width: 80px;
    text-align: center;
}
 
.pax-counter li.selected, .pax-counter li:hover, .pax-class-type li.selected, .pax-class-type li:hover {
    color: #fff;
    font-weight: 900;
}
 
.pax-counter li.selected:after, .pax-counter li:hover::after, .pax-class-type li.selected:after, .pax-class-type li:hover::after  {
    width: 100%;
    height: 38px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #008cff;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;
}
 
.close_pax {
    padding: 11px;
}
 
.locationFilterInner {
    background-color: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    width: 316px;
    position: absolute;
    left: 0;;
    min-height: 330px;
    overflow: hidden;
    border-radius: 4px;
}
 
.locationFilterInner:after {
    width: 10px;
    height: 10px;
    background: url(../images/modify-search-icons.png) no-repeat;
    background-size: 50px 50px;
    background-position: -20px -5px;
    content: "";
    position: absolute;
    left: 10px;
    top: 16px;
}
 
.locationFilterInner input {
    background: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 11px 10px 11px 30px;
    outline: 0;
    border: 0;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}
 
.locationFilterInner .ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px 0;
}
 
 
.locationFilterInner .ui-menu-item {
    padding: 0 10px;
    margin-bottom: 13px;
    cursor: pointer;
}
 
.locationFilterInner .ui-menu-item:hover {
    background: transparent;
    border: none;
}
 
.locationFilterInner .ui-menu-item p {
    display: flex;
    justify-content: space-between;
}
 
.locationFilterInner .ui-menu-item p.ui-state-active {
    background: #fff;
    border: 1px solid #fff;
}
 
.locationFilterInner .ui-menu-item p.ui-state-active .autosuggest_label {
    color: #4a4a4a;
}
 
.autosuggest_label {
    margin-right: 20px;
    flex-shrink: 0;
    width: 70%;
}
 
.autosuggest_code {
    flex-shrink: 0;
}
 
.tripTypeFilter {
    width: 210px;
    max-height: 230px;
    overflow: scroll;
    color: #000;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px!important;
}
 
.tripTypeFilter ul {
    border-radius: 4px;
}
 
.tripTypeFilter ul li p {
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
}
 
.tripType {
    position: relative;
}
 
.tripType .arrow-down-wide, .tripType .arrow-top-wide {
    display: inline-block;
    width: 6px;
    height: 6px;
    padding: 2px;
    cursor: pointer;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.2s linear;
    transform: rotate(135deg) skew(7deg, 7deg);
    position: absolute;
    right: 10px;
    top: 18px;
}
 
.tripType .arrow-top-wide {
    transform: rotate(-45deg) skew(7deg, 7deg);
}
 
.mobile-header {
    display: none;
}
 
.closeSearchoverlay {
    display: none;
}
 
.back-button {
    display: none;
}
 
.tripTypeMobile {
    display: none;
}
 
.returnClose {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4a4a4a;
    color: #9b9b9b;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
}
 
.reDate {
    position: relative;
}
 
.noReturnTrip .returnClose{
    display: none;
}
 
.oneCalOpen .dashed, .oneCalOpen .dateField:last-child {
    display: none
}
 
@media screen and (max-width: 768px) {
    .tripTypeFilter, .paxFilter, .dateFilter {
        padding-top: 40px;
    }
    
    .modify-search-header {
        height: 80px;
        padding: 20px 15px;
    }
    
    
   
 
    .mobile-header {
        display: block
    }
 
    .mobile-header .trip-details {
        color: #fff;
    }
 
    .mobile-header .trip-itinerary {
        margin-bottom: 10px;
    }
 
    .mobile-header .trip-summary {
        font-weight: 300;
    }
 
    .mobile-header .trip-summary span:after {
        width: 4px;
        height: 4px;
        background-color: #ffffff;
        content: '';
        border-radius: 50%;
        display: inline-block;
        margin: 2px 6px;
    }
 
    .modifySearchMobile {
        position: absolute;
        bottom: -35px;
        right: 0;
        padding: 7px 12px;
        font-size: 10px;
        font-weight: normal;
    }
 
    .modify-search-header-components {
        display: none;
    }
 
    .modify-search-header-components.inOverlay {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
        max-width: 100%;
        position: fixed;
        background: #fff;
        z-index: 999;
        left: 0;
        top: 0;
        justify-content: space-between;
        align-content: flex-start;
        padding-top: 90px;
    }
 
    .inOverlay .modify-search-input-box {
        border-radius: 4px;
        background-color: #eaf5ff;
        width: 48%;
        height: auto;
        margin: 0 0 30px;
        padding: 8px;
        color: #4a4a4a;
    }
 
    .inOverlay .modify-search-input-box.modify-search-input-box.travellerInfo {
        width: 100%;
    }
 
    .modify-search-input-field {
        color: #4a4a4a;
        font-weight: bold;
    }
 
    .searchBtn {
        width: 100%;
    }
 
    .inOverlay .tripType span {
        display: none;
    }
 
    .closeSearchoverlay {
        display: block;
        position: absolute;
        right: 32px;
        top: 32px;
        width: 24px;
        height: 24px;
        opacity: 0.3;
    }
 
    .closeSearchoverlay:hover {
        opacity: 1;
    }
 
    .closeSearchoverlay:before, .closeSearchoverlay:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 24px;
        width: 2px;
        background-color: #333;
    }
 
    .closeSearchoverlay:before {
        transform: rotate(45deg);
    }
 
    .closeSearchoverlay:after {
        transform: rotate(-45deg);
    }
 
    .filter-options {
        top: 0!important;
        left: 0!important;
        position: fixed;
        height: 100%;
        width: 100%;
        max-height: 100%;
        box-shadow: none;
        overflow-y: scroll;
    }
 
    .filter-options .blockOverlay {
        height: 100%;
        width: 100%;
        box-shadow: none;
        overflow-y: scroll;
    }
 
    .tripTypeFilter ul {
        padding: 40px;
    }
 
    .tripTypeFilter ul li {
        margin-bottom: 20px;
    }
 
    .locationFilterInner {
        width: 100%;
        height: 100%;
    }
 
    .locationFilterInner input {
        padding-left: 40px;
    }
 
    .locationFilterInner:after {
        display: none;
    }
 
    .autocomplete_from_list {
        padding-top: 5px;
    }
 
    .autocomplete_from_list ul {
        margin-top: 5px;
    }
 
    .locationFilterInner .ui-autocomplete {
        max-height: 100%;
        border: none;
    }
 
    .back-button {
        border-top: 2px solid #4a4a4a;
        border-left: 2px solid #4a4a4a;
        width: 12px;
        height: 12px;
        transform: rotate(-45deg);
        background: #fff;
        position: absolute;
        left: 13px;
        top: 16px;
        display: block;
        cursor: pointer;
        z-index: 9999;
    }
 
    .back-button:after {
        content: '';
        height: 2px;
        width: 15px;
        background: #4a4a4a;
        display: inline-block;
        transform: rotate(45deg);
        position: absolute;
        top: 4px;
        left: -2.5px;
    }
 
    .filter-options .ui-datepicker {
        width: auto!important;
    }
 
    .ui-datepicker-multi-12 .ui-datepicker-group {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
 
    .filter-options .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
        text-align: left;
    }
 
    .filter-options .ui-datepicker .ui-datepicker-prev, .filter-options .ui-datepicker .ui-datepicker-next {
        display: none;
    }
 
    .filter-options .ui-datepicker-multi .ui-datepicker-group table {
        width: 100%;
    }
 
    .filter-options .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
        margin-bottom: 10px;
    }
 
    .filter-options .ui-datepicker .ui-datepicker-header .ui-datepicker-title, .filter-options .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        font-size: 16px;
        font-weight: 500;
    }
 
    .tripType label, .tripType input, .tripType span {
        display: none;
    }
 
    .inOverlay .tripType {
        display: none
    }
 
    .tripTypeMobile {
        display: block;
        margin-bottom: 30px;
        width: 100%;
    }
 
    .tripTypeMobile ul {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        border-radius: 4px;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        padding: 7px 5px 7px 10px;
    }
 
    .tripTypeMobile li a {
        color: #4a4a4a;
        text-transform: uppercase;
        font-size: 12px;
        height: 20px;
        display: flex;
        align-items: center;
        padding: 3px 10px 3px 5px;
        background: #fff;
        transition: all 0.2s ease-in;
    }
 
    .tripTypeMobile li.activeType a {
        text-transform: uppercase;
        font-size: 12px;
        background: #eaf5ff;
        font-weight: 900;
        color: #000000;
        border-radius: 2px;
    }
 
    .tripTypeMobile li a .circle{
        height: 14px;
        width: 14px;
        border-radius: 100%;
        border: 1px solid #9b9b9b;
        position: relative;
        margin-right: 5px;
        transition: all 0.2s ease-in;
        background: #fff;
        display: inline-block;
    }
 
    .tripTypeMobile li.activeType a .circle {
        border: 1px solid #008cff;
        background: #008cff;
    }
 
    .tripTypeMobile li.activeType a .circle:after {
        content: "";
        position: absolute;
        width: 4px;
        height: 8px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(45deg);
        top: 1px;
        left: 4px;
    }
}
 
/* hero section */
.hero-section {
    background: url(../images/hero-img.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 140px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
 
.hero-content {
    text-align: center;
}
 
h1 {
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 15px;
}
 
.hero-content h2 {
    color: black;
    background: white;
    mix-blend-mode: screen;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 2px 0;
}
 
@media screen and (max-width: 480px) {
       .book-section{display:none;}
       .flight-info{cursor:pointer;}
    .hero-section {
        padding: 62px 0;
        margin-bottom: 15px;
    }
 
    h1 {
        font-size: 30px;
        margin-bottom: 7px;
    }
 
    .hero-content h2 {
        font-size: 12px;
    }
}
 
/* inner navigation */
.inner-navigation {
    margin-bottom: 30px;
    z-index: 99;
    position: sticky;
    top: 0px;
    background: #f2f2f2;
}
 
.inner-navigation ul {
    border-bottom: 1px solid #d0d0d0;
    padding: 20px 0;
    display: flex;
    justify-content: center;
}
 
.inner-navigation ul li {
    margin-right: 16px;
    display: inherit;
}
 
.inner-navigation ul li:last-child {
    margin-right: 0;
}
 
.inner-navigation ul li a {
    padding: 8px 27px;
    text-transform: uppercase;
    font-weight: bold;
}
 
.inner-navigation ul li a:hover, .inner-navigation ul li a:focus {
    color: #008cff;
}
 
.inner-navigation ul li a.active {
    border-radius: 96px;
    background-color: #008cff;
    color: #fff;
    font-weight: 700;
}
 
.package-description {
    margin-bottom: 30px;
}
 
.package-desc-inner {
    padding: 0 40px;
}
 
.package-desc-inner h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
 
.package-desc-inner p {
    font-size: 18px;
    line-height: 1.44;
}
 
@media screen and (max-width: 767px) {
    .inner-navigation, .package-description {
        display: none;
    }
}
 
/* common */
.section-heading {
    font-size: 28px;
    color: #000;
}
 
.section-wrapper {
    border-radius: 10px;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px 0 35px 39px;
    position: relative;
}
 
.view-all-link {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: absolute;
    top: 37px;
    right: 140px;
}
 
.view-all-link:hover, .view-all-link:focus {
    color: #008cff;
}
 
.view-all-arrow {
    background: url('../images/ic-arrow-right-blue-copy.png') no-repeat;
    background-size: cover;
    display: inline-block;
    height: 10px;
    width: 23px;
    margin-left: 11px;
}
 
.inr {
    font-family: "WebRupee"
}
 
.carousel-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 180px;
}
 
.carousel-item img {
    border-radius: 6px;
    margin-bottom: 8px;
    width: 100%;
    height: 228.8px;
}
 
.old-price {
    color: #9b9b9b;
    text-decoration: line-through;
    font-size: 12px;
}
 
.new-price {
    color: #000;
    font-size: 20px;
    line-height: 1.43;
    font-weight: bold;
}
 
.new-price .percentage-off {
    color: #eb2026;
    font-size: 12px;
    line-height: 2.39;
}
 
.owl-dots {
    display: none;
}
 
.owl-nav {
    width: 68px;
    height: 30px;
    border-radius: 20px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 13px;
    position: absolute;
    top: -60px;
    right: 40px;
}
 
.owl-nav button {
    display: flex;
}
 
.owl-nav button:focus {
    outline: none;
}
 
.carousel-arrow {
    border: solid #008cff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
 
.o-i-overlay-left-arrow {
    transform: rotate(135deg);
}
 
.o-i-overlay-right-arrow {
    transform: rotate(-45deg);
}
 
.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
    opacity: 0.5;
    cursor: default;
}
 
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
 
ul.tabs li{
    background: none;
    color: #9b9b9b;
    display: inline-block;
    width: 94px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
}
 
ul.tabs li a {
    color: #9b9b9b;
}
 
ul.tabs li.current{
    color: #008cff;
}
 
ul.tabs li.current a {
    color: #008cff;
}
 
ul.tabs li.current a:hover, ul.tabs li.current a:focus {
    color: #9b9b9b;
}
 
.tab-content{
    display: none;
}
 
.tab-content.current{
    display: inherit;
}
 
@media screen and (max-width: 480px) {
    .section-wrapper {
        border-radius: 0;
        padding: 30px 20px;
    }
    .section-heading {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .view-all-link {
        font-size: 10px;
        right: 20px;
    }
    .view-all-arrow {
        display: none;
    }
    .carousel-item {
        width: 150px;
    }
    .carousel-item img {
        height: 191px;
    }
    .old-price {
        font-size: 10px;
    }
    .new-price {
        font-size: 16px;
    }
    .new-price .percentage-off {
        font-size: 10px;
    }
    .duration, .itinerary {
        font-size: 12px;
    }
    .owl-nav {
        display: none;
    }
    
    ul.tabs {
        display: flex;
        justify-content: space-between
    }
 
    ul.tabs li {
        width: auto;
        padding-bottom: 5px;
        font-size: 14px;
        font-weight: bold;
    }
 
    ul.tabs li.current {
        border-bottom: 2px solid #008cff;
    }
}
 
@media screen and (max-width: 340px) {
    .carousel-item {
        width: 135px;
    }
}
 
/* flights css */
.flights .container {
    padding-right: 40px;
}
 
.weekly-fare-section {
    margin-bottom: 15px;
    display: flex;
    position: relative;
}
 
.weekly-fare-carousel {
    width: 89%;
    border: solid 1px #eaeaea;
}
 
.fare-alert-link {
    width: 11%;
    height: 66px;
    border: solid 1px #eaeaea;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
 
.fare-alert-link p {
    color: #008cff;
}
 
.fare_alert_icon {
    background: url(../images/modify-search-icons.png) no-repeat;
    width: 22px;
    height: 20px;
    display: inline-block;
    background-position: -8px -10px;
}
 
.weekly-fare-carousel-container .dates:first-child {
    padding-left:20px
}
 
.weekly-fare-carousel-container .dates:last-child {
    padding-right: 20px;
}
 
.weekly-fare-carousel-container .dates a {
    color: #757575;
}
 
.weekly-fare-carousel-container .dates a:focus, .weekly-fare-carousel-container .dates a:hover {
    color: #757575;
}
 
.weekly-fare-carousel-container .carousel-weekly-dates {
    font-size: 12px;
    margin-bottom: 6px;
}
 
.weekly-fare-carousel-container .carousel-weekly-price {
    font-size: 14px;
}
 
.weekly-fare-carousel .calender-nav {
    position: static;
    box-shadow: none;
    height: auto;
    width: auto;
    padding: 0;
    display: block;
}
 
.weekly-fare-carousel .calender-nav .carousel-arrow {
    border: solid #979797;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
}
 
.weekly-fare-carousel .calender-nav button.prev {
    position: absolute;
    left: -26px;
    top: 0;
    padding: 0 8px !important;
    height: 100%;
    border-right: solid 1px #eaeaea !important;
    background: #fff;
}
 
.weekly-fare-carousel .calender-nav button.next {
    position: absolute;
    right: 106px;
    top: 0;
    padding: 0 8px !important;
    height: 100%;
    border-left: solid 1px #eaeaea !important;
    background: #fff;
}
 
.sorting-row {
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #4a4a4a;
}
 
.sorting-row span {
    font-weight: 900;
}
 
.sorting-row p {
    position: relative;
    width: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
.sorting-row p:after {
    /* position: absolute; */
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
    border-left: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    transform: rotate(-45deg);
    /* right: 0px;
    top: 25%; */
}
 
.sorting-row select {
    background: none;
    border: none;
    -moz-appearance: window;
    -webkit-appearance: none;
}
 
.sorting-row select::-ms-expand {
    display: none;
}
 
.sorting-row button {
    width: 80px;
    margin-right: 9%;
    border: none;
}
 
.sorting-row button:focus, .sorting-row button:hover {
    background: none;
    border: none;
    outline: none;
}
 
.sorting-row .sortBySelected {
    color: #000;
    font-weight: bold;
    position: relative;
}
 
.sorting-row .asc:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    top: 3px;
    border-bottom: 4px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
 
.sorting-row .asc:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 2px;
    background: #000;
    right: 3px;
    top: 6px;
}
 
.sorting-row .desc:before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    top: 9px;
    border-top: 4px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
 
.sorting-row .desc:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 2px;
    background: #000;
    right: 3px;
    top: 4px;
}
 
.flight-info {
    border-radius: 6px;
    border: solid 1px #d8eaff;
    padding: 20px;
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
    margin-bottom: 15px;
}
 
.flight-info:last-child {
    margin-bottom: 0;
}
 
.logo-section {
    display: flex;
    align-items: center; 
}
 
.logo-section .logo {
    height: 40px;
    width: 40px;
    margin-right: 13px;
}
 
.flight-name {
    color: #000;
    font-weight: 600;
}
 
.block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
 
.block .departure, .block .duration, .block .arrival {
    font-weight: 600;
    color: #000;
}
 
.flight-info .duration {
    padding-bottom: 6px;
    border-bottom: solid 1px #979797;
    position: relative;
}
 
.flight-info .duration:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border: solid 1px #000000;
    background-color: #ffffff;
}
 
.flight-info .logo {
   
    background-size: 640px 40px;
}
 
.stops {
    color: #008cff;
    max-width: 100px;
}
 
.savings-amount {
    color: #eb2026;
}
 
.monthName {
    display: none;
}
 
.flight-code {
    display: none;
}
.weekly-fare-carousel-container .dates {
    min-width: 120px;
    border-right: solid 1px #eaeaea;
    display: flex;
    background: #fff;
    height: 64px;
    align-items: center;justify-content: center;
}
 
 
@media screen and (max-width: 480px) {
    .weekly-fare-section {
        align-items: stretch;
    }
 
    .weekly-fare-carousel {
        width: 86%;
        border: none;
    }
 
    .weekly-fare-carousel-container .dates {
        min-width: 91px;
        border-radius: 5px;
        border: solid 1px #eaeaea;
        display: table;
        background: #fff;
        margin-right: 5px;
        height: 55px;
        display: flex;
        align-items: center;justify-content: center;
        cursor:pointer;
    }
        .monthName {
    background: linear-gradient(to bottom, #525252, #171717);
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    left: 0;
    top: 0;
    border-radius: 2px;
    height: 55px;
}
 
    .fare-alert-link {
        width: 20%;
        height: 55px;
        border: none;
        box-shadow: 0px 0px 3px -1px #aaaaaa;
        z-index: 5;
        background: #fff;
    }
 
    .fare-alert-link p {
        display: none;
    }
 
    .fare_alert_icon {
        background: url(../images/calendar.png) no-repeat;
        height: 24px;
        width: 24px;
        background-size: contain;
    }
 
    .sorting-row {
        display: none;
    }
 
    .flight-info {
        border: none;
        border-radius: 0;
        padding: 30px 15px 15px;
        box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 5px;
        position: relative;
    }
 
    .flight-info .logo {
        background-size: 480px 30px;
    }
 
    .flight-info button {
        display: none;
    }
 
    .flights .container {
        padding: 20px 0 0;
    }
 
    .flights h3 {
        padding-left: 20px;
    }
 
    .flight-info .logo-section {
        display: flex;
        align-items: center;
    }
 
    .flight-info .logo-section .logo {
        margin-right: 0;
        height: 30px;
        width: 30px;
    }
 
    .flight-info .flight-name {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 13px;
    }
 
    .block {
        justify-content: center;
    }
 
    .block .departure, .block .arrival {
        font-size: 16px;
        margin-bottom: 5px;
    }
 
    .block .duration {
        margin-bottom: 5px;
    }
 
    .stops {
        max-width: 50px;
    }
 
    .block.price-section {
        align-items: flex-end;
    }
 
    .block.price-section .price-info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
 
    .block.price-section .price-info .current-price {
        font-size: 18px;
        font-weight: bold;
    }
 
    .monthName {
        display: flex;
        align-items: center;
        box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.15);
        background-image: linear-gradient(to bottom, #525252, #171717);
        font-size: 12px;
        width: 18px;
        justify-content: center;
    }
 
    .monthName span {
        display: inline-block;
        transform: rotate(-90deg);
        text-align: center;
        text-transform: uppercase;
        width: 23px;
        height: 14px;
        color: #fff;
    }
 
    .flight-code {
        display: inline-block;
        color: #4a4a4a;
        font-weight: normal;
        margin-left: 5px;
        padding-left: 5px;
        border-left: 1px solid #4a4a4a;
    }
}
 
/* hotels css */
.cities {
    margin-bottom: 32px;
}
 
.cities .view-all-link {
    top: 78px;
}
 
@media screen and (max-width: 480px) {
    .cities {
        margin-bottom: 15px;
    }
 
    .cities .view-all-link {
        top: 40px;
    }
}
 
/* holiday package css */
 
/* about css */
.highlights {
    background-color: #def0ff;
    padding: 30px 0;
}
 
.highlightContent {
    display: flex;
    justify-content: space-between;
}
 
.highlightContent p {
    width: 90%;
    max-width: 540px;
}
 
.other-info-inner {
    display: flex;
    justify-content: space-between;
    line-height: 1.43;
}
 
.other-info {
    padding: 30px 0;
    background-color: #fff;
}
 
.package-best-time {
    width: 330px;
    margin-right: 12px;
}
 
.package-cost {
    width: auto;
    margin-right: 12px;
}
 
.package-visa-help {
    width: 330px;
}
 
.package-cost h3, .package-visa-help h3 {
    margin-bottom: 35px;
}
 
.package-cost li {
    display: flex;
    margin-bottom: 20px;
}
 
.package-cost li:last-child {
    margin-bottom: 0;
}
 
.package-cost .icon-default {
    background: url('../images/package_icon_sprite.png') no-repeat;
    background-size: 158px 50px;
    display: inline-block;
    height: 44px;
    width: 44px;
    margin-right: 10px;
    min-width: 44px;
}
 
.package-cost .ic-flight {
    background-position: -4px -3px;
}
 
.package-cost .ic-food {
    background-position: -57px -3px;
}
 
.package-cost .ic-hotel {
    background-position: -109px -3px;
}
 
.package-cost p {
    display: flex;
    flex-direction: column;
}
 
.package-visa-help p {
    display: flex;
    flex-direction: column;
}
 
@media screen and (max-width: 480px) {
       .weekly-fare-carousel .calender-nav{display: none;}
    .highlightContent {
        flex-direction: column;
    }
    .highlightContent p {
        width: 100%;
        font-size: 14px;
    }
    .highlightContent p:first-child {
        margin-bottom: 30px;
    }
    .other-info-inner {
        flex-direction: column;
    }
    .package-best-time, .package-cost {
        margin-right: 0;
        margin-bottom: 15.5px;
        width: 100%;
    }
    .package-cost li:last-child, .package-best-time p {
        margin-bottom: 20px;
    }
    .package-best-time:after, .package-cost:after {
        content: '';
        display: inline-block;
        height: 1px;
        width: calc(100% + 20px);
        background-color: #d0d0d0;
        left: -20px;
        position: absolute;
    }
    .other-info-inner h3 {
        margin-bottom: 10px;
    }
    .package-visa-help {
        width: auto;
    }
}
 
/* things to do css */
.things-to-do-wrapper {
    padding-top: 30px;
}
 
.things-to-do-wrapper h3 {
    margin-bottom: 32px;
}
 
.things-to-do-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
.things-to-do-list li {
    display: flex;
    flex-direction: column;
    margin-bottom: 27px;
    width: 180px;
}
 
.things-to-do-list img {
    width: 180px;
    height: 228px;
    border-radius: 6px;
    margin-bottom: 12px;
}
 
.things-to-do-list span {
    line-height: 1.43;
}
 
@media screen and (max-width: 480px) {
    .things-to-do-list {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        min-width: 100%;
    }
 
    .things-to-do-list li {
        margin-right: 10px;
        min-width: 140px;
    }
 
    .things-to-do-list img {
        width: 140px;
        height: 177px;
    }
 
    .things-to-do-list span {
        font-size: 14px;
    }
}
 
 
/* footer css */
 
.package-footer {
    background: #0a223d;
    padding: 50px 0 65px;
}
 
.footer-links-wrapper {
    display: flex;
    justify-content: space-between;
}
 
.footer-links {
    color: #fff;
}
 
.footer-links h4 {
    margin-bottom: 17px;
    font-weight: bold;
}
 
.footer-links li {
    margin-bottom: 15px;
}
 
.footer-links li a {
    color: #f0f0f0;
    font-size: 14px;
}
 
.footer-links li a:hover, .footer-links li a:focus {
    color: #f0f0f0;
}
 
@media screen and (max-width: 480px) {
    .footer-links-wrapper {
        flex-direction: column;
    }
    .footer-links {
        margin-bottom: 15px;
    }
}
 
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4a4a4a;
    font-weight: bold;
    opacity: 1; /* Firefox */
}
  
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4a4a4a;
    font-weight: bold;    
}
 
input::-ms-input-placeholder { /* Microsoft Edge */
    color: #4a4a4a;
    font-weight: bold;
}
 