.banner-form input {
    color: #000;
}

.ny-pub-form {
    background: #11184f;
    padding: 30px;
    border-radius: 15px;
}
.elvlp {
    position: absolute;
    left: 9px;
    top: 24.7%;
}
.elvlp2 {
    position: absolute;
        left: 12px;
        top: 26.9%;
}
.iti--allow-dropdown{
 width:100%;   
}
.ny-pub-form select {
    width: 100%;
    background: #11184f !important;
    border-radius: 10px !important;
    height: 50px !important;
    margin-top: 0px !important;
    color: #fff !important;
    border: 1px solid #fff;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    padding: 1px 17px !important;
    outline: none;
    margin-bottom: 15px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.ny-pub-form input[type="text"],
.ny-pub-form input[type="number"] {
    width: 100%;
    background: transparent;
    border-radius: 10px;
    height: 50px;
    margin-top: 0px;
    color: #fff;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    padding: 8px 37px;
    border: 1px solid #fff;
    margin-bottom: 15px;
}

.ny-pub-form input[type="text"],
.ny-pub-form input[type="email"] {
    width: 100%;
    background: transparent;
    border-radius: 10px;
    height: 50px;
    margin-top: 0px;
    color: #fff;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
    padding: 8px 37px;
    border: 1px solid #fff;
    margin-bottom: 15px !important;
}

.position-relative{
    position:relative;
}

.ny-pub-form input::placeholder {
    color: #fff;
}

.ny-pub-form #quoteSubmit {
    width: 100%;
    background-color: #d17867 !important;
    padding: 12px 46px;
    color: #fff !important;
    font-size: 16px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: 0.2s;
    letter-spacing: 1px;
}

.ny-pub-form .ny-pub-head h3 {
    font-size: 27px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-family: "rubik";
    margin-bottom: 15px;
}

.ny-pub-form input[type="checkbox"] {
    height: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    background: transparent;
    width: 10%;
}

.ny-pub-form label {
    font-size: 14px;
    font-family: "Montserrat";
    line-height: 19px;
    color: #fff;
    margin: 0;
}

.ny-pub-form .service-choose {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-family: "Montserrat";
}

.text-center {
    text-align: center;
}

.bgsec {
    background-color: #2b1021;
}

.pad-tb20 {
    padding: 20px 0;
}

.our-work p {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 400;
    text-align: center;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 2px solid #ea7865;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0.9rem 1rem;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #eb7966;
    background: none;
    outline: none;
    border-radius: 34px;
    margin: 19px 0px;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #f8e6e2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 12px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #eb7966;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 300;
    margin: 0em 0px 11px 19px;
    color: #fff;
    font-family: "Rubik";
}

.service-page .icon-box {
    background: none !important;
}

.contact-icon-box .ser-card {
    background-color: #feb2a1;
    padding: 20px;
    height: 80%;
}

.ser-card h6 {
    color: #11184f;
    text-transform: uppercase;
}

.ser-card img {
    height: 80px;
    width: 80px;
}

.ser-left {
    padding-top: 40px;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.ser-right {
    padding-top: 30px;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.ser-scroll h1 {
    font-size: 48px;
    line-height: 53px;
    text-transform: uppercase;
    text-align: center;
    color: #11184f;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    margin-bottom: 50px;
}

.ser-scroll h2 {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #2e3079;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.ser-scroll p {
    font-size: 16px;
    font-weight: 500;
    font-family: "montserrat", sans-serif;
    color: #2e071c;
    line-height: 22px;
}

.ser-center-img-wrap img {
    height: 100%;
    width: 100%;
}

.ser-scroll-mob-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ser-scroll-mob-content p {
    font-size: 14px;
    font-weight: 500;
    font-family: "montserrat", sans-serif;
    color: #2e071c;
    line-height: 25px;
}

.ser-scroll-mob-img img {
    height: 150px;
    width: 160px;
}

.ser-scroll-mob h1 {
    font-size: 48px;
    line-height: 53px;
    text-transform: uppercase;
    text-align: center;
    color: #11184f;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
}

.ser-scroll-mob {
    display: none;
}

@media only screen and (max-width: 1000px) {
        
    .ser-scroll-mob {
        display: block;
    }

    .ser-scroll {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .contact-icon-box p {
        margin-top: 0px !important;
        overflow-y: auto !important;
        padding: 0px 14px;
    }
}

@media screen and (max-width: 767px) {
    .brnd-none{
        display: none;
    }
        .phn-no-wrapper i {
            font-size: 32px!important;
        }
                .phn-no-wrapper p {
                    font-size: 33px!important;
                }
.elvlp {
    position: absolute;
    left: 10px;
    top: 26.9%;
}
        .menu-Bar {
            display: none;
        }
    .ny-pub-form {
        background: #11184f;
        padding: 16px 10px;
        border-radius: 3px;
        border: 4px SOLID #fff;
    }

    .pbs-filter h3 {
        font-size: 30px !important;
        line-height: 35px !important;
    }




    .row.pad-top.pad-btm-70 {
        padding: 6px 4px !important;
    }

    .ser-scroll-mob h1 {
        font-size: 28px;
        line-height: 32px;
        margin-top: 20px;
    }
}

.statue-before::before {
    position: absolute;
    top: 10%;
    left: 1%;
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    background-image: url("https://nybookpublishers.com/book-publishing-service");
    background-size: cover;
}

.statue-before {
    background-size: cover;
    background-position: center;
    height: fit-content;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
    background-attachment: fixed;
    background-image: url("https://nybookpublishers.com/book-publishing-service");
}

.bps-btn2 button {
    background-color: #fff;
    border: 1px solid #eb7966;
    border-radius: 26px;
    color: #eb7966 !important;
    height: 44px;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
    transition: 0.2s;
}

.bps-btn {
    background-color: #fff;
    border: 1px solid #eb7966;
    border-radius: 26px;
    color: #eb7966;
    height: 44px;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
    transition: 0.2s;
}
.bps-btn:hover {
    background-color: #eb7966;
    color: #fff;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
    transform: scale(1.15);
    transition: all 0.1s ease;
}
.bps-btn.active {
    background-color: #eb7966;
    color: #fff;
}

.pbs-filter h3 {
    font-size: 48px;
    line-height: 53px;
    color: #eb7966;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    font-family: "Rubik", sans-serif;
    text-align: center;
}

.pbs-filter {
    padding: 50px 0px 0px;
}

.pbs-filter .pf-1 {
    font-size: 18px;
    color: #2e071c;
    font-family: "Rubik";
    line-height: normal;
    padding: 15px 0px;
    text-align: center;
}

.pbs-filter-content {
    padding: 50px 0px;
}

.pbs-filter-content h3 {
    font-size: 45px;
    line-height: 53px;
    color: #eb7966;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    font-family: "Rubik", sans-serif;
}

.pbs-filter-content p {
    font-size: 18px;
    color: #2e071c;
    font-family: "Rubik";
    line-height: normal;
    padding: 15px 0px;
}

.contnt5,
.contnt2,
.contnt3,
.contnt4 {
    display: none;
}

.row.pad-top.pad-btm-70.d-flex.align-items-center {
    padding: 70px 20px;
}

@media (max-width: 825px) {
      
    .statue-before::before {
        position: absolute;
        top: 0;
        left: 4%;
        content: "";
        display: none;
        width: 400px;
        height: 400px;
        background-image: url(https://nybookpublishers.com/book-publishing-service);
        background-size: cover;
    }

    .row.pad-top.pad-btm-70.d-flex.align-items-center {
        padding-top: 30px !important;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 30px !important;
    }

    .ny-pub-form {
        margin-top: 30px;
    }

    .contact-icon-box .ser-card {
        background-color: #feb2a1;
        padding: 20px;
        height: fit-content;
        margin-bottom: 20px;
    }

    .icon-box {
        height: 46vh;
        margin-bottom: 20px;
    }
}

.page-corner-icon {
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 99999;
}

.email_por,
.message_por {
    padding: 22px 15px;
    background: #eb7966;
    border-radius: 4px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.req_proposal {
    position: fixed;
    top: 58%;
    right: -10%;
    background: #11184f;
    padding: 25px 24px;
    border-radius: 4px;
    z-index: 99999;
    transform: rotate(270deg);
}

.req_proposal p {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    font-family: "Montserrat";
}

.ny-pub-head p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: "rubik";
    margin-bottom: 10px;
    margin-top: 10px;
}

@media screen and (min-width: 1440px) {
    .req_proposal {
        position: fixed;
        top: 49%;
        right: -11%;
    }
}

@media screen and (min-width: 1200px) {
    .req_proposal {
        display: none;
    }
             
}

.col-md-4.text-center .menuWrap {
    display: none;
}

.page-corner-icon,
.req_proposal {
    display: none;
}

.ny-pub-form option select {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.schedule-btn button {
    border-radius: 0px !important;
    height: 48px !important;
}

.livechat-btn button {
    border-radius: 0px !important;
    height: 48px !important;
}

.call-btn button {
    border-radius: 0px !important;
    height: 48px !important;
}

.bps-btn2 button {
    border-radius: 0px !important;
    height: 48px !important;
}

.schedule-btn2 button {
    border-radius: 0px !important;
    height: 48px !important;
}

.ny-pub-form input {
    border-radius: 0px !important;
}

.col-md-3.wow.bounceIn.text-center {
    text-align: left !important;
}