/**
 * Theme Name:     Mducos
 * Author:         Innvotech
 * Template:       hello-elementor
 * Text Domain:	   mducos
 * Description:    Mducos is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Version:        1.0.0
 */

/* Pricing & Packages Style */

.price-tag p {
    margin-bottom: 0px;
}
.price-tag p span {
    border: 2px solid #ffffff;
    border-radius: 6px;
    padding: 2px 30px;
}
.gallary-slider .elementor-swiper-button {
    background: #ffffff;
    padding: 6px;
}
.gallary-slider .swiper-pagination .swiper-pagination-bullet {
    width: 30px !important;
    height: 6px !important;
	border-radius: 10px !important;
}
.addons-price p.elementor-icon-box-description {
    display: inline-block;
    background: #000000;
    border-radius: 20px;
    padding: 0px 30px;
}

@media screen and (max-width: 767px) {
	.gallary-slider .swiper-pagination .swiper-pagination-bullet {
		display: none !important;
	}
	
	.gallary-slider .elementor-swiper-button {
		background: rgb(255 255 255 / 62%);
		padding: 2px;
	}
	
}