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

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



@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 40px !important;
        line-height: 48px !important;
    }

    .heading-two {
        font-size: 30px !important;
        line-height: 36px !important;
        letter-spacing: 0;
    }

    .heading-three {
        font-size: 28px !important;
        line-height: 34px !important;
        letter-spacing: 0;
    }

    .heading-four {
        font-size: 20px !important;
        line-height: 26px !important;
        letter-spacing: 0;
    }

    .heading-five {
        font-size: 18px !important;
        line-height: 22px !important;
        letter-spacing: 0;
    }

    .heading-six {
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: 0;
    }

    p {
        font-size: 14px !important;
        line-height: 22px !important;
        letter-spacing: 0;
    }

    li {
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: 0;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;

    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons a.call-btn,
    header .navbar-main-nav .navbar-buttons a.popup-btn {
        font-size: 14px !important;
        margin: 0 5px 10px !important;
        width: 150px !important;
    }

    .website-main-buttons button.chat-btn {
        font-size: 16px;
        margin: 0 10px 10px;
    }


    .container-fluid {
        padding: 0 20px;
    }


    /*Buttons Style Responsive Css*/

    .floatbutton .clickbutton,
    .floatbutton .banner-form {
        display: none !important;
    }

    br {
        display: none;
    }


    .cursor {
        display: none;
    }


    /*Website Custom Style Responsive Css For Single Items End Here*/

    header {
        background: #F4F3E8 !important;
    }

    header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 11px 0px !important;
    }

    .sec-home-banner .banner-deatils p {
        width: 100%;
    }


    header nav.navbar .navbar-brand {
        width: 150px !important;
    }

    .sec-main-author .author-slider-inner {
        position: relative;
    }


    section.sec-about-author {
        padding: 20px 0 !important;
    }

    section.sec-about-author.about {
        margin: 0 !important;
    }

    section.sec-main-author {
        top: 75% !important;
    }


    .about-author-image {
        margin: 36px 0 0;
    }


    section.sec-cta {
        padding: 30px 0 !important;
    }

    .sec-cta .cta-inner-image img {
        margin: 0 auto !important;
        width: 80% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .author-books .author-main-book img {
        right: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }


    .contact-right {
        padding: 0 !important;
    }

    .contact-box {
        align-items: center !important;
    }

    .contact-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 15px !important;
    }

    .client-testimonials .inner-image {
        height: 260px !important;
    }

    section.sec-home-banner.books .banner-deatils .heading-one,
    section.sec-home-banner.about .banner-deatils .heading-one,
    section.sec-home-banner.contact .banner-deatils .heading-one,
    section.sec-home-banner.poems .banner-deatils .heading-one {
        text-align: center;
    }

    #staticBackdrop .modal-body .modal-body-form {
        width: 80% !important;
        margin: 0 auto !important;
    }

    #staticBackdrop .modal-content .btn-close {
        right: 100px !important;
    }

    .sec-main-author .author-inner-box {
        margin: 20px 20px !important;
        padding: 20px 20px !important;
    }


}



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

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 40px !important;
        line-height: 48px !important;
    }

    .heading-two {
        font-size: 30px !important;
        line-height: 36px !important;
        letter-spacing: 0;
    }

    .heading-three {
        font-size: 28px !important;
        line-height: 34px !important;
        letter-spacing: 0;
    }

    .heading-four {
        font-size: 20px !important;
        line-height: 26px !important;
        letter-spacing: 0;
    }

    .heading-five {
        font-size: 18px !important;
        line-height: 22px !important;
        letter-spacing: 0;
    }

    .heading-six {
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: 0;
    }

    p {
        font-size: 14px !important;
        line-height: 22px !important;
        letter-spacing: 0;
    }

    li {
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: 0;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;

    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        margin: 0 5px 10px;
        width: 175px;
    }

    .website-main-buttons button.chat-btn {
        font-size: 16px;
        margin: 0 10px 10px;
    }


    .container-fluid {
        padding: 0 20px;
    }


    /*Buttons Style Responsive Css*/

    .floatbutton .clickbutton,
    .floatbutton .banner-form {
        display: none !important;
    }

    br {
        display: none;
    }


    .cursor {
        display: none;
    }


    /*Website Custom Style Responsive Css For Single Items End Here*/

    header {
        background: #F4F3E8 !important;
    }

    .sec-home-banner .banner-deatils p {
        width: 100%;
    }


    header nav.navbar .navbar-brand {
        width: 200px !important;
    }

    header .navbar-collapse .navbar-main-nav {
        display: block !important;
    }

    .sec-main-author .author-slider-inner {
        position: relative;
    }


    section.sec-about-author {
        padding: 20px 0 !important;
    }

    section.sec-about-author.about {
        margin: 0 !important;
    }

    section.sec-main-author {
        top: 75% !important;
    }


    .about-author-image {
        margin: 36px 0 0;
    }


    section.sec-cta {
        padding: 30px 0 !important;
    }

    .sec-cta .cta-inner-image img {
        margin: 0 auto !important;
        width: 80% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .author-books .author-main-book img {
        right: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }


    .contact-right {
        padding: 0 !important;
    }

    .contact-box {
        align-items: center !important;
    }

    .contact-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 15px !important;
    }

    .client-testimonials .inner-image {
        height: 260px !important;
    }

    section.sec-home-banner.books .banner-deatils .heading-one,
    section.sec-home-banner.about .banner-deatils .heading-one,
    section.sec-home-banner.contact .banner-deatils .heading-one,
    section.sec-home-banner.poems .banner-deatils .heading-one {
        text-align: center;
    }

    #staticBackdrop .modal-body .modal-body-form {
        width: 80% !important;
        margin: 0 auto !important;
    }

    #staticBackdrop .modal-content .btn-close {
        right: 100px !important;
    }

    .sec-main-author .author-inner-box {
        margin: 20px 20px !important;
        padding: 20px 20px !important;
    }


}


@media only screen and (min-width: 576px) and (max-width: 767px) {

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .heading-two {
        font-size: 30px !important;
        line-height: 36px !important;
        letter-spacing: 0;
    }

    .heading-three {
        font-size: 28px !important;
        line-height: 34px !important;
        letter-spacing: 0;
    }

    .heading-four {
        font-size: 20px !important;
        line-height: 26px !important;
        letter-spacing: 0;
    }

    .heading-five {
        font-size: 18px !important;
        line-height: 22px !important;
        letter-spacing: 0;
    }

    .heading-six {
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: 0;
    }

    p {
        font-size: 14px !important;
        line-height: 22px !important;
        letter-spacing: 0;
    }

    li {
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: 0;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;

    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        margin: 0 5px 10px;
        width: 175px;
    }

    .website-main-buttons button.chat-btn {
        font-size: 16px;
        margin: 0 10px 10px;
    }


    .container-fluid {
        padding: 0 20px;
    }


    /*Buttons Style Responsive Css*/

    .floatbutton .clickbutton,
    .floatbutton .banner-form {
        display: none !important;
    }

    br {
        display: none !important;
    }


    .cursor {
        display: none !important;
    }


    /*Website Custom Style Responsive Css For Single Items End Here*/

    header {
        background: #F4F3E8 !important;
    }

    .sec-home-banner .banner-deatils p {
        width: 100%;
    }


    header nav.navbar .navbar-brand {
        width: 200px !important;
    }

    header .navbar-collapse .navbar-main-nav {
        display: block !important;
    }

    .sec-main-author .author-slider-inner {
        position: relative;
        margin: 180px 0;
    }


    section.sec-about-author {
        margin: 210px 0 0 !important;
    }

    section.sec-about-author.about {
        margin: 0 !important;
    }


    .about-author-image {
        margin: 36px 0 0;
    }


    section.sec-cta {
        padding: 30px 0 !important;
    }

    .sec-cta .cta-inner-image img {
        margin: 0 auto !important;
        width: 80% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .author-books .author-main-book img {
        right: 0 !important;
        margin: 0 !important;
    }


    .contact-right {
        padding: 0 !important;
    }

    .contact-box {
        align-items: center !important;
    }

    .contact-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 15px !important;
    }

    .client-testimonials .inner-image {
        height: auto !important;
    }

    section.sec-home-banner.books .banner-deatils .heading-one,
    section.sec-home-banner.about .banner-deatils .heading-one,
    section.sec-home-banner.contact .banner-deatils .heading-one,
    section.sec-home-banner.poems .banner-deatils .heading-one {
        text-align: center;
    }


}

@media only screen and (min-width: 300px) and (max-width: 575px) {

    /*Heading & Para Style Responsive Css*/
    .heading-one {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .heading-two {
        font-size: 30px !important;
        line-height: 36px !important;
        letter-spacing: 0;
    }

    .heading-three {
        font-size: 28px !important;
        line-height: 34px !important;
        letter-spacing: 0;
    }

    .heading-four {
        font-size: 20px !important;
        line-height: 26px !important;
        letter-spacing: 0;
    }

    .heading-five {
        font-size: 18px !important;
        line-height: 22px !important;
        letter-spacing: 0;
    }

    .heading-six {
        font-size: 16px !important;
        line-height: 22px !important;
        letter-spacing: 0;
    }

    p {
        font-size: 14px !important;
        line-height: 22px !important;
        letter-spacing: 0;
    }

    li {
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: 0;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        flex-wrap: wrap;

    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons a.call-btn {
        font-size: 14px;
        margin: 0 5px 10px;
        width: 175px;
    }

    .website-main-buttons button.chat-btn {
        font-size: 16px;
        margin: 0 10px 10px;
    }


    .container-fluid {
        padding: 0 20px;
    }


    /*Buttons Style Responsive Css*/

    .floatbutton .clickbutton,
    .floatbutton .banner-form {
        display: none !important;
    }

    br {
        display: none !important;
    }


    .cursor {
        display: none !important;
    }


    /*Website Custom Style Responsive Css For Single Items End Here*/

    header {
        background: #F4F3E8 !important;
    }

    .sec-home-banner .banner-deatils p {
        width: 100%;
    }


    header nav.navbar .navbar-brand {
        width: 200px !important;
    }

    header .navbar-collapse .navbar-main-nav {
        display: block !important;
    }

    .sec-main-author .author-slider-inner {
        position: relative;
        margin: 180px 0;
    }


    section.sec-about-author {
        margin: 210px 0 0 !important;
    }

    section.sec-about-author.about {
        margin: 0 !important;
    }


    .about-author-image {
        margin: 36px 0 0;
    }


    section.sec-cta {
        padding: 30px 0 !important;
    }

    .sec-cta .cta-inner-image img {
        margin: 0 auto !important;
        width: 80% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .author-books .author-main-book img {
        right: 0 !important;
        margin: 0 !important;
    }
    
    .contact-icon{
        margin: 0 0 12px !important;
    }


    .contact-right {
        padding: 0 !important;
    }

    .contact-box {
        align-items: center !important;
        display: block !important;
    }

    .client-testimonials .inner-image {
        height: 260px !important;
    }

    section.sec-home-banner.books .banner-deatils .heading-one,
    section.sec-home-banner.about .banner-deatils .heading-one,
    section.sec-home-banner.contact .banner-deatils .heading-one,
    section.sec-home-banner.poems .banner-deatils .heading-one {
        text-align: center;
    }


}