@media (max-width: 425px) and (min-width: 320px) {
    body {
        background-color: #ffffff;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        overflow-x: hidden;

    }

    .slider-section {
        height: 209px;
    }

    .slider-details h1 {
        font-size: 16px;
        padding-top: 67px;
    }

    .slider-details {
        margin-top: -47px;
        color: #ffffff;
        font-size: 10px;
        border-radius: 20px;

        padding: 0px;

        text-decoration: none;

    }

    .slider {
        padding-top: 52px;
        height: 338px;

    }



    div#navbarSupportedContent {
        margin-left: 7px;
    }

    iframe {
        box-shadow: 0 .125rem .25rem rgb(0 0 0 / 52%) !important;
        border-radius: 10px;
        width: 348px;
        height: 400px;
    }

    .services-box {
        height: 280px;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
        border-radius: 10px;
        background-color: white;
        padding: 20px;
    }

    .about-details-setion {
        padding-top: 0px;
    }

    .about-detals-images.text-center img {
        box-shadow: 0 4px 8px #0000001c;
        border-radius: 20px;
        width: 200px;
    }

    .services-list-details {
        box-shadow: 0 4px 8px #00000021;
        height: -webkit-fill-available;
        border-radius: 10px;
        background-color: #FFF9F5;
        padding: 10px;
    }

    .section-title {
        color: #7d5a44;
        font-weight: 700;
        margin-bottom: 1.5rem;
        font-size: 24px;
    }

    .slider-details h6 {
        font-size: 12px;
        font-weight: 500;
    }

    .toggle {
        padding-top: 3px;
        padding-left: 16px;
        position: absolute;
        height: 36px;
        width: 180px;
        background-color: rgb(120 58 18) !important;
        cursor: pointer;
        top: 210px;
        left: -109px;
        right: auto;
        font-size: 17px;
        color: white;
        line-height: 1.33;
        font-weight: bold;
        cursor: pointer;
        position: fixed !important;
        transform: rotate(270deg) !important;
        border-radius: 5px;
    }
}




@media (max-width: 768px) {
    [data-aos] {
        transform: translate3d(0, 20px, 0) !important;
    }

    .content-images-two img {
        padding-left: 0px;
        position: absolute;
        padding-top: 43px;
    }
}