body {
    overflow-x: hidden;
    font-family: "Tajawal", sans-serif;
}
[dir=ltr] {
    font-family: "Poppins", sans-serif !important;
}
[dir=rtl] .slick-prev {
    right: 50px !important;
    left: auto !important;
}
[dir=rtl] .slick-next {
    right: auto !important;
    left: 50px !important;
}
a {
    text-decoration: none;
}
.upload_image input {
    display: none;
}
.upload_image .upload {
    height: 47px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #ecbd23;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 15px;
}
.upload_image .upload span {
    font-weight: 600;
}
.upload_image .upload .small {
    font-weight: 500;
    color: gray;
}
.upload_image .upload .icon_wrapper {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ecbd23;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.upload_image .upload .icon_wrapper .icon {
    width: 18px;
    height: 18px;
    fill: #fff;
}
.slick-disabled {
    opacity: 0 !important;
    visibility: hidden !important;
}
.slick-slide {
    height: auto !important;
}
.ps-inline-reset {
    padding-inline-start: .75rem !important;
}
input[type=date] {
    text-align: right;
}
[dir=ltr] input[type=date] {
    text-align: left;
}
textarea.form-control {
    height: auto;
}
@media(max-width: 400px) {
    .input-group .form-select {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 8px !important;
    }
}.btn-default {
     padding: 12px 25px;
     min-width: 150px;
     font-size: 15px;
     font-weight: 600;
     text-transform: uppercase;
     border-radius: 0;
     box-shadow: none !important;
     outline: unset !important;
     color: #fff;
     border-radius: 10px;
     transition: all .25s;
 }
.btn-default:focus {
    box-shadow: none !important;
    outline: none !important;
}
.btn-default:hover {
    background-color: #FFBD23 !important;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15) !important;
}
.btn-red {
    padding: 12px 25px;
    min-width: 150px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: none !important;
    outline: unset !important;
    color: #fff;
    background-color: #dd5356;
    border-radius: 10px;
    transition: all .25s;
}
.btn-red:hover {
    background-color: transparent !important;
    color: #dd5356 !important;
    border-color: #dd5356 !important;
}
.input_upload {
    position: relative;
    display: flex;
    align-items: center;
}
.input_upload input[type=file] {
    display: none;
}
.input_upload .preview_img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
}
.input_upload label {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.input_upload label .icon {
    width: 35px;
    height: 35px;
    fill: #ecbd23;
}
.input_upload label .sub-icon {
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 24px;
    height: 24px;
    fill: #ecbd23;
}
.form-control, .form-select {
    height: 47px;
    border-radius: 8px;
    border-color: #ecbd23;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;
    direction: inherit;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number][type=number] {
    -moz-appearance: textfield;
}
.sub-page {
    background-color: #f4f4f4;
}
.sub-page.bg_light {
    background-color: #fff;
}
.sub-page.fixed_nav .navbar {
    position: relative;
    top: unset;
    left: unset;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.sub-page.fixed_nav .content_wrapper {
    padding-block: 30px;
    overflow: hidden;
}
.counter_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.counter_wrapper.counrer_lg {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 12px;
    display: inline-flex;
    width: auto;
}
.counter_wrapper.counrer_lg .form-control {
    width: 60px;
    margin-inline: 8px;
}
.counter_wrapper .form-control {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center !important;
    border: none;
    background-color: none;
    padding-inline-start: 0 !important;
}
.counter_wrapper a {
    width: 20px;
    height: 20px;
    background-color: #ecbd23;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.form-group {
    margin-bottom: 20px;
}
.input-group {
    position: relative;
}
.input-group .input-group-text {
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
    background-color: transparent;
    border: none;
    padding-inline: 10px;
}
.input-group .input-group-text .icon {
    width: 14px;
    height: 14px;
    fill: #ecbd23;
}
[dir=ltr] .input-group .input-group-text {
    left: 0;
    right: unset;
}
.control-label {
    font-weight: 500;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 15px;
}
.control-label .icon {
    width: 19px;
    height: 19px;
    padding-inline-end: 6px;
    fill: #ecbd23;
}
.container-fluid {
    padding-inline: 200px;
    position: relative;
    /*z-index: 100;*/
}
@media(max-width: 1650px) {
    .container-fluid {
        padding-inline: 80px;
    }
}@media(max-width: 1400px) {
    .container-fluid {
        padding-inline: 40px;
    }
}@media(max-width: 1200px) {
    .container-fluid {
        padding-inline: 25px;
    }
}@media(max-width: 991px) {
    .container-fluid {
        padding-inline: 15px;
    }
}.loader_wrapper {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1001;
     background-color: #fffffffa;
     display: flex;
     justify-content: center;
     align-items: center;
     transition: all .35s;
 }
.loader_wrapper.hide {
    opacity: 0;
    visibility: hidden;
}
.loader_wrapper .loader {
    width: 60px;
    height: 60px;
    border: 3px dotted #ecbd23;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}
.loader_wrapper .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #ecbd23;
    border-style: solid solid dotted;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    animation: rotationBack .7s linear infinite;
    transform-origin: center center;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}@keyframes rotationBack {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(-360deg);
     }
 }.btn-scroll {
      width: 60px;
      min-width: 60px;
      box-shadow: 0 0 15px rgba(0, 0, 0, .15) !important;
      height: 60px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      background-color: #fff;
      border-color: #ecbd23;
      position: fixed;
      bottom: 15px;
      left: 15px;
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: all .25s;
  }
.btn-scroll.show {
    opacity: 1;
    visibility: visible;
}
.btn-scroll .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
}
.btn-scroll:hover {
    background-color: #ecbd23;
}
.btn-scroll:hover .icon {
    fill: #fff;
}
.main_navbar .top_navbar {
    background-color: #ecbd23;
    padding-block: 10px;
}
.main_navbar .top_navbar .contact_list {
    display: flex;
    align-items: center;
}
@media(max-width: 991px) {
    .main_navbar .top_navbar .contact_list {
        display: none;
    }
}.main_navbar .top_navbar .contact_list .wrapper:first-child {
     margin-inline-end: 20px;
 }
.main_navbar .top_navbar .contact_list .wrapper .icon {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-inline-end: 6px;
}
.main_navbar .top_navbar .contact_list .wrapper span {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    direction: ltr;
}
.main_navbar .top_navbar .social_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main_navbar .top_navbar .social_wrapper a {
    margin-inline-start: 20px;
}
.main_navbar .top_navbar .social_wrapper a .icon {
    width: 28px;
    height: 25px;
    fill: #fff;
}
.navbar {
    padding-block: 10px;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background-color: #155291;
    z-index: 1001;
}
.navbar .navbar-nav {
    margin-inline-start: 25px;
}
@media(max-width: 1299px) {
    .navbar .navbar-nav {
        margin-inline-start: 10px;
    }
}.navbar .navbar-nav .nav-item {
     margin-inline-end: 25px;
 }
@media(max-width: 1299px) {
    .navbar .navbar-nav .nav-item {
        margin-inline-end: 10px;
    }
}.navbar .navbar-nav .nav-item:hover .nav-link {
     color: #ecbd23;
 }
.navbar .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 15px;
    /* color: #fff; */
    padding-inline: 0;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #ecbd23;
    position: relative;
}
.navbar .navbar-nav .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60%;
    height: 3px;
    border-radius: 25px;
    background-color: #000;
}
.navbar .navbar-nav .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 35%;
    height: 3px;
    border-radius: 25px;
    background-color: #ecbd23;
}
@media(max-width: 991px) {
    .navbar .navbar-nav .nav-item .nav-link.active: :after, .navbar .navbar-nav .nav-item .nav-link.active::before {
        display: none;
    }
}.navbar .options_wrapper {
     margin-inline-start: auto;
     display: flex;
     align-items: center;
     justify-content: flex-end;
 }
@media(max-width: 991px) {
    .navbar .options_wrapper {
        justify-content: flex-start;
    }
}.navbar .options_wrapper .profile_wrapper {
     text-align: center;
 }
.navbar .options_wrapper .profile_wrapper img {
    width: 50px;
    height: 45px;
    border-radius: 100%}
.navbar .options_wrapper .profile_wrapper p {
    font-size: 15px;
    font-weight: 500;
    color: #ecbd23;
}
.navbar .options_wrapper .btn-default {
    background-color: #ecbd23;
    margin-inline-start: 15px;
}
.main_header_wrapper {
    height: 800px;
    background-image: url("../images/main-header-bg.png");
    position: relative;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 70px;
}
@media(max-width: 991px) {
    .main_header_wrapper {
        background-size: cover;
        background-position: center center;
        align-items: center;
        height: 500px;
        padding-top: 120px;
    }
}.main_header_wrapper.homepage_slider {
     background-image: none;
     padding-bottom: 40px;
     padding-top: 120px;
 }
.main_header_wrapper.homepage_slider .main_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.main_header_wrapper.homepage_slider .main_slider .slick-arrow {
    z-index: 100;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25;
    background-color: rgba(255, 255, 255, .35);
}
@media(max-width: 991px) {
    .main_header_wrapper.homepage_slider .main_slider .slick-arrow {
        display: none !important;
    }
}.main_header_wrapper.homepage_slider .main_slider .slick-arrow::before {
     display: none !important;
 }
.main_header_wrapper.homepage_slider .main_slider .slick-arrow svg {
    width: 55px;
    height: 55px;
    fill: #ecbd23;
}
.main_header_wrapper.homepage_slider .main_slider .item {
    background-size: 100% 100%;
    height: 800px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: all .75s;
}
@media(max-width: 991px) {
    .main_header_wrapper.homepage_slider .main_slider .item {
        height: 500px !important;
        background-size: cover;
    }
}.main_header_wrapper.homepage_slider .main_slider .item .main_title {
     color: #000;
     font-size: 40px;
     font-weight: 500;
     text-align: center;
     margin-bottom: 16%;
     transform: translateY(35px);
     opacity: 0;
     transition: all .75s;
     transition-delay: .65s;
     background: rgb(255, 255, 255, 0.5);
    padding: 26px;
 }
@media(max-width: 991px) {
    .main_header_wrapper.homepage_slider .main_slider .item .main_title {
        font-size: 28px;
        font-weight: 700;
        padding-top: 130px;
    }
}.main_header_wrapper.homepage_slider .main_slider .item .main_title span {
     font-size: 50px;
     font-weight: 700;
     display: block;
     text-align: center;
 }
@media(max-width: 991px) {
    .main_header_wrapper.homepage_slider .main_slider .item .main_title span {
        font-size: 30px;
    }
}.main_header_wrapper.homepage_slider .main_slider .item .btn {
     background-color: #fff;
     border: 1px solid #ecbd23;
     color: #ecbd23;
     display: none;
 }
@media(max-width: 991px) {
    .main_header_wrapper.homepage_slider .main_slider .item .btn {
        display: inline-block;
    }
}.main_header_wrapper.homepage_slider .main_slider .item .btn:hover {
     background-color: #FFBD23;
     color: #fff;
 }
.main_header_wrapper.homepage_slider .main_slider .item.slick-active {
    opacity: 1;
}
.main_header_wrapper.homepage_slider .main_slider .item.slick-active .main_title {
    opacity: 1;
    transform: translateY(0);
}
@keyframes faded {
    0% {
        transform: scale(1.25,  1.25);
    }
    100% {
        transform: scale(0,  0);
    }
}.main_header_wrapper.about_header .box_wrapper .main_title {
     color: #fff !important;
 }
.main_header_wrapper.staff_jobs {
    background-image: url("../images/staff-jobs-bg.png") !important;
}
.main_header_wrapper.staff_jobs .box_wrapper .main_title {
    color: #fff !important;
}
.main_header_wrapper.special_orders {
    background-image: url("../images/speical-orders.png");
}
.main_header_wrapper.centered {
    align-items: center;
    justify-content: flex-start;
    padding-top: 200px;
    background-image: url("../images/about-us.png");
}
.main_header_wrapper.centered .container-fluid {
    padding-inline: 300px;
}
@media(max-width: 1650px) {
    .main_header_wrapper.centered .container-fluid {
        padding-inline: 120px !important;
    }
}@media(max-width: 1400px) {
    .main_header_wrapper.centered .container-fluid {
        padding-inline: 120px !important;
    }
}@media(max-width: 1200px) {
    .main_header_wrapper.centered .container-fluid {
        padding-inline: 50px !important;
    }
}@media(max-width: 991px) {
    .main_header_wrapper.centered .container-fluid {
        padding-inline: 20px !important;
    }
}.main_header_wrapper.centered .box_wrapper {
     color: #fff;
 }
.main_header_wrapper.centered .box_wrapper .main_title {
    text-align: start;
    color: #000;
}
.main_header_wrapper.centered .box_wrapper .main_title span {
    text-align: start;
}
.main_header_wrapper.news_header {
    background-image: url("../images/news-bg.png");
}
.main_header_wrapper.news_header .box_wrapper .main_title {
    color: #fff !important;
}
.main_header_wrapper.offers_header {
    background-image: url("../images/offers-bg-small.png");
    position: relative;
}
.main_header_wrapper.offers_header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-image: url("../images/header-shape.png");
    background-size: 100% 100%}
.main_header_wrapper.offers_header .container-fluid {
    padding-inline: 200px !important;
}
@media(max-width: 991px) {
    .main_header_wrapper.offers_header .container-fluid {
        padding-inline: 20px !important;
    }
}.main_header_wrapper.offers_header .box_wrapper .main_title {
     color: #fff !important;
 }
.main_header_wrapper.staff_header {
    background-image: url("../images/staff-bg.png");
}
.main_header_wrapper.staff_header .container-fluid {
    padding-inline: 200px !important;
}
@media(max-width: 1650px) {
    .main_header_wrapper.staff_header .container-fluid {
        padding-inline: 120px !important;
    }
}@media(max-width: 1400px) {
    .main_header_wrapper.staff_header .container-fluid {
        padding-inline: 120px !important;
    }
}@media(max-width: 1200px) {
    .main_header_wrapper.staff_header .container-fluid {
        padding-inline: 50px !important;
    }
}@media(max-width: 991px) {
    .main_header_wrapper.staff_header .container-fluid {
        padding-inline: 20px !important;
    }
}.main_header_wrapper.staff_header .box_wrapper .main_title {
     color: #fff !important;
 }
@media(max-width: 991px) {
    .main_header_wrapper.staff_header .box_wrapper .main_title {
        color: #000 !important;
    }
}.main_header_wrapper.hotel_details {
     height: 500px;
     background-image: url("../images/hotel-main-img.png");
     background-size: cover;
     background-position: center center;
 }
.main_header_wrapper.contact_us {
    height: 30px;
    background-image: url("../images/contact-bg.png");
    position: relative;
}
.main_header_wrapper.contact_us::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,  rgba(1,  127,  141,  0.35) 0%,  rgba(255,  255,  255,  0.25) 85%);
}
.main_header_wrapper.contact_us .main_title {
    text-align: center !important;
}
.main_header_wrapper.contact_us .main_title span {
    text-align: center !important;
}
.main_header_wrapper.flight_search .box_wrapper .main_title {
    text-align: start;
    width: 50%}
@media(max-width: 991px) {
    .main_header_wrapper.flight_search .box_wrapper .main_title {
        width: 100%;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
    }
}.main_header_wrapper.hotel_search {
     background-image: url("../images/hotel-main-bg.png");
     align-items: center;
     padding-bottom: 0;
     padding-top: 50px;
     position: relative;
     height: 650px;
 }
.main_header_wrapper.hotel_search::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .45);
}
.main_header_wrapper.hotel_search .box_wrapper .main_title {
    text-align: start;
    width: 50%;
    font-weight: 700;
}
@media(max-width: 991px) {
    .main_header_wrapper.hotel_search .box_wrapper .main_title {
        width: 100%;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
    }
}.main_header_wrapper.cars_search {
     height: 650px;
 }
@media(max-width: 991px) {
    .main_header_wrapper.cars_search {
        height: 350px;
    }
}.main_header_wrapper.cars_search .box_wrapper .main_title {
     text-align: start;
     width: 40%;
     color: #fff;
 }
.main_header_wrapper .box_wrapper .main_title {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
@media(max-width: 991px) {
    .main_header_wrapper .box_wrapper .main_title {
        font-size: 28px;
        font-weight: 700;
        width: 90% !important;
        color: #fff !important;
    }
}.main_header_wrapper .box_wrapper .main_title span {
     font-size: 50px;
     font-weight: 700;
     display: block;
     text-align: center;
 }
@media(max-width: 991px) {
    .main_header_wrapper .box_wrapper .search_form_wrapper {
        display: none;
    }
}.main_header_wrapper .box_wrapper .search_form_wrapper .nav-tabs {
     display: inline-flex;
     align-items: stretch;
     border: none;
     background-color: rgba(255, 255, 255, .85);
     border-top-right-radius: 15px;
     border-top-left-radius: 15px;
     padding: 15px;
 }
.main_header_wrapper .box_wrapper .search_form_wrapper .nav-tabs .nav-item {
    margin-inline-end: 15px;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .nav-tabs .nav-item:last-child {
    margin-inline-end: 0;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .nav-tabs .nav-item .nav-link {
    border: none;
    padding: 8px 15px;
    background-color: #f0f0f0;
    color: #000;
    font-weight: 500;
    margin-inline-start: 6px;
    border-radius: 10px;
    transition: all .25s;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .nav-tabs .nav-item .nav-link img {
    width: 25px;
    height: 25px;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .nav-tabs .nav-item .nav-link.active {
    background-color: #ecbd23;
    color: #fff;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content {
    padding: 20px;
    height: 200px;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 15px;
    border-top-right-radius: 0;
    display: flex;
    align-items: center;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tab-pane {
    width: 100%}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .options_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .options_wrapper .wrapper {
    margin-inline-end: 20px;
    display: flex;
    align-items: center;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .options_wrapper .wrapper:last-child {
    margin-inline-end: 0;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .options_wrapper .wrapper label {
    font-weight: 500;
    margin-inline-start: 6px;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .options_wrapper .wrapper input {
    transform: translateY(2px);
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper {
    display: flex;
    align-items: center;
}
@media(max-width: 991px) {
    .main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper {
        flex-wrap: wrap;
    }
}.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper.hotels_wrapper .form-group {
     width: calc(17.5% - 15px);
 }
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper.hotels_wrapper .form-group:first-child {
    width: 30%}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper.cars_wrapper .form-group {
    width: calc(17.5% - 15px);
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper.cars_wrapper .form-group:first-child {
    width: 30%}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper.programs_wrapper .form-group:first-child {
    width: 40%}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper.programs_wrapper .form-group:last-child {
    width: 30%}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group {
    width: calc(14.2857142857% - 15px);
    margin-inline-start: 15px;
}
@media(max-width: 991px) {
    .main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group {
        width: 100%}
}.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.trans_icon {
     padding-inline-start: 15px;
     position: relative;
 }
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.trans_icon::before {
    content: "";
    position: absolute;
    top: 55%;
    right: -6px;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    background-image: url("../images/transaction.svg");
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.complex_date_time .form-select {
    width: 100px;
    padding-inline: 0;
    padding-inline-start: 10px;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.complex_date_time input[type=text] {
    width: calc(100% - 100px);
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .form-control, .main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .form-select {
    height: 47px;
    border-radius: 8px;
    border-color: #ecbd23;
    padding-inline-start: 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options {
    margin-bottom: 0;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options .input-group {
    justify-content: center;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options input {
    display: none;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options input:checked+label {
    outline: 1px solid #ecbd23;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options .wrapper {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    outline: 1px solid transparent;
    margin-inline-end: 15px;
    transition: all .25s;
    cursor: pointer;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options .wrapper p {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group {
    width: 100%}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-toggle {
    height: 47px;
    border-radius: 8px;
    border-color: #ecbd23;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu {
    min-width: 13rem;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 6px;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu .dropdown-item .counter_wrapper {
    display: flex;
    align-items: center;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu .dropdown-item .counter_wrapper .form-control {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center !important;
    border: none;
    background-color: none;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu .dropdown-item .counter_wrapper a {
    width: 20px;
    height: 20px;
    background-color: #ecbd23;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper {
    margin-top: 25px;
}
@media(max-width: 991px) {
    .main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper {
        display: flex;
        justify-content: center;
    }
}.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .icon_wrapper {
     width: 42px;
     height: 42px;
     border-radius: 5px;
     display: flex;
     justify-content: center;
     align-items: center;
     background-color: #ecbd23;
     margin-inline-end: 6px;
 }
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .icon_wrapper .icon {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .btn {
    padding: 8px;
    min-width: 0 !important;
    background-color: #fff !important;
    display: flex;
    align-items: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .btn span {
    color: #ecbd23;
}
.main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .btn:hover {
    background-color: #fff !important;
}
.categories_slider_wrapper {
    padding-block: 40px;
}
.categories_slider_wrapper #categories_slider {
    border-bottom: 1px solid #ecbd23;
    padding-bottom: 10px;
}
.categories_slider_wrapper #categories_slider .wrapper {
    text-align: center;
    border-inline-end: 1px solid #ecbd23;
    height: auto;
}
.categories_slider_wrapper #categories_slider .wrapper:last-child {
    border-inline-end: none;
}
.categories_slider_wrapper #categories_slider .wrapper img {
    margin-inline: auto;
}
.categories_slider_wrapper #categories_slider .wrapper p {
    font-weight: 500;
    margin-top: 10px;
    color: #000;
}
.about_main_wrapper {
    padding-block: 50px;
}
.about_main_wrapper .title_box {
    margin-bottom: 50px;
    text-align: center;
}
.about_main_wrapper .title_box .title {
    font-size: 40px;
    font-weight: 700;
    color: #ecbd23;
}
.about_main_wrapper .info_wrapper {
    padding: 45px 25px;
    background-color: #f7f7f7;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
}
.about_main_wrapper .info_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 80px;
    height: 100%;
    background-color: #f7f7f7;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
@media(max-width: 991px) {
    .about_main_wrapper .info_wrapper: :after {
        display: none;
    }
}.about_main_wrapper .info_wrapper .categories_list .sub_title {
     font-size: 22px;
     margin-bottom: 20px;
     color: #ecbd23;
     font-weight: 500;
 }
.about_main_wrapper .info_wrapper .categories_list .nav-tabs {
    border: none;
    width: 100%}
.about_main_wrapper .info_wrapper .categories_list .nav-tabs .nav-item {
    width: 100%;
    display: block;
}
.about_main_wrapper .info_wrapper .categories_list .nav-tabs .nav-link {
    padding: 0;
    border: none;
    color: #000;
    background-color: transparent;
    display: block;
    width: 100%}
.about_main_wrapper .info_wrapper .categories_list .nav-tabs .nav-link.active span {
    color: #ecbd23;
}
.about_main_wrapper .info_wrapper .categories_list .wrapper {
    padding-block: 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.about_main_wrapper .info_wrapper .categories_list .wrapper span {
    margin-inline-start: 6px;
    font-weight: 500;
}
@media(max-width: 991px) {
    .about_main_wrapper .desc_wrapper {
        margin-top: 25px;
    }
}.about_main_wrapper .desc_wrapper div {
     text-align: end;
 }
.about_main_wrapper .desc_wrapper div a {
    font-weight: 500;
    color: #ecbd23;
    text-decoration: underline;
}
.about_main_wrapper .img_wrapper img {
    width: 80%;
    z-index: 100;
    position: relative;
    border-radius: 5px;
}
@media(max-width: 991px) {
    .about_main_wrapper .img_wrapper img {
        width: 100%}
}@media(max-width: 1300px) {
    .about_main_wrapper .img_wrapper img {
        width: 100%}
}.top_destination_wrapper {
     padding-block: 50px;
 }
.top_destination_wrapper .title_box {
    margin-bottom: 50px;
    text-align: center;
}
.top_destination_wrapper .title_box .title {
    font-size: 40px;
    font-weight: 700;
    color: #ecbd23;
}
.top_destination_wrapper .wrapper {
    padding-inline: 20px;
}
.top_destination_wrapper .wrapper img {
    width: 100%;
    height: 370px;
    border-radius: 10px;
}
@media(max-width: 991px) {
    .top_destination_wrapper .wrapper img {
        height: 250px;
    }
}.top_destination_wrapper .wrapper .info_wrapper {
     padding-block: 10px;
 }
.top_destination_wrapper .wrapper .info_wrapper h5 {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.top_destination_wrapper .wrapper .info_wrapper p {
    display: flex;
    align-items: center;
    color: #000;
}
.top_destination_wrapper .wrapper .info_wrapper p .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.top_destination_wrapper .wrapper .info_wrapper p span {
    font-size: 15px;
    font-weight: 400;
}
.trail_wrapper {
    padding-block: 50px;
    background-color: #f8f8f8;
}
.trail_wrapper .info_wrapper .main_title {
    font-size: 26px;
    font-weight: 600;
    color: #ecbd23;
    margin-bottom: 35px;
}
.trail_wrapper .info_wrapper ul {
    list-style: none;
}
.trail_wrapper .info_wrapper ul li {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}
.trail_wrapper .info_wrapper ul li:nth-child(2) .icon_wrapper {
    background-color: #dc5c39;
}
.trail_wrapper .info_wrapper ul li:nth-child(3) .icon_wrapper {
    background-color: #ebb540;
}
.trail_wrapper .info_wrapper ul li .icon_wrapper {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #255b8b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trail_wrapper .info_wrapper ul li .info {
    width: calc(100% - 45px);
    padding-inline-start: 10px;
}
.trail_wrapper .info_wrapper ul li .info h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.trail_wrapper .info_wrapper ul li .info p {
    margin-bottom: 0;
}
.trail_wrapper .images_wrapper {
    width: 80%;
    margin-inline-start: auto;
}
@media(max-width: 991px) {
    .trail_wrapper .images_wrapper {
        width: 100%}
}.trail_wrapper .images_wrapper .card_wrapper {
     position: relative;
     margin-bottom: 15px;
 }
.trail_wrapper .images_wrapper .card_wrapper img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
@media(max-width: 991px) {
    .trail_wrapper .images_wrapper .card_wrapper img {
        height: 250px;
    }
}.trail_wrapper .images_wrapper .card_wrapper .info_wrapper {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     padding-inline: 15px;
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
     padding-bottom: 15px;
     background: linear-gradient(180deg,  rgba(255,  255,  255,  0) 0%,  rgba(0,  0,  0,  0.45) 85%);
     border-radius: 10px;
 }
.trail_wrapper .images_wrapper .card_wrapper .info_wrapper .wrapper p {
    margin-bottom: 0;
    color: #fff;
}
.trail_wrapper .images_wrapper .card_wrapper .info_wrapper .wrapper p .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
}
.trail_wrapper .images_wrapper .card_wrapper .info_wrapper .wrapper p.price span {
    font-size: 18px;
    font-weight: 600;
}
.trail_wrapper .images_wrapper .image {
    text-align: center;
}
@media(max-width: 991px) {
    .trail_wrapper .images_wrapper .image img {
        width: 100%}
}.tour_programs_wrapper {
     padding-block: 50px;
 }
.tour_programs_wrapper .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
@media(max-width: 991px) {
    .tour_programs_wrapper .title_box {
        flex-direction: column;
    }
}.tour_programs_wrapper .title_box .empty {
     width: 33.3333333333%}
@media(max-width: 991px) {
    .tour_programs_wrapper .title_box .empty {
        display: none;
    }
}.tour_programs_wrapper .title_box.centered {
     justify-content: center;
 }
.tour_programs_wrapper .title_box .title_wrapper {
    text-align: center;
    width: 33.3333333333%}
@media(max-width: 991px) {
    .tour_programs_wrapper .title_box .title_wrapper {
        width: 100%}
}.tour_programs_wrapper .title_box .title_wrapper h2 {
     font-size: 40px;
     font-weight: 700;
     color: #ecbd23;
 }
.tour_programs_wrapper .title_box .title_wrapper p {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tour_programs_wrapper .title_box .options_wrapper {
    display: flex;
    justify-content: flex-end;
    width: 33.3333333333%}
@media(max-width: 991px) {
    .tour_programs_wrapper .title_box .options_wrapper {
        width: 100%;
        justify-content: center;
    }
}.tour_programs_wrapper .title_box .options_wrapper .btn {
     background-color: #ecbd23;
     color: #fff;
     border-radius: 25px;
 }
.tour_programs_wrapper .card_wrapper {
    position: relative;
    margin-bottom: 15px;
    margin-inline: 10px;
}
.tour_programs_wrapper .card_wrapper .fav_toggle {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(255, 255, 255, .65);
}
.tour_programs_wrapper .card_wrapper .fav_toggle .icon {
    width: 15px;
    height: 15px;
    fill: #dc3545;
}
.tour_programs_wrapper .card_wrapper img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.tour_programs_wrapper .card_wrapper .info_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-inline: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 15px;
    background: linear-gradient(180deg,  rgba(255,  255,  255,  0) 0%,  rgba(0,  0,  0,  0.45) 85%);
    border-radius: 10px;
}
.tour_programs_wrapper .card_wrapper .info_wrapper .wrapper p {
    margin-bottom: 0;
    color: #fff;
}
.tour_programs_wrapper .card_wrapper .info_wrapper .wrapper p .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
}
.tour_programs_wrapper .card_wrapper .info_wrapper .wrapper p.price span {
    font-size: 18px;
    font-weight: 600;
}
.why_us_wrapper {
    padding-block: 50px;
    background-image: url("../images/why-us.png");
    background-size: 100% 100%;
    position: relative;
    /*background: linear-gradient(90deg,  white 0%,  rgba(118,  204,  242,  0.25) 85%);*/
}

.why_us_wrapper .title_box {
    margin-bottom: 50px;
    text-align: center;
}
.why_us_wrapper .title_box .title {
    font-size: 40px;
    font-weight: 700;
}
.why_us_wrapper .card_wrapper {
    text-align: center;
    padding-inline: 25px;
}
.why_us_wrapper .card_wrapper .info_wrapper h5 {
    font-weight: 600;
}
.our_services_wrapper {
    padding-block: 50px;
}
@media(max-width: 991px) {
    .our_services_wrapper {
        overflow: hidden;
    }
}.our_services_wrapper .title_box {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 50px;
 }
@media(max-width: 991px) {
    .our_services_wrapper .title_box {
        flex-direction: column;
    }
}.our_services_wrapper .title_box .empty {
     width: 33.3333333333%}
@media(max-width: 991px) {
    .our_services_wrapper .title_box .empty {
        display: none;
    }
}.our_services_wrapper .title_box.centered {
     justify-content: center;
 }
.our_services_wrapper .title_box .title_wrapper {
    text-align: center;
    width: 33.3333333333%}
@media(max-width: 991px) {
    .our_services_wrapper .title_box .title_wrapper {
        width: 100%}
}.our_services_wrapper .title_box .title_wrapper h2 {
     font-size: 40px;
     font-weight: 700;
     color: #ecbd23;
 }
.our_services_wrapper .title_box .title_wrapper p {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.our_services_wrapper .title_box .options_wrapper {
    display: flex;
    justify-content: flex-end;
    width: 33.3333333333%}
@media(max-width: 991px) {
    .our_services_wrapper .title_box .options_wrapper {
        width: 100%;
        justify-content: center;
    }
}.our_services_wrapper .title_box .options_wrapper .btn {
     background-color: #ecbd23;
     color: #fff;
     border-radius: 25px;
 }
.our_services_wrapper .card_wrapper {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    margin-bottom: 25px;
}
.our_services_wrapper .card_wrapper:hover {
    background: linear-gradient(270deg,  #ecbd23 0%,  #ecbd23 85%);
}
.our_services_wrapper .card_wrapper:hover .info_wrapper h5 {
    color: #fff;
}
.our_services_wrapper .card_wrapper:hover .info_wrapper .btn {
    background-color: #fff !important;
    color: #ecbd23 !important;
}
.our_services_wrapper .card_wrapper:hover .info_wrapper p {
    color: #fff;
}
.our_services_wrapper .card_wrapper .img_wrapper {
    margin-bottom: 20px;
}
.our_services_wrapper .card_wrapper .img_wrapper.wrappered {
    width: 115px;
    height: 115px;
    border-radius: 15px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
}
.our_services_wrapper .card_wrapper .info_wrapper h5 {
    font-size: 22px;
    font-weight: 700;
}
.our_services_wrapper .card_wrapper .info_wrapper p {
    font-weight: 500;
    color: #5f5f5f;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 100px;
}
.our_services_wrapper .card_wrapper .info_wrapper .btn {
    background-color: #ecbd23;
    color: #fff;
    border-radius: 25px;
}
.our_jobs_wrapper {
    padding-block: 50px;
    position: relative;
}
@media(max-width: 991px) {
    .our_jobs_wrapper {
        overflow: hidden;
    }
}.our_jobs_wrapper::before {
     content: "";
     position: absolute;
     top: 0;
     right: 0;
     width: 490px;
     height: 490px;
     background-image: url("../images/job-pattern.png");
     background-size: 100% 100%}
.our_jobs_wrapper .title_box {
    text-align: center;
    padding-block: 30px;
}
.our_jobs_wrapper .title_box .title {
    font-size: 40px;
    font-weight: 600;
    color: #ecbd23;
}
.our_jobs_wrapper .title_box p {
    font-size: 16px;
    font-weight: 600;
    width: 70%;
    margin-inline: auto;
}
.our_jobs_wrapper .title_box .btn {
    background-color: #ecbd23;
    color: #fff;
    border-radius: 25px;
    margin-bottom: 40px;
}
.our_jobs_wrapper .info_wrapper {
    height: 350px;
    background-color: #f8f8f8;
}
@media(max-width: 991px) {
    .our_jobs_wrapper .info_wrapper {
        height: auto;
        padding-block: 30px;
    }
}.our_jobs_wrapper .info_wrapper .row {
     align-items: center;
 }
.our_jobs_wrapper .info_wrapper .info h4 {
    font-size: 26px;
    font-weight: 600;
    color: #ecbd23;
}
.our_jobs_wrapper .info_wrapper .info p {
    font-weight: 500;
    color: #ecbd23;
    font-size: 18px;
}
.our_jobs_wrapper .info_wrapper .info .stores_wrapper {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.our_jobs_wrapper .info_wrapper .info .stores_wrapper a {
    width: 170px;
    height: 50px;
    margin-inline-end: 15px;
}
.our_jobs_wrapper .info_wrapper .info .stores_wrapper a img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.our_jobs_wrapper .info_wrapper .img_wrapper {
    position: relative;
    height: 350px;
}
.our_jobs_wrapper .info_wrapper .img_wrapper img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 450px;
    transform: translateY(-50%);
}
.company_news_wrapper {
    padding-block: 50px;
}
.company_news_wrapper .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
@media(max-width: 991px) {
    .company_news_wrapper .title_box {
        flex-direction: column;
    }
}.company_news_wrapper .title_box.centered {
     justify-content: center;
 }
.company_news_wrapper .title_box .empty {
    width: 33.3333333333%}
@media(max-width: 991px) {
    .company_news_wrapper .title_box .empty {
        display: none;
    }
}.company_news_wrapper .title_box .title_wrapper {
     text-align: center;
     width: 33.3333333333%}
@media(max-width: 991px) {
    .company_news_wrapper .title_box .title_wrapper {
        width: 100%}
}.company_news_wrapper .title_box .title_wrapper h2 {
     font-size: 40px;
     font-weight: 700;
     color: #ecbd23;
 }
.company_news_wrapper .title_box .title_wrapper p {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.company_news_wrapper .title_box .options_wrapper {
    display: flex;
    justify-content: flex-end;
    width: 33.3333333333%}
@media(max-width: 991px) {
    .company_news_wrapper .title_box .options_wrapper {
        width: 100%;
        justify-content: center;
    }
}.company_news_wrapper .title_box .options_wrapper .btn {
     background-color: #ecbd23;
     color: #fff;
     border-radius: 25px;
 }
.company_news_wrapper .card_wrapper {
    margin-bottom: 25px;
}
.company_news_wrapper .card_wrapper .img_wrapper {
    position: relative;
}
.company_news_wrapper .card_wrapper .img_wrapper img {
    width: 100%;
    height: 360px;
}
@media(max-width: 991px) {
    .company_news_wrapper .card_wrapper .img_wrapper img {
        height: 195px;
    }
}.company_news_wrapper .card_wrapper .img_wrapper .share_wrapper {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     padding: 10px 15px;
     display: flex;
     align-items: center;
 }
.company_news_wrapper .card_wrapper .img_wrapper .share_wrapper a {
    margin-inline-end: 8px;
}
.company_news_wrapper .card_wrapper .img_wrapper .share_wrapper a .icon {
    width: 25px;
    height: 25px;
    fill: #bfbfbf;
}
.company_news_wrapper .card_wrapper .info_wrapper {
    padding: 12px 15px;
}
.company_news_wrapper .card_wrapper .info_wrapper h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.company_news_wrapper .card_wrapper .info_wrapper .date {
    color: #ecbd23;
    font-size: 15px;
    margin-bottom: 8px;
}
.company_news_wrapper .card_wrapper .info_wrapper .desc {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #5f5f5f;
}
.company_news_wrapper .card_wrapper .info_wrapper a {
    color: #ecbd23;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
}
.company_news_wrapper .card_wrapper .info_wrapper a .icon {
    width: 15px;
    height: 15px;
    margin-inline-start: 3px;
    fill: #ecbd23;
}
/*.company_news_wrapper .col-lg-4:nth-child(2) .img_wrapper img {*/
/*    height: 195px;*/
/*}*/
.contact_wrapper {
    padding-block: 50px;
    position: relative;
    background-image: url("../images/map-contact.png");
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.contact_wrapper .title_box {
    margin-bottom: 40px;
}
.contact_wrapper .title_box h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ecbd23;
}
.contact_wrapper .title_box p {
    font-weight: 500;
}
.contact_wrapper .form_wrapper .form-control {
    border-color: #ecbd23;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;
}
.contact_wrapper .form_wrapper textarea.form-control {
    height: auto;
}
.contact_wrapper .form_wrapper .btn {
    background-color: #ecbd23;
    color: #fff;
}
.contact_wrapper .contact_info {
    width: 90%;
    margin-inline-start: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
@media(max-width: 991px) {
    .contact_wrapper .contact_info {
        width: 100%}
}.contact_wrapper .contact_info .logo_wrapper {
     padding-block: 25px;
     background-color: #fff;
     text-align: center;
 }
.contact_wrapper .contact_info .info {
    padding: 20px 25px;
    background-color: #ecbd23;
}
.contact_wrapper .contact_info .info .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.contact_wrapper .contact_info .info .line:last-child {
    margin-bottom: 0;
}
.contact_wrapper .contact_info .info span {
    color: #fff;
    font-weight: 500;
}
.contact_wrapper .contact_info .info span .icon {
    width: 16px;
    height: 16px;
    fill: #fff;
}
.contact_wrapper .contact_info .map_wrapper iframe {
    width: 100%;
    height: 200px;
}
.newsletter_wrapper {
    padding-block: 50px;
    background-image: url("../images/newsletter-img.png");
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}

.newsletter_wrapper h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.newsletter_wrapper p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.newsletter_wrapper form {
    width: 60%;
    margin-inline: auto;
}
@media(max-width: 991px) {
    .newsletter_wrapper form {
        width: 95%}
}.newsletter_wrapper form .input-group {
     padding: 10px;
     border-radius: 10px;
     background-color: #fff;
 }
@media(max-width: 991px) {
    .newsletter_wrapper form .input-group {
        flex-wrap: wrap;
    }
}.newsletter_wrapper form .input-group .btn {
     background-color: #ecbd23;
     color: #fff;
     border-radius: 10px !important;
 }
.newsletter_wrapper form .input-group .form-control {
    border: none;
    direction: inherit;
}
@media(max-width: 991px) {
    .newsletter_wrapper form .input-group .form-control {
        width: 100%;
        margin-bottom: 12px;
    }
}.footer_wrapper {
     background-image: url("../images/footer-bg.png");
     margin-top: 50px;
     background-size: 100% 100%;
     padding-top: 80px;
 }
@media(max-width: 991px) {
    .footer_wrapper {
        margin-top: 0;
        background-image: none;
        background-color: #eee;
    }
}.footer_wrapper .about_wrapper img {
     width: 110px;
 }
.footer_wrapper .about_wrapper h6 {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 600;
}
.footer_wrapper .links_wrapper {
    padding-top: 70px;
}
.footer_wrapper .links_wrapper h6 {
    font-size: 17px;
    font-weight: 600;
    color: #ecbd23;
    margin-bottom: 18px;
}
.footer_wrapper .links_wrapper .list {
    display: flex;
    flex-direction: column;
}
.footer_wrapper .links_wrapper .list a {
    color: #030303;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
.footer_wrapper .contact_info {
    padding-top: 140px;
    text-align: center;
}
.footer_wrapper .contact_info .social_links {
    margin-bottom: 25px;
}
.footer_wrapper .contact_info .download_app .stores_wrapper {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_wrapper .contact_info .download_app .stores_wrapper a {
    width: 130px;
    height: 40px;
    margin-inline-end: 15px;
}
.footer_wrapper .contact_info .download_app .stores_wrapper a img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.footer_wrapper .copyrights {
    padding-block: 15px;
    margin-top: 40px;
    background-color: #ecbd23;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.auth_main_wrapper {
    margin-top: 70px;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 30px;
}
.auth_main_wrapper .row {
    align-items: stretch;
}
@media(max-width: 991px) {
    .auth_main_wrapper .row .col-lg-6: last-child {
        display: flex;
        order: -1;
    }
}.auth_main_wrapper .row .info_wrapper {
     height: 100%;
     background-image: url("../images/auth-bg.png");
     background-size: cover;
     position: relative;
     border-radius: 30px;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: space-between;
     flex-direction: column;
     padding-top: 50px;
     padding-bottom: 40%;
     padding-inline: 20%;
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
 }
@media(max-width: 991px) {
    .auth_main_wrapper .row .info_wrapper {
        padding-top: 20px;
        padding-bottom: 0;
        flex-direction: row;
        padding-inline: 10%;
        border-radius: 30px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        width: 100%}
}.auth_main_wrapper .row .info_wrapper.forget {
     background-image: url("../images/forget-img.png");
 }
.auth_main_wrapper .row .info_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(162deg,  rgba(1,  127,  141,  0.75) 0%,  rgba(255,  255,  255,  0.32) 85%);
}
.auth_main_wrapper .row .info_wrapper .title_box, .auth_main_wrapper .row .info_wrapper .actions_wrapper {
    position: relative;
    z-index: 2;
}
.auth_main_wrapper .row .info_wrapper .title_box {
    text-align: center;
    margin-bottom: 50px;
}
@media(max-width: 991px) {
    .auth_main_wrapper .row .info_wrapper .title_box {
        margin-bottom: 0;
    }
}.auth_main_wrapper .row .info_wrapper .title_box h5 {
     font-size: 24px;
     color: #fff;
     font-weight: 600;
 }
.auth_main_wrapper .row .info_wrapper .title_box p {
    font-weight: 500;
    color: #fff;
}
.auth_main_wrapper .row .info_wrapper .actions_wrapper {
    text-align: center;
}
@media(max-width: 991px) {
    .auth_main_wrapper .row .info_wrapper .actions_wrapper {
        display: none;
    }
}.auth_main_wrapper .row .info_wrapper .actions_wrapper h5 {
     font-size: 28px;
     font-weight: 700;
     color: #fff;
     margin-bottom: 20px;
 }
.auth_main_wrapper .row .info_wrapper .actions_wrapper .btn {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, .75);
    color: #000;
}
.auth_main_wrapper .row .info_wrapper .actions_wrapper .btn:hover {
    background-color: #fff !important;
    color: #ecbd23;
    border-color: #ecbd23;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.auth_main_wrapper .row .form_wrapper {
    padding: 35px 30px;
}
.auth_main_wrapper .row .form_wrapper .logo_wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.auth_main_wrapper .row .form_wrapper .logo_wrapper .title {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-top: 35px;
}
.auth_main_wrapper .row .form_wrapper .logo_wrapper .title span {
    display: block;
}
.auth_main_wrapper .row .form_wrapper .form-group .control-label {
    margin-bottom: 8px;
}
.auth_main_wrapper .row .form_wrapper .form-group .control-label .icon {
    width: 19px;
    height: 19px;
    padding-inline-end: 6px;
    fill: #ecbd23;
}
.auth_main_wrapper .row .form_wrapper .form-group .action_link {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.auth_main_wrapper .row .form_wrapper .form-group .btn {
    display: block;
    width: 100%;
    background-color: #ecbd23;
    color: #fff;
}
.auth_main_wrapper .row .form_wrapper .form-group.code_inputs {
    margin-bottom: 30px;
}
.auth_main_wrapper .row .form_wrapper .form-group.code_inputs .control-label {
    text-align: center;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}
.auth_main_wrapper .row .form_wrapper .form-group.code_inputs .form-control {
    width: 60px;
    height: 80px;
    border-radius: 15px !important;
    margin-inline-end: 25px;
    text-align: center;
    font-size: 18px;
    background-color: #eee;
    border-color: transparent;
    box-shadow: none !important;
}
.auth_main_wrapper .row .form_wrapper .form-group.code_inputs .form-control:hover::placeholder {
    opacity: 0;
}
.auth_main_wrapper .row .form_wrapper .form-group.code_inputs .form-control:focus {
    border-color: #ecbd23;
}
.auth_main_wrapper .row .form_wrapper .form-group.code_inputs .form-control:last-child {
    margin-inline-end: 0;
}
.auth_main_wrapper .row .form_wrapper .form-group.terms_check .input-group {
    align-items: center;
}
.auth_main_wrapper .row .form_wrapper .form-group.terms_check .input-group label {
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    padding-inline-start: 8px;
}
.auth_main_wrapper .row .form_wrapper .form-group.terms_check .input-group label a {
    color: #ecbd23;
    text-decoration: underline;
}
.company_goals_wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
}
.company_goals_wrapper .info_wrapper {
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
    transform: translate(-70px,  70px);
}
@media(max-width: 991px) {
    .company_goals_wrapper .info_wrapper {
        transform: translate(0,  0);
        margin-bottom: 25px;
    }
}.company_goals_wrapper .info_wrapper .flex_wrapper {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding-bottom: 15px;
     border-bottom: 1px solid #eee;
 }
@media(max-width: 991px) {
    .company_goals_wrapper .info_wrapper .flex_wrapper {
        flex-wrap: wrap;
    }
}.company_goals_wrapper .info_wrapper .flex_wrapper .wrapper {
     width: 90px;
     height: 90px;
     background-color: #ecbd23;
     border-radius: 100%;
     color: #fff;
     font-weight: 600;
     display: flex;
     align-items: center;
     justify-content: center;
 }
@media(max-width: 991px) {
    .company_goals_wrapper .info_wrapper .flex_wrapper .wrapper {
        margin-bottom: 8px;
    }
}.company_goals_wrapper .info_wrapper .info {
     padding-block: 25px;
 }
.company_goals_wrapper .info_wrapper .info p {
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 0;
}
.company_goals_wrapper .img_wrapper img {
    width: 100%}
.who_us_wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #fff;
}
.who_us_wrapper .img_wrapper {
    position: relative;
    height: 350px;
    width: 740px;
}
@media(max-width: 991px) {
    .who_us_wrapper .img_wrapper {
        display: none;
    }
}.who_us_wrapper .img_wrapper img.main {
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
 }
.who_us_wrapper .img_wrapper img.sub-1 {
    top: 66%;
    position: absolute;
    left: 59%}
.who_us_wrapper .img_wrapper img.sub-2 {
    left: 120px;
    position: absolute;
    top: 54px;
}
.who_us_wrapper .info_wrapper h5 {
    font-size: 26px;
    font-weight: 600;
    color: #ecbd23;
    text-align: center;
    margin-bottom: 30px;
}
.who_us_wrapper .info_wrapper p {
    line-height: 1.8;
    font-weight: 500;
}
.joud_discount_card {
    padding-block: 50px;
}
.joud_discount_card .info_wrapper {
    padding-block: 40px;
}
.joud_discount_card .info_wrapper .main_title {
    font-size: 30px;
    font-weight: 600;
    color: #ecbd23;
    text-align: center;
    margin-bottom: 50px;
}
.joud_discount_card .info_wrapper .info p {
    font-weight: 500;
    line-height: 1.8;
    width: 80%}
.joud_discount_card .form_wrapper {
    background-color: #f8f8f8;
    padding: 35px;
    border-radius: 15px;
}
.joud_discount_card .form_wrapper .main_title {
    font-size: 30px;
    font-weight: 600;
    color: #ecbd23;
    text-align: center;
    margin-bottom: 50px;
}
.joud_discount_card .form_wrapper .sub_title {
    font-size: 18px;
    margin-bottom: 25px;
}
.joud_discount_card .form_wrapper .card_select input[type=radio] {
    display: none;
}
.joud_discount_card .form_wrapper .card_select input[type=radio]:checked+label {
    outline: 1px solid #ecbd23;
    outline-offset: 5px;
}
.joud_discount_card .form_wrapper .card_select label {
    width: 270px;
    height: 300px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    margin-inline: auto;
    padding: 25px 15px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.joud_discount_card .form_wrapper .card_select label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,  rgba(1,  127,  141,  0.5) 0%,  rgba(255,  255,  255,  0.5) 85%);
}
.joud_discount_card .form_wrapper .card_select label span {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 10;
}
.joud_discount_card .form_wrapper .card_select label img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.joud_discount_card .form_wrapper .btn {
    display: block;
    width: 100%;
    background-color: #ecbd23;
    margin-top: 50px;
}
.flight_search_wrapper {
    padding-block: 50px;
}
.flight_search_wrapper .search_results_wrapper {
    padding-inline-start: 20px;
}
@media(max-width: 991px) {
    .flight_search_wrapper .search_results_wrapper {
        padding-inline-start: 0;
    }
}.flight_search_wrapper .search_results_wrapper .main_title {
     font-size: 32px;
     font-weight: 700;
     margin-bottom: 25px;
 }
.flight_search_wrapper .search_results_wrapper .filter_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
@media(max-width: 991px) {
    .flight_search_wrapper .search_results_wrapper .filter_wrapper {
        flex-wrap: wrap;
    }
}.flight_search_wrapper .search_results_wrapper .filter_wrapper .wrapper {
     margin-inline-end: 20px;
 }
@media(max-width: 991px) {
    .flight_search_wrapper .search_results_wrapper .filter_wrapper .wrapper {
        margin-inline-end: 10px;
        margin-bottom: 10px;
    }
}.flight_search_wrapper .search_results_wrapper .filter_wrapper .wrapper input {
     display: none;
 }
.flight_search_wrapper .search_results_wrapper .filter_wrapper .wrapper input:checked+label {
    background-color: #ecbd23;
    color: #fff;
}
.flight_search_wrapper .search_results_wrapper .filter_wrapper .wrapper input:checked+label .icon {
    fill: #fff;
}
.flight_search_wrapper .search_results_wrapper .filter_wrapper .wrapper label {
    padding: 12px 25px;
    min-width: 150px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 400;
    transition: all .25s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.flight_search_wrapper .search_results_wrapper .filter_wrapper .wrapper label .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
}
.flight_search_wrapper .search_results_wrapper .filter_wrapper .wrapper label span {
    margin-inline-end: 8px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item {
    margin-bottom: 20px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header {
    padding: 20px 25px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .basic_info .row {
    align-items: center;
    padding-block: 15px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .basic_info .row:first-child {
    border-bottom: 1px dashed #ecbd23;
}
@media(max-width: 991px) {
    .flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .basic_info .img_wrapper {
        text-align: center;
        margin-bottom: 20px;
    }
}.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .basic_info .img_wrapper p {
     margin-top: 10px;
 }
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .basic_info .info_wrapper .flex_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
@media(max-width: 500px) {
    .flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .basic_info .info_wrapper .flex_wrapper {
        flex-direction: column;
        height: 260px;
    }
}.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .basic_info .info_wrapper .flex_wrapper::after {
     content: "";
     position: absolute;
     top: 50%;
     left: 0;
     width: 100%;
     height: 1px;
     background-color: #ddd;
 }
@media(max-width: 500px) {
    .flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .basic_info .info_wrapper .flex_wrapper: :after {
        height: 100%;
        width: 1px;
        left: 50%;
        transform: translate(-50%,  -50%);
    }
}.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .basic_info .info_wrapper .flex_wrapper .wrapper {
     background-color: #fff;
     position: relative;
     z-index: 2;
     text-align: center;
     padding-inline: 10px;
     padding-block: 5px;
 }
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .basic_info .info_wrapper .flex_wrapper .wrapper p {
    margin-bottom: 0;
    font-weight: 400;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .basic_info .info_wrapper .flex_wrapper .wrapper .time {
    direction: ltr;
    font-weight: 600;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .basic_info .info_wrapper .flex_wrapper .wrapper .alert-p {
    color: #dd5356;
    font-size: 14px;
    font-weight: 400;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .options_wrapper {
    height: 100%;
    border-inline-start: 1px dashed #ecbd23;
    padding-inline-start: 25px;
    padding-block: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media(max-width: 991px) {
    .flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .options_wrapper {
        border-inline-start: 0;
        padding-inline-start: 0;
    }
}.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .options_wrapper .wrapper {
     display: flex;
     align-items: flex-end;
     flex-direction: column;
 }
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .options_wrapper .wrapper .label {
    padding: 5px 20px;
    background-color: #ecbd23;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    font-size: 14px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .options_wrapper .wrapper .price {
    font-size: 24px;
    color: #ecbd23;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 400;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .options_wrapper .wrapper .price span {
    font-weight: 700;
    font-size: 28px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .options_wrapper .wrapper .hint {
    font-weight: 400;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .options_wrapper .wrapper .accordion-button {
    background-color: #ecbd23;
    color: #fff;
    justify-content: center;
    border-radius: 10px;
    box-shadow: none;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .options_wrapper .wrapper .accordion-button span {
    margin-inline-end: 6px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-header .options_wrapper .wrapper .accordion-button::after {
    margin: unset !important;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body {
    border-top: 1px solid #eee;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .main_title {
    color: #ecbd23;
    margin-bottom: 25px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .main_title .icon {
    width: 22px;
    height: 22px;
    fill: #ecbd23;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .card_wrapper {
    background-image: url("../images/card-bg.png");
    background-size: 100% 100%;
    border-radius: 25px;
    padding: 30px 40px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .card_wrapper .header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .card_wrapper .header_wrapper p {
    margin-bottom: 0;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .card_wrapper .header_wrapper .type {
    font-size: 22px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .card_wrapper .header_wrapper .price {
    font-size: 26px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .card_wrapper .header_wrapper .price span {
    color: #ecbd23;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .card_wrapper .body_wrapper .title {
    margin-bottom: 16px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .card_wrapper .body_wrapper .wrapper {
    margin-bottom: 15px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .card_wrapper .body_wrapper .wrapper .icon {
    width: 17px;
    height: 17px;
    fill: #ecbd23;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .card_wrapper .body_wrapper .wrapper .icon.danger {
    fill: red;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.flight_wrapper .accordion-item .accordion-body .card_wrapper .body_wrapper .btn {
    display: block;
    width: 100%;
    padding-block: 12px;
    background-color: #dd5356;
    color: #fff;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper {
    padding: 10px;
    border: 1px solid #707070;
    border-radius: 20px;
    margin-bottom: 25px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .row {
    align-items: stretch;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .img_wrapper {
    position: relative;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .img_wrapper img {
    width: 100%;
    border-radius: 20px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .img_wrapper .fav_toggle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, .65);
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .img_wrapper .fav_toggle .icon {
    width: 15px;
    height: 15px;
    fill: #dc3545;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 20px;
}
@media(max-width: 991px) {
    .flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper {
        margin-top: 20px;
    }
}.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .title_wrapper {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 15px;
 }
@media(max-width: 500px) {
    .flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .title_wrapper {
        display: inherit;
    }
}.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .title_wrapper .title {
     font-size: 26px;
     font-weight: 600;
     color: #5f5f5f;
     margin-bottom: 0;
     margin-inline-end: 15px;
 }
@media(max-width: 500px) {
    .flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .title_wrapper .title {
        margin-bottom: 20px;
    }
}.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .title_wrapper img {
     width: 34px;
     height: 28px;
 }
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .title_wrapper .rating_wrapper {
    padding: 5px 15px;
    border-radius: 25px;
    background-color: #ecbd23;
    color: #000;
    font-weight: 500;
    display: inline-block;
    width: auto;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .title_wrapper .rating_wrapper .icon {
    width: 16px;
    height: 16px;
    fill: #ffc107;
    margin-inline-end: 5px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .location {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .location .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .location span {
    font-weight: 500;
    color: #434343;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .features_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .features_wrapper img {
    margin-inline-end: 15px;
    opacity: .5;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .features_wrapper img.active {
    opacity: 1;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .options_wrapper {
    padding-inline-end: 25px;
    text-align: end;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .options_wrapper .price {
    font-size: 30px;
    font-weight: 400;
    color: #ecbd23;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .options_wrapper .hint {
    margin-bottom: 15px;
    color: #5f5f5f;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.hotels_wrapper .card_wrapper .info_wrapper .options_wrapper .btn {
    background-color: #ecbd23;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper {
    padding: 10px;
    background-color: #f8f8f8;
    border-radius: 20px;
    margin-bottom: 25px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .row {
    align-items: center;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .img_wrapper {
    text-align: center;
}
@media(max-width: 350px) {
    .flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .img_wrapper img {
        width: 100%}
}.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper {
     padding-top: 25px;
 }
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .line.space {
    justify-content: space-between;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .provider span {
    font-weight: 500;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .provider span:last-child {
    font-weight: 600;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .fav_toggle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    transform: translateY(-10px);
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .fav_toggle .icon {
    width: 22px;
    height: 22px;
    fill: #dc3545;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .location {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .location .icon {
    width: 15px;
    height: 15px;
    fill: #ffc107;
    margin-inline-end: 6px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .hint {
    font-weight: 500;
    color: #434343;
    font-size: 14px;
    padding-inline-start: 22px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .persons {
    font-weight: 500;
    margin-inline-end: 30px;
    display: flex;
    align-items: center;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .persons span:first-child {
    margin-inline-end: 20px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .persons span:first-child .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .bags {
    font-weight: 500;
    margin-inline-end: 30px;
    display: flex;
    align-items: center;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .bags span:first-child {
    margin-inline-end: 20px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .info_wrapper .bags span:first-child .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .price_wrapper {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-inline: 25px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .price_wrapper .single_price, .flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .price_wrapper .price_weel {
    font-weight: 500;
    font-size: 24px;
    padding-inline-end: 20px;
    margin-inline-end: 20px;
    border-inline-end: 2px solid #ddd;
    margin-bottom: 0;
}
@media(max-width: 400px) {
    .flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .price_wrapper .single_price, .flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .price_wrapper .price_weel {
        font-size: 13px;
    }
}.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .price_wrapper .single_price span, .flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .price_wrapper .price_weel span {
     font-size: 28px;
     font-weight: 700;
     color: #ecbd23;
 }
@media(max-width: 400px) {
    .flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .price_wrapper .single_price span, .flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .price_wrapper .price_weel span {
        font-size: 15px;
    }
}.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .price_wrapper .price_weel {
     padding-inline-end: 0;
     margin-inline-end: 0;
     border-inline-end: none;
     margin-bottom: 0;
 }
.flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .booking_wrapper {
    display: flex;
    justify-content: flex-end;
    padding-inline-end: 25px;
}
@media(max-width: 991px) {
    .flight_search_wrapper .search_results_wrapper .results_wrapper.cars_wrapper .card_wrapper .booking_wrapper {
        justify-content: center;
    }
}.flight_search_wrapper .search_results_wrapper .results_wrapper.trips_wrapper .card_wrapper {
     position: relative;
     display: block;
     margin-bottom: 25px;
 }
.flight_search_wrapper .search_results_wrapper .results_wrapper.trips_wrapper .card_wrapper .fav_toggle {
    width: 30px;
    border: none;
    box-shadow: none;
    outline: none;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(255, 255, 255, .65);
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.trips_wrapper .card_wrapper .fav_toggle .icon {
    width: 15px;
    height: 15px;
    fill: #dc3545;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.trips_wrapper .card_wrapper img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.trips_wrapper .card_wrapper .info_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-inline: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 15px;
    background: linear-gradient(180deg,  rgba(255,  255,  255,  0) 0%,  rgba(0,  0,  0,  0.45) 85%);
    border-radius: 10px;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.trips_wrapper .card_wrapper .info_wrapper .wrapper p {
    margin-bottom: 0;
    color: #fff;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.trips_wrapper .card_wrapper .info_wrapper .wrapper p .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
}
.flight_search_wrapper .search_results_wrapper .results_wrapper.trips_wrapper .card_wrapper .info_wrapper .wrapper p.price span {
    font-size: 18px;
    font-weight: 600;
}
.profile_main_wrapper {
    padding-block: 70px;
}
.profile_main_wrapper .profile_sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    background-color: #f7f7f7;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    border-top-left-radius: 35px;
    margin-bottom: 25px;
}
.profile_main_wrapper .profile_sidebar .main_title {
    margin-block: 30px;
    font-weight: 700;
    font-weight: 28px;
    color: #ecbd23;
}
.profile_main_wrapper .profile_sidebar .avatar_wrapper {
    text-align: center;
    margin-bottom: 25px;
}
.profile_main_wrapper .profile_sidebar .avatar_wrapper img {
    width: 140px;
    height: 120px;
    border-radius: 10px;
}
.profile_main_wrapper .profile_sidebar .nav-tabs {
    flex-direction: column;
    width: 100%;
    border: none;
}
.profile_main_wrapper .profile_sidebar .nav-tabs .nav-item {
    margin-bottom: 14px;
}
.profile_main_wrapper .profile_sidebar .nav-tabs .nav-item .nav-link {
    width: 100%;
    text-align: start;
    border: none;
    font-weight: 500;
    color: #000;
}
.profile_main_wrapper .profile_sidebar .nav-tabs .nav-item .nav-link span {
    color: #dd5356;
}
.profile_main_wrapper .profile_sidebar .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    color: #ecbd23;
    border-radius: 5px;
}
.profile_main_wrapper .tab-content {
    padding-inline-end: 100px;
    padding-inline-start: 45px;
}
@media(max-width: 991px) {
    .profile_main_wrapper .tab-content {
        padding-inline-end: 0;
        padding-inline-start: 0;
        padding-inline: 15px;
    }
}.profile_main_wrapper .tab-content .main_title {
     font-size: 28px;
     font-weight: 700;
     margin-bottom: 45px;
     text-align: center;
 }
.profile_main_wrapper .tab-content .profile_wrapper .submit_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
}
.profile_main_wrapper .tab-content .profile_wrapper .submit_wrapper .btn {
    width: 50%}
@media(max-width: 550px) {
    .profile_main_wrapper .tab-content .profile_wrapper .submit_wrapper .btn {
        width: 90%}
}.profile_main_wrapper .tab-content .profile_wrapper .submit_wrapper .btn:first-child, .profile_main_wrapper .tab-content .profile_wrapper .submit_wrapper .btn.single-btn {
     background-color: #ecbd23 !important;
     color: #fff !important;
     margin-bottom: 15px;
 }
.profile_main_wrapper .tab-content .profile_wrapper .submit_wrapper .btn:last-child {
    background-color: #fff;
    border: 1px solid #ecbd23;
    color: #ecbd23;
}
.profile_main_wrapper .tab-content .profile_wrapper .submit_wrapper .btn:last-child:hover {
    background-color: #ecbd23 !important;
    color: #fff !important;
}
.profile_main_wrapper .tab-content .points_wrapper .wrapper {
    width: 380px;
    height: 160px;
    background-color: #ecbd23;
    color: #fff;
    font-weight: 700;
    padding-block: 60px;
    font-size: 32px;
    text-align: center;
    border-radius: 15px;
    margin-inline: auto;
    margin-bottom: 45px;
}
@media(max-width: 550px) {
    .profile_main_wrapper .tab-content .points_wrapper .wrapper {
        width: 100%}
}.profile_main_wrapper .tab-content .points_wrapper .sub_title {
     font-size: 24px;
     font-weight: 600;
     text-align: center;
     margin-bottom: 45px;
 }
.profile_main_wrapper .tab-content .points_wrapper .card_wrapper {
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 25px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    text-align: center;
}
@media(max-width: 991px) {
    .profile_main_wrapper .tab-content .points_wrapper .card_wrapper {
        margin-bottom: 20px;
    }
}.profile_main_wrapper .tab-content .points_wrapper .card_wrapper .points {
     font-size: 26px;
     font-weight: 600;
 }
.profile_main_wrapper .tab-content .points_wrapper .card_wrapper .points span {
    color: #ecbd23;
}
.profile_main_wrapper .tab-content .points_wrapper .card_wrapper .hint {
    font-weight: 500;
}
.profile_main_wrapper .tab-content .points_wrapper .card_wrapper .btn {
    display: block;
    width: 100%;
    background-color: #ecbd23;
}
.profile_main_wrapper .tab-content .notifications_wrapper .wrapper {
    margin-bottom: 20px;
    border-radius: 25px;
    background-color: #f8f8f8;
    border: 1px solid transparent;
    padding: 18px 22px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile_main_wrapper .tab-content .notifications_wrapper .wrapper.unread {
    background-color: #fff;
    border-color: #000;
}
.profile_main_wrapper .tab-content .notifications_wrapper .wrapper .icon_wrapper {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile_main_wrapper .tab-content .notifications_wrapper .wrapper .icon_wrapper .icon {
    width: 30px;
    height: 30px;
    fill: #ecbd23;
}
@media(max-width: 550px) {
    .profile_main_wrapper .tab-content .notifications_wrapper .wrapper .icon_wrapper {
        width: 50px;
        height: 50px;
    }
    .profile_main_wrapper .tab-content .notifications_wrapper .wrapper .icon_wrapper .icon {
        width: 20px;
        height: 20px;
    }
}.profile_main_wrapper .tab-content .notifications_wrapper .wrapper div {
     width: calc(100% - 100px);
 }
@media(max-width: 550px) {
    .profile_main_wrapper .tab-content .notifications_wrapper .wrapper div {
        width: calc(100% - 70px);
    }
}.profile_main_wrapper .tab-content .notifications_wrapper .wrapper div .desc {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     font-weight: 500;
     line-height: 1.6;
 }
.profile_main_wrapper .tab-content .notifications_wrapper .wrapper div .date {
    font-size: 15px;
    color: gray;
    margin-bottom: 0;
}
.profile_main_wrapper .tab-content .support_wrapper .header_wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width: 550px) {
    .profile_main_wrapper .tab-content .support_wrapper .header_wrapper {
        flex-direction: column;
    }
}.profile_main_wrapper .tab-content .support_wrapper .header_wrapper .title {
     font-size: 22px;
     font-weight: 600;
     margin-bottom: 0;
 }
@media(max-width: 550px) {
    .profile_main_wrapper .tab-content .support_wrapper .header_wrapper .title {
        margin-bottom: 12px;
    }
}.profile_main_wrapper .tab-content .support_wrapper .header_wrapper .btn {
     background-color: #ecbd23;
     border-radius: 25px;
 }
.profile_main_wrapper .tab-content .support_wrapper .header_wrapper .btn .icon {
    width: 18px;
    height: 18px;
    margin-inline-end: 6px;
    fill: #fff;
}
.profile_main_wrapper .tab-content .support_wrapper .form_wrapper {
    padding: 35px 65px;
    border-radius: 30px;
    background-color: #f8f8f8;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
@media(max-width: 550px) {
    .profile_main_wrapper .tab-content .support_wrapper .form_wrapper {
        padding-inline: 15px;
    }
}.profile_main_wrapper .tab-content .support_wrapper .form_wrapper textarea.form-control {
     height: auto;
 }
.profile_main_wrapper .tab-content .support_wrapper .form_wrapper .btn {
    width: 40%;
    display: block;
    margin-inline: auto;
    background-color: #ecbd23;
}
@media(max-width: 550px) {
    .profile_main_wrapper .tab-content .support_wrapper .form_wrapper .btn {
        width: 90%}
}.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper {
     padding: 25px;
     border-radius: 30px;
     background-color: #f8f8f8;
     box-shadow: 0 0 8px rgba(0, 0, 0, .15);
 }
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .control-label {
    font-weight: 600;
    color: #ecbd23;
    margin-bottom: 15px;
    padding-inline-start: 15px;
    position: relative;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .control-label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 3px;
    height: 18px;
    border-radius: 25px;
    background-color: #ecbd23;
    transform: translateY(-50%);
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .select_options div {
    margin-inline-end: 20px;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .select_options div input {
    margin-inline-end: 6px;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .select_options div label {
    font-weight: 500;
    margin-bottom: 0;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .btn-submit {
    padding: 12px 20px;
    min-width: 180px;
    font-weight: 500;
    box-shadow: none;
    background-color: #ecbd23;
    color: #fff;
    display: block;
    margin-inline: auto;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .input-group {
    position: relative;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .input-group .uploaders_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .input-group .uploaders_wrapper label {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 15px;
    cursor: pointer;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .input-group .uploaders_wrapper label .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .input-group .uploaders_wrapper label input {
    display: none;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .preview_img {
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .preview_img img {
    width: 100%;
    height: 100%}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .card_wrapper {
    padding: 25px 28px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    margin-bottom: 25px;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .card_wrapper .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 550px) {
    .profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .card_wrapper .line {
        flex-direction: column;
    }
}.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .card_wrapper .date-inline {
     display: inline-block;
     direction: ltr;
     color: gray;
 }
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .card_wrapper .task_type span {
    font-weight: 500;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .card_wrapper .task_type span:first-child {
    color: #ecbd23;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .card_wrapper .task_type span:last-child {
    font-weight: 600;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .card_wrapper .title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .card_wrapper .title span {
    color: #ecbd23;
    margin-inline-start: 10px;
    display: inline-block;
    direction: ltr;
    font-size: 22px;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .card_wrapper h5 {
    font-size: 20px;
    font-weight: 700;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .card_wrapper .desc {
    color: #5f5f5f;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .card_wrapper .date {
    text-align: end;
    color: #ecbd23;
    font-weight: 500;
    margin-bottom: 0;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .pagination {
    justify-content: center;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .pagination li {
    margin-inline: 5px;
    border-radius: 10px !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .pagination li .page-link {
    border-radius: 10px !important;
    color: #000;
    font-weight: 500;
    box-shadow: none !important;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .pagination li.active {
    color: #ecbd23;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .cert_slider .item {
    padding-inline: 15px;
}
.profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .cert_slider .item img {
    width: 100%}
.profile_main_wrapper .tab-content .support_wrapper .table_wrapper {
    padding: 25px;
    border-radius: 30px;
    background-color: #f8f8f8;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
@media(max-width: 550px) {
    .profile_main_wrapper .tab-content .support_wrapper .table_wrapper {
        padding: 15px 12px;
    }
}.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .filter_wrapper {
     display: flex;
     align-items: center;
     margin-bottom: 30px;
 }
@media(max-width: 550px) {
    .profile_main_wrapper .tab-content .support_wrapper .table_wrapper .filter_wrapper {
        flex-wrap: wrap;
    }
}.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .filter_wrapper .item {
     min-width: 130px;
     margin-bottom: 5px;
     margin-inline-end: 12px;
 }
.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .filter_wrapper .item input {
    display: none;
}
.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .filter_wrapper .item input:checked+label {
    background-color: #ecbd23;
    border-color: #ecbd23;
    color: #fff;
}
.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .filter_wrapper .item label {
    width: 100%;
    padding: 8px 15px;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #aaa;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all .25s;
}
.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table thead th, .profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table tbody td {
    vertical-align: middle;
    text-align: center;
}
.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table thead th:first-child, .profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table tbody td:first-child {
    text-align: start;
}
@media(max-width: 990px) {
    .profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table thead th, .profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table tbody td {
        white-space: nowrap;
    }
}.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table th {
     border: none;
     background-color: #fff;
     padding-block: 15px;
 }
.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table td {
    padding-block: 20px;
}
.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table td .label-p {
    padding: 6px 15px;
    border-radius: 25px;
    min-width: 130px;
    font-size: 15px;
    color: #fff;
}
.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table td .label-p.solved {
    background-color: #ecbd23;
}
.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table td .label-p.unsolved {
    background-color: #000;
}
.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table td .label-p.pending {
    background-color: #ebb540;
}
.profile_main_wrapper .tab-content .support_wrapper .table_wrapper .table-responsive .table td .date {
    display: inline-block;
    direction: ltr;
}
.profile_main_wrapper .tab-content .vip_wrapper .card_wrapper {
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 25px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    text-align: center;
}
@media(max-width: 550px) {
    .profile_main_wrapper .tab-content .vip_wrapper .card_wrapper {
        margin-bottom: 20px;
        padding: 30px 20px;
    }
}.profile_main_wrapper .tab-content .vip_wrapper .card_wrapper .img_wrapper {
     margin-bottom: 30px;
 }
.profile_main_wrapper .tab-content .vip_wrapper .card_wrapper .img_wrapper img {
    width: 100%;
    border-bottom-right-radius: 35px;
    border-top-left-radius: 35px;
}
.profile_main_wrapper .tab-content .vip_wrapper .card_wrapper .hint {
    font-weight: 500;
}
.profile_main_wrapper .tab-content .vip_wrapper .card_wrapper .btn {
    display: block;
    /*width: 100%;*/
    background-color: #ecbd23;
    margin: auto;
}
.faq_main_wrapper {
    padding-block: 50px;
}
.faq_main_wrapper .main_title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    color: #ecbd23;
}
.faq_main_wrapper .main_wrapper {
    background-color: #f8f8f8;
    padding: 35px;
    border-radius: 35px;
}
.faq_main_wrapper .main_wrapper .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    background-color: #f8f8f8;
}
.faq_main_wrapper .main_wrapper .accordion-item:last-child {
    border-bottom: none;
}
.faq_main_wrapper .main_wrapper .accordion-item .accordion-button {
    box-shadow: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    background-color: #f8f8f8 !important;
}
.faq_main_wrapper .main_wrapper .accordion-item .accordion-button:not(.collapsed) {
    background-color: #f8f8f8 !important;
    color: #000;
}
.faq_main_wrapper .main_wrapper .accordion-item .accordion-body p {
    font-weight: 500;
}
.about_platform_wrapper {
    padding-block: 50px;
}
.about_platform_wrapper .main_title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    color: #ecbd23;
}
.about_platform_wrapper .desc {
    font-weight: 500;
    width: 60%;
    margin-inline: auto;
    text-align: center;
}
@media(max-width: 991px) {
    .about_platform_wrapper .desc {
        width: 90%}
}.about_platform_wrapper .social_links {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 35px;
 }
.about_platform_wrapper .social_links a {
    margin-inline-end: 15px;
}
.about_platform_wrapper .social_links a img {
    width: 32px;
    height: 32px;
}
.terms_main_wrapper {
    padding-block: 50px;
}
.terms_main_wrapper .main_title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    color: #ecbd23;
}
.terms_main_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.terms_main_wrapper ul li {
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    padding-inline-start: 20px;
}
.terms_main_wrapper ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ecbd23;
}
.contact_page_wrapper {
    padding-block: 50px;
}
.contact_page_wrapper .form_wrapper {
    padding: 35px;
    border-radius: 10px;
    background: linear-gradient(218deg,  #ecbd23 0%,  #014047 90%);
    display: flex;
    justify-content: space-between;
}
@media(max-width: 991px) {
    .contact_page_wrapper .form_wrapper {
        flex-direction: column;
        justify-content: unset;
        align-items: center;
    }
}.contact_page_wrapper .form_wrapper form {
     width: 50%}
@media(max-width: 991px) {
    .contact_page_wrapper .form_wrapper form {
        width: 100%}
}.contact_page_wrapper .form_wrapper form .control-label {
     color: #fff;
 }
.contact_page_wrapper .form_wrapper form .btn {
    background-color: #ecbd23;
    width: 70%;
    margin-inline: auto;
    display: block;
}
.contact_page_wrapper .form_wrapper .map_wrapper {
    height: 450px;
    width: calc(50% - 50px);
    position: relative;
    transform: translateX(-100px);
}
@media(max-width: 991px) {
    .contact_page_wrapper .form_wrapper .map_wrapper {
        width: 100%;
        transform: translateX(0);
        height: 300px;
    }
}.contact_page_wrapper .form_wrapper .map_wrapper::after {
     content: "";
     position: absolute;
     top: 20px;
     left: 20px;
     width: 100%;
     height: 100%;
     background-color: #ecbd23;
     opacity: .75;
 }
.contact_page_wrapper .form_wrapper .map_wrapper iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}
.contact_page_wrapper .info_wrapper {
    padding-inline-start: 100px;
}
@media(max-width: 991px) {
    .contact_page_wrapper .info_wrapper {
        padding-inline-start: 0;
    }
}.contact_page_wrapper .info_wrapper .logo_wrapper {
     text-align: center;
     margin-bottom: 35px;
 }
.contact_page_wrapper .info_wrapper .main_title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #ecbd23;
}
.contact_page_wrapper .info_wrapper .line {
    display: flex;
    margin-bottom: 15px;
}
.contact_page_wrapper .info_wrapper .line .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-end: 8px;
}
.contact_page_wrapper .info_wrapper .line span {
    width: calc(100% - 8px);
    font-weight: 500;
}
.contact_page_wrapper .info_wrapper .line:nth-child(1) span, .contact_page_wrapper .info_wrapper .line:nth-child(2) span {
    display: inline-block;
    direction: ltr;
}
.flight_offcanvas {
    width: 40%}
@media(max-width: 991px) {
    .flight_offcanvas {
        width: 98%}
}.flight_offcanvas .offcanvas-header {
     display: flex;
     justify-content: flex-end;
 }
.flight_offcanvas .offcanvas-header .btn-close {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: #890027;
}
.flight_offcanvas .offcanvas-body .card_wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
}
.flight_offcanvas .offcanvas-body .card_wrapper:first-child {
    padding-top: 0;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ecbd23;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_header .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_header .title span {
    font-weight: 400;
    color: #ecbd23;
    margin-inline-start: 15px;
    font-size: 18px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_header .flex_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 420px) {
    .flight_offcanvas .offcanvas-body .card_wrapper .card_header .flex_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}.flight_offcanvas .offcanvas-body .card_wrapper .card_header .flex_wrapper .item span {
     font-weight: 400;
 }
.flight_offcanvas .offcanvas-body .card_wrapper .card_header .flex_wrapper .item span .icon {
    width: 15px;
    height: 15px;
    margin-inline-end: 6px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_header .flex_wrapper .item span.bold {
    font-weight: 500;
    margin-inline-start: 15px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_header .flex_wrapper .item span.ltr {
    display: inline-block;
    direction: ltr;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-bottom: 35px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 114px;
    width: 2px;
    height: calc(100% - 50px);
    border-left: 2px dashed #ecbd23;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper {
    display: flex;
    justify-content: space-between;
}
@media(max-width: 500px) {
    .flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper {
        justify-content: flex-start;
    }
}.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper.ticket {
     align-items: center;
 }
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper.ticket .item .time {
    color: gray;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper.ticket .item .time .icon {
    width: 15px;
    height: 15px;
    fill: gray;
    margin-inline-end: 6px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper.ticket .item:last-child {
    display: flex;
    align-items: center;
}
@media(max-width: 500px) {
    .flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper.ticket .item: last-child {
        flex-direction: column;
    }
}.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper.ticket .item:last-child img {
     width: 75px;
     height: 50px;
     border: 1px solid #eee;
     border-radius: 10px;
 }
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper.ticket .item:last-child div {
    margin-inline-start: 15px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper.ticket .item:last-child div p:first-child {
    font-weight: 600;
    color: #434343;
    margin-bottom: 8px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper.ticket .item:last-child div p:last-child {
    color: #ecbd23;
    font-weight: 400;
    font-size: 14px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper .item {
    position: relative;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper .item:first-child {
    width: 120px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper .item:first-child::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ecbd23;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper .item:first-child::after {
    content: "";
    position: absolute;
    top: 3px;
    left: -2px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #ecbd23;
    opacity: .5;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper .item:last-child {
    width: calc(100% - 170px);
}
@media(max-width: 500px) {
    .flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper .item: last-child {
        padding-inline-start: 25px;
        width: calc(100% - 120px);
    }
}.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper .item p:first-child {
     font-weight: 600;
     margin-bottom: 8px;
 }
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper .item p:last-child {
    font-weight: 500;
    margin-bottom: 0;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .timeline_wrapper .wrapper .item p.ltr {
    direction: ltr;
    text-align: right;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .details_wrapper {
    margin-bottom: 20px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .details_wrapper .title {
    font-weight: 600;
    font-weight: 18px;
    margin-bottom: 15px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .details_wrapper .line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .details_wrapper .line span {
    font-weight: 500;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .details_wrapper .line span:first-child {
    margin-inline-end: 20px;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .details_wrapper .line span.ltr {
    direction: ltr;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .details_wrapper .line span .icon {
    width: 16px;
    height: 16px;
    margin-inline-end: 6px;
    fill: #ecbd23;
}
.flight_offcanvas .offcanvas-body .card_wrapper .card_body .details_wrapper .line span .icon.danger {
    fill: red;
}
.flight_offcanvas .offcanvas-footer {
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px;
    padding-inline: 30px;
}
.flight_offcanvas .offcanvas-footer .price {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.flight_offcanvas .offcanvas-footer .price span {
    font-size: 22px;
    color: #ecbd23;
    font-weight: 600;
}
.flight_offcanvas .offcanvas-footer .btn {
    background-color: #ecbd23;
}
.details_after_checkout {
    padding-block: 50px;
}
.details_after_checkout .col-lg-5 .white_box {
    position: sticky;
    top: 25px;
}
.details_after_checkout .white_box {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 25px;
}
@media(max-width: 550px) {
    .details_after_checkout .white_box {
        padding: 22px 14px;
    }
}.details_after_checkout .white_box .title_box {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 25px;
 }
@media(max-width: 500px) {
    .details_after_checkout .white_box .title_box {
        flex-direction: column;
    }
}.details_after_checkout .white_box .title_box h4 {
     font-size: 20px;
     margin-bottom: 0;
     font-weight: 600;
 }
.details_after_checkout .white_box .title_box a {
    color: #ecbd23;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper {
    border-bottom: 1px solid #eee;
    padding-top: 25px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper.border-none {
    border-bottom: none;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper:first-child {
    padding-top: 0;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper:last-child {
    border-bottom: none;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .sub_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
@media(max-width: 500px) {
    .details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details {
        flex-direction: column;
        align-items: center;
    }
}@media(max-width: 500px) {
    .details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .image_wrapper {
        margin-bottom: 20px;
    }
}.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .image_wrapper img {
     width: 112px;
     height: 125px;
     border-radius: 15px;
     border-top-left-radius: 0;
 }
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper {
    padding-inline-start: 15px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper .location .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper .location span {
    font-weight: 500;
    color: #434343;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper .hint {
    font-weight: 600;
    margin-bottom: 0;
    padding-inline-start: 25px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper .line_2_cols {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper .line_2_cols .icon {
    width: 16px;
    height: 16px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper .line_2_cols span {
    font-weight: 600;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper .line_2_cols span:first-child {
    margin-inline-end: 50px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper p.date_range {
    margin-bottom: 15px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper p.date_range .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
    margin-inline-end: 10px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper p.date_range span.men {
    font-weight: 500;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper p.date_range span.date {
    font-weight: 500;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper p.date_range span.space {
    margin-inline: 6px;
    font-weight: 400;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .hotel_details .info_wrapper p.date_range:last-child {
    margin-bottom: 0;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .more_detials {
    padding-bottom: 15px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .more_detials p {
    margin-bottom: 15px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .more_detials p .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
    margin-inline-end: 10px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .more_detials p span.men {
    font-weight: 500;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .more_detials p span.date {
    font-weight: 500;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .more_detials p span.space {
    margin-inline: 6px;
    font-weight: 400;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .more_detials p:last-child {
    margin-bottom: 0;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .more_detials .lines_wrapper .car_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .more_detials .lines_wrapper .car_line div {
    font-weight: 600;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .more_detials .lines_wrapper .car_line div:first-child .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .more_detials .lines_wrapper .car_line div:first-child .icon.location {
    fill: #ffc107;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .more_detials .lines_wrapper .car_line div:last-child .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-start: 6px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .flex_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px dashed #ecbd23;
    padding-bottom: 20px;
}
@media(max-width: 500px) {
    .details_after_checkout .white_box .body_wrapper .line_wrapper .flex_wrapper {
        flex-direction: column;
        height: 360px;
        align-items: space-between;
    }
}.details_after_checkout .white_box .body_wrapper .line_wrapper .flex_wrapper:last-child {
     border-bottom: none;
     padding-top: 20px;
 }
.details_after_checkout .white_box .body_wrapper .line_wrapper .flex_wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
@media(max-width: 500px) {
    .details_after_checkout .white_box .body_wrapper .line_wrapper .flex_wrapper: :after {
        height: 100%;
        width: 1px;
        left: 50%;
        transform: translate(-50%,  -50%);
        height: 80%}
}.details_after_checkout .white_box .body_wrapper .line_wrapper .flex_wrapper .wrapper {
     background-color: #fff;
     position: relative;
     z-index: 2;
     text-align: center;
     padding-inline: 10px;
 }
.details_after_checkout .white_box .body_wrapper .line_wrapper .flex_wrapper .wrapper:first-child {
    display: flex;
    align-items: center;
}
@media(max-width: 500px) {
    .details_after_checkout .white_box .body_wrapper .line_wrapper .flex_wrapper .wrapper: first-child {
        flex-direction: column;
    }
}.details_after_checkout .white_box .body_wrapper .line_wrapper .flex_wrapper .wrapper:first-child img {
     margin-inline-end: 10px;
     width: 60px;
     height: 45px;
 }
.details_after_checkout .white_box .body_wrapper .line_wrapper .flex_wrapper .wrapper p {
    margin-bottom: 0;
    font-weight: 400;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .flex_wrapper .wrapper .time {
    direction: ltr;
    font-weight: 600;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .flex_wrapper .wrapper .alert-p {
    color: #dd5356;
    font-size: 14px;
    font-weight: 400;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .line.final_price {
    padding-block: 10px;
    border-top: 1px solid #eee;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .line.discount_wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
}
@media(max-width: 550px) {
    .details_after_checkout .white_box .body_wrapper .line_wrapper .line.discount_wrapper .copon {
        margin-bottom: 8px;
    }
}.details_after_checkout .white_box .body_wrapper .line_wrapper .line.discount_wrapper .input-group {
     max-width: 300px;
 }
@media(max-width: 550px) {
    .details_after_checkout .white_box .body_wrapper .line_wrapper .line.discount_wrapper .input-group {
        max-width: 100%}
}.details_after_checkout .white_box .body_wrapper .line_wrapper .line.discount_wrapper .input-group .btn {
     width: 80px;
     height: 47px;
     min-width: 80px;
     text-align: center;
     padding-inline: 0;
     background-color: #ecbd23;
 }
.details_after_checkout .white_box .body_wrapper .line_wrapper .line.submit_wrapper {
    margin-top: 35px;
    margin-bottom: 0;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .line.submit_wrapper .btn {
    display: block;
    width: 100%;
    background-color: #ecbd23;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .line p {
    margin-bottom: 0;
    font-weight: 500;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .line p:last-child {
    color: #ecbd23;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .line p.large {
    font-size: 18px;
    font-weight: 600;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .line p span {
    font-size: 18px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .line p span.small {
    font-size: 14px;
    color: gray;
    font-weight: 400;
}
@media(max-width: 400px) {
    .details_after_checkout .white_box .body_wrapper .line_wrapper .line p span.small {
        display: block;
    }
}.details_after_checkout .white_box .body_wrapper .line_wrapper.exeption .item {
     margin-bottom: 20px;
 }
.details_after_checkout .white_box .body_wrapper .line_wrapper.exeption .item .line {
    justify-content: flex-start;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper.exeption .item .line:first-child p {
    font-weight: 600;
    color: #000 !important;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper.exeption .item .line:first-child p:first-child {
    width: 150px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper.exeption .item .line:last-child p {
    font-size: 14px;
    font-weight: 600;
    color: gray !important;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper.exeption .item .line:last-child p:first-child {
    width: 150px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .car_details {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
@media(max-width: 400px) {
    .details_after_checkout .white_box .body_wrapper .line_wrapper .car_details {
        flex-direction: column;
    }
}@media(max-width: 400px) {
    .details_after_checkout .white_box .body_wrapper .line_wrapper .car_details .image_wrapper {
        margin-bottom: 15px;
    }
}.details_after_checkout .white_box .body_wrapper .line_wrapper .car_details .image_wrapper img {
     width: 112px;
     /*height: 125px;*/
     border-radius: 15px;
     border-top-left-radius: 0;
 }
.details_after_checkout .white_box .body_wrapper .line_wrapper .car_details .info_wrapper {
    padding-inline-start: 15px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .car_details .info_wrapper .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .car_details .info_wrapper .location .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .car_details .info_wrapper .location span {
    font-weight: 500;
    color: #434343;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .car_details .info_wrapper .driver {
    font-weight: 600;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .car_details .info_wrapper .driver img {
    margin-inline-end: 6px;
}
.details_after_checkout .white_box .body_wrapper .line_wrapper .car_details .info_wrapper .hint {
    font-weight: 600;
    margin-bottom: 0;
    padding-inline-start: 25px;
}
.details_after_checkout .white_box .main_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}
.details_after_checkout .white_box .form_wrapper {
    border-bottom: 1px solid #eee;
}
.details_after_checkout .white_box .form_wrapper:last-child {
    border-bottom: none;
    padding-top: 25px;
}
.details_after_checkout .white_box .form_wrapper:first-child {
    padding-top: 0;
}
.details_after_checkout .white_box .form_wrapper .sub_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.details_after_checkout .white_box .form_wrapper .form-group.submit_wrapper {
    margin-top: 35px;
}
.details_after_checkout .white_box .form_wrapper .form-group.submit_wrapper .btn {
    width: 50%;
    display: block;
    background-color: #ecbd23;
    margin-inline: auto;
}
@media(max-width: 500px) {
    .details_after_checkout .white_box .form_wrapper .form-group.submit_wrapper .btn {
        width: 100%}
}.details_after_checkout .white_box .form_wrapper .form-group .control-label.opacity-0 {
     opacity: 0 !important;
 }
.details_after_checkout .white_box .form_wrapper .form-group .input-group.options_group {
    margin-bottom: 25px;
}
.details_after_checkout .white_box .form_wrapper .form-group .input-group.options_group div {
    margin-inline-end: 15px;
}
.details_after_checkout .white_box .form_wrapper .form-group .input-group.options_group div input {
    display: none;
}
.details_after_checkout .white_box .form_wrapper .form-group .input-group.options_group div input:checked+label {
    background-color: #ecbd23;
    border-color: #ecbd23;
    color: #fff;
}
.details_after_checkout .white_box .form_wrapper .form-group .input-group.options_group div label {
    min-width: 140px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
    padding: 10px 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all .25s;
}
@media(max-width: 991px) {
    .details_after_checkout .white_box .form_wrapper .form-group .input-group.options_group div label {
        margin-bottom: 8px;
    }
}.details_after_checkout .white_box .form_wrapper .form-group .input-group.payment_methods {
     justify-content: space-around;
     align-items: center;
 }
.details_after_checkout .white_box .form_wrapper .form-group .input-group.payment_methods input {
    display: none;
}
.details_after_checkout .white_box .form_wrapper .form-group .input-group.payment_methods input:checked+label {
    outline: 1px solid #ecbd23;
}
.details_after_checkout .white_box .form_wrapper .form-group .input-group.payment_methods label {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    cursor: pointer;
    transition: all .25s;
}
.details_after_checkout .white_box .form_wrapper .form-group .input-group.payment_methods label img {
    width: 100%;
    height: 100%}
.details_after_checkout .white_box .form_wrapper .form-group .input-group .form-control {
    padding-inline-start: 30px;
    border-radius: 10px !important;
}
.hotel_details_wrapper {
    padding-block: 50px;
}
.hotel_details_wrapper .header_main_wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.hotel_details_wrapper .header_main_wrapper .title {
    font-size: 26px;
    font-weight: 600;
    margin-inline-end: 8px;
}
.hotel_details_wrapper .header_main_wrapper img[alt=badge] {
    width: 34px;
    height: 28px;
}
.hotel_details_wrapper .header_main_wrapper .location .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.hotel_details_wrapper .header_main_wrapper .location span {
    font-weight: 500;
    color: #434343;
}
.hotel_details_wrapper .header_main_wrapper .rating_wrapper {
    padding: 5px 15px;
    border-radius: 25px;
    background-color: #ecbd23;
    color: #000;
    font-weight: 500;
    display: inline;
    width: auto;
}
.hotel_details_wrapper .header_main_wrapper .rating_wrapper .icon {
    width: 16px;
    height: 16px;
    fill: #ffc107;
    margin-inline-end: 5px;
}
.hotel_details_wrapper .filter_wrapper {
    margin-bottom: 35px;
}
.hotel_details_wrapper .filter_wrapper h5.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    background-color: #f4f4f4;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .options_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .options_wrapper .wrapper {
    margin-inline-end: 20px;
    display: flex;
    align-items: center;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .options_wrapper .wrapper:last-child {
    margin-inline-end: 0;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .options_wrapper .wrapper label {
    font-weight: 500;
    margin-inline-start: 6px;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .options_wrapper .wrapper input {
    transform: translateY(2px);
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper {
    display: flex;
    align-items: center;
}
@media(max-width: 991px) {
    .hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper {
        flex-direction: column;
        align-items: unset;
    }
}.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group {
     width: calc(14.2857142857% - 15px);
     margin-inline-start: 15px;
 }
@media(max-width: 991px) {
    .hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group {
        width: 100% !important;
        margin-inline-start: 0;
    }
}.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.complex_date_time .form-select {
     width: 100px;
     padding-inline: 0;
     padding-inline-start: 10px;
     border-radius: 0;
     border-top-left-radius: 8px;
     border-bottom-left-radius: 8px;
 }
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.complex_date_time input[type=date] {
    width: calc(100% - 100px);
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group .form-control, .hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group .form-select {
    height: 47px;
    border-radius: 8px;
    border-color: #ecbd23;
    padding-inline-start: 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options {
    margin-bottom: 0;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options .input-group {
    justify-content: center;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options input {
    display: none;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options input:checked+label {
    outline: 1px solid #ecbd23;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options .wrapper {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    outline: 1px solid transparent;
    margin-inline-end: 15px;
    transition: all .25s;
    cursor: pointer;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options .wrapper p {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group {
    width: 100%}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-toggle {
    height: 47px;
    border-radius: 8px;
    border-color: #ecbd23;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu {
    min-width: 13rem;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 6px;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu .dropdown-item .counter_wrapper {
    display: flex;
    align-items: center;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu .dropdown-item .counter_wrapper .form-control {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center !important;
    border: none;
    background-color: none;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu .dropdown-item .counter_wrapper a {
    width: 20px;
    height: 20px;
    background-color: #ecbd23;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper {
    margin-top: 25px;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .icon_wrapper {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ecbd23;
    margin-inline-end: 6px;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .icon_wrapper .icon {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .btn {
    padding: 8px;
    min-width: 0 !important;
    background-color: #fff !important;
    display: flex;
    align-items: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;
}
.hotel_details_wrapper .filter_wrapper .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .btn span {
    color: #ecbd23;
}
.hotel_details_wrapper .table_wrapper h5.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.hotel_details_wrapper .table_wrapper .table th {
    text-align: center;
    vertical-align: middle;
}
.hotel_details_wrapper .table_wrapper .table td {
    vertical-align: middle;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper {
    display: flex;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .img_wrapper {
    width: 315px;
    text-align: center;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .img_wrapper img {
    width: 100%;
    width: 315px;
    border-radius: 30px;
    border-top-left-radius: 0;
    display: inline-block;
    margin-bottom: 10px;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .img_wrapper a {
    font-weight: 500;
    text-decoration: underline !important;
    color: #ecbd23;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .info_wrapper {
    width: 350px;
    padding-inline-start: 20px;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .info_wrapper .title {
    font-size: 26px;
    font-weight: 600;
    color: #5f5f5f;
    margin-bottom: 15px;
    margin-inline-end: 15px;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .info_wrapper .location {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .info_wrapper .location .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .info_wrapper .location span {
    font-weight: 500;
    color: #434343;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .info_wrapper .features_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .info_wrapper .features_wrapper img {
    margin-inline-end: 15px;
    opacity: .5;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .info_wrapper .features_wrapper img.active {
    opacity: 1;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .info_wrapper .h_options .line {
    margin-bottom: 8px;
}
.hotel_details_wrapper .table_wrapper .table td.main_details .flex_wrapper .info_wrapper .h_options .line span {
    font-weight: 500;
}
.hotel_details_wrapper .table_wrapper .table td.people_cell {
    text-align: center;
}
.hotel_details_wrapper .table_wrapper .table td.people_cell .line {
    margin-bottom: 10px;
}
.hotel_details_wrapper .table_wrapper .table td.people_cell .line span {
    font-weight: 500;
    margin-inline-start: 6px;
}
.hotel_details_wrapper .table_wrapper .table td.price_cell {
    text-align: center;
}
.hotel_details_wrapper .table_wrapper .table td.price_cell .price {
    font-size: 22px;
    font-weight: 500;
    color: #ecbd23;
}
.hotel_details_wrapper .table_wrapper .table td.price_cell .hint {
    font-size: 16px;
    color: gray;
    margin-bottom: 0;
}
.hotel_details_wrapper .table_wrapper .table td.btn_cell .btn {
    width: 160px;
    background-color: #dd5356;
    color: #fff;
    font-weight: 500;
    display: block;
    margin-inline: auto;
    padding-block: 12px;
}
.hotel_offcanvas {
    height: 80vh !important;
}
.hotel_offcanvas .offcanvas-header {
    display: flex;
    justify-content: flex-end;
}
.hotel_offcanvas .offcanvas-header .btn-close {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: #890027;
}
.hotel_offcanvas .slider-single {
    margin-bottom: 20px;
}
.hotel_offcanvas .slider-single img {
    height: 350px !important;
    border-radius: 15px;
}
.hotel_offcanvas .slider-nav .item {
    padding-inline: 8px;
}
.hotel_offcanvas .slider-nav .item.slick-current img {
    opacity: 1;
}
.hotel_offcanvas .slider-nav .item img {
    height: 150px !important;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, .45);
    border-radius: 10px;
    cursor: pointer;
    opacity: .7;
    transition: all .25s;
}
.hotel_offcanvas .main_wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.hotel_offcanvas .main_wrapper .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}
.hotel_offcanvas .main_wrapper .line {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.hotel_offcanvas .main_wrapper .line .item:first-child {
    width: 150px;
    font-weight: 600;
}
.hotel_offcanvas .main_wrapper .line .item:last-child {
    display: flex;
    align-items: center;
}
.hotel_offcanvas .main_wrapper .line .item:last-child img {
    margin-inline-end: 8px;
}
.hotel_offcanvas .main_wrapper .line .item:last-child span {
    font-weight: 600;
}
.hotel_offcanvas .main_wrapper .line .item:last-child p:first-child {
    margin-inline-end: 20px;
}
.hotel_offcanvas .main_wrapper .card_wrapper {
    display: flex;
    margin-bottom: 25px;
}
.hotel_offcanvas .main_wrapper .card_wrapper img {
    margin-inline-end: 10px;
    width: 35px;
    height: 35px;
}
.hotel_offcanvas .main_wrapper .card_wrapper .info h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.hotel_offcanvas .main_wrapper .card_wrapper .info .flex_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hotel_offcanvas .main_wrapper .card_wrapper .info .flex_wrapper span {
    flex: 50%;
    color: gray;
    margin-bottom: 12px;
    font-weight: 500;
}
.jobs_home_wrapper {
    padding-block: 70px;
}
.jobs_home_wrapper .title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
@media(max-width: 991px) {
    .jobs_home_wrapper .title_box {
        flex-direction: column;
    }
}.jobs_home_wrapper .title_box.centered {
     justify-content: center;
 }
.jobs_home_wrapper .title_box .empty {
    width: 33.3333333333%}
@media(max-width: 991px) {
    .jobs_home_wrapper .title_box .empty {
        display: none;
    }
}.jobs_home_wrapper .title_box .title_wrapper {
     text-align: center;
     width: 33.3333333333%}
@media(max-width: 991px) {
    .jobs_home_wrapper .title_box .title_wrapper {
        width: 100%;
        margin-bottom: 12px;
    }
}.jobs_home_wrapper .title_box .title_wrapper h2 {
     font-size: 40px;
     font-weight: 700;
     color: #ecbd23;
 }
.jobs_home_wrapper .title_box .title_wrapper p {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.jobs_home_wrapper .title_box .options_wrapper {
    display: flex;
    justify-content: flex-end;
    width: 33.3333333333%}
@media(max-width: 991px) {
    .jobs_home_wrapper .title_box .options_wrapper {
        width: 100%;
        justify-content: center;
    }
}.jobs_home_wrapper .title_box .options_wrapper .btn {
     background-color: #ecbd23;
     color: #fff;
     border-radius: 25px;
 }
.jobs_home_wrapper .card_wrapper {
    cursor: pointer;
}
.jobs_home_wrapper .card_wrapper.card_lg {
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 25px;
}
.jobs_home_wrapper .card_wrapper.card_lg .img_wrapper img {
    width: 100%;
    height: 330px;
}
.jobs_home_wrapper .card_wrapper.card_lg .info_wrapper {
    padding: 12px 22px;
}
.jobs_home_wrapper .card_wrapper.card_lg .info_wrapper .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.jobs_home_wrapper .card_wrapper.card_lg .info_wrapper .line span {
    font-weight: 500;
}
.jobs_home_wrapper .card_wrapper.card_lg .info_wrapper .line .date {
    color: #ecbd23;
}
.jobs_home_wrapper .card_wrapper.card_lg .info_wrapper .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.jobs_home_wrapper .card_wrapper.card_lg .info_wrapper .experince span:first-child {
    font-weight: 500;
}
.jobs_home_wrapper .card_wrapper.card_lg .info_wrapper .experince span:last-child {
    font-weight: 600;
}
.jobs_home_wrapper .card_wrapper.card_lg .info_wrapper .flex_wrapper {
    /*display: flex;*/
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jobs_home_wrapper .card_wrapper.card_lg .info_wrapper .flex_wrapper .btn {
    background-color: #ecbd23;
    border-radius: 25px;
}
.jobs_home_wrapper .card_wrapper.card_sm {
    display: flex;
    padding-block: 10px;
    border-bottom: 1px solid #eee;
}
@media(max-width: 550px) {
    .jobs_home_wrapper .card_wrapper.card_sm {
        flex-direction: column;
        text-align: center;
    }
}.jobs_home_wrapper .card_wrapper.card_sm:first-child {
     padding-top: 0;
 }
@media(max-width: 991px) {
    .jobs_home_wrapper .card_wrapper.card_sm: first-child {
        padding-top: 10px;
    }
}.jobs_home_wrapper .card_wrapper.card_sm .img_wrapper {
     width: 200px;
     height: 150px;
     margin-inline-end: 15px;
 }
@media(max-width: 550px) {
    .jobs_home_wrapper .card_wrapper.card_sm .img_wrapper {
        margin-inline: auto;
    }
}.jobs_home_wrapper .card_wrapper.card_sm .img_wrapper img {
     width: 100%;
     height: 100%;
     border-radius: 12px;
 }
.jobs_home_wrapper .card_wrapper.card_sm .info_wrapper {
    padding: 12px 22px;
    width: calc(100% - 215px);
}
@media(max-width: 550px) {
    .jobs_home_wrapper .card_wrapper.card_sm .info_wrapper {
        width: 100%}
}.jobs_home_wrapper .card_wrapper.card_sm .info_wrapper .date {
     color: #ecbd23;
     font-weight: 500;
     margin-bottom: 8px;
 }
.jobs_home_wrapper .card_wrapper.card_sm .info_wrapper .category {
    font-weight: 500;
    margin-bottom: 8px;
}
.jobs_home_wrapper .card_wrapper.card_sm .info_wrapper .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.jobs_home_wrapper .card_wrapper.card_sm .info_wrapper .experince span:first-child {
    font-weight: 500;
}
.jobs_home_wrapper .card_wrapper.card_sm .info_wrapper .experince span:last-child {
    font-weight: 600;
}
.jobs_home_wrapper .card_wrapper.card_sm .info_wrapper .flex_wrapper {
    /*display: flex;*/
    /*align-items: flex-end;*/
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%}
@media(max-width: 550px) {
    .jobs_home_wrapper .card_wrapper.card_sm .info_wrapper .flex_wrapper {
        justify-content: center;
        width: 100%}
    .jobs_home_wrapper .card_wrapper.card_sm .info_wrapper .flex_wrapper div {
        width: 100%;
        margin-bottom: 10px;
    }
}.jobs_home_wrapper .card_wrapper.card_sm .info_wrapper .flex_wrapper .btn {
     background-color: #ecbd23;
     border-radius: 25px;
 }
@media(max-width: 550px) {
    .jobs_home_wrapper .card_wrapper.card_sm .info_wrapper .flex_wrapper .btn {
        padding: 8px 14px;
    }
}.slider_header {
     overflow: hidden;
 }
.slider_header img {
    height: 600px !important;
}
@media(max-width: 991px) {
    .slider_header img {
        height: 450px !important;
    }
}@media(max-width: 600px) {
    .slider_header img {
        height: 250px !important;
    }
}.slider_header .slick-arrow {
     display: none !important;
 }
.slider_header .slick-dots {
    bottom: -40px;
}
.slider_header .slick-dots li {
    margin-inline-end: 5px;
    width: auto;
}
.slider_header .slick-dots li button {
    width: 25px;
    height: 4px;
    padding: 0;
    border-radius: 25px;
    background-color: #5f5f5f;
    transition: all .25s;
}
.slider_header .slick-dots li button::before {
    display: none !important;
}
.slider_header .slick-dots li.slick-active button {
    width: 36px;
    background-color: #ecbd23;
}
.navbar-light .navbar-toggler {
    border-color: #ecbd23;
}
.hotel_rating_wrapper {
    padding-block: 40px;
}
.hotel_rating_wrapper .box_title {
    margin-bottom: 40px;
}
.hotel_rating_wrapper .box_title .title {
    font-size: 24px;
    font-weight: 700;
}
.hotel_rating_wrapper .box_title p {
    font-size: 15px;
    line-height: 1.5;
    color: gray;
    margin-bottom: 0;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper {
    border: 1px solid #eee;
    border-radius: 15px;
    margin-bottom: 20px;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper:nth-child(0n+1) .basic_info .line .avatar {
    background-color: #ebb540;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper:nth-child(0n+2) .basic_info .line .avatar {
    background-color: #ecbd23;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper:nth-child(0n+3) .basic_info .line .avatar {
    background-color: #00e045;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper .row {
    align-items: stretch;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper .basic_info {
    border-inline-end: 1px solid #eee;
    height: 100%;
    padding: 20px;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper .basic_info .line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper .basic_info .line .rating {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-image: url("../images/badge.png");
    background-size: 100% 100%;
    margin-inline-end: 10px;
    color: #fff;
    font-size: 20px;
    padding-top: 8px;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper .basic_info .line .rating_text {
    font-size: 18px;
    font-weight: 600;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper .basic_info .line .avatar {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 18px;
    border: 2px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-color: #ebb540;
    margin-inline-end: 8px;
    margin-inline-start: 15px;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper .basic_info .line .name {
    font-size: 18px;
    font-weight: 700;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper .basic_info .line .date {
    margin-bottom: 0;
    color: gray;
    padding-inline-start: 55px;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper .info_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hotel_rating_wrapper .items_wrapper .card_wrapper .info_wrapper p {
    font-size: 15px;
    line-height: 1.5;
    color: gray;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hotel_rating_wrapper .items_wrapper .button_wrapper {
    text-align: center;
}
.hotel_rating_wrapper .items_wrapper .button_wrapper a {
    color: #ecbd23;
    font-weight: 600;
    position: relative;
}
.hotel_rating_wrapper .items_wrapper .button_wrapper a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .25s;
    width: 0;
    height: 1px;
    background-color: #ecbd23;
}
.hotel_rating_wrapper .items_wrapper .button_wrapper a:hover::before {
    width: 100%}
.hotel_features_wrapper {
    padding-block: 40px;
}
.hotel_features_wrapper .box_title {
    margin-bottom: 40px;
}
.hotel_features_wrapper .box_title .title {
    font-size: 24px;
    font-weight: 700;
}
.hotel_features_wrapper .flex_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f2f2;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    padding: 12px 20px;
}
.hotel_features_wrapper .flex_wrapper .item {
    text-align: center;
}
.hotel_features_wrapper .flex_wrapper .item p {
    font-weight: 600;
    margin-top: 12px;
    color: #ecbd23;
}
.profile_main_wrapper .orders_wrapper .filter_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}
.profile_main_wrapper .orders_wrapper .filter_wrapper .nav-tabs {
    border: none;
    justify-content: center;
}
.profile_main_wrapper .orders_wrapper .filter_wrapper .nav-tabs .nav-item {
    min-width: 130px;
    margin-bottom: 5px;
    margin-inline-end: 12px;
}
.profile_main_wrapper .orders_wrapper .filter_wrapper .nav-tabs .nav-item .nav-link {
    width: 100%;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #fff;
    font-weight: 600;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    cursor: pointer;
    transition: all .25s;
}
.profile_main_wrapper .orders_wrapper .filter_wrapper .nav-tabs .nav-item .nav-link.active {
    background-color: #ecbd23;
    border-color: #ecbd23;
    color: #fff;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper {
    padding: 10px;
    border: 1px solid #707070;
    border-radius: 20px;
    margin-bottom: 25px;
}
@media(max-width: 991px) {
    .profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper {
        padding-bottom: 35px;
    }
}.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .row {
     align-items: stretch;
 }
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .img_wrapper {
    position: relative;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .img_wrapper img {
    width: 100%;
    border-radius: 30px;
    border-top-left-radius: 0;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%}
@media(max-width: 991px) {
    .profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper {
        margin-top: 20px;
    }
}.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .title_wrapper {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     margin-bottom: 15px;
 }
@media(max-width: 500px) {
    .profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .title_wrapper {
        display: inherit;
    }
}.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .title_wrapper .title {
     font-size: 26px;
     font-weight: 600;
     color: #5f5f5f;
     margin-bottom: 0;
     margin-inline-end: 15px;
 }
@media(max-width: 500px) {
    .profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .title_wrapper .title {
        margin-bottom: 20px;
    }
}.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .title_wrapper img {
     width: 34px;
     height: 28px;
 }
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .title_wrapper .options {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .title_wrapper .options .btn {
    background-color: #ecbd23;
    color: #fff;
    border-radius: 25px;
    margin-bottom: 18px;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .title_wrapper .options .btn_link {
    color: #000;
    font-weight: 500;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .title_wrapper .options .btn_link .icon {
    width: 18px;
    height: 18px;
    margin-inline-end: 6px;
    fill: #ecbd23;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .info {
    position: relative;
    margin-top: -40px;
}
@media(max-width: 991px) {
    .profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .info {
        margin-top: 0;
    }
}.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .info .location {
     display: flex;
     align-items: center;
     margin-bottom: 10px;
 }
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .info .location .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .info .location span {
    font-weight: 500;
    color: #434343;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .info .sweat_line {
    font-weight: 500;
    margin-bottom: 10px;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .info .men .icon {
    width: 16px;
    height: 16px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .info .men span {
    font-weight: 500;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .detailed_info {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #eee;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .detailed_info .line {
    display: flex;
    margin-bottom: 12px;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .detailed_info .line span {
    width: 220px;
    font-weight: 500;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .detailed_info .line span:last-child {
    direction: ltr;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .options_wrapper {
    padding-inline-end: 10px;
    text-align: end;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .options_wrapper .price {
    font-size: 26px;
    font-weight: 500;
}
.profile_main_wrapper .orders_wrapper .items_hotels_wrapper .card_wrapper .info_wrapper .options_wrapper .price span {
    color: #ecbd23;
    font-size: 30px;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper {
    padding: 10px;
    border: 1px solid #707070;
    border-radius: 20px;
    margin-bottom: 25px;
}
@media(max-width: 991px) {
    .profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper {
        padding-bottom: 25px;
    }
}.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .row {
     align-items: stretch;
 }
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .img_wrapper {
    position: relative;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .img_wrapper img {
    width: 100%;
    border-radius: 30px;
    border-top-left-radius: 0;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%}
@media(max-width: 991px) {
    .profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper {
        margin-top: 20px;
    }
}.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .title_wrapper {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     margin-bottom: 15px;
 }
@media(max-width: 550px) {
    .profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .title_wrapper {
        display: inherit;
    }
}.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .title_wrapper .title {
     font-size: 26px;
     font-weight: 600;
     color: #5f5f5f;
     margin-bottom: 0;
     margin-inline-end: 15px;
 }
@media(max-width: 550px) {
    .profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .title_wrapper .title {
        margin-bottom: 15px;
        text-align: center;
    }
}.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .title_wrapper img {
     width: 34px;
     height: 28px;
 }
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .title_wrapper .options {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .title_wrapper .options .btn {
    background-color: #ecbd23;
    color: #fff;
    border-radius: 25px;
    margin-bottom: 18px;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .title_wrapper .options .btn_link {
    color: #000;
    font-weight: 500;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .title_wrapper .options .btn_link .icon {
    width: 18px;
    height: 18px;
    margin-inline-end: 6px;
    fill: #ecbd23;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .info {
    position: relative;
    margin-top: -40px;
}
@media(max-width: 991px) {
    .profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .info {
        margin-top: 0;
    }
}.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .info .location {
     display: flex;
     align-items: center;
     margin-bottom: 10px;
 }
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .info .location .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .info .location span {
    font-weight: 500;
    color: #434343;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .info .date {
    margin-bottom: 0;
    font-weight: 600;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .detailed_info {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #eee;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .detailed_info .line {
    display: flex;
    margin-bottom: 12px;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .detailed_info .line span {
    width: 190px;
    font-weight: 500;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .detailed_info .line span .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .detailed_info .line span:last-child {
    display: inline-block;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .options_wrapper {
    padding-inline-end: 10px;
    text-align: end;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .options_wrapper .price {
    font-size: 26px;
    font-weight: 500;
}
.profile_main_wrapper .orders_wrapper .items_programs_wrapper .card_wrapper .info_wrapper .options_wrapper .price span {
    color: #ecbd23;
    font-size: 30px;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper {
    padding: 10px;
    border: 1px solid #707070;
    border-radius: 20px;
    margin-bottom: 25px;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .row {
    align-items: stretch;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .img_wrapper {
    position: relative;
}
@media(max-width: 991px) {
    .profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .img_wrapper {
        margin-bottom: 15px;
    }
}.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .img_wrapper img {
     width: 100%;
     border-radius: 30px;
     border-top-left-radius: 0;
 }
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .title_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}
@media(max-width: 550px) {
    .profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .title_wrapper {
        display: inherit;
    }
}@media(max-width: 550px) {
    .profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .title_wrapper .d-flex {
        width: 100%;
        margin-bottom: 12px;
    }
}.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .title_wrapper .title {
     font-size: 26px;
     font-weight: 600;
     color: #5f5f5f;
     margin-bottom: 0;
     margin-inline-end: 15px;
 }
@media(max-width: 550px) {
    .profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .title_wrapper .title {
        text-align: center;
    }
}.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .title_wrapper img {
     width: 34px;
     height: 28px;
 }
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .title_wrapper .options {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
}
@media(max-width: 550px) {
    .profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .title_wrapper .options {
        width: 100%}
}.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .title_wrapper .options .btn {
     background-color: #ecbd23;
     color: #fff;
     border-radius: 25px;
     margin-bottom: 18px;
 }
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .title_wrapper .options .btn_link {
    color: #000;
    font-weight: 500;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .title_wrapper .options .btn_link .icon {
    width: 18px;
    height: 18px;
    margin-inline-end: 6px;
    fill: #ecbd23;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .info {
    position: relative;
    margin-top: -40px;
}
@media(max-width: 991px) {
    .profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .info {
        margin-top: 0;
    }
}.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .info .location {
     display: flex;
     align-items: center;
     margin-bottom: 10px;
 }
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .info .location .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .info .location span {
    font-weight: 500;
    color: #434343;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .info .date {
    margin-bottom: 0;
    font-weight: 600;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .info .driver {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 600;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .info .driver img {
    margin-inline-end: 5px;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .detailed_info {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #eee;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .detailed_info .line {
    display: flex;
    margin-bottom: 12px;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .detailed_info .line span {
    width: 190px;
    font-weight: 500;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .detailed_info .line span .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .detailed_info .line span:last-child {
    display: inline-block;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .options_wrapper {
    padding-inline-end: 10px;
    text-align: end;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .options_wrapper .price {
    font-size: 26px;
    font-weight: 500;
}
.profile_main_wrapper .orders_wrapper .items_cars_wrapper .card_wrapper .info_wrapper .options_wrapper .price span {
    color: #ecbd23;
    font-size: 30px;
}
.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper {
    padding: 25px 28px;
    border-radius: 15px;
    background-color: #f8f8f8;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    margin-bottom: 25px;
}
.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
@media(max-width: 550px) {
    .profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper .line {
        flex-direction: column;
    }
}.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper .btn_link {
     color: #000;
     font-weight: 500;
 }
.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper .btn_link .icon {
    width: 18px;
    height: 18px;
    margin-inline-end: 6px;
    fill: #ecbd23;
}
.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper .task_type span {
    font-weight: 500;
}
.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper .task_type span:first-child {
    color: #ecbd23;
}
.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper .task_type span:last-child {
    font-weight: 600;
}
.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper .title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
}
.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper .title span {
    color: #ecbd23;
    margin-inline-start: 10px;
    display: inline-block;
    direction: ltr;
    font-size: 22px;
}
.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper h5 {
    font-size: 18px;
    font-weight: 600;
}
.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper .desc {
    color: #5f5f5f;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper .price {
    text-align: end;
    color: #ecbd23;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}
.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper .price span {
    font-weight: 25px;
    font-weight: 700;
}
.request_details_wrapper .block_wrapper {
    padding: 25px;
    border-radius: 25px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}
@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper {
        padding: 15px 12px;
    }
}.request_details_wrapper .block_wrapper .header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 15px;
 }
@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper .header {
        display: inherit;
        text-align: center;
    }
}@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper .header .title {
        margin-bottom: 12px;
    }
}.request_details_wrapper .block_wrapper .header .title h5 {
     font-size: 20px;
     font-weight: 600;
 }
.request_details_wrapper .block_wrapper .header .options {
    display: flex;
    align-items: center;
}
@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper .header .options {
        justify-content: center;
    }
}.request_details_wrapper .block_wrapper .header .options .btn_link {
     display: flex;
     flex-direction: column;
     align-items: center;
     color: #ecbd23;
     font-weight: 500;
     margin-inline-end: 15px;
 }
.request_details_wrapper .block_wrapper .header .options .btn_link .icon {
    width: 25px;
    height: 25px;
    fill: #ecbd23;
}
.request_details_wrapper .block_wrapper .header .options .btn {
    background-color: #ecbd23;
    border-radius: 25px;
    padding: 8px 15px;
    min-width: 130px;
}
.request_details_wrapper .block_wrapper .header .options .btn-cancel {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    min-width: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dc3545;
    border-color: #dc3545;
}
.request_details_wrapper .block_wrapper .header .options .btn-cancel .icon {
    width: 16px;
    height: 16px;
    fill: #fff;
}
.request_details_wrapper .block_wrapper .header .options .btn-cancel:hover {
    background-color: transparent !important;
}
.request_details_wrapper .block_wrapper .header .options .btn-cancel:hover .icon {
    fill: #dc3545;
}
.request_details_wrapper .block_wrapper .hotel_details {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper .hotel_details {
        display: inherit;
    }
}@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper .hotel_details .image_wrapper {
        display: flex;
        justify-content: center;
        padding-bottom: 15px;
    }
}.request_details_wrapper .block_wrapper .hotel_details .image_wrapper img {
     width: 112px;
     /*height: 125px;*/
     border-radius: 15px;
     border-top-left-radius: 0;
 }
.request_details_wrapper .block_wrapper .hotel_details .info_wrapper {
    padding-inline-start: 15px;
}
.request_details_wrapper .block_wrapper .hotel_details .info_wrapper .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.request_details_wrapper .block_wrapper .hotel_details .info_wrapper .location .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.request_details_wrapper .block_wrapper .hotel_details .info_wrapper .location span {
    font-weight: 500;
    color: #434343;
}
.request_details_wrapper .block_wrapper .hotel_details .info_wrapper .hint {
    font-weight: 600;
    margin-bottom: 0;
    padding-inline-start: 25px;
}
.request_details_wrapper .block_wrapper .hotel_details .info_wrapper .date {
    margin-bottom: 0;
    font-weight: 600;
}
.request_details_wrapper .block_wrapper .hotel_details .info_wrapper .driver {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500;
    color: #434343;
    margin-top: 15px;
}
.request_details_wrapper .block_wrapper .hotel_details .info_wrapper .driver img {
    margin-inline-end: 5px;
}
.request_details_wrapper .block_wrapper .car_lines .car_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper .car_lines .car_line {
        display: inherit;
    }
}.request_details_wrapper .block_wrapper .car_lines .car_line div {
     font-weight: 600;
 }
.request_details_wrapper .block_wrapper .car_lines .car_line div:first-child .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.request_details_wrapper .block_wrapper .car_lines .car_line div:first-child .icon.location {
    fill: #ffc107;
}
.request_details_wrapper .block_wrapper .car_lines .car_line div:first-child span {
    margin-inline-start: 50px;
    color: #434343;
    font-weight: 500;
}
@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper .car_lines .car_line div: first-child span {
        width: 100%;
        display: block;
        margin-inline-start: 0;
    }
}@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper .car_lines .car_line div: last-child {
        display: none;
    }
}.request_details_wrapper .block_wrapper .car_lines .car_line div:last-child .icon {
     width: 18px;
     height: 18px;
     fill: #ecbd23;
     margin-inline-start: 6px;
 }
.request_details_wrapper .block_wrapper .date_range .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
    margin-inline-end: 10px;
}
.request_details_wrapper .block_wrapper .date_range span.date {
    font-weight: 500;
}
.request_details_wrapper .block_wrapper .date_range span.space {
    margin-inline: 6px;
    font-weight: 400;
}
.request_details_wrapper .block_wrapper .more_detials p {
    margin-bottom: 15px;
}
.request_details_wrapper .block_wrapper .more_detials p .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
    margin-inline-end: 10px;
}
.request_details_wrapper .block_wrapper .more_detials p span.men {
    font-weight: 500;
}
.request_details_wrapper .block_wrapper .more_detials p span.date {
    font-weight: 500;
}
.request_details_wrapper .block_wrapper .more_detials p span.space {
    margin-inline: 6px;
    font-weight: 400;
}
.request_details_wrapper .block_wrapper .more_detials p:last-child {
    margin-bottom: 0;
}
.request_details_wrapper .block_wrapper .more_detials .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper .more_detials .line {
        display: inherit;
    }
}.request_details_wrapper .block_wrapper .more_detials .line .item:first-child span {
     font-weight: 500;
 }
.request_details_wrapper .block_wrapper .more_detials .line .item:first-child span:first-child {
    margin-inline-end: 60px;
}
.request_details_wrapper .block_wrapper .more_detials .line .item:last-child {
    font-size: 23px;
    font-weight: 500;
}
.request_details_wrapper .block_wrapper .more_detials .line .item:last-child span {
    color: #ecbd23;
    font-weight: 600;
    font-size: 26px;
}
.request_details_wrapper .block_wrapper .more_detials .program_line {
    display: flex;
    margin-bottom: 12px;
}
.request_details_wrapper .block_wrapper .more_detials .program_line span {
    width: 190px;
    font-weight: 500;
}
.request_details_wrapper .block_wrapper .more_detials .program_line span .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
}
.request_details_wrapper .block_wrapper .more_detials .program_line span:last-child {
    display: inline-block;
}
.request_details_wrapper .block_wrapper .more_detials .price_aligned {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 23px;
    font-weight: 500;
}
.request_details_wrapper .block_wrapper .more_detials .price_aligned span {
    color: #ecbd23;
    font-weight: 600;
    font-size: 26px;
}
.request_details_wrapper .block_wrapper .flex_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.request_details_wrapper .block_wrapper .flex_wrapper .card_wrapper {
    flex: 50%;
    display: flex;
    margin-bottom: 25px;
}
@media(max-width: 700px) {
    .request_details_wrapper .block_wrapper .flex_wrapper .card_wrapper {
        flex: 100%}
}.request_details_wrapper .block_wrapper .flex_wrapper .card_wrapper img {
     margin-inline-end: 10px;
     width: 35px;
     height: 35px;
 }
.request_details_wrapper .block_wrapper .flex_wrapper .card_wrapper .info h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.request_details_wrapper .block_wrapper .flex_wrapper .card_wrapper .info .flex_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.request_details_wrapper .block_wrapper .flex_wrapper .card_wrapper .info .flex_wrapper span {
    flex: 50%;
    color: gray;
    margin-bottom: 12px;
    font-weight: 500;
}
.request_details_wrapper .block_wrapper .persons_details .item {
    margin-bottom: 20px;
}
.request_details_wrapper .block_wrapper .persons_details .item:last-child {
    margin-bottom: 0;
}
.request_details_wrapper .block_wrapper .persons_details .item .line {
    justify-content: flex-start;
    display: flex;
}
.request_details_wrapper .block_wrapper .persons_details .item .line:first-child p {
    font-weight: 600;
    color: #000 !important;
}
.request_details_wrapper .block_wrapper .persons_details .item .line:first-child p:first-child {
    width: 150px;
}
.request_details_wrapper .block_wrapper .persons_details .item .line:last-child p {
    font-size: 14px;
    font-weight: 600;
    color: gray !important;
}
.request_details_wrapper .block_wrapper .persons_details .item .line:last-child p:first-child {
    width: 150px;
}
.request_details_wrapper .block_wrapper .checkout_details .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.request_details_wrapper .block_wrapper .checkout_details .line.final_price {
    padding-block: 10px;
    border-top: 1px solid #eee;
}
.request_details_wrapper .block_wrapper .checkout_details .line.discount_wrapper {
    flex-wrap: wrap;
    margin-top: 30px;
}
@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper .checkout_details .line.discount_wrapper .copon {
        margin-bottom: 8px;
    }
}.request_details_wrapper .block_wrapper .checkout_details .line.discount_wrapper .input-group {
     max-width: 300px;
 }
@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper .checkout_details .line.discount_wrapper .input-group {
        max-width: 100%}
}.request_details_wrapper .block_wrapper .checkout_details .line.discount_wrapper .input-group .btn {
     width: 80px;
     height: 47px;
     min-width: 80px;
     text-align: center;
     padding-inline: 0;
     background-color: #ecbd23;
 }
.request_details_wrapper .block_wrapper .checkout_details .line.submit_wrapper {
    margin-top: 35px;
    margin-bottom: 0;
}
.request_details_wrapper .block_wrapper .checkout_details .line.submit_wrapper .btn {
    display: block;
    width: 100%;
    background-color: #ecbd23;
}
.request_details_wrapper .block_wrapper .checkout_details .line p {
    margin-bottom: 0;
    font-weight: 500;
}
.request_details_wrapper .block_wrapper .checkout_details .line p:last-child {
    color: #ecbd23;
}
.request_details_wrapper .block_wrapper .checkout_details .line p.large {
    font-size: 18px;
    font-weight: 600;
}
.request_details_wrapper .block_wrapper .checkout_details .line p span {
    font-size: 18px;
}
.request_details_wrapper .block_wrapper .checkout_details .line p span.small {
    font-size: 14px;
    color: gray;
    font-weight: 400;
}
@media(max-width: 550px) {
    .request_details_wrapper .block_wrapper .checkout_details .line p span.small {
        display: block;
    }
}.request_details_wrapper .block_wrapper .pay_method {
     display: block;
     align-items: center;
 }
.request_details_wrapper .block_wrapper .pay_method p {
    margin-inline-end: 10px;
    font-weight: 600;
    margin-bottom: 0;
}
.request_details_wrapper .block_wrapper .cancel_hint {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}
.items_flight_wrapper .card_wrapper {
    padding: 10px;
    border: 1px solid #707070;
    border-radius: 20px;
    margin-bottom: 25px;
}
.items_flight_wrapper .card_wrapper .row {
    align-items: center;
}
.items_flight_wrapper .card_wrapper .img_wrapper {
    text-align: center;
}
.items_flight_wrapper .card_wrapper .img_wrapper img {
    width: 80px;
    /*height: 125px;*/
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.items_flight_wrapper .card_wrapper .info_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}
.items_flight_wrapper .card_wrapper .info_wrapper .info {
    width: calc(100% - 170px);
}
@media(max-width: 550px) {
    .items_flight_wrapper .card_wrapper .info_wrapper .info {
        width: 100%}
}.items_flight_wrapper .card_wrapper .info_wrapper .info .line_wrapper {
     display: flex;
     align-items: center;
     margin-bottom: 10px;
 }
.items_flight_wrapper .card_wrapper .info_wrapper .info .line_wrapper .dest {
    font-size: 17px;
    font-weight: 600;
}
.items_flight_wrapper .card_wrapper .info_wrapper .info .line_wrapper .icon_wrapper {
    width: 30px;
    height: 20px;
    border-radius: 5px;
    background-color: #ecbd23;
    margin-inline: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.items_flight_wrapper .card_wrapper .info_wrapper .info .line_wrapper .icon_wrapper .icon {
    width: 13px;
    height: 13px;
    fill: #fff;
}
.items_flight_wrapper .card_wrapper .info_wrapper .info .destination {
    font-weight: 600;
    color: #ecbd23;
    margin-bottom: 10px;
}
.items_flight_wrapper .card_wrapper .info_wrapper .info .date {
    font-size: 16px;
    font-weight: 600;
    direction: ltr;
    text-align: start;
    display: inline-block;
}
.items_flight_wrapper .card_wrapper .info_wrapper .actions {
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
}
@media(max-width: 550px) {
    .items_flight_wrapper .card_wrapper .info_wrapper .actions {
        width: 100%;
        margin-top: 20px;
    }
}.items_flight_wrapper .card_wrapper .info_wrapper .actions .btn {
     background-color: #ecbd23;
     color: #fff;
     border-radius: 25px;
     margin-bottom: 18px;
 }
.items_flight_wrapper .card_wrapper .info_wrapper .actions .btn_link {
    color: #000;
    font-weight: 500;
}
.items_flight_wrapper .card_wrapper .info_wrapper .actions .btn_link .icon {
    width: 18px;
    height: 18px;
    margin-inline-end: 6px;
    fill: #ecbd23;
}
.items_flight_wrapper .card_wrapper .info_wrapper .price_wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 26px;
    font-weight: 500;
    padding-inline-end: 15px;
    margin-top: 15px;
}
.items_flight_wrapper .card_wrapper .info_wrapper .price_wrapper span {
    color: #ecbd23;
    font-size: 30px;
    margin-inline-end: 5px;
}
.flight_order_details .basic_info .row {
    align-items: center;
    padding-block: 15px;
}
.flight_order_details .basic_info .row:first-child {
    border-bottom: 1px dashed #ecbd23;
}
.flight_order_details .basic_info .img_wrapper {
    display: flex;
    align-items: center;
}
@media(max-width: 991px) {
    .flight_order_details .basic_info .img_wrapper {
        text-align: center;
        margin-bottom: 20px;
    }
}.flight_order_details .basic_info .img_wrapper p {
     margin-top: 10px;
     font-weight: 500;
     margin-inline-start: 8px;
 }
.flight_order_details .basic_info .info_wrapper .flex_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
@media(max-width: 500px) {
    .flight_order_details .basic_info .info_wrapper .flex_wrapper {
        flex-direction: column;
        height: 260px;
    }
}.flight_order_details .basic_info .info_wrapper .flex_wrapper::after {
     content: "";
     position: absolute;
     top: 50%;
     left: 0;
     width: 100%;
     height: 1px;
     background-color: #ddd;
 }
@media(max-width: 500px) {
    .flight_order_details .basic_info .info_wrapper .flex_wrapper: :after {
        height: 100%;
        width: 1px;
        left: 50%;
        transform: translate(-50%,  -50%);
    }
}.flight_order_details .basic_info .info_wrapper .flex_wrapper .wrapper {
     background-color: #f7f7f7;
     position: relative;
     z-index: 2;
     text-align: center;
     padding-inline: 10px;
     padding-block: 5px;
     max-width: 33%;
 }
.flight_order_details .basic_info .info_wrapper .flex_wrapper .wrapper p {
    margin-bottom: 0;
    font-weight: 400;
}
.flight_order_details .basic_info .info_wrapper .flex_wrapper .wrapper .time {
    direction: ltr;
    font-weight: 600;
}
.flight_order_details .basic_info .info_wrapper .flex_wrapper .wrapper .alert-p {
    color: #dd5356;
    font-size: 14px;
    font-weight: 400;
}
.flight_order_details .basic_info .price {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 26px;
    font-weight: 500;
    padding-inline-end: 15px;
    margin-top: 15px;
}
.flight_order_details .basic_info .price span {
    color: #ecbd23;
    font-size: 30px;
    margin-inline-end: 5px;
}
.staff_offers_wrapper {
    padding-block: 50px;
}
.staff_offers_wrapper .title_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.staff_offers_wrapper .title_box .title_wrapper {
    text-align: center;
    width: 33.3333333333%}
@media(max-width: 991px) {
    .staff_offers_wrapper .title_box .title_wrapper {
        width: 100%}
}.staff_offers_wrapper .title_box .title_wrapper h2 {
     font-size: 40px;
     font-weight: 700;
     color: #ecbd23;
 }
.staff_offers_wrapper .title_box .title_wrapper p {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.staff_offers_wrapper .row {
    align-items: stretch;
}
.staff_offers_wrapper .card_wrapper {
    border: 1px solid #eee;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-bottom: 25px;
}
.staff_offers_wrapper .card_wrapper .img_wrapper img {
    width: 100%;
    height: 300px;
}
.staff_offers_wrapper .card_wrapper .info_wrapper {
    padding: 20px 22px;
}
.staff_offers_wrapper .card_wrapper .info_wrapper h4 {
    font-weight: 600;
    margin-bottom: 12px;
}
.staff_offers_wrapper .card_wrapper .info_wrapper p {
    color: gray;
    line-height: 1.7;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.car_details_wrapper {
    padding-block: 70px;
}
.car_details_wrapper .info_wrapper .main_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}
.car_details_wrapper .info_wrapper .rating_wrapper {
    padding: 5px 15px;
    border-radius: 25px;
    margin-bottom: 20px;
    display: inline-block;
    background-color: #ecbd23;
    color: #000;
    font-weight: 500;
}
.car_details_wrapper .info_wrapper .rating_wrapper .icon {
    width: 16px;
    height: 16px;
    fill: #ffc107;
    margin-inline-end: 5px;
}
.car_details_wrapper .info_wrapper .sub_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}
.car_details_wrapper .info_wrapper .car_features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.car_details_wrapper .info_wrapper .car_features .item {
    background-color: #f5f5f5;
    padding: 4px 15px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    margin-inline-end: 8px;
    margin-bottom: 8px;
}
.car_details_wrapper .info_wrapper .car_features .item img {
    margin-inline-end: 5px;
}
.car_details_wrapper .info_wrapper .car_details {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.car_details_wrapper .info_wrapper .car_details .wrapper {
    width: 50%}
@media(max-width: 550px) {
    .car_details_wrapper .info_wrapper .car_details .wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
}.car_details_wrapper .info_wrapper .car_details .wrapper label {
     font-size: 16px;
     font-weight: 600;
     margin-bottom: 5px;
     display: block;
 }
.car_details_wrapper .info_wrapper .car_details .wrapper .item {
    padding: 10px 12px;
    background-color: #f2f2f2;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    direction: rtl;
    display: inline-block;
}
.car_details_wrapper .info_wrapper .car_details .wrapper .item span {
    display: inline-block;
    direction: ltr;
    font-weight: 600;
    font-size: 15px;
}
.car_details_wrapper .info_wrapper .car_details .wrapper .item span:first-child {
    padding-inline-start: 10px;
    margin-inline-start: 10px;
    border-inline-start: 2px solid #ecbd23;
}
.car_details_wrapper .info_wrapper .location {
    margin-bottom: 35px;
}
.car_details_wrapper .info_wrapper .location .icon {
    width: 18px;
    height: 18px;
    fill: #ffc107;
    margin-inline-end: 8px;
}
.car_details_wrapper .info_wrapper .location span {
    font-weight: 600;
    font-size: 20px;
}
.car_details_wrapper .info_wrapper .location .hint {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    color: #434343;
    padding-inline-start: 24px;
}
.car_details_wrapper .info_wrapper .more_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.car_details_wrapper .info_wrapper .more_info .item {
    margin-bottom: 10px;
    flex: 33.3333333333%;
    display: flex;
    align-items: center;
}
@media(max-width: 550px) {
    .car_details_wrapper .info_wrapper .more_info .item {
        flex: 100%}
}.car_details_wrapper .info_wrapper .more_info .item span {
     font-weight: 600;
 }
.car_details_wrapper .info_wrapper .more_info .item span .icon {
    width: 15px;
    height: 15px;
    fill: #ecbd23;
}
.car_details_wrapper .info_wrapper .more_info .item span:first-child {
    margin-inline-end: 20px;
}
.car_details_wrapper .info_wrapper .total {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
@media(max-width: 550px) {
    .car_details_wrapper .info_wrapper .total {
        flex-direction: column;
        align-items: unset;
        justify-content: center;
    }
}.car_details_wrapper .info_wrapper .total div {
     font-weight: 600;
 }
.car_details_wrapper .info_wrapper .total div:first-child {
    font-size: 26px;
    margin-inline-end: 40px;
}
.car_details_wrapper .info_wrapper .total div:last-child span:first-child {
    font-size: 26px;
    color: #ecbd23;
    font-weight: 700;
}
.car_details_wrapper .info_wrapper .total div:last-child span:nth-child(2) {
    font-size: 22px;
    font-weight: 600;
}
.car_details_wrapper .info_wrapper .total div:last-child span:last-child {
    font-size: 22px;
    color: #9a9a9a;
    font-weight: 500;
}
.car_details_wrapper .info_wrapper .button_wrapper {
    text-align: center;
}
.car_details_wrapper .info_wrapper .button_wrapper .btn {
    min-width: 250px;
    padding-block: 14px;
    background-color: #ecbd23;
    font-size: 16px;
}
.car_details_wrapper .location_wrapper {
    background-color: #f7f7f7;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    padding: 25px 30px;
    width: 80%;
    margin-inline: auto;
}
@media(max-width: 991px) {
    .car_details_wrapper .location_wrapper {
        margin-top: 30px;
        width: 100%}
}.car_details_wrapper .location_wrapper .map_wrapper {
     margin-bottom: 20px;
 }
.car_details_wrapper .location_wrapper .map_wrapper iframe {
    width: 100%;
    height: 350px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.car_details_wrapper .location_wrapper .location {
    padding: 12px 18px;
    border-radius: 8px;
    border: 1px solid #ecbd23;
    font-weight: 600;
}
.hotel_details_header {
    height: 600px;
    background-image: url("../images/hotel-details.png");
    background-size: 100% 100%;
    position: relative;
}
@media(max-width: 991px) {
    .hotel_details_header {
        height: 350px;
        background-size: cover;
    }
}.hotel_details_header .overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     padding-block: 25px;
 }
.hotel_details_header .overlay .top_wrapper {
    display: flex;
    justify-content: flex-end;
    padding-inline: 45px;
}
@media(max-width: 550px) {
    .hotel_details_header .overlay .top_wrapper {
        padding-inline: 15px;
    }
}.hotel_details_header .overlay .top_wrapper .rating_wrapper {
     padding: 5px 15px;
     border-radius: 25px;
     background-color: #ecbd23;
     color: #000;
     font-weight: 500;
 }
.hotel_details_header .overlay .top_wrapper .rating_wrapper .icon {
    width: 16px;
    height: 16px;
    fill: #ffc107;
    margin-inline-end: 5px;
}
.hotel_details_header .overlay .bottom_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 45px;
}
@media(max-width: 550px) {
    .hotel_details_header .overlay .bottom_wrapper {
        flex-wrap: wrap;
        padding-inline: 15px;
    }
}.hotel_details_header .overlay .bottom_wrapper .wrapper .title {
     font-size: 26px;
     font-weight: 700;
     color: #fff;
 }
.hotel_details_header .overlay .bottom_wrapper .wrapper .location {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
}
.hotel_details_header .overlay .bottom_wrapper .wrapper .location .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.hotel_details_header .overlay .bottom_wrapper .wrapper .price {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.hotel_details_header .overlay .bottom_wrapper .wrapper .price span {
    font-weight: 700;
    font-size: 28px;
}
.special_orders_wrapper {
    padding-block: 70px;
}
.special_orders_wrapper .title_box {
    text-align: center;
    margin-bottom: 50px;
}
.special_orders_wrapper .title_box h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ecbd23;
}
.special_orders_wrapper .form_wrapper {
    width: 80%;
    margin-inline: auto;
    border-radius: 25px;
    background-color: #f8f8f8;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    padding: 45px 28px 15px 28px;
}
@media(max-width: 550px) {
    .special_orders_wrapper .form_wrapper {
        width: 100%}
}.special_orders_wrapper .form_wrapper .btn {
     width: 50%;
     display: block;
     margin-inline: auto;
     background-color: #ecbd23;
 }
@media(max-width: 991px) {
    .filter_sidebar.normal_size {
        display: none;
    }
}.filter_sidebar .map_wrapper {
     margin-bottom: 25px;
 }
.filter_sidebar .map_wrapper iframe {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.filter_sidebar .main_title {
    color: #ecbd23;
}
.filter_sidebar .public_search .btn {
    width: 47px;
    height: 47px;
    min-width: 47px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ecbd23;
}
.filter_sidebar .public_search .btn .icon {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.filter_sidebar .public_search .form-control {
    width: calc(100% - 47px);
}
.filter_sidebar .accordion-item {
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}
.filter_sidebar .accordion-item .accordion-header {
    border: none !important;
}
.filter_sidebar .accordion-item .accordion-header .accordion-button {
    background-color: transparent !important;
    font-weight: 600;
    color: #000;
    padding-inline: 0;
    border: none !important;
    box-shadow: none !important;
}
.filter_sidebar .accordion-item .accordion-header .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.filter_sidebar .accordion-item .accordion-body {
    padding: 1rem 0rem;
}
.filter_sidebar .accordion-item .accordion-body.multiple_choices {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filter_sidebar .accordion-item .accordion-body.multiple_choices input {
    display: none;
}
.filter_sidebar .accordion-item .accordion-body.multiple_choices input:checked+label {
    background-color: #ecbd23;
    border-color: #ecbd23;
}
.filter_sidebar .accordion-item .accordion-body.multiple_choices input:checked+label span {
    color: #fff;
}
.filter_sidebar .accordion-item .accordion-body.multiple_choices input:checked+label .icon {
    fill: #fff;
}
.filter_sidebar .accordion-item .accordion-body.multiple_choices .input-group {
    width: auto;
}
.filter_sidebar .accordion-item .accordion-body.multiple_choices .input-group label {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px !important;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all .25s;
    padding: 1px 15px;
    margin-inline-end: 5px;
    margin-bottom: 5px;
}
.filter_sidebar .accordion-item .accordion-body.multiple_choices .input-group label .icon {
    width: 15px;
    height: 15px;
    fill: #000;
    margin-inline-end: 6px;
}
.filter_sidebar .accordion-item .accordion-body.multiple_choices .input-group label span {
    font-weight: 500;
}
.filter_sidebar .accordion-item .accordion-body .form-group .control-label {
    margin-bottom: 0;
    padding-inline-start: 8px;
}
.filter_sidebar .accordion-item .accordion-body .form-group .control-label span {
    color: #ecbd23;
}
.advanced_search {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    display: none;
}
@media(max-width: 991px) {
    .advanced_search {
        display: block;
    }
}.advanced_search .btn-res-filter {
     display: none;
     background-color: transparent;
     color: #ecbd23;
     font-weight: 600;
     padding: 10px 25px;
     border-radius: 10px;
     display: inline-block;
     margin-bottom: 25px;
     border-color: #ecbd23;
 }
.advanced_search .btn-res-filter .icon {
    width: 18px;
    height: 18px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.advanced_search .btn-res-filter:hover {
    background-color: #ecbd23 !important;
    color: #fff;
}
.advanced_search .btn-res-filter:hover .icon {
    fill: #fff;
}
@media(max-width: 991px) {
    .advanced_search .btn-res-filter {
        display: block;
    }
}.job_modal .modal-header {
     border: none;
 }
.job_modal .modal-header .btn-close {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-color: #890027;
}
.job_modal .submit_wrapper {
    display: flex;
    justify-content: center;
}
.job_modal .submit_wrapper .btn {
    width: 50%;
    background-color: #ecbd23;
}
.decisions_main_wrapper {
    padding-block: 70px;
    position: relative;
}
.decisions_main_wrapper .title_box {
    text-align: center;
    margin-bottom: 50px;
}
.decisions_main_wrapper .title_box h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ecbd23;
}
.decisions_main_wrapper .title_box p {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 50%;
    margin-inline: auto;
}
@media(max-width: 991px) {
    .decisions_main_wrapper .title_box p {
        width: 80%}
}@media(max-width: 550px) {
    .decisions_main_wrapper .title_box p {
        width: 95%}
}.decisions_main_wrapper .card_wrapper {
     padding: 25px 28px;
     border-radius: 15px;
     background-color: #fff;
     box-shadow: 0 0 15px rgba(0, 0, 0, .15);
     margin-bottom: 25px;
 }
.decisions_main_wrapper .card_wrapper .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 550px) {
    .decisions_main_wrapper .card_wrapper .line {
        flex-direction: column;
    }
}.decisions_main_wrapper .card_wrapper .date-inline {
     display: inline-block;
     direction: ltr;
     color: gray;
 }
.decisions_main_wrapper .card_wrapper .task_type span {
    font-weight: 500;
}
.decisions_main_wrapper .card_wrapper .task_type span:first-child {
    color: #ecbd23;
}
.decisions_main_wrapper .card_wrapper .task_type span:last-child {
    font-weight: 600;
}
.decisions_main_wrapper .card_wrapper .title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
}
.decisions_main_wrapper .card_wrapper .title span {
    color: #ecbd23;
    margin-inline-start: 10px;
    display: inline-block;
    direction: ltr;
    font-size: 22px;
}
.decisions_main_wrapper .card_wrapper h5 {
    font-size: 20px;
    font-weight: 700;
}
.decisions_main_wrapper .card_wrapper .desc {
    color: #5f5f5f;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.decisions_main_wrapper .card_wrapper .button_wrapper {
    display: flex;
    justify-content: flex-end;
}
.decisions_main_wrapper .card_wrapper .button_wrapper .btn {
    background-color: #ecbd23;
    border-radius: 25px;
}
.decisions_main_wrapper .info_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.decisions_main_wrapper .info_wrapper ul li {
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    padding-inline-start: 20px;
}
.decisions_main_wrapper .info_wrapper ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ecbd23;
}
.decisions_main_wrapper .img_wrapper {
    text-align: center;
}
@media(max-width: 500px) {
    .decisions_main_wrapper .img_wrapper img {
        width: 100%}
}@keyframes fadeInUp {
     0% {
         opacity: 0;
         -webkit-transform: translateY(30px);
         -ms-transform: translateY(40px);
         transform: translateY(40px);
     }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
     }
 }[dir=ltr] .auth_main_wrapper .row .info_wrapper {
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }
[dir=ltr] .about_main_wrapper .info_wrapper::after {
    left: unset;
    right: -80px;
}
[dir=ltr] .our_jobs_wrapper .info_wrapper .img_wrapper img {
    right: 0;
    left: unset;
}
[dir=ltr] .company_news_wrapper .card_wrapper .info_wrapper a .icon {
    transform: rotate(-180deg);
}
[dir=ltr] .footer_wrapper .about_wrapper {
    padding-top: 100px;
}
[dir=ltr] .company_goals_wrapper .info_wrapper {
    transform: translate(70px,  70px);
}
[dir=ltr] .main_header_wrapper .box_wrapper .search_form_wrapper .tab-content {
    border-top-right-radius: 15px;
    border-top-left-radius: 0;
}
[dir=ltr] .terms_main_wrapper ul li::before, [dir=ltr] .decisions_main_wrapper .info_wrapper ul li::before {
    right: unset;
    left: 0;
}
[dir=ltr] .profile_main_wrapper .profile_sidebar {
    border-top-right-radius: 35px;
    border-top-left-radius: 0px;
}
[dir=ltr] .profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .control-label::after {
    right: unset;
    left: 0;
}
[dir=ltr] .profile_main_wrapper .tab-content .support_wrapper .gray_wrapper .form-group .input-group .uploaders_wrapper {
    left: unset;
    right: 0;
}
[dir=ltr] .slick-prev {
    left: 50px;
}
[dir=ltr] .slick-next {
    right: 50px;
}
.datepicker-panel>ul>li {
    font-size: 13px;
    font-weight: 500;
    border-radius: 100%;
    border: 1px solid transparent;
    font-family: "Poppins", sans-serif;
}
.datepicker-panel>ul>li.highlighted {
    background-color: #ecbd23 !important;
    color: #fff !important;
}
.datepicker-panel>ul>li.picked, .datepicker-panel>ul>li.picked:hover {
    background-color: #fff;
    border: 1px solid #ecbd23;
    color: #ecbd23;
}
.datepicker-top-left, .datepicker-top-right {
    border-top-color: #ecbd23;
}
.datepicker-top-left:before, .datepicker-top-right:before {
    border-bottom-color: #ecbd23;
}
.datepicker-panel>ul>li[data-view="month current"], .datepicker-panel>ul>li[data-view="year current"], .datepicker-panel>ul>li[data-view="years current"] {
    border-radius: 5px;
}
[dir=ltr] .main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.complex_date_time input[type=text] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir=ltr] .main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.complex_date_time .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.range_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
}
.range_container .sliders_control {
    position: relative;
    min-height: 20px;
}
.range_container .form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}
.range_container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c6c6c6;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.range_container input[type=range]::-moz-range-thumb {
    appearance: none;
    pointer-events: all;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c6c6c6;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.range_container input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}
.range_container input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #ecbd23, 0 0 9px #ecbd23;
    -webkit-box-shadow: inset 0 0 3px #ecbd23, 0 0 9px #ecbd23;
}
.range_container input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    border-radius: 25px;
    width: 100%;
    position: absolute;
    background-color: #dadbdd8e;
    pointer-events: none;
}
.range_container #fromSlider {
    height: 0;
    z-index: 1;
}
.modal-content {
    border-radius: 15px;
    border: none;
}
.alert_wrapper {
    text-align: center;
}
.alert_wrapper img {
    width: 235px;
    display: inline-block;
    margin-bottom: 30px;
}
.alert_wrapper h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 35px;
}
.alert_wrapper .buttons_wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    margin-bottom: 25px;
}
.alert_wrapper .buttons_wrapper .btn {
    display: block;
    width: 100%;
    background-color: #ecbd23;
    margin-bottom: 15px;
}
.alert_wrapper .buttons_wrapper .btn:last-child {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #ecbd23;
    color: #ecbd23;
}
.alert_wrapper .buttons_wrapper .btn:last-child:hover {
    background-color: #ecbd23;
    color: #fff;
}
.hotel_details_page {
    padding-bottom: 50px;
}
.hotel_details_page .basic_info {
    padding-block: 50px;
}
.hotel_details_page .basic_info .main_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #ecbd23;
}
.hotel_details_page .basic_info .flex_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 70%;
    margin-inline: auto;
    margin-bottom: 45px;
}
.hotel_details_page .basic_info .flex_wrapper .item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.hotel_details_page .basic_info .flex_wrapper .item .icon {
    width: 16px;
    height: 16px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}
.hotel_details_page .basic_info .flex_wrapper .item span {
    font-weight: 600;
}
.hotel_details_page .basic_info .flex_wrapper .item span:first-child {
    margin-inline-end: 50px;
}
.hotel_details_page .basic_info .desc {
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 35px;
}
.hotel_details_page .basic_info .accordion {
    position: relative;
    border: 1px solid #eee;
    border-radius: 8px;
}
.hotel_details_page .basic_info .accordion::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 126px;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 45px);
    background-color: #ecbd23;
    z-index: 1;
}
@media(max-width: 600px) {
    .hotel_details_page .basic_info .accordion: :after {
        right: 26px;
    }
}.hotel_details_page .basic_info .accordion .accordion-item {
     border: none;
 }
.hotel_details_page .basic_info .accordion .accordion-item:last-child .accordion-header .accordion-button::after {
    display: none;
}
.hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    box-shadow: none;
    border: none !important;
    position: relative;
}
.hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 145px);
    height: 1px;
    border-top: 1px solid #eee;
}
.hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span {
    color: #000;
    font-weight: 600;
    position: relative;
}
.hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span:first-child {
    margin-inline-end: 60px;
    width: 85px;
}
@media(max-width: 600px) {
    .hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span: first-child {
        margin-inline-end: 30px;
        margin-inline-start: 30px;
    }
}.hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span:first-child::before {
     content: "";
     position: absolute;
     top: 50%;
     left: -30px;
     transform: translateY(-50%);
     width: 15px;
     height: 15px;
     border: 2px solid #ecbd23;
     border-radius: 100%}
@media(max-width: 600px) {
    .hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span: first-child::before {
        left: unset;
        right: -30px;
    }
}.hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span:first-child::after {
     content: "";
     position: absolute;
     top: 50%;
     left: -27px;
     transform: translateY(-50%);
     width: 9px;
     height: 9px;
     background-color: #000;
     border-radius: 100%;
     z-index: 2;
 }
@media(max-width: 600px) {
    .hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span: first-child::after {
        left: unset;
        right: -27px;
    }
}.hotel_details_page .basic_info .accordion .accordion-item .accordion-body {
     padding-inline-start: 150px;
 }
@media(max-width: 600px) {
    .hotel_details_page .basic_info .accordion .accordion-item .accordion-body {
        padding-inline-start: 50px;
    }
}.hotel_details_page .basic_info .accordion .accordion-item .accordion-body .desc {
     font-size: 15px;
     line-height: 1.6;
     color: gray;
     font-weight: 500;
 }
.hotel_details_page .basic_info .accordion .accordion-item .accordion-body img {
    width: 80%;
    display: block;
    margin-inline: auto;
    border-radius: 15px;
}
.hotel_details_page .form_wrapper {
    border: 1px solid #000000b6;
    box-shadow: 0 0 12px rgba(0, 0, 0, .08);
    padding: 35px 22px;
    border-top: none;
}
.hotel_details_page .form_wrapper .main_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}
.hotel_details_page .form_wrapper .sub_title {
    font-size: 20px;
    font-weight: 700;
    color: #ecbd23;
    margin-bottom: 25px;
}
.hotel_details_page .form_wrapper .desc {
    font-weight: 500;
    line-height: 1.6;
    color: #5f5f5f;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
}
.hotel_details_page .form_wrapper .form-group .control-label {
    font-size: 14px;
    font-weight: 600;
}
.hotel_details_page .form_wrapper .form-group .control-label img {
    width: 15px;
    height: 15px;
    margin-inline-end: 6px;
}
.hotel_details_page .form_wrapper .form-group.submit_wrapper {
    margin-top: 35px;
}
.hotel_details_page .form_wrapper .form-group.submit_wrapper .btn {
    width: 50%;
    display: block;
    background-color: #ecbd23;
    margin-inline: auto;
}
@media(max-width: 500px) {
    .hotel_details_page .form_wrapper .form-group.submit_wrapper .btn {
        width: 100%}
}.hotel_details_page .form_wrapper .form-group .control-label.opacity-0 {
     opacity: 0 !important;
 }
.hotel_details_page .form_wrapper .form-group .input-group.options_group {
    margin-bottom: 25px;
}
.hotel_details_page .form_wrapper .form-group .input-group.options_group div {
    margin-inline-end: 15px;
}
.hotel_details_page .form_wrapper .form-group .input-group.options_group div input {
    display: none;
}
.hotel_details_page .form_wrapper .form-group .input-group.options_group div input:checked+label {
    background-color: #ecbd23;
    border-color: #ecbd23;
    color: #fff;
}
.hotel_details_page .form_wrapper .form-group .input-group.options_group div label {
    min-width: 140px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
    padding: 10px 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all .25s;
}
@media(max-width: 991px) {
    .hotel_details_page .form_wrapper .form-group .input-group.options_group div label {
        margin-bottom: 8px;
    }
}.hotel_details_page .form_wrapper .form-group .input-group.date_inline input:first-child {
     border-top-left-radius: 0 !important;
     border-bottom-left-radius: 0 !important;
 }
.hotel_details_page .form_wrapper .form-group .input-group.date_inline input.end {
    border-radius: 0 !important;
}
.hotel_details_page .form_wrapper .form-group .input-group.date_inline .input-group-text {
    position: unset;
    transform: none;
    border: 1px solid #ecbd23;
    border-radius: 10px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.hotel_details_page .form_wrapper .form-group .input-group.date_inline .input-group-text .icon {
    width: 26px;
    height: 26px;
}
.hotel_details_page .form_wrapper .form-group .input-group.payment_methods {
    justify-content: space-around;
    align-items: center;
}
.hotel_details_page .form_wrapper .form-group .input-group.payment_methods input {
    display: none;
}
.hotel_details_page .form_wrapper .form-group .input-group.payment_methods input:checked+label {
    outline: 1px solid #ecbd23;
}
.hotel_details_page .form_wrapper .form-group .input-group.payment_methods label {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    cursor: pointer;
    transition: all .25s;
}
.hotel_details_page .form_wrapper .form-group .input-group.payment_methods label img {
    width: 100%;
    height: 100%}
.hotel_details_page .form_wrapper .form-group .input-group .form-control {
    padding-inline-start: 30px;
    border-radius: 10px !important;
}
[dir=ltr] .main_header_wrapper .box_wrapper .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.trans_icon::before {
    right: unset;
    left: -6px;
}
[dir=ltr] .date_inline input:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
[dir=ltr] .date_inline input.end {
    border-radius: 0 !important;
}
[dir=ltr] .date_inline .input-group-text {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
[dir=ltr] .hotel_details_page .basic_info .accordion::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 126px;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 45px);
    background-color: #ecbd23;
    z-index: 1;
}
@media(max-width: 600px) {
    [dir=ltr] .hotel_details_page .basic_info .accordion: :after {
        left: 26px;
    }
}[dir=ltr] .hotel_details_page .basic_info .accordion .accordion-item:last-child .accordion-header .accordion-button::after {
     display: none;
 }
[dir=ltr] .hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 145px);
    height: 1px;
    border-top: 1px solid #eee;
}
[dir=ltr] .hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span:first-child {
    margin-inline-end: 60px;
    width: 85px;
}
@media(max-width: 600px) {
    [dir=ltr] .hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span: first-child {
        margin-inline-end: 30px;
        margin-inline-start: 30px;
    }
}[dir=ltr] .hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span:first-child::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 100px;
     transform: translateY(-50%);
     width: 15px;
     height: 15px;
     border: 2px solid #ecbd23;
     border-radius: 100%}
@media(max-width: 600px) {
    [dir=ltr] .hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span: first-child::before {
        left: -30px;
    }
}[dir=ltr] .hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span:first-child::after {
     content: "";
     position: absolute;
     top: 50%;
     left: 103px;
     transform: translateY(-50%);
     width: 9px;
     height: 9px;
     background-color: #000;
     border-radius: 100%;
     z-index: 2;
 }
@media(max-width: 600px) {
    [dir=ltr] .hotel_details_page .basic_info .accordion .accordion-item .accordion-header .accordion-button span: first-child::after {
        left: -27px;
    }
}[dir=ltr] .hotel_details_page .form_wrapper .form-group .input-group.date_inline input:first-child {
     border-top-left-radius: 10px !important;
     border-bottom-left-radius: 10px !important;
     border-top-right-radius: 0 !important;
     border-bottom-right-radius: 0 !important;
 }
[dir=ltr] .hotel_details_page .form_wrapper .form-group .input-group.date_inline input.end {
    border-radius: 0 !important;
}
[dir=ltr] .hotel_details_page .form_wrapper .form-group .input-group.date_inline .input-group-text {
    position: unset;
    transform: none;
    border: 1px solid #ecbd23;
    border-radius: 10px;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
[dir=ltr] .hotel_details_page .form_wrapper .form-group .input-group.date_inline .input-group-text .icon {
    width: 26px;
    height: 26px;
}
@media(max-width: 991px) {
    .search_modal .search_form_wrapper {
        display: none;
    }
}.search_modal .search_form_wrapper.small_size {
     display: block !important;
 }
.search_modal .search_form_wrapper .nav-tabs {
    display: inline-flex;
    align-items: stretch;
    border: none;
    background-color: rgba(255, 255, 255, .85);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 15px;
}
.search_modal .search_form_wrapper .nav-tabs .nav-item {
    margin-inline-end: 3px;
    margin-bottom: 6px;
}
.search_modal .search_form_wrapper .nav-tabs .nav-item:last-child {
    margin-inline-end: 0;
}
.search_modal .search_form_wrapper .nav-tabs .nav-item .nav-link {
    border: none;
    padding: 8px 15px;
    background-color: #f0f0f0;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    transition: all .25s;
}
.search_modal .search_form_wrapper .nav-tabs .nav-item .nav-link img {
    width: 25px;
    height: 25px;
}
.search_modal .search_form_wrapper .nav-tabs .nav-item .nav-link.active {
    background-color: #ecbd23;
    color: #fff;
}
.search_modal .search_form_wrapper .tab-content {
    display: flex;
    align-items: center;
}
.search_modal .search_form_wrapper .tab-content .tab-pane {
    width: 100%}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .options_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .options_wrapper .wrapper {
    margin-inline-end: 20px;
    display: flex;
    align-items: center;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .options_wrapper .wrapper:last-child {
    margin-inline-end: 0;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .options_wrapper .wrapper label {
    font-weight: 500;
    margin-inline-start: 6px;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .options_wrapper .wrapper input {
    transform: translateY(2px);
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper {
    display: flex;
    align-items: center;
}
@media(max-width: 991px) {
    .search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper {
        flex-wrap: wrap;
    }
}.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper.hotels_wrapper .form-group {
     width: calc(17.5% - 15px);
 }
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper.hotels_wrapper .form-group:first-child {
    width: 30%}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper.cars_wrapper .form-group {
    width: calc(17.5% - 15px);
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper.cars_wrapper .form-group:first-child {
    width: 30%}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper.programs_wrapper .form-group:first-child {
    width: 40%}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper.programs_wrapper .form-group:last-child {
    width: 30%}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group {
    width: calc(14.2857142857% - 15px);
    margin-inline-start: 15px;
}
@media(max-width: 991px) {
    .search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group {
        width: 100% !important;
    }
}.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.complex_date_time .form-select {
     width: 100px;
     padding-inline: 0;
     padding-inline-start: 10px;
     border-radius: 0;
     border-top-left-radius: 8px;
     border-bottom-left-radius: 8px;
 }
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.complex_date_time input[type=text] {
    width: calc(100% - 100px);
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .form-control, .search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .form-select {
    height: 47px;
    border-radius: 8px;
    border-color: #ecbd23;
    padding-inline-start: 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options {
    margin-bottom: 0;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options .input-group {
    justify-content: center;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options input {
    display: none;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options input:checked+label {
    outline: 1px solid #ecbd23;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options .wrapper {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    outline: 1px solid transparent;
    margin-inline-end: 15px;
    transition: all .25s;
    cursor: pointer;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.driver_options .wrapper p {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group {
    width: 100%}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-toggle {
    height: 47px;
    border-radius: 8px;
    border-color: #ecbd23;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu {
    min-width: 13rem;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 6px;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu .dropdown-item .counter_wrapper {
    display: flex;
    align-items: center;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu .dropdown-item .counter_wrapper .form-control {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center !important;
    border: none;
    background-color: none;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group .btn-group .dropdown-menu .dropdown-item .counter_wrapper a {
    width: 20px;
    height: 20px;
    background-color: #ecbd23;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper {
    margin-top: 25px;
}
@media(max-width: 991px) {
    .search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper {
        display: flex;
        justify-content: center;
    }
}.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .icon_wrapper {
     width: 42px;
     height: 42px;
     border-radius: 5px;
     display: flex;
     justify-content: center;
     align-items: center;
     background-color: #ecbd23;
     margin-inline-end: 6px;
 }
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .icon_wrapper .icon {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .btn {
    padding: 8px;
    min-width: 0 !important;
    background-color: #fff !important;
    display: flex;
    align-items: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08) !important;
}
@media(max-width: 991px) {
    .search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .btn {
        width: 85%}
}.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .btn span {
     color: #ecbd23;
 }
.search_modal .search_form_wrapper .tab-content .tabs_form_wrapper .form_flex_wrapper .form-group.submit_wrapper .btn:hover {
    background-color: #fff !important;
}

.btn-default{
    background-color: #ecbd23;
    margin-inline-start: 15px;
}


.checkbox_input{
    width: 15px;
    margin-left: 5px;
    margin-left: 5px;
    color: #ecbd23;
}

/* Default styles for the checkbox */
.checkbox_input {
    display: none; /* Hide the default checkbox */
}

/* Style the custom checkbox when it's checked */
.checkbox_input:checked + label::before {
    content: "\2713"; /* Unicode checkmark symbol */
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ecbd23; /* Change the background color */
    border: #000 1px solid;
    color: white; /* Change the checkmark color */
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}
/*# sourceMappingURL=main.css.map */
.checkbox_input + label::before {
    content: ""; /* Unicode checkmark symbol */
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff; /* Change the background color */
    border: #000 1px solid;
    color: white; /* Change the checkmark color */
    text-align: center;
    line-height: 20px;
    font-size: 18px;
}

.serviceImage{
    width: auto !important;
}
.serviceCard{
    margin-top: 5px;
}


/*.contact_wrapper::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(90deg,  white 0%,  rgba(118,  204,  242,  0.25) 85%);*/
/*}*/

/*.newsletter_wrapper::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(90deg,  rgba(0,  0,  0,  0.3) 0%,  rgba(3,  3,  3,  0.5) 85%);*/
/*}*/

/*.why_us_wrapper::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(270deg,  rgba(255,  255,  255,  0.85) 0%,  rgba(118,  204,  242,  0.75) 85%);*/
/*}*/

#pay_method img{
    width: 100px;
}
.location{
    margin-top: 8%;
}

#hotel_details .location{
    margin-top: 3%;
}


#hotel_details .icon {
    width: 16px;
    height: 16px;
    fill: #ecbd23;
    margin-inline-end: 6px;
}

.profile_main_wrapper .orders_wrapper .items_requests_wrapper .card_wrapper{
    height: 250px;
    overflow: scroll;
}
