﻿.serchbtn {
    background-color: #f5f5f5;
    border-radius: 100px;
    padding: 4px;
    text-align: center;
    border: solid 1px #ccc;
    position: relative;
    bottom: -10px;
}
.searchResHead {
    background: transparent !important;
}

ol.breadcrumb {
    padding: 10px 0px 10px 0px;
}

.web-card.getcity {
    padding: 20px;
}

.webMrgs {
    margin-bottom: 20px !important;
}

.panel-body.panelbodyPad {
    padding: 15px;
}

.airline-bred-bg.airlineMrg {
    margin-bottom: 0px;
}

.tableBRcaleBG {
    border: 1px solid #ccc;
    width: 100%;
}

    .tableBRcaleBG > thead > tr > th, .tableBRcaleBG > tbody > tr > th, .tableBRcaleBG > tfoot > tr > th, .tableBRcaleBG > thead > tr > td, .tableBRcaleBG > tbody > tr > td, .tableBRcaleBG > tfoot > tr > td {
        border: 1px solid #ccc;
        padding: 10px 10px;
    }


/*.table.tableBRcaleBG > tbody > tr > td:hover {
    background: #f3faff;
    cursor: default !important;
}*/

.cal_heading {
    font-size: 25px;
}

.pagarrows {
    font-size: 25px !important;
    margin: 0;
}

.br_line {
    border-bottom: solid 1px #ddd;
    margin-top: -18px;
    position: absolute;
    width: 100%;
}

.avabNm {
    font-size: 15px;
    margin-bottom: 2px;
    color: #a2a2a2;
}
.city-srchicon {
    cursor: pointer;
    background-size: 20px;
    padding: 10px;
}
    .city-srchicon:hover {
        background: #caf7ff url(https://images.rehlat.com/Content/images/citysearchIcon.png) no-repeat 93% 93%;
        background-size: 16px;
        cursor: pointer;
        -webkit-transition: background-color 0.5s ease-out;
        -moz-transition: background-color 0.5s ease-out;
        -o-transition: background-color 0.5s ease-out;
        transition: background-color 0.5s ease-out;
    }
.city-dateback {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom:10px;
}
.city-datebacktm {
    padding: 20px;
}
.city-dateback:hover {
    /*background: #f5f5f5 url(https://images.rehlat.com/Content/images/citysearchIcon.png) no-repeat bottom right;*/
    padding: 10px;
    background-size: 20px;
    cursor:pointer;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.dvRG {
    width: 90px;
    margin: 0 auto;
}

.calermnRD {
    text-align: center;
    color: #4898f6;
    font-weight: 500;
    line-height: 30px;
}

.ros-contdestwrap.ros-ContPad {
    padding-bottom: 0px;
}
.page-linkPrev {
    background-color: #3d4d66 !important;
    color: #ffffff !important;
}
.page-disabled {
    background-color: #ececec !important;
    border: solid #ececec 1px !important;
    padding: 6px 12px !important;
}
.page-linkNext {
    background-color: #3d4d66 !important;
    color: #ffffff !important;
}
.calermnRDR {
    text-align: center;
    color: #1e1c66;
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 0px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: top !important;
}

.calermnRDRpriceBk {
    text-align: center;
    color: #c1c1c1;
    font-weight: 600;
    line-height: 20px;
    font-size: 24px;
    padding-top: 6px;
    padding-bottom: 4px;
}
.calermnRDRbk {
    text-align: center;
    color: #c1c1c1;
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 0px;
}

.calermnRDRprice {
    text-align: center;
    color: #00ca9d;
    font-weight: 600;
    line-height: 20px;
    font-size: 24px;
    padding-top: 6px;
    padding-bottom: 4px;
}

.calerTxt {
    text-align: center;
    color: #1e1c66;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 10px;
}

.avaBrd {
    float: left;
    text-align: left;
    background: #dc5353;
    padding: 4px 10px;
    border-radius: 4px;
    color: #f00;
    margin-bottom: 4px;
    width: 40px;
    text-align: center;
    height: 10px;
}

.calermnGRN {
    text-align: center;
    color: #1c4a00;
}

.avaBgrn {
    float: right;
    text-align: left;
    background: #7abf50;
    padding: 4px 10px;
    border-radius: 4px;
    width: 40px;
    text-align: center;
    height: 10px;
}

.tableBRcaleBG > thead > tr > th, .tableBRcaleBG > tbody > tr > th, .tableBRcaleBG > tfoot > tr > th, .tableBRcaleBG > thead > tr > td, .tableBRcaleBG > tbody > tr > td, .tableBRcaleBG > tfoot > tr > td {
    border: 1px solid #ccc;
    padding: 10px 10px 0px 10px;
}

.paginationSUB {
    margin:0px 0px 20px 0px !important;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@media only screen and (max-width:640px) {
    .mwebView {
        overflow-x: auto;
    }
}

.faqBlock {
    display: table;
    width: 100%;
}

    .faqBlock ul li {
        list-style: none;
    }

        .faqBlock ul li .faqQ {
            font-weight: 600;
            width: 100%;
            display: table;
        }


.faqQ::before {
    content: "Q.";
    color: #1e1c66;
    padding-right: 10px;
    font-size: 22px;
}



.faqBlock ul li .faqA {
    font-weight: 400;
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

.faqA::before {
    content: "A.";
    color: #616161;
    padding-right: 10px;
    font-size: 22px;
}

.faqQ_ar::before {
    content: "Q.";
    color: #1e1c66;
    padding-left: 10px;
    font-size: 22px;
    float: right;
}

.faqA_ar::before {
    content: "A.";
    color: #616161;
    padding-left: 10px;
    font-size: 22px;
    float: right;
}

.airlineFare_guide {
    position: relative;
    padding: 100px 0px 0px;
}

    .airlineFare_guide .tab-content {
        position: relative;
        opacity: 0;
        height: 0px;
        overflow: hidden;
        visibility: hidden;
        display: inherit !important;
    }

        .airlineFare_guide .tab-content.active {
            opacity: 1;
            height: auto;
            visibility: visible;
        }

label.active {
    background: #00ca9d; /* Old browsers */
    background: -moz-linear-gradient(top, #00ca9d 0%, #ffffff 4%, #ffffff 2%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00ca9d 0%,#ffffff 4%,#ffffff 2%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00ca9d 0%,#ffffff 4%,#ffffff 2%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ca9d', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    padding-top: 6px;
}

a:hover, a:focus {
    color: #79aff8;
    text-decoration: none !important;
}

.custmTabs1 {
    position: absolute;
    width: auto;
    height: 83px;
    line-height: 25px;
    left: 0%;
    top: 0px;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
}

.custmTabs2 {
    position: absolute;
    width: auto;
    height: 83px;
    line-height: 25px;
    left: 18%;
    top: 0px;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
}

.custmTabs3 {
    position: absolute;
    width: auto;
    height: 83px;
    line-height: 25px;
    left: 36%;
    top: 0px;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
}

.custmTabs4 {
    position: absolute;
    width: auto;
    height: 83px;
    line-height: 25px;
    left: 60%;
    top: 0px;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
}
.ondatepad {
    padding-top: 10px;
}
@media only screen and (max-width: 767px) {
    .serchbtn {
        min-width: 70px;
        font-size: 12px;
    }
    .city-srchicon {
        background: #caf7ff url(https://images.rehlat.com/Content/images/citysearchIcon.png) no-repeat 93% 93%;
        background-size: 12px;
    }
    .calermnRDRprice {
        line-height: normal;
        font-size: 20px;
        padding-top: 0px;
    }
    .calermnRDR {
        font-size: 14px;
    }
    .col-xs-1.arrowPADcol {
        padding: 0px;
    }

    .paginationSUB {
        margin: 0px !important;
    }

    .web-card h1 {
        font-size: 1.75rem !important;
    }

    .backfltrBg {
        display: none;
    }

    .ros-mMenu {
        position: absolute;
    }

    ol.breadcrumb {
        padding-left: 10px;
    }

    .ros-contdestMRGt.ros-contdestMRGt-mrg {
        margin-top: 16px;
    }

    .aftr-login {
        right: -18px !important;
        top: -7px !important;
    }

    .fa.fa-user {
        margin-top: 0;
        margin-right: 0px;
        position: absolute;
        left: 0;
        right: 0;
        top: 3px;
    }

    #accordion .panel {
        border-radius: 0;
        border: 0;
        margin-top: 0px;
    }

    #accordion a {
        display: block;
        padding: 10px 0px 10px 0px !important;
        border-bottom: 1px solid #ddd;
        text-decoration: none;
    }

    #accordion .panel-heading a.collapsed:hover,
    #accordion .panel-heading a.collapsed:focus {
        background-color: #b42b2b;
        color: white;
        transition: all 0.2s ease-in;
    }

        #accordion .panel-heading a.collapsed:hover::before,
        #accordion .panel-heading a.collapsed:focus::before {
            color: white;
        }

    #accordion .panel-heading {
        padding: 0;
        border-radius: 0px;
        text-align: left;
    }

    .accordion-toggle:last-child {
        border-top: 0px solid #ccc !important;
    }

    a.accordion-toggle.collapsed {
        background: transparent;
        text-transform: uppercase;
        font-size: 16px
    }

    .accordion-toggle:hover {
        background: transparent !important;
    }

    #accordion .panel-heading a:not(.collapsed) {
        color: #1e1c66;
        /*background-color: #b42b2b;*/
        border-bottom: 2px solid #00ca9d;
        transition: all 0.2s ease-in;
        text-transform: uppercase;
        font-size: 16px;
        background: transparent;
    }

    .panel-body.panelbodyPad {
        padding: 0px 0px 0px 0px;
    }

    .chart-wrap .label {
        left: -76px !important;
        width: 80px !important;
        font-size: 11px !important;
    }

    .chartTitleHolder.chartTitleHolderMrg {
        margin-left: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }

    .chart-wrap {
        padding: 0px !important;
        margin-bottom: 15px;
    }

    .chartFooterThings.chartFooterThingsmWeb {
        margin-left: 19%;
    }

    .chart_airlineLogo img {
        height: 100% !important;
    }
    /* Add Indicator fontawesome icon to the left */
    #accordion .panel-heading .accordion-toggle::before {
        font-family: 'FontAwesome';
        content: '\f00d';
        float: left;
        color: white;
        font-weight: lighter;
        transform: rotate(0deg);
        transition: all 0.2s ease-in;
        display: none;
    }

    #accordion .panel-heading .accordion-toggle.collapsed::before {
        color: #444;
        transform: rotate(-135deg);
        transition: all 0.2s ease-in;
        display: none;
    }

    .cheapest_info {
        float: right;
        margin-top: 2px;
        margin-right: -2px;
        width: 80px;
    }

    .caleBG {
        padding-left: 14px;
        padding-right: 14px;
    }

    .custmTabs1 {
        position: static;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 0px;
        padding-right: 0px;
        /*padding: 8px 0px;*/
        left: 0;
        top: 0px;
        text-decoration: none;
        padding-top: 0px;
        border-bottom: solid 1px #e6e6e6;
    }

    .custmTabs2 {
        position: static;
        width: 100%;
        height: 40px;
        line-height: 40px;
        /*line-height: 25px;*/
        padding-left: 0px;
        padding-right: 0px;
        /*padding: 8px 0px;*/
        left: 0;
        top: 0px;
        text-decoration: none;
        border-bottom: solid 1px #e6e6e6;
        padding-top: 0px;
    }

    .custmTabs3 {
        position: static;
        width: 100%;
        height: 40px;
        line-height: 40px;
        /*line-height: 25px;*/
        padding-left: 0px;
        padding-right: 0px;
        /*padding: 8px 0px;*/
        left: 0;
        top: 0px;
        text-decoration: none;
        border-bottom: solid 1px #e6e6e6;
        padding-top: 0px;
    }

    .custmTabs4 {
        position: static;
        width: 100%;
        height: 40px;
        line-height: 40px;
        /*line-height: 25px;*/
        padding-left: 0px;
        padding-right: 0px;
        /*padding: 8px 0px;*/
        left: 0;
        top: 0px;
        text-decoration: none;
        border-bottom: solid 1px #e6e6e6;
        padding-top: 0px;
    }

    label.active {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+96,ffffff+96,00ca9d+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 96%, #ffffff 96%, #00ca9d 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 96%,#ffffff 96%,#00ca9d 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 96%,#ffffff 96%,#00ca9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ca9d',GradientType=0 ); /* IE6-9 */
        border-right: solid 0px #ddd;
        border-left: solid 0px #ddd;
        padding-top: 0px;
        height: 44px;
        line-height: 44px;
    }

    .airlineFare_guide {
        padding-top: 10px;
    }

    .tabContent.tabContentMweb {
        padding: 10px;
    }

    .chartFooterThings {
        position: relative;
        margin-left: 32% !important;
    }
        .chartFooterThings.chartFoterTimes {
            position: relative;
            margin-left: 4% !important;
        }

    .cheapest_info {
        text-align: right;
        font-size: 12px !important;
        line-height: 40px;
        margin-top: 0px;
    }
    .tabs_b_etx {
        font-size: 14px !important;
    }
    .chartTitleHolder {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .airlineFare_guide .tab-content {
        display: inherit !important;
    }
    .chartFooterThings.chartFooterThingsMrgLn {
        margin-left: 0% !important;
    }
    .chartFooterThings.chartFterThingsMrgLn {
        margin-left: 34% !important;
    }
    .chartFooterThings.chartFterThgsMrgLn {
        margin-left: 10px !important;
    }
    .chart-wrap .label {
        padding-left: 0px!important;
    }
    .innerCard {
        padding: 18px 6px 10px 6px;
    }
}
