@media only screen and (max-width: 850px) {
    .m-56 {
        margin-left: 56%;
    }

    .hide1 {
        display: none !important;
    }

    .show1 {
        display: block !important;
    }

    .show11 {
        display: flex !important;
        justify-content: center;
    }

    .contact-bg-img {
        background-image: none;
    }

    .w-xs {
        width: 100% !important;
    }
.pt-xs{
    padding-top: 10px !important;
}
    .w-hf {
        width: 50% !important;
    }

    .w-35 {
        width: 35% !important;
    }

    .p-xs {
        padding: 10px !important;
    }

    .font-xm {
        font-size: 18px !important;
    }

    .font-xxm {
        font-size: 14px !important;
    }

    .about-content h6 {
        font-size: 14px !important;
        text-align: justify;
    }

    .about-content ul li {
        font-size: 14px !important;
        text-align: justify;
    }

    .tablink {
        font-size: 14px;
    }

    .text-xm {
        text-align: center;
    }

    .rounded-xs {
        border-radius: 50%;
    }

    .flex-col {
        flex-direction: column;
    }

    .flex-rev {
        flex-direction: column-reverse;
    }

    .mt-xs {
        margin-top: 20px !important;
    }
    .mt-xxs{
        margin-top: 10px !important;
    }
    .mb-xxs{
        margin-bottom: 10px !important;
    }

    .card-row {
        /* border: 1px solid darkgrey; */
        border-radius: 15px;
      
    }
    .sign_date {
        border: none;
    }
}

@media only screen and (max-width: 650px) {
    .m-26 {
        margin-left: 26%;
    }

    .p-xs-0 {
        padding: 0px;
    }

    .f-xs {
        font-size: 13px !important;
    }

    h1 {
        font-size: 18px !important;
    }

    h3 {
        font-size: 19px;
    }

    a,
    button,
    h6 {
        font-size: 14px;
    }

    h5,
    h4 {
        font-size: 16px;
        font-weight: bold;
    }

    .text-justify {
        text-align: justify;
    }
    .w-97{
    width: 95% !important;
    }

    .wh-100 {
        width: 100vw !important;
        height: auto !important;
    }

    .orange-div {
        height: 7px;
        width: 7px;
    }

    .read-btn {
        padding: 4px 10px;
    }

    .carousel-indicators {
        bottom: -50px;
    }
    .tablink {
    padding: 6px 10px;
    font-size: 13px !important;
    width: 30%;
    margin: 5px;
    border: 1px solid grey;
}
.gallery-card{
    margin-bottom: 25px;
}
.acts_subtab{
    display: flex;
    width: 100%;
}
.badge1{
    display: block;
    text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    * {
        font-size: 14px !important;
    }
    .m-xs {
        margin-left: 2%;
    }
    p,
    h6 {
        font-size: 13px !important;
    }
    button {
        font-size: 12px !important;
    }
    .browse-card {
        width: 93% !important;
    }
    .browse-card button {
        margin: 0px 5px 0px 0px;
        border: 1px solid grey;
    }
}
