/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
    /* color: #ffffff; */
    opacity: 0.8;
}

input[type="date"]::before {
    color: #999999;
    content: attr(placeholder);
}

input[type="date"] {
    color: #ffffff;
}

input[type="date"]:focus,
input[type="date"]:valid {
    color: #666666;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
    content: "" !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px !important;
}

.fw-600 {
    font-weight: 600;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fw-500 {
    font-weight: 500;
}

.contact_info .info_item i {
    color: #ef0f0f !important;
}

a:hover {
    color: #ef0f0f !important;
}

.bg-details {
    min-height: 150px;
    opacity: 0.5;
    background-size: cover !important;
    background-position-x: 100% !important;
}
.testimonial_slider .owl-dots .owl-dot.active{
    background: #4d61fe !important;
}
.banner_content h2{
    font-size: 45px ;
}
.banner_content p{
    line-height: 2;
    font-size: 20px;
}
.banner_area .position{
    bottom: -60px;
}
.hotel_booking_table{
    background: linear-gradient(170deg, black, #030f68) !important;
}
.heading-card{
    text-align: center;
}