@media screen and (max-width: 1250px) {

    .banner-heading {
        max-height: 600px;
    }
}

@media screen and (max-width: 1024px) {
    #logo {
        position: absolute;
        top: -28%;
        left: -90%;
    }

    #primary-menu ul li a {
        font-size: 1.2em;
    }

    #site-navigation button svg {
        width: 1.5em;
        height: 1.5em;
    }

    .rrssicons-wrapper li img {
        width: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 950px) {
    .banner-heading {
        max-height: 500px;
    }

    #logo {
        top: -20%;
    }
}

@media screen and (max-width: 850px) {
    .quote-icon svg {
        width: 30px !important;
    }
    
    body .quote-text p {
        font-size: 15px !important;
        padding: 15px 15px 0px 15px;
    }

    #books-modal {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }

    .book-desc {
        width: 100% !important;
        padding: 0 !important;
    }

    #logo {
        top: -35%;
    }
}

@media screen and (max-width: 768px) {

    .swiper-arrow {
        display: none !important;
    }
    .title-about-box {
        margin-top: 30px;
    }

    .layout-banner .elementor-container.elementor-column-gap-no {
        flex-wrap: nowrap;
    }

    .home .banner-heading {
        padding-top: 20%;
    }

    .counter-item {
        width: 50% !important;
    }
}

@media screen and (max-width: 700px) {

    .banner-geading-desc {
        padding-right: 60px;
    }

    #items {
        left: 11%;
    }
    
    #logo {
        left: -115%;
    }
}

@media screen and (max-width: 650px) {
    
    #footer-widgets {
        padding-top: 35px;
    }

    .icons-list li {
        width: 100%;
        padding: 10px !important;
    }
    #logo {
        width: 200px;
        left: -100%;
    }

    #items {
        left: 8%;
    }

    #primary-menu ul li a {
        font-size: 1em;
    }

    .rrssicons-wrapper li img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 550px) {
    #logo {
        top: -60%;
        left: -103%;
    }

    #person {
        position: absolute;
        width: 112%;
        left: -28%;
    }

    .home .banner-heading {
        padding-top: 27%;
    }

    body .banner-desc a img {
        width: 27px;
        height: 27px;
    }

    body .banner-desc p {
        font-size: 1em !important;
    }

    #items {
        left: 3%;
    }
    
    #primary-menu ul {
        flex-wrap: wrap;
        flex-direction: column;
    }

    #primary-menu ul li {
        padding: 5px 1em;
    }
}

@media screen and (max-width: 525px) {
    #logo {
        top: -55%;
    }
}

@media screen and (max-width: 500px) {
    .banner-geading-desc {
        padding-right: 38px;
    }

    #masthead {
        background: #487b8b;
        border-bottom-left-radius: 76px;
    }

    #site-navigation button svg:nth-of-type(1) {
        fill: white !important;
    }

    .inside-header {
        padding: 0px !important;
    }
    
    #logo {
        top: -40%;
        width: 180px;
    }

    .home .banner-heading {
        padding-top: 35%;
    }
}

@media screen and (max-width: 450px) {
    #logo {
        top: -28%;
        width: 177px;
        left: -100%;
    }
}

@media screen and (max-width: 400px) {
    .book-desc h2 {
        font-size: 1.2em;
    }
    
    .book-desc p {
        font-size: 15px;
    }

    .banner-geading-desc {
        font-size: 13px;
    }

    .banner-geading-desc img {
        display: none;
    }

    body .banner-desc a img{
        width: 25px !important;
        height: 25px !important;
    }

    #logo {
        top: -33%;
        width: 152px;
        left: -99%;
    }
}

@media screen and (max-width: 360px) {
    #logo {
        top: -21%;
        width: 150px;
    }
}