
        .gallery-img img{
            height:260px!important;
        }
        .recent-post .post-title {
            line-height: 8px !important;
        }
        .cust_cost_test {
            line-height: 1.1 !important;
        }
        .meta-box_title{
            line-height:1.1!important;
        }
        .media-img img {
            height: 57px !important;
        }
        .gallery-img img {
            height: 260px !important;
        }
        .offer-banner h3, .banner-subtitle {
            color: black !important;
        }

        .widget_banner::after {
            background-color: transparent !important;
        }

        .cust_widget_banner {
            background-image: url("/assets/C_Images/banner_back/banner_back_new.webp");
        }

        .cust_cost_test {
            font-size: 13px !important;
            font-family: var(--body-font);
            margin: 0 0 18px 0;
            color: var(--body-color);
            line-height: 1.75;
        }

        .cust_text-justify {
            text-align: justify !important;
        }

        .tour-details .tour-img {
            height: 500px !important;
        }

        .cust_ad_l_width {
            width: 5% !important;
            display: flex !important;
            font-size: 14px !important;
        }

        .cust_ad_r_width {
            width: 92% !important;
            display: flex !important;
            font-size: 14px !important;
        }


        .cust_icon_size {
            width: 50px !important;
        }

        .cust_adi {
            padding-left: 10px !important;
        }

        .cust_icon_allign {
            line-height: inherit !important
        }

        .accordion-body p {
            text-align: justify !important;
        }

        th, td {
            font-size: 14px !important;
        }

        .cust_ln_l_width {
            width: 5% !important;
        }

        .cust_ln_r_width {
            width: 93% !important;
        }

        .cust_details_ot-btn {
            padding: 15px 23px !important;
            max-width: 134px !important;
        }

        @media(min-width:769px) {
            .cust_details_ot-btn {
                margin-left: 25% !important;
            }

            .cust_nav li a {
                width: 200px !important;
            }
        }

        @media(min-width:320px) and (max-width:768px) {
            .breadcumb-title {
                font-size: 30px !important;
            }
            .cust_details_ot-btn {
                margin-left: 25% !important;
            }

            .cust_adi {
                padding-left: 0px !important;
            }

            .tour-details .tour-img {
                height: 195px !important;
            }

            .meta-box {
                -webkit-flex: 1% !important;
                flex: 33% !important;
            }

            .cust_description-table {
                min-width: auto !important;
            }

            .cust_ot-btn {
                font-size: 10px !important;
                padding: 10px 2px !important;
                min-width: 100px !important;
            }

            .cust_nav li a {
                width: 102px !important;
            }
        }
    
