.footer{
     margin-top:0px;
}
.shape {
        background: url("{{ asset('assets/frontend') }}/frontend/layout/img/sale.png") no-repeat;
        position: absolute;
        left: -4px;
        top: -4px;
        float: right;
        height: 65px;
        width: 65px;
        z-index: 5;
    }
    .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        border-radius: 5px !important;
    }
    .package_img{
        border-radius: 5px !important;
    }

@media only screen and (max-width: 768px){
    .main-wrap {
        padding: 15px 15px;
    }
    .main-wrap.no-white-bg .details-dection h2.package-head-line span {
        font-size: 12px;
    }

    
}
@media (max-width: 576px) {

   
    .package_row_inner_one {
        width: 30%;
        float: left;
    }
    .package_row_inner_one .image-section{
        margin-bottom: 5px;
    }
    .package_row_inner_two{
        width: 70%;
        float: left;
        margin-left: -12px;
    }
    .details-dection {
        padding-left: 0px;
    }
    .ranking-section ul.star_display{
        display: flex;
    justify-content: center
    }
    .star_display li i {
        margin-top: 3px;
        font-size: 100% !important;
    }

    .main-wrap.no-white-bg .details-dection ul.blog-info.package {
    /* margin: 10px 0; */
    margin-left: 0px !important;
    margin-top: 2px;
    padding-left: 0;
    padding-top: 0px;
    }
    .main-wrap.no-white-bg h2 {
        margin: 0px;
        margin-bottom: 0;
        margin-left: 0px;
        }
        .main-wrap.no-white-bg .details-dection ul.blog-info.package li {
                margin-left: 0;
        }
        .main-wrap.no-white-bg p.package-paragraph {
            font-size: 17.5px;
        }
        .main-wrap.no-white-bg .details-dection h2.package-head-line a {
            font-size: 25px !important;
        }
  
        .main-wrap.no-white-bg p {
            font-size: 17.5px;
        }


}

@media (max-width: 396px) {

    /* .package_row_inner_one {
        width: 35%;
        float: left;
    }
        .package_row_inner_two {
        width: 65%;
        float: left;
        margin-left: -12px;
    } */

    .package_row{
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .package_row_inner_one {
        width: 50%;
        float: none;
        overflow: hidden;
        margin: 0 auto;
    }
    .package_row  .package_row_inner_one .image-section a img{
        width: 100%;
    }
    .ranking-section .star_display.gold{
        display: flex;
        justify-content: center;
    }
    .star_display li i {
        margin-top: 3px;
        font-size: 24px !important;
    }
    .package_row_inner_two {
        width: 100%;
        float: none;
        margin-left: 0px;
    }

    .main-wrap.no-white-bg h2 {
        margin: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .main-wrap.no-white-bg .details-dection ul.blog-info.package {

        padding-left: 0px;
    }
    .package_row_inner_one .image-section {
        margin-bottom: 10px;
    }
    .star_display li i {
        margin-top: 3px;
        font-size: 20px !important;
    }
    .package_row_inner_two {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .package_row_inner_two ul li{
        width: 100%;
        margin-left: -4px !important;
        font-size: 15px !important;
        margin-bottom: 3px !important;
    }


    }



}
