/*media for devices size greater and equal to 1200px*/

@media (min-width: 1500px) and (max-width: 1650px) {
    main .write-book .content {
        padding-bottom: 350px;
    }

    main .write-book .frame .loader {
        top: calc(60% - 52px);
    }

main .write-book .write-section-inner {
    padding: 200px 0 60px 0;
}

    main .authors {
        height: 700px;
    }

    main .authors .author-content .img-box img.new-york {
        height: 250px;
    }

    main .upcoming-launches .street-content .street-slider .content img {
        margin: auto;
        height: 100px;
    }

    main .authors .author-content .img-box img.amazon {
        top: 24%;
        height: 220px;
    }

    main .authors .author-content .img-box img.noble {
        height: 250px;
    }

    footer .footer-top-banner {
        background-position: 100% 0;
    }

    footer .footer-top-banner img.book-now {
        height: 120px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    main .main-header {
        padding: 80px 0 30px;
    }

    main .main-header .header-tree .bottom-img {
        margin-top: -30px;
    }

    main .just-some-clients {
        padding: 0 50px;
        font-size: 13px;
    }

    main .just-some-clients .home-first-slider .book-slider img {
        height: 200px;
    }

    main .write-book {
        font-size: 13px;
        padding: 100px 0 50px 0;
    }

main .write-book .write-section-inner {
    padding: 0;
}

    main .write-book .frame .loader {
        top: calc(55% - 52px);
    }

    main .write-book .content {
        padding-bottom: 350px;
    }

    main .authors {
        font-size: 13px;
        height: 600px;
    }

    main .authors .author-content .img-box img.new-york {
        height: 200px;
    }

    main .authors .author-content .img-box img.amazon {
        top: 20%;
        left: 26%;
        height: 200px;
    }

    main .authors .author-content .img-box img.wall {
        height: 200px;
    }

    main .authors .author-content .img-box img.today {
        height: 200px;
    }

    main .authors .author-content .img-box img.noble {
        height: 200px;
    }

    main .authors .author-content .img-box img.pw {
        height: 200px;
    }

    main .authors .author-content .img-box img.neil {
        height: 200px;
    }

    main .different-stage {
        font-size: 13px;
        padding: 50px;
    }

    main .hundred-clients {
        font-size: 14px;
    }

    main .upcoming-launches {
        font-size: 13px;
    }

    footer .footer-top-banner {
        padding: 50px 50px 0 150px;
        background-position: 100% 0;
        font-size: 14px;
    }

    footer .footer-top-banner img.book-now {
        left: 0;
        height: 100px;
        top: 50%;
    }
}