/* 
Theme Name: Ashish Book Center
Version:1.0
Description: Ashish Book Center Website created by Cyberworx Technologies.
Author: Mohit Kumar | Cyberworx Technologies
Author URI: https://cyberworx.in/
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@font-face {
    font-family: 'SF Cartoonist Hand';
    src: url('assets/fonts/SFCartoonistHand-Bold.woff2') format('woff2'),
        url('assets/fonts/SFCartoonistHand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Cartoonist Hand';
    src: url('assets/fonts/SFCartoonistHand.woff2') format('woff2'),
        url('assets/fonts/SFCartoonistHand.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --primary: #E51D2F;
    --secondary: #187FC2;
    --accent: #F7A21C;
    --cyan: #19DED3;
    --dgreen: #7CBC43;
    --green: #6FD714;
    --yellow: #F7C900;
    /* --secondary: #65AC37; */
    --color-text: #202A30;
    --color-border: #C1E1F6;
    --color-border-secondary: #5CA66F;
    --color-off: #DAE4DC;
    --error: #ce0606;
    --cream: #F7EFDA;
    --light: #F4FBEF;
    --white: #ffffff;
    --font-heading: "SF Cartoonist Hand", sans-serif;
    --font-body: "Nunito Sans", sans-serif;
    font-size: 18px;
    /* rewriting variables */
    --swiper-pagination-progressbar-bg-color: #478B81;
    --swiper-pagination-color: var(--secondary);
    --swiper-theme-color: var(--secondary);
    accent-color: var(--accent);
}

::selection {
    color: var(--light);
    background: var(--accent);
}

::-moz-selection {
    /* Code for Firefox */
    color: var(--light);
    background: var(--accent);
}

* {
    padding: 0;
    border: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--font-body);
    font-optical-sizing: auto;
}

a {
    color: var(--secondary);
    text-decoration: none;
}

section {
    max-width: 100vw;
    overflow-x: clip;
}

/* Fallback for unsupported browsers */
@supports not (overflow-x: clip) {
    section {
        max-width: 100vw;
        overflow-x: hidden;
    }
}

/* Bootstrap Overwrites */
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 92%;
    }
}

@media (min-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1620px;
    }
}

.no-container {
    max-width: 100vw;
    overflow: hidden;
}

p {
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font-heading);
    font-weight: 700;
}

b,
strong {
    font-family: inherit;
    font-size: inherit;
}

.h1 {
    font-size: 70px;
    line-height: 72px;
    font-weight: 700;
}

.h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.h3 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}

.h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

.h5 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

/* elements */
.form-control {
    border: 1px solid var(--color-border);
    border-radius: 30px;
    min-height: 48px;
    padding: 8px 24px;
}

textarea.form-control {
    border-radius: 20px;
}

.btn {
    min-width: 150px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-body);
    text-align: center;
    padding: 12px 24px;
    border-radius: 40px;
}

.btn-theme {
    background-color: var(--primary);
    color: var(--white);
}

.btn-theme:hover {
    background-color: var(--secondary);
    color: var(--white);
    box-shadow: 0px 0px 1px 1px var(--white);
}

.btn-theme-light {
    background-color: var(--white);
    color: var(--color-text);
}

.btn-theme-light:hover {
    background-color: var(--secondary);
    color: var(--white);
}

.btn-have-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}

.btn-have-icon span:has(svg) {
    display: grid;
    place-content: center;
}

.btn-have-icon span>svg {
    width: 100%;
    height: auto;
}

.tag-pill {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    font-family: var(--font-heading);
    padding: 5px 14px;
    border-radius: 20px;
    text-align: center;
}

.tag-pill--dark {
    background-color: #272727;
    color: var(--secondary);
}

/* Utility */
.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.font-body {
    font-family: var(--font-body);
}

.font-heading {
    font-family: var(--font-heading);
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.bg-layer {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.bg-layer>* {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.bg-layer.have-overlay::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #000000;
    opacity: 0.7;
}

.img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.theme-nav-tabs {
    border-bottom: 0px;
    column-gap: 40px;
    row-gap: 24px;
}

.theme-nav-tabs .nav-link {
    font-size: 26px;
    font-family: var(--font-body);
    color: var(--secondary);
    border-radius: 0px;
    border: 0px;
    margin: 0px;
    padding: 8px 5px;
}

.theme-nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--accent);
    color: var(--accent);
}

/* swiper classes overides */
.swiper-navigation-theme .swiper-button-next,
.swiper-navigation-theme .swiper-button-prev {
    height: 36px;
    width: 36px;
    border-radius: 36px;
}

.swiper-navigation-theme .swiper-button-prev {
    left: 0px;
}

.swiper-navigation-theme .swiper-button-next {
    right: 0px;
}

.swiper-navigation-theme .swiper-button-next::after,
.swiper-navigation-theme .swiper-button-prev::after {
    display: none;
}

.swiper-navigation-static {
    display: flex;
    column-gap: 8px;
    justify-content: center;
}

.swiper-navigation-static .swiper-button-next,
.swiper-navigation-static .swiper-button-prev {
    position: static;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: translate(0);
    margin: 0px;
}

.swiper-navigation-theme--primary .swiper-button-next,
.swiper-navigation-theme--primary .swiper-button-prev {
    background: var(--primary);
    color: var(--white)
}

.swiper-navigation-theme--primary .swiper-button-next:hover,
.swiper-navigation-theme--primary .swiper-button-prev:hover {
    background: var(--secondary);
    color: var(--white)
}

/* Project Based Classes */
.free-ele {
    position: absolute;
    width: auto;
    top: 0px;
    left: 0px;
    user-select: none;
    pointer-events: none;
}

/* header */

.navbar-animation {
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;

}

.navbar-animation:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #112959;
    transform: translateX(-110%);
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.navbar-animation:hover:before {
    transform: translateX(0);
}


header .logo img {
    object-fit: contain;
    height: 66px;
    transition: 0.5s all;
    width: 100%;
    object-position: left;
}

header {
    width: 100%;
    transition: 0.5s all;
    /*position: fixed; */
    background: #fff;
    top: 0;
    left: 0;
    padding: 5px 0 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    z-index: 99;
}

.main_menu {
    border-top: 2px solid #EBEBEB;
}

header .navbar-brand span {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-left: 10px;
}

.menu {
    display: inline-flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0 4%;
    width: 100%;
}

.menu a {
    padding: 15px 10px;
    display: block;
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
}

.menu li:nth-child(1) a {
    color: #ED1C24;
}

.menu li:nth-child(2) a {
    color: #0055A6;
}

.menu li:nth-child(3) a {
    color: #EE3186;
}

.menu li:nth-child(4) a {
    color: #C60DC6;
}

.menu li:nth-child(5) a {
    color: #18A45E;
}

.menu li:nth-child(6) a {
    color: #FF5015;
}

.menu li:nth-child(7) a {
    color: #00BAB3;
}

.menu li:nth-child(8) a {
    color: #ED1C24;
}

.menu li:nth-child(9) a {
    color: #497174;
}

.menu li:nth-child(10) a {
    color: #815B5B;
}



.menu a:hover {
    color: rgba(0, 110, 168, 1) !important;
}

.menu li {
    position: relative;
    margin: 0 5px;
}

.menu li:last-child {
    margin-right: 0;
}


.phone_no i {
    border: 1px solid;
    transform: rotate(90deg);
    border-radius: 50%;
    padding: 8px;
    color: #01A1DD;
    margin-right: 5px;
}

.side_bar {
    display: none;
    width: 26px;
    height: 28px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.side_bar span {
    display: block;
    /*position: absolute;*/
    height: 1px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.side_bar span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.side_bar span:nth-child(2) {
    top: 22%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.side_bar span:nth-child(3) {
    top: 45%;
    width: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}


.side_bar.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0%;
    left: 0;
    background: #fff;
}

.side_bar.open span:nth-child(2) {
    width: 0%;
    background: #fff;
    opacity: 0;
}

.side_bar.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 68%;
    width: 100%;
    left: 0;
    background: #fff;
}


.btn_dream {
    background-color: #ED1C24;
    color: #fff !important;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 130px;
    column-gap: 10px;
    transition: 0.3s ease-in-out;
}

.btn_dream:hover {
    background-color: #0055A6;
}

.btn_dream.reverse {
    background-color: #0055A6;
}

.btn_dream.reverse:hover {
    background-color: #ED1C24;
}

.btn_dream.btn-white {
    background: #fff;
    color: #ED1C24 !important;
}

.btn_dream.btn-white:hover {
    background: #ED1C24 !important;
    color: #fff !important;
}

.btn_dream.btn-white:hover i {
    color: #fff;
}

.btn_dream i {
    transition: 0.5s;
    transform: rotate(-45deg);
    font-size: 18px;
}

.btn_dream:hover i {
    transform: rotate(0deg);
}

.title_head {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.title_head:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0%;
    height: 1.5px;
    background: #ababab;
    transition: 3s;
    top: 50%;
    transform: translateY(-50%);
}

.title.animation .title_head:before {
    width: 100%;
    transition-delay: 0.2s;

}

/*.menu_animation {*/
/*  display: inline-block;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  padding-top: 5px;*/
/*}*/
/*.menu_animation:before {*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 3px;*/
/*  background: #da1c5c;*/
/*  transform: translateX(-110%);*/
/*  content: '';*/
/*  position: absolute;*/
/*  transition: transform .6s ease;*/
/*}*/
/*.menu_animation:hover:before {*/
/*  transform: translateX(0);*/
/*}*/

/*header.sticky {*/
/*    position: fixed;*/
/*    background: rgb(39 39 39);*/
/*    padding: 5px 0;*/
/*}*/
/*header.sticky nav .navbar-brand img {*/
/*    width: 140px;*/
/*}*/
/*header.sticky  .menu a {*/
/*   color: #fff;*/
/*	font-size:15px;*/
/*}*/

header .main_menu .right-menu {
    margin-left: 6%;
    display: inline-flex;
    align-items: center;
    width: 60%;
}

header .extra-links-col {
    display: flex;
    justify-content: end;
    column-gap: 10px;
    align-items: center;
}

header .extra-links-col .other_links ul:not(.social-links) {
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    column-gap: 24px;
    margin: 0;
}

header .extra-links-col .other_links {
    display: flex;
    column-gap: 24px;
}

/* header .custom_container {
  padding: 15px 4%;
} */

/*header nav .main_menu li.dropdown a::after {*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 900;*/
/*    content: "\f078";*/
/*    border: none;*/
/*    font-size: 12px;*/
/*    line-height: 0;*/
/*    margin-left: 5px;*/
/*}*/
header .main_menu li.menu-item-has-children:hover>.sub-menu {
    /*display: block;*/
    pointer-events: auto;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

header .main_menu li.menu-item-has-children .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    background: #fff;
    border-left: 2px solid #f7f7f7;
}

header .main_menu li.menu-item-has-children .sub-menu .sub-menu a:hover {
    background: #0055A6;
    color: #fff !important;
}

header .main_menu li.menu-item-has-children .sub-menu .sub-menu a:hover:after {
    color: #fff !important;
}

header .main_menu li.menu-item-has-children .sub-menu {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20%);
    position: absolute;
    background: #F7F7F7;
    margin: 0;
    list-style: none;
    transition: 0.6s;
    width: 25vw;
    padding: 0;
    /*height: calc( 100vh - 230px );*/
    left: 0;
    /*overflow: hidden;*/
    /*overflow-y: auto;*/
}

header .main_menu li.menu-item-has-children .sub-menu a {
    color: #000;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    display: inline-flex;
}

header .main_menu li.menu-item-has-children .sub-menu a:hover {
    background: #fff;
}

header .main_menu li.menu-item-has-children .sub-menu li:last-child a {
    border-bottom: none;
    position: relative;
    flex-wrap: wrap;
    text-align: center;
}

header .main_menu li.menu-item-has-children .sub-menu li.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 3px solid var(--secondary);
    border-top: 3px solid var(--secondary);
    right: 30px;
    top: 50%;
    /* color: #006ea8; */
    /* font-size: 20px; */
    transform: rotate(45deg) translateY(-50%);
    /* font-family: 'Font Awesome 5 Free'; */
    /* font-weight: 600; */
}

header .main_menu li.menu-item-has-children .sub-menu li {
    margin: 0;
}

header .main_menu li.menu-item-has-children .sub-menu a span {
    font-weight: 600;
    padding-left: 0;
}

.sub-menu p {
    margin: 0;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #da1c5c;
}

.sub-menu a img {
    height: 250px;
    margin-right: 0;
    display: block;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 10px;
    object-fit: contain;
    border: 2px solid #ECECEC;
    border-radius: 10px;
}

.footer-newsletter-wrap {
    position: relative;
}

.footer-newsletter-wrap .wpcf7 form .wpcf7-response-output {
    position: absolute;
    background: #fff;
    /* left: 0px; */
    bottom: 50px;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
    left: 0px;
    margin: 0px;
}

.footer-newsletter-wrap .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -30px;
    left: 0px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    padding: 5px;
}

.search_btn .search_btn_icon,
.footer-newsletter-wrap .submit-button {
    width: 45px;
    height: 45px;
    background: #0055A6;
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    border: 0px;
}

.footer-newsletter-wrap .submit-button {
    background-image: url('data:image/svg+xml,<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.49699 18.1865L19.007 10.8235C20.331 10.2335 20.331 8.46954 19.007 7.87954L2.49699 0.515535C1.00199 -0.151465 -0.550007 1.32954 0.190993 2.71754L3.34299 8.62154C3.58799 9.08054 3.58799 9.62154 3.34299 10.0795L0.190993 15.9835C-0.549007 17.3715 1.00099 18.8545 2.49699 18.1865Z" fill="white" /></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 99;
}

.footer-newsletter-wrap .wpcf7-form-control-wrap {
    display: block;
    width: calc(100% - 40px);
}

.footer-newsletter-wrap form>p {
    position: relative;
    display: flex;
    background: #F2F8FD;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 45px;
    border: 1px solid #ddd;
    width: 280px;
}

.footer-newsletter-wrap .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.footer-newsletter-wrap .newsletter-input {
    padding-left: 20px;
    height: 100%;
}

.footer-newsletter-wrap .newsletter-input,
input.search_input {
    /*position: absolute;*/
    background: transparent;
    /*opacity: 0;*/
    /*     z-index: -1; */
    /*     width: 80%; */
    /*transform: translate(15%, 0%);*/
    transition: 0.6s;
    outline: none;
}

.footer-newsletter-wrap form {
    position: relative;
    display: flex;
    background: #F2F8FD;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 45px;
    border: 1px solid #ddd;
    width: 280px;
}

.footer-newsletter-wrap .newsletter-input {
    padding-left: 20px;
}

.footer-newsletter-wrap {
    margin-top: 24px;
}

input.search_input.active {
    opacity: 1;
}

.social_links ul li img {
    width: 100%;
    object-fit: contain;
}

.search_btn span {
    margin-left: 5px;
    background: #f2f7fa;
    color: #000;
    font-weight: 500;
    padding: 0 5px;
}

/* .search_btn form.active {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
} */
/* .search_btn form {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background: rgb(0 0 0 / 85%);
    left: 0;
    top: 0;
    font-size: 22px;
    z-index: 9;
}
.close_search {
    position: absolute;
    right: 5%;
    cursor: pointer;
    top: 5%;
    color: #fff;
    z-index: 9;
    font-size: 32px;
} */

.for_mobile .search-mobile ul {
    list-style: none;
    padding: 0px;
}

.for_mobile .search-mobile ul form {
    width: 100%;
}

.for_mobile .search-mobile ul form input.search_input {
    width: calc(100% - 45px);
}

.search_btn form {
    position: relative;
    display: flex;
    background: #F2F8FD;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 45px;
    border: 1px solid #ddd;
    width: 280px;
}

input.search_input {
    border: 0px;
    padding: 10px;
    padding-left: 20px;
    height: 45px;
    width: calc(100% - 45px);
}

/* Footer */

footer .logo img {
    width: 200px;
    height: auto;
    object-fit: contain;
    margin-bottom: 40px;
}

.free-ele.sun-cloud {
    position: absolute;
    right: 2%;
    top: 27%;
    left: unset;
}


footer {
    position: relative;
    /* padding: 80px 0 0px; */
    background: #EEF9FF;
}

.footer-content-wrapper {
    padding-top: 50px;
}

footer img.footer-bg {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    object-fit: contain;
    object-position: bottom;
    z-index: 0;
    margin-top: -4%;
    pointer-events: none;
    user-select: none;
}

/* footer .custom_container {
  position: relative;
  padding: 0 8%;
  z-index: 1;
} */

.footer-bottom-bar {
    position: absolute;
    bottom: 0px;
    padding: 15px 4%;
    width: 100%;
}

.footer-usp-wrapper {
    background: var(--secondary);
    color: var(--white);
    padding-top: 60px;
    padding-bottom: 70px;
}

.f-usp-wrap {
    display: flex;
    column-gap: 20px;
}

.f-usp-item {
    width: 20%;
}

.f-usp-item .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    display: block;
}

.f-usp-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.f-usp-item .info h5 {
    margin-bottom: 0px;
}

.f-usp-item .info {
    width: calc(100% - 55px);
}

.footer_menu li a {
    color: rgba(37, 37, 37, 1);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.footer_menu li {
    list-style: none;
    margin-bottom: 8px;
}

.footer_menu ul {
    padding-left: 0;
}

.menu-item.add_mac li {
    list-style: disc;
}

footer .footer-bottom-bar p {
    color: #1F3A11;
    font-weight: 600;
    font-size: 15px;
}

footer .footer-bottom-bar p a {
    color: #1F3A11;
    font-weight: 600;
    font-size: 15px;
}

.footer-contact-info i {
    margin-right: 3px;
}

.footer_social_links {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    list-style: none;
    margin: 0;
}

.footer_social_links li a {
    width: 28px;
    height: 28px;
    /*border:2px solid rgb(0 110 168);*/
    border-radius: 50%;
    padding: 2px;
    display: flex;
    text-decoration: none;
    align-items: center;
}

.footer_social_links li img {
    width: 100%;
    object-fit: contain;
    margin: 0;
}

.footer_logo {
    width: 160px;
    margin-bottom: 40px;
}

footer .col-md-3:last-child .footer_item:last-child {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

footer .col-md-3:last-child .footer_item:last-child h4 {
    margin-bottom: 0;
}

footer p.copy {
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
    margin-top: 40px;
}

footer p a {
    color: inherit !important;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
    font-size: inherit;
    text-decoration: none !important;
}

footer h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-family: var(--font-body);
    margin-bottom: 25px;
}

ul.office {
    display: inline-flex;
    width: 100%;
    list-style: none;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 20px;
}

ul.office li {
    width: 100%;
}

ul.office li a {
    color: #fff;
    font-weight: 600;
}

footer .designed {
    font-size: 16px;
    display: inline-flex;
    padding: 0;
    align-items: center;
}

footer .designed a {
    margin-left: 5px;
}

.social-links {
    display: flex;
    column-gap: 30px;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    align-items: center;
}

.social-links.header-socials {
    column-gap: 10px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links a svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-links.footer-socials a {
    width: 24px;
    height: 24px;
}

.social-links.header-socials a {
    width: 44px;
    height: 44px;
    border: 1px solid #C1E1F6;
    color: var(--color-text);
    padding: 10px;
    border-radius: 40px;
}

.social-links.header-socials a:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}

.side_menu {
    display: none;
    width: 90px;
}

footer .social-links {
    margin-top: 40px;
}

/* Home */

.banner-item {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.banner-item img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.age-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 60px;
    text-align: center;
}

.age-wrap-item .icon img {
    margin-bottom: 15px;
    width: 200px;
    height: auto;
    aspect-ratio: 1/1;
    max-width: 100%;
    object-fit: contain;
}

.age-wrap-item {
    color: var(--color-text);
}

#home-age-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 140px;
}

#home-age-section .sun {
    top: 40px;
    left: 10px;
}

#home-age-section .free-ele.cloud-1 {
    top: 40px;
    right: 20px;
    left: auto;
}

#home-age-section .free-ele.cloud-2 {
    right: 50px;
    left: auto;
    top: auto;
    bottom: 20px;
}

#home-age-section .free-ele.cloud-3 {
    bottom: -40px;
    top: auto;
}

#home-age-section .free-ele.cloud-3 img {
    height: auto;
    width: 200px;
}

/* .products-slider {
  padding-left: 30px;
  padding-right: 30px;
} */

.products-slider+.swiper-navigation-theme .swiper-button-prev {
    left: -40px;
}

.products-slider+.swiper-navigation-theme .swiper-button-next {
    right: -40px;
}

.book-item {
    display: block;
    background-color: #fff;
    transition: 0.4s ease-in-out;
    padding: 10px;
}

/* .book-item:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
} */

.book-item .img-wrap {
    border: 1px solid var(--color-border);
    border-radius: 12px;
    padding: 30px;
}

.book-item .img-wrap img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: center;
}

.book-item .info {
    margin-top: 15px;
    color: var(--color-text);
}

.book-item .font-size-20 {
    font-family: var(--font-body);
    font-weight: normal;
}

.learn-more-link {
    color: var(--primary);
    font-weight: 600;
}

.slider-container {
    position: relative;
}

#home-new-realses {
    position: relative;
    padding-top: 75px;
    padding-bottom: 20px;
}

#home-new-realses .balloon {
    left: 20px;
    top: -20px;
}

#home-new-realses .paper-plane {
    right: 40px;
    top: 40px;
    left: auto;
}

#cta-with-slider {
    padding-top: 15vw;
    padding-bottom: 80px;
    position: relative;
}

#cta-with-slider .bg-image {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

a.swiper-slide {
    display: block;
}


#cta-with-slider .no-container {
    position: relative;
}

.cover-item .img-wrap img {
    width: 100%;
    height: auto;
    aspect-ratio: 2.8/3;
    object-fit: contain;
    object-position: center;
}

#cta-with-slider .title-wrap {
    color: var(--white);
    padding-left: 10%;
    padding-top: 150px;
}

#cta-with-slider .cloud-1 {
    left: 5%;
    top: 2%;
}

#cta-with-slider .bird {
    right: 13%;
    left: auto;
    top: 3%;
    z-index: 1;
    transform: rotate(15deg);
}

#cta-with-slider .cloud-1 img {
    width: 300px;
    height: auto;
}

#cta-with-slider .title-wrap *+* {
    margin-top: 30px;
}

#cta-cover-slider {
    margin-bottom: 100px;
}

#video-testimonials {
    padding-top: 80px;
    padding-bottom: 110px;
    position: relative;
}

.testimonial-video-item {
    display: block;
    color: var(--color-text);
}

.testimonial-video-item .img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    margin-bottom: 20px;
}

.testimonial-video-item .play-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.testimonial-video-item .play-icon svg {
    width: 100%;
    height: 100%;
}

.testimonial-video-item .img-wrap>img {
    filter: brightness(0.9);
    width: 100%;
    height: 100%;
}

.testimonial-video-item .font-size-20 {
    font-family: var(--font-body);
    font-weight: normal;
}

#video-testimonials .video-testimonials-navigation {
    justify-content: end;
}

#video-testimonials .leaf-2 {
    left: auto;
    right: 20%;
    top: 80px;
}

#home-categories {
    padding-bottom: 75px;
    position: relative;
}

#home-categories .kite {
    right: 0px;
    left: auto;
    top: -80px;
}

#home-categories .leaf {
    left: 60px;
    top: 0px;
}

#home-categories .thin-leaf-2 {
    left: 55%;
    bottom: 10px;
    top: auto;
}

#home-categories .leaf-2 {
    right: 15%;
    left: auto;
}

.featured-categories {
    display: grid;
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(5, 1fr);
}

.category-button {
    text-align: center;
    padding: 30px;
    border: 2px dashed var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 80px;
}

.category-button h3 {
    margin-bottom: 0px;
}

.category-button:nth-child(5n+1) {
    background-color: var(--accent);
}

.category-button:nth-child(5n+2) {
    background-color: var(--cyan);
}

.category-button:nth-child(5n+3) {
    background-color: var(--secondary);
}

.category-button:nth-child(5n+4) {
    background-color: var(--green);
}

.category-button:nth-child(5n+5) {
    background-color: var(--yellow);
}

#home-handbook {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--secondary);
    position: relative;
}

#home-handbook .title-wrap {
    color: var(--white);
}

#home-handbook .thin-leaf-1 {
    bottom: 15px;
    top: auto;
    right: 15%;
    left: auto;
}

#home-handbook .balloon {
    left: 30px;
    bottom: 0px;
    top: auto;
}

#home-handbook .bird {
    left: 10%;
    top: -60px;
    transform: scaleX(-1);
}

#home-handbook .cloud-1 {
    right: -50px;
    left: auto;
    top: -40px;
}

#home-handbook .cloud-1 img {
    width: 280px;
}

#home-handbook .leaf-1 {
    left: 20%;
    bottom: 40px;
    top: auto;
}

.handpicked-item {
    display: flex;
    background: var(--white);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.4s ease;
}

.handpicked-item .info {
    padding: 40px 30px;
    width: 55%;
    color: var(--color-text);
}

.handpicked-item .img-wrap {
    width: 45%;
    aspect-ratio: 1/1;
}

.handpicked-item .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.handpicked-item .learn-more-link {
    margin-top: 50px;
}

.handpicked-item:hover {
    background: var(--dgreen);
    color: var(--white);
}

.handpicked-item:hover .learn-more-link {
    color: var(--white);
}

.cta-section {
    position: relative;
}

.cta-section>img {
    width: 100%;
    height: auto;
}

.cta-section .content-wrap {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

#home-ebooks-section .title-wrap {
    padding-left: 10%;
    padding-top: 30px;
    max-width: 450px;
}

#home-ebooks-section .balloon-1 {
    bottom: 5%;
    top: auto;
}

#home-ebooks-section .paper-plane-2 {
    left: 300px;
    bottom: 23%;
    top: auto;
}

#home-ebooks-section .bird {
    left: auto;
    right: 3%;
    top: -80px;
}

#home-ebooks-section {
    padding: 100px 0px;
    position: relative;
}

.footer-contact-info {
    padding: 0px;
    font-size: 16px;
}

.footer-contact-info li {
    display: flex;
    column-gap: 10px;
    margin-bottom: 8px;
}

.footer-contact-info li a {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 500;
}

@keyframes floatCloud {
    0% {
        transform: translateX(-15px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-15px);
    }
}

.cloud-animation {
    animation: floatCloud 5s infinite linear alternate;
}

@keyframes rotateSun {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sun-animation {
    animation: rotateSun 15s infinite linear;
}

@keyframes floatBalloons {
    0% {
        transform: translateY(10px) rotate(-2deg);
    }

    100% {
        transform: translateY(-10px) rotate(2deg);
    }
}

.balloons-animation {
    animation: floatBalloons 4s infinite ease-in-out alternate;
}

@keyframes swayKite {
    0% {
        transform: rotate(-10deg) translateY(-10px);
    }

    100% {
        transform: rotate(10deg) translateY(10px);
    }
}

.kite-animation {
    animation: swayKite 4s infinite ease-in-out alternate;
}

@keyframes fallLeaf {
    0% {
        transform: translateY(-10px) rotate(0deg);
    }

    50% {
        transform: translateY(10px) rotate(5deg);
    }

    100% {
        transform: translateY(-10px) rotate(0deg);
    }
}

.leaf-animation {
    animation: fallLeaf 3s infinite ease-in-out;
}

@keyframes flyPlane {
    0% {
        transform: translate(-50px, 50px) rotate(-10deg);
    }

    100% {
        transform: translate(50px, -50px) rotate(10deg);
    }
}

.paper-plane-animation {
    animation: flyPlane 5s infinite linear alternate;
}

@keyframes flyBird {
    0% {
        transform: translateX(-10px) scaleY(1);
    }

    50% {
        transform: translateX(10px) scaleY(1.1);
    }

    100% {
        transform: translateX(-10px) scaleY(1);
    }
}

.bird-animation {
    animation: flyBird 6s infinite ease-in-out;
}

@keyframes flyBird2 {
    0% {
        transform: translateX(-10px) scaleY(1) scaleX(-1);
    }

    50% {
        transform: translateX(10px) scaleY(1.1) scaleX(-1);
    }

    100% {
        transform: translateX(-10px) scaleY(1) scaleX(-1);
    }
}

.bird-animation-2 {
    animation: flyBird2 6s infinite ease-in-out;
}

@keyframes flyBird3 {
    0% {
        transform: translateX(-10px) scaleY(1) rotate(15deg);
    }

    50% {
        transform: translateX(10px) scaleY(1.1) rotate(15deg);
    }

    100% {
        transform: translateX(-10px) scaleY(1) rotate(15deg);
    }
}

.bird-animation-3 {
    animation: flyBird3 6s infinite ease-in-out;
}

/* Categories Page */
.banner-wrap {
    width: 100%;
    height: auto;
    min-height: 410px;
    max-height: 600px;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.banner-wrap>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    top: 50%;
    left: auto;
    right: auto;
    transform: translateY(-50%);
    padding: 0px 10%;
}

.page-header-content .title-wrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.page-header-content h1.title {
    font-size: 80px;
    font-family: "Patrick Hand", cursive;
    color: rgb(37, 37, 37);
    line-height: 1.3;
}

.page-header--have-overlay .page-header-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
}

.page-header-content h1 {
    margin-bottom: 24px;
}

.page-header--have-overlay {
    color: var(--white);
}

.page-header-content .meta-author-wrap {
    font-size: 14px;
}

.category-badge {
    display: inline-block;
    background: var(--primary);
    color: var(--white);
    font-weight: 600;
    padding: 6px 24px;
    text-align: center;
    line-height: 1;
    border-radius: 30px;
    margin-bottom: 15px;
}

.product-grid-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.blogs-grid-section,
.blog-detail-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.blog-item .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.blog-item .img-wrap {
    border-radius: 12px;
    border: 1px solid #C1E1F6;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.blog-item .info {
    padding: 20px 0px 0px;
    color: var(--color-text);
}

.blog-item .info .font-size-20 {
    font-family: var(--font-body);
    font-weight: 400;
    margin-bottom: 15px;
}

.blog-item .info .meta {
    font-family: var(--font-body);
    font-weight: 400;
    color: #929496;
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-item:hover img {
    filter: brightness(0.8);
    transform: scale(1.1)
}

.blog-item .learn-more-link span {
    transition: 0.4s ease;
}

.blog-item:hover .learn-more-link span {
    transform: translateX(5px);
}

.learn-more-link.learn-more-link--have-icon {
    display: flex;
    align-items: center;
    column-gap: 10px;
    line-height: 1;
    justify-content: flex-start;
}

.pagination {
    width: 100%;
    display: block;
    margin-top: 60px;
}

.pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    gap: 4px;
    border: 0px;
}

.pagination .page-numbers a,
.pagination .page-numbers span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D2DFE8;
    color: #9C9C9C;
    line-height: 1;
    border-radius: 40px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0px;
}

.woocommerce nav.woocommerce-pagination ul li span {
    line-height: 1;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.page-numbers a.current,
.pagination .page-numbers span.current {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

/* Product Detail Page */

.product-detail-section {
    padding-top: 50px;
    padding-bottom: 70px;
}

.product-info-wrap {
    padding-top: 20px;
}

.prd-gl-item {
    height: 400px;
    padding: 24px;
    /* border: 1px solid #C1E1F6; */
    /* border-radius: 12px; */
    background: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prd-gl-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prd-gl-item.prd-youtube-item iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.prd-gl-main {
    border: 1px solid #C1E1F6;
    border-radius: 12px;
    overflow: hidden;
}

.prd-thb-item {
    width: 100%;
    border: 1px solid #C1E1F6;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    aspect-ratio: 1.1/1;
}

.prd-thb-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prd-gl-thumb {
    margin-top: 15px;
}

.product-info-wrap .mrp-price {
    color: var(--primary);
}

.product-info-wrap .final-price {
    font-size: 36px;
    list-style: 40px;
    font-family: var(--font-heading);
    color: var(--primary);
    font-weight: bold;
}

.product-info-wrap .product-title {
    margin-bottom: 20px;
}

.product-info-wrap .isbn-no {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    font-weight: var(--color-text);
}

.product-info-wrap .product-price {
    margin-top: 36px;
}

.product-info-wrap .product-buy-btns {
    margin-top: 30px;
}

.product-info-wrap .product-buy-btns .btns-row {
    display: flex;
    column-gap: 12px;
}

.product-info-wrap .product-buy-btns .btns-type {
    margin-bottom: 12px;
}

.aff-btn {
    padding: 8px;
    border: 1px solid #C1E1F6;
    border-radius: 4px;
    width: 100px;
    height: 45px;
}

.aff-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-features-section .feature-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.product-features-section .feature-item .icon {
    width: 90px;
    height: 90px;
}

.product-features-section .feature-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}

.product-features-section .feature-item .info {
    width: calc(100% - 120px);
}

.product-features-section .feature-item .info .h5 {
    margin-bottom: 10px;
}

.product-features-section {
    background: #E4F3FF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.product-features-section .title-wrap {
    margin-bottom: 40px;
}

#in-series-section {
    padding-bottom: 35px;
    padding-top: 90px;
}

#new-realses-section,
.new-realses-section,
section#new-releases-section {
    padding-bottom: 70px;
    padding-top: 35px;
}

.wp-editor img {
    max-width: 100%;
}

.wp-editor p {
    margin-bottom: 15px;
}

.trending-blogs-section {
    padding-bottom: 70px;
}

.contact-main-section {
    padding: 70px 0px 120px;
    color: var(--white);
}

.contact-info-wrap {
    color: var(--color-text);
}

.contact-info-wrap .title-wrap {
    margin-bottom: 24px;
}

.form-container {
    padding: 30px 35px 50px;
    background: var(--secondary);
    border-radius: 30px;
    overflow: hidden;
}

.contact-main-section>.container {
    position: relative;
}

.contact-main-section .bird {
    left: auto;
    right: -80px;
    top: 0px;
}

.contact-main-section .balloon {
    left: 10px;
    bottom: 80px;
    top: auto;
}

.contact-main-section .cloud-1 {
    left: 42%;
    top: 130px;
    z-index: -1;
}

.contact-main-section .leaf-2 {
    left: 25%;
    top: auto;
    bottom: 100px;
}

.contact-main-section .leaf {
    left: 40%;
    top: 50%;
}

.about-top-section {
    padding-top: 180px;
    padding-bottom: 50px;
    position: relative;
}

.about-top-section .bg-layer {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
}

.about-top-section .bg-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-top-section .color-full-title {
    text-align: center;
    margin-bottom: 160px;
}

.about-top-section .color-full-title span {
    font-family: var(--font-heading);
    display: block;
}

.about-top-section .title-wrap-strip {
    text-align: center;
    color: var(--secondary);
    margin-bottom: 200px;
}

.about-top-section .title-wrap-strip h2 {
    margin-bottom: 30px;
}

.about-top-section .title-wrap-strip .strip-wrap {
    padding: 10px;
    background: url('assets/img/strip.svg');
    background-repeat: no-repeat;
    background-size: 100% cover;
    background-position: center center;
    color: var(--white)
}

.about-top-section .content-wrap {
    color: var(--white);
}

.text--primary {
    color: var(--primary);
}

.text--secondary {
    color: var(--secondary);
}

.text--dark {
    color: var(--dark);
}

.about-milestone-section {
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
    max-width: 100vw;
}

.about-milestone-section .left-side {
    text-align: center;
    height: 100%;
}

.about-milestone-section .timeline-item {
    border-radius: 20px;
    padding: 30px 40px;
    margin-bottom: 22px;
    position: relative;
}

.about-milestone-section .timeline-item.timeline-item--current {
    border-radius: 30px;
    padding: 40px 60px;
}

.about-milestone-section .timeline-wrap .timeline-item:nth-child(4n + 1) {
    background-color: var(--secondary);
    color: var(--white);
}

.about-milestone-section .timeline-wrap .timeline-item:nth-child(4n + 2) {
    background-color: var(--yellow);
    color: var(--dark);
}

.about-milestone-section .timeline-wrap .timeline-item:nth-child(4n + 3) {
    background-color: var(--cyan);
    color: var(--dark);
}

.about-milestone-section .timeline-wrap .timeline-item:nth-child(4n + 4) {
    background-color: var(--green);
    color: var(--dark);
}

.about-milestone-section .timeline-wrap:not(.timeline-item--current) .h5 {
    margin-bottom: 0px;
}

.about-milestone-section .timeline-item .year {
    left: 0px;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: var(--secondary);
    height: 85px;
    width: 85px;
    border-radius: 80px;
    border: 4px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: var(--font-heading);
    font-weight: 700;
}

.about-milestone-section .cloud-1 img {
    width: 300px;
    height: auto;
}

.about-milestone-section .cloud-2 img {
    width: 150px;
    height: auto;
}

.about-milestone-section .cloud-1 {
    top: 28%;
    left: -150px;
}

.about-milestone-section .cloud-2 {
    left: auto;
    top: auto;
    bottom: 35%;
    right: 20px;
}

.about-milestone-section .thin-leaf-1 {
    left: auto;
    top: auto;
    bottom: 45%;
    right: 10%;
}

.about-milestone-section .balloon {
    top: auto;
    bottom: 30%;
    left: 80px;
}

.about-milestone-section .leaf {
    top: 12%;
    left: 18%;
}

.about-milestone-section .leaf-v1 {
    top: auto;
    bottom: 20%;
    left: auto;
    right: 15%;
}

.about-milestone-section .leaf-2 {
    top: 12%;
    left: auto;
    right: 15%;
}

.about-milestone-section .timeline-wrap {
    transition: 1s;
    transform: translateX(100%);
    opacity: 0;
}

.about-milestone-section .timeline-wrap+.timeline-wrap {
    margin-top: 60px;
}

.about-milestone-section .timeline-wrap.active {
    transform: translateX(0%);
    opacity: 1;
    transition-delay: 0.5s;
}

.about-milestone-section .rope-wrap {
    height: calc(100% - 140px);
    position: relative;
}

.about-milestone-section .character-wrap {
    position: absolute;
    bottom: 10px;
    left: calc(50% + 30px);
    transform: translateX(-50%);
    width: 170px;
    height: auto;
    opacity: 0;
    transition: 0.4s;
}

/* .about-milestone-section .character-wrap.active {
  bottom: 0px;
  opacity: 1;
} */

.about-milestone-section .rope-element {
    background: url('assets/img/new-rope.png');
    background-repeat: repeat-y;
    height: 100%;
    width: 100%;
    background-position: center top;
    clip-path: inset(0px 0 100% 0);
    margin-left: 20px;
    margin-top: -10px;
}

/* Dynamics Edits */

/* ul.products {
    display: contents;
} */

/* ul.products li.product {
    list-style: none;
    padding: 0;
    margin: 0;
} */

/* .page-numbers li a.page-number {
    display: inline-block;
    padding: 8px 12px;
    background: #f0f0f0;
    margin: 0 3px;
    border-radius: 3px;
    text-decoration: none;
}

.page-numbers li .current {
    background: #333;
    color: #fff;
} */

/* for mobile elements on desktop */
.search-mobile {
    display: none;
}

.for_mobile {
    display: none;
}

body.no-scroll {
    overflow: hidden;
}

.embed-responsive-16by9 {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    padding: 4px;
}

.embed-responsive-16by9 iframe {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
}

/* Responsive Started */

.page-header-content .body-font {
    font-size: 1rem;
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.6;
}

@media (max-width: 992px) {
    
    .btn_dream {
        font-size: 14px;
    }

    .side_menu {
        display: inline-block;
    }

    header .navbar-brand img {
        height: 30px;
    }

    header {
        padding: 0;
    }

    .side_bar {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        order: 1;
        flex-wrap: wrap;
        z-index: 10;
        /*border: 1px solid #fff;*/
        /*border-radius: 50%;*/
        /*padding: 8px;*/
        background: #ED1C24;
        padding: 12px;
        border-radius: 50%;
        width: 45px;
        height: 45px;
    }

    .side_bar span {
        background: #fff;
        height: 2px;
    }

    .side_bar.open {
        /*border: 1px solid #000;*/
        gap: 1px;
    }

    header .main_menu {
        left: 0;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 9;
        padding: 15px 4%;
        transform: translateX(100%);
        background-color: #fff;
        transition: 0.6s all ease-in-out !important;
        box-shadow: -10px 0px 20px #0000005e;
    }

    .menu a {
        padding: 15px 0;
    }

    header .main_menu .menu-main-menu-container ul {
        margin-top: 50px;
    }

    header .main_menu.kk {
        /*display:block; */
        overflow: scroll;
        padding-top: 55px;
        transform: translateY(0);
    }

    header .menu a {
        color: #000 !important;
    }

    header .main_menu .menu-main-menu-container ul {
        display: block;
    }

    .menu li {
        margin: 0;
        position: relative;
    }

    header .custom_container {
        padding: 4px 4%;
    }

    header .main_menu li.menu-item-has-children .sub-menu {
        width: auto;
        box-shadow: none;
        display: none;
        padding: 0;
        transition: unset;
        position: unset !important;
        min-height: auto;
        opacity: 1;
        visibility: visible;
        transform: unset;
    }

    header .main_menu li .sub-menu .menu-item-has-children:hover .sub-menu {
        display: none;
    }

    span.menu-toggle-drop {
        position: absolute;
        right: 0;
        top: 12px;
        width: 35px;
        height: 31px;
        background-color: #006ea8;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
        line-height: 35px;
        color: #fff;
        display: block;
        z-index: 10;
    }

    .custom_container {
        padding: 0 4%;
    }

    .social_links {
        /* display: none; */
        margin-left: auto;
        margin-right: 20px;
    }

    .search_btn {
        margin-left: 0px;
    }

    input.search_input {
        position: unset;
        transform: unset;
        opacity: 1;
        width: 100%;
    }

    .social_links .search_btn {
        margin-left: 20px;
        display: none;
    }

    .banner_content {
        bottom: 70%;
        padding: 0 4%;
        width: 100%;
        left: 0;
        text-align: center;
    }

    .banner_content .title h4 {
        font-size: 32px;
    }

    .banner_content .title p {
        font-size: 12px;
        padding: 10px 0;
        font-weight: 500;
    }

    a.btn.btn_dream {
        min-width: 160px;
    }


    .title p {
        font-size: 14px;
        width: 100%;
    }

    .title span {
        font-size: 14px;
    }

    .title h4 {
        font-size: 32px;
    }

    .btn_narula2 {
        padding: 6px;
        font-size: 12px;
        min-width: 130px;
    }

    .btn_narula2 span {
        font-size: 14px;
    }

    .btn_narula {
        padding: 6px;
        min-width: 130px;
        font-size: 12px;
    }

    .btn_narula span {
        font-size: 14px;
    }

    .footer_menu {
        margin-bottom: 40px;
    }

    .footer_item.mb-5 {
        margin: 0 !important;
    }

    footer .align-items-center.d-inline-flex {
        flex-wrap: wrap;
    }

    footer p {
        font-size: 14px;
        margin: 20px 0 0;
    }

    footer .designed {
        font-size: 14px;
        /*margin: auto;*/
    }

    footer .designed a {
        font-size: 14px;
        /*margin: auto;*/
    }

    header .main_menu li .sub-menu {
        position: unset !important;
    }

    #home-age-section {
        padding: 30px 0px;
    }
    
    .age-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 0px;
    }

    .age-wrap-item {
        width: 33%;
        font-size: 24px;
        padding: 10px 10px;
    }

    .h2 {
        font-size: 32px;
    }

    .free-ele {
        top: 20px;
    }

    .free-ele img {
        width: 25% !important;
    }
    
    .footer-usp-wrapper{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .f-usp-wrap {
        column-gap: 40px;
        row-gap: 40px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .f-usp-item {
        width: 28%;
        text-align: center;
    }
    
    
    .f-usp-item .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .f-usp-item .info {
        width: 100%;
    }

    .custom_container.footer-bottom-bar {
        padding: 20% 4% 1%;
        text-align: center;
        position: relative;
    }
    
    .footer-newsletter-wrap form,
    .footer-newsletter-wrap form>p{
        width: 100%;
        margin-top: 0px;
    }

    footer img.footer-bg {
        position: absolute;
    }

    .footer-value-text {
        font-size: 24px;
        padding: 10px 14px;
        text-align: center;
    }


    .swiper.best-seller-sld,
    .swiper.freq-bough-sld {
        padding: 0px;
    }

    .book-item {
        padding: 2px;
    }

    .products-slider + .swiper-navigation-theme {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .products-slider + .swiper-navigation-theme .swiper-button-next,
    .products-slider + .swiper-navigation-theme .swiper-button-prev {
        position: static;
    }
    
    #cta-with-slider .title-wrap {
        color: #000000;
        padding: 30px 15px;
        padding-bottom: 150px;
    }
    
    #cta-with-slider {
        padding-top: 30px;
    }
    
    #cta-cover-slider {
        margin-bottom: 0px;
    }
    
    #cta-with-slider .bg-image {
        height: 450px;
        object-fit: cover;
        object-position: left;
    }
    
    #cta-with-slider .title-wrap *+* {
        margin-top: 20px;
    }

    
    .book-item .img-wrap {
        padding: 10px;
        overflow: hidden;
    }
    
    .book-item .img-wrap img{
        height: 200px;
    }

    .freq-bough-sld .nav-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
        margin-top: 50px;
    }

    .freq-bough-sld .swiper-button-prev.cstm-prev {
        position: relative;
    }

    .freq-bough-sld .swiper-button-next.cstm-next {
        position: relative;
    }


    .prd-gl-thumb .nav-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 50px;
    }

    .prd-gl-thumb .swiper-button-prev.cstm-prev {
        position: unset;
        transform: unset;
    }

    .prd-gl-thumb .swiper-button-next.cstm-next {
        position: unset;
        transform: unset;
    }


    .container {
        max-width: 100%;
    }

    .book-item .info h3,
    .book-item .info h2 {
        font-size: 14px;
    }

    a.lrn-btn,
    a.woocommerce-loop-product__link {
        font-size: 14px;
    }

    /*.book-item.top-shift {*/
    /*    transform: translateY(0%);*/
    /*}*/

    /*.home-new-releases .title-wrap {*/
    /*    margin-bottom: 30px;*/
    /*    text-align: left !important;*/
    /*}*/

    /*.home-new-releases .btn_dream {*/
    /*    display: none !important;*/
    /*}*/

    /*.home-new-releases .col-lg-3.col-md-6:nth-child(even) .book-item {*/
    /*    transform: translateY(-40%);*/
    /*    padding: 12px;*/
    /*    margin-bottom: 25px;*/
    /*}*/

    /*.home-new-releases .btn_dream.home-new-releases_btn {*/
    /*    display: block !important;*/
    /*    transform: translateY(-120px);*/
    /*}*/
    
    #video-testimonials {
        padding-top: 30px;
        padding-bottom: 40px;
        position: relative;
    }
    
    #video-testimonials .title-wrap{
        text-align: center;
    }
    
    #video-testimonials .video-testimonials-navigation{
        justify-content: center;
    }
    
    .featured-categories {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 10px;
        row-gap: 10px;
    }
    
    .category-button {
        padding: 15px;
    }
    
    .handpicked-item .info {
        padding: 24px;
    }
    
    .handpicked-item .info > p{
        display: none;
    }
    
    .handpicked-item .learn-more-link {
        margin-top: 20px;
    }
    
    .cta-section .content-wrap {
        position: static;
        background: var(--accent);
        transform: translateY(0%);
        padding: 30px 0px;
    }
    
    #home-ebooks-section {
        padding: 30px 0px;
    }
    
    #home-ebooks-section .title-wrap {
        padding: 0px 15px;
        text-align: center;
        max-width: 100%;
    }
    
    #home-ebooks-section .title-wrap .btn-wrap.mt-5 {
        margin-top: 20px !IMPORTANT;
    }
    
    #ebooks-slider {
        margin-top: 30px;
    }
    
    .footer-content-wrapper {
        padding-top: 30px;
        padding-bottom: 130px;
    }
    
    .product-grid-section {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    .woocommerce ul.products, .woocommerce-page ul.products{
        margin-top: 0px;
    }
    
    .about-top-section .color-full-title{
        margin-bottom: 30px;
    }
    
    .about-top-section .title-wrap-strip h2{
        margin-bottom: 20px;
    }
    
    .about-top-section .title-wrap-strip .strip-wrap .h2{
        font-size: 20px;
        line-height: 22px;
    }
    
    .about-top-section .title-wrap-strip{
        margin-bottom: 60px;
    }
    
    .about-top-section .bg-layer {
        height: 350px;
    }
    
    .about-top-section .title-wrap-strip h2 {
        color: #fff;
    }
    
    .about-top-section .content-wrap {
        color: inherit;
    }
    
    .about-top-section {
        padding-bottom: 0px;
        padding-top: 60px;
    }

    .home .one-stop-section .absolute-bg {
        top: unset;
        bottom: 30%;
    }

    .one-stop-section .container-space-left {
        max-width: 100%;
        margin-left: 0;
        padding: 4%;
    }


    .one-stop-section .book-covers-wrap {
        padding-left: 22%;
    }

    .one-stop-section {
        min-height: auto;
    }

    .home-ebooks-section.sec-p {
        padding: 40px 0px 60px;
    }

    .home-new-releases .free-ele.cloud-1 {
        text-align: right;
        bottom: -50px;
    }

    .home-new-releases .free-ele.cloud-2 {
        text-align: left;
        left: 0;
        bottom: -18%;
    }

    .home-new-releases .bird {
        right: 2%;
        text-align: right;
        bottom: 30px;
    }

    .home-new-releases .balloon {
        bottom: 25px;
    }

    .home-new-releases .free-ele.cloud-2 img {
        width: 66% !important;
    }

    .home-new-releases .bird img {
        width: 52% !important;
    }

    .ebook-item .info {
        width: 58%;
    }

    .ebook-item .info h3 {
        font-size: 16px;
    }

    .ebook-item .info p {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    body p, .page-header-content .body-font {
        font-size: 14px;
    }

    .cstm-nav-wrap.outside-wrap div {
        position: unset;
        margin: 0;
    }

    .cstm-nav-wrap.outside-wrap {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 40px;
    }


    .cta_info {
        padding: 60px 20px;
    }

    .home-cta .img-wrap img {
        width: 100%;
        object-fit: contain;
        object-position: bottom;
        height: auto;
    }

    .home-book-videos {
        margin-top: -68%;
        padding-top: 58% !important;
    }

    .one-stop-section .squirrel {
        left: 5%;
        top: 55%;
        z-index: 1;
    }

    .one-stop-section .squirrel img {
        width: 42% !important;
    }

    .home-new-releases {
        padding-bottom: 0px;
        padding-top: 60px !important;
    }

    .hand-picked-section .kite {
        text-align: right;
    }

    .nav-wrap.outside-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        gap: 20px;
    }

    .nav-wrap.outside-wrap div {
        position: unset;
        margin: 0;
    }

    .one-stop-section .title-wrap {
        margin-bottom: 0px;
    }




    .hand-picked-section .cat_list .cat-item {
        width: 33%;
        margin-bottom: 4%;
    }



    footer .g-5,
    .gx-5 {
        --bs-gutter-x: 0;
    }

    .banner-wrap {
        width: 100%;
        height: auto;
        min-height: auto;
        z-index: 0;
        position: relative;
    }
    
    .page-header--new-view .page-header-content {
        position: static;
        transform: translate(0);
        padding: 20px 15px;
        background: #f1f1f1;
    }
    
    .page-header-content h1 {
        margin-bottom: 10px;
    }
    
    .blogs-grid-section, .blog-detail-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    footer .social-links{
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .banner-wrap .title-wrap {
        margin: 0;
    }

    .page-header-content h1.title {
        font-size: 24px;
        margin: 0;
    }

    .sec-p {
        padding: 30px 0px;
    }

    .contact-us-section .form-col {
        padding-right: 12px;
    }

    .contact-info-wrap {
        padding: 20px;
        margin-top: 40px;
    }

    .contact-info-wrap .contact-info-item .icon {
        margin-right: 10px;
    }

    .contact-info-wrap .contact-info-item .icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .contact-info-item .info p {
        font-size: 14px;
    }

    .faqs-outer-wrap .accordion-item .accordion-button {
        font-size: 16px;
        padding: 12px;
    }

    .faqs-outer-wrap .accordion-item .accordion-body {
        padding: 0 12px 12px;
        font-size: 12px;
    }



    .product-grid-row .book-item {
        width: calc(50% - 8px);
    }

    .sec-p.shop-section {
        padding-top: 30px !important;
    }

    .sidebar-col>aside {
        padding-right: 0;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        background: #fff;
        transition: .6s;
        padding: 20px;
        box-shadow: 0 0 10px #00000036;
        height: calc(100vh - 47px);
        transform: translateX(-100%);
        overflow-y: auto;
    }

    span.filter_btn {
        position: fixed;
        left: 0;
        padding: 12px;
        background: #0055a6;
        z-index: 9;
        color: #fff;
        width: 100%;
        bottom: -1px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sidebar-col>aside.add {
        transform: translateX(0%);
    }

    .bulk-order-section .sun img {
        width: 80px;
    }

    .bulk-order-section .cloud-1 {
        text-align: right;
    }

    .bulk-order-section .kite {
        left: auto;
        right: 10px;
        top: 0px;
        text-align: right;
    }

    .sec-p.bulk-order-section {
        padding-bottom: 60px;
    }


    .book-item.list-type .img-wrap {
        width: 40%;
    }

    .book-item.list-type {
        padding: 12px 12px !important;
    }

    .book-item.list-type .info {
        padding-right: 0;
        width: 60%;
        margin: 0;
    }

    .hand-picked-section .book-item {
        padding: 18px;
    }

    .hand-picked-section .col-lg.col-12.last_hand .book-item {
        display: flex;
        align-items: center;
    }


    header .main_menu li.menu-item-has-children .sub-menu a {
        padding: 10px 15px;
    }

    header .main_menu li.menu-item-has-children .sub-menu li.menu-item-has-children>a:after {
        content: none;
    }

    .newsletter-wrap {
        padding-left: 0%;
    }

    footer .custom_container {
        padding: 0 4%;
    }

    /*.free-ele.sun-cloud img {*/
    /*    width: 80% !important;*/
    /*}*/

    .free-ele.sun-cloud {
        right: 0%;
        top: 25%;
    }

    .product-gallery-wrap {
        column-gap: 15px;
        padding-right: 0px;
        flex-wrap: wrap;
    }

    .product-gallery-wrap .prd-gl-thumb {
        width: 100%;
    }

    .product-gallery-wrap .prd-gl-main {
        width: 100%;
        order: -1;
    }



    .product-buy-btns a.aff-btn {
        padding: 10px 15px;
        margin-right: 5px;
        margin-bottom: 5px;
        min-width: auto;
    }

    .prd-gl-main {
        padding: 15px;
        height: auto;
    }

    .swiper.product-gallery-sld-thumb {
        margin: 20px 0px;
        height: auto;
    }

    .prd-thb-item {
        height: auto;
        position: relative;
    }

    .product-info-wrap h1.product-title {
        font-size: 22px;
    }

    .short-desc {
        font-size: 14px;
    }

    .feature-item {
        padding: 10px;
        width: 100%;
        height: 100%;
    }

    .features-wrap .col-lg-2.col-sm-4.col-6 {
        margin-bottom: 20px;
    }

    .birthdays_cat_home .birthday_content {
        padding-left: 0%;
        position: unset;
        width: 100%;
        color: #000;
        display: block;
        transform: unset;
        margin-top: 20px;
    }

    .birthdays_cat_home .col-lg-12 {
        height: auto;
        margin-bottom: 0px;
    }

    .birthdays_cat_home .birthday_img {
        height: unset;
    }

    .birthdays_cat_home .birthday_content h4 {
        font-size: 32px;
    }

    .birthdays_cat_home .birthday_content p {
        font-size: 12px;
    }

    .hand-picked-section .cat_list {
        margin-top: 0px;
        gap: 0px;
        column-gap: 10px;
        justify-content: start;
    }

    .ebook-item .img-wrap {
        width: 35%;
        margin-right: 20px;
    }







    .close_search {
        right: 8%;
        top: 12%;
    }

    .main-cal-item .info h3 {
        font-size: 20px;
    }




    .sec-p.home-age-section .free-ele.cloud-1 {
        text-align: right;
    }

    .sec-p.home-age-section .free-ele.cloud-3 {
        right: 10px;
        left: auto;
        top: auto;
        bottom: -7px;
        text-align: right;
    }

    .wpc-filters-open-button-container.wpc-open-button-654 {
        display: none !important;
    }

    .wpc-filters-widget-content.wpc-closed.wpc-show-counts-yes {
        display: block !important;
    }



    .for_mobile {
        display: block;
    }


    .for_desktop {
        display: none;
    }


    .sec-p.one-stop-section .col-lg-5.col-md-10 {
        margin-left: auto;
    }

    .home .one-stop-section.sec-p {
        margin-top: 0;
        margin-bottom: 40px;
    }


    .single-product .product-detail-section .product-gallery-col.position-sticky {
        position: unset !important;
    }

    .main_menu .social-links.for_mobile {
        margin: 20px;
    }

    .career_page .free-ele.balloon {
        left: 70% !important;
        top: 5% !important;
        text-align: right;
        display: none;
    }

    .social-links {
        justify-content: start !important;
    }
}


@media only screen and (max-width: 760px) {
    .f-usp-item {
        width: 44% !important;
    }

    .hand-picked-section .cat_list .cat-item {
        width: 48%;
    }

    .home .one-stop-section.sec-p {
        margin-top: -25%;
        margin-bottom: 0px;
    }


    .woocommerce .woocommerce-ordering {
        float: left;
    }

    .woocommerce .woocommerce-result-count {
        margin-right: 15px;
    }

    .home-book-videos {
        margin-top: -86%;
        padding-top: 78% !important;
    }

    footer .designed {
        margin: auto;
    }

    .custom_container.footer-bottom-bar {
        padding: 15px 4% 25%;
    }

    .one-stop-section .squirrel {
        left: -12%;
    }

}

@media only screen and (max-width: 1100px) and (min-device-width: 990px) {
    /*.custom_container {*/
    /*     padding: 0 4%;*/
    /* }header .navbar-brand img {*/
    /*     width: 110px;*/
    /* }.menu li {*/
    /*     margin: 0 5px;*/
    /* }.menu a {*/
    /*     padding: 20px 6px;*/
    /* }.search_btn {*/
    /*     margin-left: 10px;*/
    /* }*/
    /* .search_btn span {*/
    /*     display:none;*/
    /* }*/

    header .custom_container {
        padding: 15px 2%;
    }

    .menu {
        padding: 0 2%;
    }

    .menu a {
        font-size: 16px;
    }


    .social-links a {
        padding: 2px 10px;
    }

    .home-cta .free-ele.bird {
        left: 75%;
    }

    .age-wrap-item h3 {
        font-size: 32px;
    }

    .one-stop-section {
        min-height: 72vh;
    }

    .free-ele.squirrel img {
        width: 180px;
    }

    .home-book-videos {
        margin-top: -22%;
    }

    .footer_menu ul {
        word-break: break-word;
    }

    .one-stop-section .cow {
        right: 4% !important;
        bottom: 28% !important;
        text-align: right;
    }

    .one-stop-section .squirrel {
        bottom: 30%;
    }

    .free-ele.cow img {
        width: 65%;
    }

    .about_timeline .plane2 {
        left: 78% !important;
    }

    .about_page_banner {
        overflow: hidden;
    }

    .about_page .free-ele.kite {
        left: 85% !important;
        top: -28% !important;
    }

    .about_timeline .leaf-r3 {
        left: 90% !important;
    }

    .contact-info-wrap {
        padding: 16px;
    }

    .contact-info-wrap .contact-info-item .icon {
        margin-right: 10px;
        width: 42px;
        height: 42px;
    }

    .contact-info-item .info p {
        font-size: 14px;
    }

    .banner-wrap {
        width: 100%;
        height: auto;
        min-height: auto;
        z-index: 0;
        position: relative;
    }

    .page-header-content h1.title {
        font-size: 46px;
        margin: 0;
    }

    .banner-wrap .title-wrap {
        margin: 0;
    }

    .career_page .free-ele.career_boy {
        text-align: right;
    }

    .career_page .free-ele.career_boy img {
        width: 65%;
    }

    .career_page .free-ele.balloon {
        left: 85% !important;
    }

    .career_page .free-ele.plane2 {
        left: 75% !important;
    }

    .feature-item {
        width: 100%;
        height: 100%;
    }

    .cta_info {
        padding: 80px 40px;
    }

    .home-cta .plane img {
        width: 60%;
    }
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
}

.prd-gl-thumb .swiper-slide.swiper-slide-thumb-active .prd-thb-item{
    border: 2px solid var(--primary);
}