/*----------------------
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 */


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

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-9.current_page_item.first.menu-item-133 {}

.my_menu_style li.menu-item a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -15px;
    right: 0px;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/03/menu_after_icon.png');
    width: 31px;
    height: 24px;
}

.my_menu_style li.menu-item:last-child a:before {
    display: none;
}

.my_menu_style li.menu-item:last-child a {
    display: inline-block;
    padding: 13px 35px !important;
    color: #fff !important;
    background-image: linear-gradient(to bottom, #e03f5c,#44081a);
    border-radius: 35px !important;
    transition: all 0.5s linear;
}

.my_menu_style li.menu-item:last-child a:hover {
    background-image: linear-gradient(to top, #e03f5c, #44081a);
}
.top_banner_small_title, .top_banner_large_title,.top_banner_txt {
    margin-bottom: 10px !important;
}

.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
}

.two_col_btn ul a {
    color: #fff;
    padding: 11px 30px;
    display: inline-block;
    background: #000;
    border-radius: 35px;
    transition: all 0.5s linear;
    border: solid 1px #000;
}

.two_col_btn ul a:hover {
    background: #44081a;
    border-color: #44081a;
}

.two_col_btn ul li.white_txt_list_btn a {
    background: transparent;
    border-color: transparent;
}

.two_col_btn ul li a img {
    margin-left: 5px;
}

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

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

.top_banner_section {
    padding: 12em 0px;
}
.top_banner_single_img img {
    max-width: 145% !important;
}
.my_tabs_style .elementor-tabs-wrapper .elementor-tab-title {
    padding: 11px 25px !important;
    border: solid 1px #000 !important;
    margin: 0px 6px !important;
    border-radius: 35px !important;
}

.my_tabs_style .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background-image: linear-gradient(to bottom, #e03f5c, #44081a);
    border-color: #fff !important;
}
.tabs_row_home .elementor-tabs-wrapper {
    margin-bottom: 75px;
}

.tabs_row_home {
    margin-top: -6em;
}

.section_title_small,.section_title_large {
    margin-bottom: 10px !important;
}
.explore_sec {
    padding: 7em 0px 4em;
}
.book_info_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

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

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

.book_other_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.book_other_list ul li {
    border: solid 1px #717171;
    padding: 10px 20px;
    border-radius: 35px;
}

.two_col_btn ul li.gradient_list_btn a {
    background-image: linear-gradient(to bottom, #e03f5c, #44081a);
    background-color: unset !important;
    border-color: #fff;
}

.two_col_btn ul li.black_txt_list_btn a {
    background: transparent;
    color: #000;
}

.two_col_btn ul li.black_txt_list_btn a img {
    margin: 0px 4px 0px 0px;
    transition: all 0.5s linear;
}

.two_col_btn ul li.black_txt_list_btn a:hover {
    background: #000;
    color: #fff;
}

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

.book_main_section {
    padding: 8em 0px;
}
.why_choose_sec {
    padding: 12em 0px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.style_list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
}

.style_list li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('/wp-content/uploads/2025/03/list_syle_icon.png');
    width: 26px;
    height: 26px;
}
.my_testi_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
    padding: 15px !important;
}
.inner_row {
    margin-bottom: 35px;
}
.my_testi_style .swiper-slide {
    border: solid 1px #000;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, 0.2);
}
.my_testi_style .swiper-pagination {
    position: relative !important;
    bottom: 0px !important;
}

.my_testi_style span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-image: linear-gradient(to bottom, #e03f5c, #44081a) !important;
    width: 68px !important;
    border-radius: 5px;
}

.my_testi_style span.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    transition: all 0.5s linear !important;
    opacity: 1 !important;
    background-image: linear-gradient(to bottom, #717171,#717171) !important;
    background-color: unset !important;
    margin-top: 30px !important;
}

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

.my_testi_style .elementor-testimonial__footer:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url('/wp-content/uploads/2025/03/testi_quote_icon.png');
    width: 65px;
    height: 49px;
}
.testi_sec {
    padding: 7em 0px;
}
.cp_sec p {
    margin: 0px;
}

.cp_sec {
    padding: 4px 0px;
}

.foo_subs_sec {
    padding: 6em 0px;
}

.mid_footer {
    padding: 5em 0px;
}

.foo_menu li.menu-item {
    /* float: left;
    width: 50%; */
}
ul.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

ul.social_list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: linear-gradient(to bottom, #e03f5c, #44081a);
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    transition: all 0.5s linear;
}
ul.social_list a img
{
    filter:invert(1);
}
ul.social_list a:hover {
    /*background: #fff;*/
}
.contact_list li {
    position: relative;
}

.contact_list li:not(:last-child) {
    margin-bottom: 30px;
}

.contact_list li span.icon_box {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: linear-gradient(to bottom, #e03f5c, #44081a);
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    margin-right: 11px;
    transition: all 0.5s linear;
	position: absolute;
  	left: 0px;
}
.contact_list li span.icon_box img
{
    filter:invert(1);
}
.contact_list li a {
    color: #fff;
	display: block;
  font-size: 15px;
  padding-left: 40px;
}

.contact_list li:hover a {
    color: #e03f5c;
}
.ad_top_sp {
    padding-top: 40px;
}
.author_section_inner {
    padding: 5em 0px 10em;
}
.blog_section_inner {
    padding: 4em 0px 7em;
}
.contact_inner_section {
    border-top: solid 4px #e03f5c;
    padding: 6em 0px;
}
.my_form_style input,.my_form_style textarea {
    padding: 13px 15px !important;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 18px 0px !important;
    min-height: auto !important;
}

.foo_logo .elementor-widget-container {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 35px;
}
.cp_sec {
    background-image: linear-gradient(to bottom, #e03f5c, #44081a);
}
.subs_form input {
    padding: 13px 20px !important;
}

.subs_form .elementor-button {
    padding: 15px 0px !important;
    min-height: auto !important;
}
.woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail {
    height: 222px !important;
}

.author_section {
    padding: 7em 0px;
}

.my_video_box,.my_video_box .elementor-open-lightbox {
  height: 474px;
  width: 100%;
  border: solid 1px #d73c57;
  border-radius: 30px;
}
.video_section
{
  padding: 7em 0px 0px;
}

/* New css ends here */


/* woo css starts here */


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

.products li.product .button {
    display: none !important;
}

.products li.product {
    border: solid 1px #000;
    border-radius: 20px;
}
.products li.product .product-tags {
    font-size: 12px;
    color: #717171;
}
.products li.product a.woocommerce-loop-product__link img {
    width: auto !important;
    margin: 0 auto 1em !important;
}

.products li.product a.woocommerce-loop-product__link {
    position: relative;
}

.products li.product a.woocommerce-loop-product__link:before {
    content: '';
    position: absolute;
    left: -35px;
    top: -8em;
    width: 311px;
    height: 311px;
    background-image: linear-gradient(to bottom, #e03f5c, #44081a);
    z-index: -1;
    border-radius: 50%;
    margin: 0 auto;
}

.products li.product {
    overflow: hidden;
}

.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: 18px !important;
    color: #000 !important;
    font-family: "Times New Roman", Sans-serif !important;
    font-weight: 400;
    line-height: 30px;
    position: relative;
}
.woocommerce ul.products li.product .price {
    display: none !important;
}
.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;
}
.woocommerce ul.products li.product .custom-content ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
    gap: 5px;
    margin: 0px !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: #1a90e8 !important;
    opacity: 1 !important;
    font-family: "Merriweather", Sans-serif;
    font-weight: 600 !important;
}


.wc-block-grid__product-price
{
    font-size: 20px !important;
    color: #1a90e8 !important;
    opacity: 1 !important;
    font-family: "Merriweather", 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: "Merriweather", Sans-serif !important;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading {
    font-size: 40px !important;
    color: #000 !important;
    font-family: "Merriweather", 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: #44081a;
    font-family: "Times New Roman", Sans-serif;
    font-size: 35px;
    font-weight: 600;
}

p.price {
    color: #111111;
    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: #000 !important;
    display: inline-block !important;
    border-radius: 25px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 400 !important;
}

.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: #44081a !important;
}
section.related.products {
    float: left;
    width: 100%;
    padding: 0em 0px 3em;
}
.product_meta {
    display: none;
}
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: #000 !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;
}
.wc-block-components-checkout-place-order-button__text {
    justify-content: center !important;
}
/* thank you page text color */
.woocommerce-order {
    color: #000 !important;
}
.wp-block-woocommerce-checkout {
    padding: 4em 0px 5em !important;
}

.trending_title_sec {
    padding: 9em 0px 16em;
}

.trending_product_list .products li.product a.woocommerce-loop-product__link:before {
    display: none;
}

.trending_product_list .products li.product {
    padding: 10px !important;
    background: #fff;
    text-align:center;
    border-radius: 10px;
}
.trending_product_list .products li.product .custom-content {
    display: none;
}

.trending_product_list .products li.product .woocommerce-loop-product__title {
    padding: 13px 0px 0px !important;
    position: relative;
}

.trending_product_list .products li.product .woocommerce-loop-product__title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/03/trending_sec_stars_icon.png');
    width: 51px;
    height: 8px;
}

.trending_products {
    margin-top: -12em;
}
.blog_inner_sec {
    padding: 2em 0px 5em;
}
.blog_sec_new {
    padding: 7em 0px;
    background: #e03f5c !important;
}

.my_blogs_style article.elementor-post {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.my_blogs_style article.elementor-post a.elementor-post__read-more {
    display: inline-block;
    padding: 11px 25px !important;
    border-radius: 35px;
    background-image: linear-gradient(to bottom, #e03f5c, #44081a);
}
.faq_sec {
    padding: 2em 0px 5em;
}
.my_menu_style .sub-menu li a:before {
    display: none;
}
.my_menu_style .sub-menu li a {
    padding: 10px !important;
    border: none !important;
}

.my_menu_style .sub-menu li {
    /*float: left;*/
    /*width: 50%;*/
}

.my_menu_style .sub-menu li:last-child a {
    padding: 8px 10px !important;
    background: transparent !important;
}

li.sub_menu_title a {
    background: #641428;
    overflow-wrap: break-word !important;
}
.my_menu_style .sub-menu {
    /*width: 35em !important;*/
}

@media only screen and (max-width: 1024px) {
	.container {
		width: 100%;
	}
	.top_banner_section {
    padding: 5em 0px !important;
}
	.top_banner_single_img img {
    max-width: 100% !important;
}
	.trending_title_sec {
    padding: 3em 0px 16em !important;
}
	.remove_section_space ul{
		    flex-wrap: wrap !important;
	}
	.book_main_section {
    padding: 4em 0px !important;
}
	.why_choose_sec {
    padding: 6em 0px !important;
}
	.video_section {
    padding: 4em 0px 0px !important;
}
	.testi_sec {
    padding: 4em 0px !important;
}
	.foo_subs_sec {
    padding: 3em 0px !important;
}
	.tabs_row_home{
		    margin-top: -30px !important;
	}
	.tabs_row_home .elementor-tabs
	{
		    margin-top: 42px;
	}
	    .tabs_row_home .elementor-tabs .elementor-tabs-wrapper {
        display: flex !important;
    }
	.tabs_row_home .elementor-tabs .elementor-tab-mobile-title {
		display: none !important;
	} 
	.explore_sec {
    padding: 4em 0px 2em !important;
}
	.author_section {
    padding: 4em 0px !important;
}
	.author_section img{
		padding-bottom: 30px !important;
	}
}

@media only screen and (max-width: 767px){
	br {
    display: none;
}
	.my_video_box, .my_video_box .elementor-open-lightbox{
		    height: auto !important;
	}
	.elementor-widget-video .elementor-custom-embed-image-overlay img{
	border-radius: 30px !important;	
	}
	    .remove_section_space ul {
        flex-wrap: nowrap;
    }
	.mid_footer {
    padding: 3em 0px !important;
}
}
@media only screen and (max-width: 568px){
	.top_banner_large_title h2{
		    font-size: 30px !important;
	}
	    .tabs_row_home .elementor-tabs .elementor-tabs-wrapper {
        display: flex !important;
        gap: 8px !important;
        flex-flow: wrap !important;
    }
	.tabs_row_home .elementor-tabs-wrapper .elementor-tab-title{
		    margin: 0px 0px !important;
	}
	    .explore_sec {
        padding: 4em 0px 0em !important;
    }
	.top_banner_small_title h2{
		    font-size: 30px !important;
	}
	.blog_sec_new {
    padding: 4em 0px;
}
	.section_title_large h2{
		font-size: 31px !important;
	}
}
@media only screen and (max-width: 420px){
	    .remove_section_space h2 {
        font-size: 24px !important;
    }
	.foo_subs_sec h2{
		font-size: 35px !important;
	}
	.tabs_row_home .elementor-tabs-wrapper {
    margin-bottom: 30px !important;
}
	.blog_sec_new {
    padding: 4em 0px;
}
	    .author_section {
        padding: 3em 0px !important;
    }
	.products li.product, .wc-block-product-new .wc-block-grid__products .wc-block-grid__product{
		    padding: 25px 6px 10px !important;
	}
	.book_single_img img{
	    margin-bottom: 25px !important;	
	}
}


/* woo css ends here */
