/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.color_heading {
	    color: var(--e-global-color-secondary);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true]
{
	border-bottom: 1px solid #000;
}
.spec-table {
  border-collapse: collapse;
  background: #fff;
	font-family: "Nunito Sans", sans-serif;
	color: #000;
	text-align: left;
	width:100%
}

.spec-table th,
.spec-table td {
    padding: 12px 16px;
    border: none;
    background: #fff !important;

}

.spec-table th {
      width: 50%;
}
.spec-table tr {
    border-bottom: 1px solid #cdcdcd;
}
.spec-table tr:last-child {
  border-bottom: none;
}
.feature_div ul {   
    padding-left: 15px;
}
.acf-gallery-container {
    max-width: 90%;
   
}

.acf-thumb-slider .swiper-slide {
	width: 100px;
	height: auto;
	opacity: 0.4;
	cursor: pointer;
}
.acf-thumb-slider .swiper-slide-thumb-active {
	opacity: 1;
}
.acf-main-slider img {
    border-radius: 8px;
}
.related-slider .e-loop-item {
    max-width: 306px;
}
@media (max-width: 767px) {
	.table_responsive {
		overflow-x: scroll;
	}
	.acf-gallery-container {
		 max-width: 100%;
	}

}