﻿
@@media(max-width:768px) {
    .floatingsocial-itineary {
        display: block;
    }

    .page-footer .footer-copyright {
        padding-bottom: 60px;
    }
}
/*header common css end */
#offersection .item {
    box-shadow: none;
    border-radius: 0px;
}

    #offersection .item img {
        height: initial;
    }

.navbar-bottom {
    display: block;
}

.texthidee {
    width: 100%;
    line-height: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@@media(max-width:768px) {
    .mob-carousel .owl-dots {
        display: flex !important;
        justify-content: center;
        width: 100%;
        gap: 5px;
        bottom: -22px;
        left: 0px;
    }

        .mob-carousel .owl-dots button.owl-dot {
            background: #9E9E9E;
            width: 5px;
            height: 5px;
            border-radius: 30px;
            opacity: 0.3;
        }
}
.mini-blog-section{
    padding-top: 0 !important;
}