
        p {
            text-align: justify !important;
        }

        .Css-bresdcumb::before {
            background: rgb(32 19 2 / 84%) none repeat scroll 0 0;
            background-position: center top;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }

        .Css-bresdcumb {
            position: relative;
            z-index: 1;
            padding: 49px 0px !important;
        }

        .breadcumb-title {
            font-size: 42px !important;
        }

        .breadcumb-menu {
            margin: 19px 0 -0.5em 0 !important;
        }

            .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
                font-size: 13px !important;
            }

        .Css-Destinat {
            padding: 40px;
            background-color: #fff;
            box-shadow: 0px 6px 30px rgba(7,36,95,0.08);
        }

        .cust_space-top {
            background: url(/assets/cust_image/taj_mahal_img_2/marble.jpg);
        }

        .cust_background-image {
            background-image: url(/Content/taj-bread.jpg) !important;
        }

        .cust_breadcumb {
            position: relative;
            z-index: 1;
            padding: 49px 0px !important;
        }

            .cust_breadcumb::before {
                background: rgb(1 131 53 / 75%) none repeat scroll 0 0;
                background-position: center top;
                content: "";
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: -1;
            }
        .destination-title i {
            padding-right: 10px !important;
            color: #cd821c !important;
        }
        /*  .td_image_height {
            height: 499px !important;
        }*/
        @media(min-width:320px) and (max-width:768px) {
            .td_image_height {
                height: 320px !important;
                margin-bottom: 10px;
                /* width: 500px; */
            }

            .cust_space-top {
                background: none !important;
            }
        }
    
