/*
Theme Name: Hello Elementor Child Theme
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: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site 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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1729932055
Updated: 2024-10-26 08:40:55

*/

/*
.pricing-item {
  display: flex;
  justify-content: space-between;
}

.pricing-item h6{
	font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0px;
  line-height: 14px;
  color: #50555D;
}
.pricing-item h6 small{
font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  color: #D9D9D9;
}
.pricing-item h5{
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 14px;
color: #F2BE51;
}
.pricing-item h5 del{
font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  color: #D9D9D9;
}*/

/* .itemDescBox{
	opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity 0.5s ease, height 0.5s ease, visibility 0.5s;
}
.itemSingle:hover .itemDescBox{
	opacity: 1;
    height: auto;
    visibility: visible;
} */

/*
.acf-checkbox-list {
    list-style: none; 
    padding: 0;
}

.acf-checkbox-list li{
    padding-left: 25px;
    background-image: url('https://eliterentalsindubai.com/wp-content/uploads/2024/11/Group-255.png');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    color: #4D5761;
	margin-bottom: 10px;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

@media only screen and (max-width: 575px) {
	.archivePriceDropOpen{
		padding: 15px 10px;
	}
	.remaining-values ul li{
		font-size: 10px;
	}
	.remaining-values ul li strong{
		font-size: 10px;
	}
	.remaining-values ul li span{
		font-size: 9px;
	}
}
*/