@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    padding: 0px;
    margin: 0px;
   /*  font-family: "Montserrat", sans-serif;	*/
}

.cookiessection {
    display: inline
}


/** baggagerule css **/

.baggagerule {
    padding: 40px 0px 0px 0px;
    background: #f9f9f9;
}

.baggage_tabs .nav-tabs {
    border-bottom: none;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
}

    .baggage_tabs .nav-tabs .nav-link {
        font-size: 12px;
        border: solid 1px #ddd;
        margin: 0 2px 0 0px;
        background: #fff;
        border-radius: 4px;
        font-weight: 500;
        padding: 0 0;
        width: 42px;
        height: 38px;
    }

.nav-tabs .baggage_tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #f15c22;
    color: #fff;
    border: solid 1px #de5900;
}

.mybagge_row {
    display: block;
}

.colume_bags {
    background: #fff;
    font-size:12px;
    width: 49%;
    padding: 12px;
    float: left;
    margin: 0 6px 12px;
    min-height: 325px;
    position: relative;
}
.table-data{
    text-align:center;
}
.header {
    white-space: nowrap;
    text-align: center;
}

.aireuropa {
    margin-top: -33px;
}
.content{
    font-size:12px;
}

.bag_count {
}

    .bag_count a {
        text-decoration: none;
        color: inherit;
    }

.bag-new-im {
    margin: 10px auto 15px auto;
    display: block;
    width: 90px;
    text-align: center;
    border-radius: 50%;
    box-shadow: #ccc 0 0 5px inset;
    height: 90px;
    line-height: 90px;
}

    .bag-new-im img {
        width: 55px;
    }

.airpl_cod {
    display: block;
    width: 120px;
    text-align: center;
    margin: 0 auto 15px auto;
    border: solid 1px #ccc;
    padding: 0 5px 0 5px;
    border-radius: 6px;
}

.bag_count h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px 0;
}

.bag_count ul {
    padding: 0 0 0 0px;
    margin: 0 0 0 0;
    list-style: none;
}

    .bag_count ul li {
        font-size: 12px;
        line-height: 28px;
        position: relative;
        padding: 0 0 0 10px;
    }

        .bag_count ul li:before {
            position: absolute;
            content: '';
            width: 5px;
            height: 5px;
            background: #20595e;
            left: 0;
            top: 12px;
            border-radius: 5px;
        }

/** baggagerule css **/

/** MOBILE MENU CSS **/
.mobile_menufd {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 1100;
    height: 100%;
    padding: 10px 10px 15px 0px;
}

#mobinav_close {
    position: absolute;
    right: 20px;
    font-size: 18px;
    color: #333;
    border: solid 1px #ccc;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 24px;
    line-height: 24px;
    top: 20px;
}

.tollfree {
    padding: 0 20px 0 20px;
}

    .tollfree p {
        font-size: 13px;
        color: #060607;
        margin: 4px 0 0 28px;
        text-align-last: left;
        line-height: 16px;
        font-weight: 500;
    }

    .tollfree a img {
        width: 25px;
    }

    .tollfree a {
        text-decoration: none;
        display: block;
        font-size: 22px;
        color: #ff6000;
        font-weight: 600;
    }

.mobi_logo {
    padding: 0 0 0 20px;
}

    .mobi_logo img {
        width: 175px;
    }

.exploreLink {
    padding: 15px 20px 15px 20px;
}

    .exploreLink ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .exploreLink ul li {
            display: block;
        }

            .exploreLink ul li a {
                font-size: 14px;
                color: #333;
                margin: 0;
                text-decoration: none;
                display: block;
                line-height: 35px;
            }

                .exploreLink ul li a i {
                    width: 20px;
                    font-size: 13px;
                    color: #04719a;
                    height: 20px;
                    border: solid 1px #04719a;
                    line-height: 20px;
                    text-align: center;
                    margin: 0 5px 0 0;
                    border-radius: 2px;
                }

.copy_mobile {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    padding: 0 5px 0 5px;
}

    .copy_mobile p {
        font-size: 12px;
        margin: 0 0 0 0;
        color: #777;
    }

.toll-free-cont {
    display: flex;
    gap: 6px;
    align-items: center;
    position: relative;
    z-index: 9;
    margin: 0 0 0 40px;
}

    .toll-free-cont:before {
        position: absolute;
        top: -2px;
        left: -7px;
        content: "";
        width: 220px;
        height: 50px;
        animation: call-effect 1.5s cubic-bezier(.42,.14,.43,1) .1s infinite;
        box-shadow: #f15c22 0 0 50px 50px inset;
        z-index: -1;
        border-radius: 25px;
        opacity: 0;
    }

@keyframes call-effect {
    0% {
        transform: scale(0.1);
    }

    20% {
        opacity: .4;
    }

    40%, 100% {
        transform: scale(1.1);
    }

    0% {
        transform: scale(.1);
    }

    20% {
        opacity: .2;
    }

    40%, 100% {
        transform: scale(1.1);
    }
}


.main-header-fix {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.section-call-icon {
    position: relative;
}

    .section-call-icon::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background: #22c448;
        border-radius: 100%;
        right: -4px;
        top: 2px;
        border: 3px solid #fff;
    }

    .section-call-icon img {
        width: 45px;
        height: 45px;
        background: rgb(198 39 128 / 22%);
        border-radius: 100%;
    }

.mbl-call-btn {
    display: none;
    position: relative;
}

    .mbl-call-btn svg {
        width: 32px;
        height: 32px;
        background: var(--primary-color);
        animation: shake-icon 0.8s infinite;
        border-radius: 100%;
        padding: 5px;
    }

    .mbl-call-btn::before {
        width: 32px;
        height: 32px;
        background: var(--primary-color);
        position: absolute;
        content: '';
        animation: 2s pulse infinite;
        animation-delay: 3s;
        z-index: -1;
        border-radius: 100%;
    }

    .mbl-call-btn::after {
        width: 32px;
        height: 32px;
        background: var(--primary-color);
        position: absolute;
        left: 0;
        content: '';
        animation: 2s pulse infinite;
        z-index: -1;
        border-radius: 100%;
    }


.ShortDesSlider {
    padding: 20px 0;
}

.wysd_box {
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0 0 6px #33333345;
}

    .wysd_box img {
        text-align: center;
        margin: 0 auto 10px auto;
        display: block;
        width: 55px;
    }

    .wysd_box h4 {
        color: #050505;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0;
    }

    .wysd_box p {
        font-size: 13px;
        margin: 0 0 0 0;
        text-align: center;
        font-weight: 500;
    }

/*Cookies acceptance policy css on mobile view start*/

.cookies-stripdiv-mob {
    width: 100%;
    top: 0;
    background-color: #023245;
    color: white;
    padding: 10px 0;
}

.cookies-stripdiv-mob p {
    margin: 0px;
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.cookies-stripdiv-mob button {
    background-color: #f60;
    color: #fff;
    padding: 7px 10px;
    margin-top: 5px;
    font-size: 15px;
    line-height: 15px;
    border-radius: 35px;
    border: none;
}

.cookies-stripdiv-mob .cookie-accept-mob {
    background-color: #4CAF50;
}

/*Cookies acceptance policy css on mobile view end*/

.cookies-stripdiv {
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 10;
    background-color: #023245!important;
    padding: 10px 0;
}

    .cookies-stripdiv p {
        margin: 0px;
        display: block;
        font-size: 15px;
        color: #fff;
        text-align: center;
    }

    .cookies-stripdiv button {
        background-color: #f60;
        color: #fff;
        padding: 12px 15px;
        display: inline-block;
        font-size: 15px;
        line-height: 15px;
        border-radius: 35px;
        margin: 0 10px 0 10px;
        border: none;
    }

    .cookies-stripdiv .cookie-accept {
        background-color: #28a745;
        color: #fff!important;
        padding: 12px 15px;
        display: inline-block;
        font-size: 15px;
        line-height: 15px;
        border-radius: 35px;
        text-decoration: none;
        cursor: pointer;
    }
/** NEW FOOTER TAB CSS **/


.cookies-stripdiv {
    width: 100%;
    bottom: 0;
    color: white !important;
    position: fixed;
    z-index: 10;
    background-color: #04719a;
    padding: 10px 0;
}

    .cookies-stripdiv p {
        margin: 0px;
        display: block;
        font-size: 15px;
        color: #fff!important;
        text-align: center;
    }

    .cookies-stripdiv button {
        background-color: #f15b1e;
        color: #fff;
        padding: 12px 15px;
        display: inline-block;
        font-size: 15px;
        line-height: 15px;
        border-radius: 35px;
        margin: 0 10px 0 10px;
        border: none;
    }

    .cookies-stripdiv .cookie-accept {
        background-color: #28a745;
        color: #fff;
        padding: 12px 15px;
        display: inline-block;
        font-size: 15px;
        line-height: 15px;
        border-radius: 35px;
        text-decoration: none;
        cursor: pointer;
    }
/** NEW FOOTER TAB CSS **/

.column_footer1 {
    width: 20%;
    padding: 0 15px;
}

.column_footer2 {
    width: 55%;
    padding: 0 15px;
}

.column_footer3 {
    width: 25%;
    padding: 0 15px;
}

.footer_menu_tab .nav-link {
    font-size: 13px;
    text-align: left;
    padding: 4px 5px 4px 0px;
    background: transparent;
    border: none;
    border-bottom: solid 1px transparent;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
}

    .footer_menu_tab .nav-link.active {
        color: #ffffff;
        background-color: transparent;
        border-bottom: solid 1px #ff6600;
    }

.footer_menu_tab h5 {
    font-size: 15px;
    color: #ffffff;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ffffff8f;
    padding: 0 0 15px 0;
}

.season_content h5 {
    font-size: 15px;
    color: #ffffff;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ffffff8f;
    padding: 0 0 15px 0;
}

.season_content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .season_content ul li {
        display: block;
        width: 50%;
        float: left;
    }

        .season_content ul li a {
            font-size: 13px;
            color: #fff;
            margin: 0px;
            display: block;
            text-decoration: none;
            padding: 0 0px;
            font-weight: 400;
            line-height: 28px;
        }

            .season_content ul li a i {
                margin-right: 4px;
                color: #d2d2d2;
            }

.fttab_links h2 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ffffff8f;
    padding: 0 0 15px 0;
}

.fttab_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .fttab_links ul li {
        display: block;
    }

        .fttab_links ul li a {
            font-size: 13px;
            color: #fff;
            margin: 0px;
            display: block;
            text-decoration: none;
            padding: 0 0px;
            font-weight: 400;
            line-height: 28px;
        }


/** MOBILE MENU CSS **/

.toll-free-cont {
    display: flex;
    gap: 6px;
    align-items: center;
    position: relative;
    z-index: 9;
    margin: 0 0 0 40px;
}

.toll-free-cont:before {
    position: absolute;
    top: -2px;
    left: 1px;
    content: "";
    width: 220px;
    height: 50px;
    animation: call-effect 1.5s cubic-bezier(.42,.14,.43,1) .1s infinite;
    box-shadow: #f15c22 0 0 50px 50px inset;
    z-index: -1;
    border-radius: 25px;
    opacity: 0;
}

@keyframes call-effect {
    0% {
        transform: scale(0.1);
    }

    20% {
        opacity: .4;
    }

    40%, 100% {
        transform: scale(1.1);
    }

    0% {
        transform: scale(.1);
    }

    20% {
        opacity: .2;
    }

    40%, 100% {
        transform: scale(1.1);
    }
}

.section-call p {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    text-align: end;
}

.main-header-fix {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.section-call-icon {
    position: relative;
}

    .section-call-icon::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background: #22c448;
        border-radius: 100%;
        right: -4px;
        top: 2px;
        border: 3px solid #fff;
    }

    .section-call-icon img {
        width: 45px;
        height: 45px;
        background: rgb(198 39 128 / 22%);
        border-radius: 100%;
    }

.mbl-call-btn {
    display: none;
    position: relative;
}

    .mbl-call-btn svg {
        width: 32px;
        height: 32px;
        background: var(--primary-color);
        animation: shake-icon 0.8s infinite;
        border-radius: 100%;
        padding: 5px;
    }

    .mbl-call-btn::before {
        width: 32px;
        height: 32px;
        background: var(--primary-color);
        position: absolute;
        content: '';
        animation: 2s pulse infinite;
        animation-delay: 3s;
        z-index: -1;
        border-radius: 100%;
    }

    .mbl-call-btn::after {
        width: 32px;
        height: 32px;
        background: var(--primary-color);
        position: absolute;
        left: 0;
        content: '';
        animation: 2s pulse infinite;
        z-index: -1;
        border-radius: 100%;
    }

.section-call a {
    text-decoration: none;
    color: #f60;
    font-weight: 600;
    font-size: 21px;
    line-height: 22px;
}

.container-fluid {
    width: 1300px;
}

.container {
    max-width: 1200px;
}

.callnow_mm {
    position: absolute;
    top: 18px;
    right: 60px;
    width: 74px;
    background: #f60;
    padding: 8px 10px;
    text-align: center;
    border-radius: 4px;
    display: none;
}

    .callnow_mm a {
        color: #fff;
        line-height: 14px;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
    }

.select_country_nm {
    position: relative;
    color: #333 !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    border: solid 1px #376d72;
    padding: 4px 4px;
    margin: 0 0 0 20px;
    border-radius: 4px;
}

.cuntry_ua {
    padding: 0;
    min-width: 93px;
    left: 20px;
}

    .cuntry_ua .dropdown-item {
        padding: 5px 5px 5px 8px;
        font-size: 14px;
    }

nav.navbar.navbar-expand-lg.navbar-light.menus_fixed.stricky.stricky-fixed.slideInDown.animated .toll-free-number a {
    color: #000;
    text-shadow: none;
}

.toll-free-number a img {
    position: absolute;
    left: -28px;
    top: -3px;
    width: 24px;
}

li.navLine {
    color: #9b9b9b;
    padding: 0 4px 0 4px;
}

.phone_destop {
    border-left: 1px solid rgba(192, 204, 206, .8);
    padding-left: 14px;
}

    .phone_destop img {
        float: left;
    }

.phone_no_new {
    float: right;
    margin: 0 0 0 4px;
}

    .phone_no_new p {
        font-size: 13px;
        line-height: 13px;
        margin: 0 0 6px 0;
        text-align: end;
    }

    .phone_no_new a {
        font-size: 24px;
        font-weight: 600;
        text-decoration: none;
        color: #ff6600;
        line-height: 24px;
        display: block;
    }

ul.navbar-nav.mr-auto {
    margin: 0 auto;
    float: right;
}

a.navbar-brand {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #263853 !important;
    padding: 0 15px 0 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar-light .navbar-brand img {
    width: 135px;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
}

.daus_destinati:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(4, 113, 154, 0.62);
    width: 100%;
    height: 100%;
}


/** BANNER CSS START **/

.main_banner_area {
    position: relative;
}

    .main_banner_area:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0000005e;
        z-index: 1;
        display: none;
    }

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    height: 20px;
}

.carousel-control-next {
    right: 40px;
}

.carousel-control-prev {
    left: 50px;
}

.banner_captions_heading h1 {
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px #000000bf;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.banner_cation {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
    text-align: center;
}

.banner_cation_form {
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
    margin: 4px 0 14px 0;
}

    .banner_cation_form input {
        height: 54px;
        border-radius: 2px;
        padding: 0 0 0 18px;
        border: 2px solid rgb(225, 231, 238);
        width: 100%;
        font-size: 16px;
        margin: 0 3px 8px 0px;
        float: left;
    }

    .banner_cation_form button {
        background: linear-gradient(93deg,#ef7f1a,#ff4900);
        border: none;
        color: #fff;
        font-size: 20px;
        border-radius: 2px;
        padding: 12px 40px 12px 40px;
        text-transform: uppercase;
        position: absolute;
        right: 0px;
        top: 0px;
    }

.slider_heading {
    text-align: center;
    padding: 40px 0 0 0;
    position: relative;
    z-index: 1;
}

    .slider_heading h4 {
        font-size: 20px;
        color: #fff;
        margin: 0 0 10px 0;
    }

    .slider_heading h1 {
        font-size: 38px;
        color: #fff;
        margin: 0 0 15px 0;
		    font-weight: 600;
    }

.chyss_all {
    padding: 20px 0;
    text-align: center;
}

.ShortDesSlider {
    padding: 20px 0;
}

.Main_text {
}

    .Main_text ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .Main_text ul li {
            font-size: 16px;
            display: inline-block;
            padding: 0 20px 0 20px;
        }

            .Main_text ul li i {
                font-size: 14px;
                width: 25px;
                height: 25px;
                background: #f60;
                line-height: 26px;
                border-radius: 28px;
                margin: 0 6px 0 0;
                color: #fff;
            }

    .Main_text p {
        font-size: 14px;
        margin: 0 0 30px 0;
        padding: 10px 0 25px 0;
        border-bottom: solid 1px #eaeaea;
    }

        .Main_text p span {
            font-weight: 600;
            color: #00b779;
        }

        .Main_text p img {
            margin: 0 5px;
        }


/** DESTINATION CSS **/

.main_destin {
    padding: 25px 0 35px 0;
}

.heading_hh h3 {
    font-size: 26px;
    color: #050505;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0 0 10px 10px;
    line-height: 24px;
    text-align: center;
    position: relative;
}

.main_grid {
    display: table;
    position: relative;
    margin: 0 auto 20px auto;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 6px;
    overflow: hidden;
}

.effect_img {
    background: #000;
    position: relative;
    overflow: hidden;
    /*background: #fff;
    */
    text-align: center;
    cursor: pointer;
}

    .effect_img img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        height: 270px;
        width: 100%;
    }

.Dts_price {
    position: absolute;
    background: linear-gradient(45deg, #fe6600, #ff8b00);
    left: 0px;
    z-index: 0;
    top: 20px;
    color: #fff;
    padding: 6px 10px;
    border-radius: 0px 18px 18px 0;
    font-size: 14px;
    border: solid 1px #ff8700;
    line-height: 14px;
}

    .Dts_price strong {
        font-size: 16px;
    }

.World_nmae {
    position: absolute;
    bottom: 8px;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
}

    .World_nmae h4 {
        color: #fff;
        font-size: 20px;
        margin: 0px 0 8px 0;
        font-weight: 600;
        text-shadow: 2px 1px 2px #000;
    }

    .World_nmae h6 {
        color: #333;
        font-size: 13px;
        margin: 0px;
        background: #fff;
        padding: 2px 10px;
        display: inline-block;
        text-transform: uppercase;
    }

.effect_img figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}

    .effect_img figcaption::before, .effect_img figcaption::after {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

.effect_img:hover img {
    opacity: 0.8;
}

.effect_img:hover figcaption::before, .effect_img:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect_img figcaption h3 {
    margin-bottom: 0;
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

.effect_img h3 {
    padding-top: 28%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

.effect_img p {
    margin: 0;
    color: #ffe210;
    font-weight: 600;
    font-size: 20px;
}

.effect_img h4 {
    font-size: 14px;
    padding: 0 45px;
    line-height: 21px;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.effect_img:hover h3, .effect_img:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.effect_img figcaption a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img__responsive {
    width: 100%;
}

.flights_roughts {
    padding: 10px 0 35px 0;
}

.cheapflight1 {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
}

.usecode1 {
    margin-left: 22px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.usec2 {
    letter-spacing: 0.4px;
    position: relative;
    z-index: 1;
}

    .usec2 h2 {
        font-size: 22px;
        font-weight: 500;
        margin: 0;
    }

.chefst {
    width: 100%;
    height: 58px;
    background: #376d72 0% 0% no-repeat padding-box;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e4e0e0;
    text-transform: uppercase;
    color: #fff;
}

.cheapest1 {
    width: 25%;
    font: normal normal 600 14px / 24px Poppins;
    letter-spacing: 0.26px;
    margin-top: 17px;
    margin-left: 18px;
}

.fastest1 {
    font: normal normal 600 14px / 24px Poppins;
    letter-spacing: 0.26px;
    margin-top: 17px;
    width: 10%;
    padding-left: 5px;
    margin-bottom: 17px;
}

.fastest2 {
    font: normal normal 600 14px / 24px Poppins;
    letter-spacing: 0.26px;
    margin-top: 17px;
    width: 20%;
    padding-left: 5px;
    margin-bottom: 17px;
}

.fastest3 {
    font: normal normal 600 14px / 24px Poppins;
    letter-spacing: 0.26px;
    margin-top: 17px;
    width: 20%;
    padding-left: 5px;
    margin-bottom: 17px;
}

.fastest4 {
    font: normal normal 600 14px / 24px Poppins;
    letter-spacing: 0.26px;
    margin-top: 17px;
    width: 10%;
    padding-left: 5px;
    margin-bottom: 17px;
}

.chefst1 {
    width: 100%;
    height: 55px;
    border-bottom: solid 1px #e4e0e0;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
}

.cheapest11 {
    width: 25%;
    font: normal normal normal 14px / 20px Poppins;
    letter-spacing: 0.26px;
    margin-top: 17px;
    margin-left: 23px;
    margin-bottom: 17px;
}

.fastest11 {
    font: normal normal normal 14px / 20px Poppins;
    letter-spacing: 0.26px;
    margin-top: 17px;
    width: 10%;
    margin-bottom: 17px;
}

.fastest22 {
    font: normal normal normal 14px / 20px Poppins;
    letter-spacing: 0.26px;
    margin-top: 17px;
    width: 20%;
    margin-bottom: 17px;
}

.fastest33 {
    font: normal normal normal 14px / 20px Poppins;
    letter-spacing: 0.26px;
    margin-top: 17px;
    width: 20%;
    margin-bottom: 17px;
}

.fastest44 {
    font: normal normal normal 14px / 20px Poppins;
    letter-spacing: 0.26px;
    margin-top: 17px;
    width: 10%;
    margin-bottom: 17px;
}

.fastest56 {
    font: normal normal normal 14px / 20px Poppins;
    letter-spacing: 0.26px;
    margin-top: 12px;
    width: 10%;
    color: #0C8BFD;
}

.lowbutton {
    border: solid 1px #ff8300;
    color: #ff8300;
    background: #fff;
    display: block;
    width: 100%;
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.lowers_moblie {
    display: none;
}

.arlndtlbx {
    padding: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    width: 100%;
    margin: 15px auto 0 auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.arlnname {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}

.alignit {
    align-items: center;
}

.flx {
    display: flex;
}

.orgndestim {
    width: 100%;
    margin: 15px 0;
}

.jsb {
    justify-content: space-between;
}

.orgdest .ovraltme {
    width: 25%;
}

.ovraltme.tcntr {
    width: 30%;
    text-align: center;
}

.f13 {
    font-size: 12px;
}

.f19 {
    font-size: 19px;
    font-weight: 600;
    display: block;
    line-height: 19px;
    margin: 4px 0 4px 0;
}

.f11 {
    font-size: 11px;
}

.dtbox {
    width: 100%;
    border: 1px dashed #C7C7C7;
    position: relative;
    height: 1px;
    margin: 8px 0;
}

.abbldot {
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #0C8BFD;
    position: absolute;
    left: 50%;
    top: -3px;
}

.tlfre_bk {
    width: 100%;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 7px 10px;
}

.f20 {
    font-size: 20px;
    font-weight: 600;
}

.bkbtn {
    width: 35%;
    margin: auto;
}

    .bkbtn button {
        background: #EF6614;
        display: block;
        border-radius: 50px;
        width: 100%;
        color: #fff;
        padding: 7px;
        border: 0;
        text-align: center;
        outline: 0;
    }

.flight_oneway {
    margin: 30px 0 0 0;
}

    .flight_oneway h4 {
        font-size: 18px;
        background: #376d72;
        padding: 10px 10px 10px 10px;
        color: #fff;
        border-radius: 20px 20px 0 0;
        margin: 0 0 15px 0;
    }

.one_ways {
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    border: 1px solid #eae8e8;
    padding: 15px 10px 10px 15px;
    margin: 0 0 15px 0;
    border-radius: 8px;
}

    .one_ways a {
        text-decoration: none;
    }

.origin_destination {
    width: 100%;
    display: block;
    flex-wrap: nowrap;
    padding-left: 12px;
    border-left: 2px solid #dbe3ef;
    position: relative;
}

    .origin_destination:before {
        content: " ";
        position: absolute;
        background-color: #dbe3ef;
        padding: 3px;
        border-radius: 50%;
        top: 0;
        left: -4px;
    }

    .origin_destination:after {
        content: " ";
        background-color: #dbe3ef;
        padding: 3px;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        left: -4px;
    }

    .origin_destination .elip_orgin {
        min-height: 60px;
    }

        .origin_destination .elip_orgin h4 {
            display: block;
            width: 100%;
            font-size: 15px;
            color: #333;
            line-height: 16px;
            font-weight: 600;
            margin: 0 0 5px 0;
        }

        .origin_destination .elip_orgin h6 {
            display: block;
            width: 100%;
            font-size: 13px;
            color: #777;
            font-weight: 400;
            margin: 0 0 0 0;
            line-height: 13px;
        }

    .origin_destination .elip_twos h4 {
        display: block;
        width: 100%;
        font-size: 15px;
        color: #333;
        line-height: 16px;
        font-weight: 600;
        margin: 0 0 5px 0;
    }

    .origin_destination .elip_twos h6 {
        display: block;
        width: 100%;
        font-size: 13px;
        color: #777;
        font-weight: 400;
        margin: 0 0 0 0;
        line-height: 13px;
    }

.price_go {
    margin: 18px 0 0 0;
}

    .price_go p {
        font-size: 18px;
        color: #fe7300;
        margin: 0px;
        line-height: 20px;
        font-weight: 600;
        padding: 0 0 0 15px;
    }

        .price_go p span {
            display: block;
            font-size: 12px;
            font-weight: 400;
            color: #777;
        }

.Faq_sec {
    padding: 40px 0;
    background: #ffffff;
}

.faq_hd h3 {
    font-size: 26px;
    font-weight: 600;
    color: #3f3535;
    margin: 0 0 26px 0;
    text-align: center;
}

.faq_ques_ans {
    box-shadow: 0px 0px 4px #ccc;
    padding: 15px 0px 15px 0px;
    border-radius: 4px;
}

.faq_sec_tx {
    margin: 0 0 20px 0;
}

    .faq_sec_tx h4 {
        font-size: 20px;
        margin: 0 0 0 0;
        padding: 0 15px 10px 15px;
        border-bottom: solid 1px #ddd;
    }

    .faq_sec_tx p {
        font-size: 15px;
        margin: 0;
        padding: 15px 15px 0 15px;
        font-weight: 400;
    }

/** FOOTER CODE START **/

.footer_mains {
    background: #0b5d7c;
    padding: 40px 0 0 0;
    margin: 0px 0 0 0;
}

/* .fts_bg {
    background: #fff;
    box-shadow: 0 4px 22px rgb(2 2 2 / 20%);
    display: flex;
    width: 100%;
    padding: 20px 0 15px 0;
    border-radius: 10px;
    margin: -120px 0 0 0;
} */

.fts_bg {
    background: #13484c;
    display: flex;
    width: 100%;
    padding: 20px 0 20px 0;
    border-radius: 10px;
    margin: 0px 0 0 0;
}

.my_links {
}

    .my_links h2 {
        font-size: 18px;
        margin: 0 0 10px 0;
        color: #eeeeee;
        font-weight: 500;
    }

    .my_links h4 {
        font-size: 17px;
        color: #15313d;
        margin: 15px 0 5px 0;
    }

.rtigp {
    margin-right: 4px;
    transform: rotate(45deg);
}

.adtip {
    width: 26px;
    height: 26px;
    line-height: 24px !important;
    text-align: center;
    border-radius: 4px;
    margin-right: 4px;
    border: solid 1px #fff;
    color: #fff;
}

.my_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .my_links ul li {
        display: block;
    }

        .my_links ul li a {
            font-size: 13px;
            color: rgba(255, 255, 255, .7);
            margin: 0px;
            display: block;
            text-decoration: none;
            padding: 0 0px;
            font-weight: 400;
            line-height: 28px;
        }

            .my_links ul li a:hover {
                font-weight: 500;
                color: #ff8004;
            }

.disclemar {
}

    .disclemar p {
        font-size: 13px;
        color: rgba(255, 255, 255, .7);
        margin: 0px 0 20px 0;
        line-height: 20px;
        text-align: left;
    }


.social_news_footer {
    padding: 0px 0 0px 0;
    text-align: left;
}

    .social_news_footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .social_news_footer ul li {
            display: inline-block;
        }

            .social_news_footer ul li a {
                font-size: 14px;
                color: #fff;
                text-decoration: none;
                display: inline-block;
                border-radius: 20px;
                margin: 12px 13px 0 0;
                text-align: center;
                width: 30px;
                height: 30px;
                background: #ff8004;
                line-height: 30px;
            }

                .social_news_footer ul li a:hover {
                    background: #4f4f79;
                    color: #fff;
                }

.btam_gP {
    padding-bottom: 50px;
}

.payments {
    background: #0b5d7c;
    padding: 15px 0 15px;
    margin: 12px 0 0px 0;
    border-top: solid 1px #ffffff30;
}

.payment_icons {
    text-align: left;
}

    .payment_icons ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .payment_icons ul li {
            display: inline-block;
            margin: 0 5px;
        }
		
		.trustbox_sec .trustpilot-widget {
    position: relative;
    left: 0;
    top: 0;
    border: solid 1px #ffffff52;
    padding: 7px 10px 5px 10px;
    color: #333 !important;
    width: 204px;
    border-radius: 4px;
}

.copyright_bottoms {
    background: #023245;
    text-align: center;
    padding: 10px 0;
    border-top: solid 1px #ffffff29;
}

    .copyright_bottoms p {
        font-size: 12px;
        color: #fff;
        margin: 0px;
        text-transform: capitalize;
        letter-spacing: 0;
    }

ul.socialLink {
    margin: 0px 0 0;
    padding: 0;
    list-style: none;
    text-align: end;
}

    ul.socialLink li {
        display: inline-block;
        margin: 0 10px 0 0;
        width: 34px;
        height: 34px;
        padding: 2px;
        background: #fff;
        border-radius: 6px;
        text-align: center;
        vertical-align: middle;
    }

        ul.socialLink li.fb {
            background: #007bff;
        }

        ul.socialLink li.pi {
            background: #e41515;
        }

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

ul.socialLink li a {
    display: block;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}

/** FOOTER CODE START **/

/** DESTINATION PAGE CSS **/

.daus_destinati {
    position: relative;
}

.city_htitle {
}

    .city_htitle h1 {
        text-align: center;
        font-size: 32px;
        color: #fff;
        padding: 0px 0 10px 0;
        font-weight: 600;
        position: relative;
        z-index: 1;
        margin: 0 0 25px 0;
    }

.small_navig {
    padding: 10px 0;
    background: #edf2fa;
}

.breadcr_list {
}

    .breadcr_list ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .breadcr_list ul li {
            display: inline-block;
            font-size: 14px;
            color: #f60;
        }

            .breadcr_list ul li a {
                font-size: 14px;
                display: block;
                color: #333;
                text-decoration: none;
            }

            .breadcr_list ul li span {
                padding: 0 10px;
                font-size: 14px;
                color: #333;
            }

.destinatio_pages {
    padding: 45px 0;
}

.Nestled_pg {
}

    .Nestled_pg h2 {
        font-size: 24px;
        font-weight: 600;
        color: #04719a;
        margin: 0 0 20px 0;
    }

.card_bg_white {
    background: #ffffff;
    padding: 15px 15px 15px 15px;
    border-radius: 4px;
    margin: 0px 0 15px 0;
    box-shadow: 0 0 4px #b8b8b8;
}

.airlinesCol {
    padding: 2px 0 0 0;
    font-size: 14px;
}

    .airlinesCol p {
        font-size: 13px;
        margin: 6px 0 0 0;
        line-height: 13px;
    }

.rouths_main {
    display: flex;
}

.airlines_nmtime {
    width: 30%;
    float: left;
    padding: 0px 0 0 0;
}

    .airlines_nmtime h4 {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 0px 0;
        line-height: 18px;
    }

    .airlines_nmtime p {
        font-size: 15px;
        font-weight: 400;
        margin: 7px 0 7px 0;
        line-height: 15px;
        display: block;
    }

    .airlines_nmtime h6 {
        font-size: 13px;
        margin: 0 0 0 0;
        line-height: 13px;
        display: block;
    }

.lfgrt_hs {
    text-align: end;
}

.mwebHr_middle {
    width: 40%;
    padding: 6px 0 0 0;
}

.fontS10_line {
    width: 65%;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
    position: relative;
}

    .fontS10_line:before {
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 20px;
        left: 0;
        top: -4px;
    }

    .fontS10_line:after {
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 20px;
        right: 0;
        top: -4px;
    }

.mwebHr_middle h6 {
    font-size: 13px;
    text-align: center;
    margin: 0 0 10px 0;
    line-height: 13px;
}

.mwebHr_middle p {
    font-size: 13px;
    text-align: center;
    margin: 10px 0 0px 0;
    line-height: 13px;
}

.hdfr_right {
    text-align: end;
    border-left: solid 1px #ddd;
}

    .hdfr_right h6 {
        margin: 0 0 0 0;
        font-size: 22px;
        padding: 1px 0 0 0px;
        text-align: end;
        display: block;
        line-height: 22px;
        font-weight: 600;
        color: #04719a;
    }

.bookNowButton {
    display: inline-block;
    background: #ff690f;
    padding: 8px 15px 6px 15px;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none !important;
    line-height: 14px;
    margin: 5px 0 0 0;
    font-size: 14px;
    box-shadow: 0 4px #f04c2a, -5px 7px transparent;
}

.load_destin_pages {
    padding: 25px 0 0 0;
}
    .load_destin_pages h2 {
        font-size: 20px;
        margin: 0 0 10px 0;
        color: #0f0f0f;
        font-weight: 600;
    }
    .load_destin_pages h3 {
        font-size: 17px;
        margin: 0 0 10px 0;
        color: #0f0f0f;
        font-weight: 600;
    }

    .load_destin_pages h4 {
        font-size: 16px;
        margin: 0 0 10px 0;
        color: #0f0f0f;
        font-weight: 600;
    }

    .load_destin_pages h5 {
        font-weight: 600;
        font-size: 15px;
        margin: 0 0 5px 0;
    }

    .load_destin_pages ul {
       margin: 0 0 10px 15px;
    }

        .load_destin_pages ul li {
            font-size: 14px;
            line-height: 30px;
        }

            .load_destin_pages ul li strong {
                font-weight: 600;
                color: #20595e;
            }

    .load_destin_pages p {
        font-size: 14px;
        margin: 0 0 10px 0;
        color: #333;
    }
    .load_destin_pages div {
        font-size: 14px;
        margin: 0 0 10px 0;
        color: #333;
    }

    .load_destin_pages table td {
        font-size: 14px;
        color: #333;
    }

.our_faqs_list {
    background: #edf2fa;
    padding: 15px 15px 5px;
    margin: 25px 0 0 0;
}

    .our_faqs_list h3 {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 15px 0;
        color: #20595e;
    }

.qus_onelist {
    background: #fff;
    padding: 10px 0 2px 0;
    margin: 0 0 15px 0;
    border: solid 1px #e4e4e4;
    border-radius: 5px;
}

    .qus_onelist h5 {
        font-size: 18px;
        margin: 0 0 0 0;
        border-bottom: solid 1px #e4e4e4;
        padding: 4px 15px 10px 15px;
        color: #20595e;
    }

    .qus_onelist p {
        font-size: 14px;
        margin: 0 0 0 0;
        padding: 10px 15px 10px 15px;
        color: #6c6c6c;
    }

.submission_card {
}

    .submission_card h2 {
        font-size: 20px;
        margin: 0px 0 18px 0;
        color: #222222;
    }

.ours_faq .card {
    margin: 0 0 20px 0;
}

    .ours_faq .card .card-header {
        padding: 10px 16px 8px 15px;
        border-bottom: solid 1px #dfdfdf;
        background: #edf2fa;
        border-left: solid 3px #20595e;
    }

        .ours_faq .card .card-header .accordion-head a {
            text-decoration: none;
            color: inherit;
        }

            .ours_faq .card .card-header .accordion-head a i {
                font-size: 22px;
                float: right;
            }

            .ours_faq .card .card-header .accordion-head a h3 {
                font-size: 16px;
                font-weight: 400;
                margin: 0 0 0 0;
                color: #04719a;
            }

    .ours_faq .card .card-block p {
        margin: 0px;
        font-size: 14px;
        padding: 10px 0 10px 0;
    }

/** DESTINATION PAGE CSS **/

/** EXTRA PAGES CSS **/

.tble_sitemap {
    padding: 35px 0;
}

.sitemaps_lists {
    margin: 0 0 20px 0;
    clear: left;
    display: table;
    border: solid 1px #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.24) 0px 0px 1px 0px, rgba(0, 0, 0, 0.16) 0px 2px 1px -1px, rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
    width: 100%;
}

    .sitemaps_lists h4 {
        font-size: 17px;
        margin: 0 0 18px 0;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
    }

        .sitemaps_lists h4:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: -10px;
            width: 40px;
            height: 2px;
            background: #f60;
        }

    .sitemaps_lists ul {
        list-style: none;
        padding: 0px;
        margin: 0;
    }

        .sitemaps_lists ul li {
            display: block;
            width: 33.3%;
            float: left;
        }

            .sitemaps_lists ul li a {
                font-size: 13px;
                color: #333;
                margin: 0;
                display: block;
                text-decoration: none;
                line-height: 30px;
            }

                .sitemaps_lists ul li a i {
                    color: #f60;
                    margin: 0 4px 0 0;
                    font-size: 16px;
                }

.content_info {
    margin: 0 auto;
    margin-top: -35px;
    margin-bottom: 0;
    /* background: url(/img/pattern.png) repeat-x left bottom #fff;*/
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
    z-index: 1;
    padding-top: 5px;
}

.maps_location {
    position: relative;
    padding: 0 10px 3px 10px;
}

.contact_cn {
    width: 100%;
    padding: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: -80px;
    background-color: #fff;
    padding-top: 22px;
    min-height: 78px;
    border: solid 5px #ffffff;
}

    .contact_cn ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .contact_cn ul li {
            padding: 0 0 10px 15px;
            color: #061921;
            font-weight: 400;
            line-height: 25px;
            position: relative;
            padding-top: 0;
            width: 33%;
            float: left;
            font-size: 15px;
        }

            .contact_cn ul li a {
                color: #231921;
            }

.row_contacts {
    display: flex;
    margin: 30px 0 0 0;
}

.contes_sideim {
    background: url(/content/assets/images/contact_form.png) left top no-repeat;
    height: 440px;
    background-size: cover;
    background-position: top;
}

.form_contact_sb {
}

    .form_contact_sb h4 {
        font-size: 24px;
        margin: 5px 0 30px 0;
        position: relative;
    }

        .form_contact_sb h4:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: -10px;
            width: 100px;
            height: 2px;
            background: #f60;
        }

label.contac_leb {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    margin: 0 0 8px 0;
    display: block;
    line-height: 14px;
}

.Number_form {
    font-size: 14px;
    height: 45px;
    border-radius: 4px;
    border: solid 1px #8c8c8c !important;
}

.textarea_form {
    font-size: 14px;
    border-radius: 4px;
    border: solid 1px #8c8c8c !important;
}

.button_solres {
    width: 100%;
    border: none;
    padding: 10px 0;
    margin-top: 0;
    border-radius: 2px;
    font-size: 18px;
    cursor: pointer;
    background: #04719a;
    color: #fff;
    font-weight: 600;
}

.mains_404 {
    background: #ffffff;
    padding: 0 0 40px;
    border-top: solid 1px #ddd;
}

.pagesnot_found {
    text-align: center;
}

    .pagesnot_found h3 {
        font-weight: 700;
        font-size: 40px;
        text-transform: uppercase;
        margin: 30px 0 20px 0;
        color: #04719a;
    }

    .pagesnot_found img {
        width: 450px;
    }

    .pagesnot_found h6 {
        margin: 20px 0 10px 0;
        font-size: 20px;
        color: #044e5e;
        font-weight: 500;
    }

    .pagesnot_found p {
        margin: 0 0 15px 0;
        font-size: 15px;
        color: #333;
    }

    .pagesnot_found a {
        background: #04719a;
        text-decoration: none;
        color: #fff;
        padding: 15px 25px;
        line-height: 16px;
        display: inline-block;
        font-size: 16px;
        border-radius: 5px;
    }

.Disclaimer_page {
}

    .Disclaimer_page h2 {
        font-size: 24px;
        color: #333;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .Disclaimer_page p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }

    .Disclaimer_page h3 {
        font-size: 22px;
        color: #333;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .Disclaimer_page h4 {
        font-size: 18px;
        color: #333;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .Disclaimer_page h5 {
        font-size: 16px;
        color: #050505;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .Disclaimer_page ul {
        list-style: none;
        padding: 0px;
        margin: 0px 0 10px;
    }

        .Disclaimer_page ul li {
            font-size: 14px;
            line-height: 26px;
            color: #777;
        }

.availabi_page {
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.24) 0px 0px 1px 0px, rgba(0, 0, 0, 0.16) 0px 2px 1px -1px, rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
    padding: 15px;
    border-radius: 10px;
    margin: -235px 0 0 0px;
    background: #fff;
}

    .availabi_page h2 {
        font-size: 24px;
        color: #333;
        font-weight: 600;
        margin: 0 0 25px 0;
        position: relative;
    }

        .availabi_page h2:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: -10px;
            width: 60px;
            height: 2px;
            background: #f60;
        }

    .availabi_page p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }

/** EXTRA PAGES CSS **/

/** CAR RENAL PAGES CSS **/

.eXHfhQ {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background: #edf2fa;
    height: auto;
    padding: 15px 0 0px 0;
}

.fs_unmask {
    display: flex;
}

.searchcabs_mt, .question1, .typesofdriv label {
    margin-bottom: 0;
}

.pick_colum_drop {
    width: 38%;
    padding: 0 5px;
}

.pickup_colum {
    width: 19%;
    padding: 0 5px;
}

.cabs_dates {
    width: 12%;
    padding: 0px 5px;
}

.colum_drop_time {
    width: 14%;
    padding: 0 5px;
}

.colums_ser {
    width: 10%;
    padding: 0 5px;
}

.drops_pick {
    display: contents;
}

.answer_driv {
    display: contents;
}

.DriveLanding {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.16) 0px 2px 8px 0px, rgba(0, 0, 0, 0.16) 0px 10px 8px -5px, rgba(0, 0, 0, 0.16) 0px 12px 32px -2px;
}

.Discover_mbeY {
}

    .Discover_mbeY h1 {
        font-size: 26px;
        font-weight: 600;
        margin: 0 0 8px 0;
        line-height: 26px;
        color: #04719a;
    }

    .Discover_mbeY h2 {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 25px 0;
        line-height: 26px;
        color: #000;
    }

.typesofdriv {
    display: flex;
    margin: 0 0 12px 0;
}

.question1 span {
    font-size: 14px;
}

.question1 input[type="checkbox"] {
    position: relative;
    border: 2px solid #04719a;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 2px 2px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    opacity: 0.5;
}

    .question1 input[type="checkbox"]:hover {
        opacity: 1;
    }

    .question1 input[type="checkbox"]:checked {
        background-color: #04719a;
        opacity: 1;
    }

    .question1 input[type="checkbox"]:before {
        content: "";
        position: absolute;
        right: 50%;
        top: 50%;
        width: 4px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        margin: -1px -1px 0 -1px;
        transform: rotate(45deg) translate(-50%, -50%);
        z-index: 2;
    }

.question2 {
    margin: 0 0 0 15px;
}

    .question2 span {
        font-size: 14px;
    }

    .question2 input[type="checkbox"] {
        position: relative;
        border: 2px solid #04719a;
        border-radius: 2px;
        background: none;
        cursor: pointer;
        line-height: 0;
        margin: 2px 2px 0 0;
        outline: 0;
        padding: 0 !important;
        vertical-align: text-top;
        height: 18px;
        width: 18px;
        -webkit-appearance: none;
        opacity: 0.5;
    }

        .question2 input[type="checkbox"]:hover {
            opacity: 1;
        }

        .question2 input[type="checkbox"]:checked {
            background-color: #04719a;
            opacity: 1;
        }

        .question2 input[type="checkbox"]:before {
            content: "";
            position: absolute;
            right: 50%;
            top: 50%;
            width: 4px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            margin: -1px -1px 0 -1px;
            transform: rotate(45deg) translate(-50%, -50%);
            z-index: 2;
        }

.fullage_driv {
    display: flex;
    margin: 0 0 0 25px;
}

.radio_bntAge {
    margin: 0 0 0 10px;
}

    .radio_bntAge .radio_labels {
        font-size: 14px;
        margin: 0;
    }

    .radio_bntAge input[type=radio] {
        position: absolute;
        opacity: 0;
    }

        .radio_bntAge input[type=radio] + .radio_labels:before {
            content: "";
            background: #ffffff;
            border-radius: 100%;
            border: 1px solid #20595e;
            display: inline-block;
            width: 18px;
            height: 18px;
            position: relative;
            top: 1px;
            margin-right: 6px;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease;
        }

        .radio_bntAge input[type=radio]:checked + .radio_labels:before {
            background-color: #20595e;
            box-shadow: inset 0 0 0 4px #ffffff;
        }

        .radio_bntAge input[type=radio]:focus + .radio_labels:before {
            outline: none;
            border-color: #3197EE;
        }

        .radio_bntAge input[type=radio]:disabled + .radio_labels:before {
            box-shadow: inset 0 0 0 4px #f4f4f4;
            border-color: #b4b4b4;
            background: #b4b4b4;
        }

        .radio_bntAge input[type=radio] + .radio_labels:empty:before {
            margin-right: 0;
        }

.form-group.cabfileds {
    position: relative;
}

.cabs_icons {
    position: absolute;
    width: 28px;
    height: 48px;
    left: 0;
    text-align: center;
    line-height: 47px;
}

    .cabs_icons img {
        width: 16px;
    }

.carserch_fm {
    height: 48px;
    border-radius: 6px;
    color: #13484c;
    border: solid 1px #c0cad5 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 10px 11px 25px;
}


.sc_aXZVg_eytBJU {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.16) 0px 2px 8px 0px, rgba(0, 0, 0, 0.16) 0px 10px 8px -5px, rgba(0, 0, 0, 0.16) 0px 12px 32px -2px;
    padding: 15px;
    border-radius: 10px;
    width: 80%;
    float: right;
}

    .sc_aXZVg_eytBJU h3 {
        font-size: 22px;
        margin: 0 0 20px 0;
        font-weight: 600;
        color: #04719a;
        line-height: 22px;
    }

    .sc_aXZVg_eytBJU ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .sc_aXZVg_eytBJU ul li {
            font-size: 15px;
            color: #333;
            display: flex;
            padding: 0 0 12px 0;
        }

            .sc_aXZVg_eytBJU ul li span {
                width: 18px;
                height: 18px;
                background: #28a745;
                margin: 2px 6px 0 0;
                font-size: 12px;
                color: #fff;
                text-align: center;
                border-radius: 20px;
            }

.lpumb_largest {
    padding: 45px 0;
}

.heading_cars {
    margin: 0 0 30px 0;
}

    .heading_cars h4 {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 0 0;
        line-height: 24px;
    }

.partners_logos {
}

    .partners_logos ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        justify-content: space-between;
    }

        .partners_logos ul li {
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, .161);
        }

            .partners_logos ul li img {
                width: 88px;
                border-radius: 5px;
            }

.why_coah {
    padding: 20px 0 50px 0;
}

.Usps_usp__kLWpK {
    text-align: left;
    transition: all .4s ease;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .161);
    padding: 15px 15px 15px 15px;
}

    .Usps_usp__kLWpK img {
        width: 60px;
        float: left;
        margin: 5px 15px 5px 0;
    }

    .Usps_usp__kLWpK h4 {
        font-size: 20px;
        color: #3d3d3d;
        margin: 0px 0 5px 0;
        font-weight: 600;
    }

    .Usps_usp__kLWpK p {
        font-size: 14px;
        color: #333;
        margin: 0 0 0px 0;
        font-weight: 400;
    }

.rentalcars_mains {
    padding: 0 0 45px 0;
}

.Askedcard_qa {
}

    .Askedcard_qa h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 28px 0;
        font-weight: 600;
    }

.rentals_links {
    display: table;
    width: 100%;
    padding: 15px 0;
}

    .rentals_links ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .rentals_links ul li {
            width: 25%;
            float: left;
        }

            .rentals_links ul li a {
                display: block;
                color: #2f2f2f;
                font-size: 14px;
                text-decoration: none;
                line-height: 30px;
            }

                .rentals_links ul li a i {
                    color: #f60;
                    font-size: 6px;
                    position: relative;
                    top: -2px;
                    margin: 0 4px 0 0;
                }

.Box_sc_gJzoyp {
    padding: 45px 0;
}

.Box_lkLOGk {
}

    .Box_lkLOGk h3 {
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 20px 0;
        color: #20595e;
    }

.FilterCardStyles {
    background-color: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 2px 0px, rgba(0, 0, 0, 0.12) 0px 4px 2px -2px, rgba(0, 0, 0, 0.16) 0px 4px 8px -1px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

    .FilterCardStyles ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .FilterCardStyles ul li {
            width: 14.2%;
            float: left;
        }

            .FilterCardStyles ul li a {
                text-decoration: none;
            }

            .FilterCardStyles ul li .nations_one {
                padding: 22px 15px;
                border-right: solid 1px #ddd;
            }

                .FilterCardStyles ul li .nations_one h4 {
                    font-size: 13px;
                    color: #2196F3;
                    margin: 0 0 0 0;
                    font-weight: 600;
                    line-height: 13px;
                }

                .FilterCardStyles ul li .nations_one p {
                    font-size: 12px;
                    color: #333;
                    margin: 5px 0 0 0;
                    line-height: 13px;
                }

                .FilterCardStyles ul li .nations_one h6 {
                    font-size: 12px;
                    color: #3f3f3f;
                    margin: 20px 0 0 0;
                    font-weight: 400;
                }

                .FilterCardStyles ul li .nations_one h5 {
                    font-size: 13px;
                    color: #333;
                    margin: 5px 0 0 0;
                    line-height: 13px;
                    font-weight: 600;
                }

                    .FilterCardStyles ul li .nations_one h5 span {
                        font-weight: 400;
                    }


.eNBquq_alrt {
    background-color: rgb(236, 247, 236);
    color: #00761b;
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
}

    .eNBquq_alrt i {
        background: #00761b;
        width: 15px;
        height: 15px;
        line-height: 16px;
        color: #fff;
        font-size: 10px;
        text-align: center;
        border-radius: 10px;
        position: relative;
        top: -1px;
    }

.Text_egPPXV {
}

    .Text_egPPXV h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 20px 0;
        padding: 0 0 8px 0;
        border-bottom: solid 1px #cecece;
    }

.carslisr_flt {
    padding: 0 0 8px 0px;
}

    .carslisr_flt input[type="checkbox"] {
        position: relative;
        border: 2px solid #20595e;
        border-radius: 2px;
        background: none;
        cursor: pointer;
        line-height: 0;
        margin: 2px 4px 0 0;
        outline: 0;
        padding: 0 !important;
        vertical-align: text-top;
        height: 18px;
        width: 18px;
        -webkit-appearance: none;
        opacity: 1;
    }

        .carslisr_flt input[type="checkbox"]:hover {
            opacity: 1;
        }

        .carslisr_flt input[type="checkbox"]:checked {
            background-color: #20595e;
            opacity: 1;
        }

        .carslisr_flt input[type="checkbox"]:before {
            content: "";
            position: absolute;
            right: 56%;
            top: 48%;
            width: 4px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            margin: -1px -1px 0 -1px;
            transform: rotate(45deg) translate(-50%, -50%);
            z-index: 2;
        }

    .carslisr_flt p {
        margin: 0px;
        position: relative;
        cursor: pointer;
    }

    .carslisr_flt .AllCar_consent label {
        font-size: 13px;
        margin: 0 0 0 0;
        line-height: 13px;
    }

        .carslisr_flt .AllCar_consent label span {
            position: absolute;
            right: 2px;
        }

.carfilter_all {
    margin: 0 0 20px 0;
}

.ListingsBox_cars {
    background-color: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 2px 0px, rgba(0, 0, 0, 0.12) 0px 4px 2px -2px, rgba(0, 0, 0, 0.16) 0px 4px 8px -1px;
    margin-bottom: 20px;
}

.ccpRiB_DwOrM {
    min-height: auto;
}

    .ccpRiB_DwOrM img {
        width: 100%;
    }

.Flexsc1_middle {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 15px 0;
}

.cabsborde_gp {
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

.Box_scn9h3nv {
    width: 60%;
}

    .Box_scn9h3nv h3 {
        font-size: 18px;
        color: #333;
        margin: 0px 0 10px 0;
        line-height: 18px;
        font-weight: 600;
    }

    .Box_scn9h3nv h6 {
        font-size: 13px;
        margin: 0 0 10px 0;
        color: #777;
        font-weight: 400;
    }

    .Box_scn9h3nv ul {
        list-style: none;
        padding: 0px;
        margin: 0 0 20px 0;
    }

        .Box_scn9h3nv ul li {
            font-size: 13px;
            display: inline-block;
            color: #333;
            margin: 0 10px 0 0;
        }

            .Box_scn9h3nv ul li i {
                margin-right: 2px;
            }

    .Box_scn9h3nv h5 {
        font-size: 13px;
        font-weight: 600;
        margin: 0 0 0 0;
    }

    .Box_scn9h3nv p {
        font-size: 12px;
        font-weight: 400;
        margin: 4px 0 0 0;
        color: #333333;
        line-height: 15px;
        padding: 0 20px 0 0;
    }

    .Box_scn9h3nv h4 {
        margin: 12px 0 0 0;
        font-size: 13px;
        font-weight: 400;
        color: #28a745;
    }

        .Box_scn9h3nv h4 span {
            background: #f60;
            padding: 8px 12px;
            display: inline-block;
            color: #fff;
            line-height: 14px;
            border-radius: 4px;
            margin: 0 5px 0 0;
        }

.Box_scnOnly {
    margin: 0px 0 0 0;
}

    .Box_scnOnly ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .Box_scnOnly ul li {
            font-size: 12px;
            margin: 0 0 0 0;
            line-height: 22px;
        }

            .Box_scnOnly ul li img {
                width: 12px;
                margin: 0 4px 0 0;
            }

.Box_sc_n9h3nv {
    padding: 15px 12px 15px 12px;
    text-align: center;
    position: relative;
    min-height: 172px;
}

    .Box_sc_n9h3nv h3 {
        font-size: 22px;
        font-weight: 600;
        color: #04719a;
        margin: 0 0 10px 0;
    }

        .Box_sc_n9h3nv h3 span {
            font-size: 16px;
        }

        .Box_sc_n9h3nv h3 strong {
            font-size: 16px;
            font-weight: 600;
        }

    .Box_sc_n9h3nv p {
        font-size: 12px;
        margin: 5px 0 0 0;
        line-height: 12px;
        color: #28a745;
    }

.carPay_Later {
    background: #f60;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    display: inline-block;
    line-height: 14px;
    border-radius: 2px;
    color: #fff;
}

.Box_sc_n9h3nv a {
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    left: 0;
    color: #f60;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.pcln_global_header {
    background: #edf2fa;
    padding: 7px 0 7px 0;
    border-top: solid 1px #ddd;
}

.iatFnJ_byXdYb {
    text-align: center;
}

    .iatFnJ_byXdYb ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .iatFnJ_byXdYb ul li {
            font-size: 13px;
            display: inline-block;
            padding: 0 15px;
            font-weight: 600;
            color: #4f6f8f;
        }

            .iatFnJ_byXdYb ul li img {
                width: 15px;
                margin: -3px 2px 0 0;
            }

.FullScreen_eEVOep {
    padding: 35px 0;
}

.row_checks {
    display: flex;
    padding: 0 20px 0 0px;
}

.Mileage_if {
    width: 95%;
    height: 1px;
    background: #ccc;
    border: none;
    display: table;
    margin: 10px auto 18px;
}

.CarItinerary_von {
    padding: 15px 20px;
    background: #edf2fa;
    margin: 0 19px 12px;
    width: 96%;
    display: inline-block;
    border-radius: 10px;
}

.Almost_done {
    font-size: 16px;
    color: #4f6f8f;
    font-weight: 400;
    margin: 0 0 15px 0;
}

    .Almost_done span {
        font-weight: 600;
        color: #314f6e;
    }

.columncar_left {
    width: 50%;
    float: left;
}

    .columncar_left h6 {
        font-size: 14px;
        color: #777;
        margin: 0 0 8px 0;
    }

    .columncar_left h4 {
        font-size: 16px;
        color: #000;
        margin: 0 0 8px 0;
        font-weight: 600;
    }

    .columncar_left h5 {
        font-size: 16px;
        color: #000;
        margin: 0 0 8px 0;
        font-weight: 600;
    }

    .columncar_left p {
        font-size: 14px;
        color: #555;
        margin: 0 0 5px 0;
    }

    .columncar_left a {
        font-size: 14px;
        color: #0467d2;
        margin: 0 0 0px 0;
        display: block;
        line-height: 14px;
    }

.Box_sc_n9h3nv0 {
    display: table;
    width: 100%;
    padding: 30px 0 0px 0;
}

    .Box_sc_n9h3nv0 h4 {
        font-size: 18px;
        color: #1d1d1d;
        font-weight: 600;
        margin: 0 0 0 0;
    }

    .Box_sc_n9h3nv0 h6 {
        font-size: 13px;
        color: #777;
        margin: 4px 0 0px 0;
    }

    .Box_sc_n9h3nv0 p {
        font-size: 13px;
        color: #5c5c5c;
        margin: 10px 0 0px 0;
        display: block;
        line-height: 20px;
    }

.lableAside_notify {
    background-color: rgb(236, 247, 236);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

    .lableAside_notify p {
        font-size: 13px;
        color: #20595e;
        margin: 0 0 5px 0;
        line-height: 14px;
    }

    .lableAside_notify h6 {
        font-size: 15px;
        margin: 0 0 0 0;
        color: #20595e;
        font-weight: 500;
    }

.Box_dOzABq_payment {
    border: solid 1px #ccc;
    border-radius: 10px;
}

    .Box_dOzABq_payment h4 {
        padding: 14px 12px 14px 12px;
        font-size: 16px;
        font-weight: 600;
        color: #4f6f8f;
        border-bottom: solid 2px #ccc;
        margin: 0;
    }

    .Box_dOzABq_payment p {
        padding: 12px 12px 0px 12px;
        font-size: 14px;
        font-weight: 400;
        color: #4f6f8f;
        margin: 0;
    }

        .Box_dOzABq_payment p span {
            float: right;
        }

    .Box_dOzABq_payment h2 {
        padding: 14px 12px 14px 12px;
        font-size: 16px;
        font-weight: 600;
        color: #28a745;
        border-top: solid 1px #ccc;
        margin: 12px 0 0 0;
        border-bottom: solid 1px #ccc;
    }

        .Box_dOzABq_payment h2 span {
            float: right;
        }

    .Box_dOzABq_payment h3 {
        padding: 14px 12px 14px 12px;
        font-size: 16px;
        font-weight: 600;
        color: #252525;
        border-top: solid 1px #ccc;
        margin: 12px 0 0 0;
    }

        .Box_dOzABq_payment h3 span {
            float: right;
        }

.xtb6521_knTIVv {
    background-color: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 2px 0px, rgba(0, 0, 0, 0.12) 0px 4px 2px -2px, rgba(0, 0, 0, 0.16) 0px 4px 8px -1px;
    margin-bottom: 20px;
    padding: 15px;
}

.Driver_Information {
    margin: 0 0 20px 0;
}

    .Driver_Information h4 {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 5px 0;
    }

    .Driver_Information h6 {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 0px 0;
        color: #4f6f8f;
    }

    .Driver_Information ul {
        padding: 0px 0 0 20px;
        margin: 0px;
    }

        .Driver_Information ul li {
            font-size: 13px;
            font-weight: 400;
            line-height: 20px;
            padding: 4px 0 0 0;
            color: #4f6f8f;
        }

.cabinput_control {
    height: 48px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    border-radius: 8px;
    border: solid 1px rgb(192, 202, 213);
    font-size: 14px;
    color: #333;
}

.piration_cab {
    font-size: 14px;
    margin: 0 0 8px 0;
}

.Button__StyledButton {
    background: #4CAF50;
    padding: 10px;
    border: none;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    width: 45%;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

.somdikl_prc {
}

    .somdikl_prc h6 {
        font-size: 13px;
        color: #4f6f8f;
        margin: 20px 0 8px 0;
        font-weight: 500;
    }

    .somdikl_prc p {
        font-size: 13px;
        color: #4f6f8f;
        margin: 0px 0 8px 0;
        font-weight: 400;
    }

.fsunmask_main {
    padding: 30px 0;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    background: #edf2fa;
}

.jXbUNg_dVjqBv {
    margin: 0 auto;
    width: 65%;
}

.upcomingtrip {
}

    .upcomingtrip h1 {
        font-size: 28px;
        text-align: center;
        color: #20595e;
        font-weight: 600;
        margin: 0 0 15px 0;
    }

    .upcomingtrip p {
        font-size: 13px;
        color: #333;
        margin: 0;
    }

    .upcomingtrip span {
        float: right;
    }

.sc_ikkxIA {
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.24) 0px 0px 1px 0px, rgba(0, 0, 0, 0.16) 0px 2px 1px -1px, rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
    padding: 15px 15px;
    margin: 20px 0 0 0;
    border-radius: 10px;
    display: table;
    width: 100%;
    position: relative;
    background: #fff;
}

.taxicon_1 {
    width: 70px;
    height: 70px;
    line-height: 67px;
    float: left;
    text-align: center;
    background: #edf2fa;
    border-radius: 55px;
    margin: 0 15px 0 0;
}

    .taxicon_1 img {
        width: 50px;
    }

.sc_ikkxIA h4 {
    font-size: 18px;
    margin: 0 0 0 0;
    color: #333;
}

.sc_ikkxIA h6 {
    font-size: 13px;
    margin: 8px 0 0 0;
    font-weight: 400;
}

    .sc_ikkxIA h6 i {
        margin: 0 10px;
        font-size: 7px;
        position: relative;
        top: -2px;
    }

.sc_ikkxIA p {
    font-size: 13px;
    margin: 8px 0 0 0;
    font-weight: 400;
    line-height: 14px;
}

    .sc_ikkxIA p span {
    }

.sc_ikkxIA a {
    position: absolute;
    right: 25px;
    top: 32px;
    border: solid 1px #000;
    border-radius: 42px;
    width: 25px;
    height: 25px;
    text-align: center;
}

    .sc_ikkxIA a img {
        width: 20px;
    }

.collision_set {
    border-top: solid 1px #c0cad5;
    border-bottom: solid 1px #c0cad5;
    padding: 16px 0 16px 0;
    margin: 20px 0 30px 0;
    min-height: 51px;
}

    .collision_set p {
        width: 50%;
        float: left;
        margin: 0 0 0 0;
        font-size: 13px;
        padding: 0 15px 0 15px;
    }

.ousde_Location {
    padding: 0 15px 30px 15px;
}

    .ousde_Location h6 {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 10px 0;
        line-height: 14px;
    }

    .ousde_Location p {
        margin: 0 0 0px 0;
        font-size: 13px;
    }

.mndcar_filling {
}

.lgiMRB_cabs {
    background: #edf2fa;
    border-top: solid 1px #c0cad5;
    border-bottom: solid 1px #e7e7e7;
}

    .lgiMRB_cabs .nav-item a {
        font-size: 14px;
        background: transparent;
        font-weight: 400;
        color: #1a1a1a;
        border-bottom: solid 2px #edf2fa;
        padding: 12px 4px 12px 4px;
        margin: 0 20px 0 20px;
    }

        .lgiMRB_cabs .nav-item a.show .nav-item a, .lgiMRB_cabs .nav-item a.active {
            color: #20595e;
            background-color: transparent;
            border-color: transparent;
            border-bottom: solid 2px #20595e;
            font-weight: 600;
        }

.ourcab_info {
    padding: 20px 15px;
}

    .ourcab_info ul {
        padding: 0px 0px 0 20px;
        margin: 0px;
    }

        .ourcab_info ul li {
            font-size: 13px;
            color: #4f6f8f;
            padding: 0 0 10px 0;
        }

    .ourcab_info p {
        font-size: 13px;
        color: #333;
        margin: 0 0 0 0;
        padding: 5px 0 5px 0;
    }

        .ourcab_info p strong {
            font-weight: 600;
        }

.make-me-sticky {
    position: sticky;
    top: 0;
    padding: 0 0px;
}

.carrentals_moifiy {
    display: none;
}

.mbrental_view {
    background: #edf2fa;
    padding: 10px 15px;
}

    .mbrental_view h4 {
        color: #2b2b2b;
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .mbrental_view p {
        font-size: 13px;
        margin: 0 0 0 0;
        color: #2b2b2b;
        line-height: 13px;
    }

.carsedits_ft {
    padding: 15px 15px 0;
    text-align: center;
}

    .carsedits_ft a {
        border: solid 1px #2196F3;
        font-size: 14px;
        color: #2196F3;
        padding: 3px 20px 3px 20px;
        margin: 0 10px 0 10px;
        border-radius: 20px;
        text-decoration: none;
    }

.closed_crmod {
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #ff2b1c;
    padding: 5px;
    line-height: 15px;
    border-radius: 20px;
    text-align: center;
    top: 10px;
    display: none;
    z-index: 1;
}

    .closed_crmod img {
        width: 75%;
    }

.carfilter_close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    font-size: 18px;
    border: solid 1px #f32415;
    color: #f32415;
    border-radius: 14px;
    display: none;
}

    .carfilter_close i {
        font-weight: 200;
    }


/** CAR RENAL PAGES CSS **/

/** FLIGHT THANKYOU PAGE **/

.acknowl_dgement {
}

    .acknowl_dgement h3 {
        font-size: 20px;
        color: #04719a;
        font-weight: 600;
        padding: 20px 0 5px;
        margin: 0;
    }

    .acknowl_dgement p {
        font-size: 12px;
        color: #666666;
        margin: 0 0 25px 0;
    }

    .acknowl_dgement h6 {
        border: 1px solid #99dbff;
        border-left: 3px solid #00314c;
        border-radius: 4px;
        background-color: #d8f0ff;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #00314c;
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
    }

.acknowl_heading {
    margin: 20px 0 0 0;
}

    .acknowl_heading h4 {
        color: #04719a;
        font-size: 20px;
        margin: 0px 0 10px 0;
        font-weight: 500;
    }

.acknowl_Departing {
}

    .acknowl_Departing h6 {
        background-color: #dee9f2;
        padding: 3px 15px;
        color: #0471a7;
        font-size: 18px;
        font-weight: 600;
        line-height: 34px;
        margin: 15px 0 15px 0;
    }

        .acknowl_Departing h6 a {
            background-color: #fd5003;
            color: #ffffff;
            font-size: 13px;
            border-radius: 0px;
            text-align: center;
            text-decoration: none;
            font-weight: 500;
            margin: 0;
            display: inline-block;
            padding: 0 15px 0 15px;
            float: right;
        }

.dgement_one {
    width: 33%;
    float: left;
}

    .dgement_one img {
        margin: 10px 0 0 0;
    }

    .dgement_one h6 {
        font-size: 12px;
        margin: 0;
        font-weight: 600;
    }

    .dgement_one p {
        font-size: 12px;
        margin: 0;
        font-weight: 400;
        color: #777;
    }

    .dgement_one h5 {
        color: #428bca;
        text-decoration: none;
        font-size: 12px;
        font-weight: 400;
        margin: 2px 0 0 0;
    }

    .dgement_one a {
        color: #428bca;
        text-decoration: none;
        font-size: 12px;
        font-weight: 400;
        margin: 2px 0 0 0;
    }

    .dgement_one h4 {
        font-size: 16px;
        font-weight: 600;
        margin: 5px 0 5px 0;
    }

.ovsder_comman {
    display: table;
    width: 100%;
}

.Connecti_layov {
    position: relative;
    text-align: center;
    margin: 20px 0 20px 0;
}

    .Connecti_layov:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: #ccc;
        left: 50%;
        top: 20px;
        z-index: -1;
        transform: translate(-50%, 0px);
    }

    .Connecti_layov p {
        background-color: #f6f6f6;
        border: 1px solid #bfbfbf;
        padding: 10px 30px;
        display: inline-block;
        font-size: 12px;
        margin: 0;
        border-radius: 20px;
    }

.fusion_comb {
    padding-top: 15px;
}

    .fusion_comb p {
        font-size: 12px;
        margin: 0 0 20px 0;
    }

    .fusion_comb h6 {
        background-color: #fff1d8;
        color: #a1a1a1;
        padding: 15px;
        line-height: 18px;
        border-bottom: 1px solid #d4d4d4;
        border-top: 1px solid #d4d4d4;
        font-size: 12px;
        font-weight: 400;
        margin: 0 0 0px 0;
    }

    .fusion_comb h4 {
        font-size: 15px;
        font-weight: 600;
        margin: 20px 0 10px 0;
    }


/** FLIGHT THANKYOU PAGE **/



/** MOBILE RESPONSIVE CSS **/
@media (min-width: 220px) and (max-width: 319px) {
    .cookiessection {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }

    .tollfree p {
        font-size: 10px !important;
    }

    .tollfree a {
        font-size: 20px !important;
    }

        .tollfree a img {
            width: 18px !important;
        }

    .daus_destinati {
        padding: 25px 0 25px 0 !important;
    }

    .city_htitle h1 {
        font-size: 14px;
        padding: 0px 0 0px 0;
    }

    .navbar {
        padding: 5px 10px 5px 10px;
    }

    .navbar-toggler {
        padding: 2px 5px;
    }

    .desktop_menu {
        display: none;
    }

    .navbar-light .navbar-brand img {
        width: 105px;
    }

    .callnow_mm {
        display: block;
        top: 12px;
        right: 70px;
        width: 60px;
        padding: 5px 4px 6px 4px;
    }

        .callnow_mm a {
            font-size: 11px;
        }


    .phone_destop {
        display: none;
    }

    ul.navbar-nav.mr-auto {
        margin: 0 auto 15px auto;
        float: none;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px 10px 15px;
    }

    .main_banner_area:before {
        background-color: #023245;
        display: block;
    }

    .heading_hh h3 {
        font-size: 18px;
        padding: 0 0 0 0;
    }

    .nation_flights {
        font-size: 15px !important;
    }

    .bookflight_card {
        padding: 12px 10px !important;
    }

    .noreferrer_left {
        width: 100% !important;
    }

    .noreferrer_right {
        width: 100% !important;
    }

    .pts_heading h3 {
        font-size: 20px !important;
    }

    .pts_heading p {
        font-size: 14px !important;
    }

    .items_1 {
        margin-bottom: 10px !important;
    }

    .slider_heading {
        padding: 15px 0 0 0;
    }

        .slider_heading h1 {
            font-size: 15px;
            color: #fff;
            margin: 0 0 15px 0;
        }

        .slider_heading h4 {
            font-size: 12px;
            color: #fff;
        }

    .cheapflight145 {
        overflow: scroll;
        display: none;
    }

    .box_responsive {
        display: block;
        width: 950px;
    }

    .fts_bg {
        display: block;
    }

    .faq_hd h3 {
        font-size: 20px;
    }

    .faq_sec_tx h4 {
        font-size: 17px;
    }

    .faq_sec_tx p {
        font-size: 14px;
    }

    .my_links {
        margin-bottom: 15px;
    }

        .my_links ul {
            border-right: none !important;
        }

    .payment_icons {
        text-align: center;
        margin: 0 0 10px 0;
    }

    ul.socialLink {
        text-align: center;
    }

    .lowers_moblie {
        display: block;
    }

    .usecode1 {
        margin-left: 0;
        margin-top: 0px;
    }

    .cheapflight1 {
        border: none;
        box-shadow: none;
    }

    .adtip {
        float: left;
        margin: 0 5px 5px 0;
    }

    .Main_text {
        text-align: left;
    }

        .Main_text ul li {
            padding: 0px 10px 10px 0px;
            font-size: 12px;
        }

            .Main_text ul li i {
                text-align: center;
                width: 18px;
                height: 18px;
                line-height: 18px;
                font-size: 10px;
                margin: 0 2px 0 0;
            }

    .breadcr_list ul li a {
        font-size: 10px;
    }

    .breadcr_list ul li {
        font-size: 10px;
    }

    .airlinesCol {
        margin: 0 0 15px 0;
        text-align: center;
    }

    .Nestled_pg h2 {
        font-size: 18px;
    }

    .card_bg_white {
        padding: 10px 10px 14px 10px;
    }

    .airlines_nmtime h4 {
        font-size: 14px;
    }

    .airlines_nmtime p {
        font-size: 11px;
    }

    .airlines_nmtime h6 {
        font-size: 11px;
    }

    .load_destin_pages h3 {
        font-size: 16px;
    }

    .load_destin_pages ul li {
        font-size: 13px;
        line-height: 25px;
    }

    .load_destin_pages h4 {
        font-size: 16px;
    }

    .load_destin_pages p {
        font-size: 13px;
        line-height: 25px;
    }

    .our_faqs_list h3 {
        font-size: 18px;
    }

    .qus_onelist h5 {
        font-size: 14px;
    }

    .qus_onelist p {
        font-size: 12px;
    }

    .payment_icons ul li {
        display: inline-block;
        margin: 8px 0px 0px;
    }

    .hdfr_right {
        margin: 15px 0 0 0;
        border-left: none;
    }

        .hdfr_right h6 {
            width: 50%;
            float: left;
            margin: 10px 0 0 0;
            text-align: left;
        }

    .sitemaps_lists ul li {
        width: 100%;
    }

    .contact_cn ul li {
        width: 100%;
    }

    .row_contacts {
        display: block;
        margin: 30px 0 0 0;
    }

    .contes_sideim {
        height: 345px;
        margin-bottom: 20px;
    }

    .availabi_page {
        margin: -120px 0 0 0px;
    }

    .Discover_mbeY h1 {
        font-size: 20px;
    }

    .Discover_mbeY h2 {
        display: none;
    }

    .typesofdriv {
        display: block;
    }

    .question2 {
        margin: 5px 0 0 0px;
    }

    .sc_aXZVg_eytBJU {
        width: 100%;
        float: right;
        margin-top: 15px;
    }

    .fullage_driv {
        margin: 10px 0 0 -10px;
    }

    .partners_logos {
        text-align: center;
    }

        .partners_logos ul {
            display: block;
        }

            .partners_logos ul li {
                width: 90px;
                display: inline-block;
                margin: 0 10px 20px 10px;
            }

    .Usps_usp__kLWpK {
        margin-bottom: 10px;
    }

    .eXHfhQ {
        padding: 15px 0 15px 0;
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
        height: 100%;
    }

    .fs_unmask {
        display: block;
    }

    .pick_colum_drop {
        width: 100%;
        padding: 0 0px;
    }

    .pickup_colum {
        width: 100%;
        padding: 0 0px;
    }

    .cabs_dates {
        width: 50%;
        padding: 0px 0px;
        float: left;
    }

    .colum_drop_time {
        width: 50%;
        padding: 0 0px;
        float: left;
    }

    .colums_ser {
        width: 100%;
        padding: 0 0px;
        display: table;
    }

    .Filter__HeadingFlex {
        display: none;
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        left: 0;
        height: 100%;
        overflow: scroll;
        z-index: 2;
        padding: 15px;
    }

    .closed_crmod {
        display: block;
    }

    .carfilter_close {
        display: block;
    }

    .Box_scnOnly {
        display: none;
    }

    .ccpRiB_DwOrM img {
        width: 60%;
        margin: 0 auto;
        display: block;
    }

    .Box_scn9h3nv {
        width: 100%;
        text-align: center;
        background: #f9fafd;
        padding: 10px 10px 10px 10px;
    }

    .Box_sc_n9h3nv {
        padding: 0px 12px 0px 12px;
        text-align: center;
        position: relative;
        min-height: 125px;
    }

    .carrentals_moifiy {
        display: block;
    }

    .iatFnJ_byXdYb ul li img {
        width: 10px;
        margin: -3px 0px 0 0;
    }

    .iatFnJ_byXdYb ul li {
        font-size: 8px;
        padding: 0 2px;
    }

    .Almost_done {
        font-size: 12px;
    }

    .row_checks {
        display: block;
        padding: 0 0px 0 0px;
    }

    .Box_scn9h3nv ul {
        margin: 0 0 0px 0;
    }

    .CarItinerary_von {
        padding: 10px 10px;
        background: #ffffff;
        margin: 0 0px 0px;
        width: 100%;
    }

    .columncar_left h6 {
        font-size: 13px;
        margin: 0 0 5px 0;
    }

    .columncar_left h4 {
        font-size: 15px;
        margin: 0 0 5px 0;
    }

    .columncar_left h5 {
        font-size: 14px;
        margin: 0 0 5px 0;
    }

    .columncar_left p {
        font-size: 12px;
    }

    .Button__StyledButton {
        width: 80%;
        margin: 0 auto 20px;
    }

    .jXbUNg_dVjqBv {
        margin: 0 auto;
        width: 100%;
    }

    .upcomingtrip h1 {
        font-size: 20px;
    }

    .upcomingtrip p {
        text-align: center;
    }

    .upcomingtrip span {
        float: none;
        display: block;
    }

    .taxicon_1 {
        width: 55px;
        height: 55px;
        line-height: 55px;
        margin: 0 10px 0 0;
    }

        .taxicon_1 img {
            width: 32px;
        }

    .sc_ikkxIA h4 {
        font-size: 16px;
    }

    .sc_ikkxIA h6 {
        font-size: 11px;
        margin: 6px 0 0 0;
    }

    .sc_ikkxIA p {
        font-size: 12px;
        margin: 4px 0 0 0;
    }

    .sc_ikkxIA a {
        display: none;
    }

    .collision_set {
        min-height: 70px;
    }

    .lgiMRB_cabs .nav-item a {
        margin: 0 10px 0 10px;
    }

    .FilterCardStyles {
        display: block;
    }

        .FilterCardStyles ul {
            overflow-x: scroll;
            white-space: nowrap;
            -ms-overflow-style: none;
            scrollbar-width: none;
            display: flex;
        }

            .FilterCardStyles ul li {
                width: 33.2%;
            }

    .dgement_one {
        width: 48%;
        float: left;
        margin: 0 1% 0 1px;
    }

        .dgement_one h4 {
            font-size: 14px;
        }

    .acknowl_Departing h6 a {
        padding: 0 5px 0 5px;
    }

    .acknowl_Departing h6 {
        padding: 3px 5px 3px 15px;
        font-size: 16px;
    }

    .acknowl_dgement p span {
        display: block;
    }

    .dmst_slou {
        display: none;
    }

    .colums_ones {
        width: 65% !important;
    }

        .colums_ones h4 {
            font-size: 13px !important;
        }

        .colums_ones p {
            font-size: 10px !important;
        }

    .colums_twos h3 {
        font-size: 15px !important;
    }

    .colums_twos {
        width: 35% !important;
    }

        .colums_twos p {
            display: none;
        }

    .column_footer1 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .column_footer2 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .season_content ul li {
        width: 100%;
    }

    .column_footer3 {
        width: 100%;
        padding: 0 15px;
    }

    .wysd_box {
        border: 1px solid #ccc;
        margin-bottom: 15px;
    }
}
@media (min-width:320px) and (max-width:479px) {
    .cookiessection {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }

    .daus_destinati {
        padding: 25px 0 25px 0 !important;
    }

    .city_htitle h1 {
        font-size: 20px;
        padding: 0px 0 0px 0;
    }

    .navbar {
        padding: 5px 10px 5px 10px;
    }

    .navbar-toggler {
        padding: 2px 5px;
    }

    .desktop_menu {
        display: none;
    }

    .navbar-light .navbar-brand img {
        width: 130px;
    }

    .callnow_mm {
        display: block;
    }

    .Main_text ul li {
        padding: 0px 20px 15px 20px;
    }

    .phone_destop {
        display: none;
    }

    ul.navbar-nav.mr-auto {
        margin: 0 auto 15px auto;
        float: none;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px 10px 15px;
    }

    .main_banner_area:before {
        background-color: #023245;
        display: block;
    }

    .heading_hh h3 {
        font-size: 22px;
    }

    .slider_heading {
        padding: 15px 0 0 0;
    }

        .slider_heading h1 {
            /* display: none;*/
            font-size: 20px;
            color: #fff;
            margin: 0 0 15px 0;
        }

        .slider_heading h4 {
            font-size: 18px;
            color: #fff;
        }

    .cheapflight145 {
        overflow: scroll;
        display: none;
    }

    .box_responsive {
        display: block;
        width: 950px;
    }

    .fts_bg {
        display: block;
    }

    .faq_hd h3 {
        font-size: 20px;
    }

    .faq_sec_tx h4 {
        font-size: 17px;
    }

    .faq_sec_tx p {
        font-size: 14px;
    }

    .my_links {
        margin-bottom: 15px;
    }

        .my_links ul {
            border-right: none !important;
        }

    .payment_icons {
        text-align: center;
        margin: 0 0 10px 0;
    }

    ul.socialLink {
        text-align: center;
    }

    .lowers_moblie {
        display: block;
    }

    .usecode1 {
        margin-left: 0;
        margin-top: 0px;
    }

    .cheapflight1 {
        border: none;
        box-shadow: none;
    }

    .adtip {
        float: left;
        margin: 0 5px 5px 0;
    }

    .Main_text {
        text-align: left;
    }

        .Main_text ul li {
            padding: 0px 20px 15px 0px;
        }

            .Main_text ul li i {
                text-align: center;
            }

    .airlinesCol {
        margin: 0 0 15px 0;
        text-align: center;
    }

    .hdfr_right {
        margin: 15px 0 0 0;
        border-left: none;
    }

        .hdfr_right h6 {
            width: 50%;
            float: left;
            margin: 10px 0 0 0;
            text-align: left;
        }

    .sitemaps_lists ul li {
        width: 100%;
    }

    .contact_cn ul li {
        width: 100%;
    }

    .row_contacts {
        display: block;
        margin: 30px 0 0 0;
    }

    .contes_sideim {
        height: 345px;
        margin-bottom: 20px;
    }

    .availabi_page {
        margin: -120px 0 0 0px;
    }

    .Discover_mbeY h1 {
        font-size: 20px;
    }

    .Discover_mbeY h2 {
        display: none;
    }

    .typesofdriv {
        display: block;
    }

    .question2 {
        margin: 5px 0 0 0px;
    }

    .sc_aXZVg_eytBJU {
        width: 100%;
        float: right;
        margin-top: 15px;
    }

    .fullage_driv {
        margin: 10px 0 0 -10px;
    }

    .partners_logos {
        text-align: center;
    }

        .partners_logos ul {
            display: block;
        }

            .partners_logos ul li {
                width: 90px;
                display: inline-block;
                margin: 0 10px 20px 10px;
            }

    .Usps_usp__kLWpK {
        margin-bottom: 10px;
    }

    .eXHfhQ {
        padding: 15px 0 15px 0;
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
        height: 100%;
    }

    .fs_unmask {
        display: block;
    }

    .pick_colum_drop {
        width: 100%;
        padding: 0 0px;
    }

    .pickup_colum {
        width: 100%;
        padding: 0 0px;
    }

    .cabs_dates {
        width: 50%;
        padding: 0px 0px;
        float: left;
    }

    .colum_drop_time {
        width: 50%;
        padding: 0 0px;
        float: left;
    }

    .colums_ser {
        width: 100%;
        padding: 0 0px;
        display: table;
    }

    .Filter__HeadingFlex {
        display: none;
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        left: 0;
        height: 100%;
        overflow: scroll;
        z-index: 2;
        padding: 15px;
    }

    .closed_crmod {
        display: block;
    }

    .carfilter_close {
        display: block;
    }

    .Box_scnOnly {
        display: none;
    }

    .ccpRiB_DwOrM img {
        width: 60%;
        margin: 0 auto;
        display: block;
    }

    .Box_scn9h3nv {
        width: 100%;
        text-align: center;
        background: #f9fafd;
        padding: 10px 10px 10px 10px;
    }

    .Box_sc_n9h3nv {
        padding: 0px 12px 0px 12px;
        text-align: center;
        position: relative;
        min-height: 125px;
    }

    .carrentals_moifiy {
        display: block;
    }

    .iatFnJ_byXdYb ul li img {
        width: 10px;
        margin: -3px 0px 0 0;
    }

    .iatFnJ_byXdYb ul li {
        font-size: 8px;
        padding: 0 2px;
    }

    .Almost_done {
        font-size: 12px;
    }

    .row_checks {
        display: block;
        padding: 0 0px 0 0px;
    }

    .Box_scn9h3nv ul {
        margin: 0 0 0px 0;
    }

    .CarItinerary_von {
        padding: 10px 10px;
        background: #ffffff;
        margin: 0 0px 0px;
        width: 100%;
    }

    .columncar_left h6 {
        font-size: 13px;
        margin: 0 0 5px 0;
    }

    .columncar_left h4 {
        font-size: 15px;
        margin: 0 0 5px 0;
    }

    .columncar_left h5 {
        font-size: 14px;
        margin: 0 0 5px 0;
    }

    .columncar_left p {
        font-size: 12px;
    }

    .Button__StyledButton {
        width: 80%;
        margin: 0 auto 20px;
    }

    .jXbUNg_dVjqBv {
        margin: 0 auto;
        width: 100%;
    }

    .upcomingtrip h1 {
        font-size: 20px;
    }

    .upcomingtrip p {
        text-align: center;
    }

    .upcomingtrip span {
        float: none;
        display: block;
    }

    .taxicon_1 {
        width: 55px;
        height: 55px;
        line-height: 55px;
        margin: 0 10px 0 0;
    }

        .taxicon_1 img {
            width: 32px;
        }

    .sc_ikkxIA h4 {
        font-size: 16px;
    }

    .sc_ikkxIA h6 {
        font-size: 11px;
        margin: 6px 0 0 0;
    }

    .sc_ikkxIA p {
        font-size: 12px;
        margin: 4px 0 0 0;
    }

    .sc_ikkxIA a {
        display: none;
    }

    .collision_set {
        min-height: 70px;
    }

    .lgiMRB_cabs .nav-item a {
        margin: 0 10px 0 10px;
    }

    .FilterCardStyles {
        display: block;
    }

        .FilterCardStyles ul {
            overflow-x: scroll;
            white-space: nowrap;
            -ms-overflow-style: none;
            scrollbar-width: none;
            display: flex;
        }

            .FilterCardStyles ul li {
                width: 33.2%;
            }

    .dgement_one {
        width: 48%;
        float: left;
        margin: 0 1% 0 1px;
    }

        .dgement_one h4 {
            font-size: 14px;
        }

    .acknowl_Departing h6 a {
        padding: 0 5px 0 5px;
    }

    .acknowl_Departing h6 {
        padding: 3px 5px 3px 15px;
        font-size: 16px;
    }

    .acknowl_dgement p span {
        display: block;
    }

    .dmst_slou {
        display: none;
    }

    .colums_ones {
        width: 70%;
    }

        .colums_ones h4 {
            font-size: 16px;
        }

    .colums_twos h3 {
        line-height: 18px;
    }

   /* .colums_twos p {
        display: none;
    }*/

    .column_footer1 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .column_footer2 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .season_content ul li {
        width: 100%;
    }

    .column_footer3 {
        width: 100%;
        padding: 0 15px;
    }

    .wysd_box {
        border: 1px solid #ccc;
        margin-bottom: 15px;
    }
}


@media (min-width:480px) and (max-width:767px) {
    .cookiessection {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }

    .daus_destinati {
        padding: 25px 0 25px 0 !important;
    }

    .city_htitle h1 {
        font-size: 20px;
        padding: 0px 0 0px 0;
    }

    .navbar {
        padding: 5px 10px 5px 10px;
    }

    .navbar-toggler {
        padding: 2px 5px;
    }

    .desktop_menu {
        display: none;
    }

    .navbar-light .navbar-brand img {
        width: 130px;
    }

    .callnow_mm {
        display: block;
    }

    .Main_text ul li {
        padding: 0px 20px 15px 20px;
    }

    .phone_destop {
        display: none;
    }

    ul.navbar-nav.mr-auto {
        margin: 0 auto 15px auto;
        float: none;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px 10px 15px;
    }

    .main_banner_area:before {
        background-color: #023245;
        display: block;
    }

    .heading_hh h3 {
        font-size: 22px;
    }

    .slider_heading {
        padding: 15px 0 0 0;
    }

        .slider_heading h1 {
             /*display: none;*/
            font-size: 20px;
            color: #fff;
            margin: 0 0 15px 0;
        }

        .slider_heading h4 {
            font-size: 18px;
            color: #fff;
        }

    .cheapflight145 {
        overflow: scroll;
        display: none;
    }

    .box_responsive {
        display: block;
        width: 950px;
    }

    .fts_bg {
        display: block;
    }

    .faq_hd h3 {
        font-size: 20px;
    }

    .faq_sec_tx h4 {
        font-size: 17px;
    }

    .faq_sec_tx p {
        font-size: 14px;
    }

    .my_links {
        margin-bottom: 15px;
    }

        .my_links ul {
            border-right: none !important;
        }

    .payment_icons {
        text-align: center;
        margin: 0 0 10px 0;
    }

    ul.socialLink {
        text-align: center;
    }

    .lowers_moblie {
        display: block;
    }

    .usecode1 {
        margin-left: 0;
        margin-top: 0px;
    }

    .cheapflight1 {
        border: none;
        box-shadow: none;
    }

    .adtip {
        float: left;
        margin: 0 5px 5px 0;
    }

    .Main_text {
        text-align: left;
    }

        .Main_text ul li {
            padding: 0px 20px 15px 0px;
        }

            .Main_text ul li i {
                text-align: center;
            }

    .airlinesCol {
        margin: 0 0 15px 0;
        text-align: center;
    }

    .hdfr_right {
        margin: 15px 0 0 0;
        border-left: none;
    }

        .hdfr_right h6 {
            width: 50%;
            float: left;
            margin: 10px 0 0 0;
            text-align: left;
        }

    .sitemaps_lists ul li {
        width: 100%;
    }

    .contact_cn ul li {
        width: 100%;
    }

    .row_contacts {
        display: block;
        margin: 30px 0 0 0;
    }

    .contes_sideim {
        height: 345px;
        margin-bottom: 20px;
    }

    .availabi_page {
        margin: -120px 0 0 0px;
    }

    .Discover_mbeY h1 {
        font-size: 20px;
    }

    .Discover_mbeY h2 {
        display: none;
    }

    .typesofdriv {
        display: block;
    }

    .question2 {
        margin: 5px 0 0 0px;
    }

    .sc_aXZVg_eytBJU {
        width: 100%;
        float: right;
        margin-top: 15px;
    }

    .fullage_driv {
        margin: 10px 0 0 -10px;
    }

    .partners_logos {
        text-align: center;
    }

        .partners_logos ul {
            display: block;
        }

            .partners_logos ul li {
                width: 90px;
                display: inline-block;
                margin: 0 10px 20px 10px;
            }

    .Usps_usp__kLWpK {
        margin-bottom: 10px;
    }

    .eXHfhQ {
        padding: 15px 0 15px 0;
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
        height: 100%;
    }

    .fs_unmask {
        display: block;
    }

    .pick_colum_drop {
        width: 100%;
        padding: 0 0px;
    }

    .pickup_colum {
        width: 100%;
        padding: 0 0px;
    }

    .cabs_dates {
        width: 50%;
        padding: 0px 0px;
        float: left;
    }

    .colum_drop_time {
        width: 50%;
        padding: 0 0px;
        float: left;
    }

    .colums_ser {
        width: 100%;
        padding: 0 0px;
        display: table;
    }

    .Filter__HeadingFlex {
        display: none;
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        left: 0;
        height: 100%;
        overflow: scroll;
        z-index: 2;
        padding: 15px;
    }

    .closed_crmod {
        display: block;
    }

    .carfilter_close {
        display: block;
    }

    .Box_scnOnly {
        display: none;
    }

    .ccpRiB_DwOrM img {
        width: 60%;
        margin: 0 auto;
        display: block;
    }

    .Box_scn9h3nv {
        width: 100%;
        text-align: center;
        background: #f9fafd;
        padding: 10px 10px 10px 10px;
    }

    .Box_sc_n9h3nv {
        padding: 0px 12px 0px 12px;
        text-align: center;
        position: relative;
        min-height: 125px;
    }

    .carrentals_moifiy {
        display: block;
    }

    .iatFnJ_byXdYb ul li img {
        width: 10px;
        margin: -3px 0px 0 0;
    }

    .iatFnJ_byXdYb ul li {
        font-size: 8px;
        padding: 0 2px;
    }

    .Almost_done {
        font-size: 12px;
    }

    .row_checks {
        display: block;
        padding: 0 0px 0 0px;
    }

    .Box_scn9h3nv ul {
        margin: 0 0 0px 0;
    }

    .CarItinerary_von {
        padding: 10px 10px;
        background: #ffffff;
        margin: 0 0px 0px;
        width: 100%;
    }

    .columncar_left h6 {
        font-size: 13px;
        margin: 0 0 5px 0;
    }

    .columncar_left h4 {
        font-size: 15px;
        margin: 0 0 5px 0;
    }

    .columncar_left h5 {
        font-size: 14px;
        margin: 0 0 5px 0;
    }

    .columncar_left p {
        font-size: 12px;
    }

    .Button__StyledButton {
        width: 80%;
        margin: 0 auto 20px;
    }

    .jXbUNg_dVjqBv {
        margin: 0 auto;
        width: 100%;
    }

    .upcomingtrip h1 {
        font-size: 20px;
    }

    .upcomingtrip p {
        text-align: center;
    }

    .upcomingtrip span {
        float: none;
        display: block;
    }

    .taxicon_1 {
        width: 55px;
        height: 55px;
        line-height: 55px;
        margin: 0 10px 0 0;
    }

        .taxicon_1 img {
            width: 32px;
        }

    .sc_ikkxIA h4 {
        font-size: 16px;
    }

    .sc_ikkxIA h6 {
        font-size: 11px;
        margin: 6px 0 0 0;
    }

    .sc_ikkxIA p {
        font-size: 12px;
        margin: 4px 0 0 0;
    }

    .sc_ikkxIA a {
        display: none;
    }

    .collision_set {
        min-height: 70px;
    }

    .lgiMRB_cabs .nav-item a {
        margin: 0 10px 0 10px;
    }

    .FilterCardStyles {
        display: block;
    }

        .FilterCardStyles ul {
            overflow-x: scroll;
            white-space: nowrap;
            -ms-overflow-style: none;
            scrollbar-width: none;
            display: flex;
        }

            .FilterCardStyles ul li {
                width: 33.2%;
            }

    .dgement_one {
        width: 48%;
        float: left;
        margin: 0 1% 0 1px;
    }

        .dgement_one h4 {
            font-size: 14px;
        }

    .acknowl_Departing h6 a {
        padding: 0 5px 0 5px;
    }

    .acknowl_Departing h6 {
        padding: 3px 5px 3px 15px;
        font-size: 16px;
    }

    .acknowl_dgement p span {
        display: block;
    }

    .dmst_slou {
        display: none;
    }

    .colums_ones {
        width: 70%;
    }

        .colums_ones h4 {
            font-size: 16px;
        }

    .colums_twos h3 {
        line-height: 18px;
    }

   /* .colums_twos p {
        display: none;
    }*/

    .column_footer1 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .column_footer2 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .season_content ul li {
        width: 100%;
    }

    .column_footer3 {
        width: 100%;
        padding: 0 15px;
    }

    .wysd_box {
        border: 1px solid #ccc;
        margin-bottom: 15px;
    }
}


@media (min-width:768px) and (max-width:1023px) {
    .cookiessection {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }

    .dmst_slou {
        display: none;
    }

    .navbar {
        padding: 5px 10px 5px 10px;
    }

    .navbar-toggler {
        padding: 2px 5px;
    }

    .desktop_menu {
        display: none;
    }

    .navbar-light .navbar-brand img {
        width: 165px;
    }

    .callnow_mm {
        display: block;
    }

    .Main_text ul li {
        padding: 0px 12px 15px 12px;
    }

    .phone_destop {
        display: none;
    }

    ul.navbar-nav.mr-auto {
        margin: 0 auto 15px auto;
        float: none;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px 10px 15px;
    }

    .main_banner_area:before {
        background-color: #023245;
        display: block;
    }

    .heading_hh h3 {
        font-size: 22px;
    }

    .slider_heading {
        padding: 15px 0 0 0;
    }

        .slider_heading h1 {
            /*  display: none;*/
            font-size: 20px;
            color: #fff;
            margin: 0 0 15px 0;
        }

        .slider_heading h4 {
            font-size: 18px;
            color: #fff;
        }

    .cheapflight145 {
        overflow: scroll;
        display: none;
    }

    .box_responsive {
        display: block;
        width: 950px;
    }

    .footer_mains .fts_bg {
        display: block;
    }

        .footer_mains .fts_bg .col-md-3.col-12 {
            width: 49%;
            float: left;
            max-width: 49%;
        }

    .faq_hd h3 {
        font-size: 20px;
    }

    .faq_sec_tx h4 {
        font-size: 17px;
    }

    .faq_sec_tx p {
        font-size: 14px;
    }

    .my_links {
        margin-bottom: 15px;
    }

        .my_links ul {
            border-right: none !important;
        }

    .payment_icons {
        text-align: center;
        margin: 0 0 10px 0;
    }

    ul.socialLink {
        text-align: center;
    }

    .lowers_moblie {
        display: block;
    }

    .usecode1 {
        margin-left: 0;
        margin-top: 0px;
    }

    .Main_text ul li {
        font-size: 14px;
    }

        .Main_text ul li i {
            font-size: 12px;
            width: 20px;
            height: 20px;
        }

    .flights_roughts .col-md-4.col-6 {
        -ms-flex: 0 0 50.333333%;
        flex: 0 0 49.333333%;
        max-width: 49.333333%;
    }

    .cheapflight1 {
        border: none;
        box-shadow: none;
    }

    .arlndtlbx {
        width: 48%;
        display: inline-block;
        margin: 20px 6px 20px 6px;
    }

    .effect_img img {
        height: 212px;
    }

    .sitemaps_lists ul li {
        width: 50%;
    }

    .eXHfhQ {
        padding: 15px 0 15px 0;
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
        height: 100%;
    }

    .fs_unmask {
        display: block;
    }

    .pick_colum_drop {
        width: 100%;
        padding: 0 0px;
    }

    .pickup_colum {
        width: 100%;
        padding: 0 0px;
    }

    .cabs_dates {
        width: 50%;
        padding: 0px 0px;
        float: left;
    }

    .colum_drop_time {
        width: 50%;
        padding: 0 0px;
        float: left;
    }

    .colums_ser {
        width: 100%;
        padding: 0 0px;
        display: table;
    }

    .Filter__HeadingFlex {
        display: none;
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        left: 0;
        height: 100%;
        overflow: scroll;
        z-index: 2;
        padding: 15px;
    }

    .closed_crmod {
        display: block;
    }

    .carfilter_close {
        display: block;
    }

    .Box_sc_n9h3nv {
        padding: 0px 12px 0px 12px;
        text-align: center;
        position: relative;
        min-height: 125px;
    }

    .carrentals_moifiy {
        display: block;
    }

    .banner_wals {
        margin-bottom: 20px;
    }

    .dmst_slou {
        display: none;
    }

    .colums_ones {
        width: 70%;
    }

        .colums_ones h4 {
            font-size: 16px;
        }

    .colums_twos h3 {
        line-height: 18px;
    }

   /* .colums_twos p {
        display: none;
    }*/

    .column_footer1 {
        width: 30%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .footer_menu_tab .nav-link {
        font-size: 12px;
    }

    .season_content h5 {
        font-size: 12px;
        padding: 0 0 19px 0;
    }

    .column_footer2 {
        width: 70%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .season_content ul li {
        width: 50%;
    }

    .column_footer3 {
        width: 100%;
        padding: 0 15px;
    }

    .wysd_box {
        border: 1px solid #ccc;
        margin-bottom: 15px;
    }
}

@media (min-width:1024px) and (max-width:1366px) {

    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
		padding: 0 8px 0 8px;
    }
	.select_country_nm{ margin: 0 0 0 10px;}
	.navbar-light .navbar-brand img {
    width: 155px;
}
.section-call a{ font-size: 20px; line-height: 24px;}
.toll-free-cont:before{ top: -1px; width: 212px;}
.noreferrer_right h4{ font-size: 15px; margin: 10px 0 10px 0;}
.noreferrer_right p{ font-size: 12px;}
ul.socialLink li{ width: 30px; height: 30px;}
.retur_arrow{ display:none;}

    .phone_no_new p {
        font-size: 12px;
    }

    .phone_no_new a {
        font-size: 22px;
    }

    .slider_heading h1 {
        font-size: 28px;
    }

    .cheapest1 {
        width: 22%;
    }

    .fastest1 {
        width: 9%;
    }

    .fastest3 {
        width: 25%;
    }

    .fastest11 {
        width: 9%;
        font: normal normal normal 13px / 20px Poppins;
    }

    .fastest22 {
        width: 20%;
        font: normal normal normal 13px / 20px Poppins;
    }

    .cheapest11 {
        width: 22%;
        font: normal normal normal 13px / 20px Poppins;
    }

    .fastest33 {
        width: 25%;
        font: normal normal normal 13px / 20px Poppins;
    }

    .fastest44 {
        font: normal normal normal 13px / 20px Poppins;
    }

    .my_links ul li a {
        font-size: 12px;
    }

    .sitemaps_lists ul li {
        width: 33%;
    }

    .container-fluid {
        width: 100%;
    }
}

@media(max-width:450px){

    .pagesnot_found img {
        width: 100%;
    }
}