@media only screen and (max-width: 1800px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {

    .logo img {
        width: 90px;
    }

    .pad-left-3 {
        padding-left: 12px;
    }

    .footer-logo-1 {
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 20px;
    }

    .social-share {
        justify-content: center;
        margin-top: 24px;
    }

    .satguru-footer .middle-footer .contact__Bx .contact__details p {
        text-align: center;
    }

    .mentoring-says .prev_btn {
        width: 35px;
        height: 35px;
    }

    .mentoring-says .next_btn {
        width: 35px;
        height: 35px;
    }

    .mentoring-says .prev_btn,
    .mentoring-says .next_btn {
        position: absolute;
        bottom: -51px;
    }

    .logo-grid .footer-logo {
        margin: 0 20px 0 0px;
        min-width: 61px;
    }
    .logo-grid .footer-logo img{
        max-width: 100%;
    }

}



@media (max-width: 767px) {}