* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

:root {
    --white-color: #fff;
    --black-color: #000;
    --green-color: #507D82;
    --lite-green: #94B1B5;
}

@font-face {
    font-family: 'MyCustomFont';
    /* weight: 600; */
    src: url('../fonts/Nexa-Heavy.ttf') format('truetype');
    font-weight: 900;
}

/* ===== Global Scrollbar (WebKit Browsers) ===== */

/* Scrollbar width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Scrollbar track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: var(--green-color);
    border-radius: 10px;
}

/* Thumb hover */
::-webkit-scrollbar-thumb:hover {
    background-color: var(--lite-green);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MyCustomFont', sans-serif;
}

body {
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

/* hpme-page */
.about-content p {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.book-consult a {
    background-color: var(--green-color);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    border-radius: 101px;
    /*padding: 10px 10px 10px 28px;*/
    width: 261px;
    height: 60px;
    justify-content: space-between;
    padding: 0 12px 0 24px;
}

.book-consult i {
    margin-right: 10px;
}

.arrow {
    background-color: var(--lite-green);
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.consult{*/
/*  gap: 25px;*/
/*}*/
.bg-tr a {
    background-color: #fff !important;
    color: var(--green-color) !important;
    border: 2px solid #507D82;
    /*padding: 10px 10px 10px 28px !important;*/
}

.arrows {
    background-color: var(--green-color);
}

.gap-middle {
    gap: 10px;
}

.cta-sec {
    background-size: cover;
    background-image: url(../imgs/cta-bg.png);
    background-repeat: no-repeat;
    width: 72%;
    margin: auto;
    border-radius: 49px;
    padding: 0 30px;
    margin-bottom: 80px;
}

.cta-img img {
    width: 660px;
    height: auto;
}

.cta-content p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.cta-content h2 {
    color: var(--white-color);
    font-size: 38px;
}

.cta-content p {
    width: 80%;
}

.cta-content {
    margin: 50px 0;
}

/* custom */
.book-card {
    /* width: 160px;
      height: 200px; */
    background-color: #94B1B5;
    /* box background */
    border-radius: 20px;
    position: relative;
    padding: 10px;
    /* box-sizing: border-box;
      overflow: hidden; */
}

/* .book-card .number {
      top: 10px;
      left: 10px;
      font-size: 40px;
      font-weight: bold;
      color: rgba(255, 255, 255, 0.3);
      z-index: 0;
    } */
.book-card img {
    position: absolute;
    z-index: 1;
    /* width: 100px; */
    /* transform: rotate(-10deg); */
    /* height: 250px; */
    right: 0;
    top: -47px;
}

.cover {
    position: relative;
    z-index: 699999;
    width: 199px;
    height: 210px;
}

.genre {
    /* position: absolute; */
    font-size: 32px;
    color: #fff;
}

.number {
    font-size: 80px;
    font-weight: 700;
}

.card-one {
    border: 2px solid #507D82;
    border-radius: 35px;
    padding: 20px 20px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-one img {
    margin-top: auto;
    align-self: flex-start;
    width: auto;
}

.border-line {
    border-bottom: 1px solid #507D82;
}

.inner-hd h4 {
    color: var(--black-color);
    font-size: 18px;
}

.inner-hd .mainHead {
    color: var(--black-color);
    font-size: 18px;
}

.card-one p {
    font-size: 17px;
    font-weight: 400;
    color: var(--black-color);
    /* text-align: center; */
}

.success-story {
    background-image: url(../imgs/success-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding: 50px 0; */
    padding-bottom: 80px;
}

.list-it li {
    width: 50%;
    gap: 25px;
    margin-bottom: 25px;
    color: var(--black-color);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.list-it {
    flex-wrap: wrap;
}

.achieve-goals {
    /* padding: 50px 0; */
    padding-bottom: 80px;
}

.blog-bg {
    position: relative;
}

.dates {
    background-color: var(--green-color);
    border-radius: 20px;
    width: 121px;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    position: absolute;
    /* top: 0; */
    right: 25px;
    top: 25px;
}

.dates span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    color: var(--white-color);
}

.blog-content h3 {
    color: var(--white-color);
    font-weight: 600;
    font-size: 24px;
    font-family: "Manrope", sans-serif !important;
    margin-bottom: 20px;
}

.blog-content {
    margin-top: -147px;
    margin-left: 25px;
    position: relative;
}

.separator {
    background-color: #fff;
    width: 94%;
    height: 1px;
    z-index: 9999999;
    margin-bottom: 15px;
}

.blog-content a {
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: "Manrope", sans-serif !important;
}

.blog-content a img {
    margin-left: 10px;
}

.blog-sec {
    /* padding: 50px 0; */
    padding-bottom: 80px;
}

.about-sec {
    padding: 80px 0;
}

.get-touch-bg {
    background-color: var(--green-color);
    border-radius: 10px;
    padding: 50px 40px;
    height: 100%;
}

.get-touch-bg h3 {
    font-size: 40px;
    font-weight: 700;
    color: var(--white-color);
    font-family: "Manrope", sans-serif !important;
    text-transform: capitalize;
}

.get-touch-bg p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
}

.contact-detail h6 {
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
    font-family: "Manrope", sans-serif !important;
}

.flex-wraping li a {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: baseline;
}

.flex-wraping li a i {
    margin-right: 10px;
}

.book-pr img {
    width: 90%;
}

.social-icon {
    margin-top: -78px;
    display: flex;
    gap: 20px;
}

.social-icon li a {
    color: var(--white-color);
}

.form-bg {
    background-color: #EAEAEA;
    border-radius: 10px;
    padding: 15px 25px;
    text-align: center;
    height: 100%;
}

.form-bg h4 {
    color: var(--green-color);
    font-size: 26px;
}

.form-bg p span {
    color: var(--green-color);
    font-size: 22px;
    font-weight: 700;
}

.form-bg p {
    color: #050505;
    font-size: 16px;
    font-weight: 400;
    width: 68%;
    margin: auto;
}

.form-group input {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px 25px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
}

.form-group input::placeholder {
    color: var(--black-color);
}

.form-group textarea {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px 25px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    height: 100px;
    resize: none;
}

.form-group textarea::placeholder {
    color: var(--black-color);
}

.form-group button {
    background-color: var(--green-color);
    border-radius: 8px;
    width: 100%;
    border: none;
    font-size: 18px;
    font-weight: 700;
    font-family: "Manrope", sans-serif !important;
    color: var(--white-color);
    padding: 12px 0;
}

.get-touch {
    /* padding: 50px 0; */
    padding-bottom: 80px;
}

.published-project {
    /* padding: 50px 0; */
    padding-bottom: 80px;
}

.card-published {
    background-color: #94B1B5;
    border-radius: 25px;
    padding: 15px;
    width: 90% !important;
}

.wraper p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    height: 120px;
}

.wraper h3 {
    font-size: 50px;
    color: var(--white-color);
}

.card-published:before {
    position: absolute;
    content: "";
    background-image: url(../imgs/portfolio1.png);
    top: 0;
    z-index: 99999999;
    right: -40px;
    width: 307px;
    height: 381px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* .image-ch11:before {
  background-image: url(../imgs/portfolio1.png) !important;
} */
.image-ch1:before {
    background-image: url(../imgs/portfolio2.png) !important;
}

.image-ch2:before {
    background-image: url(../imgs/portfolio3.png) !important;
}

.image-ch3:before {
    background-image: url(../imgs/portfolio4.png) !important;
}

.image-ch4:before {
    background-image: url(../imgs/portfolio5.png) !important;
}

.image-ch5:before {
    background-image: url(../imgs/portfolio6.png) !important;
}

.image-ch6:before {
    background-image: url(../imgs/portfolio7.png) !important;
}

.image-ch7:before {
    background-image: url(../imgs/portfolio8.png) !important;
}

.image-ch8:before {
    background-image: url(../imgs/portfolio9.png) !important;
}

.image-ch9:before {
    background-image: url(../imgs/portfolio10.png) !important;
}

.image-ch10:before {
    background-image: url(../imgs/portfolio11.png) !important;
}

.image-ch11:before {
    background-image: url(../imgs/portfolio12.png) !important;
}

.wraper {
    width: 50%;
    text-align: left;
    margin-right: auto;
}

.view-re {
    flex-direction: row-reverse;
}

.slick-list {
    overflow: inherit !important;
}

.commas img {
    width: 165px !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.main-client-img img {
    width: 95%;
}

.client-img img {
    display: block;
    margin: auto;
}

.slick-arrow {
    border: 2px solid #507D82;
    width: 60px;
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
}

.slick-arrow i {
    color: #507D82;
    font-size: 25px;
}

.arrowss {
    gap: 20px;
}

.client-name {
    width: 60%;
}

.client-name h3 {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 800;
    font-family: "Manrope", sans-serif !important;
}

.client-name h4 {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 800;
    font-family: "Manrope", sans-serif !important;
}

.client-name span {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
}

.client-name i {
    color: var(--green-color);
    margin-right: 5px;
    margin-top: 15px;
}

.client-name h5 {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
    font-family: "Manrope", sans-serif !important;
}

.client-name p {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
}

.res .slick-list {
    overflow: hidden !important;
}

.hire-professional .container {
    background-image: url(../imgs/subtract.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*width: 70%;*/
    /*padding: 39px 30px 136px;*/
    /*background-position: bottom top;*/
    border-radius: 40px;
    margin: 0px auto 0;
    height: 394px;
    /*background-position: bottom;*/
    padding-top: 46px;
    background-blend-mode: luminosity, normal;
}

.hire-content p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    width: 80%;
}

.hire-content {
    padding-left: 34px;
}

.hire-content h2 {
    color: var(--white-color);
    font-size: 45px;
}

/*.hire-professional:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../imgs/about-imgss.png);*/
/*    top: -28px;*/
/*    left: 50%;*/
/*    z-index: 99999999;*/
/*    width: 495px;*/
/*    height: 441px;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*}*/
/*.hire-content {*/
/*    width: 60%;*/
/*}*/
/*.margin-minus{*/
/*  margin-top: -78px;*/
/*  position: relative;*/
/*  z-index: 9999999999999999;*/
/*}*/
.publishing-service-box {
    background-color: #94B1B5;
    border-radius: 20px;
    height: 289px;
    /* width: 307px; */
    overflow: hidden;
    padding: 15px 25px;
    position: relative;
}

.h_s5box img {
    height: 297px;
    transition: .7s;
    width: 199px;
    translate: 70px -128px;
    /* position: relative; */
    /* z-index: 9999999; */
}

.h_s5box .disc {
    bottom: -212px;
    position: absolute;
    transition: .7s;
    width: 90%;
}

.h_s5box .long-disc {
    bottom: -194px;
}

.h_s5box:hover .disc {
    bottom: 0;
    height: 230px;
}

.publishing-service-box p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.h_s5box:hover img {
    translate: 320px -34px;
}

.long-img:hover img {
    translate: 360px -34px;
}

.long-img:hover .disc {
    bottom: 0;
    height: 180px;
}

.www {
    padding: 50px 0;
}

.aaa h3 {
    font-size: 70px;
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.publishing-service-box:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url("../imgs/bookone.png");*/
/*    top: -28px;*/
/*    right: 1px;*/
/*    width: 210px;*/
/*    height: 297px;*/
/*    z-index: 1;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/
.long-img img {
    width: 331px;
    height: 302px;
}

.long-img img {
    width: 331px;
    height: 280px;
    translate: 9px -12px;
}

.box-two:before {
    background-image: url("../imgs/booktwo.png") !important;
}

.aaa h5 {
    font-size: 32px;
    color: #fff;
}

.h_s5box .countHead {
    font-size: 70px;
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h_s5box .subHead {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
}

.wraper .mainHead {
    font-size: 50px;
    color: var(--white-color);
    font-weight: 900;
    line-height: normal;
}

.inner-hd .mainHead {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
}

.content-list .mainHead {
    font-size: 24px;
    color: var(--white-color);
    font-weight: 800;
}

.client-name .mainHead {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 800;
    font-family: "Manrope", sans-serif !important;
}

.get-touch-bg .mainHead {
    font-size: 40px;
    font-weight: 700;
    color: var(--white-color);
    font-family: "Manrope", sans-serif !important;
    text-transform: capitalize;
}

.contact-detail .mainHead {
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
    font-family: "Manrope", sans-serif !important;
}

.genre-hd .mainHead {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 800;
}

.genre-hd .mainHead span {
    color: var(--green-color);
}

.footer-bg .mainHead {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

.avail-before .mainHead {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    width: 100%;
    line-height: 35px;
}


/*.aaa{*/
/*    flex-direction: column;*/
/*    height: 100%;*/
/*    justify-content: space-between;*/
/*}*/
.box-three {
    width: 644px;
}

.box-three:before {
    background-image: url("../imgs/bookthree.png") !important;
    width: 346px;
    height: 316px;
    right: 25px;
    top: -21px;
}

.genre-sec {
    /* padding: 50px 0; */
    padding-bottom: 80px;
}

.book-four:before {
    background-image: url("../imgs/bookfour.png") !important;
}

.book-five:before {
    background-image: url("../imgs/bookfive.png") !important;
}

.book-six:before {
    background-image: url("../imgs/booksix.png") !important;
}

.whychoose {
    /* background-image: url("../imgs/whychoosebg.png"); */
    width: 65%;
    margin: 50px auto 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 49px;
    position: relative;
    margin-bottom: 80px;
}

.content-list h3 {
    font-size: 24px;
    color: var(--white-color);
}

.whych p {
    color: var(--white-color);
    font-size: 18px;
}

.content-list p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
}

.content-list.frst-ss {
    /* padding-top: 6pc; */
    /* padding-left: 6pc; */
    width: 100%;
    position: absolute;
    left: 106px;
    /* top: 11px; */
    bottom: 56px;
}

.second {
    position: absolute;
    left: 11px;
    left: 110px;
    margin-top: 60px;
}

.four {
    margin-top: -10px;
}

.threes {
    margin-top: 57px;
}

.publishing-partner img {
    width: 95%;
    margin: auto;
    display: block;
}

.genre-hd h2 {
    font-size: 38px;
    text-transform: capitalize;
}

.genre-hd .mainHead {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 800;
}

.genre-hd h2 span {
    color: var(--green-color);
}

.testimonial-sec {
    background-image: url("../imgs/testi-bg.png");
}

.testimonial-sec {
    background-image: url(../imgs/testi-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-sec .slick-dots li:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: transparent;
    display: inline-block;
    margin: 2px;
    background-color: #507D82;
    opacity: 0.8;
}

.testimonial-sec .slick-dots li.slick-active:after {
    background-color: #507D82;
    width: 15px;
    height: 15px;
    opacity: 1;
}

.testimonial-sec .slick-dots li button {
    display: none
}

.testimonial-sec .slick-dots li {
    width: 16px;
    height: 16px;
}

.testimonial-sec .slick-dots {
    bottom: -70px;
}

.exp-bg {
    background-image: url("../imgs/ex-pub.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0;
}

.footer-bg {
    background-image: url("../imgs/foot-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    margin-top: 80px;
}

.footer-bg p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    width: 85%;
    padding-top: 31px;
}

.footer-bg h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

.footer-bg ul li a {
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
}

.social-icons {
    gap: 25px;
}

.separate-para p {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 300;
    margin-bottom: 0;
}

.separate-para {
    background-color: #fff;
    padding: 8px 0;
}

.faqs {
    background-image: url("../imgs/faq-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding: 80px 0; */
    padding-bottom: 80px;
}

.accordion-button::after {
    font-family: FontAwesome;
    content: "\f067";
    background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
    /* background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform); */
    font-family: FontAwesome;
    content: "\f068";
}

.accordion-button {
    background: #94B1B5;
    font-size: 18px;
    color: var(--white-color);
    /* margin-bottom: 20px; */
    border: none !important;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

.accordion-item {
    border: none !important;
    margin-bottom: 24px;
}

.accordion-body {
    background-color: #fff;
    box-shadow: var(--bs-box-shadow) !important;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    color: #507D82;
    box-shadow: var(--bs-box-shadow) !important;
}

.h_sec1.home {
    position: relative;
    padding: 150px 0 60px 0;
    isolation: isolate;
    background: url("../imgs/banner-t.webp") no-repeat center/cover;
    /* background: red; */
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh */
}

.defaulth1 {
    /* font-weight: 700; */
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
}

.btn_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 17px 0 0 0;
    align-items: center;
}

a.btn1 {
    background: #ACECF4;
    border: none;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    color: #017B89;
    padding: 12.5px 15px;
    border: 2px solid #ACECF4;
    width: 210px;
    text-align: center;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    font-weight: bold;
}

a.btn2 {
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    color: #017B89;
    padding: 12.5px 15px;
    border: 2px solid #017B89;
    width: 210px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

a.btn1 .fa-arrow-right-long,
a.btn2 .fa-arrow-right-long {
    background: #017b89;
    height: 31px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transform: rotate(-45deg);
}

.btn_wrap a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.defaulth2 {
    font-size: 48px;
    color: #fff;
    /* margin: 13px 0 !important; */
}

.defaulth2.bg_gr {
    color: #507D82;
    font-size: 60px;
    font-weight: 800;
}

.defaulth2.black {
    color: #021020;
}

.bold {
    font-weight: 600;
}

/* .clr_2 {
    color: #A7F2FB !important;
} */
.clr_1 {
    color: #017B89 !important;
}

.defaultp {
    color: #2A2A2A;
    margin: 10px 0;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
}

.row.criclerow {
    position: relative;
    height: 490px;
}

.PortfolioTitle,
.sliderCircle,
.testSliderContent {
    position: relative;
}

.circle {
    background: 0 0;
    width: 750px;
    height: 750px;
    border-radius: 100%;
    top: 218px;
    position: relative;
    animation: 100s linear infinite rotateElement;
    right: -272px;
}

@keyframes rotateElement {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.PortfolioTitle,
.sliderCircle,
.testSliderContent {
    position: relative;
}

.sliderCircle ul {
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.sliderCircle ul li {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
}

.sliderCircle ul li img {
    width: 180px;
    height: 289px;
    object-fit: cover;
    object-position: top;
    transform: scale(0.9);
}

.circle:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: 99;
}

.sliderCircle ul li:nth-child(2) {
    left: 68%;
    transform: rotate(32deg);
    top: -160px;
}

.sliderCircle ul li:nth-child(3) {
    left: 6%;
    transform: rotate(-32deg);
    top: -160px;
}

.sliderCircle ul li:nth-child(4) {
    left: -120px;
    transform: rotate(-65deg);
    top: 15px;
}

.sliderCircle ul li:nth-child(5) {
    left: 89%;
    transform: rotate(63deg);
    top: 13px;
}

.sliderCircle ul li:nth-child(6) {
    left: 97%;
    transform: rotate(89deg);
    top: 243px;
}

.sliderCircle ul li:nth-child(7) {
    left: 89%;
    transform: rotate(116deg);
    top: 465px;
}

.sliderCircle ul li:nth-child(8) {
    left: 36%;
    transform: rotate(149deg);
    bottom: -213px;
}

.prevArrow img,
.swiper-button-prev-has {
    transform: rotate(180deg);
}

.sliderCircle ul li:nth-child(9) {
    left: 37%;
    transform: rotate(180deg);
    bottom: -236px;
}

.sliderCircle ul li:nth-child(10) {
    left: 39%;
    transform: rotate(210deg);
    bottom: -237px;
}

.sliderCircle ul li:nth-child(11) {
    left: 37%;
    transform: rotate(238deg);
    bottom: -223px;
}

.sliderCircle ul li:nth-child(12) {
    left: 36%;
    transform: rotate(268deg);
    bottom: -177px;
}

.BookTitle span {
    display: inline-block;
    margin-bottom: 0;
}

/* .abtLeft h4,
.contentChoose span,
.makesTitle span,
.testCon p,
span.nameClient {
    font-family: ivy_moderegular;
} */
.BookTitle {
    position: absolute;
    bottom: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.row.criclerow {
    position: relative;
    /* height: auto; */
}

.BookTitle .aboutCta,
.contactFormContentLeft .aboutCta a.ctaLinePhone svg {
    margin-top: 10px;
}

.BookTitle a.btnYellow {
    background: #1b1402;
    color: #ffb703 !important;
}

.BlogMain,
.marquee-container {
    overflow: hidden !important;
}

.bannerContent h1 {
    font-size: 70px;
    line-height: 88px;
    color: #fff;
    margin-bottom: 18px;
}

.BannerHome .bannerContent {
    padding-top: 180px;
}

.BookTitle a.btnYellow svg {
    width: 16px;
    background: #ffb703 !important;
    height: 16px;
    color: #fff;
    font-size: 14px;
    padding: 8px;
    border-radius: 100%;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 10px;
    transition: 0.3s;
}

.BookTitle a.btnYellow:hover svg {
    transform: rotate(0);
}

.BannerHome .row {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.BannerHome .bannerContent p {
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 25px;
}

.row.criclerow {
    position: relative;
    height: 490px;
}

.PortfolioTitle,
.sliderCircle,
.testSliderContent {
    position: relative;
}

.circle {
    background: 0 0;
    width: 750px;
    height: 750px;
    border-radius: 100%;
    top: 280px;
    position: relative;
    animation: 100s linear infinite rotateElement;
    right: -275px;
}

@keyframes rotateElement {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.PortfolioTitle,
.sliderCircle,
.testSliderContent {
    position: relative;
}

.sliderCircle ul {
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.sliderCircle ul li {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
}

.sliderCircle ul li img {
    width: 199px;
    height: 289px;
    object-fit: cover;
    object-position: top;
    transform: scale(0.9);
}

.circle:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: 99;
}

.sliderCircle ul li:nth-child(2) {
    left: 68%;
    transform: rotate(32deg);
    top: -160px;
}

.sliderCircle ul li:nth-child(3) {
    left: 6%;
    transform: rotate(-32deg);
    top: -160px;
}

.sliderCircle ul li:nth-child(4) {
    left: -120px;
    transform: rotate(-65deg);
    top: 15px;
}

.sliderCircle ul li:nth-child(5) {
    left: 89%;
    transform: rotate(63deg);
    top: 13px;
}

.sliderCircle ul li:nth-child(6) {
    left: 97%;
    transform: rotate(89deg);
    top: 243px;
}

.sliderCircle ul li:nth-child(7) {
    left: 89%;
    transform: rotate(116deg);
    top: 465px;
}

.sliderCircle ul li:nth-child(8) {
    left: 36%;
    transform: rotate(149deg);
    bottom: -244px;
}

.prevArrow img,
.swiper-button-prev-has {
    transform: rotate(180deg);
}

.sliderCircle ul li:nth-child(9) {
    left: 37%;
    transform: rotate(180deg);
    bottom: -236px;
}

.sliderCircle ul li:nth-child(10) {
    left: 39%;
    transform: rotate(210deg);
    bottom: -237px;
}

.sliderCircle ul li:nth-child(11) {
    left: 37%;
    transform: rotate(238deg);
    bottom: -223px;
}

.sliderCircle ul li:nth-child(12) {
    left: 36%;
    transform: rotate(268deg);
    bottom: -213px;
}

.BookTitle {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    right: -7px;
}

.row.criclerow {
    position: relative;
    height: 490px;
}

.brand-sec {
    padding: 60px 0;
    padding-bottom: 0;
}

.header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding: 13px 0;
}

.list-item li a {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
}

.bar-btn i {
    color: #fff;
    font-size: 35px;
    display: none;
    transition: all 0.5s ease-in-out;
}

.color-ch {
    background: #94B1B5 !important;
}

.arrow-d {
    background-color: var(--green-color) !important;
}

.dark-boxes {
    background-color: #507D82;
}

.whychoose:before {
    position: absolute;
    content: "";
    background-image: url(../imgs/whychoosebg.png);
    width: 1325px;
    height: 586px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* right: 0; */
    /* top: -72px; */
    bottom: 0px;
    border-radius: 49px;
    left: 50%;
    transform: translate(-50%, 0%);
    top: -38px;
    height: 100%;
}

.whychoose .row {
    position: relative;
    z-index: 99999999;
}

/* book-publishing-page-css */
.publishing-banner {
    background-image: url("../imgs/book-publishing-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 899px;
    display: flex;
    z-index: 99;
    align-items: center;
    justify-content: center;
}

.publishing-banner-content h2 {
    font-size: 60px;
    color: #F3F6F7;
}

.publishing-banner-content p {
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
}

.pub-about-bg {
    background-image: url("../imgs/about-sec-publishing-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.manuscript-book-seller {
    background-image: url("../imgs/manuscript-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.manuscript-book-seller {
    padding: 80px 0;
}

.manuscript-seller h2 {
    color: var(--white-color);
}

.card-content img {
    width: 118px;
    height: 118px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.card-content h3 {
    font-size: 20px;
    color: var(--white-color);
}

.card-content .mainHead {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 800;
}


.manuscript-card {
    background-color: #61969C;
    border-radius: 27px;
    padding: 30px 15px;
    transition: all 0.3s ease-in-out;
    border: 4px dotted #61969c;
}

.card-content p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    height: 120px;
}

.card-content {
    margin-top: 20px;
}

.published-work {
    background-image: url("../imgs/published-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}

.published-work-bg {
    background-color: #507D82;
    border-radius: 49px;
    /* overflow: hidden; */
}

.cta-pub-page {
    background-image: url("../imgs/pub-cta-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}

.cta-pub-page {
    padding: 50px 0;
    position: relative;
}

.publishing-cta-img {
    position: relative;
}

.publishing-cta-img img {
    position: absolute;
    top: -187px;
    left: -24px;
    width: 406px;
}

.publishing-cta-imgs img {
    position: absolute;
    top: -177px;
    right: 0px;
    /* width: 444px; */
    width: 330px;
    height: auto;
}

.cta-pub-bg-content p {
    color: var(--white-color);
    font-size: 17px;
}

.next-cta-publishing .container {
    background-image: url("../imgs/deliver-bg-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: bottom;*/
    border-radius: 43px;
    height: 651px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    /*padding: 40px 0px 40px 34px;*/
}

.next-cta-content p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    width: 90%;
}

/*.next-cta-content {*/
/*    width: 57%;*/
/*}*/
/*.next-cta-bg::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url("../imgs/shape-cta.png");*/
/*    width: 445px;*/
/*    height: 445px;*/
/*    z-index: 1;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    right: 0;*/
/*      bottom: 88px;*/
/*}*/
.next-cta-publishing {
    background-image: url("../imgs/next-cta-bgs.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-sec:before {
    position: absolute;
    content: "";
    background-image: url(../imgs/cta-img.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
    width: 690px;
    height: 701px;
    bottom: -10px
}

.cta-content {
    width: 60%;
}

.publishing-inner-section {
    background-image: url("../imgs/circle-bg-publishing-page.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.publishing-inner-section:after {
    position: absolute;
    content: "";
    background-image: url(../imgs/ellipse.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    right: 30px;
    width: 856px;
    height: 823px;
    top: 0px;
}

.publishing-partner-after-img img {
    position: relative;
    z-index: 99999;
    width: 574px;
    margin-top: 30px;
    height: auto;
}

/* book-editing-page-css */
.book-editing-second-sec {
    background-image: url("../imgs/book-editing-second-section-img-bg.png");
    background-position: inherit;
}

.partnering-img img {
    width: 90% !important;
}

.portfolio-img1 img {
    margin-right: -111px;
}

.portfolio-img1 img {
    margin-right: -103px;
    width: 181px;
    height: auto;
    position: relative;
    z-index: 1;
    bottom: -13px;
}

.published-img-port {
    margin-top: 120px;
}

.portfolio-img1:hover img {
    transform: translateY(-100px);
    transition: all 0.5s ease-in-out;
}

.round-img {
    position: absolute;
    top: -42px;
    left: 88px;
    z-index: 3;
    animation: spin 10s linear infinite;
}

.cross-btn {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* .round-img::before{
   position: absolute;
    content: "";
    background-image: url("../imgs/");
    width: 70px;
    height: 60px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
      bottom: 62px;
} */
/* url(../../../../../Users/Xeon Computer/Downloads/next-cta-before-img.png) */
/* 61969C */
.round-imgs {
    position: absolute;
    top: -10px;
    left: 119px;
    z-index: 999999999;
}

.service-book-editing {
    background-image: url("../imgs/book-editing-service-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.tab-content-text h3 {
    color: var(--white-color);
    font-size: 42px;
}

.tab-content-text .mainHead {
    color: var(--white-color);
    font-size: 42px;
}

.tab-content-text p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0B2E32;
    border-radius: 49px;
}

.nav-link {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    border: 1px solid var(--white-color);
    border-radius: 49px !important;
    padding: 14px 30px
        /* border-radius: 200px; */
}

.nav-link:focus,
.nav-link:hover {
    color: var(--white-color);
}

.nav-pills {
    margin-bottom: 70px;
}

.editing-imgs img {
    width: 80%;
    margin: auto;
    display: block;
}

/* book-writng-css */
.book-writing-banner {
    background-image: url("../imgs/book-writing-banner.png") !important;
}

.bookwritng-service-box h3 {
    font-size: 24px;
    color: var(--white-color) !important;
}

.bookwritng-service-box .mainHead {
    font-size: 24px;
    color: var(--white-color) !important;
    font-weight: 800;
}

.bookwritng-service-box p {
    font-size: 16px;
    color: var(--white-color) !important;
    font-weight: 500;
}

.work-img img {
    width: 85%;
    margin: auto;
    display: block;
}

.cta-new-font h2 {
    font-size: 45px;
}

.bullet-points li {
    margin-bottom: 15px;
    font-size: 18px;
    list-style: disc;
}

.numbering-service h4 {
    color: transparent;
    -webkit-text-stroke: 1px #B7E4EA;
    font-size: 60px;
    margin-bottom: 0;
}

.numbering-service .mainHead {
    color: transparent;
    -webkit-text-stroke: 1px #B7E4EA;
    font-size: 60px;
    margin-bottom: 0;
}

/* book-marketing */
.book-marketing-banner {
    background-image: url("../imgs/book-marketing-banner.png") !important;
}

.mar-bottom-inner {
    margin-top: -6px;
}

.book-marketing-box {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 25px 20px;
}

.book-marketing-box img {
    width: 80px;
    margin-bottom: 21px;
}

.book-marketing-box h5 {
    font-size: 23px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}

.book-marketing-box .mainHead {
    font-size: 23px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}

.book-marketing-box p {
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    height: 100%;
    padding-top: 10px;
}

.children-banner-bg {
    background-image: url("../imgs/children-banner-bg.png") !important;
}

.children-s-bg {
    background-image: url("../imgs/children-illustration-service-page-img-bg.png") !important;
}

.bg-darkss {
    background-color: #0B2E32;
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 20px;
}

.rounding-edit {
    bottom: 30px !important;
    top: inherit !important;
    left: 110px;
}

#round-edit-icons {
    top: -3px;
    left: 142px;
    bottom: 69px;
    top: inherit !important;
}

.rounding-edits {
    right: 91px;
    left: inherit;
    top: 44% !important;
    bottom: inherit !important;
}

#round-edit-iconss {
    top: -3px;
    left: 139px;
    bottom: 63px;
    top: inherit !important;
    right: 120px !important;
    left: inherit;
    top: 50% !important;
}

/* round-edit-icons */
/* children-css */
/* url(../../../../../Users/Xeon Computer/Downloads/) */
/* about-css */
.about-banner-bg {
    background-image: url("../imgs/about-bgs.png") !important;
    background-position: inherit !important;
}

#round-edit-iconsse {
    left: 104px !important;
    top: 42.5% !important;
}

.contact-banner-bg {
    background-image: url("../imgs/contact-bgs.png") !important;
    background-position: inherit !important;
}

#about-im img {
    width: 90%;
}

/* #round-edit-iconss {
  top: -3px;
  left: 152px;
  bottom: 80px;
  top: inherit !important;
} */
.rounding-editss {
    /* bottom: 30px !important; */
    top: 34% !important;
    /* left: 110px; */
    right: inherit;
    left: 60px;
}

#round-edit-iconss {
    top: -3px;
    left: 152px;
    bottom: 80px;
    top: 50% !important;
    bottom: inherit;
    left: 102px;
    right: inherit !important;
}

.rounding-editsss {
    right: inherit;
    left: 15%;
    bottom: 13%;
    top: inherit !important;
}

#round-edit-iconsss {
    bottom: 20.5%;
    top: inherit;
    left: 21.5%;
}

.rounding-editssss {
    right: inherit;
    left: 30%;
    bottom: 12%;
    top: 0;
    bottom: inherit;
    top: 60px !important;
}

#round-edit-iconssss {
    top: 18%;
    left: 36.5%;
}

.rounding-editsssss {
    left: 15%;
    top: 34%;
    bottom: inherit;
}

#round-edit-iconsssss {
    bottom: 20.5%;
    top: inherit;
    left: 21.5%;
    top: 41%;
}

.rounding-editssssss {
    left: 15%;
    top: 34%;
    bottom: inherit;
    top: 11% !important;
    left: 30px;
}

#round-edit-iconssssss {
    bottom: 20.5%;
    top: inherit;
    left: 11%;
    top: 19%;
}

.home-page-bg {
    background-image: url("../imgs/home-page-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.color-ch:hover {
    background-color: var(--green-color) !important;
}

.book-consult:hover a {
    background-color: var(--lite-green);
}

.bg-tr:hover a {
    background-color: var(--green-color) !important;
    color: #fff !important;
}

.genre-img img {
    width: 75%;
    height: auto;
    margin-left: auto;
}

.slider-nav-img {
    overflow-y: hidden;
}

.genres-service {
    background-color: #507D82;
    border-radius: 39px;
    width: 1320px;
    margin: auto;
    padding: 30px 60px 0px 60px;
}

.content-genre p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--white-color);
    margin-top: 30px;
}

.arrowsss {
    flex-flow: column;
    gap: 15px;
}

.content-genre h4 {
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 143px;
}

.content-genre h2 {
    font-size: 60px;
    color: var(--white-color);
    margin-top: -17%;
    margin-left: 13%;
}

.content-genre .subHead {
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 143px;
}

.content-genre .mainHead {
    font-size: 28px;
    color: var(--white-color);
    margin-top: -17%;
    margin-left: 13%;
    font-weight: 800;
}

/* .content-genre .mainHead {
    font-size: 60px;
    color: var(--white-color);
    margin-top: -17%;
    margin-left: 13%;
} */

.privacy-section {
    padding: 70px 0;
}

.privacy-section {
    padding: 141px 0 70px 0;
}

.privacy h2 {
    margin-bottom: 32px;
}

.term-text h3 {
    margin-bottom: 31px;
    margin-top: 45px;
}

/*location-page-css*/
.bg-transparent-cta {
    background: #fff !important;
    padding-bottom: 80px;
}

.before-img-none:before {
    background-image: none !important;
}

.delivering-img img {
    width: 99.5%;
    height: auto;
    display: block;
    margin-left: auto;
}

.location-cta {
    background-image: url('../imgs/new-cta-bg-location.png') !important;
}

.service-taxes {
    padding: 80px 0;
}

.publishing-taxes-box h4 {
    font-size: 23px;
    font-weight: 700;
    color: var(--black-color);
    text-transform: uppercase;
}

.publishing-taxes-box p {
    font-size: 18px;
    font-weight: 400;
    color: #313131;
    height: 140px;
}

.publishing-taxes-box {
    border-bottom: 1px solid #000;
    border-right: 1px solid #507D82;
    padding: 25px 30px;
}

.taxes-banner-bg {
    background-image: url('../imgs/taxes-banner.png');
}

/*blog-page-css*/
.blog-section {
    padding: 60px 0;
}

.blog-section .card {
    transition: all .4s linear;
    padding: 15px;
}

.blog-section .card h3 {
    color: #000;
    font-size: 20px;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}

.blog-section .card label {
    font-weight: 600;
    color: #507d82 !important;
    padding-top: 10px;
}

.blog-form {
    background-color: #507d82;
    padding: 20px;
}

.brs-side .card {
    padding: 15px 10px;
    background-color: white;
    border-radius: 5px;
}

.brs-side .card p {
    line-height: 19px;
    text-align: initial;
    margin-bottom: 10px;
}

.brs-title {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.blog-sections {
    background-image: url(../imgs/about-bgs.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    max-width: 450px;
    margin: auto;
}

button.btn-close.close.modalClose {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    background: var(--green-color);
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    font-size: 22px;
}

.act {
    font-size: 1.1rem;
    line-height: 40px;
    color: var(--green-color);
    font-weight: 700;
    margin-bottom: 0;
}

.avail-before h4 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    width: 100%;
    line-height: 35px;
}

.avail-before {
    background: var(--green-color);
    text-align: center;
    padding: 10px 20px;
    position: relative;
    margin: .5rem -1.58rem;
}

p.avail-para {
    font-size: 1rem;
    font-weight: 600;
    color: #ccc;
    line-height: 15px;
    text-align: center;
}

.copuncotnent input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 2px solid #c5c5c5;
    box-shadow: 2px 2px 2px 2px #ccc;
    margin-bottom: 15px;
}

.copuncotnent textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #c5c5c5;
    box-shadow: 2px 2px 2px 2px #ccc;
}

button.popup_new_btn {
    background: var(--green-color);
    border-radius: 16px;
    border: none;
    font-weight: 600;
    letter-spacing: .2em;
    padding: 6px 27px;
    width: 100%;
    outline: 0;
    color: #fff;
    margin-top: 31px;
}

.modal-dialog {
    margin-top: 50px;
}

.manuscript-card:hover {
    background: #269aa8;
    box-shadow: 1px 1px 20px 0 #ffffff40;
    border: 4px dotted #fff;
}

.hire-content-img img {
    width: 100%;
    height: auto;
    margin-top: -73px;
    margin-left: -76px;
}

.margin-minus {
    margin-top: 6rem;
}

.pt-50px {
    padding-top: 50px;
}

.iti {
    width: 100% !important;
    margin-bottom: 15px;
}

.iti button {
    background: transparent;
}

.iti .iti__selected-dial-code {
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

.publishing-banner-content p.mb-5 {
    margin-bottom: 1rem !important;
}

@media(max-width:1600px) {

    .wraper .mainHead {
        font-size: 28px;
    }

    .form-bg h4 {
        font-size: 26px;
    }

    .genre-hd .mainHead {
        font-size: 36px;
    }

    .defaulth1 {
        font-size: 38px;
    }

    .cta-img img {
        width: 476px;
    }

    .publishing-inner-section:after {
        right: -14px;
        width: 771px;
        height: 728px;
        top: 12px;
    }

    .hire-content-img img {
        margin-left: -125px;
    }

    #round-edit-iconsssss img {
        width: auto;
    }

    #round-edit-iconssssss img {
        width: auto;
    }

    #round-edit-icons {
        left: 140px;
    }

    #round-edit-iconss {
        right: 121px !important;
        left: inherit;
    }

    /*.hire-professional{*/
    /*      padding: 39px 30px 119px;*/
    /*}*/
    /*.margin-minus {*/
    /*  margin-top: -79px;*/
    /*}*/
    .card-published:before {
        width: 255px;
        height: 354px;
    }

    .wraper h3 {
        font-size: 40px;
    }

    .wraper {
        width: 58%;
    }

    /*.book-consult a{*/
    /*  font-size: 15px;*/
    /*}*/
    .genre-hd h2 {
        font-size: 28px;
    }

    .second {
        left: 170px;
        margin-top: 63px;
    }

    .content-list.frst-ss {
        left: 128px;
        bottom: 54px;
    }

    .threes {
        margin-top: 60px;
    }

    .whychoose {
        width: 80%;
    }

    /*.hire-professional {*/
    /*    width: 83%;*/
    /*}*/
    .hire-content h2 {
        font-size: 40px;
    }

    .cta-sec {
        width: 82%;
    }

    p {
        font-size: 16px;
    }

    .cta-content h2 {
        font-size: 50px;
    }

    .cta-content h2 {
        color: var(--white-color);
        font-size: 31px;
    }

    /* .BookTitle {
  bottom: 25px;
} */
    .publishing-banner-img img {
        width: 90%;
        height: auto;
    }

    .publishing-banner {
        min-height: 100vh;
    }

    .publishing-banner {
        /* min-height: 100vh; */
        padding-top: 111px;
    }

    .round-img img {
        width: auto !important;
    }

    .round-img {
        top: -31px;
    }

    .round-imgs img {
        width: auto !important;
    }

    .round-imgs {
        top: -3px;
        left: 117px;
    }

    .cta-new-font h2 {
        font-size: 40px;
    }

    .rounding-editss img {
        width: auto;
    }

    #round-edit-iconss img {
        width: auto;
    }

    div#round-edit-iconsss img {
        width: auto;
    }

    #round-edit-iconssss img {
        width: auto;
    }

    /* .circle {
  top: 260px;
} */
    /* .sliderCircle ul li:nth-child(12) {
  bottom: -147px;
}
.h_sec1.home{
  padding: 130px 0 60px 0;
}
.sliderCircle ul li {
  top: -21%;
}
.sliderCircle ul li:nth-child(3) {
  left: 12%;
  top: -94px;
}
.sliderCircle ul li:nth-child(4) {
  left: -55px;
  top: 43px;
}
.sliderCircle ul li:nth-child(11) {
  left: 39%;
  bottom: -161px;
}
.sliderCircle ul li:nth-child(8) {
  left: 34%;
  bottom: -163px;
}
.sliderCircle ul li:nth-child(6) {
  left: 89%;
  top: 237px;
}
.sliderCircle ul li:nth-child(2) {
  left: 63%;
  top: -96px;
}
.sliderCircle ul li:nth-child(10) {
  left: 38%;
  bottom: -154px;
}
.sliderCircle ul li:nth-child(5) {
  left: 80%;
  top: 51px;
}
.sliderCircle ul li:nth-child(9) {
  left: 37%;
  bottom: -149px;
}
.sliderCircle ul li:nth-child(7) {
  left: 80%;
  top: 425px;
} */
    /* .sliderCircle ul li:nth-child(2) {
  left: 64%;
  top: -105px;
}
.sliderCircle ul li:nth-child(3) {
  left: 9%;
  top: -112px;
}
.sliderCircle ul li:nth-child(4) {
  left: -70px;
  top: 40px;
}
.sliderCircle ul li:nth-child(5) {
  left: 79%;
  top: 46px;
}
.sliderCircle ul li:nth-child(6) {
  left: 85%;
  top: 229px;
}
.sliderCircle ul li:nth-child(7) {
  left: 79%;
  top: 417px;
}
.sliderCircle ul li:nth-child(8) {
  left: 33%;
  bottom: -155px;
}
.sliderCircle ul li:nth-child(9) {
  left: 37%;
  bottom: -148px;
}
.sliderCircle ul li:nth-child(12) {
  left: 43%;
  bottom: -200px;
}
.sliderCircle ul li:nth-child(11) {
  left: 42%;
  bottom: -173px;
}
.sliderCircle ul li:nth-child(13) {
  top: -23%;
}
.sliderCircle ul li:nth-child(10) {
  left: 40%;
  bottom: -160px;
}
.sliderCircle ul li:nth-child(1) {
  display: none;
}
section.h_sec1.home .row.criclerow {
  margin-top: -60px;
} */
    .cta-content {
        width: 54%;
    }

    .cta-sec:before {
        width: 738px;
        height: 701px;
    }

    .margin-minus {
        margin-top: 4rem !important;
    }
}

@media(min-width:1441px) and (max-width:1570px) {
    .cta-sec:before {
        background-position: center center;
        right: -33px;
        width: 690px;
        height: 701px;
        bottom: -11px;
    }
}

@media(max-width:1440px) {
    .wraper p {
        width: 80%;
        margin-right: auto;
    }

    .delivering-img img {
        width: 99.5%;
    }

    #round-edit-iconss {
        top: 52% !important;
    }

    /*.hire-professional {*/
    /*padding: 39px 30px 138px;*/
    /*     }*/
    .cta-sec:before {
        width: 736px;
        height: 733px;
        bottom: -11px;
    }

    /* .cta-content {
    width: 60%;
} */
    .card-published:before {
        width: 241px;
        height: 321px;
        right: -37px;
    }

    .wraper {
        width: 65%;
    }

    /*    .book-consult a {*/
    /*    font-size: 14px;*/
    /*}*/
    .wraper h3 {
        font-size: 36px;
    }

    .second {
        left: 166px;
        margin-top: 55px;
    }

    .content-list.frst-ss {
        left: 125px;
        bottom: 46px;
    }

    .content-list h3 {
        font-size: 20px;
    }

    .threes {
        margin-top: 53px;
    }

    /*.hire-professional {*/
    /*    width: 92%;*/
    /*}*/
    .cta-content p {
        width: 77%;
    }

    .cta-sec {
        width: 90%;
    }

    /* .next-cta-bg::before{
    bottom: 59px;
} */
    .rounding-edits {
        right: 91px;
        top: 46% !important;
    }

    /* .BookTitle {
  bottom: 160px;
}
.circle {
  top: 145px;
}
.sliderCircle ul li {
  top: -18%;
}
.sliderCircle ul li:nth-child(3) {
  left: 14%;
  top: -83px;
}
.sliderCircle ul li:nth-child(4) {
  left: -42px;
  top: 72px;
}
.sliderCircle ul li:nth-child(12) {
  left: 40%;
  bottom: -178px;
}
.sliderCircle ul li:nth-child(11) {
  left: 39%;
  bottom: -161px;
}
.sliderCircle ul li:nth-child(10) {
    left: 39%;
    bottom: -151px;
}
.sliderCircle ul li:nth-child(9) {
  left: 37%;
  bottom: -145px;
}
.sliderCircle ul li:nth-child(8) {
  left: 36%;
  bottom: -158px;
}
.sliderCircle ul li:nth-child(7) {
  left: 79%;
  top: 419px;
}
.sliderCircle ul li:nth-child(6) {
  left: 84%;
  top: 234px;
}
.sliderCircle ul li:nth-child(5) {
  left: 77%;
  top: 55px;
}
.sliderCircle ul li:nth-child(2) {
  left: 61%;
  top: -73px;
}
.sliderCircle ul li {
  top: -16%;
  left: 50%;
}
.sliderCircle ul li:nth-child(3) {
  left: 12%;
  top: -66px;
}
.sliderCircle ul li:nth-child(12) {
  left: 39%;
  bottom: -169px;
} */
}

@media(max-width:1399px) {
    .publishing-service-box {
        width: 100%;
    }

    .card-one p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .hire-content-img img {
        margin-left: -57px;
        margin-top: -50px;
    }

    .margin-minus {
        margin-top: 2.5rem !important;
    }

    .get-touch-bg {
        padding: 50px 30px;
    }

    .flex-wraping li a {
        font-size: 14px;
    }

    .book-pr img {
        margin-left: auto;
        display: block;
    }

    .about-content p {
        font-size: 17px;
    }

    .card-published:before {
        width: 229px;
        height: 321px;
        right: -37px;
    }

    .cta-content p {
        width: 83%;
    }

    .bookwritng-service-box h3 {
        font-size: 21px;
    }

    .defaultp {
        font-size: 17px;
    }

    /* .circle {
  top: 138px;
} */
    .publishing-banner-content h2 {
        font-size: 50px;
    }

    .card-content h3 {
        font-size: 17px;
    }

    .portfolio-img1 img {
        width: 169px;
    }

    /*.hire-professional {*/
    /*       background-position: inherit;*/
    /*}*/
    .round-imgs img {
        width: auto !important;
    }

    .round-imgs {
        position: absolute;
        top: -9px;
        left: 120px;
        z-index: 999999999;
    }

    .round-img img {
        width: auto !important;
    }

    .publishing-service-box:before {
        top: -28px;
        right: -29px;
        width: 195px;
        height: 297px;
    }

    .box-three:before {
        width: 346px;
        height: 316px;
        right: 10px;
    }

    .aaa h5 {
        font-size: 27px;
    }

    .aaa h3 {
        font-size: 60px;
    }

    p {
        font-size: 14px;
    }

    .cta-content h2 {
        color: var(--white-color);
        font-size: 45px;
    }

    /*    .book-consult a {*/
    /*    font-size: 12px;*/
    /*}*/
    .genre-hd h2 {
        font-size: 50px;
    }

    .content-list p {
        font-size: 14px;
    }

    .client-img img {
        width: 80%;
    }

    .main-client-img img {
        width: 90%;
    }

    .hire-content h2 {
        font-size: 40px;
    }

    .footer-bg ul li a {
        font-size: 16px;
        ;
    }

    .blog-content h3 {
        font-size: 18px;
    }

    .list-item li a {
        font-size: 13px;
    }

    .BookTitle {
        right: 0px;
    }

    /* .circle{
  right: -184px;
} */
    /*.hire-professional {*/
    /*    width: 86%;*/
    /*}*/
    /*    .hire-professional:before {*/
    /*    right: 98px;*/
    /*}*/
    /*.hire-professional {*/
    /*    padding: 39px 30px 112px;*/
    /*}*/
    /*.margin-minus {*/
    /*        margin-top: -67px;*/
    /*    }*/
    .whychoose:before {
        width: 1160px;
    }

    .BookTitle {
        bottom: 160px;
    }

    /*                        .next-cta-bg::before {*/
    /*    width: 424px;*/
    /*    height: 437px;*/
    /*    bottom: 80px;*/
    /*}*/
    .round-imgs img {
        width: auto !important;
    }

    .round-imgs {
        top: -5px;
        left: 114px;
    }

    .nav-link {
        font-size: 17px;
        padding: 14px 22px
            /* border-radius: 200px; */
        ;
    }

    #round-edit-icons {
        left: 142px;
    }

    .book-marketing-box p {
        height: 250px;
    }

    .round-img.rounding-editss img {
        width: auto;
    }

    #round-edit-iconss {
        top: 53% !important;
        right: 120px !important;
    }

    .rounding-editsss {
        bottom: 11%;
    }

    #round-edit-iconsss {
        bottom: 20%;
        left: 22.5%;
    }

    #round-edit-iconssss {
        top: 21%;
        left: 37.5%;
    }

    .round-edit-iconsssss {
        left: 22.5%;
        top: 42%;
    }

    #round-edit-iconssssss {
        left: 12.5%;
        top: 21%;
    }

    #round-edit-iconsssss {
        left: 22.5%;
        top: 42%;
    }

    .publishing-cta-img img {
        top: -187px;
        left: -77px;
        width: 406px;
    }

    .publishing-cta-imgs img {
        top: -177px;
        right: -57px;
        height: auto;
    }

    #round-edit-iconsse {
        /* left: 104px !important; */
        top: 44% !important;
    }

    /*.delivering-img img {*/
    /*    width: 90%;*/
    /*}*/
    .h_s5box .disc {
        bottom: -189px;
    }

    .h_s5box .long-disc {
        bottom: -97px;
    }

    .h_s5box img {
        translate: 46px -119px;
    }

    #long-img img {
        width: 331px;
        height: 280px;
        translate: 9px -12px;
    }

    #long-img:hover img {
        translate: 355px -34px !important;
    }

    .cta-sec:before {
        width: 650px;
        height: 656px;
        bottom: -11px;
    }

    .next-cta-content p {
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0;
    }

    .delivering-img {
        width: 110%;
        overflow: hidden;
    }

    .delivering-img img {
        width: 100%;
    }
}

@media(min-width:1281px) and (max-width:1365px) {
    .cta-content p {
        width: 80%;
    }

    .cta-sec:before {
        width: 628px;
        height: 637px;
        bottom: -8px;
    }

    .cta-content {
        width: 54%;
    }
}

@media(max-width:1280px) {
    .genre-hd h2 {
        font-size: 50px;
    }

    .rounding-edit {
        left: 85px;
    }

    .cta-sec:before {
        width: 563px;
        height: 562px;
    }

    /* .circle {
              right: -180px;
            } */
    .publishing-banner {
        height: 100vh;
    }

    .wraper h3 {
        font-size: 29px;
    }

    .wraper {
        width: 74%;
    }

    .wraper p {
        font-size: 14px;
        width: 65%;
    }

    .second {
        left: 135px;
        margin-top: 46px;
    }

    .content-list.frst-ss {
        left: 94px;
        bottom: 37px;
    }

    .threes {
        margin-top: 45px;
    }

    .card-published:before {
        width: 239px;
        height: 318px;
    }

    .wraper p {
        font-size: 14px;
        /*width: 80%;*/
    }

    .wraper p {
        font-size: 17px;
        margin-right: auto;
    }

    .about-content p {
        font-size: 17px;
    }

    /*.hire-professional:before{*/
    /*  right: 91px;*/
    /*}*/
    .cta-content p {
        font-size: 17px;
    }

    /*   .hire-professional*/
    /*{*/
    /*       width: 90%;*/
    /*   }*/
    /*    .hire-professional:before {*/
    /*    right: 75px;*/
    /*}*/
    .cta-content h2 {
        font-size: 40px;
    }

    #round-edit-icons {
        bottom: 69px;
        left: 118px;
    }

    .bookwritng-service-box h3 {
        font-size: 22px;
    }

    .wraper p {
        height: 168px;
    }

    .cta-content {
        width: 50%;
    }

    .cta-content p {
        width: 95%;
    }
}

@media(max-width:767px) {
    .cta-sec {
        padding: 0 10px;
        margin-bottom: 0px;
    }

    .published-project {
        padding-bottom: 60px;
    }

    .success-story {
        padding-bottom: 75px;
    }

    .achieve-goals {
        padding-bottom: 30px;
    }

    .hire-professional {
        padding: 39px 30px 30px;
        background: var(--green-color);
    }

    .footer-bg {
        margin-top: 50px;
    }
}

@media(max-width:767px) {
    .content-genre .mainHead {
        font-size: 28px;
        color: var(--white-color);
        margin-top: -12%;
        margin-left: -1%;
        font-weight: 800;
    }

    .content-genre p {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: var(--white-color);
        margin-top: 10px;
    }

    #about-im img {
        width: 90%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .nav-btns li {
        margin: 0 auto;
    }

    .published-work-bg {
        padding: 2rem;
        margin: 0 0 1rem;
    }

    .publishing-banner-content h1 {
        font-size: 24px !important;
    }

    .dropdown-menu.enlarge.show {
        width: 16rem !important;
        display: flex;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        transform: translate(-60px, 44px) !important;
        flex-direction: column !important;
    }

    /* .dropdown-menu.enlarge.show {
        width: 14rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        transform: translate(-40px, 40px) !important;
        align-items: center;
        flex-direction: column;
    } */

    .client-name .mainHead {
        font-size: 28px;
    }

    .genre-hd .mainHead {
        font-size: 28px;
    }

    .get-touch-bg .mainHead {
        font-size: 34px;
    }

    .form-bg h4 {
        font-size: 26px;
    }

    .hire-professional .container {
        background-image: url(../imgs/subtract.png);
        background-repeat: no-repeat;
        background-size: cover;
        /* width: 70%; */
        /* padding: 39px 30px 136px; */
        /* border-radius: 40px; */
        margin: 0px auto 0;
        height: auto;
        background-position: bottom;
        padding-top: 40px;
        background-blend-mode: luminosity, normal;
        padding-bottom: 40px;
    }

    .hire-content-img img {
        display: none;
    }

    .brand-sec {
        display: none;
    }

    .h_s5box img {
        translate: 86px -119px;
    }

    .h_s5box .disc {
        bottom: -150px;
    }

    .disc.long-disc br {
        display: none;
    }

    .about-content p {
        text-align: center;
    }

    .about-sec {
        text-align: center;
    }

    .gap-middle {
        gap: 10px;
    }

    .arrow {
        display: none;
    }

    .gap-middle {
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .book-consult a {
        font-size: 14px;
        padding: 10px 18px 10px 18px;
    }

    .bg-tr a {
        padding: 10px 18px 10px 18px !important;
    }

    .genre-hd h2 br {
        display: none;
    }

    .cta-img img {
        display: none;
    }

    .cta-sec {
        width: 95%;
        text-align: center;
    }

    .expert-pub-img {
        margin-bottom: 36px;
    }

    .cta-content p {
        text-align: center !important;
    }

    p {
        font-size: 14px !important;
    }

    .payment-img {
        margin-top: 25px;
    }

    .ftr-2 {
        padding-bottom: 0px;
        padding-top: 2rem;
    }

    .footer-bg h3 {
        padding-bottom: 8px;
    }

    /*.hire-professional:before{*/
    /*  display: none;*/
    /*}*/
    .hire-content {
        width: 100%;
        text-align: center !important;
    }

    .hire-content h2 {
        font-size: 27px;
    }

    .hire-content p {
        width: 100%;
    }

    /*.margin-minus {*/
    /*  margin-top: 36px;*/
    /*}*/
    .book-pr img {
        display: none;
    }

    .form-bg {
        margin-top: 50px;
    }

    .social-icon {
        margin-top: 40px;
    }

    .faq-content h2 {
        text-align: center;
    }

    .main-client-imgs img {
        display: none;
    }

    .main-client-img img {
        display: none;
    }

    .client-img img {
        display: none;
    }

    .commas {
        display: none;
    }

    .zz {
        display: none !important;
    }

    .ii {
        width: 93% !important;
        margin: auto;
    }

    .client-name {
        width: 100%;
    }

    .pencil {
        display: none;
    }

    .second {
        position: inherit;
    }

    .content-list.frst-ss {
        position: inherit;
    }

    .whychoose {
        width: 100%;
        padding: 50px 20px;
    }

    .content-list {
        text-align: center;
        margin-bottom: 20px;
    }

    .second {
        margin-top: 0;
    }

    .threes {
        margin-top: 0px;
    }

    .acheive-img {
        margin-bottom: 36px;
    }

    .acheive-goal-content {
        text-align: center;
    }

    .genre-hd h2 {
        font-size: 26px;
    }

    .list-it li {
        gap: 0px;
        font-size: 14px;
        text-align: left;
        justify-content: space-evenly;
    }

    .blog-bg {
        width: 90%;
        margin: auto;
        display: block;
    }

    .blog-content a {
        display: flex;
        align-items: center;
    }

    .blog-content h3 {
        width: 90%;
    }

    .slick-dots li:after {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background-color: transparent;
        display: inline-block;
        margin: 2px;
        background-color: #507D82;
        opacity: 0.8;
    }

    .slick-dots li.slick-active:after {
        background-color: #507D82;
        width: 15px;
        height: 15px;
        opacity: 1;
    }

    .slick-dots li button {
        display: none
    }

    .slick-dots li {
        width: 16px;
        height: 16px;
    }

    .blog-sec .slick-dots {
        bottom: -100px;
    }

    .card-one {
        width: 90%;
        margin: auto;
        text-align: center;
    }

    .card-one img {
        width: 100%;
    }

    .border-line {
        justify-content: center !important;
    }

    .success-story .slick-dots {
        bottom: -56px;
    }

    .card-published:before {
        width: 195px;
        right: -21px;
    }

    .publishing-service-box {
        width: 90%;
        margin: auto;
    }

    .box-three:before {
        width: 236px;
        height: 285px;
        right: 5px;
        background-size: contain;
    }

    .circle ul {
        display: none;
    }

    .circle:after {
        display: none;
    }

    .circle {
        display: none !important;
    }

    .row.criclerow {
        height: auto;
    }

    .BookTitle {
        position: inherit;
    }

    .defaulth2.bg_gr {
        display: none;
    }

    .defaultp {
        margin-bottom: 30px;
    }

    .defaulth1 {
        font-size: 24px;
    }

    .bar-btn i {
        display: block;
        background: none;
        color: #ffffff;
        border: none;
        box-shadow: none;
    }

    nav.nav-btns {
        background: #000;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        left: 1000px;
        transition: all 0.5s ease-in-out;
    }

    .list-item {
        flex-direction: column;
        /* height: 100%; */
        gap: 28px;
    }

    .list-item li a {
        font-size: 16px;
    }

    .cross-btn {
        display: flex;
        justify-content: end;
        margin-right: 24px;
        margin-bottom: 100px;
        margin-top: 24px;
        transition: all 0.5s ease-in-out;
    }

    .cross-btn i {
        color: #fff;
        font-size: 25px;
        transition: all 0.5s ease-in-out;
    }

    nav.nav-btns.active {
        left: 0;
        transition: all 0.5s ease-in-out;
    }

    .publishing-banner-img img {
        display: none;
    }

    .publishing-banner-img img {
        display: none;
    }

    .publishing-banner-content h2 {
        font-size: 35px;
    }

    .publishing-banner {
        min-height: auto;
        padding: 40px 0 !important;
    }

    .publishing-banner-content {
        text-align: center;
    }

    .mbl-margin {
        margin-bottom: 66px;
    }

    .manuscript-card {
        width: 90%;
        margin: auto;
    }

    .card-content p {
        height: auto;
    }

    .published-img-port {
        display: none !important;
    }

    .publishing-cta-img img {
        display: none;
    }

    /*.next-cta-bg::before{*/
    /*  display: none;*/
    /*}*/
    /*.next-cta-content {*/
    /*    width: 100%;*/
    /*}*/
    /*.next-cta-bg {*/
    /*    background-position: left;*/
    /*    padding: 40px 20px 40px 20px;*/
    /*}*/
    .digi-platform {
        background: #fff !important;
    }

    .read-ma {
        margin-bottom: 45px;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .about-sec {
        padding: 50px 0 20px;
    }

    .card-content img {
        margin: auto;
        left: -5px;
        position: relative;
    }

    .manuscript-book-seller .slick-dots li.slick-active:after {
        background-color: #000;
        width: 15px;
        height: 15px;
        opacity: 1;
    }

    .manuscript-book-seller .slick-dots li:after {
        background-color: #fff;
    }

    .next-cta-content {
        text-align: center;
    }

    .whychoose:before {
        width: 95%;
        top: -5px;
    }

    .whychoose {
        margin-bottom: 50px;
    }

    .faq-img {
        margin-bottom: 45px;
    }

    .faqs {
        padding-bottom: 50px;
    }

    .genre-sec {
        padding-bottom: 84px;
    }

    .cross-btn {
        display: none;
    }

    .round-imgs {
        display: none;
    }

    .round-img {
        display: none;
    }

    .publishing-banner {
        height: auto;
    }

    .manuscript-book-seller {
        padding: 50px 0;
    }

    .published-work {
        margin-bottom: 50px;
    }

    .cta-pub-page {
        margin-bottom: 50px;
    }

    .mar-bottom-inner {
        margin-top: 0px;
        padding: 50px 0;
    }

    .work-img img {
        display: none;
    }

    .bullet-points li {
        font-size: 16px;
    }

    .cta-new-font h2 {
        font-size: 27px;
    }

    .service-book-editing {
        padding: 50px 0;
    }

    .nav-link {
        font-size: 14px;
        padding: 12px 22px
            /* border-radius: 200px; */
        ;
    }

    .nav-pills {
        justify-content: center !important;
        gap: 10px;
    }

    /* .nav-pills li{
  margin-bottom: 10px;
} */
    .tab-content-text h3 {
        font-size: 27px;
    }

    .tab-content-text {
        text-align: center;
    }

    .tab-service-img img {
        display: none;
    }

    .book-marketing-box p {
        height: auto;
    }

    .book-mark-serv .slick-dots li.slick-active:after {
        background-color: #000;
        width: 15px;
        height: 15px;
        opacity: 1;
    }

    .book-mark-serv .slick-dots li:after {
        background-color: #fff;
    }

    .book-marketing-box img {
        /* width: 80px; */
        margin-bottom: 21px;
        margin: auto;
        margin-bottom: 21px;
    }

    .book-marketing-box {
        width: 90%;
        margin: auto;
        margin-bottom: 24px;
    }

    .book-consult a {
        font-size: 15px !important;
        padding: 12px 16px 12px 16px !important;
    }

    .cross-btn {
        display: flex;
        margin: 10px auto;
    }

    .BookTitle {
        bottom: 0;
    }

    .h_sec1.home {
        padding: 171px 0 60px 0;
    }

    .cta-sec:before {
        display: none;
    }

    .cta-content {
        width: 100%;
    }

    .cta-content p {
        width: 100%;
    }

    .cta-content h2 {
        font-size: 20px;
    }

    .publishing-cta-imgs img {
        display: none;
    }

    .genres-service {
        width: 100% !important;
        padding: 30px 15px 30px 15px !important;
        border-radius: 0;
        margin-top: 2rem;
    }

    .genre-img img {
        display: none;
    }

    .content-genre h4 {
        font-size: 100px !important;
    }

    .content-genre h2 {
        margin-top: -21%;
        font-size: 34px;
    }

    .slider-nav-img {
        display: none !important;
    }

    .arrowsss {
        flex-flow: revert !important;
    }

    .home-page-bg {
        background-size: contain;
        background-position: unset;
    }

    .book-consult a {
        width: 90%;
        justify-content: center;
        margin: auto;
    }

    .h_sec1.home {
        height: auto;
    }

    ul.bullet-points {
        padding: 0 28px;
        text-align: left;
    }

    .whych {
        margin-bottom: 1.5rem !important;
    }

    .publihed-book-imgs img {
        margin-top: 20px;
    }

    .row.criclerow {
        height: auto !important;
    }

    .row.criclerow .BookTitle {
        top: inherit !important;
    }

    .h_sec1.home {
        padding: 40px 0 80px 0 !important;
    }

    section.h_sec1.home .row {
        margin-bottom: 0px !important;
    }

    section.h_sec1.home .row.criclerow {
        margin-top: 0 !important;
    }

    .defaultp {
        margin-bottom: 9px;
    }

    .blog-sec {
        padding-bottom: 110px;
    }

    .btom-space {
        padding-bottom: 50px !important;
    }

    .mbl-margin {
        margin-bottom: 0px;
    }

    .delivering-img img {
        display: none;
    }

    .published-work {
        margin-bottom: 0px;
    }

    .publishing-taxes-box {
        border: none;
    }

    .publishing-taxes-box p {
        height: auto;
    }

    .taxes-icon img {
        margin: auto;
    }

    .next-cta-content p {
        width: 100%;
    }

    .next-cta-publishing .container {
        background-image: none !important;
        padding: 30px !important;
        background-color: #406d72 !important;
        height: auto;
        border-radius: 0;
    }

    .cta-pub-page {
        margin-bottom: 0;
    }

    .publishing-inner-section:after {
        z-index: -1;
    }

    .about-sec {
        z-index: 1;
    }

    .publishing-partner-after-img img {
        width: 100%;
        margin-top: 0;
        height: auto;
    }
}

/* .wraper{
  width: 260px;
} */
/* .wwws:before{
  position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: 0px;
    border-radius: 49px;
    left: 50%;
    transform: translate(-50%, 0%);
    top: -38px;
    background-color: red;
}
.wwws img{
  position: relative;
  z-index: 99999;
  top: 1px;
  left: -8px;
}
.wwws:before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  z-index: 1;
  border-radius: 49px;
  background-color: var(--green-color);
  right: -7px;
  left: inherit;
  top: 15px;
}
.book-consult a {
  background-color: var(--green-color);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--white-color);
  border-radius: 101px;
  padding: 17px 10px 17px 28px;
  position: relative;
  justify-content: space-between;
  z-index: 9999999999999999999999999999;
}
.book-consult:hover a .wwws:before {
  background-color: var(--green-color);
  width: 100%;
  height: 100%;
  right: 0;
  top: inherit;
  transform: inherit;
  z-index: -1;
  transition: all 0.5s ease-in-out;
} */
/* .slick-vertical .slick-slide{
  width: auto !important;
} */
.logoName h4 {
    color: #fff;
    font-size: 1.75rem;
}

.logo img {
    width: 16rem;
    height: auto;
}

.nav-btns li {
    padding: 0 14px;
}

.nav-btns .dropdown-menu {
    width: max-content;
}

.nav-btns .dropdown-menu li {
    padding: 4px 10px;
}

.nav-btns .dropdown-menu li a {
    color: #000000;
}

.nav-btns .dropdown-menu li:hover {
    color: #ffffff;
    background-color: var(--green-color);
}

.header-buttons .book-consult a {
    width: auto;
    padding: 16px 34px;
    height: auto;
}

.modal {
    overflow: hidden !important;
}

.publishing-banner-content h1 {
    font-size: 40px;
    color: #F3F6F7;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #1E5359;
    z-index: 999999999;
}

.dropdown-menu.enlarge.show {
    width: 30rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: translate(0px, 10px);
}



.dropdown-menu.enlarge li {
    flex: 0 0 48%
}

.dropdown-menu.enlarge li a {
    font-size: 12px;
}

.secScroller {
    /* padding: 5rem 0 0; */
    margin: 4rem 0;
}

.secScroller .container {
    height: 24rem;
    overflow-x: hidden;
    overflow-y: scroll;
}

.service-book-editing .tab-content-text ul li {
    color: #ffffff;
    margin: 0;
    padding: 0 0 10px;
    list-style: disc;
    font-size: 18px;
    font-weight: 400;
}

.footer-bg a {
    color: #fff;
}

/* .header-buttons .book-consult:nth-of-type(2) a {
    background-color: transparent;
    color: #fff;
    border: 2px solid var(--green-color);
} */
/* .header-buttons .book-consult:first-of-type a {
    background-color: transparent;
    color: #fff;
    border: 2px solid var(--green-color);
} */

/* ===== Default (Desktop) ===== */
.header {
    display: block;
}

.mobile-header,
.mobile-menu,
.menu-overlay {
    display: none;
}

/* ===== Mobile ===== */
@media (max-width: 991px) {

    /* desktop header band */
    .header {
        display: none;
    }

    /* mobile header on */
    .mobile-header {
        display: block;
        background: #507d82;
        padding: 1rem 0;
    }

    /* side menu base */
    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        right: -280px;
        left: auto;
        width: 280px;
        height: 100%;
        background: #111;
        color: #fff;
        z-index: 9999;
        transition: left 0.3s ease;
        padding: 20px;
        overflow-y: auto;
    }


    .mobile-menu.active {
        right: 0;
    }

    .menu-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9998;
    }

    .menu-overlay.active {
        display: block;
    }

    .mobile-header img {
        height: 2rem;
    }

    .mobile-top {
        display: flex;
        justify-content: space-between;
    }

    .bar-btn {
        border: 0;
        background: transparent;
    }
}

@media (max-width: 991px) {

    /* ===== Side Menu ===== */
    .mobile-menu {
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100%;
        background: #212529;
        /* dark navy */
        color: #fff;
        z-index: 9999;
        transition: right 0.35s ease;
        padding: 20px 18px;
        overflow-y: auto;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.4);
    }

    .mobile-menu.active {
        right: 0;
    }

    /* ===== Menu Header ===== */
    .menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 20px;
    }

    .menu-header span {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.3px;
    }

    #closeMenu {
        border: 0;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        font-size: 16px;
    }

    /* ===== Menu Links ===== */
    .mobile-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-links>li {
        margin-bottom: 6px;
    }

    .mobile-links a,
    .mobile-links span {
        display: block;
        padding: 8px 10px;
        color: #e5e7eb;
        font-size: 15px;
        text-decoration: none;
        border-radius: 8px;
        transition: background 0.25s ease;
    }

    .mobile-links a:hover,
    .mobile-links span:hover {
        background: rgba(255, 255, 255, 0.08);
    }

    /* ===== Services Sub Menu ===== */
    .mobile-links .has-sub>span {
        font-weight: 500;
        color: #fff;
        /* height: 14px; */
    }

    .mobile-links .has-sub ul {
        list-style: none;
        padding-left: 10px;
        margin-top: 6px;
        height: 240px;
        overflow: auto;
    }

    .mobile-links .has-sub ul li a {
        font-size: 14px;
        padding: 10px 14px;
        color: #cbd5f5;
    }

    /* ===== CTA Button ===== */
    .mobile-links .btn {
        background: #507d82;
        color: #fff;
        text-align: center;
        margin-top: 12px;
        padding: 12px;
        border-radius: 10px;
        font-weight: 600;
    }

    /* ===== Overlay ===== */
    .menu-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        z-index: 9998;
    }

    .menu-overlay.active {
        display: block;
    }

    .whychoose .mainHead br {
        display: none;
    }
}