
.cachefares-airlines {
    width: 100%;
    float: left;
    padding: 0px 0 52px
}

.title-bysection {
    letter-spacing: 0.4px;
    margin-bottom: 30px;
    padding-right: 0;
    /* padding-right: 107px; */
    position: relative;
    z-index: 0;
    pointer-events: none;
}

.title-bysection p {
    color: #f60;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px;
    position: relative;
}
.title-bysection p::after {
    content: '';
    border-bottom: solid 2px #f60;
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px;
    -webkit-border-radius: 14px;
       -moz-border-radius: 14px;
            border-radius: 14px; 
}

.title-bysection h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 1.4;
    text-transform: capitalize;
    font-family: "Merienda", 'Kumbh Sans', sans-serif, cursive;
}

.cachefares-box {
    background-color: #f9fdff;
    -webkit-border-radius: 14px;
       -moz-border-radius: 14px;
            border-radius: 14px;
    border: solid 1px #e9edef;
    cursor: pointer;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    line-height: normal;
}
.cachefares-box:last-child{
    margin-bottom: 0;
}
.cachefares-box .media-body,
.cachefares-box .media-left,
.cachefares-box .media-right {
    vertical-align: middle;
    padding: 10px 14px;
    position: relative;
}

.cachefares-box .media-left::before,
.cachefares-box .media-left::after {
    content: '';
    position: absolute;
    right: -8px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.cachefares-box .media-left::before {
    top: -8px;
    border-right: solid 1px #e9edef;
    border-bottom: solid 1px #e9edef;
}

.cachefares-box .media-left::after {
    bottom: -8px;
    border-top: solid 1px #e9edef;
    border-left: solid 1px #e9edef;
}

.cachefares-box .media,
.cachefares-box .media-body {
    overflow: visible;
}

.cachefares-box img.media-object, .owl-carousel .owl-item .cachefares-box img.media-object {
    width: 48px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    margin-bottom: 20px;
}

.cachefares-box .media-left {
    border-right: solid 1px #e9edef
}

.cachefares-des span {
    display: block;
}


ul.cachefares-ultag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    list-style: none;
    margin: 0;
    margin-bottom: 6px;
}

ul.cachefares-ultag li.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    text-align: center;
    padding: 0 6px;
}

.cachefares-des {
    font-weight: 800;
    font-size: 16px;
}

ul.cachefares-price span,
.cachefares-des span {
    font-size: 11px;
    font-weight: 400;
    color: #537a81;
    display: block;
}

li.frultag-list {
    min-width: 53px;
}

ul.cachefares-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    list-style: none;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

ul.cachefares-price li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    font-size: 12px;
    font-weight: 600;
}

ul.cachefares-price li.datepr {
    padding-right: 6px;
}

.cachefares-box hr {
    margin-top: 9px;
    margin-bottom: 10px;
    border-color: #e7e7e7;
    border-style: dashed;
}

.cachefares-box:hover .media-left::before,
.cachefares-box:hover .media-left::after,
.cachefares-box:hover {
    border-color: #ff6600;
}

ul.cachefares-price li.ticketpr {
    text-align: right;
    font-size: 24px;
    color: #ff6600;
    font-weight: 800;

}

ul.cachefares-price span {
    margin-bottom: 2px;
}

.cachefares-code {
    position: absolute;
    bottom: 0px;
    font-size: 9px;
    width: 100%;
    text-align: center;
    padding: 5px 4px 4px;
    left: 0;
    font-weight: 800;
    color: #537a81;
    background-color: white;
    -webkit-box-shadow: 0 -2px 4px -2px rgba(0, 0, 0, .04), 0 3px 5px 0 rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 -2px 4px -2px rgba(0, 0, 0, .04), 0 3px 5px 0 rgba(0, 0, 0, .06);
         box-shadow: 0 -2px 4px -2px rgba(0, 0, 0, .04), 0 3px 5px 0 rgba(0, 0, 0, .06);
    -webkit-border-radius: 0 0 0 14px;
       -moz-border-radius: 0 0 0 14px;
            border-radius: 0 0 0 14px;
}

.cachefares-code strong {
    color: #ff6600;
}

.cachefares-box .media-left::before,
.cachefares-box .media-left::after,
.routesfares-box,
.cachefares-box {
    transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
    -webkit-transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
    -moz-transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
    -ms-transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
    -o-transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
}
 

/* cachefares-routes */
.cachefares-routes {
    width: 100%;
    float: left;
    padding: 0 0 52px;
}

.routesfares-box {
    -webkit-box-shadow: 0px 0px 12px 0px rgb(2 2 2 / 6%);
       -moz-box-shadow: 0px 0px 12px 0px rgb(2 2 2 / 6%);
            box-shadow: 0px 0px 12px 0px rgb(2 2 2 / 6%);
    -webkit-border-radius: 14px;
       -moz-border-radius: 14px;
            border-radius: 14px;
    margin-top: 58px;
    letter-spacing: 0.4px;
    cursor: pointer;
    position: relative;
    border: solid 1px #e9edef;
    margin-bottom: 0;
    line-height: normal;
}
.routesfares-box .cachefares-des span {
    color: #ff6600;
}
.routesfares-bg {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-left: auto;
    display: block;
    -webkit-box-shadow: -3px 3px 4px -1px #b5b5b5, 0 0 0 8px rgb(0 0 0 / 5%);
       -moz-box-shadow: -3px 3px 4px -1px #b5b5b5, 0 0 0 8px rgb(0 0 0 / 5%);
            box-shadow: -3px 3px 4px -1px #b5b5b5, 0 0 0 8px rgb(0 0 0 / 5%);
    margin-top: -50px;
    margin-right: 25px;
    position: relative;
}
.routesfares-bg img, .owl-carousel .owl-item .routesfares-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.routesfares-box:hover {
    border-color: #ff6600;
    -webkit-box-shadow:0px -7px 28px 0px rgb(237 95 0 / 10%);
    -moz-box-shadow:0px -7px 28px 0px rgb(237 95 0 / 10%);
    box-shadow:0px -7px 28px 0px rgb(237 95 0 / 10%);
}

.routesfares-bg img {
    width: 100%;
}

.routesfares-innerw {
    padding: 16px 14px 7px;
}

.routesfares-box hr {
    border-top: 2px dashed #f3f3f3;
    margin-top: 18px;
    margin-bottom: 18px;
}

.routesfares-box ul.cachefares-ultag {
    margin: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
}

.cachefarrt-class {
    background-color: #f7f7f7;
    padding: 0 14px;
    margin-bottom: 8px;
    margin-top: 2px;
    -webkit-border-radius: 9px;
       -moz-border-radius: 9px;
            border-radius: 9px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    color: #2a254d;
}

.cachefarrt-class span {
    display: block;
    color: #707b8a;
    font-weight: 500;
}

.cachefarrt-class .fas {
    color: #ff6600;
    font-size: 18px;
}

.cachefarrt-class .media-left {
    padding-right: 11px;
    border-right: dotted 8px #ffffff;
}

.cachefarrt-class span {
    display: block;
    color: #596472;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 4px;
}

.cachefarrt-class .media-body,
.cachefarrt-class .media-left,
.cachefarrt-class .media-right {
    display: table-cell;
    vertical-align: middle;
}

.cachefarrt-class .media-body {
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 12px;
}

.routesfares-box .cachefares-code {
    bottom: auto;
    top: -14px;
    width: auto;
    -webkit-border-radius: 50px 50px 50px 0;
    -moz-border-radius: 50px 50px 50px 0;
    border-radius: 50px 50px 50px 0;
    left: 7px;
    background-color: #ffffff;
    font-size: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: solid 1px #e9edef;
    padding: 5px 10px 4px;
}
.owl-carousel .owl-item img.flight-routesfares-img,
.flight-routesfares-img {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 27px;
    opacity: 0.3;
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
}


.routesfares-box ul.cachefares-ultag li.flex-grow-1 {
    opacity: 0.3;
}

.owl-carousel .owl-item ul.cachefares-ultag li.flex-grow-1 img,  ul.cachefares-ultag li.flex-grow-1 img {
    max-width: 100%;
    display: inline-block;
    width: 165px;
}
 
.owl-carousel.slidearrow-owl .owl-nav button.owl-prev, .owl-carousel.slidearrow-owl .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #fe7215;
    margin: 0 0; 
    border: solid 1px #ebebeb;
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 08%);
}
.owl-carousel.slidearrow-owl .owl-nav button.owl-prev {
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
    margin-right: -1px;
}
.owl-carousel.slidearrow-owl .owl-nav button.owl-next {
    -webkit-border-radius: 0 40px 40px 0;
       -moz-border-radius: 0 40px 40px 0;
            border-radius: 0 40px 40px 0;
}
.owl-carousel.slidearrow-owl .owl-nav button.owl-prev:hover, .owl-carousel.slidearrow-owl .owl-nav button.owl-next:hover {
    background-color: #ff6600;
    border-color: #ff6600;
    color: #fff;
}
.owl-carousel.slidearrow-owl .owl-nav button.owl-prev.disabled, .owl-carousel.slidearrow-owl .owl-nav button.owl-next.disabled {
    opacity: 0.25;
    pointer-events: none;
    background-color: #ffffff;
    border-color: #bfbfbf;
}
.owl-carousel.slidearrow-owl .owl-nav button.owl-prev.disabled svg, .owl-carousel.slidearrow-owl .owl-nav button.owl-next.disabled svg{
color: #919191;
}
.owl-carousel.slidearrow-owl .owl-nav button.owl-prev svg, .owl-carousel.slidearrow-owl .owl-nav button.owl-next svg {
    width: 45%;
    height: 45%;
}
.owl-carousel.slidearrow-owl .owl-nav {
    position: absolute;
    top: -92px;
    right: 0;
    z-index: 4;
}
.owl-carousel.slidearrow-owl .owl-dots {
    text-align: center;
    margin-top: 10px;
    margin-bottom: -3px;
    width: 100%;
    float: left;
}
.owl-carousel.slidearrow-owl .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel.slidearrow-owl .owl-dot{
    width: 8px;
    height: 8px;
    margin: 0px 6px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.2s;
    border-radius: 30px;
    display: inline-block;
}
.owl-carousel.slidearrow-owl .owl-dot.active  {
    background: #ff6600; 
    width: 35px;
}

.airlinefares-slide {
    margin-bottom: -20px;
}
.routefares-slide {
    margin-bottom: -10px;
}
.topsearch-img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
.cover-bgimg {
    position: absolute;
    min-width: 1000%;
    min-height: 1000%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.1);
    max-width: none;
    transition: all 0.4s cubic-bezier(.5,0,0,1.25);
    -webkit-transition: all 0.4s cubic-bezier(.5,0,0,1.25);
    -moz-transition: all 0.4s cubic-bezier(.5, 0, 0, 1.25);
    -ms-transition: all 0.4s cubic-bezier(.5, 0, 0, 1.25);
    -o-transition: all 0.4s cubic-bezier(.5, 0, 0, 1.25);
}


.topsearch-img:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: -webkit-linear-gradient(2deg, rgb(0 0 0 / 78%) 28%, rgb(253 101 0 / 0%) 100%);
    background: -ms-linear-gradient(2deg, rgb(0 0 0 / 78%) 28%, rgb(253 101 0 / 0%) 100%);
    background: -moz-linear-gradient(2deg, rgb(0 0 0 / 78%) 28%, rgb(253 101 0 / 0%) 100%);
    background: -o-linear-gradient(2deg, rgb(0 0 0 / 78%) 28%, rgb(253 101 0 / 0%) 100%);
    background: linear-gradient(2deg, rgb(0 0 0 / 78%) 28%, rgb(253 101 0 / 0%) 100%);
    z-index: 1;
}

.topsearch-box{
    cursor: pointer;
}
.topsearch-box .media{
    margin: 0;
}
.topsearch-box:hover .cover-bgimg{
    transform: translateX(-50%) translateY(-50%) scale(0.13);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.13);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.13);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.13);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.13);
}
.topsearch-img .datetp { 
    background-color: #ffdf00;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    box-shadow: 0 9px 12px -3px rgb(0 0 0 / 40%);
} 

.topsearch-img .route-tpfrom { 
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
    margin-top: auto;
}
.cachefares-airlines.cities .route-tpfrom {
    margin-bottom: 0;
}

.owl-carousel .owl-item .destination-bycity-cl img, .destination-bycity-cl img {
    display: inline-block;
    width: 15px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.destination-bycity-cl {
    display: block;
    color: #fff;
    margin-top: 9px;
    font-weight: 500;
    font-size: 13px;
}

.topsearch-img .route-tpfrom img, .owl-carousel .owl-item .route-tpfrom img {
    width: auto;
    display: inline-block;
}

.topsearch-img .route-tpfrom img, .owl-carousel .owl-item .route-tpfrom img {
    width: 31px;
    display: inline-block;
    margin: 0 13px;
    vertical-align: middle;
    position: relative;
    top: -14px;
}


.topsearch-img-inner {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    padding: 14px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
}
.topsearch-img-arrow {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: -10px;
    width: 64px;
    height: 54px;
    background: #1b3f93;
    border-radius: 100% 0px 0 0;
    padding-left: 21px;
    padding-top: 24px;
    padding-bottom: 20px;
}
.topsearch-img-arrow img, .owl-carousel .owl-item .topsearch-img-arrow img {
    width: 19px;
} 
.topsearch-content {
    padding: 22px 12px 14px;
    background-color: #f0faff;
    border-radius: 0 0 12px 12px;
    margin: -9px auto 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #0e0e0e;
    line-height: normal;
}
.topsearch-content span::first-letter{
    text-transform: uppercase;
}
.topsearch-content small {
    display: inline-block;
    font-weight: 500;
    color: #838383;
    font-size: 11px;
    margin-top: 5px;
}
.topsearch-content small::after{
    content: "\276D";
    margin: 0 4px 0 7px;
    font-size: 16px;
    color: #c1d6e1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
} 
.topsearch-content small b {
    color: #1b3f93;
}
.topsearch-content small:last-child::after{
    display: none;
}
.travel_input_Search #tCount {
    margin-right: 6px;
}
.topsearch-content hr {
    margin: 10px 0 7px;
    border-color: #d7e8f1;
}

.topsearch-content small img, .owl-carousel .owl-item .topsearch-content small img {
    width: auto;
    display: inline-block;
    height: 20px;
    margin-right: 4px;
}
 
.topsearch-content .seat, .owl-carousel .owl-item .topsearch-content img.seat {
    display: inline-block;
    width: 17px;
    margin-left: 0px;
    margin-top: 2px;
    opacity: 0.4;
}
.cachefares-airlines.recent {
    background-color: #f5f7fa;
    padding-top: 0px;
    padding-bottom: 64px;
    margin-bottom: 52px;
}
 
.cachefares-airlines.recent.empty{
    padding-bottom: 0;
}
.cachefares-airlines.recent.empty .container{
display: none;
}

.recentsr-date img, .owl-carousel .owl-item .recentsr-date img {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -11px;
    position: relative;
    top: 3px;
}

.recentsr {
    cursor: pointer;
    margin: 3px 0 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    line-height: normal;
    letter-spacing: 0.4px; 
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(2 2 2 / 6%);
    -moz-box-shadow: 0px 0px 12px 0px rgb(2 2 2 / 6%);
    box-shadow: 0px 0px 12px 0px rgb(2 2 2 / 6%);
    position: relative;
    z-index: 2;
}
.recentsr-head {
    padding: 12px 15px 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: solid 1px #e9edef;
    border-bottom: none;
    border-radius: 16px 16px 0 0;
    background-color: #fff;
    position: relative;
}
.recentsr-body {
    border-radius: 2px;
    background-color: #ffffff;
    padding: 0 15px 10px;
    border-left: solid 1px #e9edef;
    border-right: solid 1px #e9edef;
}
.recentsr-date {
    background-color: #fff4ec;
    border-radius: 31px;
    padding: 6px 10px;
    color: #ff6600;
    font-size: 11px;
    font-weight: 600;
}
.recentsr-traveller img {
    color: #ff6600;
    font-size: 93%;
    margin-right: 4px;
    position: relative;
    top: -1px;
}
.recentsr-traveller {
    font-size: 13px;
    font-weight: 500;
}
.recentsr-traveller img, .owl-carousel .owl-item .recentsr-traveller img {
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    margin-top: -2px;
}
.recentsr-footer span {
    display: block;
    color: #747474;
    font-weight: 400;
    font-size: 11px;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.recentsr-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: solid 1px #e9edef;
    border-top: dashed 2px #f3f3f3;
    border-radius: 0 0 16px 16px; 
    padding: 10px 15px;
    position: relative;
    background-color: #ffffff;
}
.recentsr-badge, .recentsr-traveller {
    margin-left: 8px;
}
.recentsr-class, .recentsr-badge {
    font-size: 12px;
}
.recentsr-class {
    font-weight: 600;
}
 
.recentsr-badge b { 
 margin-right: 2px;
}
.recentsr-footer::before, .recentsr-footer::after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #f5f7fa;
} 
.recentsr-badge {
    font-weight: 400;
    text-align: right;
    color: #666666;
    font-size: 11px;
}
.recentsr-footer::before, .recentsr-footer::after{
    top: -8px;
}
.recentsr-footer::before{
    left: -7px;
    border-right: solid 1px #e9edef; 
    border-radius: 0 30px 30px 0;
}

 .recentsr-footer::after{
    right: -7px;
    border-left: solid 1px #e9edef;  
    border-radius: 30px 0 0 30px;
}
.recentsr-body  ul.cachefares-ultag{
    margin: 0;
}
.cachefares-airlines.recent .airlinefares-slide {
    margin-bottom: -15px;
    margin-top: -10px;
}

.cachefares-airlines.recent .routesfares-bg { 
    margin-right: 16px;
    margin-left: 9px;
    margin-top: 9px;
    min-width: 80px;
    width: 80px;
    height: 80px;
}
.cachefares-airlines.recent .cachefares-des span {
    margin-bottom: 2px;
}
.recentsr-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.recentsr-badge .inline {
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 12px;

}
.routesfares-bg.skeleton {
    -webkit-box-shadow: -3px 3px 4px -1px rgb(181 181 181 / 30%), 0 0 0 8px rgb(0 0 0 / 5%);
    -moz-box-shadow: -3px 3px 4px -1px rgb(181 181 181 / 30%), 0 0 0 8px rgb(0 0 0 / 5%);
    box-shadow: -3px 3px 4px -1px rgb(181 181 181 / 30%), 0 0 0 8px rgb(0 0 0 / 5%);
}

.cover-image-skeleton { 
    background:-webkit-gradient(linear, left top, right top, color-stop(25%, rgb(238, 238, 238)), color-stop(50%, rgb(222, 222, 222)), color-stop(75%, rgb(238, 238, 238))); 
    background:-webkit-linear-gradient(left, rgb(238, 238, 238) 25%, rgb(222, 222, 222) 50%, rgb(238, 238, 238) 75%); 
    background:-moz-linear-gradient(left, rgb(238, 238, 238) 25%, rgb(222, 222, 222) 50%, rgb(238, 238, 238) 75%); 
    background:-o-linear-gradient(left, rgb(238, 238, 238) 25%, rgb(222, 222, 222) 50%, rgb(238, 238, 238) 75%); 
    background:-webkit-gradient(linear, left top, right top, color-stop(25%, rgb(238, 238, 238)), color-stop(50%, rgb(222, 222, 222)), color-stop(75%, rgb(238, 238, 238))); 
    background:linear-gradient(90deg, rgb(238, 238, 238) 25%, rgb(222, 222, 222) 50%, rgb(238, 238, 238) 75%);
    -webkit-background-size: 200% 100%;
       -moz-background-size: 200% 100%;
         -o-background-size: 200% 100%;
            background-size: 200% 100%;
    -webkit-animation: loadingSkel 2s infinite ease-in-out;
       -moz-animation: loadingSkel 2s infinite ease-in-out;
         -o-animation: loadingSkel 2s infinite ease-in-out;
            animation: loadingSkel 2s infinite ease-in-out;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px; 
            opacity: 0.6;
}

.cover-image-skeleton.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes loadingSkel { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } } @-moz-keyframes loadingSkel { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } } @-o-keyframes loadingSkel { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } } @keyframes loadingSkel { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

.banner.book-cheapfl-1.bgnonercnt {
    background: transparent !important;
    padding-bottom: 0 !important;
}

.topsearch-content .cbcl {
    display: inline-block;
}
.topsearch-content .cbcl span {
    display: inline-block;
    color: #404040;
    font-weight: 500;
    font-size: 10px;
    text-transform: capitalize;
    margin-top: 2px;
    margin-left: 1px;
}
.currency-inlblk {
    display: inline-block;
    position: relative;
    font-weight: 700;
}
ul.cachefares-price li.datepr b {
    font-weight: 600;
}
.cachefares-box .media {
    margin: 0;
}

.routefares-slide-row{
    position: relative;
    z-index: 2;
}

.cachefares-airlines.cities,
.cachefares-routes.hotels {
    padding: 60px 0
}
.cachefares-routes.hotels { 
    padding-bottom: 40px;
    position: relative;
}
.cachefares-routes.hotels::before{
content: '';
background-image: url('/resources/images/hotelsection-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 70%;
opacity: 0.7;
}
.booking-stepper-form .booking-card.card.payin-fr {
    border-bottom: 0 !important;
    box-shadow: 0 0px 4px 0 rgb(0 0 0 / 4%);
    -webkit-box-shadow: 0 0px 4px 0 rgb(0 0 0 / 4%);
    -o-box-shadow: 0 0px 4px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 0px 4px 0 rgb(0 0 0 / 4%);
    -ms-box-shadow: 0 0px 4px 0 rgb(0 0 0 / 4%);
}

.hotelcard-chl .hotels_img {
    width: 100%;
    height: auto;
    padding-top: 77%;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 22px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px; 
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
        position: relative;

}
.hotelcard-chl:hover .hotels_img .prod-offer {
    -webkit-transform: scale(1.06);
       -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
         -o-transform: scale(1.06);
            transform: scale(1.06);
}
.hotelcard-chl:hover .hotels_img {
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
}

.prod-offer,
.hotelcard-chl .hotels_img{
    -o-transition: all 0.4s cubic-bezier(.5,0,0,1.25);
    -moz-transition: all 0.4s cubic-bezier(.5,0,0,1.25);
    transition: all 0.4s cubic-bezier(.5,0,0,1.25);
    -webkit-transition: all 0.4s cubic-bezier(.5,0,0,1.25);
    -moz-transition: all 0.4s cubic-bezier(.5, 0, 0, 1.25);
    -ms-transition: all 0.4s cubic-bezier(.5, 0, 0, 1.25);
    -o-transition: all 0.4s cubic-bezier(.5, 0, 0, 1.25);
}
 
.owl-carousel .owl-item .hotelcard-chl img.mapsicon {
    width: 24px;
    display: inline-block;
}
.hotelcard-chl .right_hotel_offer>li .hotel_offer_box_bottom {
    padding: 12px 15px;
    padding-bottom: 0; 
    position: static;
    letter-spacing: 0.6px;
}
.owl-carousel .owl-item .hotelcard-chl img.htl_exlsv_deal_icon {
    left: 17px;
    width: auto;
    z-index: 3;
}
 
 
.hotelcard-chl .right_hotel_offer {
    margin: 0;
}

.hotelcard-chl .right_hotel_offer>li .hotel_offer_box {
    padding: 4px;
    border-radius: 20px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 10px 20px 0px rgb(23 39 54 / 8%);
    box-shadow: 0px 10px 20px 0px rgb(23 39 54 / 8%);
    margin-bottom: 24px;
    border: solid 2px #ffffff;
    transition: all 0.10s;
    cursor: pointer;
}
.prod-offer b {
    font-size: 110%;
    margin: 0 3px;
}
.hotelcard-chl .right_hotel_offer>li .hotel_offer_box:hover {
    border: solid 2px #ff6600;
   
            -webkit-box-shadow: 0px 6px 20px 0px rgb(255 102 0 / 15%);
            box-shadow: 0px 6px 20px 0px rgb(255 102 0 / 15%);
}
 
.hotelcard-chl .hotel_offer_box .third .PriceWithOfrSct>.third sup {
    top: 3px;
}
.hotelcard-chl .right_hotel_offer>li{
    margin-top: 13px;
}
.recentcity .topsearch-content-top {
    margin-top: 11px;
    color: #898989;
    font-size: 14px;
}

.recentcity .topsearch-content-top b {
    color: #000;
    border-right: solid 1px #dfdfdf;
    padding-right: 10px;
    margin-right: 6px;
}

.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.first {
    margin: 0;
    margin-bottom: 4px;
}
.cachefares-routes.hotels .right_hotel_offer li.seprline {
    width: 100%;
    border-top: solid 1px #efefef;
    margin: 15px 0 17px
}



.cachefares-routes.hotels .hotel_offer_box_bottom li.second .stars_rating li.fourth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
            height: auto;
            font-size: 12px;
}
.cachefares-routes.hotels .hotel_offer_box_bottom li.second .stars_rating li.fourth span {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #7e8b9d;
    text-align: left;
}
.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.second .stars_rating>li.fourth strong {
    width: auto;
    float: none;
    margin-right: 8px;
    margin-bottom: 0;
    position: relative;
    top: 0px;
}

.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.second, 
.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.third {
    padding: 0;
}

.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.second .stars_rating>li.first {
    margin-top: 13px;
}

.cachefares-routes.hotels b.ratebtnum-1 {
    color: #7e8b9d;
    font-weight: 400;
    font-size: 13px;
    margin-right: 7px;
}
.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.second .stars_rating>li.first>span.ratebtnum-2 {
    color: #fbbf24;
}
.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.second .stars_rating>li.first>span.ratebtnum-2 i {
    margin-right: 2px;
    font-size: 12px;
}
.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.second .stars_rating>li.first>span.ratebtnum-3 {
    font-size: 14px;
    position: relative;
    top: 2px;
    color: #4c4c4c;
    border-left: solid 1px #efefef;
    padding-left: 10px;
    font-weight: 500;
}

.prod-offer {
    position: absolute;
    background: #ef4444;
    left: 12px;
    -webkit-border-radius: 30px 12px 30px 30px;
    -moz-border-radius: 30px 12px 30px 30px;
    border-radius: 30px 12px 30px 30px;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 12px;
    bottom: -8px;
    font-weight: 600;
    -webkit-box-shadow: 8px -9px 27px rgb(0 0 0 / 45%);
    -moz-box-shadow: 8px -9px 27px rgb(0 0 0 / 45%);
    box-shadow: 8px -9px 27px rgb(0 0 0 / 45%);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 25%);
    letter-spacing: 0.4px;
}

.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.third>span {
    background: #ff6600;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: 0px 5px 8px rgb(255 102 0 / 25%);
    -moz-box-shadow: 0px 5px 8px rgb(255 102 0 / 25%);
    box-shadow: 0px 5px 8px rgb(255 102 0 / 25%);
    font-weight: 600;
    font-size: 14px;
}
.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.third>div>span.pricewithhtl-title {
    width: 100%;
    float: none;
    display: block;
    font-size: 11px;
    color: #4c4c4c;
    padding: 0;
    margin-bottom: 2px;
}
.pricewithhtl-price {
    font-size: 24px;
    font-weight: 700;
    color: #ff6600;
}
.pricewithhtl-sub {
    color: #7e8b9d;
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: 6px;
}
.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.third>div {
    text-align: left;
}
.pricewithhtl-sub i.fa.fa-usd {
    display: inline-block;
    vertical-align: middle;
    text-decoration: line-through;
    position: relative;
    top: -2px;
}
.cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.third>div{
    padding: 0;
}
.cachefares-routes.hotels .owl-carousel.slidearrow-owl .owl-dots {
    margin: 0;
    margin-top: -8px;
}
.hotelfaqs-booking {
    width: 100%;
    float: left;
    padding-bottom: 51px;
    padding-top: 20px;
}
.cachefares-routes.hotels .routefares-slide-row {
    margin: 0 -4px;
}

.hotelfaqs-booking [type="radio"] {
    display: none;
}
.hotelfaqs-booking [type="radio"]:checked~label {
    color: #ff6600;
}

.hotelfaqs-booking .tab-content {
    display: none;
    font-size: 90%;
    line-height: 1.7;
    border-left: solid 1px #ff6600;
    -webkit-animation-name: fadeInUpLight;
    animation-name: fadeInUpLight;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.hotelfaqs-booking .tab-content, .hotelfaqs-booking .tab-content p {
    color: #75808f;
}
.hotelfaqs-booking .tab-content strong {
    color: #3a3a3a;
}
.hotelfaqs-booking .tab-content p, .hotelfaqs-booking .tab-content strong {
    display: inline;
    width: auto;
}
.hotelfaqs-booking .tab.blue {
    -webkit-box-shadow: 0 7px 30px rgb(6 22 58 / 4%);
    box-shadow: 0 7px 30px rgb(6 22 58 / 4%);
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
    border: solid 1px #ededed;
    color: #343434;
    letter-spacing: 0.4px;
}
.hotelfaqs-booking .tab.blue label, .hotelfaqs-booking .tab-content {
    padding: 13px 16px;
    width: 100%;
    margin: 0;
}
.hotelfaqs-booking [type="radio"]:checked~.tab-content {
    display: block;
    padding-top: 4px;
    padding-bottom: 9px;
}

.hotelfaqs-booking .tab.blue label {
    cursor: pointer;
    position: relative;
    padding-right: 31px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.hotelfaqs-booking .tab.blue label span {
   white-space: nowrap;
   margin-right: 6px;
}
.hotelfaqs-booking .tab.blue label::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border: solid #62718d;
    border-width: 0 0 1.5px 1.5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    margin-top: -4px;
}
.hotelfaqs-booking .tab-content ul:last-child, .hotelfaqs-booking .tab-content ol:last-child,
.hotelfaqs-booking .tab-content p:last-child {
    margin-bottom: 0;
}
.hotelfaqs-booking .tab-content ul, .hotelfaqs-booking .tab-content ol {
    padding-left: 26px;
}
.hotelfaqs-booking .tab-content ul li, .hotelfaqs-booking .tab-content ol li{
margin-bottom: 8px;
}
.hotelfaqs-booking .tab-content ul li:last-child, .hotelfaqs-booking .tab-content ol li:last-child{
    margin-bottom: 0;
    }
.hotelfaqs-booking [type="radio"]:checked~label::after{
    border-color: #ff6600;
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
}
  .hotelfaqs-booking label::after{
    transition: all 0.3s;
}

/* responsive */  
@media only screen and (min-width:1200px) {
    .hotelfaqs-booking .tab.blue{
        font-size: 16px;
    } 
}
@media only screen and (max-width:1699px) {
    .topsearch-img .route-tpfrom {
        font-size: 16px;
    } 
}
@media only screen and (max-width:1399px) {
    .routesfares-bg {
        width: 90px;
        height: 90px;
        min-width: 90px;
        margin-top: -45px;
    }
    .routesfares-box{
        margin-top: 53px;
    }
    .owl-carousel .owl-item img.flight-routesfares-img, .flight-routesfares-img{
        top: 26px;
    }
    ul.cachefares-price li.ticketpr{
        font-size: 22px;
    }
    .topsearch-img-inner {
        padding: 15px 13px;
    }
    .topsearch-img .route-tpfrom {
        font-size: 15px;
    }
    .topsearch-img .route-tpfrom img, .owl-carousel .owl-item .route-tpfrom img {
        width: 25px;
    }
    .topsearch-img .datetp{
        padding: 4px 9px;
        border-radius: 6px;
        font-size: 10px;
    }
    .topsearch-img-arrow {
        width: 54px;
        height: 44px;
        padding-left: 19px;
        padding-top: 22px;
    }
    .topsearch-img-arrow img, .owl-carousel .owl-item .topsearch-img-arrow img {
        width: 14px;
    }
    .hotelcard-chl .right_hotel_offer>li .hotel_offer_box {
        padding-bottom: 14px;
    }

    .cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.first{
        font-size: 20px;
        margin-bottom: 4px;
    }
    .pricewithhtl-price{
        font-size: 22px;
    }
    .pricewithhtl-sub{
        font-size: 14px;
    }
}
@media only screen and (max-width:1199px) {
    .recentsr-head, .recentsr-body, .recentsr-footer {
        padding-left: 12px;
        padding-right: 12px;
    }
    .cachefares-routes.hotels .right_hotel_offer li.seprline {
        margin: 12px 0 10px;
    }
    .hotelcard-chl .right_hotel_offer>li .hotel_offer_box {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:991px) {
    .title-bysection h3{font-size: 24px;}
    .title-bysection p::after{
        width: 41px;
    }
    .cachefarrt-class .fas {
        font-size: 16px;
    }
    .cachefares-box img.media-object, .owl-carousel .owl-item .cachefares-box img.media-object{
        width: 46px;
    }
    .recentsr-footer span{
        font-size: 10px;
    }
    .recentsr-traveller img, .owl-carousel .owl-item .recentsr-traveller img {
        margin-right: 2px; 
        width: 10px;
    }
    .recentsr-date {
        font-size: 10px;
        padding: 4px 9px;
    }
    .recentsr-date img, .owl-carousel .owl-item .recentsr-date img {
        width: 11px;
        margin-top: -11px;
        top: 3px;
    }
    .cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.first{
        font-size: 18px;
    }
    .hotelcard-chl .right_hotel_offer>li .hotel_offer_box {
        padding-bottom: 13px;
    }
}

@media only screen and (max-width:767px) {
    .title-bysection h3{font-size: 22px;}
    .title-bysection p::after{
        width: 37px;
    }
    .owl-carousel.slidearrow-owl .owl-nav button.owl-prev, .owl-carousel.slidearrow-owl .owl-nav button.owl-next {
        width: 44px;
        height: 44px;
    }
    .owl-carousel.slidearrow-owl .owl-nav { 
        top: -85px;
    }
    .hotelfaqs-booking .tab.blue label, .hotelfaqs-booking .tab-content {
        padding-left: 14px;
        padding-right: 14px;
    }
    /* .title-bysection {
        padding-right: 94px;
    } */
    .routesfares-bg {
        width: 80px;
        height: 80px;
        min-width: 80px;
        margin-top: -40px;
    }
    .routesfares-box{
        margin-top: 48px;
    }

    .owl-carousel .owl-item img.flight-routesfares-img, .flight-routesfares-img{
        top: 25px;
        left: 21px;
        width: 22px;
    }
    .cachefarrt-class .fas {
        font-size: 14px;
    }
    .cachefares-des{
        font-size: 15px;
    }
    ul.cachefares-price li.ticketpr{
        font-size: 20px;
    }
    .cachefares-box img.media-object, .owl-carousel .owl-item .cachefares-box img.media-object{
        width: 44px;
    }
    .hotelcard-chl .right_hotel_offer>li .hotel_offer_box {
        padding-bottom: 0px;
    }
    .recentcity .item,
    .searchfares-slide .item{
        width: 200px;
    }

    .routehotels-slide .item{
width: 320px;
    }
    

    .recentcity .owl-stage-outer,
    .searchfares-slide .owl-stage-outer{
        padding-left: 15px;
        padding-right: 15px;
    }
    .routefares-slide-row.tpsearch {
        margin: 0 -15px;
    }
    .owl-carousel.slidearrow-owl.searchfares-slide .owl-nav {
        right: 15px;
    }
}

@media only screen and (max-width:575px) {
    .title-bysection h3{font-size: 20px;}
    .title-bysection p{
        font-size: 12px;
        margin-bottom: 6px;
    }
    .title-bysection p::after{
        width: 32px; 
    }
    .cachefarrt-class {
        font-size: 12px;
    }
    .cachefarrt-class .fas {
        font-size: 12px;
    } 
    .routefares-slide-row {
        margin: 0 -12px;
    } 
    .owl-carousel.slidearrow-owl .owl-nav{
        right: 15px;
    }

    .cachefares-routes.hotels .right_hotel_offer li.seprline{
        margin: 13px 0 10px
    }
    .cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.first{
        font-size: 16px;
    }
    .cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.third>div>span.pricewithhtl-title,
    .cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.third>span{
        display: none;
    }
    .cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.third>div span {
        float: none;
    }
    .cachefares-box .media-body, .cachefares-box .media-left, .cachefares-box .media-right {
        padding: 7px 10px; 
    }
    .routesfares-box hr { 
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .cachefarrt-class{
        margin-bottom: 12px;
    }
    .cachefares-des{
        font-size: 14px;
    }
    ul.cachefares-price li {
        font-size: 11px;
    }
    ul.cachefares-price li.ticketpr {
        font-size: 19px;
    }
    .cachefares-box img.media-object, .owl-carousel .owl-item .cachefares-box img.media-object{
        width: 42px;
    }
    .cachefares-code {
        font-size: 8px;
        border-radius: 0 0 0 10px;
    }
    .cachefares-box{
        border-radius: 10px;
    } 
    .cachefares-airlines.recent .routesfares-bg {
        margin-right: -44px;
        margin-left: 5px;
    }
    .recentsr {
        margin-top: 50px;
    }
    .routehotels-slide .item{
        width: 300px;
            } 
            .right_hotel_offer>li .hotel_offer_box_bottom>li.second .stars_rating>li.fourth{
                font-size: 12px;
            }
            .cachefares-routes.hotels .right_hotel_offer>li .hotel_offer_box_bottom>li.second .stars_rating>li.fourth strong {
                top: 1px;
                margin-right: 7px;
            } 
            .cachefares-routes.hotels b.ratebtnum-1 {
                font-size: 11px;
            }
            .pricewithhtl-sub {
                position: relative;
                top: -4px;
            }
}

@media only screen and (max-width:425px) {
    .title-bysection h3{font-size: 18px;}
    .title-bysection p{
        font-size: 11px;
        margin-bottom: 4px;
    }
    .title-bysection p::after{
        width: 26px;
        top: 0px;
    }
    .owl-carousel.slidearrow-owl .owl-nav button.owl-prev, .owl-carousel.slidearrow-owl .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
    }
    .hotelcard-chl .right_hotel_offer>li .hotel_offer_box {
        padding-bottom: 12px;
    }
    .cachefares-routes.hotels .routefares-slide-row {  
        margin: 0 -15px; 
    }
    .owl-carousel.slidearrow-owl .owl-nav {
        top: -81px;
    }
    /* .title-bysection {
        padding-right: 88px;
    } */
    .cachefares-box img.media-object, .owl-carousel .owl-item .cachefares-box img.media-object{
        width: 40px;
    }
    .cachefares-code { 
        border-radius: 0 0 0 8px;
    }
    .cachefares-box{
        border-radius: 8px;
    } 
    .cachefares-airlines.recent .routesfares-bg {
        margin-right: -28px;
    }
    .routehotels-slide .item{
        width: 100%;
            }
            
}

@media only screen and (max-width:375px) {
    .title-bysection h3{font-size: 16px;}
    .title-bysection p{
        font-size: 10px;
    }
    .cachefares-box img.media-object, .owl-carousel .owl-item .cachefares-box img.media-object{
        width: 38px;
    }
    .cachefares-box .media-body, .cachefares-box .media-left, .cachefares-box .media-right {
        padding: 7px 8px 4px;
    }
    .hotelfaqs-booking .tab.blue {
        font-size: 14px;
    }
    
.hotelfaqs-booking .tab.blue label span { 
    -webkit-align-self: self-start;
        -ms-flex-item-align: self-start;
                -ms-grid-row-align: self-start;
            align-self: self-start;
}
}
 