        /* Card styles */
        .card {
            background-color: #fff;
            height: auto;
            width: auto;
            overflow: hidden;
            margin: 12px;
            border-radius: 5px;
        }

        /* Card image loading */
        .card__image img {
            width: 100%;
            height: 100%;
        }

        .card__image.loading {
            height: 300px;
            width: 400px;
        }

        /* Card title */
        .card__title {
            padding: 8px;
            font-size: 22px;
            font-weight: 700;
        }

        .card__title.loading {
            height: 1rem;
            width: 50%;
            margin: 1rem;
            border-radius: 3px;
        }

        /* Card description */
        .card__description {
            padding: 8px;
            font-size: 16px;
        }

        .card__description.loading {
            height: 3em;
            margin: 1rem;
            border-radius: 3px;
        }

        /* The loading Class */
        .loading {
            position: relative;
            background-color: #e2e2e2;
        }

        /* The moving element */
        .loading::after {
            display: block;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            transform: translateX(-100%);
            background: -webkit-gradient(linear, left top,
                    right top, from(transparent),
                    color-stop(rgba(255, 255, 255, 0.2)),
                    to(transparent));
            background: linear-gradient(90deg, transparent,
                    rgba(255, 255, 255, 0.2), transparent);
            /* Adding animation */
            animation: loading 0.8s infinite;
        }

        /* Loading Animation */
        @keyframes loading {
            100% {
                transform: translateX(100%);
            }
        }

        .card .btns {
            display: flex;
        }

        .card .btns .btn {
            height: 100vh;
            width: 100%;
            background: #d9d9d9;
            /* border-radius: 25px; */
            position: relative;
            overflow: hidden;
        }

        .header .img::before,
        .details span::before,
        .description .line::before,
        .btns .btn::before {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0, 0, 0, 0.07) 20%, #d9d9d9 40%, #d9d9d9 100%);
            background-repeat: no-repeat;
            background-size: 450px 400px;
            animation: shimmer 1s linear infinite;
        }

        .header .img::before {
            background-size: 650px 600px;
        }

        .details span::before {
            animation-delay: 0.2s;
        }

        .btns .btn-2::before {
            animation-delay: 0.22s;
        }

        @keyframes shimmer {
            0% {
                background-position: -450px 0;
            }

            100% {
                background-position: 450px 0;
            }
        }

        .skeleton-box {
            display: inline-block;
            height: 4em;
            position: relative;
            overflow: hidden;
            background-color: #DDDBDD;
        }

        .skeleton-box::after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            transform: translateX(-100%);
            background-image: linear-gradient(90deg,
                    rgba(#fff, 0) 0,
                    rgba(#fff, 0.2) 40%,
                    rgba(#fff, 0.5) 80%,
                    rgba(#fff, 0));
            animation: shimmer 2s infinite;
            content: '';
        }

        @keyframes shimmer {
            100% {
                transform: translateX(100%);
            }
        }

        /* preloder  */

        .modal_green {
            background-image: url("../img/blue_bg.png");
            /* background-color: #01572e !important; */
            background-color: transparent;
            border-radius: 10px !important;
            background-repeat: no-repeat;
            background-size: cover;
            left: -10px;
            border: none !important;
        }

        .modal_blue {
            background-image: url("../img/blue_bg.png");
            /* background-color: #01572e !important; */
            background-color: transparent;
            border-radius: 10px !important;
            background-repeat: no-repeat;
            background-size: cover;
            left: -10px;
            border: none !important;
        }

        /* .modal_space {
            top: 7%;
            left: 7%;
            width: 84%;
            text-align: center;

        } */

        .modal_size {
            width: 100%;
            height: 590px;
        }

        .modal_sizes {
            width: 100%;
            height: 720px;
        }

        .announcement {
            width: 260px;
        }

        .btn-close {
            background-color: white;
            border-radius: 25px;
            position: absolute;
            top: 4%;
            right: 4%;
            width: 25px;
            height: 25px;
            opacity: 1;
        }

        .got {
            color: white;
            font-size: 28px;
            font-weight: 700;
        }

        .Purchase {
            color: white;
            font-size: 28px;
            font-weight: 400;
            /* margin-bottom: 30px; */
        }

        .flat {
            color: #FFC700;
            font-weight: 800;
            font-size: 22px;
            width: 81%;
            margin: auto;
            line-height: 28px;
            text-transform: uppercase;
        }

        .set {
            border-bottom: 2px dashed #FFFFFF;
            position: relative;
            left: 24px;
            width: 89%;

        }

        .img_start {
            padding-top: 40px;
        }

        .reg {
            margin-top: 20px;
            color: #ffffff;
            background-color: #BA2026;
            padding: 15px 30px;
            font-size: 30px;
         
            border: none;
            border-radius: 10px;
            font-weight: bold;

        }

        .reg:hover {
            color: #BA2026;
            background-color: #ffffff;
            
        }

        .purchase_pad {
            padding: 40px 0px;
        }

        @media (min-width: 576px) {

            .modal-dialog {
                max-width: 549px !important;

            }


        }

        @media (max-width: 500px) {
            .got {
                font-size: 20px;
                font-weight: 700;
            }

            .modal_sizes {
                width: 100%;
                height: 650px;
            }

            .Purchase {
                font-size: 20px;
                font-weight: 400;
                /* margin-bottom: 30px; */
            }

            .flat {

                font-size: 17px;
            }

            .reg {
                padding: 12px 24px;
                font-size: 18px;
            }

            .modal_size {
                width: 100%;
                height: 500px;
            }

            .announcement {
                width: 160px;
            }

        }

        @media (max-width: 400px) {
            .modal_size {
                width: 100%;
                height: 520px;

            }

            .announcement {
                width: 210px;
            }

            .btn-close {
                top: 2%;
                right: -1%;
            }

            .flat {

                font-size: 16px;
            }
        }