/*  Home
/*---------------------------------------------------------------------------------*/
.ss-home-main {
    height: 100vh;
    width: 100%;
    background-size: cover;
}

/*.main{
	position: absolute;
	top: 100%;
	width: 100%;
}*/

/*  Search
/*---------------------------------------------------------------------------------*/
.ss-home-search-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 100vh;
}

.ss-home-search-box {
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    padding: 15px 30px 30px;
    display: flex;
    margin: 0 auto 0;
    flex-wrap: wrap;
    border: 1px solid #E8E8E8
}

.ss-home-sb-tab-content {
    padding: 22px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ss-home-sb-nav {
    width: 100%;
    display: flex;
    border-bottom: 0;
}

.ss-home-sb-nav li {
    margin-left: 30px;
}

.ss-home-sb-nav li a {
    font-size: 18px;
    padding: 12px 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ss-home-sb-nav li a.active {
    color: #d71921;
}

.ss-home-sb-nav li a.active:after {
    content: "";
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: #d71921;
    position: absolute;
    top: -16px;
    right: 0;
}

.ss-home-sb-nav li a i {
    width: 42px;
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.ss-home-sb-nav li a.active i path {
    fill: #d71921;
}

.ss-home-sb-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.ss-homt-sb-radio-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 0;
}

.ss-homt-sb-radio-wrapper .form-check-inline {
    margin-left: 22px;
}

.ss-homt-sb-radio-wrapper .form-check-inline:last-child {
    margin-left: 0;
}

.ss-homt-sb-iput-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    width: calc(100% + 10px);
    align-items: flex-start;
}

.ss-homt-sb-iw-cont {
    display: flex;
    position: relative;
    margin: 0 5px;
}

.ss-homt-sb-iw-cont.city {
    width: calc(36% - 10px);
}

.ss-homt-sb-iw-cont.date {
    width: calc(28% - 10px);
}

.ss-homt-sb-iw-cont.passenger {
    width: calc(18% - 10px);
}

.ss-homt-sb-iw-cont.search {
    width: calc(18% - 10px);
}

.ss-homt-sb-iw-cont-s-btn {
    width: 100%;
    z-index: 0;
}

.ss-homt-sb-iw-cont.multiway .searchbox-dropdown-cont.multiway {
    display: none;
}

.ss-homt-sb-iw-cont.multiway .searchbox-date-input-di {
    border-left: 1px solid #d1d1d1;
    border-radius: 8px;
}

.ss-homt-sb-iw-cont.multiway .searchbox-date-input-di:focus {
    border-left: 1px solid #222;
}

.searchbox-dropdown-input-f {
    border-radius: 0 8px 8px 0;
    direction: rtl;
    border-left: 1px solid transparent;
}

.searchbox-dropdown-input-f::placeholder {
    font-size: 16px;
}

.searchbox-dropdown-input-e {
    border-radius: 8px 0 0 8px;
    padding: 12px 24px 12px;
}

.searchbox-dropdown-input-e:focus {
    border-left: 1px solid #222;
}
/*.twitter-typeahead{*/
/*    width: 100%;!important;*/
/*}*/

.searchbox-date-input-di {
    border-radius: 0 8px 8px 0;
    direction: rtl;
    border-left: 1px solid transparent;
}

.searchbox-date-input-do {
    border-radius: 8px 0 0 8px;
    padding: 12px 24px 12px;
}

.ss-homt-sb-iw-changedes {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(55% - 22px);
    right: calc(50% - 16px);
    z-index: 0;
}

.ss-homt-sb-iw-changedes.mobile {
    top: calc(50% - 16px);
}

.ss-homt-sb-iw-changedes i {
    width: 14px;
    height: 16px;
}

.ss-homt-sb-iw-changedes i path {
    fill: #222;
}

.label-error {
    width: 100%;
    font-size: 13px;
    line-height: 1.0rem;
    margin-top: 2px;
}

.searchbox-dropdown-cont {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.searchbox-dropdown {
    display: none;
    flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    z-index: 10;
    height: 290px;
    overflow: auto;
    position: absolute;
    width: 390px;
    top: 56px;
    right: 0;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    align-items: flex-start;
    align-content: flex-start;
}

.searchbox-dropdown-show {
    display: flex;
    transition: all 0.3s ease-in-out;
}

.searchbox-dropdown-showright {
    right: 196px;
    transition: all 0.3s ease-in-out;
}

.searchbox-dropdown-head {
    display: flex;
    width: 100%;
    padding: 3px 12px;
    background-color: #eef1f6;
    justify-content: space-between;
    align-items: center;
}

.searchbox-dropdown-head span,
.searchbox-dropdown-head a {
    font-size: 12px;
}

.searchbox-dropdown-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}

.searchbox-dropdown-list li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 12px;
    color: #222;
    cursor: pointer;
    background-color: #fff;
}

.searchbox-dropdown-list li:hover {
    color: #d71921;
}

.searchbox-dropdown-list.history li {
    padding: 6px 12px;
    color: #888;
    background-color: rgba(0, 139, 246, 0.05);
}

.searchbox-dropdown-list.history li {
    color: #008bf6;
}

.searchbox-dropdown-list li {
    font-size: 15px;
}

.searchbox-dropdown-head-mobile {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 12px;
    display: none;
    border-bottom: 1px solid #d1d1d1;
}

.searchbox-dropdown-hm-title {
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}

.searchbox-dropdown-hm-close-btn {
    display: flex;
    align-items: center;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-family: 'KalamehWebFaNum', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5rem;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
    color: #888;
}

.searchbox-dropdown-hm-close-btn i {
    width: 15px;
    display: flex;
    align-items: center;
}

.searchbox-dropdown-head-inputs {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 12px;
    position: relative;
    display: none;
}

.searchbox-passenger-dropdown {
    display: none;
    flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    z-index: 10;
    position: absolute;
    width: 316px;
    top: 56px;
    right: 0;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    align-items: flex-start;
    align-content: flex-start;
}

.searchbox-passenger-dropdown-show {
    display: flex;
    transition: all 0.3s ease-in-out;
}

.searchbox-passenger-d-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding: 16px 12px 0px;
}

.searchbox-passenger-df-item {
    align-items: center;
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    justify-content: space-between;
}

.searchbox-passenger-dfi-name {
    display: flex;
    align-items: center;
}

.searchbox-passenger-dfi-name span {
    font-size: 13px;
}

.searchbox-passenger-dfi-btns {
    display: flex;
    align-items: center;
}

.searchbox-passenger-dfib-btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 0;
    padding: 2px 0 0 0;
    background-color: #008bf6;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    user-select: none;
}

.searchbox-passenger-dfib-btn[disabled] {
    cursor: default;
    background-color: #d1d1d1;
}

.searchbox-passenger-dfib-val {
    margin: 0 12px;
    width: 36px;
    display: flex;
    border: 0;
    padding: 0;
    height: auto;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.searchbox-passenger-dfib-val:focus {
    border: 0;
}

.searchbox-passenger-df-alert {
    display: block;
    width: 100%;
    line-height: 1.25rem;
    font-size: 12px;
}

.ss-home-search-last {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-top: 24px;
    flex-wrap: wrap;
}

.main-sl-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.main-sl-t-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5rem;
    color: #fff;
}

.main-sl-t-delet {
    font-size: 14px;
    margin-right: 16px;
}

.ss-home-search-last-list {
    width: calc(100% + 12px);
    margin: 0 -6px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ss-home-search-last-item {
    width: calc(100% / 6 - 12px);
    margin: 6px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-radius: 8px;
    background-color: #fff;
    padding: 12px;
    cursor: pointer;
    transition: 0.2s ease all;
}

.ss-home-search-last-item:hover {
    background-color: #d71921;
    transition: 0.2s ease all;
    color: #fff;
}

.ss-home-search-li-head {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 6px;
}

.ss-home-search-li-head span {
    font-size: 15px;
    font-weight: 500;
}

.ss-home-search-li-head i {
    display: flex;
    align-items: center;
    width: 8px;
    margin: 0 12px;
}

.ss-home-search-li-head i path {
    fill: #222;
    transition: 0.2s ease all;
}

.ss-home-search-last-item:hover .ss-home-search-li-head i path {
    fill: #fff;
    transition: 0.2s ease all;
}

.ss-home-search-li-content {
    display: flex;
    align-items: center;
}

.ss-home-search-li-content i {
    display: flex;
    align-items: center;
    width: 16px;
    margin-left: 6px;
}

.ss-home-search-last-item:hover .ss-home-search-li-content span {
    color: #fff;
}

.ss-home-search-li-content i path {
    fill: #888;
    transition: 0.2s ease all;
}

.ss-home-search-last-item:hover .ss-home-search-li-content i path {
    fill: #fff;
    transition: 0.2s ease all;
}

.home-scrollbottom {
    display: flex;
    position: absolute;
    bottom: 16px;
    width: 100%;
}

.home-scrollbottom a {
    padding-top: 80px;
}

.home-scrollbottom a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.home-scrollbottom a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.home-scrollbottom a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.home-scrollbottom a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.searchbox-passenger-df-btn-wrapper {
    width: 100%;
    align-items: center;
    padding: 12px;
    display: none;
}

.ss-homt-sb-iput-multiway-item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 24px;
}

.ss-homt-sb-iput-multiway-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ss-homt-sb-iput-multiway-pb-wrapper {
    display: flex;
    align-items: center;
}

.ss-homt-sb-iput-multiway-add {
    display: flex;
    align-items: center;
    color: #008bf6;
    cursor: pointer;
}

.ss-homt-sb-iput-multiway-add i {
    width: 15px;
    margin-left: 6px;
    font-size: 21px;
    display: flex;
    align-items: center;
    color: #008bf6;
}

.ss-homt-sb-iput-multiway-bottom .ss-homt-sb-iw-cont.passenger {
    width: calc(100% - 10px);
}

.ss-homt-sb-iput-multiway-bottom .ss-homt-sb-iw-cont.search {
    width: calc(100% - 10px);
}

.ss-homt-sb-iput-multiway-delet {
    display: none;
    align-items: center;
    padding-right: 12px;
    height: 50px;
    cursor: pointer;
}

.ss-homt-sb-iput-multiway-delet.show {
    display: flex;
}

.ss-homt-sb-iput-multiway-delet i {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    margin-left: 6px;
}

.ss-homt-sb-iput-multiway-delet i path {
    fill: #d71921;
}

.ss-homt-sb-iput-multiway {
    flex-wrap: wrap;
    max-height: 175px;
    overflow-y: auto;
    padding: 6px 0 0 0;
}

.ss-homt-sb-iput-multiway-append-wrapper {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .ss-home-search-box {
        padding: 15px 15px 30px;
    }

    .searchbox-dropdown-showright {
        right: 158px;
        transition: all 0.3s ease-in-out;
    }

    .ss-home-search-last-item {
        width: calc(100% / 6 - 12px);
    }
}

@media screen and (max-width: 992px) {
    .ss-home-search-last-item {
        width: calc(100% / 4 - 12px);
    }

    .searchbox-dropdown-showright {
        right: 335px;
        transition: all 0.3s ease-in-out;
    }

    .ss-homt-sb-iw-cont.city,
    .ss-homt-sb-iw-cont.date,
    .ss-homt-sb-iw-cont.search {
        width: 100%;
        margin: 0 0 16px 0;
    }

    .ss-homt-sb-iw-cont.passenger {
        width: 50%;
        margin: 0 0 16px 0;
    }

    .searchbox-passenger-dropdown,
    .searchbox-dropdown {
        width: 335px;
    }

    .ss-homt-sb-iput-multiway-item {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .ss-homt-sb-iw-cont.oneway .searchbox-dropdown-cont.oneway {
        display: none;
    }

    .ss-homt-sb-iw-cont.oneway .searchbox-date-input-di {
        border-left: 1px solid #d1d1d1;
        border-radius: 8px;
    }

    .ss-homt-sb-iw-cont.oneway .searchbox-date-input-di:focus {
        border-left: 1px solid #222;
    }

    .ss-home-search-last-item {
        width: calc(100% / 3 - 12px);
    }

    .searchbox-dropdown-head-mobile,

    .ss-home-search-box-wrapper {
        height: auto;
    }

    .ss-home-search-box {

        padding: 15px 15px 0px;
    }

    .ss-homt-sb-iw-cont.passenger {
        width: 100%;
    }

    .ss-home-sb-nav {
        justify-content: space-around;
    }

    .ss-home-main {
        background-image: none !important;
        background-color: #dee4ed;
        height: auto;
        padding-bottom: 40px;
    }

    .ss-home-sb-tab-content {
        padding: 22px 0 0;
    }

    .ss-home-sb-nav li a i {
        width: 36px;
        margin-left: 6px;
    }

    .ss-home-sb-nav {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .ss-home-sb-nav li {
        margin: 0;
    }

    .ss-home-sb-nav li a {
        font-size: 16px;
        padding: 12px;
        justify-content: center;
        display: flex;
        margin-bottom: 0 !important;
    }

    .ss-home-sb-nav li a.active {
        color: #fff;
        background-color: #d71921;
        border-radius: 8px;
        padding: 12px;
    }

    .ss-home-sb-nav li a.active i path {
        fill: #fff;
    }

    .ss-home-sb-nav li a.active:after {
        display: none;
    }

    .searchbox-dropdown {
        border: 0 solid #d1d1d1;
        height: 100%;
        overflow: auto;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        border-radius: 0;
    }

    .searchbox-passenger-dropdown {
        border: 0 solid #d1d1d1;
        overflow: auto;
        position: fixed;
        width: 100%;
        bottom: 0;
        right: 0;
        top: initial;
        border-radius: 8px 8px 0 0;
        z-index:9999;
        box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45), 25px 0 20px -20px rgba(0, 0, 0, 0.45), 0px 25px 20px -20px rgba(0, 0, 0, 0.45), -25px 0 20px -20px rgba(0, 0, 0, 0.45);
    }

    .main-sl-title {
        justify-content: space-between;
    }

    .main-sl-t-name {
        color: #222;
    }

    .searchbox-passenger-df-btn-wrapper {
        display: flex;
    }
}

@media screen and (max-width: 576px) {
    .ss-home-search-last-item {
        width: calc(100% / 2 - 12px);
    }

    .ss-home-sb-nav li a.active {
        padding: 12px 4px;
    }

    .ss-home-sb-nav li a {
        padding: 12px 4px;
        font-size: 14px;
    }

    .ss-home-main {
        padding-bottom: 15px;
    }



    .ss-homt-sb-radio-wrapper .form-check-inline label {
        font-size: 14px;
        padding-right: 0;
    }

    .ss-homt-sb-iput-multiway-bottom {
        flex-wrap: wrap;
    }

    .ss-homt-sb-iput-multiway-pb-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }

    .ss-homt-sb-iput-multiway-bottom .ss-homt-sb-iw-cont.passenger {
        width: 100%;
    }

    .ss-homt-sb-iput-multiway-add {
        margin-bottom: 16px;
    }

    .ss-homt-sb-iput-multiway-item .ss-homt-sb-iw-cont.city,
    .ss-homt-sb-iput-multiway-item .ss-homt-sb-iw-cont.date,
    .ss-homt-sb-iput-multiway-item .ss-homt-sb-iw-cont.search {
        order: 2;
    }

    .ss-homt-sb-iput-multiway-delet.show {
        width: 100%;
        order: 1;
        justify-content: flex-end;
        height: auto;
        margin-bottom: 12px;
    }

    .ss-homt-sb-iput-multiway-item {
        margin-bottom: 12px;
    }

    .ss-homt-sb-iput-multiway-bottom .ss-homt-sb-iw-cont.search {
        width: 100%;
    }

    .ss-homt-sb-iput-multiway-delet i {
        width: 12px;
        height: 12px;
        margin-left: 3px;
    }
}

/*  features
/*---------------------------------------------------------------------------------*/
.main-features-wrapper {
    padding: 60px 0 40px;
}

.main-features-list {
    z-index: 0;
}

.main-features-list .mf-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-features-list .mf-item .mf-item-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d71921;
    margin-bottom: 15px;
}

.main-features-list .mf-item .mf-item-icon i {
    width: 28px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-features-list .mf-item .mf-item-icon i svg {
    font-size: 20px;
}

.main-features-list .mf-item .mf-item-icon i path {
    fill: #fff;
}

.mf-item-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.main-features-list .mf-item .mf-item-title {
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-break: 1.5rem;
    font-weight: 600;
}

.main-features-list .mf-item .mf-item-sub {
    text-align: center;
    width: 100%;
    font-size: 13px;
}

@media screen and (max-width: 576px) {
    .mf-item-content {
        width: calc(100% - 84px);
        padding-right: 16px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .main-features-list .mf-item .mf-item-title {
        text-align: right;
    }

    .main-features-list .mf-item .mf-item-sub {
        text-align: right;
        width: 100%;
    }

    .mf-item-icon {
        margin-bottom: 0 !important;
    }
}

/*  fast search
/*---------------------------------------------------------------------------------*/
.main-fasts-wrapper {
    padding: 40px 0;
}

.main-fasts-head {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.main-fw-title {
    display: flex;
    width: 100%;
    align-items: center;
}

.main-fw-menu {
    display: flex;
    align-items: center;
}

.main-fw-more {
    display: flex;
    margin-right: 12px;
    align-items: center;
}

.main-fw-t-name {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5rem;
}

.main-fw-m-dropdown {
    width: 220px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 6px;
    padding: 6px 12px;
    position: relative;
}

.main-fw-md-menu {
    display: block;
    width: 100%;
    text-align: right;
    direction: rtl;
}

.main-fw-md-menu li {
    display: flex;
    width: 100%;
    text-align: right;
}

.main-fw-md-menu li a {
    display: flex;
    width: 100%;
    font-size: 15px;
    padding: 6px 0;
}

.main-fasts-list {
    display: flex;
    align-items: center;
}

.main-fl-name {
    display: flex;
    font-size: 15px;
}

.main-fl-menu {
    display: flex;
    align-items: center;
}

.main-fl-menu li {
    display: inline-flex;
    padding: 0 12px;
}

.main-fl-menu li a {
    font-size: 16px;
    position: relative;
}

.main-fl-menu li.active a {
    color: #d71921;
    position: relative;
}

.main-fl-menu li.active a:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    border-radius: 2px;
    bottom: -10px;
    background-color: #d71921;
    right: 0;
}

.main-fl-menu li a:after {
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    right: 0;
    z-index: -1;
    bottom: -10px;
}

.main-fl-menu li a:hover::after {
    width: 100%;
    right: 0;
}

.main-fl-menu li a:after {
    background: #d71921;
}

.main-fasts-main-list {
    width: calc(100% + 26px);
    margin: 0 -13px;
    display: flex;
    flex-wrap: wrap;
}

.main-fasts-item {
    width: calc(100% / 3 - 26px);
    margin: 13px;
}

.main-fasts-head {
    display: flex;
    align-items: center;
    width: 100%;
}

.main-fi-head {
    display: flex;
    width: 100%;
    background-color: #fff;
    align-items: center;
    height: 54px;
    justify-content: space-between;
    border-radius: 8px;
    border-bottom: 1px dashed #d1d1d1;
    position: relative;
}

.main-fi-head-name {
    width: 37%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
}

.main-fi-head-way {
    width: 26%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-fihw-ecircle {
    width: 13px;
    height: 13px;
    background-color: #8b9fa6;
    border: 3px solid rgba(228, 232, 235, 1);
    display: inline-flex;
    border-radius: 50%
}

.main-fihw-fcircle {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 3px solid rgba(228, 232, 235, 1);
    display: inline-flex;
    border-radius: 50%
}

.main-fihw-line {
    width: calc(100% - 26px);
    height: 1px;
    border: 1px dashed #c6cfd6;
    position: relative;
}

.main-fihw-line i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 22px;
    height: 22px;
    position: absolute;
    top: -10px;
    right: calc(50% - 11px);
    left: calc(50% - 11px);
}

.main-fihw-line i path {
    fill: #c6cfd6;
}

.main-fi-content {
    width: 100%;
    display: flex;
    border-radius: 8px;
    background-color: #fff;
    padding: 18px 28px;
    height: 104px;
}

.main-fic-right {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
}

.main-fic-left {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.main-fic-flight {
    width: 100%;
    display: flex;
    align-items: center;
}

.main-fic-fimage {
    width: 30px;
    height: auto;
}

.main-fic-fname {
    font-size: 13px;
    margin-right: 6px;
}

.main-fic-fdate {
    width: 100%;
    font-size: 15px;
    margin-top: 6px;
    color: #222;
}

.main-fic-finfo {
    font-size: 13px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.main-fic-price {
    display: flex;
    align-items: center;
}

.main-fic-pnum {
    font-size: 20px;
    font-weight: 500;
}

.main-fic-pval {
    font-size: 13px;
    margin-right: 6px;
}

@media screen and (max-width: 992px) {
    .main-fasts-wrapper {
        padding: 20px 0;
    }

    .main-fasts-head {
        flex-wrap: wrap;
    }

    .main-fasts-head {
        position: relative;
    }

    .main-fw-title {
        margin-bottom: 32px;
    }

    .main-fw-menu {
        width: 100%;
    }

    .main-fw-more {
        margin-right: 0;
        top: 0;
        left: 0;
        position: absolute;
    }

    .main-fasts-item {
        width: calc(100% / 2 - 26px);
    }

    .ss-homt-sb-radio-wrapper .form-check-inline {
        margin-left: 0;
        width: 50%;
    }
    .form-radio{
        margin-right: 0;
    }

    .searchbox-dropdown-head-inputs {
        display: flex;
    }

}

@media screen and (max-width: 768px) {
    .main-fasts-main-list {
        width: 100%;
        margin: 0;
    }

    .main-fasts-item {
        width: 100%;
        margin: 13px 0;
    }
}

/*  ads
/*---------------------------------------------------------------------------------*/
.main-ads-wrapper {
    padding: 20px 0 60px;
    display: flex;
}

.main-ads-video {
    width: calc(50% - 26px);
    margin-left: 26px;
}

.main-ads-content {
    display: flex;
    width: calc(50% + 26px);
    margin: 0 -13px;
}

.main-ads-video video {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.main-adsc-ad {
    width: calc(50% - 26px);
    margin: 0 13px;
    display: flex;
    border-radius: 8px;
    padding: 40px 20px;
    flex-wrap: wrap;
    height: 100%;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
}

.main-adsc-ad:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    right: 0;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
}

.main-adsc-ad-title {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 500;
    line-height: 2rem;
}

.main-adsc-ad-sub {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .main-ads-content {
        width: calc(100% + 26px) !important;
    }

    .main-adsc-ad {
        min-height: 320px;
    }

    .main-ads-video {
        width: 100%;
        margin-bottom: 26px;
        margin-left: 0;
    }

    .main-ads-wrapper {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .main-ads-content {
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
    }

    .main-adsc-ad {
        width: 100%;
        margin: 0;
        padding: 40px 40px;
        height: 180px;
        background-position: center left !important;
        min-height: initial;
        margin-bottom: 16px;
    }

    .main-adsc-ad:last-child {
        margin-bottom: 0;
    }

    .main-adsc-ad-title {
        text-align: right;
    }

    .main-adsc-ad-sub {
        text-align: right;
    }

    .main-adsc-ad:after {
        top: 0;
        width: 50%;
        right: initial;
        left: 0;
    }

    .main-ads-video {
        display: none;
    }

    .main-ads-wrapper {
        padding: 20px 0 20px;
    }
}

/*  topcity
/*---------------------------------------------------------------------------------*/
.topcity {
    padding: 60px 0;
    background: rgb(212, 213, 214);
    background: linear-gradient(270deg, rgba(212, 213, 214, 1) 0%, rgba(255, 255, 255, 0) 50%);
    position: relative;
}

.main-topcity-title {
    width: 100%;
    align-items: center;
    display: flex;
    margin-bottom: 40px;
}

.main-tt-tname {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5rem;
}

.main-topcity-wrapper {
    width: 100%;
    display: flex;
    position: relative;
}

.main-topcity-effect {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.main-topcity-wrapper-effect-1 {
    position: absolute;
    top: 120px;
    right: 40px;
    width: 325px;
    height: 168px;
}

.main-topcity-wrapper-effect-2 {
    position: absolute;
    bottom: 120px;
    right: 40px;
    width: 325px;
    height: 168px;
}

.main-topcity-list {
    z-index: 0;
}

.main-topcity-img {
    width: 36%;
    display: flex;
    align-content: flex-end;
    background-position: bottom 20px left;
    background-repeat: no-repeat;
}

.main-topcity-item {
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 26px;
    display: flex;
}

.main-topcity-i-content {
    border-radius: 8px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    align-content: flex-end;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    background: rgb(34, 34, 34);
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.9) 20%, rgba(34, 34, 34, 0) 70%);
}

.main-topcity-ic-figure {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 8px;
}

.main-topcity-ic-figure img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.main-topcity-ic-label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    opacity: 0.7;
}

.main-topcity-ic-title {
    display: block;
    text-align: right;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.0rem;
}

@media screen and ( min-width: 1200px ) {
    .main-topcity-list {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 26px);
        margin: 0 -13px;
    }

    .main-topcity-item {
        width: calc(100% / 6 - 26px);
        margin: 13px;
    }
}

@media screen and (max-width: 1200px) {
    .topcity {
        padding: 40px 0;
    }

    .main-topcity-img {
        display: none;
    }

    .main-topcity-effect {
        display: none;
    }

    .main-topcity-list {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .topcity {
        display: none;
    }

    .main-topcity-title {
        margin-bottom: 24px;
    }
}

/*  app faq
/*---------------------------------------------------------------------------------*/
.appfaq {
    padding: 60px 0 40px;
    background: #fff;
}

.main-appfaq-app {
    border-radius: 8px;
    background: rgb(182, 31, 38);
    background: linear-gradient(270deg, rgba(182, 31, 38, 1) 0%, rgba(51, 51, 51, 1) 100%);
    width: 100%;
    display: flex;
    padding: 40px;
    height: 280px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.main-appfaq-app-figure {
    width: 500px;
    position: relative;
    margin-top: -70px;
}

.main-appfaq-app-figure img {
    width: 100%;
    height: auto;
}

.main-appfaq-app-content {
    width: calc(100% - 660px);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    align-content: center;
    position: relative;
    margin-right: -140px;
}

.main-appfaq-ac-title {
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}

.main-appfaq-ac-sub {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 16px;
}

.main-appfaq-app-qr {
    width: 30%;
}

.main-appfaq-ac-btn {
    display: flex;
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #d71921;
    width: 226px;
    align-items: center
}

.main-appfaq-acb-content {
    display: flex;
    flex-wrap: wrap;
    width: 190px;
}

.main-appfaq-acbc-title {
    width: 100%;
    display: block;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.main-appfaq-acbc-sub {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.main-appfaq-acbc-icon {
    width: 36px;
    align-items: center;
}

.main-appfaq-acbc-icon i {
    width: 30px;
    height: 30px;
}

.main-appfaq-acbc-icon i path {
    fill: #fff;
}

.main-appfaq-app-qr {
    width: 160px;
    height: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
}

.main-appfaq-app-qr img {
    width: 100%;
    height: auto;
}

.main-appfaq-list {

}

.main-appfaq-item {
    border: 1px solid #d1d1d1;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
}

.main-appfaq-item-title {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    width: 100%;
    transition: all 0.2s ease-in-out;
    padding-left: 24px;
}

.main-appfaq-item-title::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M4.251 181.1C7.392 177.7 11.69 175.1 16 175.1c3.891 0 7.781 1.406 10.86 4.25l197.1 181.1l197.1-181.1c6.5-6 16.64-5.625 22.61 .9062c6 6.5 5.594 16.59-.8906 22.59l-208 192c-6.156 5.688-15.56 5.688-21.72 0l-208-192C-1.343 197.7-1.749 187.6 4.251 181.1z'/%3E%3C/svg%3E");
    height: 18px;
    width: 16px;
    top: 2px;
    left: 0px;
    position: absolute;
}

.main-appfaq-item-title[aria-expanded="true"]::after {
    width: 16px;
    height: 18px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M443.8 330.8C440.6 334.3 436.3 336 432 336c-3.891 0-7.781-1.406-10.86-4.25L224 149.8l-197.1 181.1c-6.5 6-16.64 5.625-22.61-.9062c-6-6.5-5.594-16.59 .8906-22.59l208-192c6.156-5.688 15.56-5.688 21.72 0l208 192C449.3 314.3 449.8 324.3 443.8 330.8z'/%3E%3C/svg%3E");
}

.main-appfaq-item-title:hover {
    color: #d71921;
    transition: all 0.2s ease-in-out;
}

.main-appfaq-item-content {
    padding: 8px 0 0 0;
}

.airports_list_ul {
    margin-right: 15px;
}

.airports_list_ul li a {
    font-size: 12px !important;
    color: #d71921 !important;
}

.airports {
    padding: 5px 9px !important;
    font-size: small !important;
    margin-right: 0 !important;
    color: #8798ad !important;
}
.airports:hover{
    color: #d71921 !important;
    font-weight: bold !important;
}

.searchbox-dropdown-item{
    padding-bottom: 0 !important;
}

.state{
    width: 100% !important;
}

.all_airports {
    padding: 0 15px !important;
    font-size: 12px !important;
    color: #a4a4a4 !important;
}

.searchbox-dropdown-list div:not(.state) {
    border-right: 1.7pt solid #d6d9e3 !important;
    position: relative !important;
    right: 16px !important;
    width: 90% !important;
}

.searchbox-autocomplete-item__airport-pipe {
    border-right: 1.7pt solid #d6d9e3 !important;
    width: 1px !important;
    height: 18px !important;
    position: absolute !important;
    right: -2px !important;
}

.searchbox-autocomplete-item__airport-pipe:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    left: -1.5px;
    top: 6px;
}

@media screen and (max-width: 1200px) {
    .main-appfaq-app-figure {
        width: 420px;
        margin-top: -20px;
        margin-right: -20px;
    }

    .main-appfaq-app-content {
        width: calc(100% - 550px);
        margin-right: -160px;
    }
}

@media screen and (max-width: 992px) {
    .main-appfaq-app-figure {
        display: none;
    }

    .main-appfaq-app-content {
        width: calc(100% - 160px);
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .search-result-faq-t-name {
        font-size: 20px;
    }

    .appfaq {
        padding: 24px 0;
        background: #fff;
    }

    .main-appfaq-app {
        display: none;
    }

    .main-appfaq-item-title {
        font-size: 15px;
        line-height: 1.5rem;
    }

    .main-fw-t-name,
    .main-tt-tname {
        font-size: 20px;
    }
}



.mb-searchbox-mobile-header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-radius: 16px;
    margin-bottom: 10px;
}

.mb-searchbox-mobile-close-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mb-searchbox-mobile-close-btn i{
    width: 22px;
    height: 22px;
    display: flex;
}

.mb-searchbox-mobile-clear{
    font-size: 16px;
}

.mb-searchbox-mobile.mobile-side{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #fff;
    z-index: 99999;
    padding: 10px 10px 0 10px;
    overflow-y: scroll;
    height: 100%;
    margin-bottom: 0;
    display: none;
}

::-webkit-scrollbar {
    display: none;
}

.mb-sb-suggestion{
    border-bottom: 0.5px solid #c5c4c4;
    padding: 8px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mb-sb-suggestion:hover{
    background-color: #f5f5f5;
}
.twitter-typeahead{
    width: 100%;
}

@media screen and (max-width: 992px) {
    .searchbox-dropdown{
        position: fixed !important;
        width: 100%;
        right: 0 !important;
        left: 0 !important;
        top: 120px !important;
        bottom: 0 !important;
        max-height: 1000px !important;
        border-radius: 0px !important;
        background-color: #fff;
        overflow-y: auto;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px !important;
        border: 0 !important;
    }
}

.cabin-type-class{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 6px;
    list-style: none;
    border: 1px solid #DF474D;
    border-radius: 32px;
    margin-left: 5px;
    height: 34px;
}
.cabin-type-class.active{
    background-color: #DF474D;
}
.cabin-type-class.active > .ss-hn-nav-animate-cabin-type{
    color: #FFFFFF;
}
.cabin-type-radio{
    display: none;
}
.cabin-type-lablel{
    width: 100%;
}
.cabin-type-div{
    display: flex;
    margin-top: 17px;
}
@media screen and (max-width: 768px) {
    .cabin-type-div{
        margin-bottom: 17px;
    }
}

.main-header-title {
    color: #0d0a0a;
    padding-bottom: 20px;
    font-size: 20px;
}


@media screen and (max-width: 768px) {
    .main-header-title {
        margin-top: 80px;
    }
}
