/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2024 | 11:59:52 */
.tabs-row-new {
    display: flex;
    flex-direction: column;
}


.tabs-s {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 20px;
}

.filter-buttons-slider {
margin-top: 30px;
	margin-bottom: 36px;
}
.filter-buttons-slider {
    max-width: 1155px;
}

.filter-buttons-slider button {
	color: #646464;
  border: none;
  outline: none;
  padding: 4px 3px;
      background-color: transparent;
  cursor: pointer;
	font-family: "ubuntu";
	font-size: 16px;
	margin-right: 20px;
	text-transform: capitalize;
}


.filter-buttons-slider button:active {
    color: #F70022;
    border-bottom: 2px solid #F70022;
}
.filter-buttons-slider button:focus {
    color: #F70022;
    border-bottom: 2px solid #F70022;
}

.filter-buttons-slider button:hover {
   color: #E91D02;
}

.carousel-slider {
    position: relative;
    overflow: hidden;
}

.carousel-container-slider {
    display: flex;
	gap: 32px;
    transition: transform 1.5s ease-in-out;
}

.carousel-slide-slider {
    min-width: 25%; /* 4 slides visible */
    box-sizing: border-box;
    display: none;
	position:relative;
}

h4.tab-tx1, p.tab-tx2 {
    position: absolute;
	color: #fff;
	left: 10%;
	font-family: ubuntu;
}
h4.tab-tx1 {
    bottom:18%;
	font-size: 20px;
	font-weight: 500;
}
p.tab-tx2 {
      bottom:10%;
	display: flex;
    align-items: center;
	gap:6px;
		font-size: 18px;
	font-weight: 400;
}
img.tx-img {
    width: 26px !important;
}



.carousel-slide-slider img {
    width: 100%;
}

button.prev-slider, button.next-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
       background-color: #fff;
    color: black;
    border: none;
    font-size: 20px;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 50%;
}

button.prev-slider {
	z-index: 99;
    left: 140px;
}

button.next-slider {
    right: 140px;
    	z-index: 99;
}

button.prev-slider:hover, button.next-slider:hover {
        background-color: #000;
    color: #fff;
}

.dots-slider {
    text-align: center;
    bottom: 10px;
    width: 100%;
}

.dot-slider {
    height: 4px;
    width: 30px;
    margin: 0 5px;
    background-color:#fff6f6;
    display: inline-block;
    cursor: pointer;
}

.dot-slider.active {
    background-color: #E91D02;
}
