﻿:root {
    --rqBlue: rgb(58, 86, 126);
}

/*  Xs Devices */
@media (max-width:576px) {
    /*.nav div {
        width: 70px !important;
    }*/

    .nav .fs-6 {
        font-size: small !important;
    }

    .nav i {
        margin-top: 2px !important;
    }


    .rqcOperaionContainer .fa {
        margin-inline-start: 25% !important;
    }

    .rqcFirstContainer {
        padding-bottom: calc(100vh - 600px) !important;
        margin-bottom: 0 !important;
    }

    .rqcCampList {
        padding-bottom: 0px !important;
        margin-bottom: 10px !important;
    }
}

/*   sm Devices */
@media (min-width:577px) and (max-width:767px) {
    /*.nav div {
        width: 100px !important;
    }*/
}
/*   only md Devices */
@media (min-width:768px) and (max-width:991px) {
    .rqcWith44 {
        width: calc((100vw - 7px - 21px - 7px )/ 2) !important;
    }

    .rqcWidth23 {
        width: calc((100vw - 7px - 21px - 3.5px) / 4) !important;
    }



    .rqcWidth29 {
        width: calc((100vw - 7px - 24px) / 3) !important;
    }
}
/*   md Devices and higher */
@media (min-width:768px) {
    .rqcTopPhone {
        margin-top: 30px!important;
}
    .rqLangSwitch {
          margin-top: 30px!important;
    }
}

/*   lg Devices */
@media (min-width: 992px) {
    .rqcSBtnContainer {
        width: 4% !important;
    }

    .rqcCol20 {
        width: 20%;
    }

    .rqcOperaionContainer {
        height: 45px;
        margin-bottom: 22px;
    }
        /*.rqcFooter .rqcTitle2 {
        height: 175px;
    }*/
        .rqcOperaionContainer .fa {
            margin-inline-start: 20% !important;
        }

    .rqcFirstContainer, .rqcOperaionContainer, .rqcCampaign {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }

    .rqLangSwitch {
        margin-inline-end: 70px !important;
    }

    #searchFlight {
        width: 40px !important;
        min-width: 40px !important;
    }

    .ui-button-text {
        padding-right: 3.5px !important;
        padding-left: 3.5px !important;
    }

    .rqcMs70 {
        margin-inline-start: 70px !important;
    }

    .rqcMe70 {
        margin-inline-end: 70px !important;
    }

    .rqcPs70 {
        padding-inline-start: 70px !important;
    }

    .rqcWith44 {
        width: calc((100vw - 140px - 21px - 7px )/ 2) !important;
    }

    .rqcWidth23 {
        width: calc((100vw - 140px - 21px - 3.5px) / 4) !important;
    }



    .rqcWidth29 {
        width: calc((100vw - 140px - 24px) / 3) !important;
    }

    .rqcCard {
    height: 170px!important;
}
}

body {
    font-family: Arial;
}



header .rqcLogo {
    width: 188px;
    height: 48px;
}

.nav {
    height: 57px;
    background-color: white;
}

    .nav div {
        height: 40px;
        margin-top: 15px;
        width: 165px;
    }

    .nav i {
        color: var(--rqBlue);
        margin-top: 4px;
    }

    .nav .active {
        color: #ff5606;
    }



.rqcContainer, .rqcFirstContainer {
    margin-bottom: 22px;
    margin-top: 22px;
    padding-bottom: 29px;
    background-color: rgb(242, 245, 249);
}

.nav i.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}


#searchFlight {
    max-width: 80px;
    width: 100%;
    height: 33px;
    background-color: #ff5606 !important;
    border-color: #ff5606 !important;
    color: white !important;
}

#BookFlightContainer .fa-search {
    color: white !important;
}

.rqcContainer .control-label, .rqcCardContainer .control-label, .rqcFirstContainer .control-label {
    height: 36px;
}

.rqcTitle {
    font-family: Arial;
    font-size: 16px;
}

.rqcTitle2 {
    font-family: Arial;
    font-size: 14px;
}

.rqcContainer img, .rqcFirstContainer img {
    height: 248px;
}

.rqcCardContainer {
    padding-bottom: 29px;
    background-color: rgb(242, 245, 249);
}

    .rqcCardContainer img {
        height: 120px;
    }

    .rqcCardContainer .card-body {
        min-height: 140px;
    }

.rqcInfoContainer {
    height: 167px;
}

    .rqcInfoContainer .fa {
        font-size: 30px;
    }

    .rqcInfoContainer .fa-bed {
        font-size: 25px;
    }

.rqcFooter {
    background-color: rgb(242, 245, 249);
}


    .rqcFooter .rqcTitle2 {
        color: gray;
        height: 200px;
    }

        .rqcFooter .rqcTitle2 img {
            width: 70px;
        }

.rqcFooterFirstPart {
    border-color: var(--rqBlue);
    height: 110px;
}

.rqcFirstLogo {
    padding-top: 30px;
    padding-bottom: 15px;
    width: 220px;
    height: 100%;
}

.rqcSocialContainer {
    padding-top: 90px;
}

.rqcSecondLogo {
    padding-top: 50px;
    padding-bottom: 25px;
    width: 90px;
    height: 100%;
}


.rqcOperaionContainer button {
    background-color: white;
    color: #574d4d;
    width: 100%;
    /*height: 100%;*/
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 45px !important;
}

.rqcOperaionContainer .fa {
    color: #b6b4b4;
    margin-inline-start: 15%;
}

#BookAirForm input, #BookAirForm button, .rqcCabinDetail, #travelers {
    height: 45px !important;
}

.rqcSearchRow {
    margin-top: 22px;
    margin-bottom: 32px;
}

.rqLabel {
    color: rgb(58, 86, 126) !important;
}

.rqcLogolbl {
    font-family: Arial Black;
    font-size: 26px;
    color: white;
}

.rqcLogolbl:hover {
    color: white !important;
}
header {
    height: 62px !important;
}

.rqcFooterLogo img {
    height: 32px;
}

.rqcFooterLogo {
    height: 55px;
}



@media (min-width: 576px) {
    .rqcCard-media {
        -webkit-box-flex: 0;
       
        height: 50px;
    }
}


.rqcCardInfo {
    color: #b1b1b1;
    font-size: 15px;
}

.rqcCardTitle {
    display: block;
    margin-bottom: 4px;
    color: #484848;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.rqcCardDesc {
    color: #8c8c8c;
    font-size: 12px;
}

.rqcCard {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #484848;
    position: relative;
    line-height: 1.3;
    background-clip: border-box;
    border: 2px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 15px;
}

.rqcCard-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    font-size: 14px;
    border-top: 1px solid #eee;
    margin-left: -15px;
    margin-right: -5px;
    margin-bottom: -15px;
    padding: 15px;
}

.rqcDiscount-info {
    font-weight: bold;
    color: #ff9012;
    font-size: 17px;
}

.rqcCard-media img {
    width: 100%;
    vertical-align: top;
    height: 100%;
}




.soon {
    color:rgb(255,91,13); 
     font-size: 12px;
      font-family: Arial;
      font-weight: normal
}