/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 10 2023 | 10:39:55 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.elementor p{
	margin:0;
}
.elementor-heading-title span{
	color:#FF6900;
}
.swiper-wrapper {
    align-items: center;
}
.elementor-align-justify .elementor-button .elementor-button-text {
	flex-grow: 0;
	margin-right:5px;
}
.image-white img {
    filter: brightness( 200% ) contrast( 200% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.ad-product .eael-infobox .infobox-icon img{
	height:300px;
	object-fit:contain;
}
.box-image-height img{
	height:250px;
	object-fit:cover;
}
.list-overflow li span:nth-child(2){
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hearing-aid-type-tabs .e-n-tabs-heading {
	background-color: #f1f2f3;
}
.hearing-aid-type-tabs .e-n-tabs .e-n-tab-title{
	flex-direction: column;
	margin: 10px;
	width: auto;
}
.hearing-aid-type-tabs .e-n-tabs .e-n-tab-title:before {
    content: '';
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.hearing-aid-type-tabs .e-n-tabs .e-n-tab-title[data-tab-index="1"]:before {
    background-image: url(https://earsolutions.in/wp-content/uploads/al_opt_content/IMAGE/earsolutions.in/wp-content/uploads/2023/07/Phonak-Audeo-P-RL-RIC.png.bv.webp?bv_host=earsolutions.in);
}
.hearing-aid-type-tabs .e-n-tabs .e-n-tab-title[data-tab-index="2"]:before {
    background-image: url(https://earsolutions.in/wp-content/uploads/al_opt_content/IMAGE/earsolutions.in/wp-content/uploads/2023/08/Phonak-Sky-M-PR-BTE-1.png.bv.webp?bv_host=earsolutions.in);
}
.hearing-aid-type-tabs .e-n-tabs .e-n-tab-title[data-tab-index="3"]:before {
    background-image: url(https://earsolutions.in/wp-content/uploads/al_opt_content/IMAGE/earsolutions.in/wp-content/uploads/2023/07/Phonak-Virto-M-312-ITC.webp.bv.webp?bv_host=earsolutions.in);
}
.hearing-aid-type-tabs .e-n-tabs .e-n-tab-title[data-tab-index="4"]:before {
    background-image: url(https://earsolutions.in/wp-content/uploads/al_opt_content/IMAGE/earsolutions.in/wp-content/uploads/2023/01/invisible.png.bv.webp?bv_host=earsolutions.in);
}
.hearing-aid-type-tabs .e-n-tabs .e-n-tab-title[data-tab-index="5"]:before {
    background-image: url(https://earsolutions.in/wp-content/uploads/al_opt_content/IMAGE/earsolutions.in/wp-content/uploads/2023/02/Oticon_OPN_IIC-1.png.bv.webp?bv_host=earsolutions.in);
}
.hearing-aid-type-tabs .e-n-tabs .e-n-tab-title[data-tab-index="6"]:before {
    background-image: url(https://earsolutions.in/wp-content/uploads/al_opt_content/IMAGE/earsolutions.in/wp-content/uploads/2023/02/resound-ite-1-1.webp.bv.webp?bv_host=earsolutions.in);
}
.image-box-img-h img{
	height:200px;
	object-fit:cover;
	background-color:white;
}
.image-box-img-h .elementor-image-box-content{
	padding:0 10px;
}
.image-slider-height-320 img{
	height:320px;
	object-fit: contain;
}
.image-slider-height-350 img{
	height:350px;
	object-fit: contain;
}
.list-equal-width .elementor-icon-list-item{
	width:18%;
}


/* Slider */

.sina-content-slider .owl-nav button{
	width:40px;
}
.loading-height .swiper .swiper-slide figure img{
	height:50px;
	object-fit: contain;
}
.sina-content-slider .owl-dot{
	margin: 0 5px;
    min-height: 10px;
    min-width: 10px;
}
h1 strong, h2 strong, h3 strong {
    font-weight: inherit;
}
.scale-animation-button {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
	animation-name: scale-1-effect;
    animation-timing-function: linear;
}
.eael-feature-list-content-box .eael-feature-list-title > a:hover {
	color:blue !important;
}

@keyframes scale-1-effect {
    0%   { transform: scale(1); }
    50%  { transform: scale(0.9); }
    100% { transform: scale(1); }
}



@media (max-width:480px){
	.box-image-height img{
		height:auto;
	}
	.image-slider-height-320 img{
	height:200px;
	}
	.image-slider-height-350 img{
	height:250px;
	}
	.list-equal-width .elementor-icon-list-item{
	width:100%;
	}
}