.mr-2 {
    margin-right: 2px;
}

.accordianSec h2.accordion-header button.accordion-button {
    border-radius: 0px 0px 0px 0px !important;
    color: #0c63e4;
    /* background-color: #fff !important; */
}

#overlay {
    background: #000 none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 80;
}

body.oneWay.overeffect div#overlay {
    /* display: block !important; */
}

body.roundTrip.overeffect div#overlay {
    /* display: block !important; */
}

body.oneWay.overeffect .tab-pane-container.visible {
    z-index: 9999;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    animation: smoothScroll 1s forwards;
}

body.roundTrip.overeffect .tab-pane-container.visible {
    z-index: 9999;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    animation: smoothScroll 1s forwards;
}

.baggage-details {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px 40px;
}
.marginAppend {
    margin-bottom: 7px;
}
.flight-form {
    height: auto !important;
}
.fromTo {
    width: 100%;
}
@media (max-width:1280px) {
    .baggage-details {
        padding: 20px 5px !important;
        overflow: auto !important;
    }
}