.client-logos-sec {
    background: #2b343e;
    padding: 20px 0;
}
.logos-brand ul {
    margin-bottom: 0;
}
.logos-brand ul li{
    margin: 0 15px;
}
.home-bannner{
    background-position: center;
    background-size: cover;
    position: relative;
}
.home-bannner video#vid {
    margin-bottom: -6px;
}
.home-bannner .banner-con-wrapper {
    top: 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    left: 0;
}
.home-bannner:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 53%);
    top: 0;
    width: 100%;
    height: 100%;
}
.home-bannner .top_banner_heading {
    border-radius: 0;
    justify-content: center;
}
.home-bannner .form-middle h3 {
    color: white;
    font-size: 20px;
}
.home-bannner .form-middle {
    background-color: #2b343e;
}
.home-bannner .banner-txt-wrapp,  .home-bannner .banner-txt-wrapp p{
    text-align: left;
}
.home-bannner .form-box-new {
    top: 0;
}
.home-bannner .wrap_form {
    margin-left: 60px;
    position: unset;
    z-index: 1;
    top: 0;
    min-width: 360px;
}
.floatbutton.active {
    right: 0;
    /*z-index: 99;*/
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    z-index: 9999;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 99999;
    height: 200px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgb(0 0 0);
    border-radius: 3px 0px 0px 3px;
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background-color: #2d343e;
    /* border: 1px solid rgb(255 255 255 / 50%); */
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -47px;
    white-space: pre;
    bottom: 87px;
    font-weight: bold;
    color: var(--black);
}
.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #ffffff;
    margin: 17px 0 0 15px;
}
.floatbutton .banner-form {
    background: var(--white);
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 10px #2d343e;
}
.floatbutton .ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
    box-shadow: 0px 0px 10px #2d343e;
}
.floatbutton .banner-form .intl-tel-input {
    width: 100%;
}
.floatbutton .banner-form h3 {
    color: var(--black);
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    border: 1px solid rgb(255 255 255 / 80%);
    padding: 10px 10px;
    border-radius: 5px;
}
.floatbutton .banner-form h3 strong {
    font: 31px/31px "Poppins", sans-serif;
    font-weight: bold;
    color: #2d343e;
}
.floatbutton .ban-form input[type="submit"] {
    color: var(--black);
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: 1px solid #2d343e;
    cursor: pointer;
    background: #2d343e;
    box-shadow: 0px 0px 10px #2d343e;
    font-size: 18px;
}
.floatbutton .ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: transparent;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 0px 0 0px 0;
    resize: none;
    box-shadow: 0px 0px 10px #2d343e;
}
.floatbutton .banner-form::before{
    display: none;
}
.btns_wrap {
    position: fixed;
    right: -6px;
}
.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}
.btns_wrap .call_wrap {
    width: 280px;
    background-color: #2d343e;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(0 0 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 30px 0px 0px 30px;
}
.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle; /* background: #000; */
    padding: 15px 20px 15px 15px;
}
.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    box-shadow: 0px 0px 10px rgb(0 0 0);
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
    background: #2d343e;
    color: var(--black);
}


.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: var(--black);
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}
.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle; /* background: #000; */
    padding: 15px 30px 15px 15px;
}
.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}
.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}
.fldset.inpchecbx {
    margin: 10px 0 0 0;
}
.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}
.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}
.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}
.main-services-banner-sec .ban-form input {
    height: 40px;
}
.intl-tel-input .country-list .country {
    font-size: 14px;
}

.callusnow {
    width: 50px;
    height: 50px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px hsl(324deg 100% 7% / 19%);
    padding: 6px 0;
    animation: scrollDownAnimation 0.5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate;
    background: #d84846;
    border: solid 3px #f89d39;
}

.callusnow i {
    color: #fff;
}
.icoo i {
    color: white !important;
}
@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}

.callusnow i {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 32px;
}

  /*===================floating strips css end =================*/
.news-logoes {
    padding: 50px 0 50px;
}
.port-reviews .clients-reviews {
    margin: 0;
}

.own-book-sec .pakages-container:nth-child(2) {
    padding-bottom: 0;
}

footer .text-center.clutchicon {
    margin-bottom: 0 !important;
}


.own-book-sec {
    margin-top: 50px !important;
}

.services .container-xl>h3 {
    text-align: center;
}

.procedure-item .our-wrt-serv p.text-reset {
    text-align: center;
}

.wrt-img.scaling-img{
    height: 75%;
}

.wrt-img.scaling-img img {
    width: 100%;
}




.achievewrp .txtwrp,.approach-module .txtwrp,.box-sectionwrp .txtwrp,.pubsecc .txtwrp {
    display: block;
    text-align: center;
    width: 60%;
    margin: 0 auto 50px
}

.box-sectionwrp .mainwrp {
    position: relative;
    padding: 34px 20px;
    border: 3px solid #113364;
    border-radius: 8px;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 41%);
    margin: 0 0 35px;
    transition: .4s;
    background: #fff;
        height: 240px;
    margin-bottom: 80px;
}
.midf-sec {
    padding-bottom: 50px;
}
.box-sectionwrp .mainwrp .iconbg {
    position: absolute;
    right: 30px
}
.iconwrp {
    margin-top: -78px;
}
/*.box-sectionwrp .mainwrp .txtdiv {*/
/*    display: inline-block;*/
/*    width: 72%;*/
/*    margin: 0 0 0 20px;*/
/*    vertical-align: middle*/
/*}*/

.approach-items .approach-title,.box-sectionwrp .mainwrp .txtdiv h4 {
    color: #033030;
   
    font-size: 26px
}
.txtdiv p {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}
.iconwrp img {
    filter: hue-rotate(45deg);
}
section.box-sectionwrp {
    background: url(https://thepublishingheaven.com/images/serv-bg.jpg);
    background-size: contain;
}

section.reasons-sec {
    padding-top: 60px;
}
/*Testimonials*/
.row.clients-reviews-slider {
    width: 80%;
    margin: 0px auto;
    padding-top: 40px;
    padding-bottom: 50px;
}

.client-inner-wrap p {
    color: #000;
}

.client-inner-wrap {
    background: #e7e8e8;
    padding: 20px 20px;
    border-radius: 30px;
    margin-bottom:15px;
    height: 350px;
}


/*========================================*/
@media (max-width: 1660px){
    .client-inner-wrap {
    height: 460px;
}
    .box-sectionwrp .txtdiv p{
        overflow-y: auto;
    height: 100px;padding-right: 10px;

    }
}
@media (max-width: 1366px){
    .news-logoes {
    padding: 50px 0 50px;
}
.port-reviews .clients-reviews {
    margin: 0;
}

}


@media (max-width: 1220px){
    .drop-icon::after {
    bottom: -25px;
}
    .cust-navbar-nav.navbar-nav .nav-link {
        padding: 5px 10px 5px;
    }


}

@media (max-width: 1150px){
    .hdr-cta>a {
    color: #666;
    padding: 0 5px;
}

}

@media (max-width: 1100px){
        .cust-navbar-nav.navbar-nav .nav-link {
        margin-top: 15px;
        font-size: 12px;
    }
    
    .drop-icon::after {
        bottom: -35px;
    }
}

@media (max-width: 1095px){
    .hdr-cta>a {
        font-size: 13px !important;
    }
}

@media (max-width: 1050px){
    .cust-navbar-nav.navbar-nav .nav-link {
        padding: 5px 9px 5px;
    }
}

@media (max-width: 1024px){
    .cust-navbar-nav.navbar-nav .nav-link {
        padding: 5px 6px 5px;
        font-size: 13px;
    }
}


@media (max-width: 992px){
    .cust-navbar-nav.navbar-nav .nav-link {
        padding: 12px 5px 12px;
    }
    
    a.btn-2.header-btn.manuscript-btnn {
    display: none;
}

a.btn-2.chat.live-chat-m.header-btn {
    display: none;
}




}

@media (max-width: 991px){
    
    .slider-form form.offr-frm .col-lg-3 {
    width: 25%;
}

.footerheading {
    margin-left: 0px;
    font-size: 24px;
}

.reasons-sec {
        padding: 0 0 0px;
    }

.reasons-box {
    display: flex;
    align-items: center;
    padding: 20px 0 0;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

    .own-book-sec {
        padding: 50px 0 0px;
    }
    
    .compr-serv-boxes .col-lg-3 {
    width: 50%;
    margin-bottom: 30px;
}

.comprehensive-serv {
        padding: 50px 30px 0;
    }
    
    .own-book-sec .our-pakages .pakages-container {
    max-width: 900px;
}

.own-book-sec .our-pakages .pakages-container .ep_btns .btn-2 {
    font-size: 12px;
}

.own-book-sec .our-pakages .pakages-container .packageheading {
    font-size: 22px;
}

.own-book-sec .our-pakages .pakages-container .ep_price {
    font-size: 30px;
}
    
}


@media (max-width: 800px){
    .own-book-sec .our-pakages .pakages-container .packageheading {
    font-size: 18px;
}

.own-book-sec .our-pakages .pakages-container .ep_price {
    font-size: 24px;
}

.own-book-sec .our-pakages .pakages-container .ep_price span {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    top: 0;
    margin: 5px 0 0 15px;
}

.own-book-sec .our-pakages .pakages-container .ep_btns .btn-2 {
    padding: 6px 15px;
}

.own-book-sec .our-pakages .pakages-container .pakage-number {
    font-size: 11px;
    padding: 6px 15px;
}

}


@media (max-width: 768px){
    
    .row.clients-reviews-slider{padding-top: 10px;padding-bottom: 0px;}
    .box-sectionwrp .mainwrp .txtdiv h4{font-size: 22px;}
    .midf-sec {
    padding-bottom: 0px;
}
    .compr-serv-boxes {}

.compr-serv-boxes .col-lg-3 {
    width: 50%;
    margin-bottom: 30px;
}

.own-book-sec .our-pakages {}

.own-book-sec .our-pakages .pakages-container {
    max-width: 900px;
}

.resource .col-lg-6 {
    width: 100%;
}

.resource .col-lg-6 img {
    width: 100%;
}

.resource .col-lg-6 .counter-box {
    justify-content: center;
}

.resource .col-lg-6 .counter-box img {
    width: auto;
}

.own-book-sec .our-pakages .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.hdr-cta {
    padding-left: 25px;
}

.slider-form form.offr-frm .col-lg-3 {
        width: 33%;
        margin-bottom: 10px;
    }
    
    .compr-serv-boxes {}

.compr-serv-boxes .col-lg-3 {
    width: 50%;
    margin-bottom: 30px;
}

.own-book-sec .our-pakages {}

.own-book-sec .our-pakages .pakages-container {
    max-width: 900px;
}

.resource .col-lg-6 {
    width: 100%;
}

.resource .col-lg-6 img {
    width: 100%;
}

.resource .col-lg-6 .counter-box {
    justify-content: center;
}

.resource .col-lg-6 .counter-box img {
    width: auto;
}

.own-book-sec .our-pakages {}

.own-book-sec .our-pakages .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.slider-form form.offr-frm {}

.slider-form form.offr-frm .row {
    justify-content: center !important;!i;!;
}

.slider-form form.offr-frm input#submitButton {
    margin-top: 10px;
}
section.index-cta span.highlight {
    display: inline;
}
.customh3 {
    font-size: 26px;
}
.form-hdgs h3, .heading-3 {
    font-size: 26px;
}

    .wrapper-own-book-1>h4, .wrapper-own-book-2>h4 {
        font-size: 22px;
    }
    
    .cta-hdg>h3 {
        font-size: 26px;
    }
    
    .comp-serv>h5 {
    margin-bottom: 30px;
}

    .own-book-sec {
        padding: 20px 0 20px;
    }
    
        .faq {
        padding: 0px 0 60px;
        border-top: unset;
    }
    
    .Faqheading button {
    justify-content: left;
}

.top-seller-img {
    top: -5px !important;
}

.our-wrt-sec p.newpara {
    margin-top: 0 !important;
}

.footerheading {
    margin-left: 0px;
    font-size: 20px;
}

    .news-logoes {
        padding: 20px 0 20px;
    }
    
    .contact-banner-txt li, li, p {
    font-size: 15px;
    line-height: 25px;
}

.banner-hd p, .custom-breadcrumb a, .ftr-add-copy-right>p, .ftr-terms-privacy>li a {
        font-size: 15px;
    }
    
    .resource-sec {
        padding: 20px 0 20px;
    }
    
    .client-box-wrap {
        text-align: center;
    }
    .client-review-box {
    justify-content: center;
}

.client-content h3, .ip-testimonials-title-h5 {
    font-size: 22px;
}

.ftr-links-2 .col-lg-3:last-child {
        margin-top: 0;
    }
    
        .ftr-terms-privacy>li:last-child {
        text-align: center;
        padding: 0 0 0 0px;
    }
    
    .ip-banner-heading-h1 {
        text-align: left;
    }
    
        .banner-hd p{
        text-align: left;
    }
    
    .banner-txt-wrapp {
        text-align: left;
    }
    
    .banner-sec {
    padding: 50px 0;
    height: unset;
}
    .banner-sec.about-banner .banner-hd h1 {
        font-size: 27px;
    }
    
    .once-upon-sec {
    padding: 30px 0 0;
}

.once-upon-sec .once-upon-inner-wrap {
    text-align: left;
}

.once-upon-sec .once-upon-inner-wrap p {
    text-align: left;
}

.once-upon-part-2, .once-upon-part-3, .once-upon-part-4, .once-upon-sec {
        padding: 0px 15px 0;
    }
    
    .comp-serv>h5, .ip-faq-title-h5, .resource-txt-area2>h4, h2 {
        font-size: 26px;
    }
    
    .once-upon-part-2-inner-wrap h3, .once-upon-part-3-inner-wrap h3, .once-upon-part-4-inner-wrap h3 {
    font-size: 22px;
}
    .once-upon-part-3-inner-wrap {
        padding: 25px 0px 0 0;
    }
    
    .once-upon-sec {
    padding: 30px 0 0;
}

.once-upon-sec .once-upon-inner-wrap {
    text-align: left;
}

.once-upon-sec .once-upon-inner-wrap p {
    text-align: left;
}

.once-upon-part-2-inner-wrap {
    padding: 30px 0 10px;
}

.once-upon-part-2-inner-wrap h3 {
    text-align: left;
}

.once-upon-part-2-inner-wrap p {
    text-align: left;
}

.once-upon-part-3-inner-wrap {
        padding: 0px 0px 0 0;
    }
    
    .once-upon-part-3-inner-wrap h3 {
    text-align: left;
}

.once-upon-part-3-inner-wrap p {
    text-align: left;
}

.once-upon-part-4 .col-lg-5 {
    padding: 0;
}

.once-upon-part-4-inner-wrap h3 {
    text-align: left;
}

.once-upon-part-4-inner-wrap p {
    text-align: left;
}

.news-logoes.news-logos-inner.news-logos-about {
    margin-top: 0 !important;
}

.process-sec {
    padding-top: 0;
}

.own-book-sec {
    margin-top: 10px !important;
}

.process-sec h4.ip-process-title-h4 {
    text-align: left;
}

.own-book-sec {
        margin-bottom: 40px;
    }
    
        .faq {
        padding: 0px 0 40px;
    }
    
    .own-book-sec {
    margin-top: 10px !important;
}

.reviewtext h1 {
    font-size: 27px;
}

.our-reviews {
    padding: 30px 0 0 !important;
}

.our-reviews .reviews-content {
    padding: 30px;
}

.our-reviews .reviews-content p {
    text-align: left;
}

.contact-us-form-section {
    padding: 10px 0 40px;
}

section.featured-authors h1.ip-banner-heading-h1 {
    text-align: center;
}

.new-pubb-secc h2 {
    font-size: 22px !important;
}

.new-pubb-secc {
    padding: 30px 0;
}

.new-pubb-secc .mainwrppp img {
    height: auto;
    object-fit: cover;
}

.new-pubb-secc .mainwrppp h4 span {
    font-size: 22px;
}

section.portfolio-sec {
    margin: 40px 0 !important;!i;!;
}

.contact-us-banner p {
    color: #000;
}

.contact-us-banner {}

.contact-us-banner p {
    color: #000;
}

section.contact-us-form-section {}

section.contact-us-form-section .contact-us-hdg {
    text-align: left;
}

section.contact-us-form-section .contact-us-hdg p {
    text-align: left;
}

    .cust-navbar-nav .nav-item:hover .dropdowndownangle {
        color: #fff;
        background-color: unset;
        border: unset;
    }
    
    .drop-icon::after {
        bottom: 0px;
    }
    
        .cust-navbar-nav .nav-item .dropdowndownangle {
        width: 30px;
        height: 30px;
    }


}

@media (max-width: 767px){
    .sticky-header {
    position: static;
}

}



@media (max-width: 575px){
       .home-bannner .banner-hd h1 {
        font-size: 20px;
    }
        .home-bannner .banner-hd h3 {
        font-size: 24px;
    }
    .home-bannner .banner-hd p {
        font-size: 12px;
    }
    .home-bannner .btn-1 {
    font-size: 16px;
    padding: 8px 40px;
}
    .home-bannner .banner-buttons .btn-2 {
        font-size: 12px !important;
        padding: 5px 22px;
    }
.home-bannner .banner-buttons {
    margin-top: 0px;
}
.home-bannner .banner-con-wrapper{
    position: relative;
}
    .slider-form form.offr-frm .col-lg-3 {
        width: 100%;
        margin-bottom: 10px !important;
    }
        .slider-form form.offr-frm .g-recaptcha {
        position: relative;
        right: 0px;
        width: 100%;
        overflow: auto;
    }
    .compr-serv-boxes .col-lg-3 {
        width: 100%;
    }
        .own-book-sec .our-pakages .pakages-container:nth-child(1) {
        padding-bottom: 0;
    }
    
    .achievewrp .txtwrp, .approach-module .txtwrp, .box-sectionwrp .txtwrp, .pubsecc .txtwrp {
    width: 100%;
}

.box-sectionwrp .mainwrp {
    height: 220px;
}

.cta.services-cta p {
    width: 100%;
}

.pakage-header h2 {
    font-size: 25px;
}
    
    
}



@media (min-width: 1180px) and (max-width: 1380px){
.cust-navbar-nav.navbar-nav .nav-link{font-size: 14px !important;}
        .cust-navbar-nav.navbar-nav .nav-link {
        font-size: 13px;
    }
}
@media (min-width: 767px) and (max-width: 768px){
    .manuscript-btnn{display:none !important;}
    .live-chat-m{display:none !important;}
}

@media (min-width: 0px) and (max-width: 769px){
    .manuscript-btnn{display:none !important;}
    .live-chat-m{display:none !important;}
}


@media (min-width: 320px) and (max-width: 375px){
    .manuscript-btnn{display:none !important;}
    .live-chat-m{display:none !important;}
}

.hero {
  position: relative;
  background: url('https://picsum.photos/1200/600?blur=2') no-repeat center center;
  background-size: cover;
  color: #1e3a8a;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 500px;
}

.hero-content {
  max-width: 60%;
}

.hero-content h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.hero-content ul {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
  margin-bottom: 20px;
}

.hero-content ul li {
  font-size: 1em;
  margin-bottom: 5px;
}

.hero-buttons a {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 5px;
}

.live-chat {
  background-color: #facc15;
  color: #1e3a8a;
}

.get-started {
  background-color: #1e3a8a;
  color: #fff;
}

.hero-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 30%;
}

.hero-form h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.hero-form form {
  display: flex;
  flex-direction: column;
}

.hero-form input, .hero-form textarea {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.hero-form textarea {
  height: 100px;
}

.hero-form label {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.hero-form button {
  padding: 10px;
  background-color: #1e3a8a;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}