@media (max-width: 768px) {
    .footer-logo img {
        width: 100%;
        max-width: 191px;
        margin-left: 80px;
    }

    .main-footer {
        padding: 0px 0 0 0;
    };


.about-banner {
    background-position: center center;
    background-size: cover;
    height: 177px;
}

.cooppyyyy {
    font-size: 15px;
}
.page-header-box {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-top: 50px;
}

.about-banner {
    /* background-image: url(/img/banner-abb.png); */
    background-position: center center;
    background-size: cover;
    height: 500px;
    margin-left: 12PX;
    margin-right: 12px;
    border-radius: 12px;
    margin-top: 15px;
}
.shaif{
	display: none !important;
}

.shaif-2{
	display:block !important;
}



 .slider-container {
            /* width: 90%;
            max-width: 1000px; */
            height: auto;
            margin: 20px auto;
            overflow: hidden;
            position: relative;
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
        }

.about-banner {
    /* background-image: url(/img/banner-abb.png); */
    background-position: center center;
    background-size: cover;
    height: 170px;
}


.addd {
    color: #682670;
    font-size: 18px;
}
.section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: normal;
    color: white;
    padding-left: 5px;
    margin-bottom: 15px;
}

 .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.9);
            color: #333;
            border: none;
            width: 0px;
            height: 0px;
            border-radius: 0%;
            font-size: 0px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            z-index: 10;
        }

.developer a {
    color: white;
}






}