.banner-content * {
     color: #000000;
}
/*----------------------*/

.whatsapp-icon {
    background-color: rgba(107, 225, 69, 0.85);
    color: #ffffff;
    font-size: 30px;
    display: none;
    line-height: 55px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    width: 55px;
    height: 55px;
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 99;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.whatsapp-icon:hover {
    background-color: #319017;
    color: #ffffff;
}
@media screen and (max-width: 575px) {
    .whatsapp-icon {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 40px;
        left: 10px;
        bottom: 10px;
    }
}

/*-------khalid---------------*/

.home-package {
    padding-top: 1px; 
    padding-bottom: 1px; 
}

.home-trip-search {
    padding: 1px 0 1px;
}

.home-banner .overlay {
    background-color: rgb(0 0 0 / 31%);
}

.offer-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 0px;
    min-height: 520px;
    margin-bottom: 50px;
    position: relative;
}

.offer-item .offer-content {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    margin: 50px;
    max-width: 345px;
    padding: 10px;
}

@media screen and (max-width: 575px){
    .header-social a {
        font-size: 13px;
        line-height: 25px;
        height: 25px;
        width: 25px;
    }

    .header-social li {
        margin: 0px 3px;
    }
}


.mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #FFF;
    text-shadow: none;
    font-weight: normal;
    font-size: 16px;
    font-weight: 700;
    display: none;
}
.destination-item .destination-content {
    background-color: rgba(255, 255, 255, 0.8);
}

input[type="date"]::before{
    content: attr(placeholder)": ";
    white-space: pre;
}
input[type="date"]:focus::before {
    content:""!important;
}