﻿
@media(max-width:768px) {
    .floatingsocial-itineary {
        display: block;
    }

    .page-footer .footer-copyright {
        padding-bottom: 60px;
    }
}
#offersection .item img {
    width: 100%;
    border-radius: 10px;
    height: 133px !important;
    /* height: initial; */
    object-fit: cover !important;
}
/*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;
        }
}
.bannersection-div {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, .5)),url(/Content/images/banner/flightwingbanner.jpg);
    /*background: #f5f5f5;*/
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 650px;
    margin-bottom: 20px;
}
.rowsectiondivce-panss {
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal-card .flcard {
    padding: 5px 22px !important;
    border-radius: 6px !important;
    align-items: center !important;
}
.flighcardd h4 {
    font-size: 16px !important;
    text-align: center !important;
}
.btn_flightss{
    height: 40px;   
}
.trip-icon {
    background: #4e2fda;
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.horizontal-card .flcard:hover {
    border: 1px solid #4e2fda;
}
.horizontal-card .flcard{
    cursor: pointer;
}
.grabfliht-section {
    background: #e6492a;
    padding: 40px 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 33px;
    margin-bottom: 2px;
}
.sctionivider-imagese {
    display: flex;
    align-items: center;
    gap: 16px;
}
.leftsideimage-sec img {
    height: 50px;
}
.sctionivider-imagese h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}
.contentsec p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}
.rightsec.tion-panelimage {
    display: flex;
    gap: 21px;
}
tion-panelimage svg {
    fill: #fff;
}
.quotebtnprimary-sec {
    text-decoration: none;
    border: none;
    background: #000;
    color: #fff;
    padding: 12px 37px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
}
.rightsec.tion-panelimage svg {
    fill: #e6492a;
}
.populer-destinations-card .about-contant .card-tittle {
    display: block !important;
    background: #e6492a !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
.populer-destinations-card .about-contant {
    padding: 0;
    position: absolute;
    top: 23px !important;
    left: 13px !important;
    right: 0;
    z-index: 5;
    width: 134px !important;
}
.texthidee {
    width: 100%;
    line-height: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
}
@media(max-width: 769px){
    .rowsectiondivce-panss {
        flex-wrap: wrap;
    }
    .fromtoLocBox .form-group, .fromtoLoc .form-group, .departretDate .col-sm-6:last-child .form-group {
        height: 63px !important;
    }
    .horizontal-card .flcard{
        flex-wrap: initial !important;
    }

    .rightsidebanner-sec {
        display: none;
    }
    .grabfliht-section {
        flex-wrap: wrap;
        padding: 16px 15px;
    }
    .rightsec.tion-panelimage{
        flex-wrap: wrap;
    }
    .sctionivider-imagese h1{
        font-size: 22px;
    }
    .contentsec p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 29px;
    }
    .leftsideimage-sec img {
        height: 31px;
    }
}
.quotebtnprimary-sec:hover{
    color: #fff !important;
}