/*----------------------
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: #142b6f;
    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;!i;!;
    padding-bottom: 0px !important;!i;!;
}

header {
    padding: 13px 0px;
}

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

.my_menu_style li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -4px;
    width: 0px;
    height: 3px;
    background: #142b6f !important;
    opacity: 1 !important;
    margin: 0 auto;
    transition: all 0.5s linear;
}

.my_menu_style li.menu-item a:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -4px;
    width: 0px;
    height: 3px;
    background: #142b6f !important;
    opacity: 1 !important;
    margin: 0 auto;
    transition: all 0.5s linear;
}

.my_menu_style li.menu-item:hover a:before,
.my_menu_style li.menu-item:hover a:after,
.my_menu_style li.menu-item.current-menu-item a:after,
.my_menu_style li.menu-item.current-menu-item a:before
{
    width:24px;
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

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

.two_col_btn ul a:hover {
    background: #142b6f;
    border-color: #142b6f;
    color: #fff;
}

.two_col_btn ul li.simple_white_btn a {
    background: transparent;
    border-color: transparent;
    color: #fff;
}

.two_col_btn ul li.simple_white_btn a:hover {
    background: #142b6f;
    border-color: #142b6f;
}

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

.my_btn_style .elementor-button {
    padding: 14px 30px !important;
}

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

.top_banner_section {
    padding: 7em 0px;
}

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

.two_col_btn ul a {
    display: inline-block;
    padding: 13px 25px;
    background: #ffd602;
    color: #000;
    transition: all 0.5s linear;
    border: solid 1px #ffd602;
}

.two_col_btn ul a:hover {
    background: #142b6f;
    border-color: #142b6f;
    color: #fff;
}

.two_col_btn ul li.simple_white_btn a {
    background: transparent;
    border-color: transparent;
    color: #fff;
}

.two_col_btn ul li.simple_white_btn a:hover {
    background: #142b6f;
    border-color: #142b6f;
}

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

.my_btn_style .elementor-button {
    padding: 14px 35px !important;
}

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

.top_banner_section {
    padding: 7em 0px;
}
.author_section {
    padding: 7em 0px;
}
.two_col_btn ul li.simple_black_btn a {
    background: transparent;
    border-color: transparent;
    color: #000;
}

.two_col_btn ul li.simple_black_btn a img {
    filter: invert(1);
    transition: all 0.5s linear;
    margin-left: 8px;
}

.two_col_btn ul li.simple_black_btn a:hover {
    background: #142b6f;
    color: #fff;
    border-color: #142b6f;
}

.two_col_btn ul li.simple_black_btn a:hover img {
    filter: invert(0);
}
ul.book_info_list {
    display: flex;
    flex-flow: column;
}
ul.book_info_list li {
    position: relative;
    display: inline-block;
    padding-left:75px;
}

ul.book_info_list li img {
    position: absolute;
    left: 0px;
    top: 0px;
}

ul.book_info_list li p {
    padding-left: 75px;
    margin: 14px 0px 0px;
    font-size: 14px;
}

ul.book_info_list li h3 {
    /*padding-left: 75px;*/
    font-size: 16px;
    margin: 0px;
}

ul.book_info_list li:not(:last-child) {margin-bottom: 45px;}

ul.platform_list {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap !important;
}

.featured_platform_row {
    margin: 50px 0px 0px;
}

.book_main_section {
    padding: 8em 0px;
}
.inner_row {
    margin-bottom: 30px;
}

.event_sec {
    padding: 9em 0px;
}
h2.post-title {
    display: none;
}

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

.my_blog_style .elementor-post__text {
    padding: 0px 25px 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.blog_section {
    padding: 7em 0px;
}
.my_subs_form {
    max-width: 48%;
}

.my_subs_form input {
    padding: 15px 0px 16px 20px !important;
}

.my_subs_form .elementor-button {
    padding: 18px 0px !important;
    min-height: auto !important;
}
.stay_conn_sec {
    padding: 7em 0px;
}

.cp_row p {
    margin: 0px;
}

.cp_row {
    padding: 4px 0px;
}

ul.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    position: relative;
    z-index:9;
}

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

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

ul.social_list li a:hover {
    background: #000;
}

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

.footer_top_sec {
    padding: 6em 0px;
}

ul.social_list:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 5px;
    width: 2px;
    height: 25px;
    background: #fff;
}
.footer_top_sec {
    position: relative;
}

.blue_color_col {
    background: #142b6f;
    height: 75px;
    margin-top: 24px;
}

.footer_top_sec:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 118px;
    width: 500px;
    height: 75px;
    background: #142b6f;
}
.foo_menu  ul#menu-1-69aee32 {
    margin-left: 14px;
}
.book_main_section_inner {
    padding: 3em 0px 5em;
}
.blog_section_inner,.contact_inner_section
{
    padding: 3em 0px 5em;
}
.my_form_style input,.my_form_style textarea {
    padding: 12px 15px;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 18px 0px !important;
    min-height: auto !important;
}
/* 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: 15px !important;
    border-radius: 10px;
    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: #1a90e8 !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: 0px !important;
    background: #ffd602 !important;
    color: #000 !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: #000 !important;
    opacity: 1 !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 600 !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 !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: #111111;
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 600;
}

p.price {
    color: #111111;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    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: #ffd602 !important;
  display: inline-block !important;
  border-radius: 0px !important;
  color: #000 !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: #142B6F !important;
	color:#fff !important;
}
section.related.products {
    float: left;
    width: 100%;
    padding: 5em 0px 3em;
}

section.related.products > h2 {
    color: #111111;
    font-family: "Poppins", Sans-serif !important;
    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: #ffd602 !important;
	  display: inline-block !important;
	  border-radius: 25px !important;
	  color: #000 !important;
	  transition: all 0.5s linear !important;
	  font-size: 16px;
	  text-transform: uppercase;
	  text-decoration: none !important;
	  border: none;
}
.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 !important;
}
/* thank you page text color */
.woocommerce-order {
    color: #000 !important;
}

.product_meta {
  display: none;
}

/* woo css ends here */

/* responsive css start*/
@media only screen and (max-width: 1024px){
	.container{
		width: 100% !important;
	}
	ul.social_list:before{
		display: none !important;
	}
	.top_banner_section .top_banner_large_title h2{
		font-size: 49px !important;
	}
	.section_title_large h2{
		font-size: 40px !important;
	}
	.book_main_section {
		padding: 5em 0px !important;
	}
	.blog_section {
    padding: 5em 0px;
  }
	.stay_conn_sec {
    padding: 5em 0px;
}
	.top_banner_section {
    padding: 4em 0px;
}
	.author_section {
    padding: 5em 0px;
}
	.contact_inner_section {
    padding: 3em 0px 3em !important;
}
	
}
@media only screen and (max-width: 767px) {
	.my_menu_style{
	margin-bottom: 0px !important;	
	}
	.my_menu_style li.menu-item a:before, .my_menu_style li.menu-item a:after{
		display: none !important;
	}
	.footer_top_sec:after{
		display: none !important;
	}
	.footer_top_sec .elementor-nav-menu--main, ul.social_list, .elementor-nav-menu{
		justify-content: center !important;
	}
	.author_section {
    padding: 4em 0px;
}
	.author_single_img{
		margin-bottom: 50px !important;
	}
	    .book_main_section {
        padding: 2em 0px !important;
    }
	.book_cover_img{
	  margin: 50px 0px;	
	}
	ul.book_info_list{
		flex-direction: row !important;
		gap: 14px !important;
        margin-bottom: 0px;
        margin-top: 40px;
	}
	ul.book_info_list li:not(:last-child) {
    margin-bottom: 0px !important;
}
	ul.platform_list{
		align-items: start !important;
		padding-bottom: 20px !important;
	}
	.blog_section .elementor-posts-container{
		display: grid !important;
        grid-template-columns: 1fr 1fr !important;
		margin-top: 50px !important;
	}
	.blog_section_inner .elementor-posts-container{
		display: grid !important;
        grid-template-columns: 1fr 1fr !important;
		margin-top: 15px !important;
	}
	.blog_section_inner br{
		display: none !important;
	}
	.blog_section .elementor-posts-container .elementor-post__thumbnail, .blog_section_inner .elementor-posts-container .elementor-post__thumbnail{
		padding-bottom: calc(0.9 * 100%) !important;
	}
	.blog_section .elementor-posts-container .elementor-post__title a, .blog_section_inner .elementor-posts-container .elementor-post__title a{
       font-size: 26px !important;
	}
	    .stay_conn_sec {
        padding: 3em 0px;
    }
	.book_main_section br{
		display: none !important;
	}
	.book_main_section .elementor-widget-wrap, .book_main_section_inner .elementor-widget-wrap{
	padding: 0px !important;	
	}
	.book_main_section_inner br{
	display: none !important;	
	}
	.blue_color_col{
		background: transparent !important;
         height: 35px;
	}
	.elementor-nav-menu{
	margin-left: 0px !important;	
	}
	.footer_top_sec {
    padding: 3em 0px 2em 0px !important;
}
	.top_banner_single_img img {
    max-width: 100% !important;
}
	.top_banner_single_img{
      margin-top: 40px !important;
	}
	.container{
	   padding-right: 10px !important;
       padding-left: 10px !important;
	}
	.inner_blog_sec {
    padding: 0em 0px 0em !important;
 }
	.elementor-widget-text-editor br{
		display: none !important;
	}
	.my_blog_style .elementor-post__text{
		position: unset !important;
		background-color: #000 !important;
		padding: 20px 15px 20px !important;
	}
	  br{
		display: none !important;
	}
	.stay_conn_sec .list_style ul li {
		padding-bottom: 7px !important;
	}
	.book_main_section .elementor-container > .elementor-column:nth-child(2), .book_main_section_inner .elementor-container > .elementor-column:nth-child(2) {
    order: -1;
}
	.book_main_section_inner {
    padding: 0em 0px 2em;
}
	
	 }
@media only screen and (max-width: 568px){
	    .top_banner_section .top_banner_large_title h2 {
        font-size: 40px !important;
    }
	    .section_title_large h2 {
        font-size: 36px !important;
    }
	    .blog_section {
        padding: 3em 0px;
    }
	.blog_section .elementor-posts-container .elementor-post__thumbnail, .blog_section_inner .elementor-posts-container .elementor-post__thumbnail {
        padding-bottom: calc(1.15 * 100%) !important;
    }
	.my_blog_style .elementor-post__text{
		padding: 0px 9px 31px;
	}
	.blog_section .elementor-posts-container{
		margin-top: 35px !important;
		display: block !important;
	}
	.blog_section_inner .elementor-posts-container{
		margin-top: 6px !important;
		display: block !important;
	}
	.get_subtitle_two h2{
        font-size: 21px !important;
	}
/* 	ul.book_info_list{
		margin-bottom: 15px !important; 
        margin-top: 15px !important;
	} */
	.my_subs_form {
    max-width: 100% !important;
}
	.blog_section_inner{
    padding: 3em 0px 3em !important;
}
	ul.platform_list{
     justify-content: flex-start !important;
	}
	.blog_section .post-1, .blog_section_inner .post-1{
      margin-top: 20px !important;
	}
}

@media only screen and (min-width: 360px) and (max-width: 420px){
	    .top_banner_section .top_banner_large_title h2 {
        font-size: 30px !important;
    }
	.two_col_btn ul a{
		padding: 11px 14px !important;
	}
	.two_col_btn ul{
		gap: 7px !important;
	}
     .section_title_large h2 {
        font-size: 27px !important;
    }
	.author_single_img {
        margin-bottom: 30px !important;
    }
    .book_cover_img {
        margin: 40px 0px !important;
    }
	ul.book_info_list{
		justify-content: start !important;
		flex-wrap: wrap;
		gap: 7px !important;
		margin-bottom: 40px !important;
	}
	ul.book_info_list li:not(:last-child) {
        margin-bottom: 40px !important;
    }
	.blog_section .elementor-posts-container, .blog_section_inner .elementor-posts-container{
		display: block !important;
	}
	    .blog_section .elementor-posts-container .elementor-post__thumbnail {
        padding-bottom: calc(0.9 * 100%) !important;
    }
	
/* 	.featured_platform_row {
    margin: 30px 0px 0px;
} */
	.blog_section_inner{
    padding: 3em 0px 3em !important;
}
	.contact_inner_section .elementor-widget-wrap {
	padding: 0px !important;	
	}
	.contact_inner_section .elementor-button{
     font-size: 20px !important;
	}
	.blog_section .elementor-posts-container .elementor-post__title a{
		font-size: 25px !important;
	}
	.inner_blog_sec h1{
		font-size: 25px !important;
	}
	ul.platform_list{
		gap: 8px;
	}
	ul.platform_list li img{
		width: 85% !important;
}
	.featured_platform_row {
        margin: 20px 0px 0px !important;
    }
}

/* responsive css end*/

