.color1 {
    background-color: #ffa200 !important;
}

.theme-yellow{
    background-color: #ffa200 !important;
}

.ff-outfit{
    font-family: "Outfit";
}

.title-3 .title-label {
    background-color: #ffa200 !important;
}

.title-2 .title-label {
    background-color: #ffa200 !important;
}

.title-1 .title-label {
    background-color: #ffa200 !important;
}

.left-sidebar .badge.bag-filter {
    background-color: #000000 !important;
}

.left-sidebar .bottom-info h5 {
    background-color: #000000 !important;
}

.irs-slider {
    background-color: #ffa200 !important;
}

.irs-to {
    background-color: #ffa200 !important;
}

.irs-to {
    background-color: #ffa200 !important;
}

.irs-bar {
    background-color: #ffa200 !important;
}

.left-sidebar .middle-part .filter-block .form-check-input:checked ~ .form-check-label:before {
    background-color: #ffa200 !important;
}

.cheap-search-badge {
    background-color: #000000 !important;
}

.btn-multiline {
    background-color: #ffa200 !important;
}

.badge .bg-warning {
    background-color: #000000 !important;
}

.bg-bag {
    background-color: #ffa200 !important;
}

.btn-dark {
    color: #ffff !important;
    background-color: #ffa200 !important;
    border-color: #a7a7a7 !important;
}

.btn-dark:hover {
    color: #ffff !important;
    border: 1px solid #a7a7a7;
}

.btn-warning {
    color: #ffff !important;
    background-color: #000000 !important;
}

.btn-warning:hover {
    color: #ffff !important;
    border: 1px solid #a7a7a7;
}

.btn-danger {
    color: #ffff !important;
    background-color: #ffa202 !important;
    border-color: #a7a7a7 !important;
}

.btn-danger:hover {
    color: #ffff !important;
    border: 1px solid #a7a7a7;
}

.btn-outline-danger {
    background-color: #ffff !important;
    color: #dc3545 !important;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #dc3545 !important;
    border: 1px solid #a7a7a7;
}

.btn-outline-danger.active {
    border: 1px solid #a7a7a7;
}

.btn-outline-success {
    color: black !important;
    background-color: #ffff !important;
    border-color: #a7a7a7 !important;
}

.btn-outline-success:hover {
    color: #ffa202 !important;
    border: 1px solid #a7a7a7;
}

.btn-solid {
    color: #ffff !important;
    background-color: #ffa202 !important;
    border-color: #a7a7a7 !important;
}

.btn.btn-solid:hover {
    color: #ffff;
    border: 1px solid #a7a7a7;
}

.contact_section .contact_wrap .title_bar i {
    color: #ffa202 !important;
}

.explore-world-heading .text-success {
    color: #ffa202 !important;
}

.tap-top {
    background-color: #ffa202 !important;
}

.blue_bar {
    background-color: #ffa202 !important;
}

.blue_bar__wide {
    background-color: #ffa202 !important;
}

.breif_case .icon_job::before {
    border: 3px solid #ffa202;
}

.breif_case .icon_job .box {
    border: 2px solid #ffa202;
    background-color: #ffa202;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-bottom: 2px solid #ffa202;
}

.search-heading {
    margin-bottom: 16px;
    font-weight: 400;
    font-style: normal;
}

.affiliate-providers-section {
    padding-top: 2rem !important;
    padding-bottom: 5rem !important;
}

.affiliate-providers-section .affiliate-providers-row {
    max-width: 1250px;
    padding-left: 66px;
}

.affiliate-providers-section .affiliate-providers-row .affiliate-providers-heading {
    border-top: 1px solid #ccc;
    text-align: center;
}

.affiliate-providers-section .affiliate-providers-row .affiliate-providers-heading h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 80px;
    margin-top: 12px;
}

.affiliate-providers-section .affiliate-providers-boxes {
    border-radius: 5px;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 18%);
    background: #ffffff;
    height: 86px;
}

.affiliate-providers-section .affiliate-providers-boxes:hover {
    -webkit-box-shadow: 5px 8.66px 30px 0px rgb(0 0 0 / 10%);
    box-shadow: 5px 8.66px 30px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.affiliate-providers-section .affiliate-providers-boxes img{
    width: 100px;
    padding-top: 4px;
}

.detail-boxes {
    padding-top: 24px;
    padding-bottom: 3rem !important;
}

.detail-boxes .detail-box-row {
    max-width: 1200px;
    padding-left: 0px;
}

.detail-boxes .detail-box-col {
    position: relative;
    min-height: 1px;
    float: left;
    height: 205px;
    margin-left: 1%;
    margin-right: 1%;
    width: 31.33%;
    border-radius: 5px;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 18%);
    background: #ffffff;
}

.detail-boxes .detail-box-col h3 {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    color: #36495a;
    margin: 20px 10% 15px;
}

.detail-boxes .detail-box-col .detail-box-text {
    font-size: 14px;
    color: #627a88;
    letter-spacing: 0;
    margin: 15px 10%;
}

.detail-boxes .detail-box-col .detail-box-img1 {
    background: url('/common/images/home/home-detail-box1.png') no-repeat;
    height: 81px;
    width: 100%;
    border-radius: 5px;
    background-position: center bottom;
    margin: 0 !important;
}

.detail-boxes .detail-box-col .detail-box-img2 {
    background: url('/common/images/home/home-detail-box2.png') no-repeat;
    height: 81px;
    width: 100%;
    border-radius: 5px;
    background-position: center bottom;
    margin: 0 !important;
}

.detail-boxes .detail-box-col .detail-box-img3 {
    background: url('/common/images/home/home-detail-box3.png') no-repeat;
    height: 81px;
    width: 100%;
    border-radius: 5px;
    background-position: center bottom;
    margin: 0 !important;
}

.explore-world-section {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}

.explore-world-section .explore-world-row {
    max-width: 1250px;
}

.explore-world-section .explore-world-heading {
    text-align: left;
    padding-top: 80px;
}

.explore-world-section .explore-world-heading h1 {
    line-height: 60px;
    font-weight: lighter;
}

.explore-world-section .explore-world-image {
    width: 350px;
}

.explore-world-section .border-section {
    border-top: 1px solid #ccc;
    padding-bottom: 12px;
}

.ibera-promotion-section {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}

.ibera-promotion-section .ibera-promotion-row {
    max-width: 1314px;
    padding-left: 114px;
}

.ibera-promotion-section .ibera-promotion-image {
    width: 100%;
}

.low-fares-airline-section .low-fares-airline-row {
    max-width: 1250px;
    padding-left: 0;
}

.low-fares-airline-section h1 {
    font-weight: lighter;
    line-height: 80px;
    margin-top: 22px;
    font-size: 40px;
}

.low-fares-airline-section .low-fares-airline-boxes {
    border-radius: 5px;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 18%);
    background: #ffffff;
}

.low-fares-airline-section .low-fares-airline-boxes:hover {
    -webkit-box-shadow: 5px 8.66px 30px 0px rgb(0 0 0 / 10%);
    box-shadow: 5px 8.66px 30px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.low-fares-airline-section .low-fares-airline-boxes img{
    width: 130px;
}

.process-steps-section {
    padding-top: 0.8rem !important;
    padding-bottom: 0.5rem !important;
}

.process-steps-section .process-steps-section-row {
    max-width: 1250px;
    padding-left: 0;
    margin-left:  0 !important;;
    margin-right: 0 !important;
}

.new-search-section {
    padding-top: 14px;
    padding-bottom: 14px;
}

.calendar-loader{
    height: 10rem;
}

.first-column, .last-column {
    flex-basis: 30px;
}

.separator {
    padding: 0 10px;
    position: relative;
    border-left: 2px solid #ccc;
}

.arrow-separator {
    position: relative;
}

.arrow-separator:not(:last-child)::after {
    content: "→";
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
    color: #333;
}
.search-with-cross {
    position: relative;
    display: inline-block;
}
.search-with-cross .cross {
    position: absolute;
    top: 10px;
    right: 21px;
    font-size: 22px;
    color: #ffffff;
}

.custom-checkbox input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    float: right;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    transition: background 0.3s, border 0.3s;
}
.custom-checkbox input:checked {
    background-color: #ffa202;
    border-color: #ffa202;
}
.custom-checkbox input:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.border-1-solid-gray{
    border: 1px solid #8a8f97;
}

.popup-arrow{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.popup-container{
    display: none;
    position: absolute;
    transform: translateX(-50%);
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 90vw;
    word-wrap: break-word;
    z-index: 1000;
}
.popup-arrow:hover .popup-container {
    display: block;
}
.w-35-px{
    width: 35px;
}
.top-header-bar-space{
    position: relative;
    top: 65px;
}

@media (max-width: 2560px) and (min-width: 1441px) {
    .explore-world-section .explore-world-heading h1 {
        font-size: 40px;
    }

    .low-fares-airline-section h1 {
        font-size: 40px;
    }

    .low-fares-airline-section .low-fares-airline-row {
        padding-left: 40px;
    }

    .combine-promotion-image {
        height: 18rem;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .affiliate-providers-section .affiliate-providers-row {
        padding-left: 20px;
    }

    .detail-boxes .detail-box-row {
        padding-left: 8px;
    }

    .detail-boxes .detail-box-col h3 {
        font-size: 18px;
        margin: 12px 10% 15px;
    }

    .detail-boxes .detail-box-col .detail-box-text {
        margin: 0 10%;
    }

    .ibera-promotion-section .ibera-promotion-row {
        padding-left: 0;
    }

    .combine-promotion-image {
        height: 18rem;
    }
}

@media only screen and (max-width: 991px) {
    .affiliate-providers-section .affiliate-providers-boxes img{
        width: 94px;
    }

    .affiliate-providers-section .affiliate-providers-row {
        padding-left: 0;
    }

    .detail-boxes .detail-box-col h3 {
        font-size: 14px;
        margin: 16px 10% 15px;
    }

    .detail-boxes .detail-box-col .detail-box-text {
        font-size: 11px;
        margin: 0 10%;
    }

    .explore-world-section .explore-world-image {
        width: 300px;
    }

    .explore-world-section .explore-world-heading {
        padding-top: 50px;
    }

    .explore-world-section .explore-world-heading h1 {
        line-height: 50px;
    }

    .ibera-promotion-section .ibera-promotion-row {
        padding-left: 0;
    }

    .low-fares-airline-section h1 {
        margin-top: 12px;
        font-size: 26px;
        line-height: 66px;
    }

    .low-fares-airline-section .low-fares-airline-boxes img{
        width: 94px;
    }

    .popup-container {
        left: auto;
        right: 10px;
        transform: none;
    }
}

@media only screen and (max-width: 575px) {
    .affiliate-providers-section .affiliate-providers-row {
        padding-left: 0;
    }

    .affiliate-providers-section .affiliate-providers-row .affiliate-providers-heading h2 {
        margin-bottom: 8px;
    }

    .affiliate-providers-section .affiliate-providers-boxes{
        margin-bottom: 8px;
    }

    .affiliate-providers-section .affiliate-providers-boxes img{
        width: 94px;
    }

    .detail-boxes {
        padding-bottom: 0.2rem !important;
    }

    .detail-boxes .detail-box-row {
        padding-left: 4px;
    }

    .detail-boxes .detail-box-col {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .detail-boxes .detail-box-col .detail-box-text {
        font-size: 14px;
        margin: 15px 10%;
    }

    .detail-boxes .detail-box-col h3 {
        font-size: 22px;
    }

    .explore-world-section .explore-world-image {
        width: 250px;
    }

    .explore-world-section .explore-world-heading {
        text-align: center;
    }

    .explore-world-section {
        padding-bottom: 0 !important;
    }

    .ibera-promotion-section .ibera-promotion-row {
        padding-left: 0;
    }

    .low-fares-airline-section h1 {
        line-height: 40px;
        margin-bottom: 20px;
    }

    .low-fares-airline-section .low-fares-airline-boxes img{
        width: 94px;
    }

    .popup-container {
        left: auto;
        right: 10px;
        transform: none;
    }
}

@media only screen and (max-width: 330px) {
    .affiliate-providers-section .affiliate-providers-boxes img{
        width: 86px;
    }

    .detail-boxes .detail-box-col .detail-box-text {
        margin: 0 10%;
        font-size: 14px;
    }

    .detail-boxes .detail-box-col .detail-box-text3 {
        margin: 16px 10%;
        font-size: 14px;
    }

    .detail-boxes .detail-box-col h3 {
        margin: 14px 10% 15px;
        font-size: 22px;
    }

    .low-fares-airline-section .low-fares-airline-boxes img{
        width: 86px;
    }
}