
    .short {
        color: black;
        font-weight: 500;
        line-height: 25px;
    }

    .banner {
        margin-top: 120px;
    }

    .slider-button {
        padding: 6px 10px;
        font-size: 11px;
        font-weight: 600;
    }

    .rtn-btn {
        display: block;
        max-width: max-content;
        padding: 8px 34px;
        border-radius: 4px;
        transition: 0.3s;
        font-weight: 500;
    }

    .responsive-image {
        height: 450px !important;
        image-rendering: pixelated;
    }

    .slider-text {
        margin-left: -145px
    }

    .slider-button-left {
        margin-left: -160px;
    }

    .slider-button-right {
        margin-right: -160px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 4%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: 0;
        border: 0;
        opacity: .5;
        -webkit-transition: opacity .15s ease;
        -o-transition: opacity .15s ease;
        transition: opacity .15s ease;
    }


    @media only screen and (max-width: 600px) {
        .carousel-caption {
            padding: 0;
            bottom: 0;
            width: auto !important;
            object-fit: cover;
            height: 600px !important;
        }

        .responsive-image {
            height: 200px !important;
            image-rendering: pixelated;
        }

        .banner {
            margin-top: 400px;

        }

        .slider-text {
            margin-left: 0px
        }

        .short {
            color: black;
            font-weight: 500;
            line-height: 22px;
            font-size: 12px;
        }
    }


    @media only screen and (min-width: 600px) {}

    @media only screen and (min-width: 768px) {}


    @media only screen and (min-width: 992px) {}


    @media only screen and (min-width: 1200px) {}

    .card-body .carousel-item img {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
        object-fit: cover;
    }

    .form-control,
    .form-select {
        border: 1px solid #ced4da !important;
        border-radius: 0.375rem;
        background-color: #fff;
        color: #212529;
    }

    .form-control:focus,
    .form-select:focus {
        border-color: #86b7fe !important;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .rts-btn {
        display: block !important;
        width: 100% !important;
    }

    input[type=text],
    input[type=password],
    input[type=email],
    input[type=number],
    input[type=tel],
    textarea {
        font-size: 1.5rem;
        font-weight: 400;
        height: auto;
        line-height: 28px;
        background: transparent;
        -webkit-box-shadow: none;
        padding: 7px 15px;
        box-shadow: none;
        outline: none;
        border: var(--border-width) solid var(--color-border);
        border-radius: var(--radius);
    }

    .card-custom {
        min-height: 100%;
        color: white;
        padding: 2rem;
        border-radius: 1rem;
    }

    .bg-dark-blue {
        background-color: #0d2f7c;
    }

    .bg-pink {
        background-color: #e91e63;
    }

    .text-justify {
        text-align: justify;
    }

    .single-category-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .fs50 {
        font-size: 50px;
    }

