/*----------------------
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: #800000;
    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;} */



p {
    font-weight:400;
    line-height:25px;
}
/*----------------------
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 */

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

.header_top_section:after {
    content: '';
    position: absolute;
    right: -55px;
    top: 0px;
    width: 950px;
    height: 40px;
    background: #800000;
    z-index: -1;
    transform: skew(-25deg, 0deg);
}

.header_top_section {
    padding: 10px 0px;
}

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

.my_custom_menu li.menu-item {
    position: relative;
}

.my_custom_menu li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
    width: 100%;
    height: 2px;
    background: #800000 !important;
    margin: 0 auto;
}

.my_custom_menu li.menu-item:last-child a {
    padding: 12px 30px !important;
    background: #800000 !important;
    color: #fff !important;
    border-radius: 35px !important;
    transition: all 0.5s linear !important;
}

.my_custom_menu li.menu-item:last-child a:after {display: none;}

.my_custom_menu li.menu-item:last-child a:hover {
    background: #212121 !important;
}
.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.top_banner_cover_img img {
    max-width: unset !important;
}

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

.two_col_btns ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    gap: 15px;
}

.two_col_btns ul li a {
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    transition: all 0.5s linear;
    background: #800000;
    border-radius: 25px;
    border: solid 1px #800000;
}

.two_col_btns ul li a:hover {
    background: #000;
    border-color: #000;
}

.two_col_btns ul li.white_border_btn a {
    background: transparent;
    border-color: #fff;
}

.two_col_btns ul li.white_border_btn a:hover {
    background: #800000;
    border-color: #800000;
}

.top_banner_section {
    border-bottom: solid 15px #800000;
}
.top_banner_section {
    padding: 5em 0px;
}
.author_section {
    padding: 8em 0px 7em;
}
.book_info_list li {
    position: relative;
    padding-left: 18px;
    margin: 0px 0px 12px;
    font-size: 15px;
}

.book_info_list li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #800000;
    border-radius: 50%;
}

.book_info_list li strong {
    display: inline-block;
    width: 45%;
}

.prefer__list ul {
    display: flex;
    display: -webkit-flex;
    gap: 20px;
	align-items: center;
}

.prefer__list ul li.makr_list_border {
    margin-right: 20px;
    position: relative;
}

.prefer__list ul li.makr_list_border:after {
    content: '';
    position: absolute;
    right: -20px;
/*     top: 10px; */
	top: 3px;
    width: 2px;
    height: 15px;
    background: #fff;
}
span.small_txt {
    font-size: 12px;
    font-weight: 700;
}
.make_wrap_it ul {
    flex-flow: wrap;
}
.prefer_row {
    margin-top: -65px;
}

.prefer__list ul li a {
    display: inline-block;
    padding: 8px 20px;
    background: #fff;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 14px;
    color: #212121;
}

.prefer__list ul li a img {
    transition: all 0.5s linear;
    margin-left: 7px;
    position: relative;
    top: -2px;
}

.prefer__list ul li a:hover {
    background: #800000;
    color: #fff;
}

.prefer__list ul li a:hover img {
    filter: invert(1);
}

.book_main_section {
    padding: 50px 0px 100px;
}

.book_cover_sinlge_img img {
    max-width: 120%;
}

.book_cover_sinlge_img {
    position: relative;
    top: -7em;
}

.make_title_after {
    margin-bottom: 35px !important;
}

.make_title_after .elementor-heading-title {
    position: relative;
    display: inline-block;
}

.make_title_after .elementor-heading-title:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 5px;
    left: 0px;
    bottom: -18px;
    background: #800000;
}
h2.post-title {
    display: none;
}

.blog_section_row {
    padding: 5em 0px;
}
.inner_row {
    margin: 0px 0px 25px;
}

.blog_section {
    padding: 4em 0px;
}

.center_title_after .elementor-heading-title:after {
    right: 0px;
    margin: 0 auto;
}

.my_blogs_style .elementor-post__title {
    margin: 0px 0px 35px !important;
    position: relative;
/*     padding: 0px 2em; */
}

.my_blogs_style .elementor-post__title:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100px;
    height: 5px;
    background: #800000;
    bottom: -16px;
}

.my_blogs_style .elementor-post__read-more {
    position: relative;
}

.my_blogs_style .elementor-post__read-more:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #800000;
}
.logos_row {
    padding: 6em 0px;
    border-top: solid 5px #800000;
    border-bottom: solid 5px #800000;
}

.logo_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 25px 0px 0px;
}

.logo_list ul li {
    padding: 15px 25px;
    border: solid 1px #000;
    border-radius: 10px;
    transition: all 0.5s linear;
}

.logo_list ul li img {
    transition: all 0.5s linear;
}

.logo_list ul li:hover {
    background: #000;
}

.logo_list ul li:hover img {
    filter: brightness(0) invert(1);
}

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

.testi_section {
/*     height: 492px; */
	height: 570px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.testi_section .elementor-testimonial__content {
    position: relative;
    padding: 0px 0em 0px 5em;
    top: 85px;
}

.testi_section .elementor-testimonial__content:before {
    content: '';
    position: absolute;
    left: 15px;
    top: -25px;
    background-image: url('/wp-content/uploads/2024/07/testi_quote_icon.png');
    width: 94px;
    height: 75px;
}

.testi_section .elementor-testimonial__footer {
    position: relative;
    /*margin: 14em 0px 0px 80px !important;*/
    margin: 12em 0px 0px 80px !important;
}

.testi_section .elementor-testimonial__footer:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 25px;
    background-image: url('/wp-content/uploads/2024/07/testi_section_stars_icon.png');
    width: 94px;
    height: 17px;
}

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

.social_list ul a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: #800000;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s linear;
}

.social_list ul a:hover {
    background: #212121;
}
.privacy_menu .elementor-nav-menu li.menu-item:not(:last-child):after {
        content: '';
    position: absolute;
    right: 0px;
    top: 3px;
    width: 2px;
    height: 13px;
    background: #5d626f !important;
    border: none !important;
}

.cp_row  .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}
.foo_menu li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #800000 !important;
}

.footer_menu_row {
    border-bottom: solid 2px #800000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.main_footer_row {
    padding: 3em 0px;
}
.header_logo  a {
    position: relative;
    top: -15px;
}
.inner_page .book_cover_sinlge_img {
    top: 0px;
    padding:5em 0px 0px;
}
.contact_inner_section {
    padding: 4em 0px 7em;
}

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

.my_form_style textarea {
    resize: none;
    height: 150px;
}

.my_form_style .elementor-button {
    padding: 16px 0px !important;
}
.my_testu_slider .elementor-testimonial__image img {
    border: solid 2px #fff;
}
.my_testu_slider .elementor-testimonial__text {
/*     min-height: 240px; */
	min-height: 270px;
}
.inner_page {
    padding: 55px 0px;
}
.shadow_txt .elementor-heading-title,.shadow_txt .elementor-widget-text-editor {
    text-shadow: 0px 1px 4px #000;
}
.fixed_foo_btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    background: #800000;
    color: #fff;
    transition: all 0.5s linear;
    padding: 10px 15px;
    border-radius: 25px;
    font-weight: 500;
    z-index: 9;
    border: solid 2px #fff;
    font-family: "Poppins", Sans-serif;
    text-decoration: none;
    text-transform: uppercase;
	font-size:14px;
}

.fixed_foo_btn:hover {
    background: #fff;
    border-color: #800000;
    color: #800000;
    text-decoration: none;
}
.btn_mobile
{
	display:none;
}
.small_section_logo img {
    background: rgb(0,0,0,0.5);
    padding: 10px;
    border-radius: 10px !important;
}
.yellow_txt {
    color: #ffd603;
}
.list_style ol li, .list_style ul li {
    position: relative;
    font-size: 16px;
    color: #000;
    padding-left: 25px;
    margin-bottom: 12px;
}

.list_style ol li:before, .list_style ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 15px;
    height: 4px;
    background: #800000;
}
.blog_titles h3 {
    margin: 20px 0px;
}
.my_trailer_box .elementor-open-lightbox {
    height: 500px;
    width: 100% !important;
}

.video_trailer_row {
    padding: 10em 0px 0em;
}
.blog_section_inner {
    padding: 5em 0px;
}
.popup_form_style .elementor-message {
    font-size: 16px !important;
    font-family: "Poppins", Sans-serif;
    font-weight:400;
}
.main_popup_form_row {
    padding: 35px;
}

.popup_form_style input {
    padding: 12px 15px;
}

.popup_form_style .elementor-button {
    padding: 15px 0px !important;
}
.add_shadow_title .elementor-heading-title span.yellow_txt {
	text-shadow: 0px 0px 1px rgb(0,0,0,1);
/*     text-shadow: 0px 0px 1px rgb(0,0,0,0.6); */
}
.products li.product,.wc-block-product-new .wc-block-grid__products .wc-block-grid__product
{
    background: #fff;
/*     padding: 15px !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: 26px !important;
    color: #000000 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    line-height: 30px;
    position: relative;
}

.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: #000000 !important;
    font-family: "Poppins", 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 !important;
    background: #000 !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    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: 26px !important;
    color: #000000 !important;
    opacity: 1 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600 !important;
}


.wc-block-grid__product-price
{
    font-size: 20px !important;
    color: #000000 !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: #000000 !important;
    font-weight: 600 !important;
    font-family: "Poppins", Sans-serif !important;
}

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

.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: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 600;
}

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

.woocommerce-product-details__short-description p {
    color: #000000;
    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: #800000 !important;
    display: inline-block !important;
    border-radius: 25px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    "Poppins", Sans-serif
}

.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: #800000 !important;
}
section.related.products {
    float: left;
    width: 100%;
    padding: 5em 0px 3em;
}

section.related.products > h2 {
    color: #000000;
    font-family: "Open Sans", 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: #800000 !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;
}
.new_title_style .elementor-heading-title {
    padding: 10px 20px;
    background: #fff;
    display: inline-block;
    border-radius: 30px;
}
.skew_txt {
    display: inline-block;
    background: #fff;
    color: #800000;
    padding: 7px 15px;
    transform: skew(20deg, 0deg);
}
.make_txt_normal {
    display: inline-block;
    transform: skew(-20deg, 0deg);
}
.top_release_section {
    padding: 4em 0px;
}
.no_shadow .elementor-heading-title {
    text-shadow: none;
}
.sp_txt {font-weight: 600;}


.wc-block-checkout__actions_row {
    display: none !important;
}


@media only screen and (max-width: 1385px) {
	.top_banner_cover_img img {
		max-width: 200% !important;
	}
}


@media only screen and (max-width: 1285px) {
	.top_banner_cover_img img {
        max-width: 200% !important;
        position: relative;
        right: 60px;
    }
}

@media only screen and (max-width: 1175px) {
	.top_banner_cover_img img {
        max-width: 180% !important;
		right: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .top_banner_cover_img img {
        max-width: 150% !important;
    }
    .top_banner_section {
        padding: 4em 0px;
    }
    .book_main_section {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
	.co_auth_inner_row .elementor-container.elementor-column-gap-default {
		flex-flow: column-reverse;
	}
	.btn_desktop {
		display: none;
	}
	.btn_mobile
	{
		display:block;
	}
	.inner_page .book_cover_sinlge_img {
		top: 0px;
		padding: 2em 0px 0px;
	}
    .header_top_section:after
    {
        display:none;
    }
    .header_top_section {
        background: #800000;
    }
    .header_top_section ul.elementor-icon-list-items {
        justify-content: center !important;
    }
    .my_custom_menu .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -65px;
    }
    .header_logo a {
        top: 0px;
    }
    .header_menu_row {
        padding: 10px 0px 0px;
    }
    .my_custom_menu li.menu-item a:after
    {
        display:none;
    }
    .my_custom_menu li.menu-item:last-child a {
        padding: 10px 20px !important;
        border-radius: 0px !important;
    }
    .top_banner_section .elementor-column,
    .testi_section .elementor-column,
    .main_footer_row .elementor-column,
    .inner_page .elementor-column,
	.co_auth_inner_row .elementor-column,
	.top_release_section .elementor-column
    {
        width: 100% !important;
    }
	.top_release_img {
		margin-top: 35px;
	}
    .top_banner_cover_img img {
        margin-top:25px;
        max-width: 100% !important;
    }
    .top_banner_section {
        padding: 4em 0px 0em;
    }
    .author_section {
        padding: 4em 0px;
    }
    .book_main_section {
        padding: 50px 0px 0px;
    }
    .book_cover_sinlge_img img {
        max-width: 100% !important;
    }
    .prefer_row {
        margin-top: 0px;
    }
    .book_cover_sinlge_img {
        margin-top:25px;
        top: 0em;
    }
    .prefer_row {
        background: #212121;
        padding: 25px 0px;
    }
    .blog_section {
        padding: 4em 0px;
    }
    .testi_section {
        height: auto;
        padding: 30px 0px 0px;
        display:block;
    }
    .my_testu_slider .elementor-testimonial__text {
        min-height: auto;
    }
    .testi_section .elementor-testimonial__footer {
        margin: 2em 0px 0px 0px !important;
    }
    .logo_list ul {
        justify-content: center;
        align-items: center;
        margin: 0px 0px 0px;
        flex-flow: wrap;
        gap: 12px;
    }
    .testi_section .elementor-testimonial__content {
        position: relative;
        padding: 0px;
        top: 0px;
    }
    .my_testu_slider {
        margin-top: 2em;
    }
    .main_footer_row {
        padding: 2em 0px 0px;
    }
    
    .cp_txt {
        text-align: center;
    }
    
    .cp_row .elementor-nav-menu {
        justify-content: center !important;
        margin: auto !important;
    }
    .large_title_section .elementor-heading-title br,
    .elementor-widget-text-editor br
    {
        display:none;
    }
    .logos_row {
        padding: 4em 0px;
    }
    .fixed_foo_btn {
		font-size: 16px;
        padding: 0px;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 34px;
	}
	.my_trailer_box .elementor-open-lightbox {
		height: auto;
	}
	.video_trailer_row {
		padding: 4em 0px 0px;
	}
	.blog_section_inner {
		padding: 3em 0px;
	}
	.blog_titles h3 {
		font-size: 20px;
	}
	.blog_titles h3 img {
		display: inline-block;
		margin-bottom: 15px;
	}
	.elementor-widget-theme-post-title .elementor-heading-title {
		font-size: 25px !important;
	}
	.prefer__list ul {
		flex-flow: wrap;
	}
	
}

@media only screen and (max-width: 568px) {
	.new_title_style .elementor-heading-title {
		padding: 10px 10px;
		text-align: center;
	}
    .large_title_section .elementor-heading-title {
        font-size: 32px !important;
    }
    .blog_section_row {
        padding: 2em 0px 1em;
    }
    .contact_inner_section {
        padding: 2em 0px 1em;
    }
    .two_col_btns ul li a {
        padding: 8px 15px;
        font-size: 15px;
    }
    .prefer__list ul {
        display: flex;
        display: -webkit-flex;
        gap: 12px;
        flex-flow: wrap;
    }
    .prefer__list ul li a {
        padding: 8px 20px;
        font-size: 14px;
    }
    .inner_page {
        padding: 2em 0px 2em !important;
    }
	.top_release_title .elementor-heading-title {
		font-size: 16px !important;
	}
	.skew_txt {
		padding: 5px 10px;
	}
}

@media only screen and (max-width: 420px) {
    .book_info_list li strong {
        width: 100%;
    }
    .foo_menu li.menu-item a {
        margin: 0px 8px 12px !important;
    }
	.blog_titles h3 img {
        max-width: 60% !important;
    }
	.main_popup_form_row {
		padding: 20px 10px;
	}
}

/* New css ends here */
