:root {
    --main-color: #005591;
    --white-color: #ffffff;
    --black-color: #214373;
    --black-color-opacity: #2b2540c4;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --transition: .4s all ease-in-out;
}
.section_padding_top {
    padding: 40px 0 0 0;
}
.section_padding {
    padding: 20px 0;
    background: #f2f1f0;
}
.section_heading_center h2 {
    position: relative;
    padding-bottom: 15px;
    font-size: 32px;
    color: #0d426a;
    font-family: Poppins, sans-serif;
}
.section_heading_center h2:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: var(--main-color);
    left: 0;
    transform: translate(-50%, 50%);
    bottom: 0;
}
#theme_search_form {
    margin-top: -40px;
    z-index: 2;
}

.theme_search_form_area_city {
    background: #4fbae8;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
}
.img_city {
    width: 100%;
    height: 349px;
    border-radius: 10px;
}

.theme_search_form_area {
    background: #acd8f3;
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 8px 8px 8px 8px;
    position: relative;
    border: 0px solid #214373;
}
.theme_search_form_tabbtn .nav-tabs .nav-item.show .nav-link,
.theme_search_form_tabbtn .nav-tabs .nav-link.active {
    color: var(--main-color);
    background-color: #ffffff00;
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
}

.theme_search_form_tabbtn .nav-tabs .nav-link {
    margin-bottom: 0;
    color: var(--white-color);
    border-radius: 6px;
    border: 0px solid var(--main-color);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .06em;
}
.flight_Search_boxed {
    background: #ffffff;
    padding: 2px 10px 2px 10px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #f2f1f0;
}
.flight_Search_boxed p {
    font-size: 12px;
}

.flight_Search_boxed input {
    font-size: 14px;
    width: 87%;
    border: none;
    background: transparent;
    font-weight: 500;
    height: 26px;
    padding: 0;
}
.dropdown_passenger_area button {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    height: 26px;
}
.theme_common_box_two {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #d2d2d275;
    transition: var(--transition);
    margin-bottom: 30px;
}
.theme_two_box_img img {
    width: 100%;
    height: 200px;
}
.theme_two_box_content h3 {
    font-weight: 500;
    color: #4fbae8;
}
.offer_area_box {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}

.offer_area_box img {
    width: 100%;
    height: 360px;
}

.offer_area_box .offer_area_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 27px;
    z-index: 999;
}
#footer_area {
    padding: 40px 0px;
    background: #0d426a;
    color: #fff;
    border-top: 4px solid #4fbae8;
}

.footer_heading_area h5 {
    border-bottom: 2px solid #4fbae8;
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.footer_link_area ul li {
    padding-bottom: 11px;
}

.footer_link_area ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: var(--transition);
}
.copyright_left p {
    color: var(--black-color);
    font-size: 12px;
    font-weight: 500;
}
.flight_search_right {
    background: #F3F6FD;
    padding: 25px 16px 20px 25px;
}



.topbar-area {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 0px solid #63616121;
    background-color: #0d426a;
    padding-right: 10px;
}
.topbar-list li a {
    color: var(--white-color);
}
.topbar-list li i {
    color: var(--white-color);
    padding-left: 5px;
}
.topbar-others-options li a {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
}
.topbar-others-options li a:hover {
    color: #fff !important;
}
.topbar-others-options li .language-option {
    padding: 0;
    position: relative;
    top: 0px;
}
.topbar-others-options li .language-option button {
    padding: 0;
    background-color: transparent;
    border: none;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    padding-right: 15px;
}
.topbar-others-options li .language-option button:hover {
    color: #fff;
}
.topbar-others-options li .language-option button::before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    border-color: #fff;
}
.main-navbar {
    padding: 6px 0;
    position: relative;
    border-top: 1px solid #ffffff9e;
    background: #0d426a;
}
.main-navbar .navbar .navbar-nav .nav-item a {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-family: 'Poppins', sans-serif;
    padding: 23px 0;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover {
    color: #4fbae8;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 0;
    display: inline-block;
    color: var(--navber-color);
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.main-navbar .navbar ul {
    padding-left: 290px;
    list-style-type: none;
    margin-bottom: 0;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 60px;
}
.navbar-area.is-sticky {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    background: #fff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: .6s;
    transition: .6s;
}
.mean-menu {
    justify-content: flex-end;
}
@media only screen and (max-width:1199px) {
    .topbar-area {
        background-color: #0d426a;
    }
    .main-responsive-nav .mean-container .mean-nav {
        margin-top: 62px;
    }
    .main-responsive-nav .mean-container a.meanmenu-reveal {
        padding: 12px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .topbar-others-options {
        text-align: center;
        margin-top: 0;
    }
}


.btn_save {
    color: var(--white-color);
    background-color: var(--main-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none;
    padding: 17px 24px;
    font-size: 17px;
}
.flight_search_right span {
    font-size: 26px;
    font-weight: 500;
}
.topbar-login {
    color: #fff;
}
.btn_cart {
    color: #fff;
    background: #0d426a;
    border: 0px solid #0d426a;
    padding: 0;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    font-size: 14px;
}
.number_cart {
    position: absolute;
    top: 0px;
    right: -14px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 9px;
    display: block;
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
}
.btn-newsletter {
    background: #4fbae8;
}

.block-box {
    background: #4fbae8;
    border-radius: 4px;
}
.block-title {
    font-size: 14px;
    color: #fff;
}
.form-control:focus {
    color: #000;
}