.container {
    max-width: 1230px !important;
    padding: 0 15px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.entry-header {
    display: none !important;
}
button {
    color: #fff;
    font-family: Outfit !important;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 100% !important;
    text-align: center;
    padding: 18px 30px;
    border-radius: 40px !important;
    background: #9318C4;
    outline: none;
    border: 1px solid #9318C4;
    cursor: pointer !important;
}
button:focus {
    background: #9318C4;
    border-color: #9318C4;
    color: #fff;
}
button:hover {
    color: #9318C4;
    background: #fff;
    border-color: #9318C4;  
}

section.how_it_wroks .btn_wrapper button a {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
}
section.how_it_wroks .btn_wrapper button:hover a{
    color: #fff;
}

button a{
     color: #fff;
     text-decoration: none !important;
}
button:hover a{
     color: #9318C4;
     text-decoration: none;
}
 img {
    max-width: none !important;
}
/* Header */
header {
    padding: 20px 0;
    border-bottom: 1px solid #E3E5EF
}

header .logo img {
    max-width: 155px;
}

header ul li a.nav-link {
    padding: 0 !important;
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
}

header ul li a.nav-link.active {
    color: #9318C4 !important;
}

header ul li a.nav-link:hover {
    color: #9318C4;
}

header ul.navbar-nav {
    gap: 20px;
}

nav.navbar.navbar-expand-md {
    padding: 0;
}

/* End Header */

/* Footer */
footer {
    background: #1F1622;
    padding: 40px 0;
    text-align: center;
}

footer .logo img {
    max-width: 155px;
}

.footer_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    list-style: none;
    margin: 24px 0;
}

.footer_menu ul li a {
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #F8F8F8;
    text-decoration: none;
}

.footer_menu ul li a:hover {
    color: #9318C4;
}

.footer_social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
}

.footer_menu ul li:after {
    content: "";
    width: 2px;
    height: 20px;
    background: #5F4C65;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
}

.footer_menu ul li {
    position: relative;
    padding-right: 16px;
}

.footer_menu ul li:last-child:after {
    display: none;
}

/* End Footer */

/* Banner */
.banner {
    background: url("/wp-content/uploads/2025/08/bannerImg.webp") no-repeat center;
    background-size: cover;
    padding: 92px 0;
}

section.banner {
    margin: 0;
}

.banner_content {
    max-width: 584px;
}

.banner h1 {
    font-family: Outfit;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 12px;
}

.banner h1 span {
    color: #E58304;
}

.banner p {
    color: #F8F8F8;
    font-family: Outfit;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
}

/* End Banner */

section.bookbag_bulletin_wrapper {
    margin: 60px 0;
}

.bookbag_bulletin_inner_wrapper {
    border-radius: 20px;
    background: #F8E7FF url("/wp-content/uploads/2025/08/subscribePattern.webp") no-repeat center;
    background-size: cover;
    background: #F8E7FF;
    position: relative;
}

.bookbag_bulletin_inner_wrapper:before {
    content: "";
    border-radius: 20px;
    background: #F8E7FF url("/wp-content/uploads/2025/08/subscribePattern.webp") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
}

.bookbag_bulletin_inner {
    text-align: center;
    padding: 40px 15px;
    max-width: 845px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 11;
}

.bookbag_bulletin_inner h2 {
    color: #242222;
    font-family: Outfit;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 16px;
}

.bookbag_bulletin_inner p {
    color: #4E4E4E;
    font-family: Outfit;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 24px;
}

.bookbag_bulletin_inner .form_group {
    max-width: 490px;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 4px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bookbag_bulletin_inner .form_group input {
    color: #4E4E4E;
    border: 0;
    outline: none;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px;
    width: 60%;
    box-shadow: none;
}

.bookbag_bulletin_inner .form_group input::-webkit-input-placeholder {
    color: #D8D8D8;
}

.bookbag_bulletin_inner>* {
    width: 100%;
}

.bookbag_bulletin_inner form {
    display: flex;
    justify-content: center;
}

.book_bag_solution_inner {
    display: flex;
    align-items: center;
    gap: 55px;
    position: relative;
}

.book_bag_solution_inner h2 {
    color: #9318C4 !important;
    font-family: Outfit !important;
    font-weight: 700 !important;
    font-size: 50px !important;
    line-height: 70px !important;
    margin-bottom: 20px !important;
    text-align:left !important;
}

.book_bag_solution_inner h2 span {
    color: #242222 !important;
}

.book_bag_solution_inner p {
    color: #4E4E4E;
    font-family: Outfit;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}

.book_bag_solution_inner ul li {
    color: #4E4E4E;
    font-family: Outfit;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.book_bag_solution_inner ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: unset;
    list-style-position: inside;
    margin-bottom: 30px;
    padding-left: 0 !important;
}

section.book_bag_solution>img {
    position: absolute;
    top: 127px;
}

section {
    margin: 60px 0;
    position: relative;
}

section h2 {
    color: #242222 !important;
    font-family: Outfit !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 50px !important;
    text-align: center;
    margin-bottom: 16px !important;
}

section h2 span {
    color: #9318C4;
}

section.books_together p {
    color: #4E4E4E;
    font-family: Outfit;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 25px;
}

.books_together_inner {
    text-align: center;
    position: relative;
    padding: 0 70px;
}

section.books_together button span {
    font-weight: 400;
}

section.books_together img {
    margin-top: 30px;
    width: 100%;
}

.books_together_inner_wrapper {
    background: #F8E7FF;
    border-radius: 20px;
    padding: 40px 0 0px;
    position: relative;
}

.books_together_inner_wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2025/08/togetherPattern.webp") no-repeat center;
    background-size: cover;
    opacity: 10%;
}

.how_it_wroks_inner {
    margin-top: 40px;
    display: flex;
}

.how_it_wroks_inner>div {
    position: relative;
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how_it_wroks_inner>div span {
    background: #F7E6FF;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.how_it_wroks_inner>div p {
    color: #242222;
    font-family: Outfit;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    max-width: 238px;
}

section.how_it_wroks .btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

section.how_it_wroks {
    background: #FAFAFA;
    margin: 0;
    padding: 60px 0;
}

section.how_it_wroks .btn_wrapper button span span {
    font-family: Outfit;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    display: block;
    text-align: left;
}

section.how_it_wroks .btn_wrapper button {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 3px 30px 11px;
    width: 100%;
    max-width: 220px;
    justify-content: center;
}

section.how_it_wroks .btn_wrapper button:hover {
    background: #9318C4;
    color: #fff;
}

.how_it_wroks_inner>div img.arrow_img {
    position: absolute;
    top: 20px;
    right: -60px;
}

img.arrow_img_mobile {
    display: none;
}

.testimonials_card {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 24px 20px;
    position: relative;
    flex: 0 0 calc(33% - 10px);
    max-width: calc(33% - 10px);
    margin-bottom: 20px;
}

.testimonials_card img.quotes {
    position: absolute;
    top: 80px;
    left: 20px;
}

.testimonials_card .profile_sec {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.testimonials_card .profile_sec span {
    color: #9318C4;
    font-family: Outfit;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
}

.testimonials_card p {
    color: #4E4E4E;
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.testimonials_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto;
}

section.testimonials h2 {
    margin-bottom: 40px;
}
.banner_content img {
    display: none;
}

section.banner {
    background-position-x: right;
}

.books_together_inner a {
    color: #fff;
    font-family: Outfit !important;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 100% !important;
    text-align: center;
    padding: 18px 30px;
    border-radius: 40px !important;
    background: #9318C4;
    outline: none;
    border: 1px solid #9318C4;
    cursor: pointer !important;
    display: inline-block;
    text-decoration: none !important;
}
 
.books_together_inner a:hover {
    color: #9318C4;
    background: #fff;
    border-color: #9318C4;
}
/* About Us */
.common_banner {
    background: url("/wp-content/uploads/2025/08/bannerPattern.webp") no-repeat center;
    background-size: cover;
    background-color: #F8E7FF;
    padding: 40px 0;
}

.common_banner h1 {
    color: #242222;
    font-family: Outfit;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 12px;
}

.common_banner p {
    color: #4E4E4E;
    font-family: Outfit;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0;
}

section p {
    color: #4E4E4E;
    font-family: Outfit;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

section p {
    color: #4E4E4E;
    font-family: Outfit;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}

section.about_section .container {
    position: relative;
}

.aboyt_section_inner {
    display: flex;
    gap: 48px;
    justify-content: space-between;
}

.aboyt_section_inner .content {
    max-width: 687px;
}

.aboyt_section_inner .img img {
    max-width: 100%;
}

.section_inner_wrapper {
    position: relative;
    max-width: 1536px;
    margin: 0 auto;
}

.section_inner_wrapper img.patter_one {
    position: absolute;
    left: 0;
    top: 64px;
}

section.about_section.about_section_2 img.patter_two {
    position: absolute;
    top: 80px;
    right: 0;
}

section.about_section.about_section_2 .aboyt_section_inner {
    flex-direction: row-reverse;
}

section.about_section.about_section_2 {
    margin-top: 0;
}

section.about_section.about_section_3 {
    margin-top: 0;
}

.aboyt_section_inner .content p:last-child {
    margin: 0;
}

section p.bold {
    font-family: Outfit;
    font-size: 24px;
    line-height: 30px;
}

section p.bold span {
    color: #9318C4;
}

section.about_section.about_section_4 .aboyt_section_inner {
    background: #F8E7FF;
    border-radius: 20px;
    align-items: center;
}

section.about_section p:last-child {
    margin: 0;
}

section.about_section {
    margin: 40px 0;
}

section.about_section.about_section_4 img.mobile_view {
    display: none;
}

/* End About Us */

/* FAQ */
.faq_item {
    border: 1px solid #EAEAEA;
    background: #FFFFFF;
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 24px;
}

.faq_item:last-child {
    margin-bottom: 0;
}

.faq_item h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #242222;
    font-family: Outfit;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

span.faq_toggler {
    cursor: pointer;
    transition: all 0.4s ease;
}

.faq_item.active {
    background: #FAFAFA;
}

.faq_item p {
    color: #4E4E4E;
    margin: 10px 0 0;
    padding-right: 10px;
}

.faq_item.active span.faq_toggler {
    transform: rotate(45deg);
}

.faq_content_body {
    display: none;
}

.faq_item:first-child .faq_content_body {
    display: block;
}

/* End FAQ */

/* Contact US */
.contact_us .form_group input {
    border: 1px solid #D9D0D0;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 12px 12px;
    color: #242222;
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    outline: none;
    display: block;
    width: 100%;
    transition: all 0.s ease;
}

.contact_us .form_group input:hover,
.contact_us .form_group input:focus,
.contact_us .form_group textarea:focus,
.contact_us .form_group textarea:hover {
    border-color: #9318C4;
}

.contact_us .form_group label {
    color: #242222;
    font-family: Outfit;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
}

.contact_us .form_group {
    margin-bottom: 32px;
}

.contact_us .form_group textarea {
    border: 1px solid #D9D0D0;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 12px 12px;
    color: #242222;
    font-family: Outfit;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    outline: none;
    display: block;
    width: 100%;
    min-height: 200px;
}

.contact_us .form_group.buttons {
    text-align: center;
    margin: 0;
}

.contact_us .form_group.buttons button {
    padding: 15px 30px;
    min-width: 200px;
}

.contact_us .contact_form {
    border: 1px solid #DFDFDF;
    background: #FAFAFA;
    border-radius: 25px;
    padding: 30px;
    margin-bottom: 30px;
}

.contact_us .contact_form form {
    background: #FFFFFF;
    padding: 40px 30px;
}

.contact_us .contact_form .form_row {
    display: flex;
    gap: 33px;
}

.contact_us .contact_form .form_row .form_col {
    flex: 1;
}

.contact_us .contact_form h2 {
    font-family: Outfit;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 24px;
}

/* End Contact Us */

/* Chatbot */
.floating-container {
    position: fixed;
    right: 20px;
    bottom: 110px;
    z-index: 111;
}

.floating-container .action {
    border-radius: 50px;
    height: 60px;
    width: 60px;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
    margin-bottom: -40px;
    background-color: #fff;
    position: relative;
    -webkit-transition: top .3s, margin-bottom .3s, opacity .1s;
    transition: top .3s, margin-bottom .3s, opacity .1s;
    cursor: pointer;
    transition: all .2s linear;
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .18);
    visibility: hidden;
}

.floating-btn .plus {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    background: url("/wp-content/uploads/2025/08/message.svg") 90% 0 no-repeat;
    width: auto;
    height: 27px;
    display: block;
    background-size: 27px 27px;
    position: relative;
    margin: 12px auto 0;
}

.floating-btn.boxspand .plus {
    background: url("/wp-content/uploads/2025/08/close.svg") center center no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    z-index: -1;
    margin: 19px auto 15px;
}

.floating-btn .plus:before {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    -webkit-animation: sploosh 2s cubic-bezier(.165, .84, .44, 1);
    -webkit-animation-iteration-count: infinite;
    border-radius: 50px;
    content: "Let's talk";
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    color: #9318C4;
    font-weight: 600;
}

.actionive:nth-of-type(1) {
    top: -140px;
    opacity: 1;
    visibility: visible;
}

.actionive:nth-of-type(2) {
    top: -90px;
    opacity: 1;
    visibility: visible;
}

.actionive:nth-of-type(3) {
    top: -40px;
    opacity: 1;
    visibility: visible;
}

.action:first-child svg {
    width: 25px;
}

.floating-btn {
    background-color: #fff;
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .18);
    border-radius: 50px;
    height: 50px;
    width: 125px;
    position: fixed;
    z-index: 10;
    cursor: pointer;
    bottom: 40px;
    right: 20px;
    transition: all .2s linear;
}

.floating-btn.boxspand {
    width: 60px;
    height: 60px;
}

.actionive .live-toggle {
    background: #fff;
    position: absolute;
    right: 30px;
    top: 0;
    z-index: -1;
    border-right: 0;
    border-radius: 50px 10px 10px 50px;
    white-space: nowrap;
    line-height: 60px;
    height: 60px;
    padding: 0 20px 0 15px;
    opacity: 0;
    width: 0;
    transition: all .5s ease-in-out;
    overflow: hidden;
    box-shadow: -7px 0 9px 1px rgba(0, 0, 0, .1);
    font-size: 16px;
    color: #9318C4;
    font-weight: 600;
}

.actionive:hover .live-toggle {
    opacity: 1;
    width: 130px;
    text-align: center;
}

.live-toggle {
    color: #9318C4;
}

.action>a,
.actionive>a {
    text-decoration: none;
    transition: all .2s ease;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-btn.boxspand .plus:before {
    content: none;
}

.floating-container svg path {
    fill: #9318C4;
}

/* End Chatbot */

.single-post .ast-single-post-featured-section img {
    max-width: 459px !important;
    width: 100% !important;
}
@media(max-width:1199px) {
    .book_bag_solution_inner h2 {
        font-size: 40px;
        line-height: 1.2;
    }

    .book_bag_solution_inner .img img {
        max-width: 400px !important;
    }

    section.book_bag_solution>img {
        max-width: 300px !important;
    }

    .testimonials_inner {
        gap: 16px;
        justify-content: space-between;
    }

    /* About Us */

    .aboyt_section_inner {
        gap: 24px;
    }

    .aboyt_section_inner .img {
        width: 40%;
    }

    .aboyt_section_inner .content {
        width: 60%;
    }

    section.about_section.about_section_2 img.patter_two {
        max-width: 330px;
    }

    section.about_section.about_section_4 .content {
        padding: 20px 15px;
    }

    /* End About us */
}

@media(max-width:1024px) {
    .banner h1 {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }

    .book_bag_solution_inner .img img {
        max-width: 320px !important;
    }

    .book_bag_solution_inner p {
        font-size: 16px;
        line-height: 1.5;
    }

    .book_bag_solution_inner ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .book_bag_solution_inner h2 {
        font-size: 32px !important;
    }

    .book_bag_solution_inner {
        gap: 24px;
    }

    .how_it_wroks_inner>div img.arrow_img {
        width: 80px;
        right: -30px;
    }

    .how_it_wroks_inner>div p {
        font-size: 16px;
        line-height: 21px;
    }

    .books_together_inner {
        padding: 0 30px;
    }

    .testimonials_card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 0;
    }

    .testimonials_inner {
        height: auto !important;
    }
}

@media(max-width:991px) {
section.banner {
        background: #000;
        padding-bottom: 0 !important;
    }

    .banner_content img {
        display: block;
        width: 100%;
        margin-top:20px;
    }

    .banner_content {
        max-width: 100%;
    }

    /* About Us */
    .aboyt_section_inner {
        flex-direction: column;
        gap: 30px;
    }

    .aboyt_section_inner .img {
        width: 100%;
    }

    .aboyt_section_inner .content {
        width: 100%;
        max-width: 100%;
    }

    section.about_section.about_section_2 .aboyt_section_inner {
        flex-direction: column-reverse;
    }

    section.about_section.about_section_2 img.patter_two {
        left: 0;
        right: auto;
    }

    /* End About Us */
    .contact_us .contact_form .form_row {
        gap: 0;
        flex-direction: column;
    }
}

@media(max-width:767px) {
    button.navbar-toggler {
        border: 0;
        padding: 0;
        outline: none;
    }
    
    .aboyt_section_inner .img img {
    max-width: 100% !important;
}

    button.navbar-toggler i {
        color: #333333;
        font-size: 23px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    button.navbar-toggler.collapsed span.cross {
        display: none;
    }

    button.navbar-toggler:not(.collapsed) span.bar {
        display: none;
    }

    header ul.navbar-nav {
        text-align: center;
        padding: 36px 0 22px;
    }

    header .logo img {
        max-width: 129px !important;
    }

    .header_wrapper {
        min-height: 70px;
    }

    header {
        padding: 14px 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
    }

    .footer_menu ul {
        flex-wrap: wrap;
        gap: 24px;
        text-align: left;
        max-width: 225px;
        margin: 30px auto;
    }

    .footer_menu ul li {
        padding: 0;
        flex: 0 0 calc(50% - 12px);
    }

    .footer_menu ul li:after {
        display: none;
    }

    .banner h1 {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }

    .banner h1 {
        font-size: 36px !important;
        line-height: 45px !important;
        margin-bottom: 8px !important;
    }

    .banner p {
        line-height: 25px;
        margin-bottom: 20px;
    }

    button {
        padding: 14px 30px;
        font-size: 18px;
    }

    .banner {
        padding: 32px 0 280px !important;
        background-image: url('/wp-content/uploads/2025/08/bookBannerMobile.webp');

    }

    .bookbag_bulletin_inner h2 {
        font-size: 26px !important;
        line-height: 33px !important;
        margin-bottom: 20px !important;
    }

    .bookbag_bulletin_inner p {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 20px;
    }

    .bookbag_bulletin_inner {
        padding: 40px 16px;
    }

    section.bookbag_bulletin_wrapper {
        margin: 40px 0;
    }

    .bookbag_bulletin_inner .form_group {
        flex-direction: column;
        background: transparent;
        max-width: 100%;
        border-radius: 0;
    }

    .bookbag_bulletin_inner .form_group button {
        width: 100%;
    }

    .bookbag_bulletin_inner .form_group input {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 40px;
        padding: 16px 0;
    }

    section {
        margin: 40px 0;
    }

    .book_bag_solution_inner {
        flex-direction: column;
    }

    .book_bag_solution_inner h2 {
        font-size: 26px !important;
        line-height: 33px !important;
        margin-bottom: 16px !important;
    }
section.book_bag_solution>img {
        max-width: 250px !important;
        top: 37px;
        }
    .book_bag_solution_inner p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .book_bag_solution_inner ul li {
        font-size: 18px;
        line-height: 24px;
    }

    .book_bag_solution_inner ul {
        margin-bottom: 24px;
        list-style-position: outside;
        padding-left: 20px !important;
    }

    section.how_it_wroks {
        padding: 40px 0;
    }

    section h2 {
        font-size: 26px !important;
        line-height: 33px !important;
    }

    .how_it_wroks_inner {
        margin-top: 24px;
        flex-wrap: wrap;
    }

    .how_it_wroks_inner>div p {
        font-size: 18px;
        line-height: 23px;
        max-width: 100%;
    }

    section.how_it_wroks .btn_wrapper {
        gap: 6px;
    }

    section.how_it_wroks .btn_wrapper button {
        padding: 7px 12px 10px;
    }

    .how_it_wroks_inner>div {
        flex: 0 0 100%;
    }

    .how_it_wroks_inner>div img.arrow_img {
        display: none;
    }

    img.arrow_img_mobile {
        display: block;
        margin-bottom: 10px;
    }

    .books_together_inner_wrapper {
        border-radius: 0;
    }

    .books_together_inner {
        padding: 0 13px;
    }

    .books_together_inner h2 {
        margin-bottom: 16px;
    }

    section.books_together p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .books_together_inner button {
        font-size: 18px !important;
        line-height: 23px !important;
        padding: 14px 18px !important;
    }

    section.books_together .container {
        padding: 0;
    }

    .testimonials_card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonials_inner {
        gap: 10px;
    }

    section.testimonials h2 {
        margin-bottom: 24px;
    }

    section.how_it_wroks .btn_wrapper button img {
        width: 20px;
    }

    section.testimonials h2 {
        margin-bottom: 24px;
    }

    .book_bag_solution_inner .img img {
        width: 100%;
    }

    /* About Us */
    .common_banner {
        padding: 30px 0;
    }

    .common_banner h1 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 25px;
    }

    .common_banner p {
        font-size: 18px;
        line-height: 24px;
    }

    section p {
        font-size: 18px;
        line-height: 24px;
    }

    section.about_section.about_section_2 img.patter_two {
        bottom: 125px;
        top: auto;
        right: 0;
        left: auto;
        max-width: 240px;

    }

    section.about_section.about_section_4 .content {
        padding: 0 16px 30px;
    }

    section.about_section.about_section_4 .aboyt_section_inner {
        border-radius: 0;
        margin: 0 -16px;
    }

    section p.bold {
        font-size: 20px;
        line-height: 25px;
    }

    section.about_section.about_section_4 img.mobile_view {
        display: block;
        margin-bottom: -180px;

    }

    section.about_section.about_section_4 img.desktop_view {
        display: none;
    }

    /* End About Us */

    /* FAQ */
    .faq_item {
        margin-bottom: 20px;
        padding: 20px;
    }

    .faq_item h3 {
        font-size: 18px !important;
        line-height: 23px !important;
    }

    .faq_item h3>span:not(.faq_toggler) {
        padding-right: 64px;
    }

    /* End FAQ */

    /* Contact Us */
    .contact_us .contact_form {
        padding: 30px 16px;
        border-radius: 0;
        margin: 0 -15px 40px;
    }

    .contact_us .contact_form form {
        padding: 0;
        background: transparent;

    }

    .contact_us .form_group {
        margin-bottom: 20px;
    }

    .contact_us .form_group textarea {
        min-height: 160px;
    }

    /* End Contact Us */

    /* Chatbot  */
    .floating-container .floating-btn {
        height: 45px;
        padding: 10px 0px;
        bottom: 20px;
        right: 20px;
    }

    .floating-container .floating-btn.boxspand {
        width: 45px;
    }

    .floating-container .floating-btn .plus {
        margin-top: 0;
    }

    .floating-container .action svg {
        width: 25px;
    }

    .floating-container .action {
        width: 45px !important;
        height: 45px !important;
    }

    .floating-container .actionive:nth-of-type(3) {
        top: -10px;
    }

    .floating-container .actionive:nth-of-type(2) {
        top: -60px;
    }

    .floating-container .actionive:nth-of-type(1) {
        top: -110px;
    }

    .floating-container .actionive .live-toggle {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }

    footer {
        padding: 40px 0 80px;
    }

    /* End Chatbot */
}

@media(max-width:370px) {
    .banner h1 {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    section.how_it_wroks .btn_wrapper {
        flex-direction: column;
    }

    button {
        font-size: 14px !important;
    }

}