﻿.row.flex.flex-wrap.reverse {
    display: flex;
    flex-wrap: wrap;
}

.row.flight-reservation-info {
    display: flex;
    flex-wrap: wrap;
}

.col-flight-info-box {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .col-flight-info-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.newbox-container .newheading-title.no-topborder {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-content .Covid-section .modal-footer {
    padding-left: 0;
    padding-right: 0;
}

.newbox-container.booking-help {
    padding: 0;
    margin-bottom: 15px;
}

.booking-help .check-status {
    display: flex;
}

    .booking-help .check-status .status-text {
        padding-right: 0px;
    }

@media (min-width: 1200px) {
    .booking-help .check-status .status-text {
        padding-right: 40px;
    }
}

.booking-help .check-status .status-text p {
    font-size: 1.250em;
    font-family: 'lato';
    font-weight: normal;
    padding: 0;
}

.booking-help .check-status .image-right img {
    padding-top: 5px;
}

.booking-help .btn-status {
    width: 100%;
    height: 39px;
    letter-spacing: 0.62px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold !important;
    font-family: 'lato';
    line-height: 40px;
    text-align: center;
    border-radius: 0;
}

@media (min-width: 1200px) {
    .booking-help .btn-status {
        width: 50%;
    }
}

.bottom-divflex {
    margin-top: auto;
}

.customer-wrapper {
    padding-top: 0;
    background: #f5f5f5;
}

    .customer-wrapper .downloadapp-section {
        margin-top: 0;
    }

#main.faqs {
    margin-bottom: 0;
}

.s-title {
    font-size: 16px;
    font-weight: bold;
}

.list-group .list-group-item {
    border-radius: 10px;
    border: 1px solid #01b7f2;
    margin-bottom: 5px;
}

    .list-group .list-group-item:hover {
        background: #E8F9FE;
    }

    .list-group .list-group-item .list-group-item-heading {
        font-weight: bold;
        font-size: 1.375em;
        color: #01b7f2;
    }

    .list-group .list-group-item .list-group-item-text {
        color: #4B6D93;
        font-weight: bold;
        font-size: 1em;
    }

.customer-support .travelup-box .butn {
    font-size: 1em;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
}

#main.support-page {
    margin-bottom: 0;
}

.modal-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .modal-content .modal-header {
        background: #FFFFFF;
        border-bottom: 0.5px solid #DBF6FF;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        color: #4B6D93;
        position: relative;
        padding: 10px 45px 10px 20px;
    }

        .modal-content .modal-header .soapbox_close_btn {
            position: absolute;
            top: 0;
            right: 0;
            padding-right: 10px;
            text-decoration: none;
            font-size: 26px;
            width: 30px;
            height: 100%;
            text-align: center;
            line-height: 30px;
            z-index: 99999;
            display: flex;
            justify-content: center;
            cursor: pointer;
            align-items: center;
        }

            .modal-content .modal-header .soapbox_close_btn:before {
                font-size: 14px;
                content: "\f00d";
                font-family: "fontAwesome";
                color: #01b7f2;
            }

        .modal-content .modal-header .modal-title, .modal-content .modal-header .Form-2 {
            color: #4B6D93;
            color: #4B6D93;
        }

        .modal-content .modal-header .modal-title {
            display: block;
            float: left;
            width: auto;
        }

    .modal-content .modal-body p {
        color: #4B6D93;
        font-size: 1.1875em;
    }

        .modal-content .modal-body p span.description {
            letter-spacing: 0.48px;
            color: #4B6D93;
            font-size: 1em;
            font-family: "lato", san-serif;
            font-weight: 400;
        }

@media (min-width: 992px) {
    .modal-content .modal-body p span.description {
        font-size: 1em;
        letter-spacing: 0.48px;
        position: relative;
        top: -16px;
    }
}

.modal-content .modal-body label {
    display: inline-block;
    font-family: "lato", san-serif;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.56px;
    color: #4B6D93;
    font-size: 1.1875em;
}

.modal-content .modal-body input.input-text, .modal-content .modal-body textarea, .modal-content .modal-body span.custom-select {
    padding-left: 15px;
    padding-right: 15px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #01b7f2;
    border-radius: 10px;
    opacity: 1;
    height: 45px;
}

.modal-content .modal-footer {
    border-top: none;
    padding: 19px 20px 19px;
    position: relative;
}

    .modal-content .modal-footer .button {
        font-family: "lato-black", "lato", san-serif;
        line-height: 37px;
        letter-spacing: 0.9px;
        background: #d9d9d9;
        min-width: 100px;
        text-transform: uppercase;
        margin-right: 10px;
        border-radius: 7px;
        height: 37px;
    }

        .modal-content .modal-footer .button.cancel {
            color: #4B6D93;
            opacity: 0.34;
        }

        .modal-content .modal-footer .button.submit {
            background: #A7E04F;
            color: #FFF;
            margin-right: 0;
        }

@media (min-width: 1400px) {
    .modal-content .modal-footer .button.submit {
        min-width: 165px;
    }
}

.modal-content .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #4B6D93;
    font-size: 1.1875em;
    letter-spacing: 0.66px;
    font-family: 'Lato';
    font-weight: 400;
}

.mandatory-icon:before {
    display: inline-block;
    font: 400;
    content: "*";
    font-size: 14px;
    color: #f97134;
    vertical-align: middle;
    margin-right: 2px;
}

.emergency-form {
    background: #FFFFFF;
    border: 1px solid #01b7f2;
    border-radius: 10px;
    opacity: 1;
}

select#ddlProduct {
    background: #FFFFFF;
    border: 1px solid #01b7f2;
    border-radius: 10px;
    opacity: 1;
    color: #9E9E9E;
}

select#product {
    background: #FFFFFF;
    border: 1px solid #01b7f2;
    opacity: 1;
}

.selectornew {
    display: block;
    position: relative;
    height: 34px;
}

    .selectornew:after {
        position: absolute;
        right: 10px;
        top: 5px;
        content: '';
        background: #FFF;
        width: 25px;
        height: 100%;
        z-index: 3;
    }

.datepicker-wrap:after {
    background: #FFFFFF;
    border-left: none;
    border-right: none;
    margin-right: 6px;
    display: block;
    font-family: "soap-icons";
    content: "\e86a";
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 6px;
    color: #01b7f2;
    bottom: 0;
    width: 30px;
    height: 80%;
    text-align: center;
    line-height: 34px;
}

.fa-chevron-down:before {
    content: "\f078";
    color: #01b7f2;
}

i.fa.fa-chevron-down {
    position: relative;
    top: 39px;
    float: right;
    left: -14px;
}

select + i.fa {
    float: right;
    margin-top: -24px;
    margin-right: 5px;
    pointer-events: none;
    background-color: #FFF;
    padding-right: 5px;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    font-size: 1em;
    line-height: 1em;
    height: auto;
    user-select: none;
    position: relative;
    letter-spacing: 0.84px;
}

.selectric .selectric .button:before {
    content: "";
    top: 0;
    width: 9px;
    height: 5px;
}

.selectric .selectric-items li {
    border-bottom: none;
}

input::placeholder {
    color: #9e9e9e;
}

.mandatory-icon:before {
    display: inline-block;
    font: 400;
    content: "*";
    font-size: 14px;
    color: #f97134;
    vertical-align: middle;
    margin-right: 0 !important;
    margin-left: 2px;
}

a.button.btn-large, a.button.btn-medium, a.button.btn-small, a.button.full-width {
    font-weight: bold;
    background: #d9d9d9;
    color: #FFF;
    border-radius: 7px;
    height: 37px;
    font-family: "lato-black", "lato", san-serif;
    line-height: 37px;
    letter-spacing: 0.9px;
    opacity: 1;
    min-width: 100px;
    position: relative;
}

@media (min-width: 1400px) {
    a.button.btn-large, a.button.btn-medium, a.button.btn-small, a.button.full-width {
        min-width: 165px;
    }
}

a.button:hover {
    background: #d9d9d9;
}

textarea {
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

blockquote.alert-style4 {
    border: 1px solid rgba(241, 129, 62, 0.5);
    background: #FFF;
    border-radius: 10px;
    quotes: none;
    position: relative;
    padding: 15px 15px 15px 50px;
    text-indent: 0;
}

    blockquote.alert-style4:before {
        display: none;
    }

    blockquote.alert-style4 i {
        position: absolute;
        left: 10px;
    }

@media (min-width: 1200px) {
    blockquote.alert-style4 {
        padding: 30px 20px;
        color: #fff;
        background-color: #F1813E;
    }

        blockquote.alert-style4 i {
            display: none;
        }
}

blockquote.alert-style4 span.triangle {
    font-size: 22.5px;
    display: block;
}

@media (min-width: 1400px) {
    blockquote.alert-style4 span.triangle {
        display: none;
    }
}

blockquote.alert-style4 .quote-text {
    position: relative;
    min-height: 64px;
    display: flex;
    align-items: center;
}

    blockquote.alert-style4 .quote-text p {
        text-align: left;
        letter-spacing: 0.6px;
        opacity: 1;
        font-weight: 400;
        color: #F1813E;
        font-size: 15px;
        font-style: italic;
    }

@media (min-width: 1200px) {
    blockquote.alert-style4 .quote-text p {
        color: #fff;
        position: relative;
        letter-spacing: 0.64px;
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .alert-style4:after {
        content: '';
        display: block;
        height: 55px;
        width: 55px;
        background-color: inherit;
        border: inherit;
        position: absolute;
        bottom: -31px;
        left: calc(62% - 10px);
        clip-path: polygon(40% 0, 0 98%, 88% 84%);
        transform: rotate(-53deg);
        border-radius: 0 0 0 13px;
    }
}

.fa-warning:before, .fa-exclamation-triangle:before {
    position: absolute;
    font-size: 1.5555em;
    color: #F1813E;
}

.right-img-bg {
    float: right !important;
}

@media (min-width: 1200px) {
    .right-img-bg {
        left: 71%;
        position: relative;
    }
}

@media (min-width: 1400px) {
    .right-img-bg {
        left: 38%;
        position: relative;
    }
    .right-img-bg-girl {
        left: 52.5%
    }
}
.imagegirl-index{
    position: relative;
}
