.btn_light,
h5,
h6 {
    letter-spacing: 0.02rem;
}
.book_tab_row,
.row_gap {
    row-gap: 1.5rem;
}
.home_blog h6,
.home_blog p {
    line-height: 1.2rem;
}
.top_header .social_media,
footer p,
footer ul li a {
    font-size: 0.875rem;
}
.counting_ul li::before,
.counting_ul li:first-child::before,
.counting_ul li:nth-child(2)::before,
.counting_ul li:nth-child(3)::before,
.counting_ul li:nth-child(4)::before {
    content: attr(data-counter);
}
.light_anchor,
.mobile_menu_ul li a,
.services_card a,
a,
footer ul li a,
nav .menu_items li a {
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: ITC;
    src: url(../font/ITCAvantGardeStd-Md.ttf);
}
:root {
    --light-primary: #fff5f4;
    --light-grey: #646464;
    --text-black: #00000;
    --light-bg: #fafafa;
    --text-light-color: #fff;
    --primary: #d50400;
    --primary-extra-light-bg: #e0f5fe;
    --gray-bg: #f0f3f8;
    --dark-bg: #212121;
    --black-bg: #212121;
    --grey: rgba(0, 0, 0, 0.25);
    --sectionPadding-top: 4.75rem;
    --sectionPadding-bottom: 5.3125rem;
    --small-section-padding: 3rem;
    --header-height: 4.625rem;
}
.fs_14{
    font-size: 0.875rem;
}
.dropdownName{
    color: var(--text-black) !important;
    font-size: 1rem !important;
    font-weight: 600;
}
.lightGrey{
    background-color: #EEEEEE !important;
}
.light_primary {
    background-color: #fff5f4;
}

 .stories_ul {
    display: flex
;
    list-style-type: none;
    width: 100%;
    justify-content: center;
    gap: 15px 10px;
    flex-wrap: wrap;
}
   .stories_ul > li {
    border: 2px solid var(--primary);
    border-radius: 4px 4px 15px 4px;
    padding: 10px;
    text-align: center;
    display: flex;
    font-size: .9rem;
    transition: all .3s ease;
    flex-direction: column;
    align-items: center;
    min-width: 6rem;
}
    .stories_ul > li:hover{
        background-color: var(--primary);
        color: #fff;
    }
    .stories_ul > li > img{
        max-width: 4rem;
        background-color: var(--primary);
        padding: 10px;
        margin-bottom: .5rem;
    }
    .book_big_card:hover{
        background-color: #fff;
    }
    .book_big_card:hover p{
        color: var(--light-grey) !important;
    }
    .dashed_border_publishing::before {
        max-height: 9rem;
    }
    .list-03 {
        margin-bottom: 23px;
    }
    .list-03 ul
    {
        padding:0 0 0 20px;        
    }
    .list-03 ul li
    {
        margin-bottom:10px;        
    }
.bg_primary,
.bookwriting_dropdown .bookwriting_dropdown_services:hover svg,
.brand_slider,
.center-item,
.compeling_book_card:hover,
.compeling_book_card_active,
.hero_section .review i,
.print_card:hover .print_card_content {
    background-color: var(--primary);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.faq_section .accordion .accordion-body p,
.text_grey,
p {
    color: var(--light-grey);
    position: relative;
    list-style:none;
}
.checkpoints li{
    color: var(--light-grey);
    position: relative;
    list-style:none;
}
.checkpoints li::before {
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: -1.25rem;
    color: var(--primary);
}
h5,
h6 {
    font-weight: 600;
}
.h6 {
    font-size: 1rem !important;
}
.about_social_media i,
.active,
.binding_card_content h6,
.bookwriting_dropdown .bookwriting_dropdown_services:hover h6,
.get_started_bg .section-heading > h6,
.text_primary,
nav .menu_items a:hover,
nav .menu_items a:target {
    color: var(--primary);
}
.blog_detail_content strong,
.bookwriting_dropdown .bookwriting_dropdown_services:hover p,
.btn_primary2:hover,
nav .menu_items li a {
    color: var(--dark-bg);
}
.hero_section h1,
.hero_section p,
.top_header .social_media {
    color: var(--text-light-color);
}
.blog_detail_content img {
    border-radius: 10px 10px 70px;
}
body {
    background: var(--background);
    color: var(--text-color);
    font-family: ITC, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.3;
}
.section_padding {
    padding-top: var(--sectionPadding-top);
    padding-bottom: var(--sectionPadding-bottom);
}
.top_header {
    background-color: var(--dark-bg);
    padding: 0.5rem 0;
}
.top_header .contact_details,
:is(a) {
    color: var(--text-light-color);
    font-size: 0.875rem;
}
.contact_details > div:nth-child(2),
.top_header .contact_details > div:first-child {
    border-right: 1px solid var(--text-light-color);
    padding-right: 0.625rem;
}
.top_header .social_media .search_input {
    border: none;
    background-color: transparent;
    border-left: 2px solid #fff;
    padding-left: 0.313rem;
    max-width: 6.25rem;
    color: var(--text-light-color);
}
.top_header .social_media .search_input::placeholder {
    color: var(--text-light-color);
}
.top_header .social_media .search_input:focus {
    outline: 0;
}
.logo > img {
    height: 2.5rem;
    max-height: 2.5rem;
}
.header__sticky.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--text-light-color);
    -webkit-animation: 0.5s ease-in-out fadeInDown;
    animation: 0.5s ease-in-out fadeInDown;
    z-index: 99;
    box-shadow: rgba(99, 99, 99, 0.2) 0 0 8px 0;
}.iti {
    width: 100% !important;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
nav .menu_items {
    display: flex;
    margin: 0;
}
nav .menu_items > li {
    list-style-type: none;
    padding: 1.675rem 0.525rem;
}
nav .menu_items li a {
    font-weight: 700;
}
nav .menu_items > li > a {
    white-space: nowrap;
}
.mobile_menu .fa-bars {
    font-size: 1.5rem;
}
.mobileMenuArea {
    display: flex;
    flex-direction: column;
    max-width: 23rem;
    padding: 0.5rem 0;
}
.hero_section {
    background: url(../images/home/home-hero.webp) center/cover no-repeat;
    position: relative;
}
.hero_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(to right, rgb(213 4 0 / 24%), rgba(0, 0, 0, 0));
    z-index: 1;
}
.btn_light:before,
.btn_transparent:before {
    width: 18.75rem;
    top: 100%;
    left: 100%;
    transition: 0.7s;
    content: "";
    position: absolute;
}
.hero_section > * {
    position: relative;
    z-index: 2;
}
.hero_section h1 {
    font-weight: 700;
    font-size: 3.5rem;
}
.hero_section p {
    font-size: 0.9rem;
}
.brand_slider .owl-stage,
.review {
    display: flex;
    align-items: center;
}
.btn_light,
.btn_transparent {
    display: inline-block;
    padding: 0.625rem 1.5rem;
    position: relative;
    overflow: hidden;
    transition: color 0.5s;
    z-index: 1;
}

.btn_light {
    border: none;
    border-radius: 2px 2px 12px;
    color: var(--primary);
    font-weight: 600;
}
.btn_primary_modal,
.btn_transparent {
    letter-spacing: 0.02rem;
    border-radius: 2px 2px 12px;
    font-weight: 600;
}
.btn_light:hover,
.btn_primary:hover,
.btn_primary_modal,
.btn_text_dark:hover,
.btn_transparent,
.btn_transparent:hover,
.compeling_book_card:hover h6,
.compeling_book_card:hover h3,
.compeling_book_card:hover p,
.offer_card button:hover,
.offer_card:hover h3,
.offer_card:hover p,
.offer_card_active h3,
.offer_card_active p {
    color: var(--text-light-color) !important; 
}
.btn_light:before {
    z-index: -1;
    background: var(--primary);
    height: 8.375rem;
    border-radius: 50%;
}
.btn_light:hover:before, .btn_primary2:hover:before, .btn_primary:hover:before, .btn_primary_not:hover:before, .btn_text_dark:hover:before, .btn_transparent:hover:before {
    top: -46px;
    left: -45px;
}
.btn_light:active:before,
.btn_primary2:active:before,
.btn_primary:active:before,
.btn_text_dark:active:before,
.btn_transparent:active:before {
    background: var(--primary);
    transition: background;
}
.btn_transparent {
    border: 1px solid var(--text-light-color);
    background-color: transparent;
}
.btn_transparent:before {
    z-index: -1;
    background: var(--primary);
    height: 9.375rem;
    border-radius: 50%;
}
.btn_primary_modal {
    padding: 0.688rem 0.938rem;
    font-size: 0.8rem;
    transition: 0.1s;
    border: none;
    background-color: var(--primary);
}
.btn_primary,
.btn_primary2,
.btn_primary_not {
    border-radius: 2px 2px 12px;
    letter-spacing: 0.02rem;
    display: inline-block;
    transition: color 0.5s;
    background-color: var(--primary);
    color: var(--text-light-color);
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn_primary_not {
    border: none;
    font-size: 1rem;
}
.btn_primary,
.btn_primary2 {
    border: none;
}
.btn_primary:before,
.btn_primary_not::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--dark-bg);
    height: 7.375rem;
    width: 28.75rem;
    border-radius: 50%;
    top: 100%;
    left: 100%;
    transition: 0.7s;
}
.btn_primary2:before,
.btn_text_dark:before {
    width: 28.125rem;
    top: 100%;
    left: 100%;
    transition: 0.7s;
    content: "";
    position: absolute;
    z-index: -1;
}
.btn_primary2:before {
    background: var(--text-light-color);
    height: 6.375rem;
    border-radius: 50%;
}
.btn_text_dark {
    letter-spacing: 0.02rem;
    display: inline-block;
    border-radius: 2px 2px 12px;
    padding: 0.625rem 1.5rem;
    position: relative;
    overflow: hidden;
    transition: color 0.5s;
    z-index: 1;
    font-weight: 600;
    border: none;
    color: var(--dark-bg);
    border: 1px solid var(--black-bg);
}
.btn_text_dark:before {
    background: var(--primary);
    height: 6.75rem;
    border-radius: 50%;
}
.btn_light:active,
.btn_primary:active,
.btn_text_dark:active,
.btn_transparent:active {
    transform: translateY(1px);
}
.hero_form {
    background-color: var(--text-light-color);
    max-width: 23.125rem;
    border-radius: 6px 6px 32px;
}
.form-control {
    border: 0.125rem solid var(--grey);
    border-radius: 2px 2px 12px;
    font-size: 0.8rem;
}
.form-control:focus,
.nice-select:focus {
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(213 4 0 / 10%);
}
footer .footer_border_bottom,
footer .subscribe_section {
    border-bottom: 1px solid var(--text-light-color);
}
footer .subscribe_section .subscribe_heading  {
    font-size: 2.22rem;
    margin: 0rem;
}
.nice-select {
    border: 0.125rem solid var(--grey);
    border-radius: 2px 2px 12px;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    height: 2.3rem;
    line-height: 2.2rem;
    color: var(--light-grey);
}
.nice-select::after {
    height: 0.5rem;
    width: 0.5rem;
}
.nice-select .list {
    height: 200px;
    overflow-y: visible;
}
.brand_slider .item img {
    width: 10rem;
    height: 2.5rem;
    margin: 0 auto;
    object-fit: contain;
}
.section-heading.text-center {
    margin-bottom: 3.75rem;
}
.section-heading.text-center > h6,
.section-heading > h6 {
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}
.section-heading.text-center h2 {
    margin-left: auto;
    margin-right: auto;
    color: var(--primary);
    font-weight: 700;
    font-size: 3rem;
}
.section-heading > h3 {
    margin-left: auto;
    margin-right: auto;
    color: var(--primary);
    font-weight: 700;
    font-size: 2.55rem;
}
.section-heading h2 {
    color: var(--primary);
    font-weight: 700;
    font-size: 3rem;
}
.section-heading h1 {
    color: var(--primary);
    font-weight: 700;
    font-size: 3rem;
}
.section-heading.text-center > p {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
    color: var(--light-grey);
}
.checkMark-ul,
.inner-bannerHeading > ul,
.section-heading > ul {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    margin-top: 1.5rem;
}
.selling_book_section .nav-link.active {
    border-radius: 2px 2px 12px;
    background-color: var(--primary);
    color: var(--text-light-color);
    border: 1px solid var(--text-light-color);
    padding: 0.625rem 1.125rem;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}
.selling_book_section .nav-link {
    border-radius: 2px 2px 12px;
    background-color: #fafafa;
    color: var(--primary);
    border: none;
    padding: 0.625rem 1.125rem;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid var(--primary);
}
.book_tab_row {
    text-align: center;
}
.portfolio_card h4 {
    margin-bottom: 0;
    margin-top: 0.625rem;
    font-weight: 700;
    font-size: 1.22rem;
}
.portfolio_card h3 {
    margin: 0.313rem;
    color: var(--primary);
    transition: 0.3s;
    font-size: 1.34rem;
    margin-top: 1rem;
    font-weight: 600;
}
.about_follow div:hover,
.portfolio_card:hover {
    cursor: pointer;
}
.portfolio_card:hover h5 {
    margin: 0.313rem;
    color: var(--primary);
}
.homeServiceSection {
    background: url(../images/home/home-cta.jpg) !important;
}
.services_section {
    background: url(../images/home/home-cta.jpg) center/cover no-repeat;
}
.services_section h1,
.services_section h6 {
    color: var(--text-light-color);
    text-align: center;
    font-weight: 700;
}
.services_section h2{
    color: var(--text-light-color);
    text-align: center;
    font-weight: 700;
}
.services_section h1 {
    max-width: 36.25rem;
    margin: 0 auto;
    font-size: 3rem;
}
.services_section h2 {
    max-width: 36.25rem;
    margin: 0 auto;
    font-size: 3rem;
}
.ghousting_bg1 {
    background: url(../images/ghostwriting/ghousting-bg1.png) center/cover no-repeat;
}
.ghousting_bg1 h1,
.ghousting_bg2 h1 {
    color: var(--primary);
    text-align: center;
    font-weight: 700;
    max-width: 40.25rem;
    margin: 0 auto;
    font-size: 3rem;
}
.ghousting_bg1 h6,
.ghousting_bg2 h6,
.ghousting_bg3 h6,
.ghousting_bg4 h6 {
    color: var(--dark-bg);
    text-align: center;
    font-weight: 700;
}
.ghousting_bg2 {
    background: url(../images/ghostwriting/ghousting-bg2.png) center/cover no-repeat;
}
.ghousting_bg2 p {
    text-align: center;
    max-width: 50.25rem;
    margin: 0 auto;
}
.ghousting_bg3 {
    background: url(../images/ghostwriting/ghousting-bg3.png) center/cover no-repeat;
}
.ghousting_bg3 h1,
.ghousting_bg4 h1 {
    color: var(--primary);
    text-align: center;
    font-weight: 700;
    max-width: 48.25rem;
    margin: 0 auto;
    font-size: 3rem;
}
.ghousting_bg3 p,
.ghousting_bg4 p {
    text-align: center;
    max-width: 50.25rem;
    margin: 0.5rem auto;
}
.ghousting_bg4 {
    background: url(../images/ghostwriting/ghousting-bg4.png) center/cover no-repeat;
}
.crafting_bg {
    background: url(../images/home/creafting-bg.png) 0 0 / cover no-repeat;
}
.card_gap {
    row-gap: 2.5rem;
}
.card_gap_3 {
    row-gap: 3.5rem;
}
.card_gap_4 {
    row-gap: 4rem;
}
.card_gap_gh {
    row-gap: 1rem;
}
.tailored_book_writing h2 {
    max-width: 33.75rem;
    margin-left: 0;
}
.tailored_book_writing h3 {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0rem;
}
.get_started_bg .section-heading > h2,
.tailored_book_writing p {
    max-width: 37.5rem;
    margin-left: 0;
    margin-bottom: 0.375rem;
}
.offer_card h3 {
    font-weight: 700;
    margin-top: 1.25rem;
    color: var(--black-bg);
    transition: 0.3s;
}
.offer_card ul li {
    color: var(--light-grey);
    font-size: 0.938rem;
}
.offer_card {
    border-radius: 6px 6px 24px;
    padding: 0.625rem 1.5rem;
    border: 1px solid #1e1e1e;
    min-height: 21.8rem;
    position: relative;
    background-color: var(--light-primary);
    transition: 0.3s;
}
.offer_card:hover,
.offer_card_active,
.testimonial_card_active,
.testimonials_card:hover {
    background-color: var(--primary) !important;
    border: 1px solid transparent !important;
}
.offer_card p {
    color: var(--light-grey);
    transition: 0.3s;
    font-size: 0.9rem;
}
.offer_card:hover .icon,
.offer_card_active .icon {
    background-color: var(--black-bg);
}
.offer_card_active .icon {
    background-color: var(--black-bg) !important;
}
.offer_card:hover button {
    background: var(--text-light-color) !important;
    color: var(--primary);
}
.offer_card_active.offer_card_active button {
    background-color: var(--text-light-color);
    color: var(--primary) !important;
}
.compeling_book_card_active h6,
.compeling_book_card_active p,
.lightbreadcrumb .breadcrumb-item + .breadcrumb-item::before,
.more_dropdown_li li a,
.offer_card:hover li,
.offer_card_active.offer_card_active li,
.offer_card_active.offer_card_active button:hover,
.services_card:hover h6 {
    color: var(--text-light-color) !important;
}
.offer_card button {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    transition: 0.3s;
}
.offer_card .icon {
    background-color: var(--primary);
    padding: 0.75rem;
    width: fit-content;
    border-radius: 2px 2px 10px;
    margin-top: -2.5rem;
    transition: 0.3s;
}
.get_started_bg {
    background: url(../images/home/get-bg.png) center/cover no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.get_started_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.book_printing_whychoose,
.compeling_book_section,
.faq_section {
    background-color: var(--light-primary);
}
.compeling_book_card {
    border-radius: 6px 6px 64px;
    background-color: var(--text-light-color);
    padding: 2rem 1.875rem;
    padding-bottom: 3rem;
    position: relative;
    transition: 0.3s;
    /*min-height: 21.688rem;*/
    box-shadow: 0 10px 40px 0 #3437aa1a;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.compeling_book_card:hover .compeling_count,
.compeling_book_card_active .compeling_count {
    -webkit-text-stroke: 0.6px var(--text-light-color);
    -webkit-text-stroke-color: var(--text-light-color);
    color: var(--primary);
    text-shadow: 1px 0 1px transparent;
}
.compeling_book_card_active::before {
    background-image: url("../images/home/curve-design-white.svg") !important;
}
.compeling_book_card:hover::before,
.compeling_book_card_active::before {
    background-image: url("../images/home/curve-design-white.svg");
}
.compeling_book_card h6,
.compeling_book_card h3,
.compeling_book_card p {
    color: var(--black-bg);
    transition: 0.3s;
}
.compeling_book_card h6 {
    font-weight: 700;
}
.compeling_book_card h3 {
    font-weight: 700;
    font-size: 1.12rem;
}
.compeling_icon {
    background-color: #f9d9d9;
    padding: 0.75rem;
    border-radius: 2px 2px 10px;
    transition: 0.3s;
    height: fit-content;
}
.compeling_count {
    font-family: "Josefin Sans", sans-serif;
    font-size: 5.2rem;
    -webkit-text-stroke: 0.6px black;
    -webkit-text-stroke-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 0 1px transparent;
    font-weight: 700;
    transition: 0.3s;
    opacity: 0.6;
}
.blog_card:hover .blog_card_content h4,
.blog_card:hover .blog_card_content p,
.blog_card:hover .blog_card_content p:first-child,
.home_blog h6,
.home_blog p,
.light_anchor,
.news_section .home_blog_content2 > div h6,
.news_section .home_blog_content2 > div p,
.print_card:hover .print_card_content h5,
.print_card:hover .print_card_content p,
.testimonial_card_active.testimonial_card_active .user_detail h3,
.testimonial_card_active.testimonials_card p,
footer .footer_social_media {
    color: var(--text-light-color);
}
.custom_modal,
.more_dropdown_li:not(:hover) > .more_dropdown {
    opacity: 0;
    visibility: hidden;
}
.compeling_book_card::before {
    content: "";
    position: absolute;
    width: 6.5rem;
    height: 6.5rem;
    bottom: 1.5rem;
    right: 1.875rem;
    background: url(../images/home/curve-design-red.svg) 0 0 / cover no-repeat;
    transition: 0.3s;
}
.checkUl {
    white-space: nowrap;
    column-count: 2;
    margin-top: 1rem;
}
.checkUl > li{
    position: relative;
    list-style: none;
    margin-bottom: 0.22rem;
}
.checkUl > li::before {
    content: "\f14a"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: -1.59rem;
    color: var(--primary);
}

.bookwriting_li a,
.counting_ul,
.dashed_border,
.gradient_circle,
.more_dropdown_li a,
.searchIcon,
.search_btn_div,
.testimonials_section {
    position: relative;
}
.testimonials_section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 16rem;
    width: 16rem;
    background: url(../images/home/cude-design.svg) right no-repeat;
}
.testimonials_section .section-heading h2 {
    max-width: 32.5rem;
    margin-left: 0;
}
.testimonials_card {
    border-radius: 6px 6px 64px;
    background-color: var(--text-light-color);
    padding: 3rem 1.875rem;
    position: relative;
    transition: 0.3s;
    min-height: 19.688rem;
    border: 1px solid #212121;
    height: 100%;
}
.testimonials_card > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonials_card img.comas {
    width: 2.3rem;
}
.testimonials_card p {
    margin-top: 1rem;
    transition: 0.3s;
}
.testimonials_card:hover.testimonials_card p {
    color: var(--text-light-color);
}
.testimonials_card .user_detail {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 1.25rem;
}
.testimonial_card_active::before,
.testimonials_card_1::before,
.testimonials_card_1:hover::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-size: cover;
    background-position: center;
    top: 2rem;
    left: 2rem;
    position: absolute;
}
.testimonials_card .user_detail img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 10rem;
}
.testimonials_card .user_detail h6 {
    margin: 0;
    color: var(--primary);
    transition: 0.3s;
}
.testimonials_card .user_detail h3 {
    margin: 0;
    color: var(--primary);
    transition: 0.3s;
    font-size: 1.22rem;
    font-weight: 600;
}
.testimonials_card:hover.testimonials_card .user_detail h3 {
    color: var(--text-light-color);
}
.testimonials_card_1::before {
    background-image: url("../images/home/comas-red.svg");
}
.testimonial_card_active::before,
.testimonials_card_1:hover::before {
    background-image: url("../images/home/comas-white.svg");
}
.testimonials_card .user_detail p {
    margin: 0;
}
.bookSizeSlider .owl-nav,
.bookSizeSlider .owl-nav.disabled,
.testimonialSlider .owl-nav,
.testimonialSlider .owl-nav.disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 3rem;
}
.bookSizeSlider .owl-nav button.owl-prev,
.testimonialSlider .owl-nav button.owl-prev {
    background-color: #a7a9ac;
    border-radius: 4px 4px 4px 16px;
    height: 3rem;
    width: 3rem;
    position: relative;
}
.testimonialSlider .owl-nav button.owl-prev::before {
    content: "";
    position: absolute;
    top: 1.4rem;
    right: 5rem;
    border: 1px solid #b9b9b9;
    border-radius: 4px 4px 4px 16px;
    height: 0.1rem;
    width: 10rem;
}
.bookSizeSlider .owl-nav button.owl-next,
.testimonialSlider .owl-nav button.owl-next {
    background-color: var(--primary);
    border-radius: 4px 4px 16px;
    height: 3rem;
    width: 3rem;
    position: relative;
}
.testimonialSlider .owl-nav button.owl-next::before {
    content: "";
    position: absolute;
    top: 1.4rem;
    left: 5rem;
    border: 1px solid #b9b9b9;
    border-radius: 4px 4px 4px 16px;
    height: 0.1rem;
    width: 10rem;
}
.testimonialSlider .owl-stage {
    display: flex;
}
.home_blog_content h3, .home_blog_content2 h3{
    font-size: 1.11rem;
    color: var(--text-light-color);
    font-weight: 600;
}
.filter_invert {
    filter: invert(1);
}
.next_step_bg {
    background: url(../images/home/next-step-bg.jpg) center/cover;
}
.faq_section .accordion .accordion-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 24px;
    background-color: var(--light-primary);
}
.faq_section .accordion-button:focus {
    box-shadow: none;
}
.faq_section .accordion-button:not(.collapsed) {
    background-color: var(--text-light-color);
    box-shadow: none;
}
.faq_section .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-radius: 4px 4px 24px;
}
.faq_section .accordion-item .accordion-header .accordion-button {
    background-color: var(--light-primary);
    font-weight: 700;
    color: var(--black-bg);
    border-radius: 4px 4px 24px;
}
.home_blog {
    border-radius: 8px 8px 64px;
}
.home_blog p {
    font-size: 0.938rem;
    text-align: justify;
}
.light_anchor {
    font-weight: 600;
}
.home_blog .home_blog_content,
.news_section .home_blog_content2 > div {
    padding: 2rem 1.5rem;
}
.news_section .home_blog_content2 {
    width: 100%;
    background-color: var(--primary);
    border-radius: 8px 8px 64px;
}
.news_section .home_blog_content2 img {
    max-height: 15rem;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 64px;
}
footer {
    background-color: #000;
}
footer .subscribe_section {
    align-items: center;
}
.about_follow,
.about_follow div {
    display: flex;
    align-items: center;
}
footer input {
    width: 70% !important;
    border: 2px solid var(--primary) !important;
}
footer .border_right {
    border-right: 1px solid var(--text-light-color);
}
footer .border_right p {
    max-width: 18.5rem;
}
footer ul li {
    list-style-type: none;
    padding: 0.1rem 0;
}
.footer_logo > a > img {
    height: 2.8rem;
    max-height: 2.8rem;
}
footer .footer_social_media {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    transition: 0.3s;
}
footer .footer_social_media i:hover {
    color: var(--primary);
    cursor: pointer;
}
.about_section {
    background: url(../images/about/about-bg.webp) center/cover no-repeat;
}
.achievement_section {
    background: url(../images/about/achievement-bg.jpg) center/cover no-repeat;
}
.about_form {
    border: 1px solid #d5040080;
}
.about_social_media a {
    color: var(--black-bg);
    text-decoration: none;
    font-size: 1rem;
}
.about_social_media h3 {
    font-size: 1.11rem;
    font-weight: 600;
}
.about_follow {
    gap: 0.5rem;
}
.about_follow div {
    height: 3.125rem;
    width: 3.125rem;
    justify-content: center;
    padding: 0;
}
.counting_ul li::before,
.fiction_hero ul li::before {
    font-weight: 900;
    color: var(--text-light-color);
    display: flex;
    align-items: center;
    top: 0.25rem;
    position: absolute;
}
.h_21_rem {
    height: 21rem;
    object-fit: cover;
    border-radius: 6px 6px 64px 0;
}
.book_writing_section {
    background: url(../images/about/achievement-bg.jpg) left/cover no-repeat;
}
.book_editing1 .section-heading h2 {
    max-width: 46.25rem;
}
.book_editing_form {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.gradient_circle::after {
    content: "";
    position: absolute;
    top: 35%;
    width: 22.5rem;
    height: 22.5rem;
    z-index: -1;
    background: radial-gradient(#ecccce -56%, transparent 98%);
}
.rightCenter-gradient::after {
    right: 9rem;
    transform: translate(50%, -50%);
}
.leftCenter-gradient::after {
    left: -12rem;
    transform: translate(50%, -50%);
}
.fiction_hero ul li {
    list-style-type: none;
    color: var(--text-light-color);
    padding: 0.3rem 0;
    font-size: 0.9rem;
    position: relative;
}
.fiction_hero ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    left: -1.788rem;
    width: 1.3rem;
    background-color: var(--primary);
    border-radius: 2px 2px 5px;
    justify-content: center;
}
.book_publishing_hero p {
    margin-bottom: 0.33rem;
}
.book_publishing_hero h2 {
    max-width: 34rem;
}
.book_publishing_hero ul {
    margin-bottom: 0;
}
.counting_ul li {
    position: relative;
    list-style-type: none;
    padding-left: 1.8rem;
}
.dashed_border::before {
    content: "";
    border-left: 2px dashed var(--primary);
    position: absolute;
    width: 2rem;
    left: 1.2rem;
    top: 0.3rem;
    height: 20rem;
}
.dashed_border_right::before {
    right: -2.7rem !important;
    height: 20rem;
    left: inherit;
}
.dashed_border.book_publishing_dashed_border2::before{
    height: 25rem;
}
.dashed_border.autobiography_dashed_border::before,
.dashed_border.biography_dashed_border::before,
.dashed_border.book_publishing_dashed_border::before,
.dashed_border.business_book_dashed_border::before,
.dashed_border.children_dashed_border::before,
.dashed_border.information_dashed_border::before,
.dashed_border.memoir_dashed_border::before,
.dashed_border.non_fiction_dashed_border::before,
.dashed_border.self_help_dashed_border::before {
    height: 30rem;
}
.counting_ul_right,
.more_dropdown_li ul {
    padding: 0;
}
.counting_ul_right li {
    padding-right: 1.8rem !important;
    padding-left: 0;
}
.counting_ul li p {
    font-size: 0.825rem;
}
.counting_ul li::before {
    left: -2.25rem;
    border: 0.375rem solid var(--primary);
    width: 3rem;
    padding: 0.625rem 0;
    background-color: var(--black-bg);
    border-radius: 3px 3px 12px;
    justify-content: center;
}
.counting_ul_right li::before {
    right: -2.25rem !important;
    top: 0.25rem;
    left: inherit;
}
.contact_hero p {
    max-width: 54rem;
    line-height: 1.688rem;
}
.searchIcon input {
    padding-right: 2rem;
}
.search_icon {
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    color: var(--primary);
    width: 0.2rem;
}
.blog_section .row {
    gap: 1.5rem 0;
}
.blog_card {
    padding: 1.5rem;
    box-shadow: 0 10px 40px 0 #3437aa1a;
    transition: 0.3s;
    border-radius: 6px 6px 64px;
}
.bookwriting_dropdown{
    transform: translate(-30%, 0);
    box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.05);
    z-index: 999;
}
.blog_card:hover {
    cursor: pointer;
    background-color: var(--primary);
}
.blog_card .blog_card_content p:first-child {
    color: var(--light-grey);
    font-size: 0.9rem;
    margin: 0.7rem 0;
}
.blog_card .blog_card_content h4,
.blog_detail_content h3,
.bookwriting_dropdown h5 {
    font-weight: 600;
}
.blog_card .blog_card_content button {
    transition: 0.3s;
    border: none;
}
.blog_card img {
    border-radius: 6px 6px 35px;
}
.blog_card:hover .blog_card_content button {
    background-color: var(--black-bg);
    color: var(--text-light-color);
    border: none;
}
ul.counting_ul h3 {
    font-size: 1.11rem;
    font-weight: 600;
}
.bookwriting_dropdown {
    position: absolute;
    top: 6.9rem;
    left: 40%;
    background-color: var(--text-light-color);
    width: 100%;
    padding: 0.875rem;
    max-width: 68rem;
    border-radius: 4px 4px 20px;
    display: block;
}
.bookwriting_dropdown .col-md-6:first-child {
    border-right: 1px solid var(--light-grey);
}
.bookwriting_li:not(:hover) > .bookwriting_dropdown {
    display: none;
    transition: 0.3s;
}
.bookwriting_dropdown .bookwriting_dropdown_services a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: 0.3s;
    padding: 0.5rem 1rem;
}
.bookwriting_dropdown .bookwriting_dropdown_services p {
    font-size: 0.8rem;
    margin-bottom: 0;
    color: var(--light-grey);
    transition: 0.3s;
}
.bookwriting_dropdown .bookwriting_dropdown_services:hover {
    background-color: #f9d9d9;
    border-radius: 2px 2px 12px;
    cursor: pointer;
}
.bookwriting_dropdown .bookwriting_dropdown_services h6,
.ghost_ser_card svg g rect,
.ghost_ser_card svg path,
.print_card .print_card_content p {
    transition: 0.3s;
}
.bookwriting_dropdown .bookwriting_dropdown_services svg path {
    border: 1px solid var(--primary);
    border-radius: 2px 2px 10px;
    transition: 0.3s;
}
.bookwriting_dropdown .bookwriting_dropdown_services:hover svg path {
    fill: var(--light-primary);
    background-color: var(--primary);
}
.bookwriting_dropdown .bookwriting_dropdown_services svg {
    transition: 0.3s;
    padding: 0.38rem;
    border: 1px solid var(--primary);
    border-radius: 2px 2px 10px;
}
.gap_y {
    gap: 1rem 0;
}
.our_experts_card {
    text-align: center;
    background-color: #f9d9d9;
    border-radius: 6px 6px 24px;
    padding: 0.625rem 1.5rem;
}
.blog_detail_content h5 {
    color: var(--primary);
    margin-top: 1rem;
}
.binding_card_content,
.our_experts_card h3 {
    margin-top: 1rem;
}
.header_border {
    position: relative;
    margin-left: 1rem;
}
.header_border::before {
    content: "";
    width: 0.2rem;
    background-color: var(--primary);
    position: absolute;
    left: -1rem;
    top: 0.438rem;
    height: 1rem;
}
.recent_posts img {
    height: 3.125rem;
    width: 5rem;
    object-fit: cover;
    border-radius: 3px 3px 14px;
}
.search_btn_div input {
    padding: 0.894rem 0.8rem;
    box-shadow: 0 5px 20px 0 #e7e5e580;
    border-radius: 2px 2px 14px;
}
.search_btn {
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    color: var(--text-light-color);
}
.faq_tabs .nav-link {
    background-color: var(--text-light-color);
    color: var(--dark-bg);
    font-weight: 600;
}
.faq_tabs .nav-link.active,
.print_card:hover .print_card_content button {
    background-color: var(--text-light-color);
    color: var(--primary);
}
.need_help_section {
    background-color: #f9d9d9;
    border-radius: 20px;
}
.more_dropdown,
.print_card {
    border-radius: 4px 4px 20px;
}
.need_help_section .col-md-7 {
    background: url(../images/home/map.png) no-repeat;
    background-size: inherit;
    position: relative;
}
.need_help_section .section-heading {
    padding: 3.3rem 0;
}
.need_help_div img {
    position: absolute;
    top: -1rem;
    right: -0.725rem;
    height: 19.75rem;
    border-radius: 12px;
}
.audiobook_section .section-heading h2,
.fiction_diverse_section h2,
.hire_book_section .section-heading h2,
.marketing_section h2,
.why_choose_printing .section-heading h2 {
    max-width: 51rem;
}
.book_marketing_hero h2,
.book_printing_whychoose h2,
.detailed_research_section h2 {
    max-width: 30rem;
}
.more_dropdown_li{
    position: relative;
}
.more_dropdown {
    position: absolute;
    top: 4.69rem;
    right: 0%;
    background-color: var(--primary);
    width: 100%;
    min-width: 14rem;
    padding: 0.475rem 0.875rem;
    max-width: 13rem;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 10;
}
.print_card,
.print_card img {
    box-shadow: 0 4px 4px 0 #0000001a;
}
.more_dropdown_li li {
    list-style-type: none;
    padding: 0.3rem 0.09rem;
}
.crafting_bg .tailored_book_writing .row_gap h6 {
    font-size: 0.9rem;
}
.print_card .print_card_content button {
    transition: 0.3s;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, -15%);
    padding: 0.625rem 1rem;
}
.print_card img {
    border-radius: 4px 4px 0 0;
}
.print_card_content {
    text-align: center;
    padding: 1.5rem;
    transition: 0.3s;
    min-height: 24rem;
    position: relative;
}
.print_card_content h5 {
    transition: 0.3s;
    color: var(--primary);
}
.bookSizeSlider .owl-nav button.owl-prev::before {
    content: "";
    position: absolute;
    top: 1.4rem;
    right: 5rem;
    border: 1px solid #b9b9b9;
    border-radius: 4px 4px 4px 16px;
    height: 0.1rem;
}
.bookSizeSlider .owl-nav button.owl-next::before {
    content: "";
    position: absolute;
    top: 1.4rem;
    left: 5rem;
    border: 1px solid #b9b9b9;
    border-radius: 4px 4px 4px 16px;
    height: 0.1rem;
}
.bookSizeSlider .owl-nav button.owl-next::before,
.bookSizeSlider .owl-nav button.owl-prev::before {
    width: 5rem;
}
.binding_card img {
    border-radius: 6px 6px 20px;
}
.mobile_menu_ul {
    padding-left: 0;
}
.mobile_menu_ul li:last-child {
    border: none !important;
}
.more_mobile_drop ul li:last-child {
    border: none;
}
.mobile_menu_ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 1rem 0;
}
.mobile_menu_ul li a {
    color: var(--dark-bg);
    font-weight: 600;
}
.book_writing_mobile_drop_li_icon,
.more_mobile_drop_li_icon {
    transition: transform 0.3s ease-out;
}
.book_writing_mobile_drop_li_icon.rotated,
.more_mobile_drop_li_icon.rotated {
    transform: rotate(270deg);
}
.static_form_main {
    position: fixed;
    top: calc(50% + var(--header-height) / 2);
    right: 0;
    background: var(--text-light-color);
    border-radius: 0.5rem 0 0 0.5rem;
    transform: translate(100%, -50%);
    z-index: 101;
    width: max-content;
    transition: 0.5s;
}
.staticform_icon {
    background-color: var(--text-light-color);
    position: absolute;
    top: 50%;
    right: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    transform: translate(0, -50%);
    box-shadow: rgba(99, 99, 99, 0.2) 0 0 8px 0;
    border-radius: 5rem 0 0 5rem;
}
.static_form_main .side_form {
    max-width: 21rem;
}
.right_0_rem {
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
    transform: translate(0, -50%);
}
.cover_design_section .section-heading h2 {
    max-width: 40rem;
}
.book_tab_row img {
    width: 100%;
}
.custom_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 2rem);
    max-width: 51.5rem;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.05);
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 999;
}
.show_modal {
    opacity: 1 !important;
    visibility: visible !important;
}
.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 998;
}
.home_modal_bg {
    background: url(../images/home/modal-bg.webp) center/cover;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
}
.modal_form {
    padding: 2.8rem 2.8rem 2.8rem 2.5rem !important;
    border-radius: 0 16px 64px 0;
    background-color: var(--text-light-color);
}
.home_modal_bg .section-heading h3 {
    text-shadow: 1px 1px 4px #00000040;
}
.custom_modal_close_btn {
    position: absolute;
    right: -2rem;
    top: -1.5rem;
    z-index: 1;
    border-radius: 4px 4px 14px;
}
.custom_modal_close_btn i {
    margin-bottom: 0.188rem;
}
.portfolio_slider .section-heading h2 {
    max-width: 60rem;
}
.business_book_hero .section-heading h2 {
    max-width: 35rem;
}
.ghost_ser_card {
    border: 1px solid var(--primary);
    border-radius: 6px 6px 28px;
    padding: 1rem;
    transition: 0.3s;
}
.ghost_ser_card:hover {
    background-color: var(--primary);
    cursor: pointer;
}
.ghost_ser_card:hover img {
    filter: invert(1) brightness(100);
    transition: 0.3s;
}
.ghost_ser_card p {
    color: var(--primary);
    text-align: center;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 0.4rem;
}
.ghost_ser_card:hover.ghost_ser_card p {
    color: var(--text-light-color);
}
.ghost_ser_card svg {
    margin: 0 auto;
    display: block;
}
.ghost_ser_card:hover.ghost_ser_card svg g rect {
    fill: var(--text-light-color);
}
.ghost_ser_card:hover.ghost_ser_card svg path {
    fill: var(--text-light-color);
}
.home_modal_bg h3 {
    font-size: 2.5rem;
    font-weight: 600;
}
.home_modal_bg .modalHeading {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-light-color);
    margin: 0rem;
}
.home_modal_bg .connectHeading {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-light-color);
    margin: 0rem;
}
.home_modal_bg p {
    font-size: 0.8rem;
    font-weight: 500;
}
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 2rem;
}
button.owl-dot.active {
    width: 25px;
    height: 25px;
    border: 2px solid red;
    border-radius: 50%;
}
button.owl-dot.active span {
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: auto;
}
button.owl-dot:not(.active) {
    border-radius: 50%;
    height: 0.7rem;
    width: 0.7rem;
    background-color: var(--light-grey) !important;
}
.services_card p {
    font-size: 1rem;
}
.autobiography_hero h2 {
    max-width: 32rem;
}
.terms_condition_section h5 {
    margin-top: 1.5rem;
    color: var(--primary);
}
.book_size_card {
    max-width: 15rem;
    margin: 0 auto;
    display: block;
}

.book_size_card h3 {
    font-size: 1.24rem;
    font-weight: 600;
}

.publishingCard{
    background-color: var(--light);
    border: 1px solid #1E1E1E52
}

.publishingCard .publishingCardIcon{
    background-color: var(--primary);
    width: fit-content;
    padding: 0.88rem;
}

.publishingCard .publishingCardIcon > img{
    max-width: 4rem;
}

.offer_card_publishing{
    min-height: 12rem;
}

.offer_card_publishing h3{
    font-size: 1.35rem;
}

/*.compeling_book_card_publishing {*/
/*    min-height: 20rem;*/
/*}*/

.compeling_book_card_publishing h3 {
    font-size: 1.11rem;
    font-weight: 600;
}

.compeling_book_section h2{
    max-width: 53rem;
}

.dashed_border_publishing::before{
    max-height: 16rem;
}

@media (min-width: 768px) {
    .news_section .home_blog_content2 {
        margin-left: auto;
        max-width: 27rem;
    }
}
@media (max-width: 768px) {
    .dashed_border_publishing::before {
        max-height: 13rem;
    }
    .fiction_hero ul li {
        font-size: 0.8rem;
    }
    .gradient_circle::after {
        background: 0 0;
    }
    .fiction_hero ul {
        margin-bottom: 0;
    }
}
@media (min-width: 2300px) {
    .compeling_book_card::before {
        content: "";
        position: absolute;
        width: 7rem;
        height: 7rem;
        bottom: 1.5rem;
        right: 1.875rem;
        background: url(../images/home/curve-design-red.svg) 0 0 / cover no-repeat;
        transition: 0.3s;
    }
}
@media (max-width: 576px) {
    .checkUl{
        white-space: normal;
    }
    .hero_section {
        background: url(../images/home/home-hero-mobile.webp) center/cover no-repeat;
        position: relative;
    }
    .book_tab_row img {
        width: 280px;
        margin: 0 auto;
    }
    .need_help_div img {
        width: 100%;
    }
    .dashed_border.biography_dashed_border::before,
    .dashed_border.non_fiction_dashed_border::before {
        height: 34rem;
    }
    .dashed_border.autobiography_dashed_border::before,
    .dashed_border.information_dashed_border::before {
        height: 32rem;
    }
    .dashed_border.book_publishing_dashed_border2 {
        height: 28rem;
    }
    .dashed_border.book_publishing_dashed_border::before,
    .dashed_border.business_book_dashed_border::before,
    .dashed_border.children_dashed_border::before,
    .dashed_border.memoir_dashed_border::before,
    .dashed_border.self_help_dashed_border::before {
        height: 33rem;
    }
    .search_btn_div input {
        padding: 0.64rem 0.8rem;
        border-radius: 2px 2px 14px;
    }
    .search_btn {
        padding: 0.625rem 1rem;
        font-size: 0.7rem;
        top: 0.255rem;
    }
    .h_21_rem {
        height: auto !important;
    }
    .home_modal_bg {
        padding: 2.5rem 1.5rem;
    }
    .dashed_border_right::before {
        right: -0.7rem !important;
        height: 19rem;
        left: inherit;
    }
    .home_modal_bg h3 {
        font-size: 2rem;
        font-weight: 600;
    }
    .counting_ul_right li::before {
        right: -0.25rem !important;
        top: 0.25rem;
        left: inherit;
    }
    .counting_ul_right li {
        padding-right: 3.5rem !important;
    }
    .dashed_border::before {
        height: 26rem;
    }
    footer ul {
        padding: 0;
    }
    .bookSizeSlider .owl-nav button.owl-next::before,
    .bookSizeSlider .owl-nav button.owl-prev::before,
    .testimonialSlider .owl-nav button.owl-next::before,
    .testimonialSlider .owl-nav button.owl-prev::before {
        width: 5rem;
    }
    .compeling_book_card::before {
        bottom: 1.5rem;
        right: 1.875rem;
    }
    .news_section .section-heading p {
        margin-top: 1rem;
    }
    .custom_modal {
        height: 95svh;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        border: 2px solid var(--primary);
        border-radius: 0 16px 64px 0;
    }
    .custom_modal_close_btn {
        right: 0;
        top: 0.2rem;
    }
}
.thankyouIcon {
    color: var(--primary);
    font-size: 5.5rem;
    margin-bottom: 0.75rem;
}
.breadcrumb .breadcrumb-item.active a {
    color: var(--primary);
    font-size: 0.88rem;
}
.breadcrumb .breadcrumb-item:not(.active) a {
    font-size: 0.88rem;
}
.w_fit {
    width: fit-content;
}
.companyLogos img{
    max-width: 8rem;
    margin-top: 2rem;
}

.structuretabs .nav-item {
    min-width: 6.55rem;
}

.counter {
        text-align: center;
        padding: 20px;
        border-radius: 10px;
        background-color: #f8f9fa;
        margin: 10px 0;
   }
    .counter p {
        font-size: 3rem;
        font-weight: 600;
        color: var(--primary);
    }
    .counter h3{
        font-size: 1rem;
        font-weight: 400;
        color: #000;
    }
    
    
    .structuretabs{
        margin-bottom: 2rem;
        border: 0;
        gap: 0 12px;
        width: 100%;
        justify-content: center;
    }
    .structuretabs > li > a{
        border: 2px solid var(--primary) !important;
        display: grid;
        text-align: center;
        width: 100%;
        border-radius: 4px 4px 18px;
        color: #000;
        font-size: .9rem;
        font-weight: 500;
        padding: .9rem;
    }
    .structuretabs > li > a:hover{
        color: #000;
    }
    .structuretabs > li > a.active{
        background-color: var(--primary) !important;
        color: #fff !important;
    }
    .structuretabs > li > a > img{
        padding: 10px;
        background-color: var(--primary);
        max-width: 3rem;
        margin: 0 auto;
        margin-bottom: .2rem;
    }
    
/*    .counterSection {*/
/*  text-align: center;*/
/*  position: absolute;*/
/*  left: 19%;*/
/*  transform: translate(-20%, -2px);*/
/*  width: 100%;*/
/*}*/

/*.counterSection .counterCard {*/
/*  background-color: #d50400;*/
/*  border-radius: 1.88rem;*/
/*  border: 0.5rem solid #fff;*/
/*  padding: 2rem 1.5rem;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  height: 100%;*/
/*}*/

/*.counterCard h3 {*/
/*  font-size: 2.5rem;*/
/*}*/

/*.counterCard h6 {*/
/*  font-size: 1.44rem;*/
/*}*/

.iti__country-list{
    max-width: 20rem;
}

@media (max-width: 767px) {
    .home_modal_bg {
        height: 35rem;
    }
    .contact_details > div:nth-child(2),
    .top_header .contact_details > div:first-child {
        border-right: none;
        padding-right: 0;
        margin: 0.313rem 0;
    }
    .rightCenter-gradient::after {
        right: 15rem !important;
        transform: translate(50%, -50%);
    }
    .leftCenter-gradient::after {
        left: -15rem;
        transform: translate(50%, -50%);
    }
    .top_header .contact_details > div {
        text-align: center;
    }
    .need_help_div img {
        position: static;
        height: 19.75rem;
        border-radius: 12px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    html {
        font-size: 11px;
    }
}
@media (max-width: 992px) {
    nav {
        padding: 1rem 0;
    }
    .static_form_main .staticform_icon img {
        width: 2rem;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .compeling_book_card::before {
        width: 12.125rem;
        height: 12.125rem;
    }
    .home_modal_bg h3 {
        font-size: 1.5rem;
        font-weight: 600;
    }
    .custom_modal {
        width: calc(100% - 4rem);
    }
    html {
        font-size: 11px;
    }
    .need_help_div img {
        top: 2rem;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 73.375rem !important;
    }
    .hero_form {
        min-width: 22rem;
    }
    .hero_section,
    .hero_section::before {
        height: 40.5rem;
    }
}
@media (min-width: 1399px) and (max-width: 1498px) {
    html {
        font-size: 17px;
    }
}
@media (max-width: 1024px) {
    .rightCenter-gradient::after {
        right: 10rem;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .dashed_border_publishing::before {
        max-height: 18rem;
    }
    .dashed_border.book_publishing_dashed_border2 {
        height: 28rem;
    }
    .dashed_border.autobiography_dashed_border::before,
    .dashed_border.biography_dashed_border::before,
    .dashed_border.book_publishing_dashed_border::before,
    .dashed_border.business_book_dashed_border::before,
    .dashed_border.children_dashed_border::before,
    .dashed_border.information_dashed_border::before,
    .dashed_border.memoir_dashed_border::before,
    .dashed_border.non_fiction_dashed_border::before,
    .dashed_border.self_help_dashed_border::before {
        height: 33rem;
    }
}
@media (max-width: 1200px) and (min-width: 997px) {
    .offer_card {
        min-height: 24.8rem;
    }
}
@media (max-width: 450px) {
    html {
        font-size: 13px;
    }
}
@media (max-width: 1200px) and (min-width: 991px) {
    .menu_items li:nth-child(4),
    .menu_items li:nth-child(5) {
        display: none;
    }
    .need_help_div img {
        top: 2rem;
    }
}
@media (min-width: 1499px) and (max-width: 1598px) {
    html {
        font-size: 17px;
    }
}
@media (min-width: 1599px) and (max-width: 1698px) {
    html {
        font-size: 17px;
    }
}
@media (min-width: 1699px) and (max-width: 1798px) {
    html {
        font-size: 20px;
    }
}
@media (min-width: 1799px) and (max-width: 1898px) {
    html {
        font-size: 21px;
    }
}
@media (min-width: 1899px) and (max-width: 1998px) {
    html {
        font-size: 22px;
    }
}
@media (min-width: 1999px) and (max-width: 2098px) {
    html {
        font-size: 23px;
    }
}
@media (min-width: 2099px) and (max-width: 2198px) {
    html {
        font-size: 24px;
    }
}
@media (min-width: 2199px) and (max-width: 2298px) {
    html {
        font-size: 25px;
    }
}
@media (min-width: 2299px) and (max-width: 2398px) {
    html {
        font-size: 26px;
    }
}
@media (min-width: 2399px) and (max-width: 2498px) {
    html {
        font-size: 27px;
    }
}
@media (min-width: 2499px) and (max-width: 2598px) {
    html {
        font-size: 28px;
    }
}
@media (min-width: 2599px) {
    html {
        font-size: 29px;
    }
}
@media (max-width: 1300px) and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}
