/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
    overflow-x:hidden;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */


/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/


/*----------------------
Footer
----------------------*/

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter';
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}
div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Inter';
}

div#service-slider .content p {
    font-size:20px;
    color: #0d4199;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
}
div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    padding:25px;
}
#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}

/* New css starts here */

.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.top_banner_section {
    padding: 26em 0px 18em;
}

header {
    background: #1d142d;
    padding: 15px 0px;
}

.page_home header {
    background: transparent;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
}

.my_menu_style li.menu-item a {
    position: relative;
}

.my_menu_style li.menu-item:last-child a:after {
    display:none;
}
.my_menu_style li.menu-item a:after {
    content:'';
    position:absolute;
    left:0px;
    right:0px;
    bottom:10px;
    margin:0 auto;
    width:0%;
    height:2px;
    background:#ffd9a7 !important;
    transition:all 0.5s linear;
}
.my_menu_style li.menu-item:hover a:after,
.my_menu_style li.menu-item.current-menu-item a:after
{
    width:100%;
}
.my_menu_style li.menu-item:last-child a {
    padding: 12px 25px!important;
    background: #2f2442 !important;
    border-radius: 10px !important;
    color: #fff !important;
    border: solid 1px #2f2442 !important;
    transition: all 0.5s linear;
}

.my_menu_style li.menu-item:last-child a:hover {
    color:#000 !important;
    background:#ffd9a7 !important;
    border-color:#ffd9a7 !important;
}
.my_menu_style li.menu-item:last-child a {
    margin-left: 3em !important;
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}
.make_list_center ul
{
     justify-content:center;
}

.two_col_btn ul a {
    display: inline-block;
    padding: 10px 22px;
    background: #2f2442;
    color: #fff;
    font-size:16px;
    border: solid 1px #2f2442;
    border-radius: 10px;
    transition: all 0.5s linear;
}

.two_col_btn ul a:hover {
    background: #fff;
    color:#2f2442;
}

.two_col_btn ul li.white_border_btn a {
    border-color: #FFF;
    color:#FFF;
    background: transparent;
}

.two_col_btn ul li.yellow_btn a {
    background:#f2a33a;
    border-color:#f2a33a;
}
.two_col_btn ul li.yellow_btn a:hover {
    background:#1d142d;
    border-color:#1d142d;
    color:#fff;
}

.two_col_btn ul li.white_border_btn a:hover {
    background: #ffd9a7;
    border-color: #ffd9a7;
    color:#1d142d;
}
.top_banner_small_title {
    margin-bottom: 10px !important;
}

.three_col_title {
    margin-bottom: 10px !important;
}

.top_three_cols .elementor-column .elementor-widget-wrap.elementor-element-populated{
    padding: 28px 20px !important;
}
.book_info_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
}

.book_info_list ul li:nth-child(odd) {
    flex: 0 0 20%;
}

.book_info_list ul li:nth-child(even) {
    flex: 0 0 20%;
}
.book_info_list ul:last-child li:last-child {
    flex: 0 0 35%;
}
.book_info_list ul li {
    margin: 0px 0px 6px;
}

li.blod_txt {
    font-weight: 500;
    color: #2f2442;
}
.book_prefer_type_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
    align-items: center;
    flex-flow: row;
}

.book_prefer_type_list ul li a {
    display: inline-block;
    padding: 8px 15px;
    background: #000000;
    color: #fff;
    transition: all 0.5s linear;
    border: solid 1px #000000;
    border-radius:10px;
    text-transform:uppercase;
}

.book_prefer_type_list ul li a img {
    margin-left: 5px;
    transition: all 0.5s linear;
}

.book_prefer_type_list ul li a:hover {
    background: #fff;
    color: #212121;
}

.book_prefer_type_list ul li a:hover img {
    filter: invert(1);
}
.platform_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 18px;
    align-items: center;
    margin-top: 35px;
}
.section_title_small {
    margin-bottom: 10px !important;
}

.section_title_large {
    margin-bottom: 10px !important;
}

.section_txt {
    margin-bottom: 8px !important;
}

.two_col_btn ul li.black_border_btn a {
    border-color: #000;
    background: transparent;
    color: #000;
}

.two_col_btn ul li.black_border_btn a:hover {
    background: #1d142d;
    color: #fff;
    border-color: #1d142d;
}

.book_main_section {
    padding: 8em 0px;
}

.book_cover_img img {
    max-width: 120% !important;
}

.abt_list_ops ul {
    display: flex;
    display: -webkit-flex;
    gap: 50px;
}

.abt_list_ops ul li {
    position: relative;
}

.abt_list_ops {
    background: #2f2442;
    padding: 9px 0px 9px 35px;
    /*width: 430px !important;*/
    border-radius: 10px;
    position: relative;
    left: -2em;
    z-index: -1;
}

.abt_list_ops ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -38px;
    top: 2px;
    background-image: url('/wp-content/uploads/2025/01/abt_sec_list_after_img.png');
    width: 24px;
    height: 19px;
}
.author_section {
    padding: 7em 0px;
}
h2.post-title {
    display: none;
}

.blog_inner_sec {
    padding: 5em 0px;
}
.my_blog_style article.elementor-post {
    position: relative;
}

.my_blog_style .elementor-post__text {
    position: absolute;
    bottom: 20px;
    padding: 0px 25px 0px;
    transition: all 0.5s linear;
}

.my_blog_style article.elementor-post:hover .elementor-post__text {
    bottom: 30px;
}

.blog_sec {
    padding: 8em 0px;
}

.my_testi_style  .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
}

.my_testi_style .elementor-testimonial__image img {
    width: auto !important;
    height: auto !important;
}

.my_testi_style .elementor-testimonial__name {
    position: relative;
}

.my_testi_style .elementor-testimonial__name:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -15px;
    background-image: url('/wp-content/uploads/2025/01/testi_sec_star_icon.png');
    width: 94px;
    height: 16px;
}

.my_testi_style .elementor-testimonial__text {
    position: relative;
}

.my_testi_style .elementor-testimonial__text:before {
    content: '';
    position: absolute;
    left: -39px;
    top: -29px;
    background-image: url('/wp-content/uploads/2025/01/testi_sec_quote_icon.png');
    width: 113px;
    height: 90px;
}

.my_testi_style .elementor-testimonial {
    padding-left: 22px;
}

.testi_sec {
    padding: 7em 0px;
}
.my_testi_style .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url('/wp-content/uploads/2025/01/testi_arrow_left.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: unset;
    right: 55px;
    bottom: 20px;
    z-index: 1;
}
.my_testi_style .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url('/wp-content/uploads/2025/01/testi_arrow_right.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;   
    right: 0px;
    bottom: 20px;
    z-index: 1;
}
.my_testi_style .elementor-swiper-button {
    width: 44px;
    height: 44px;
    border: solid 1px #000;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
}

.my_testi_style .elementor-swiper-button i {
    font-size: 0px;
}
.my_sub_form  input {
    padding: 13px 200px 13px 15px;
    border-radius: 10px !important;
}

.my_sub_form input::placeholder {
    opacity: 1 !important;
}

.my_sub_form .e-form__buttons {
    width: 165px !important;
    position: absolute;
    right: 0px;
}

.my_sub_form .elementor-button {
    min-height: auto !important;
    padding: 15px 0px !important;
    border-radius: 0px 10px 10px 0px !important;
}

.foo_sub_sec {
    padding: 28px 0px;
}
.cp_txt p {
    margin: 0px;
}

ul.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
    justify-content: center;
}

ul.social_list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #2f2442;
    text-align: center;
    line-height: 34px;
    transition: all 0.5s linear;
}

ul.social_list a img {
    transition: all 0.5s linear;
}

ul.social_list a:hover {
    background: #f2a33a;
}

.footer_mid_sec {
    padding: 5em 0px 3em;
}

.footer_mid_sec .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.menu_row {
    margin: 1em 0px;
}

.menu_row .elementor-nav-menu--main {
    position: relative;
}

.menu_row .elementor-nav-menu--main:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 24%;
    height: 2px;
    background: #2f2442;
}
.menu_row .elementor-nav-menu--main:after
{
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    width: 24%;
    height: 2px;
    background: #2f2442;
}

.products li.product,.wc-block-product-new .wc-block-grid__products .wc-block-grid__product
{
    background: #ffd9a7;
    padding: 15px 15px 0px !important;
    border-radius: 10px;
    /*box-shadow: 0px 0px 20px 0px rgb(0, 0, 0, 0.5);*/
    text-align: center;
}

.product_titles_section {
    padding: 6em 0px 15em;
}

.products_list_row .elementor-widget-shortcode {
    margin: -11em 0px 4em;
}

.products li.product h2.woocommerce-loop-product__title
{
    font-size: 24px !important;
    color: #000000 !important;
    font-family: "Times New Roman", Sans-serif !important;
    font-weight: 400 !important;
    line-height: 30px;
    position: relative;
    text-transform:uppercase;
    min-height:85px;
}
.products li.product .woocommerce-product-excerpt {
    font-size: 14px;
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}
.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title 
{
    padding: 0px 10px !important;
    font-size: 22px !important;
    color: #1a90e8 !important;
    font-family: "Merriweather", Sans-serif;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    margin-bottom: 25px !important;
}

.products li.product h2.woocommerce-loop-product__title:after {
/*     content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    background: url(https://marycooper.clientcloud360.com/wp-content/uploads/2024/06/product_section_stars.png);
    width: 160px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto; */
}

.products li.product p {
    margin: 40px 0px 10px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    position: relative;
    border-bottom: dashed 2px #a5a5a5;
    padding-bottom: 15px;
}

.products li.product a.button
{
    padding: 13px 30px !important;
    border-radius: 10px 10px 0px 0px !important;
    background: #2f2442 !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif !important;
    font-size: 14px;
    font-weight: 400 !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link 
{
    float: none;
    padding: 13px 30px !important;
    border-radius: 10px !important;
    background: #000 !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
}


.products li.product span.price
{
    font-size: 24px !important;
    color: #2f2442 !important;
    opacity: 1 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600 !important;
    margin: 15px 0px 0px !important;
}


.wc-block-grid__product-price
{
    font-size: 20px !important;
    color: #1a90e8 !important;
    opacity: 1 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600 !important;
    position:relative !important;
    bottom:0px !important;
}

.products li.product span.price del {
    opacity: 1 !important;
    color: #000 !important;
    font-size: 18px !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 400 !important;
}

.wp-block-heading.with-empty-cart-icon {
    font-size: 30px !important;
    color: #1a90e8 !important;
    font-weight: 600 !important;
    font-family: "Poppins", Sans-serif;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading {
    font-size: 40px !important;
    color: #000 !important;
    font-family: "Poppins", Sans-serif;
}

.woocommerce ul.products li.product .onsale
{
    display:none !important;
}
section.woocommerce {
    padding: 5em 0px 3em;
}

header.woocommerce-products-header,.woocommerce-breadcrumb,h2.post-title,.woocommerce span.onsale 
{
    display: none !important;
}
.woocommerce div.product .product_title {
    color: #2f2442;
    font-family: "Times New Roman", Sans-serif;
    font-size: 35px;
    font-weight: 600;
}

p.price {
    color: #2f2442;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-product-details__short-description p {
    color: #111111;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0px;
}

.woocommerce-product-details__short-description {
    margin: 0px 0px 20px;
}

.woocommerce .quantity .qty {
    height: 44px;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
        padding: 14px 40px !important;
    background: #2f2442 !important;
    display: inline-block !important;
    border-radius: 10px 10px 0px 0px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background: #F2A33A !important;
}
section.related.products {
    float: left;
    width: 100%;
    padding: 2em 0px 3em;
}

section.related.products > h2 {
    color: #111111;
    font-family: "Times New Roman", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin: 35px 0px;
    text-align: center;
    text-transform: uppercase;
}
.wc-block-cart {
    margin: 5em 0px !important;
}

a.wc-block-components-product-name {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-product-metadata__description {
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
}

.wc-block-components-button {
    padding: 14px 40px !important;
    background: #2f2442 !important;
    display: inline-block !important;
    border-radius: 25px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration:none !important;
    border: none;
}
.inner_row {
    margin-bottom: 25px;
}

.product_section {
    padding: 8em 0px;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
    justify-content: center;
}
.contact_inner_sec {
    padding: 7em 0px;
}

.my_form_style input,.my_form_style textarea {
    padding: 13px 15px;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    min-height: auto !important;
    padding: 18px 0px !important;
}
.why_this_book {
    padding: 5em 0px;
}
.style_list ul li,.style_list ol li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.style_list ul li:before, .style_list ol li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 15px;
    height: 3px;
    background: #f2a33a;
}

.blog_txt a {
    color: #2f2442;
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .my_menu_style li.menu-item:last-child a {
        margin-left: 25px !important;
    }
}

@media only screen and (max-width: 767px) {
    .page_home header {
        background: #1d142d;
        position: relative;
    }
    .my_menu_style .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -95px;
    }
    
    .remove_sp_on_mob .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .my_menu_style li.menu-item a:after
    {
        display:none;
    }
    .my_menu_style li.menu-item:last-child a {
        margin-left: 0px !important;
        justify-content: center !important;
    }
    .top_banner_section {
        padding: 5em 0px;
    }
    .elementor-widget-text-editor br,.top_banner_large_title .elementor-heading-title br,
    .menu_row .elementor-nav-menu--main:before,.menu_row .elementor-nav-menu--main:after,
    .my_testi_style .elementor-testimonial__text:before
    {
        display:none;
    }
    .top_banner_large_title .elementor-heading-title {
        font-size: 45px !important;
    }
    .book_main_section {
        padding: 4em 0px;
    }
    .blog_sec {
        padding: 4em 0px;
    }
    .product_section {
        padding: 5em 0px;
    }
    .book_main_section .elementor-column,
    .author_section .elementor-column,
    .blog_sec .elementor-column,
    .testi_sec .elementor-column,
    .foo_sub_sec .elementor-column
    {
        width: 100% !important;
    }
    .testi_sec {
        padding: 4em 0px;
    }
    .book_main_section .elementor-container.elementor-column-gap-default {
        flex-flow: column-reverse;
    }
    .book_cover_img,.single_auther_img
    {
        margin-bottom: 35px;
    }
    .author_section {
        padding: 5em 0px;
    }
    .abt_list_ops {
        left: 0em;
    }
    .blog_txt_col {
        text-align: center !important;
        margin-bottom: 30px;
    }
    .blog_txt_col .two_col_btn ul {
        justify-content: center;
    }
    
    .my_blog_style article.elementor-post:not(:last-child) {
        margin-bottom: 25px;
    }
    
    .my_blog_style .elementor-post__thumbnail {
        padding-bottom: 42em !important;
    }
    .my_sub_form .e-form__buttons {
        position: relative;
    }
    .my_sub_form .elementor-button {
        border-radius: 10px !important;
        margin-top: 12px;
    }
    .book_cover_img img {
        max-width: 100% !important;
    }
    .abt_list_ops {
        padding: 10px;
        z-index: 1;
    }
    .abt_list_ops ul li {
        font-size: 14px;
    }
    .footer_mid_sec {
        padding: 2em 0px;
    }
    .foo_link li.menu-item {
        margin: 0px 5px 15px !important;
    }
    .footer_mid_sec .elementor-widget-wrap.elementor-element-populated {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .section_title_large .elementor-heading-title {
        font-size: 38px !important;
    }
    .my_testi_style .elementor-testimonial {
        padding-left: 0px;
    }
    .abt_list_ops ul {
        gap: 10px;
        flex-flow: column;
    }
    .contact_inner_sec {
        padding: 4em 0px;
    }
    
}

@media only screen and (max-width: 568px) {
    .book_info_list ul li:nth-child(even),.book_info_list ul li:nth-child(odd) 
    {
        flex: 0 0 100%;
    }
    .book_info_list ul {
        flex-flow: column;
    }
    .section_title_large .elementor-heading-title {
        font-size: 32px !important;
    }
    .abt_list_ops ul li:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 2px;
        background-image: url(/wp-content/uploads/2025/01/abt_sec_list_after_img.png);
        width: 24px;
        height: 19px;
    }
    .abt_list_ops ul li {
        padding-left: 32px;
    }
    .products li.product h2.woocommerce-loop-product__title {
        font-size: 21px !important;
        line-height: 26px;
        min-height: auto;
    }
}

/* New css ends here */
