.destination_click_on_box {
    border: 5px solid #2777bc
}

@media screen and (max-width: 767px) {
    .destination_slider_main {
        padding: 0px 0px;
    }
}

.loading-text {
    font-size: 10px;
    color: '#red'
}

.name_hotel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.name_hotel p {
    background-color: #2777bc;
    padding: 10px;
    margin: 0;
}

.name_hotel p img {
    height: 21px;
    width: 24px;
}

.destination_slider_main {
    width: 100%;
    float: left;
    padding: 0px 15px;
    position: relative;
}

.destination_bg {
    background-color: #2777bc;
    padding: 15px 15px;
    width: 100%;
    float: left;
    position: relative;
}

.destination_slider {
    position: relative;
    width: 100%;
    float: left;
}

.close_icon {
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: 999;
    cursor: pointer;
}

.slider_box_item {
    padding: 0px 10px;
}

.slider_industryBy {
    width: 100%;
    float: left;
    text-align: left;
    background: #fff;
}

.slider_industryBy h4 {
    text-align: left;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 10px 10px 3px;
    color: #000000;
    font-family: Gotham-Medium;
    text-transform: uppercase;
    width: 100%;
    min-height: 43px;
}

.slider_industryBy img {
    object-fit: cover;
    object-position: center;
    height: 15rem;
    width: 100%;
}

.slider_hotel {
    display: block;
    align-items: center;
    justify-content: space-between;
}

.slider_hotel p {
    margin: 0;
    padding: 0px 10px 10px;
}

.slider_hotel p img {
    height: 13px;
    width: 60px;
}

.ban_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.ban_left_arrow {
    left: 15px;
    z-index: 1;
}

.ban_left_arrow img {
    transform: rotate(180deg);
}

.ban_right_arrow {
    right: 15px;
    z-index: 1;
}

.bottom_des {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.bottom_des p {
    margin: 0px;
    font-family: Gotham-Bold;
    font-size: 15px;
    color: #fff;
}