@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {
    .quote {
        background-position: top;
        background-size: 300%;
    }
}

@media only screen and (max-width: 600px) {
    html {
        scroll-padding-top: 0px;
    }

    .credit-line {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .credit .line-container {
        justify-content: space-between;
        flex-direction: column;
    }

    .address-mobile {
        display: initial;
    }

    .address-system {
        display: none
    }

    .bottom-website {
        display: flex;
        flex-direction: column;
        border-top: 1px solid var(--dark-gray);
        padding-top: 20px;
    }

    .bottom-website span {
        display: none;
    }

    .responsive1 {
        margin-top: 4em;
    }

    .reslogo1 img {
        width: 70% !important;
    }

    .boxspace .team-box {
        margin-bottom: 1em;
    }

    /* header 1 */
    .header1 .container {
        margin: 0px;
        padding: 0px;
    }

    .header1 .row {
        text-align: center;
        width: 100%;
    }

    .header1 .quote1 {
        font-size: 2vh;
        text-align: center;
        margin: 0px;
        padding: 0px;
        margin-left: 1.4vh;
    }

    .header1 .contact1 {
        font-size: 1.4vh;
    }

    .header1 .col-6 {
        padding: 0px;
        width: 100%;
    }

    .sticky1 {
        position: initial !important;
    }

    .navbar img {
        height: 7vh;
    }

    .navbar a {
        font-size: 2.3vh;
    }

    .about .row {
        display: flex;
        flex-direction: column;
    }

    .about .col-6 {
        width: 100%;
    }

    .def .defimg {
        display: flex;
        justify-content: center;
    }

    .quote {
        background-position: top;
        background-size: 400%;
    }

    .work,
    .quote {
        padding: 2rem 0rem;
    }

    .gotop {
        display: initial;
    }

    .gotop a {
        color: var(--gray);
        font-size: 0.8rem;
    }

    .gotop button {
        /* border: 2px solid var(--red);  */
        border: 2px solid var(--dark-gray);
        background-color: transparent;
        /* border-radius:50px 50px 0px 0px; */
        padding: 0.5rem 1.5rem;
        font-size: small;
    }

    .gotop button:hover {
        border: 2px solid var(--red);
        background-color: var(--dark-gray);
        border-radius: 50px 50px 0px 0px;
        padding: 0.5rem 1.5rem;
    }

    .followus div {
        text-align: center;
    }

    .followus a i {
        margin: 0px 2vh;
    }

    .footer iframe {
        margin-top: 3vh;
        height: 40vh;
        width: 95vw;
    }

}