.scroll-box {
  margin-top: 15rem;
}

.com-reduce,
.com-add {
    position: relative;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: gray;
}

.com-reduce::before,
.com-add::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 70%;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.com-add::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 70%;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(90deg);
}

.com-clock {
    position: relative;
    cursor: pointer;
    user-select: none;
    cursor: auto;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid gray;
    background-color: #fff;
}

.com-clock::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 50%;
    height: 1px;
    background-color: #fff;
    background-color: gray;
    top: 25%;
    transform: translate(-50%, 1px) rotate(90deg);
}

.com-clock::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 50%;
    height: 1px;
    background-color: #fff;
    background-color: gray;
    transform: translate(-1px, 0);
}

.com-menu {
    position: relative;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    width: 14px;
    height: 15px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.com-menu::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    background-color: #000;
    transform: translate(-50%, -50%);
}

.com-triangle-down {
    width: 5px;
    height: 5px;
    border-top: 5px solid black;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #fe7a1f;
}

.com-triangle-down-black {
    width: 5px;
    height: 5px;
    border-top: 5px solid black;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid black;
}

.arrow_right_orange,
.arrow_down_blue {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 3px;
    background-color: #fe7a1f;
}

.arrow_right_orange::before,
.arrow_down_blue::before {
    position: absolute;
    right: -0.5px;
    background-color: #fe7a1f;
    content: '';
    width: 8px;
    height: 1.5px;
    transform-origin: right;
    margin-top: 0.7px;
    transform: rotate(45deg) skewX(135deg);
}

.arrow_right_orange::after,
.arrow_down_blue::after {
    position: absolute;
    right: -0.5px;
    background-color: #fe7a1f;
    content: '';
    width: 8px;
    height: 1.5px;
    transform-origin: right;
    margin-top: 0.7px;
    transform: rotate(-45deg) skewX(45deg);
}

.arrow_down_blue {
    background-color: #00a6f8;
    transform: rotate(90deg);
    width: 15px;
    height: 1.5px;
    margin: 5px 0px;
}

.arrow_down_blue::after {
    position: absolute;
    right: -0.5px;
    background-color: #00a6f8;
    content: '';
    width: 8px;
    height: 1.5px;
    transform-origin: right;
    margin-top: 0.7px;
}

.arrow_down_blue::before {
    position: absolute;
    right: -0.5px;
    background-color: #00a6f8;
    content: '';
    width: 8px;
    height: 1.5px;
    transform-origin: right;
    margin-top: 0.7px;
}

.com-person {
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1.5px solid #707070;
    margin-bottom: 8px;
    margin-left: 6px;
    box-sizing: border-box;
}

.com-person::after {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 16px;
    height: 8px;
    border-radius: 8px 8px 0 0;
    border: 1.5px solid #707070;
    border-bottom: none;
    box-sizing: border-box;
}

* {
    -webkit-overflow-scrolling: touch;
}

html,
body,
.content {
    height: 100%;
    font-family: Montserrat, sans-serif !important;
}

.content a {
    text-decoration: none !important;
}

.business-dropdown-item a {
    color: #333;
}

.bottom-bar {
    width: 100%;
    height: fit-content;
    position: relative;
}

.top-bar-cnt .top-item-box {
    background-color: #fff;
}

.top-item-box .top-item:hover {
    background-color: rgba(254, 122, 31, 0.2) !important;
}


/* .top-item-btn {
      cursor: pointer;
  } */

.bottom-bar-cnt .contact-methods {
    font-size: 14px;
    color: #666666;
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 35px;
    padding-top: 35px;
}

.detail-page-entry-box {
    width: 100%;
    text-align: center;
    margin-top: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-page-entry-box .detail-page-entry {
    width: 260px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #fe7a1f;
    padding: 12px 66px;
    font-size: 18px;
    color: #fe7a1f;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-box .partners-logos {
    width: 1200px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.pgr-limit {
    font-size: 14px;
    text-align: center;
    margin-top: -10px;
}

@media only screen and (max-width: 1230px) {
    .partners-box {
        height: 700px !important;
    }
    .partners-box .partners-logos {
        width: 600px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
}

@media only screen and (max-width: 1200px) {
    .bottom-bar-cnt .partners-logoes .logo {
        width: 14.78% !important;
        height: 63px;
        float: left;
        margin-right: 1.8% !important;
    }
}

.top-item-dropdown {
    width: 260px;
    position: absolute;
    border: 1px solid #ccc;
}

.top-item-dropdown div {
    height: 50px;
    line-height: 50px;
    text-align: left;
}

.top-item-dropdown label {
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #333;
    padding-left: 20px;
}

.bottom-bar-cnt .partners-title {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.bottom-bar-cnt .partners-logoes {
    width: 100%;
    height: 63px;
    margin: 20px auto;
}

.bottom-bar-cnt .partners-logoes .logo {
    width: 133px;
    height: 63px;
    float: left;
    margin-right: calc((100% - 798px) / 5);
}

.bottom-bar-cnt .bottom-navbar {
    font-size: 14px;
    color: #666;
    width: 100%;
    text-align: center;
}

.bottom-navbar a {
    font-size: 16px;
    color: #666 !important;
    cursor: pointer !important;
    text-decoration: none;
}

.bottom-navbar a:hover {
    text-decoration: underline !important;
}

.bottom-bar-cnt .navbar-divide-line {
    display: inline-block;
    width: 0px !important;
    height: 14px;
    border-right: 2px solid #666;
    margin-top: 5px !important;
    margin-bottom: -2px !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
}

.cur-divide-line {
    display: inline-block;
    width: 0px !important;
    height: 14px;
    border-right: 2px solid #666;
    margin-top: 5px !important;
    margin-bottom: -2px !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
    position: absolute;
    top: 13px;
    left: 83px;
}

.elife-ver {
    font-size: 14px;
    color: #666;
    text-align: center;
    z-index: 10000;
}

.social-entries-logoes a {
    float: left;
    text-decoration: none;
}

.social-entries-logoes img {
    margin: 8px;
}

.more-up .cur-divide-line,
.more-down .cur-divide-line {
    display: inline-block;
    width: 0px !important;
    height: 14px;
    border-right: 0px solid #666;
    margin-top: 5px !important;
    margin-bottom: -2px !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
    position: absolute;
    top: 13px;
    left: 83px;
}

.bottom-bar-cnt .navbar-divide-line,
.cur-divide-line {
    display: inline-block;
    width: 0px !important;
    height: 14px;
    border-right: 2px solid #666;
    margin-top: 5px !important;
    margin-bottom: -2px !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
}

.fixed-funds-detail {
    width: 100%;
    height: auto;
    padding: 15px;
    padding-right: 30px;
    position: fixed;
    bottom: 49px;
    background-color: #fff;
    z-index: 10002;
}

.empty-box {
    width: 100%;
    height: 49px;
}

.fixed-funds-bar-box {
    width: 100%;
    height: 49px;
    position: fixed;
    bottom: 0;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px;
    z-index: 10002;
}

.only-lang-lang-switch {
    font-size: 14px !important;
    color: #333 !important;
    width: 100% !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
    padding: 0 !important;
    background-color: #fff;
    margin-left: 0 !important;
    cursor: pointer !important;
}

.only-lang-top-item-box .only-lang-lang-down {
    width: 15px;
    height: 15px;
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
}

.only-lang-top-item-box .only-lang-lang-switch-dropdowns {
    position: absolute;
    top: 40px !important;
    right: 10px !important;
}

.service-type-detail {
    height: 92px;
    font-size: 18px;
    text-align: left;
    padding: 0 10px;
    margin-top: -15px;
}

.service-type:hover {
    background-color: #ffeadd;
}

@media only screen and (max-width: 768px) {
    .scroll-box {
        margin-top: 8rem;
    }  
    .card__side--back {
        width: 100% !important;
        height: 100% !important;
        margin-left: 0 !important;
    }
    .top-item-dropdown {
        position: fixed !important;
    }
    .star-drivers-cards {
        width: 100% !important;
    }
    /* h1 {
      font-size: 18px !important;
    }
    h2 {
      font-size: 14px !important;
    }
    h3 {
      font-size: 10px !important;
    } */
    p {
        font-size: 12px !important;
    }
    .pgr-limit {
        font-size: 12px !important;
        width: 90%;
        margin: 0 auto;
    }
    .pc-top-bar-placeholder {
        width: 100%;
        height: 0 !important;
    }
    .front-parent-with-pop-destinations {
        height: 962px !important;
    }
    .only-lang-top-item-box {
        width: 100px !important;
        height: 44px !important;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 0 !important;
    }
    .service-types-container {
        width: 100% !important;
        padding: 70px 0 !important;
    }
    .cur-switch-modal .cur-field-dropdown {
        padding: 0 !important;
    }
    .cur-switch-modal .cur-field-dropdown .down-arrow {
        top: 266px !important;
    }
    .cur-field-dropdown tr.more-down {
        border-bottom: none !important;
    }
    .mobile-topbar-posi-box {
        width: 100%;
        height: 44px;
    }
    .top-item-box .top-item {
        padding: 0 20px;
        font-size: 14px !important;
        color: #333 !important;
        width: 100% !important;
        height: 50px !important;
        line-height: 50px !important;
        text-align: left;
        background-color: #fff !important;
        margin-left: 0 !important;
    }
    .business button {
        color: #333 !important;
    }
    .business ul.dropdown-menu {
        width: 100%;
        height: 500px !important;
        left: 5px;
        top: 300px !important;
        margin-left: 0 !important;
        border: none !important;
    }
    .business-switch-dropdowns,
    .lang-switch-dropdowns {
        width: 100% !important;
        height: 300px !important;
        position: absolute;
        left: 0 !important;
    }
    .cur-switch-dropdowns {
        width: 100% !important;
        position: absolute;
        left: 0 !important;
    }
    .bottom-bar,
    .bottom-bar-cnt {
        width: 100%;
        margin-top: 0 !important;
    }
    .bottom-bar-cnt .service-purpose {
        height: 44px !important;
        line-height: 44px !important;
        font-size: 12px !important;
    }
    .social-entries-logoes {
        margin-left: 10px !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }
    .social-entries-logoes img {
        width: 22.5px !important;
        height: 22.5px !important;
        display: inline-block;
    }
    .bottom-bar-cnt .partners-logoes {
        width: 100%;
        height: auto !important;
    }
    .bottom-bar-cnt .partners-logoes .logo {
        width: 30% !important;
        height: 63px;
        float: none !important;
        margin: 2px !important;
        display: inline-grid !important;
    }
    .bottom-bar-cnt .partners-title {
        font-size: 14px;
        color: #333;
    }
    .bottom-bar-cnt .bottom-navbar {
        font-size: 12px;
        color: #666;
        width: 100%;
        text-align: center;
    }
    /* .business-switch-down {
          top: 8px !important;
          left: 0 !important;
      } */
    .com-triangle-down {
        border-top: 5px solid black !important;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
}

.current-index {
    font-weight: bold !important;
}

.faq-tab {
    width: 100%;
    height: 100%;
}

.privacy-policy-tab {
    width: 100%;
    height: 100%;
}

.copy-succeed-notify {
    width: 275px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    padding: 15px 0;
    border: 1px solid #cccccc;
    border-radius: 15px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px;
    z-index: 3999;
}

.top-item-dropdown .down-arrow,
.top-item-dropdown .up-arrow {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0, -50%);
}

.business ul {
    margin-left: -47px !important;
}

.content .active {
    background-color: #eee !important;
}

.cur-switch::placeholder {
    color: #333;
}

.card {
    border: none !important;
    background-color: #f4f4f4 !important;
}

.card.is-switched .card__wrapper {
    animation: rotate 0.5s linear both;
}

.card__wrapper {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: rotate-inverse 0.5s linear both;
}

.card__side {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: blue; */
}

.card__side--back {
    transform: rotateY(180deg);
    border-radius: 8px;
    width: 180px;
    height: 212px;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    margin-left: 25px;
    /* background-color: red; */
}

@keyframes rotate {
    0% {
        transform: rotateY(0);
    }
    70% {
        transform: rotateY(200deg);
    }
    100% {
        transform: rotateY(180deg);
    }
}

@keyframes rotate-inverse {
    0% {
        transform: rotateY(180deg);
    }
    70% {
        transform: rotateY(-20deg);
    }
    100% {
        transform: rotateY(0);
    }
}


/* ---------home scss start-------- */

* {
    margin: 0;
    padding: 0;
}

.container-fluid {
    padding: 0;
    margin: 0;
    /* width: 100vw;
    height: 100vh; */
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
}

.container-fluid .top-bar {
    width: 100%;
    flex: 0 0 88px;
    height: 88px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    background-color: #fff;
}

.container-fluid .top-bar .top-bar-cnt {
    box-sizing: border-box;
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-fluid .top-bar .top-bar-cnt .logo-box .elife-logo {
    width: 72px;
    height: 44px;
}

.container-fluid .top-bar .top-bar-cnt .logo-box .elife-logo svg {
    width: 72px;
}

.container-fluid .top-bar .top-bar-cnt .top-item-box {
    display: flex;
    height: 100%;
    box-sizing: border-box;
}

.container-fluid .top-bar .top-bar-cnt .top-item-box .top-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    padding: 0 15px;
}

.container-fluid .top-bar .top-bar-cnt .top-item-box .top-item input {
    text-align: center;
    width: 88px;
    color: #fe7a1f;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.container-fluid .top-bar .top-bar-cnt .mobile-navbar-toggler {
    display: none;
}

.container-fluid .scroll-box .home-block .embed-div {
    position: relative;
    /* overflow: hidden; */
    height: 800px;
}

.container-fluid .scroll-box .home-block .embed-div .front-inc {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    border: 0;
    margin-top: 44px;
}

@media (max-width: 767.98px) {
    .container-fluid .home-block .embed-div {
        height: 800px;
    }
    .container-fluid .top-bar {
        height: 44px;
        flex: 0 0 44px;
    }
    .container-fluid .top-bar .top-bar-cnt .logo-box .elife-logo {
        width: 60px;
        height: 35px;
    }
    .container-fluid .top-bar .top-bar-cnt .logo-box .elife-logo svg {
        width: 60px;
    }
    .container-fluid .top-bar .top-bar-cnt .top-item-box {
        transform: scale(0);
        width: 100%;
        height: 300px;
        z-index: 999;
        position: fixed;
        left: 0px;
        top: 44px;
        display: block;
        user-select: none;
    }
    .container-fluid .top-bar .top-bar-cnt .top-item-box .top-item input {
        text-align: left;
        color: #333;
    }
    .container-fluid .top-bar .top-bar-cnt .mobile-navbar-toggler {
        display: flex;
        align-items: center;
        user-select: none;
        width: 30px;
        height: 44px;
    }
}


/* Body css */


/* Breadcrumb */

.air_breadcrumbs {
    display: flex;
    max-width: 1200px;
    height: auto;
    margin-top: 25px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.air_breadcrumb {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #261205 !important;
    cursor: pointer;
}

.air_breadcrumb_chevron {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding-left: 4px;
    padding-right: 4px;
    color: #fe7a1f;
}

.home-block,
.shared-block {
    max-width: 1200px;
    height: auto;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
}

.shared-block {
    margin-bottom: 214px;
}

.main-title {
    height: 59px;
    left: 165px;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.005em;
    color: #fe7a1f;
    margin-top: 0px;
}

.main-desc {
    height: 44px;
    left: 165px;
    margin-top: 16px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.0015em;
}

.search-bar {
    display: flex;
    margin-top: 32px;
    justify-content: center;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.search-input {
    box-sizing: border-box;
    left: 0%;
    right: 17.1%;
    top: 0%;
    bottom: 0%;
    background: #ffffff;
    border: 0.5px solid #e4e1e0;
    border-radius: 8px;
    /* margin-right: 4px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px; */
    height: 56px;
    width: 100%;
    padding: 12px;
    padding-left: 50px;
}

.search-bar input:focus {
    outline: none !important;
    border: 1px solid #fe7a1f;
    box-shadow: 0px 0px 24px 1px rgb(228 225 224 / 50%);
}

.search-btn {
    left: 83.81%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #ffdec7;
    border: 0.5px solid #fe7a1f;
    box-shadow: 0px 0px 24px rgba(255, 189, 143, 0.15);
    /* border-radius: 8px;
    margin-left: 4px; */
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    width: 146px;
    font-weight: 600;
    font-size: 24px;
    color: #fe7a1f;
}

.search-btn:focus {
    outline: none !important;
}

.most-popular {
    width: 235px;
    height: 41px;
    left: 165px;
    margin-top: 44px;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.0025em;
    margin-bottom: 0px;
}

.popular-airports-in-countries {
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
    column-gap: 64px;
}

.popular-airports {
    box-sizing: border-box;
    width: calc(50% - 32px);
    height: 416px;
    left: 165px;
    background: #ffffff;
    border: 0.25px solid #e4e1e0;
    box-shadow: 0px 0px 24px 1px rgba(228, 225, 224, 0.5);
    border-radius: 8px;
    margin-bottom: 24px;
}

.popular-airports-content {
    display: flex;
}

.popular-airports-image {
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    border-radius: 8px 0px 0px 8px;
    height: 416px;
    width: 220px;
}

.popular-airports-image>img {
    height: 416px;
    width: 220px;
}

.usa-airports-bg {
    background: url("./most-popular-airports/usa-city.png");
}

.mexico-airports-bg {
    background: url("./most-popular-airports/mexico-city.png");
}

.france-airports-bg {
    background: url("./most-popular-airports/france-city.png");
}

.spain-airports-bg {
    background: url("./most-popular-airports/spain-city.jpg");
}

.turkey-airports-bg {
    background: url("./most-popular-airports/turkey-city.png");
}

.brazil-airports-bg {
    /* background: url("./most-popular-airports/brazil-city.png"); */
    margin-top: -4px;
}

.popular-airports-list-content {
    padding: 30px 16px 30px;
}

.popular-airports-list-content>div>img {
    width: 36px;
    height: 36px;
}

.airport-country {
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #261205;
    margin-bottom: 0px;
}

.popular-airports-list {
    margin-top: 20px;
}

.popular-airport {
    height: 40px;
    color: #fe7a1f;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-top: 16px;
}

.popular-airport p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0015em;
    color: #fe7a1f;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.see-more-airports {
    display: none;
    width: 100%;
    height: 44px;
    bottom: 44px;
    background: linear-gradient(90deg, #fe676e 0%, #fd8f52 95.31%);
    border-radius: 0px 0px 8px 8px;
    position: relative;
    border: transparent;
}

.see-more-airports span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fffdfc;
}

.continent-airports {
    margin-top: 36px;
}

.heading-3 {
    margin-top: 52px;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.0025em;
    color: #261205;
}

.country-airport-list {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
}

.country-airport {
    width: 25%;
    margin-bottom: 20px;
}

.country-airport .airport {
    flex: none;
    order: 0;
    margin-bottom: 16px;
    flex-grow: 0;
    margin-right: 16px;
}

.country-airport .airport p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.0015em;
    color: #fe7a1f;
}

.country-airport .country {
    margin-bottom: 18px;
    align-items: center;
    display: flex;
}

.country-airport .country>img {
    width: 36px;
    height: 36px;
}

.heading-4 {
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-left: 7px;
    margin-bottom: 0px;
}

.m-l-8 {
    margin-left: 8px;
}


/* Detail */

.hero-img {
    left: 0.07%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    height: 632px;
    background: linear-gradient( 180deg, rgba(38, 18, 5, 0.5) 3.65%, rgba(38, 18, 5, 0.4) 16.67%, rgba(38, 18, 5, 0.3) 28.13%, rgba(38, 18, 5, 0.15) 59.9%, rgba(38, 18, 5, 0.05) 79.69%, rgba(38, 18, 5, 0.02) 94.79%);
}

.hero-img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    height: 100%;
    object-fit: cover;
}

.hero-text {
    position: relative;
    left: 66.55%;
    right: 3.89%;
    /* top: 13%; */
    bottom: 74.64%;
    font-weight: 600;
    font-size: 64px;
    line-height: 78px;
    letter-spacing: 0.005em;
    color: #fffdfc;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.detail-block {
    margin-top: 44px;
}

.detail-main {
    max-width: 1200px;
    height: auto;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.meta-info {
    margin-top: 44px;
}

.meta-title {
    /* height: 41px; */
    left: 462px;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #fe7a1f;
}

.meta-description {
    /* height: 158px; */
    left: 165px;
    margin-top: 32px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.0015em;
}

.detail-popular-airports,
.more-airports {
    margin-top: 64px;
}

.detail-popular-airports-title,
.more-airports-title,
.all-airports {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.detail-popular-airports-list {
    margin-top: 24px;
}

.detail-popular-airport {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 16px;
    /* width: 354px; */
    /* height: 86px; */
    left: 165px;
    background: #ffffff;
    box-shadow: 0px 0px 24px 1px rgba(255, 222, 199, 0.2);
    border-radius: 8px;
    border: 1px solid #fd8f52;
    /* border-image: linear-gradient(to right, #FE676E, #fd8f52) 1 100%; */
    margin-bottom: 34px;
    margin-right: 24px;
}

.airport-book {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.0015em;
    color: #5c4d44;
    order: 0;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.w-33 {
    width: 33%;
}

.w-25 {
    width: 25%;
}

.m-t-24 {
    margin-top: 24px;
}

.detail-popular-airport a {
    width: 69px;
    height: 32px;
    background: linear-gradient(90deg, #fe676e 0%, #fd8f52 95.31%);
    border-radius: 8px;
    border: transparent;
    flex: none;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0015em;
    color: white;
}

.detail-airport {
    margin-bottom: 16px;
}

.detail-airport p {
    width: 260px;
    height: 34px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.0015em;
    color: #fe7a1f;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-right: 25px;
}

.all-airports {
    margin-top: 88px;
    color: #5c4d44;
}

.airport-search-item {
    height: 70px;
    background-color: #fff;
    border-radius: 2px;
    list-style: none;
    padding: 24px;
    position: relative;
    width: calc(100% - 660px);
    margin: auto;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .airport-search-item {
        height: 70px;
        background-color: #fff;
        border-radius: 2px;
        list-style: none;
        padding: 24px;
        position: relative;
        width: calc(100% - 60px);
        margin: auto;
        margin-bottom: 20px;
    }
}

.airport-search-item.search-box .search-box-disable-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: rgba(204, 204, 204, 0);
    z-index: 9999999999999;
}

.airport-search-item.search-box .cell-num-box {
    height: 30px;
}

.airport-search-item.search-box .cell-num-box input {
    width: 200px;
    margin-left: 130px;
}

.airport-search-item.search-box .auto-airport-box-dropdown .cell-item:hover {
    text-decoration: underline;
    cursor: pointer;
}

.airport-search-item.search-box .auto-airport-box-dropdown .more-up div,
.airport-search-item.search-box .auto-airport-box-dropdown .more-down div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.up-arrow {
    width: 15px;
    height: 15px;
    background: url(https://elifetransfer.s3.us-east-2.amazonaws.com/art/icon/sign_up/up_icon.png) no-repeat;
    background-size: 80%;
    background-position: center;
    z-index: 999999999;
}

.down-arrow {
    width: 15px;
    height: 15px;
    background: url(https://elifetransfer.s3.us-east-2.amazonaws.com/art/icon/sign_up/down_icon.png) no-repeat;
    background-size: 80%;
    background-position: center;
    z-index: 999999999;
}

.airport-search-item.search-box .auto-airport-box-dropdown .up-arrow,
.airport-search-item.search-box .auto-airport-box-dropdown .down-arrow {
    background-size: 50% !important;
}

.search-cell:hover {
    background: #fe7a1f !important;
    box-shadow: 0px 0px 24px rgb(255 189 143 / 15%);
    font-size: 14px;
    color: #fff;
}

.search-data-list {
    color: #333;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 900px;
    margin-top: 56px;
    margin-right: 14px;
}


/* mobile size */

@media only screen and (max-width: 768px) {
    .home-block,
    .shared-block,
    .air_breadcrumbs,
    .detail-main {
        max-width: 768px;
        margin-top: 24px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .air_breadcrumb {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #261205 !important;
        cursor: pointer;
    }
    .main-title {
        font-size: 20px;
    }
    .main-desc {
        width: 312px;
        height: 60px;
        margin-top: 8px;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.0015em;
    }
    .search-bar {
        display: flex;
        margin-top: 24px;
        justify-content: center;
        width: calc(100% - 36px);
        margin-left: 16px;
        margin-right: 16px;
    }
    .search-input {
        border: 0.5px solid #e4e1e0;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
        height: 40px;
        width: 100%;
        padding: 12px;
        padding-left: 45px;
    }
    .search-input::placeholder {
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.0015em;
        color: #5c4d44;
    }
    .search-btn {
        background: #ffdec7;
        border: 0.5px solid #fe7a1f;
        box-shadow: 0px 0px 24px rgb(255 189 143 / 15%);
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        width: 70px;
        font-weight: 400;
        font-size: 14px;
        color: #fe7a1f;
    }
    .search-data-list {
        color: #333;
        border: 1px solid #ccc;
        font-size: 14px;
        width: calc(100% - 36px);
        margin-top: 40px;
        margin-right: 12px;
    }
    .most-popular {
        margin-top: 32px;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.0015em;
    }
    .popular-airports-in-countries {
        display: flex;
        flex-wrap: wrap;
        margin-top: 16px;
        column-gap: 0px;
    }
    .popular-airports-image {
        width: 142px;
    }
    .popular-airports-image img {
        width: inherit;
        height: inherit;
    }
    .popular-airports {
        box-sizing: border-box;
        width: 100%;
        border: 0.25px solid #e4e1e0;
        box-shadow: 0px 0px 24px 1px rgb(228 225 224 / 50%);
        border-radius: 8px;
        margin-bottom: 16px;
    }
    .airport-country {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #261205;
    }
    .country img {
        width: 24px;
    }
    .popular-airport a {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.0015em;
        color: #fe7a1f;
    }
    .see-more-airports span {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #fffdfc;
    }
    .heading-3 {
        margin-top: 44px;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.0015em;
        margin-bottom: 0px;
    }
    .country-airport-list {
        margin-top: 18px;
    }
    .country-airport {
        width: 50%;
        margin-bottom: 24px;
    }
    .country-airport .country {
        margin-bottom: 18px;
        align-items: center;
        display: flex;
    }
    .heading-4 {
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        padding-left: 7px;
    }
    .country-airport .airport a {
        font-size: 12px;
        line-height: 15px;
    }
    .detail-block {
        margin-top: 24px;
    }
    .hero-img {
        height: 232px;
    }
    .hero-text {
        bottom: 132px;
        text-align: center;
        font-weight: 600;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: 0.005em;
        color: #fffdfc;
        left: auto;
        right: auto;
    }
    .detail-main {
        margin-bottom: 32px;
    }
    .meta-info {
        margin-top: 0px;
    }
    .meta-title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.0015em;
        color: #fe7a1f;
    }
    .meta-description {
        left: 165px;
        margin-top: 16px;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.0015em;
        color: #261205;
    }
    .detail-popular-airports,
    .more-airports {
        margin-top: 24px;
    }
    .detail-popular-airports-title,
    .more-airports-title,
    .all-airports {
        font-size: 18px;
        line-height: 22px;
    }
    .detail-popular-airports-list {
        margin-top: 16px;
    }
    .detail-popular-airport {
        margin-bottom: 16px;
        margin-right: 0px;
        justify-content: space-between;
    }
    .airport-book {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.0015em;
    }
    .more-airports {
        margin-top: 44px;
    }
    .detail-airport a {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.0015em;
        color: #fe7a1f;
        margin-right: 16px;
    }
    .air_breadcrumb_chevron {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
        line-height: 15px;
    }
}