@media screen and (max-width: 1600px) {
    .bf-img {
        left: -3%;
        transform: scale(0.7);
    }
    .af-img{
        right: -1%;
        transform: scale(0.6);
    }
  
}
@media screen and (max-width: 1400px) {
    .hero-banner h1, .hero-banner h1 span {
        font-size: 45px;
        line-height: 50px;
    }
    .hero-banner {
        padding: 170px 0 0 0;
    }
    .platforms img {
        max-width: 30%;
    }
    .book_service {
        background-position: center;
    }
    .query_form input, .query_form textarea, .query_form select {
        margin-bottom: 10px;        
    }
    .kindle-plat {
        top: 100px;
    }
    .penguin {
        bottom: -23px;
    }
    .publishing_ser {
        background: linear-gradient(90deg, rgba(228, 96, 45, 1) 42%, rgba(171, 72, 34, 1) 34%, rgb(0 0 0 / 0%) 40%);
    }
    .bf-img {
        left: -3%;
        transform: scale(0.8);
    }
    .af-img {
        right: -2%;
        transform: scale(0.8);
    }
}

@media screen and (max-width: 1366px) {
    
    .header{
            max-width: 1200px;
    }
    
    body .container {
        max-width: 1200px;
    }
    
    .hero-banner h4 {
        font-size: 22px;
    }
    
    .hero-banner h1, .hero-banner h1 span {
        font-size: 41px;
    }
    
    .hero-banner h6 {
        font-size: 22px;
    }
    
    .cta .content h5 {
        font-size: 30px;
    }
    
    .cta {
        padding: 40px 0 !important;
    }
    
    .ser_tab li div p {
        font-size: 14px;
    }
    
    .query_form{
            top: -50px;
    }
    
    
    
}

@media screen and (max-width: 992px) {
    body p , .hero-banner ul li{
    font-size: 14px;
    line-height: 20px;
}
    .ft_form .right-content ul li p {
    text-align: left;
    line-height: 19px;
    font-size: 14px;
}
    .publishing_ser .nav-tabs {
    display: none !important;
}
    section , .about_us{
        padding: 40px 0;
    }
    .penguin , .about_us img , .cta img , .af-img , .bf-img , .about_us .content .counter div::before{
        display: none;
    }
    .hero-banner .left-content , .hero-banner h4 , .hero-banner ul , section, .about_us  , .about_us .content ul{
        text-align: center;
        margin: auto;
    }
    .hero-banner h1, .hero-banner h1 span {
        font-size: 23px;
        line-height: 35px;
    }

    .hero-banner h6 {
    font-size: 20px;
    font-weight: 400;
        padding-bottom: 20px;
    color: #fff;
}
    .brs-btn {
        margin: 20px auto 0 auto;
        padding: 12px 20px;
        font-size: 15px;
    } 
    .kindle-plat {
        top: 0;
        background-color: white;
        padding: 5px 20px;
        border-radius: 60px;
        margin : 20px 0;
        transform: scale(1);
    }
    .header {
        padding: 10px 30px;
    }
    .query_form {
        margin: auto;
        top: 0;
    }
    .hero-banner {
        padding: 140px 0 20px 0;
    }
    .publishing_ser {
        background-color: #e35f36;
    }
    .brs_tabs .nav-tabs, .publishing_ser .nav-tabs {
        display: grid;
        grid-template-columns: auto auto auto;
    }
    .publishing_ser .nav-tabs .nav-link {
        margin: 10px auto;
        text-align: center;
        width: 95%;
    }
    .ser_tab li div , .book_service{
        background: white;
    }
    .portfolio-slider img {
        display: block;
        margin: auto;
    }
    .services .slick-track {
        padding-top: 55px;
    }
    .book_service .txt {
        padding-right: 0;
    }
    .book_service .right_content p, .book_service .right_content h4, .book_service .right_content span {
        color: black !important;
    }
    .brs_tabs {
        flex-direction: column;
    }
    .awards h5 span {
        color: #fff !important;
    }
    .ft_form .query_form{
        margin-bottom: 20px;
    }

    /* call btns styling */
    .ft-btns {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ft-btns a:first-child {
        background-color: #196ef9;
    }
    .ft-btns a {
        width: 50%;
        padding: 10px;
        text-align: center;
    }
    .ft-btns a:nth-child(2) {
        background-color: #e5612d;
    }
    .ft-btns a svg{
        font-size: 16px;
        color: #fff;
        padding-right: 6px;
    }
    .ft-btns span {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 768px) {
    .hero-banner h4{
        font-size: 15px;
    }
    .hero-banner h4:before {
        width: 7%;
        height: 44px;
    }
    .header li {
        display: flex ;
        justify-content: center;
    }
    .query_form{
        padding: 20px;
    }
    .query_form h2 {
        font-size: 20px;
    }
    .about_us h4, .platforms .content h5, .portfolio h5, .services h4, .lake_cta h4, .book_service h6, .book_service .right_content h4, .service_tabs h5, .testimonial-wrap h5, .faqs h5, .ft_form h6, .ft_form .right-content h4, .ft_form .right-content h4, .publishing_ser h5 {
        font-size: 21px;
    }

    .faqs .accordion-body, .faqs .accordion-button {
        background-color: #f3f8ff;
        font-size: 16px;
    }

    .nav-tabs .nav-link {
        width: 150px;
        margin: 9px 10px;
    }
    
    .hero-banner ul , .about_us .content ul{
        grid-template-columns: auto;
    }
    .counter span , .cta .content h5 , .awards h5 , .awards h5 span{
        font-size: 29px;
        line-height: 30px;
    }
    .counter p , .publishing_ser .nav-tabs .nav-link{
        font-size: 15px;
    }
    .brs_tabs .nav-tabs, .publishing_ser .nav-tabs {
        grid-template-columns: auto auto;
        margin: 0 60px;
    }
    .portfolio-slider {
        grid-template-columns: auto;
    }
    .tel-btn a {
        flex-direction: column;
        text-align: center;
        margin-top: 20px;
        margin: 0 auto 20px;
        display: table;
    }

    .copy_text p {
    text-align: center;
    padding: 10px 0;
}

    .ft-contact {
    padding: 30px 0;
}
    
    .floatbutton{
        display:none;
    }
    
    
}