/* You can add global styles to this file, and also import other style files */
body {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    color: #222;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.r_modalWeb .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
    margin: 0rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

    .multicityTabs {
        border-bottom: none;
    }

        .multicityTabs .nav-item .nav-link {
            border-radius: 8px;
            border: 2px solid #d3d3d3 !important;
            padding: 5px 13px;
            background: #fff;
            color: #222;
        }

        .multicityTabs .nav-item {
            padding: 0px;
        }

            .multicityTabs .nav-item.active .nav-link {
                color: #ff234f;
                border: 2px solid #ff234f !important;
                background-color: #fff3f3;
                border-radius: 8px;
            }

/*overriding old style existing css*/
p {
    color: #222222;
    font-size: 14px;
}

@media (min-width: 1900px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-60 {
        width: 60%;
    }

    .border-lg-0 {
        border: none !important;
    }
}

.icon {
    display: inline-block;
    stroke-width: 0;
    stroke: #222;
    fill: #222;
}

.cursor-pointer,
[data-toggle="collapse"] {
    cursor: pointer;
}

.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.imgFlip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.overflow_x_auto {
    overflow-x: auto;
}

.overflow_y_hidden {
    overflow-y: hidden;
}

.t-0 {
    top: 0;
}

.b-0 {
    bottom: 0;
}

.l-0 {
    left: 0;
}

.r-0 {
    right: 0;
}

.fs_9 {
    font-size: 9px;
}

.fs_11 {
    font-size: 11px !important;
}

.fs_10 {
    font-size: 10px !important;
}

.fs_12 {
    font-size: 12px !important;
}

.fs_13 {
    font-size: 13px !important;
}

.fs_14,
.fs_default {
    font-size: 14px;
}

.fs_16 {
    font-size: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px !important;
}

.fs_24 {
    font-size: 24px;
}

.fs_26 {
    font-size: 26px;
}

.fs_30 {
    font-size: 30px;
}

.fw_300 {
    font-weight: 300;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.color_muted {
    color: #a1a9c3 !important;
}

.color_mutedDark {
    color: #706e70 !important;
}

.color_default {
    color: #222;
}

.color_white {
    color: #fff;
}

.color_themeRed {
    color: #ff234f !important;
}

.color_green {
    color: #2aac37;
}

.color_lytgreen {
    color: #00aa6e;
}

.color_darkgreen {
    color: #14884c;
}

.color_a_blue {
    color: #4898f6;
}

.color_gray {
    color: #767676;
}

.color_mustard {
    color: #ffb23d;
}

.clr_black {
    color: #333033;
}


.bg_white {
    background: #fff !important;
}

.bg_black {
    background: #000;
}

.bg_themeRed {
    background: #ff234f;
}

.bg_themeGreen {
    background: #00ca9d;
}

.bg_darkGreen {
    background: #14884c;
}

.bg_gray {
    background: #767676;
}

.bg_liteGray {
    background: #f3f5f8;
}

.bg_lightpink {
    background: #fff3f3;
}

.bg_lightgreen {
    background: #d0e7db;
}

.bg_mustard {
    background: #ffb23d;
}

.bg_lightpink_white_gradient {
    background: linear-gradient(to bottom, #fff3f5, #fff 100%);
}

.bg_white_lightpink_gradient {
    background: linear-gradient(to bottom, #fff, #fff3f5 100%);
}

.bg_lightpink_transparent_toRight {
    background: linear-gradient(to right, #fff3f5, #000 100%);
}

.fill_themeRed {
    fill: #ff234f;
}

.fill_white {
    fill: #fff;
}

.fill_gray {
    fill: #767676;
}

.fill_liteGray {
    fill: #a1a9c3;
}

.fill_mutedDark {
    fill: #706e70;
}

.fill_inactiveGray {
    fill: #d9d9d9;
}

.fill_starYellow {
    fill: #f4d432;
}

.fill_green {
    fill: #14884c;
}

.fill_fb {
    fill: #425893;
}

.fill_twitter {
    fill: #69a2d7;
}

.stroke_white {
    stroke: #fff;
}

.stroke_liteGray {
    stroke: #a1a9c3;
}

.stroke_Wid2px {
    stroke-width: 2px !important;
}

.chev_downToUp {
    transform: rotate(180deg);
}

.chev_downToLeft {
    transform: rotate(90deg);
}

.chev_downToRight {
    transform: rotate(270deg);
}

.text-breakAll {
    word-break: break-all;
}

.br_6 {
    border-radius: 6px !important;
}

.br_7 {
    border-radius: 7px;
}

.br_8 {
    border-radius: 8px;
}

.br_10 {
    border-radius: 10px !important;
}

.border_w2px {
    border-width: 2px !important;
}

.border_trans {
    border: 1px solid transparent;
}

.border_2px_default {
    border: 2px solid #222 !important;
}

.border_left_4px_themeRed {
    border-left: 4px solid #ff234f;
}

.border_color_d5 {
    border-color: #d5d5d5;
}

.border_color_red {
    border-color: #e5011c;
}

.border_color_yellow {
    border-color: #fc0;
}

.border_color_green {
    border-color: #090;
}

.border_pink {
    border: 1px solid #fbb;
}

.shadow-0 {
    box-shadow: none !important;
}

.line_clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn_black {
    background-color: #000;
    color: #fff;
}

    .btn_black:hover, .btn_black:focus {
        background-color: #000;
        color: #fff;
    }

.btn_white {
    background-color: #fff;
}

    .btn_white:hover, .btn_white:focus {
        background-color: #fff;
    }

.btn_White_blackBorder {
    background-color: #fff;
    color: #222;
    border: 1.5px solid #222;
}

    .btn_White_blackBorder:hover, .btn_White_blackBorder:focus {
        background-color: #fff;
        color: #222;
    }

.btn_r_default {
    background-color: #ff234f;
    color: #fff;
}

    .btn_r_default:hover, .btn_r_default:focus {
        background-color: #ff234f;
        color: #fff;
    }

.btn_r_liteRed_redBorder {
    background: #ffeef1;
    color: #ff234f;
    border: 1.3px solid #ff234f;
}

    .btn_r_liteRed_redBorder:hover,
    .btn_r_liteRed_redBorder:focus {
        background: #ffeef1;
        color: #ff234f;
    }

.btn_white_shadow {
    background: #fff;
    box-shadow: 0 1px 4px 0 #000;
}

    .btn_white_shadow:hover,
    .btn_white_shadow:focus {
        background: #fff;
        box-shadow: 0 1px 4px 0 #000 !important;
    }

.btn_green {
    background-color: #00aa6e;
    color: #fff;
}

    .btn_green:hover, .btn_green:focus {
        background-color: #00aa6e;
        color: #fff;
    }

.btn_a_blue {
    background-color: #4898f6;
    color: #fff;
}

    .btn_a_blue:hover, .btn_a_blue:focus {
        background-color: #4898f6;
        color: #fff;
    }

.btn_yellowGradient {
    color: #0037e5;
    background: linear-gradient(to right, #ffc256, #f9ff00);
}

button:focus,
.btn:focus {
    box-shadow: none;
}

button span,
.btn span {
    pointer-events: none;
}

a:hover {
    color: inherit;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-max-content {
    width: max-content;
}

.w_40px {
    width: 40px;
}

.h_26px {
    height: 26px !important;
}

.h_36px {
    height: 36px !important;
}

.h_40px {
    height: 40px !important;
}

.h_48px {
    height: 48px;
}

.lh_40px {
    line-height: 40px;
}

.my_80px {
    margin-top: 80px;
    margin-bottom: 80px;
}

.object-cover {
    object-fit: cover;
}

.vericaltext {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.lineClamp1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.lineClamp2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.center_align {
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text_underline {
    text-decoration: underline;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select_cus_arrow {
    position: relative;
}

    .select_cus_arrow .border-right-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .select_cus_arrow .icon {
        right: 0;
        top: calc(50% - 2.5px);
        pointer-events: none;
    }

.flexItemEqualWidth {
    flex: 1 1 0;
}

.flexItems4 {
    flex: 0 0 24%;
}

.r_navItem .dropdown-toggle::after {
    display: none;
}

.r_forms ::placeholder,
.r_forms_white ::placeholder {
    color: #a1a9c3;
    font-weight: 500;
    opacity: 1;
}

.r_forms :-ms-input-placeholder,
.r_forms_white :-ms-input-placeholder {
    color: #a1a9c3;
    font-weight: 500;
}

.r_forms ::-ms-input-placeholder,
.r_forms_white ::-ms-input-placeholder {
    color: #a1a9c3;
    font-weight: 500;
}

.r_forms .form-control,
.r_forms_white .form-control,
.r_forms .input-group-text,
.r_forms_white .input-group-text {
    height: 48px;
    background: #f3f5f8;
    border: none;
    padding: 8px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
}

    .r_forms .form-control:focus,
    .r_forms_white .form-control:focus {
        box-shadow: none;
    }

.r_forms .input-group,
.r_forms_white .input-group {
    width: auto;
    align-items: center;
    background: #f3f5f8;
    border-radius: 10px;
}

.r_forms .input-group-prepend,
.r_forms_white .input-group-prepend {
    margin: 0;
}

.r_forms .input-group-text,
.r_forms_white .input-group-text {
    padding-right: 0;
}

.r_forms_white .form-control {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 6px;
}

.r_radio input[type=radio] {
    display: none;
}

.r_radio label {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.r_radio input[type=radio] + label:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    outline: 2px solid #d5d5d5;
    border-radius: 50px;
    margin-right: 10px;
}

.r_radio input[type=radio]:checked + label:before {
    content: "";
    background: #ff234f;
    border: 4px solid #fff;
    outline: 2px solid #ff234f;
}

.r_radio.radioAtEnd input[type=radio] + label:before {
    position: absolute;
    right: 10px;
}

.r_radio.selectedLabelInTheme input[type=radio]:checked + label {
    font-weight: 600;
    color: #ff234f;
}

.r_checkbox {
    position: relative;
}

    .r_checkbox input[type=checkbox] {
        display: none;
    }

        .r_checkbox input[type=checkbox] + label::before {
            content: "";
            visibility: visible;
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            left: 0;
            border-radius: 4px;
            border: 2px solid #a1a9c3;
        }

        .r_checkbox input[type=checkbox]:checked + label::before {
            content: url(https://images.rehlat.com/Content/MetaB2C/tick.svg);
            visibility: visible;
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 4px;
            background-color: #ff234f;
            text-align: center;
            border: none;
            line-height: 20px;
        }

    .r_checkbox.checkboxAtEnd input[type=checkbox] + label::before {
        right: 10px;
    }

.r_dropdown .dropdown-toggle {
    font-size: 14px;
    font-weight: 500;
}

    .r_dropdown .dropdown-toggle::after {
        display: none;
    }

.r_dropdown .dropdown-item {
    font-size: 13px;
}

.cdk-overlay-pane {
    width: unset !important;
}

.r_autoCompleteSearchWidget {
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
    background-color: #fff;
    width: 300px !important;
    margin-left: -20px;
}

    .r_autoCompleteSearchWidget .mat-option {
        height: unset;
        padding: 0;
        line-height: unset;
    }

    .r_autoCompleteSearchWidget .autoCompleteItem:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .r_autoCompleteSearchWidget .autoCompleteItem:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .r_autoCompleteSearchWidget .autoCompleteItem.active,
    .r_autoCompleteSearchWidget .autoCompleteItem:hover {
        background-color: #f3f5f8;
    }

.mat-option,
.mat-select {
    font-family: "Poppins", sans-serif;
}

.dropItemRedNTick {
    display: flex;
    align-items: center;
}

    .dropItemRedNTick.active,
    .dropItemRedNTick:hover {
        color: #ff234f;
        background: transparent;
    }

        .dropItemRedNTick.active .icon,
        .dropItemRedNTick:hover .icon {
            fill: #ff234f;
        }

.dividerLineAfter {
    border-right: 1px solid #a1a9c3;
    height: 60%;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.r_cus_dropdown {
    position: absolute;
    min-width: 275px;
    top: 50px;
    left: 0;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 9999;
}

.r_counter {
    display: flex;
    align-items: center;
    margin-left: auto;
}

    .r_counter .sub,
    .r_counter .add {
        width: 26px;
        height: 26px;
        border: 1px solid #222;
        border-radius: 50%;
        font-size: 20px;
        text-align: center;
        line-height: 24px;
        cursor: pointer;
    }

    .r_counter .count {
        width: 40px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }

.loadingAnimation {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.pngSprite {
    display: inline-block;
    background-image: url(./assets/images/pngSprite.webp);
    background-repeat: no-repeat;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 1;
    background: #fff url(images/down-arrow.svg) no-repeat center !important;
    background-size: 11px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 1px 8px 0 #000;
}

.owl-carousel .owl-nav .owl-next {
    transform: rotate(270deg);
    right: -15px;
}

.owl-carousel .owl-nav .owl-prev {
    transform: rotate(90deg);
    left: -15px;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dot-sm {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.circleCross {
    width: 34px;
    height: 34px;
    background: #ebeef3;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}

    .circleCross .icon {
        fill: #434443;
    }

.collapseWithArrow[data-toggle="collapse"]::after {
    content: "";
    background: url(https://images.rehlat.com/Content/images/NewTicketingImages/down-arrow.svg);
    width: 11px;
    height: 6px;
    background-size: 100%;
    margin-left: 10px;
}

.collapseWithArrow[aria-expanded="true"][data-toggle="collapse"]::after {
    transform: rotate(180deg);
}

.r_modalOpenAtRight {
    height: 100%;
}

    .r_modalOpenAtRight .modal-dialog {
        margin: 0 0 0 auto;
        animation: animateright 0.4s;
    }

.otp_form input {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #bababa;
    font-size: 25px;
}

.r_modal500 .modal-dialog-centered {
    width: 500px;
}

.alert_success_box {
    border: 1px solid #00aa6e;
    background-color: #b2e5d373;
}

.alert_danger_box {
    border: 1px solid #ff234f;
    background-color: #ed707073;
}

@media screen and (max-width: 768px) {
    .mwebBspace {
        margin-bottom: 120px;
    }

    .otp_form input {
        width: 50px;
        height: 50px;
    }

    .r_modal500 .modal-dialog-centered {
        width: 100% !important;
    }
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .srpPage .srp_xs_dnone {
        display: none;
    }

    .mytripsPage .srp_xs_dnone {
        display: none;
    }

    .text_xs_center {
        text-align: center;
    }

    .pb_xs_70px {
        padding-bottom: 70px;
    }

    .mw_xs_65px {
        max-width: 65px;
    }

    .my_xs_50px {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .fs_xs_10 {
        font-size: 10px;
    }

    .fs_xs_11 {
        font-size: 11px;
    }

    .fs_xs_12 {
        font-size: 12px;
    }

    .fs_xs_14 {
        font-size: 14px;
    }

    .fs_xs_16 {
        font-size: 16px;
    }

    .fs_xs_18 {
        font-size: 18px;
    }

    .fs_xs_24 {
        font-size: 24px;
    }

    .w_xs_100 {
        width: 100% !important;
    }

    .w_xs_50 {
        width: 50% !important;
    }

    .w_xs_20 {
        width: 20% !important;
    }

    .w_xs_auto {
        width: auto;
    }

    .h_xs_auto {
        height: auto !important;
    }

    .h_xs_140px {
        height: 140px !important;
    }

    .bg_xs_white {
        background: #fff !important;
    }

    .xs_fullFlex {
        flex: 0 0 100% !important;
    }

    .border_xs_0 {
        border: none !important;
    }

    .br_left_xs_0 {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .roundedLeft_mweb {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
    }

    .r_modalFullScreenMweb .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

        .r_modalFullScreenMweb .modal-dialog .modal-content {
            height: 100%;
            border-radius: 0;
        }

    .r_modalFromBottomMweb .modal-dialog {
        position: fixed;
        width: 100% !important;
        margin: 0;
        bottom: 0;
        -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
        justify-content: end;
    }

        .r_modalFromBottomMweb .modal-dialog .modal-content {
            max-height: 80vh !important;
            position: relative;
            animation: animatebottom 0.4s;
            border: none;
            border-radius: 0 !important;
            overflow: unset;
        }

        .r_modalFromBottomMweb .modal-dialog .r_modalClose {
            position: absolute;
            top: -46px;
            margin: 15px;
            cursor: pointer;
        }

    .r_modalFromTopMweb .modal-dialog {
        position: fixed;
        width: 100%;
        margin: 0;
        top: 0;
        -webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out, top 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out, top 0.3s ease-out;
        transition: opacity 0.3s ease-out, top 0.3s ease-out;
    }

        .r_modalFromTopMweb .modal-dialog .modal-content {
            max-height: 80vh !important;
            position: relative;
            border: none;
            border-radius: 0 !important;
            overflow: unset;
        }

        .r_modalFromTopMweb .modal-dialog .r_modalClose {
            position: absolute;
            top: -46px;
            margin: 15px;
            cursor: pointer;
        }

    .r_forms {
        padding: 15px;
        border-radius: 14px;
        background-color: #fff;
    }

        .r_forms .input-group {
            margin-bottom: 10px;
        }

    /* .owl-carousel .owl-stage-outer {
		margin-right: -15px;
	} */

    /* .owl-carousel .owl-stage {
		padding-left: 0 !important;
	} */

    .owl-carousel .owl-dots {
        text-align: center;
        margin-top: 10px;
    }

        .owl-carousel .owl-dots .owl-dot {
            display: inline-block;
        }

            .owl-carousel .owl-dots .owl-dot span {
                width: 10px;
                height: 2px;
                background: #d6d6d6;
                display: block;
                -webkit-backface-visibility: visible;
                backface-visibility: visible;
                transition: opacity 0.2s ease;
            }

            .owl-carousel .owl-dots .owl-dot.active span,
            .owl-carousel .owl-dots .owl-dot:hover span {
                background: #000;
                width: 20px;
                height: 3px;
                margin: 0;
                border-radius: 2px;
            }
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-bottom-10 {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.rounded-bottom-8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.rounded-top-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.dropdown-item {
    padding: 0.5rem 1.5rem;
}

/*Added The components css series */
.r_widget_tabs_ul {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: max-content;
    background-color: white;
    z-index: 10;
}

    .r_widget_tabs_ul .nav-item {
        background-color: white;
    }

    .r_widget_tabs_ul .nav-link {
        font-weight: 500;
        color: #222;
        border-bottom: 4px solid transparent !important;
    }

        .r_widget_tabs_ul .nav-link.active {
            border-bottom: 4px solid #ff234f !important;
            color: #ff234f;
        }

            .r_widget_tabs_ul .nav-link.active .icon {
                fill: #ff234f;
            }

.btn_r_blueBorder {
    background: #fff;
    color: #4898f6;
    border: 1.3px solid #4898f6;
}

    .btn_r_blueBorder:hover, .btn_r_blueBorder:focus {
        background: #fff;
        color: #4898f6;
    }

.bg_blue {
    background-color: #003d63;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    opacity: 0.8;
}

.strikered:before {
    color: #ff1d1d;
}

.mytrips_tabs_content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .mytrips_tabs_content .tab-pane:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: -2px -2px -0px -2px;
        border-radius: 13px;
        background: linear-gradient(to top, #ffffff, #00aa6e);
        height: 135px;
    }

.mytripsPage .srp_d_none {
    display: none !important;
}

.mytripsPage .srp_d_block {
    display: block !important;
}

.mytripsPage .srpheader_sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.mytripsPage .tripsheader_sticky {
    position: sticky;
    top: 70px;
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    .tripsheader_sticky {
        top: 0px !important;
    }
}

/*Added for Postbooking series */
.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

.r_card {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

#PartnerOffer_carousel .owl-stage {
    left: -40px !important;
}

#PartnerOffer_carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background-color: #d1d1d1;
    border-radius: 20%;
    height: 3px;
    width: 20px;
    margin: 1px;
}

    #PartnerOffer_carousel .owl-dots .owl-dot.active {
        background-color: #eb3f57;
    }

    #PartnerOffer_carousel .owl-dots .owl-dot span {
        visibility: hidden;
    }

#PartnerOffer_carousel .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}

.float_button {
    position: fixed;
    bottom: 40px;
    right: 15px;
    background-color: #ff234f;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

    .float_button:hover {
        background-color: #ff234f;
        color: #ffffff;
        text-decoration: none;
    }

.postpay_sticky {
    position: sticky;
    top: 0%;
    height: 100vh;
}

.checkmark-circle {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    .checkmark-circle .background {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #00aa6e;
        position: absolute;
    }

    .checkmark-circle .checkmark.draw:after {
        -webkit-transform: scaleX(-1) rotate(135deg);
        -moz-transform: scaleX(-1) rotate(135deg);
        -ms-transform: scaleX(-1) rotate(135deg);
        -o-transform: scaleX(-1) rotate(135deg);
        transform: scaleX(-1) rotate(135deg);
    }

    .checkmark-circle .checkmark:after {
        height: 10px;
        width: 6px;
        border-right: 2px solid white;
        border-top: 2px solid white;
        border-radius: 2.5px !important;
        content: "";
        position: absolute;
        left: 8px;
        top: 2px;
        transform-origin: left;
    }

@media screen and (max-width: 768px) {
    #PartnerOffer_carouselmweb .owl-stage {
        left: -20px !important;
    }

    #PartnerOffer_carouselmweb .owl-stage-outer {
        margin-right: -12px;
    }
}

/* Added for Confirmation Pending series  */
.timeline-container {
    display: block;
    position: relative;
}

    .timeline-container ul.tl li {
        list-style: none;
        margin: auto;
        border-left: 2px dotted#d5d5d5;
        padding: 0px 0 20px 25px;
        position: relative;
        display: flex;
        flex-direction: row;
    }

        .timeline-container ul.tl li:last-child {
            border-left: 0;
            padding: 0 0 0px 25px;
        }

        .timeline-container ul.tl li .item-icon {
            position: absolute;
            left: -13px;
            top: 0px;
            content: " ";
            border-radius: 500%;
            background: #ffffff;
            border: 2px solid #d5d5d5;
            height: 25px;
            width: 25px;
        }

            .timeline-container ul.tl li .item-icon.active {
                background: #00aa6e;
                border: none;
            }

            .timeline-container ul.tl li .item-icon.pending {
                background: #ffb23d;
                border: none;
            }

            .timeline-container ul.tl li .item-icon .iconimg {
                display: inline-table;
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                margin: auto;
                height: 12px;
                width: 12px;
            }

            .timeline-container ul.tl li .item-icon .fa::before {
                display: inline-table;
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                margin: -6px 0 0 10px;
                /*margin: auto;*/
                color: #fff;
                font-size: 12px;
            }

        .timeline-container ul.tl li:hover::before {
            border-color: #258CC7;
            transition: all 1000ms ease-in-out;
        }

ul.tl li .item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

ul.tl li .item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.mytrips_tabs_content.pending .tab-pane:before {
    background: linear-gradient(to top, #ffffff, #ffb23d);
    height: 200px;
}

.displayOnHover {
    display: none;
    position: absolute;
    top: 17px;
    left: 0;
    padding: 3px 10px;
    width: auto;
    min-width: 200px;
    text-align: left;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    border: 1px solid #e7e7e7;
    background-color: #fff;
    z-index: 10;
}

.textHover:hover .displayOnHover {
    display: block;
}

.srpNoOfStops {
    position: relative;
    display: flex;
    justify-content: space-evenly;
}

    .srpNoOfStops:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        top: 50%;
        background: #d3d3d3;
    }
