/**
 	Theme Name: WebfulBox
	Description: WebfulBox WordPress theme is best WordPress theme suitable for many types of business fields. Doctors and clinics can use this WebfulBox WordPress theme to further fialize their medical WordPress website.
	Author: Webful Creations
	Author URI: https://www.webfulcreations.com/
	Theme URI: https://www.webfulcreations.com/products/
	Version: 1.3
	License: GNU General Public License v3 or later
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: one-column, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, post-formats, translation-ready, left-sidebar
	Text Domain: webfulbox
*/

/*-------------------------------------------------------------------------------------------------------------  

	- Main CSS file is inside 
	- asses/css/theme-style.css
	
	- Table Content For CSS is also in 
	- assets/css/theme-style.css
	
	- Mobile or Tablet CSS is in Folder
	- assets/css/mobile-tab.css

	- Note: Below this line you can add your CSS 

-------------------------------------------------------------------------------------------------------------*/
.elementor-widget-container h2 span,
.elementor-widget-container h3 span,
.elementor-widget-container h4 span,
.elementor-widget-container h5 span,
.elementor-widget-container h6 span,
.elementor-widget-container h2,
.elementor-widget-container h3,
.elementor-widget-container h4,
.elementor-widget-container h5,
.elementor-widget-container h6,
.elementor-widget-container a,
.elementor-widget-container strong,
.elementor-widget-container p,
.elementor-widget-container ul li,
.elementor-widget-container ul,
.elementor-widget-container ol li,
.elementor-widget-container ol,
span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.testimonial-slid .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #C16BC7;
    margin: 0px 6px;
    border-radius: 100%;
}
.testimonial-slid .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-slid .owl-dot.active {
    background-color: #5F248D;
}