.returningDetails {
    margin-top: 15px;
    margin-bottom: 15px;
}

#bookarea {
    margin-top: 30px;
}

#social {
    margin-left: 10px;
    margin-right: 10px;
    display: inline;
}

.bookarea {
    background-color: white;
    box-shadow: #84888f 0 0 2px;

}

#bookbtn {
    padding: 10px 5px;
}

/*.show
{
    display: contents;
}*/
.checkboxarea {
    display: block !important;
}

.body {
    background-color: white;
    border: 1px solid lightgray;
    padding: 10px 10px;
}

.flight-class {
    line-height: 1;
    color: #515151;
    background-color: white;
    margin-bottom: 10px;
}

.overlayText {
    background-color: white;
    color: black;
    font-size: 2rem;
    /* Responsive font size */
    font-weight: bold;
    margin: 0 auto;
    /* Center the text container */
    padding: 10px;
    width: 50%;
    text-align: center;
    /* Center text */
    position: absolute;
    /* Position text */
    top: 50%;
    /* Position text in the middle */
    left: 50%;
    /* Position text in the middle */
    transform: translate(-50%, -50%);
    /* Position text in the middle */
    mix-blend-mode: screen;
    /* This makes the cutout text possible */
}

.hiddenbox,
.rtnhiddenbox {
    color: white;
    background-color: #265740;
    margin-bottom: 10px;
    text-align: left;
    box-shadow: #84888f 0 0 2px;
}

.airlogo {
    width: 70%;
}

.currency {
    font-size: 0.86rem;
}

.toptext {
    background-color: white;
    color: gray;
    padding: 3px 23px;
    font-size: 1.4rem;
}

#forecast,
.flight-class {
    box-shadow: #84888f 0 0 2px;
}

.padding {
    padding-left: 5px;
    padding-right: 5px;
}

.class {
    font-weight: 600;
    font-size: 11px;
}

.fltcust {
    margin-bottom: 10px;
    border: 1px solid lightgray;
    background-color: white;
    text-align: center;
    padding: 24px 10px;
}

.smldetail {
    font-weight: 600;
    padding: 10px 0px;
}

.fltdest {
    font-size: 0.95rem;
    text-align: left;
    font-weight: 600;
}

.allflt {
    font-size: 0.95rem;
}

.totalamount {
    background-color: white;
    border: 1px solid lightgray;
    margin-bottom: 15px;
    padding: 10px 10px;
}

.custflt {
    font-weight: 600;

}

.faretype1,
.faretype {
    font-size: 0.85rem;
    float: left;
}

.amountdisp {
    font-size: 0.85rem;
}

.heading {
    padding: 7px 10px;
    background-color: #f25617;
    color: white;
}

.bookingsummary {
    margin-bottom: 10px;
    margin-left: 8px;
}

.font11 {
    font-size: 11px;
}

.font14 {
    font-size: 14px;
}

.font13 {
    font-size: 13px;
}

.font16 {
    font-size: 16px;
}

body {
    position: relative;
    background-color: white;
    font-family: 'Karla', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.classcategory {
    padding: 12px 1px;
}

.details {
    padding: 1px 1px;
}

.forecast {
    margin-bottom: 10px;
}

.fltname {
    font-size: 18px;
    font-weight: 900;
}

.week {
    display: inline-block;
    color: black;
    padding: 4px 1px;
    text-align: center;
    width: 25%;
}

.left,
.right {
    display: inline-block;
    color: #515151;
    padding: 1px 1px;
    text-align: center;
    width: 2%;
}

.inputstyle {
    padding: 10px 10px;
}

::placeholder {
    color: black;

}

@media (min-width: 768px) {

    .col-md-2,
    .col-md-4,
    .col-md-3,
    .col-md-5,
    .col-md-6,
    .col-md-12 {
        display: block !important;
    }
}
/*
input,
textarea {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 8px 3px;
    border-bottom: 2px solid #f25616;
    background-color: white;
    color: black;
}*/

.container {
    max-width: 100%;
}

/* .w-100
{
    height: 550px;
} */
.row {
    margin-left: 0px;
    margin-right: 0px;
}

.card-img-overlay {

    top: 35%;
    left: 40px;
}

.nav-link {
    padding: 13px;
}

.button {

    background-color: rgb(230, 27, 35);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;

    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

a {
    color: black;
}

.flt1 {
    color: #235b80;
    font-size: 11px;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

label {
    margin-bottom: 0;
}

.fdate {
    font-weight: 100;

}

.fprice {
    font-weight: 700;
}

.active1,
.active2,
.active3,
.week:hover {
    background-color: #265740;
    color: #fff;
}

.active2 .flight_classes_secondary_striked,
.active3 .flight_classes_secondary_striked {
    color: #fff;
    -webkit-text-decoration-color: #ffbf00;
    text-decoration-color: #ffbf00
}

.active2 .flight_classes_secondary,
.active3 .flight_classes_secondary {
    color: #ffbf00
}

.flightdetails {
    align-self: center;
}

.dash {
    padding: 6px 1px;
}

.farearea,
.flightselected,
.passengerdetails {
    padding: 10px 40px;
    text-align: center;
}

.details1 {
    background-color: #f7f9fc;
}

.time {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
}

.flt {
    font-size: 15px
}

.refuntype {
    font-weight: bold;
    font-size: 1.5rem;
}

.margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.selectedsector {
    font-size: 20px
}

@media (min-width: 800px) and (max-width: 1400px) {

    .table {
        width: 80%
    }
}

@media (min-width: 200px) and (max-width: 1200px) {

    .farearea,
    .details,
    .flightselected,
    .passengerdetails,
    .forecast {
        padding: 1px 1px;
        margin-bottom: 10px;
    }

}

.hide {
    display: none;
}

.grandtotal {
    background-color: white;
}

.selectedfltfare {
    padding: 15px 1px;
}

.linearrow {
    height: 2px;
    width: 90%;
    background-color: grey;
    margin: .375rem auto;
    padding: 0;
    position: relative;
    border-radius: .375rem;
    display: block;
    text-align: center;
    line-height: 0;
    color: grey;
}

.linearrow:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f072";


    display: block;
    position: absolute;
    right: -.375rem;
    top: 50%;

}

#fare {
    text-align: left;
}

/*.fas,.fa-chevron-left,.fa-chevron-right
{
    margin-top: 21px;
    
    
}*/
.serviceimage {
    width: 40%;
}

.bookBody {
    border: 1px solid lightgray;
    background-color: white;
    padding: 0px 10px;
}

.imagecover {
    height: 550px;
    background-image: url(../image/banner.jpg);
    padding: 25px;
    background-repeat: round
}

@media (max-width: 420px) {
    .imagecover {
        height: auto;
        padding: 25px 0px;
    }
}

#pills-tabContent {
    background-color: white;
    padding: 25px;
    margin-bottom: 10px;
}

/*.fade
{
    opacity: 1;
}*/
.input-group-prepend span {
    width: 50px;
    color: black;
    border: 0 !important;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 17px;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.input-group {
    display: flex;
    margin-bottom: 30px;
}

.loginform {
    margin-top: 50px;
    background-color: white;
    padding: 25px 25px;
    text-align: center;
}

.logintext {
    margin-left: 35px;
    top: -44px;
    color: white;
    background-color: #f25617;
    padding: 1px 1px;
    position: relative;
    margin-right: 30px;
}

.logpad {
    padding: 35px 35px;
}

@media only screen and (max-width: 500px) {
    .week.active1 {
        width: 90% !important;
        display: block !important
    }

    .week {
        display: none !important
    }

    .left,
    .right {
        width: 5%
    }
}

@media (max-width: 700px) {
    #bookarea {
        margin-top: 0px;
    }
}

.rowBar {
    background-color: #f3f3f3;
    padding: 12px 40px;
    box-shadow: #84888f 0 0 2px;
}

.customBtn {
    background-color: white;
    border: 2px solid #f25617;
    font-size: 1.1rem;
    font-weight: 600;
    color: #f25617;
}

.customBtn:hover {
    background-color: #f25617;
    color: white;
}

.discount {
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    padding: 0px 2px;
    background: #56b44b;
    z-index: 20;
}

.discounta {
    color: white;
    position: absolute;
    top: -6px;
    left: -9px;
    width: auto;
    height: auto;
    padding: 1px 4px;
    background: #077812;
    border-radius: 3px 6px 6px 0;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.4);
    z-index: 20;
    max-width: 120px;
}

.discounta::before {
    border: 5px solid #077812;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.discounta::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    z-index: -1;
}

.discountpercent {
    font-size: 12px;
    margin: 0px;
}

.d-grid {
    display: grid !important;
}

.paymentButton {
    border-color: white;
    border: 0;
    background-color: white;
    box-shadow: #84888f 0 0 2px;
    width: 100%;
}

.paymentButton:hover {
    border: 2px solid #e8552b;
    color: white;
    box-shadow: #d2d2d2 0 0 2px;
    z-index: 1;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
    }
}

html {
    scroll-behavior: smooth;
}

#sauryaAnnouncement.show {
    display: flex !important;
}

.modal-body {
    padding: 0.5rem;
}

.closeAnnouncement {
    position: absolute;
    right: 15px;
    border-radius: 60px;
    padding: 1 !important;
    background-color: white !important;

}

.flight_status_text {
    text-align: center;
    font-size: 15px;
    font-family: poppins;
    font-weight: 400;
}

.flight_status {
    background-color: #efefef;
    color: #000;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.mgmtteam_card {
    width: 100%;
    font-family: poppins;
    box-shadow: 1px 1px 5px 1px rgba(22, 22, 22, .308);
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden
}

.mgmtteam_dt {
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between
}

.mgmtteam_img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.mgmtteam_image {
    height: 250px;
    width: 100%;
}

.mgmtteam {
    margin-top: 20px;
    display: grid;
    box-sizing: border-box;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 40px;
}

.media {
    width: min(95%, 1320px);
    margin: 30px auto;
    font-family: "poppins";
    box-sizing: border-box;
    display: block;
}

@media screen and (min-width: 926px) {
    .navlinks-section {
        display: flex !important;
    }
}

.manageButton:disabled,
.manageButton[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed !important;
}

.paymentPartner {
    width: 120px;
    max-width: 100%;
    height: auto;
    margin-right: 5px;
}

.partners {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}