* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .seat-wrapper {
    padding: 0 20px;
} */

.main-bg-head {
    display: block;
    background-image: linear-gradient(to right bottom, rgba(31, 147, 239, 0.84), rgb(3 169 244 / 80%), rgb(255 255 255)), url(https://image.freepik.com/free-vector/empty-airplane-cabin-with-chairs-digital-screens_107791-1884.jpg);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
    /* height: 260px; */
    color: #3a94e1;
}

/* .main-bg-head::after {
    content: "";
    display: block;
    width: 800px; 
    height: 40px;
    background-color: #fff;
    border-top-right-radius: 10rem;
    border-top-left-radius: 10rem;
    position: fixed;
    bottom: 73%;
    margin: 0 auto;
    box-shadow: inset -1px -9px 8px 4px #d3d1d1;
} */

.main-bg-head__title {
    text-align: center;
    height: 260px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.seat-bs {
    border: solid 1px #d4d4d4;
    border-radius: 5px;
    overflow: hidden;
    /* flex: 1 1 auto; */
    /* margin-right: 10px; */
    position: relative;
    /* width: 100%; */
    /* z-index: 4; */
    padding-top: 5px;
}

.main-bg {
    background-image: linear-gradient(to right bottom,
            #000000ad,
            #85888b5e,
            rgb(255 255 255)),
        url(https://image.freepik.com/free-photo/abstract-blur-defocused-passenger-seat_74190-6379.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 134%;
    background-size: cover;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.seats-main {
    padding: 10px;
    color: #3c4043;
    margin: 0 auto;
    width: 800px;
    font-size: 12px;
    font-weight: 400;
    color: rgb(37, 42, 49);
    line-height: 16px;
    text-align: left;
    /* box-shadow: -1px 4px 4px #cecece; */
}

.seat-search-wraper {
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.2);
}

.seat-search-form {
    /* margin: 10px; */
    /* width: 360px; */
}

.seat-option {
    flex: 1 0 20%;
    margin-right: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* padding: 0px 8px; */
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    margin: 10px;
}

.seat-option:hover {
    /* background-color: #cccccc47; */
}

.seat-search-input {
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    color: rgb(37, 42, 49);
    font-weight: 500;
    white-space: nowrap;
    cursor: text;
    padding: 1px 43px;
    border-width: 0px;
    border-style: initial;
    border-color: unset;
    border-image: initial;
    transition: color 0.5s ease 0s;
    font-size: 15px;
    overflow: hidden;
    /* -webkit-appearance: none; */
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    text-transform: capitalize;
    text-indent: 4px;
}

.seat-text {
    font-size: 16px;
    line-height: 26px;
    margin: 21px 0;
}

.seat-title {
    text-align: left;
}

.seat-title span {
    margin-left: 5px;
}

.btn-date--done {
    background-color: #2a71e8;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 31px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-date {
    padding: 5px 15px;
    transition: all .5s ease-in-out;
}

.btn-date--done a {
    text-decoration: none;
    color: #fff;
}

.btn-date--done a:hover {
    text-decoration: none;
    color: #fff;
}

.svgHolderBuySeat {
    position: absolute;
    top: 5px;
    left: 4px;
    fill: #1a73e8;
}

.icon-flip {
    -webkit-transform: rscale(-1);
    -ms-transform: scale(-1);
    transform: scaleX(-1);
}

.flight-arrival {
    margin-top: 40px;
}

.flight-arrival .seat-title .fa-plane {
    transform: scale(-1);
}

.seat-search-form__socondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.input-icon {
    position: absolute;
    top: 8px;
    left: 4px;
    font-size: 2rem;
    color: #1a73e8;
}

.dest-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    background-color: white;
    transform: scale(1.05);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
    /* display: none; */
    /* min-width: 200px; */
    /* position: absolute; */
    /* z-index: 120; */
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    transition: all .25s ease-in-out;
}

.dest-inner {
    padding-top: 70px;
    padding-bottom: 20px;
}

.single-dest {
    margin: 0;
    font-size: 15px;
    /* border-top: 1px solid #ccc; */
    /* padding-top: 13px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: revert;
    cursor: pointer;
    padding: 12px 16px;
    transition: all .5s ease-in-out;
}

.single-dest__icon i {
    transform: rotate(-90deg);
    color: #333;
    transition: all .5s ease;
    display: none;
}

.bs-ht {
    position: relative;
    /* overflow: hidden; */
    /* margin-right: 10px; */
    position: relative;
    /* width: 48%; */
    flex: 1 1 auto;
    margin: 10px;
}

.dest-list {
    height: 100%;
    max-height: 165px;
    overflow-y: auto;
    transition: all .5s ease;
    /* padding: 12px; */
    /* overflow: hidden; */
}

.z-index-4 {
    z-index: 4;
}

.dest-list--from.active {
    visibility: visible;
    opacity: 1;
    z-index: 3;
}

.dest-list--to.active {
    visibility: visible;
    opacity: 1;
}

.dest-flights-list--from.active {
    visibility: visible;
    opacity: 1;
    z-index: 3;
}

.dest-flights-list--to.active {
    visibility: visible;
    opacity: 1;
    z-index: 3;
}

.seat-bs active {
    border: solid 1px #2196F3 !important;
}

.seat-bs label {
    position: absolute;
    top: 15px;
    left: 45px;
    font-size: 17px;
    font-weight: 300;
    transition: all 0.25s ease-in-out;
}

.seat-bs i {
    font-size: 26px;
    padding: 4px;
}

.flight-boxes.selected .flight-box-btn {
    background-color: #2a71e8;
    color: #fff;
    width: 100%;
}

.flight-boxes .btn-selected {
    display: none;
}


.flight-boxes.selected .btn-select {
    display: none;
}

.flight-boxes.selected .btn-selected {
    display: block;
}

.btn-selected img {
    width: 18px;
    margin-right: 10px;
}

.single-dest__icon {
    margin-right: 10px;
    transition: all .5s ease;
}

.single-dest:hover i {
    transform: rotate(0deg);
    color: #1a73e8;
}

.single-dest:hover {
    background-color: #e5f3ff;
}

.date-picker-wrapper {
    padding: 19px;
    border-radius: 12px;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.date-section.date-section--one {
    justify-content: space-between;
    align-items: center;
    /* margin: 0 10px; */
    width: 100%;
    margin-left: auto;
}

.date-calendars {
    justify-content: space-between;
    align-items: baseline;
}

.month-box {
    flex: 1 auto;
    text-align: center;
}

.month-box__second.month-box__second--left.flex-row {
    justify-content: space-evenly;
}

.dt-se-box {
    flex: 1 1 auto;
    height: 45px;
    margin-left: 10px;
    border: solid 1px #d4d4d4;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px;
    position: relative;
    z-index: 2;
}

input.input-depart-date {
    width: 100%;
    height: 45px;
}

input.input-return-date {
    width: 100%;
    height: 100%;
}

.month-box__second.month-box__second--right.flex-row {
    justify-content: space-evenly;
}

.month-box__first {
    font-size: 18px;
    text-align: center;
    margin: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.dt-se-box input {
    outline: none;
    appearance: none;
    border: 0;
    padding: 0px 0px 0 46px;
    pointer-events: none;
}

.dt-se-box.flight-type {
    border: none;
    display: none;
}

.seat-search-dates {
    margin-top: 60px;
}

h3.h-title.head-title-secondary {
    font-weight: 300;
}

.dt-se-box label {
    position: absolute;
    top: 14px;
    left: 39px;
    font-size: 16px;
    font-weight: 300;
}

.calendar-day__price {
    display: block;
    line-height: 16px;
    font-weight: 500;
    font-size: 12px;
    color: rgb(42 113 232);
}

.calendar-week.flex-row {
    justify-content: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.calendar-day {
    box-sizing: border-box;
    cursor: pointer;
    /* display: block; */
    /* -webkit-box-flex: 1; */
    flex: 1;
    height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    color: #333;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid rgb(0 0 0 / 0%);
    transition: all .25s ease-in-out;
}

.month-date-name {
    box-sizing: border-box;
    cursor: pointer;
    /* display: block; */
    /* -webkit-box-flex: 1; */
    flex: 1;
    height: 44px;
    margin: 2px 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 14px;
    position: relative;
    text-align: center;
    width: 44px;
    /* vertical-align: top; */
    z-index: 0;
    font-size: 15px;
}

.month-box.first-month.flex-column {
    margin: 10px;
}

.month-box__first__arrow {
    /* border: 1px solid #d3d3d3; */
    height: 50px;
    width: 50px;
    border-radius: 100px;
    /* position: absolute; */
    /* left: -21px; */
    /* top: 74px; */
    background-color: #fff;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    transition: all .5s ease;
    cursor: pointer;
}

.month-box__first__arrow.month-arrow-left {
    transform: rotate(-180deg);
}

.month-box__first__arrow:after {
    content: "\2794";
    line-height: 45px;
    font-size: 23px;
    color: #2a72e8;
}

.month-arrow-right {
    position: absolute;
    right: -26px;
    top: 74px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.month-arrow-left {
    position: absolute;
    left: -21px;
    top: 74px;
    box-shadow: 0 -5px 8px 0 rgba(0, 0, 0, 0.2);
}

.month-box__first__arrow:hover {
    background-color: #e5f3ff;
}

.day-disabled {
    color: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}

.arrow-disabled {
    display: none;
    cursor: not-allowed;
}

.calendar-day:hover {
    border: 2px solid #2a71e8;
}

.calendar-day.selected {
    border: 2px solid #2a71e8;
    background-color: #2a71e8;
    color: #fff;
}

.selected-range {
    background-color: #03a9f429;
    border-color: #fff;
}

.calendar-day.selected .calendar-day__price {
    color: #fff !important;
}

.date-section--three {
    justify-content: flex-end;
}

.btn-date--done button {
    background-color: #0059ee;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
}

.btn-date--reset button {
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
}

.seat-option__container {
    position: absolute;
    top: 23px;
    z-index: 5;
    width: max-content;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 11, 38, 0.24);
    -webkit-flex-direction: column;
    flex-direction: column;
    line-height: calc(20 / 16);
    max-width: 100vw;
    min-width: 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.75rem 0;
    visibility: hidden;
    opacity: 0;
    /* height: 0; */
    transition: height .3s ease;
}

.so-wrapper {
    display: flex;
    flex-direction: column;
}

.so-class-item {
    align-items: center;
    color: #001959;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; */
    /* display: flex; */
    font-size: 15px;
    font-weight: 400;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    line-height: 15px;
    padding: 12px 22px;
    text-decoration: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* white-space: nowrap; */
    transition: all .25s ease;
    border: none;
}

.so-class-item:hover {
    background-color: #d0e2fa;
    text-decoration: none;
}

.seat-option-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #465280;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    transition: all .5s ease;
}


.so-input-title:after {
    content: "";
    display: block;
    border-right: 2px solid #465280;
    border-bottom: 2px solid #465280;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 3px;
    right: -13px;
    transform: rotate(45deg);
    transition: all .5s ease;
}

.seat-option-input:hover .so-input-title:after {
    transform: rotate(-135deg);
    top: 6px;
}

span.so-input-title {
    transition: all .5s ease;
    display: inline;
}

.passenger-counter-container {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.passenger-counter {
    width: 130px;
    margin-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.passenger-counter input {
    width: 60px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #cecece;
    border-radius: 5px;
    margin: 0px 5px;
}

.passenger-counter-container .passenger-counter .minus,
.passenger-counter-container .passenger-counter .plus {
    width: 40px;
    height: 30px;
    background: #2a73e8;
    border-radius: 5px;
    /* border:1px solid #ddd; */
    /* display: inline-block; */
    text-align: center;
    box-sizing: border-box;
}

.show-drop {
    visibility: visible;
    opacity: 1;
}

.svg-flight-type {
    display: inline-block;
    fill: currentColor;
    height: 27px;
    line-height: 24px;
    position: relative;
    width: 24px;
}

.flight-search__socondary {
    margin: 15px;
}

.minus[disabled] {
    background: #f8f9fa !important;
}

.minus,
.plus {
    position: relative;
}

.minus:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 14px;
    height: 30px;
    background: url(https://storage.aerocrs.com/344/system/minus.svg) center center no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

.plus:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 14px;
    height: 30px;
    background: url(https://storage.aerocrs.com/344/system/plus.svg) center center no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

.seat-search-form__primary {
    width: 380px;
}

.dest-classes-list--from {
    position: absolute;
    left: 100%;
    z-index: 5;
    background-color: red;
    top: 0;


}

.dest-classes-list--from.active {
    visibility: visible;
    opacity: 1;
}

.flight-boxes {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
    flex-wrap: wrap;
    border: 3px solid #ffffff;
    transition: all .5s ease;
}

.flight-box {
    width: 20%;
    margin: 10px;
}

.flight-box.flight-box--section-1 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.flight-box.flight-box--section-2 {
    /* width: 20%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.flight-box.flight-box--section-3 {
    /* flex: 1 1 20%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flight-box-btn {
    background-color: #def2fd;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 20px;
    transition: all .5s ease-in-out;
    width: 80%;
    padding: 10px;
    border: none;
}

.btn.flight-box-btn:hover {
    background-color: #2a71e8;
    color: #fff;
    width: 100%;
}

.flight-boxes:hover .flight-box-btn {
    background-color: #2a71e8;
    color: #fff;
    width: 100%;
}

.flight-box--section-1__row.flight-box--section-1__row--destname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    font-size: 18px;
}

.flight-box--section-1__row {
    /* flex: 1 1 50%; */
    padding: 10px 0;
}

.flight-box--section-1__row.flight-box--section-1__row--flightdate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}


.flight-box--section-2__row {
    /* flex: 1 1 50%; */
    padding: 10px 0;
}

.flight-box--section-2__row.flight-box--section-2__row--class select {
    border: none;
    text-transform: capitalize;
}

.flight-box__dest i {
    color: #333;
}

.flight-search-dispaly {
    display: none;
    margin-top: 60px;
}

.flights-search-dispaly {
    display: none;
}

.flight-boxes.selected {
    border: 3px solid #2a71e8;
    box-shadow: 0 20px 14px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 835px) {
    .seats-main {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .flight-box {
        width: 100% !important;
    }

    .flight-box.flight-box--section-2 {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (max-width: 621px) {
    .seats-main {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .seat-search-form__primary {
        width: 100%;
    }
    .seat-option__container{
        left: -50px;
    }
    #trip-type {
        left: 0;
    }

    .month-arrow-left {
        left: 10px;
        top: 55%;
    }

    .month-arrow-right{
        right: 10px;
        top: 55%;
    }
}