@media (min-width: 320px) and (max-width: 1024px) {
.tags-list ul , #medical-tag ul {
    row-gap: 10px;
}
	.tags-list ul li , #medical-tag ul li{
       margin-inline: 4px !important;
}
	
}

@media (min-width: 768px) and (max-width: 1024px) {
    .gird-list.dots-slider .box-slide {
        width: calc(100% / 2 - 20px);
        padding: 0;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
	.location-right {
    justify-content: space-between;
}
	.insurance-btns ul.elementor-icon-list-items li a {
   		padding: 15px 5px;
	}
	
	.location-right {
        width: 100%;
    }.locations-filter-wrap .locations-tab {
    padding: 6px 14px;
		font-size: 12px;
	}
	.insurance-btns ul.elementor-icon-list-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
    body .blog-list .elementor-post__thumbnail img{
        position: relative !important;
        transform: none !important;
        left: 0 !important;
    }
    body .blog-list  .elementor-posts .elementor-post__thumbnail {
        padding-bottom: 0 !important;
    }
    .product-slider.dots-slider {
        margin: 0px -10px;
    }
    .gird-list.dots-slider .box-slide {
        width: 100%;
        padding: 0;
    }
    .product-height .box-slide .slide-inner  ,
    .box-slide .slide-inner {
        min-height: 300px;
    }
}
