/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1644232636
Updated: 2022-02-07 11:17:16

*/

.md-testimonial-content .elementor-swiper .elementor-swiper-button i {
    font-size: 0;
}
.md-testimonial-content .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev i:before {
    background: url(./images/Left-Arrow.png);
}
.md-testimonial-content .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next i:before {
    background: url(./images/Right-Arrow.png);
}
.md-testimonial-content .elementor-swiper .elementor-swiper-button i:before {
    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 68px;
    height: 113px;
    display: inline-block;
}
@media screen and (max-width:1024px){
    .md-testimonial-content .elementor-swiper .elementor-swiper-button i:before {
        width: 38px;
    }
}
@media screen and (max-width:767px){
    .md-testimonial-content .elementor-swiper .elementor-swiper-button i:before {
        width: 30px;
    }
}

body .md-list-style-cls .elementor-icon-list-item {
    align-items: flex-start;
}
.md-list-style-cls .elementor-icon-list-item .elementor-icon-list-icon {
    padding-top: 18px;
}
span.bold_text_bar {
    font-weight: 400;
}
.post-click_stop {
    pointer-events: none;
}