/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2026 | 05:03:17 */
.product-tab-sec .tabs-content:before {
    display: none;
}
.tabs-content{
	padding-bottom:0;
}
.adress-list .adress-card:last-child {
	margin-bottom: 80px;
}
.tabs-content:before {
	position: absolute;
	content: '';
	height: 100px;
	width: 100%;
	background: ;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
	bottom: 0;
	left: 0;
	z-index: 99;
}
@media(max-width:1024px){
	.tab-slider-nav
	{
		width: 60% !important;
		padding-left: 30px !important;
	}
}
@media (max-width: 767px) {
	.head-tab-wrap {
		background-color: #003a7a;
	}
	.tab-slider-nav {
		width: 100% !important;
		background-color: #003a7a !important;
		padding-left: 0 !important;
	}
	.tab-slider-tabs {
		margin: 0 auto;
		border: 1px solid #ffffff;
		overflow:hidden;
	}
	
	.dom-intr-tab-wrap .tab-heading {
		width: 100% !important;
	}
}