/*----------------------
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: #ccd4e2;
    color: #000;
    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 */


header {
  padding: 10px 0px;
}
.my_menu_style li.menu-item:last-child a {
  padding: 11px 35px !important;
  background: #00286e;
  border-radius: 8px !important;
  color: #fff !important;
  border: solid 1px #00286e !important;
  transition: all 0.5s linear !important;
}
.my_menu_style li.menu-item:last-child a:hover {
  background: #000 !important;
  border-color: #000 !important;
}

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

.two_btn_list {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.two_btn_list li a {
    display: inline-block;
    padding: 10px 25px;
    background: #00286e;
    color: #fff;
  border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    border: solid 1px #00286e;
    transition: all 0.5s linear;
}

.two_btn_list a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.two_btn_list li.white_border_btn a {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.two_btn_list li.white_border_btn a:hover {
    background: #ccd4e2;
    color: #000;
    border-color: #ccd4e2;
}
.top_bann_txt,.top_bann_small_title,top_bann_large_title {
    margin-bottom: 10px !important;
}
.center_list .two_btn_list {
    justify-content: center;
}
.top_bann_sec {
    padding: 10em 0px;
}

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

.two_btn_list {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.two_btn_list li a {
    display: inline-block;
    padding: 10px 25px;
    background: #00286e;
    color: #fff;
  border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    border: solid 1px #00286e;
    transition: all 0.5s linear;
}

.two_btn_list a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.two_btn_list li.white_border_btn a {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.two_btn_list li.white_border_btn a:hover {
    background: #00286e;
    color: #fff;
  border-color: #00286e;
}
.top_bann_txt, .top_bann_small_title, .top_bann_large_title,
.section_title_small, .section_title_large, .section_txt
{
    margin-bottom: 10px !important;
}
.center_list .two_btn_list {
    justify-content: center;
}
.top_bann_sec {
    padding: 10em 0px 5em;
}

.simple_btn_top {
  margin: 12em 0px 0px !important;
}
.simple_btn_top .elementor-button {
  padding: 0px !important;
}
.simple_btn_top .elementor-button .elementor-button-text {
  position: relative;
}
.simple_btn_top .elementor-button .elementor-button-text:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -35px;
  margin: 0 auto;
  width: 2px;
  height: 27px;
  background: #00286e !important;
}
.two_btn_list li.black_border_btn a {
  background: transparent;
  color: #000;
  border-color: #000;
}
.two_btn_list li.black_border_btn a:hover {
  background: #000;
  color: #fff;
}

.author_single_img img,.single_cover_img img
{
  border-radius: 20px !important;
}
.author_sec,.book_sec
{
  padding: 7em 0px;
}

.style_list li {
  position: relative;
  padding: 0px 0px 5px 14px;
}
.style_list li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #00286e;
  border-radius: 100%;
}
.book_style p {
  margin-bottom: 0px !important;
}
.book_quotation_title .elementor-heading-title {
  padding-left: 20px;
  position: relative;
}
.book_quotation_title .elementor-heading-title:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -5px;
  width: 4px;
  height: 45px;
  background: #00286e;
}

.inner_row {
  margin-bottom: 25px;
}
.our_mission_sec,.community_sec
{
  padding: 7em 0px;
}
.mission_inner_row .elementor-column .elementor-widget-wrap.elementor-element-populated {
  background: #e2e7ef;
  border: solid 1px #00286e;
  padding: 25px 25px 0px !important;
  border-radius: 20px;
  margin: 0px 10px 20px;
}

.mission_title {
  margin-bottom: 10px !important;
}
.mission_icon {
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  border-radius: 5px;
  background: #00286e !important;
  text-align: center !important;
  margin: 0px 0px 12px !important;
}
.media_sec {
  padding: 9em 0px;
}

.media_inner_row .elementor-column .elementor-widget-wrap.elementor-element-populated {
  background: #e2e7ef;
  border-radius: 20px;
  padding: 30px !important;
  margin: 0px 12px !important;
}
.blue_small_box {
  width: 42px !important;
  height: 42px !important;
  display: inline-block;
  line-height: 33px !important;
  border-radius: 5px;
  background: #00286e !important;
  text-align: center !important;
  margin: 0px 5px 12px 0px !important;
}
.form_white_box {
  background: #fff;
  border-radius: 30px;
  padding: 3em 2em !important;
}


.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: 16px 0px !important;
}
.two_col_list li {
  position: relative;
  padding: 0px 0px 10px 35px;
  float: left;
  width: 50%;
}
.two_col_list li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 4px;
  background-image: url('/wp-content/uploads/2025/12/community_sec_list_icon.png');
  width: 25px;
  height: 25px;
}
.form_title_large {
  margin-bottom: 10px !important;
}

.up_ev_inner .elementor-column .elementor-widget-wrap.elementor-element-populated {
  background: #00286e;
  border-radius: 20px;
  padding: 25px 20px !important;
  margin: 0px 12px !important;
}
.up_coming_ev_date,.up_ev_title {
  margin-bottom: 10px !important;
}
.up_eve_sec {
  padding: 7em 0px;
}
.up_coming_ev_date .elementor-heading-title {
  position: relative;
  padding-left: 30px;
}
.up_coming_ev_date .elementor-heading-title:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url('/wp-content/uploads/2025/12/ev_sec_date_icon.png');
  width: 18px;
  height: 19px;
}
.my_social_list {
    display: flex;
    display: -webkit-flex;
    gap: 8px;
}

.my_social_list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #fff;
    transition: all 0.5s linear;
}

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

.my_social_list a:hover {
    background: #fff;
}

.my_social_list a:hover img {
    filter: invert(1);
}

.foo_intro {
    margin-bottom: 15px !important;
}
.foo_top_sec {
    padding: 5em 0px;
    border-top: solid 5px #184c88;
}
.foo_logo::after {
      content: '';
	  position: absolute;
	  left: -500px;
	  top: -15px;
	  border-radius: 0px 15px 15px 0px;
	  width: 800px;
	  height: 100px;
	  background: #fff;
}
.foo_logo img {
    position: relative;
    z-index: 1;
}
.foo_logo {
    margin-bottom: 40px !important;
}

.cp_txt p
{
    margin:0px;
}

.abt_inner_sec,.mission_inner,.up_ev_inner_sec
{
  border-top: solid 3px #00286e;
}


.post-title {
  display: none;
}
.blog_inner_sec {
  padding: 4em 0px;
  border-top: solid 4px #00286e;
}
.blogs_sec {
  padding: 7em 0px;
}

.my_blogs_style .elementor-post {
  position: relative;
  background: #ccd4e2;
  padding: 20px !important;
  border-radius: 20px;
  transition: all 0.5s linear;
}
.my_blogs_style .elementor-post:hover {
  background: #fff;
}
.my_blogs_style .elementor-post .elementor-post__read-more {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 8px;
  background: #00286e;
}

.book_pref_list {
  display: flex;
  display: -webkit-flex;
  gap: 6px;
  flex-flow: wrap;
  margin-bottom: 5px;
}
.book_pref_list a {
  display: inline-block;
  padding: 6px 13px;
  background: #000;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  border: solid 1px #000;
}
.book_pref_list a:hover {
  background: #00286e;
}

.video_trailer_sec {
  padding: 7em 0px;
  border-top: solid 5px #00286e;
  border-bottom: solid 5px #00286e;
}
.my_video_box, .my_video_box .elementor-wrapper,.my_video_box .elementor-custom-embed-image-overlay {
  height: 500px;
  width: 100% !important;
}
.my_video_box .elementor-custom-embed-image-overlay img {
  height: 500px;
  border-radius: 30px;
  border: solid 5px #00286e;
}

.tour_main_row {
  padding: 5em 0px;
  border-top: solid 5px #00286e;
}
.remove_all_margins,.remove_all_margins p {
  margin-bottom: 0px !important;
}

.top_bann_logo img {
  background: #fff;
  padding: 12px;
  border-radius: 12px !important;
}

.products li.product,.wc-block-product-new .wc-block-grid__products .wc-block-grid__product
{
    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: #000 !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: #000 !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: #00286E !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: "Playfair Display", Sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
}


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


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

.woocommerce ul.products li.product .onsale
{
    display:none !important;
}
section.woocommerce {
    padding: 5em 0px 0em;
    float: left;
    width: 100%;
}

header.woocommerce-products-header,.woocommerce-breadcrumb,h2.post-title,.woocommerce span.onsale 
{
    display: none !important;
}
.woocommerce div.product .product_title {
    color: #00286E;
    font-family: "Playfair Display", Sans-serif;
    font-size: 35px;
    font-weight: 600;
}

p.price {
    color: #111111;
    font-family: "Playfair Display", 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 0px 8px;
}
.woocommerce-product-details__short-description ul {
    margin: 0px 0px 8px;    
}
.woocommerce-product-details__short-description ul li{
    position: relative;
    padding: 0px 0px 5px 14px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.woocommerce-product-details__short-description blockquote
{
    border-color:#00286e !important;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: #000000;
}
.woocommerce-product-details__short-description blockquote p
{
    font-weight: 500;
}
.woocommerce-product-details__short-description ul li:before{
        content: '';
    position: absolute;
    left: 0px;
    top: 9px;
    width: 5px;
    height: 5px;
    background: #00286e;
    border-radius: 100%;
}

.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: #00286E !important;
    display: inline-block !important;
    border-radius: 10px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    font-family: "Poppins", Sans-serif;
    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: #000 !important;
    color: #fff !important;
}
section.related.products {
    float: left;
    width: 100%;
    padding: 5em 0px 3em;
}

section.related.products > h2 {
    color: #000;
    font-family: "Playfair Display", 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: #00286e !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;
}
/* thank you page text color */
.woocommerce-order {
    color: #000 !important;
}
.product_meta {
    display: none;
}
.woocommerce ul.products li.product a img {
    border-radius: 20px !important;
}
.wc-block-components-checkout-place-order-button__text {
    justify-content: center !important;
}
.wc-block-checkout__actions_row {
    font-size: 16px !important;
}

@media screen and (max-width: 1024px) {
    .container {
      width: 100%;
    }
}

@media screen and (max-width: 767px) {
    header {
      padding: 0px 0px;
    }
    .remove_col_sp_mob .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .my_menu_style .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -65px;
    }
    .simple_btn_top {
      margin: 3em 0px 0px !important;
    }
    .author_single_img,.single_cover_img
    {
      margin-bottom: 25px;
    }
    .book_sec .elementor-container.elementor-column-gap-default {
      flex-flow: column-reverse;
    }
    .top_bann_sec,.video_trailer_sec,.our_mission_sec, .community_sec,.media_sec,.up_eve_sec,
    .blogs_sec,.author_sec, .book_sec
    {
      padding: 5em 0px;
    }
    .elementor-widget-text-editor br,.foo_logo::after,.section_title_large br,.top_bann_large_title br
    {
        display:none;
    }
    .my_video_box, .my_video_box .elementor-wrapper, .my_video_box .elementor-custom-embed-image-overlay,
    .my_video_box .elementor-custom-embed-image-overlay img
    {
      height: 350px;
    }
    .media_inner_row .elementor-column .elementor-widget-wrap.elementor-element-populated,
    .up_ev_inner .elementor-column .elementor-widget-wrap.elementor-element-populated,
    .mission_inner_row .elementor-column .elementor-widget-wrap.elementor-element-populated
    {
      padding: 20px !important;
      margin: 0px 0px 15px !important;
    }
    .two_col_list li {
      width: 100%;
    }
    .foo_logo {
      margin-bottom: 20px !important;
    }
    .foo_logo a {
      background: #fff;
      border-radius: 10px;
      padding: 15px;
    }
    .foo_top_sec {
      padding: 3em 0px;
    }
    .my_blogs_style .elementor-post__thumbnail {
      padding-bottom: 30em !important;
    }
    .our_mission_sec .elementor-widget-wrap.elementor-element-populated {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .two_btn_list li a,.elementor-widget-button .elementor-button
    {
      padding: 8px 20px;
      font-size: 15px;
    }
    .book_pref_list a
    {
      padding: 5px 11px;
      font-size: 14px;
    }
    .top_bann_large_title .elementor-heading-title {
      font-size: 40px !important;
    }
    .section_title_large .elementor-heading-title {
      font-size: 32px !important;
    }
    .abt_inner_sec .elementor-widget-wrap.elementor-element-populated,
    .mission_inner .elementor-widget-wrap.elementor-element-populated
    {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
    section.related.products > h2 {
        font-size: 35px;
    }
    .products li.product h2.woocommerce-loop-product__title {
        font-size: 18px !important;
        line-height: 20px;
    }
    .products li.product span.price {
        font-size: 22px !important;
    }
    .woocommerce ul.products li.product .button {
        margin-top: 0em !important;
    }
    section.related.products {
        padding: 0em 0px 3em;
    }
    section.woocommerce {
        padding: 0em 0px 0em;
    }
    .wc-block-cart {
        margin: 1em 0px !important;
    }
	.popup_subs_sec .elementor-container.elementor-column-gap-default {
		flex-flow: row;
	}
}

@media screen and (max-width: 568px) {
    .single_cover_img img,.author_single_img img
    {
      width: 100%;
    }
    .author_sec .elementor-widget-wrap.elementor-element-populated {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .form_white_box {
      border-radius: 20px;
      padding: 2em 1em !important;
    }
    .my_menu_style li.menu-item:last-child a {
        padding: 10px 20px !important;
    }
}

@media screen and (max-width: 480px) {
	.popup_subs_sec .elementor-container.elementor-column-gap-default {
		flex-flow: column;
	}
	.ev_img img {
		width: 50%;
	}
}
/* New css ends here */
