/* Layout 1 - Home Banner Slider */
.homebanner_panel {
    width: 100%;
    background: none;
    padding: 0px 0px;
}

.homebanner_panel .swiper-pagination-bullets {
    position: absolute;
    bottom: 20px !important;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homebanner_panel .swiper-pagination-bullet {
    background-color: var(--main-color);
	border: 1px solid var(--main-color);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: .5 !important;
	margin: 0 6px !important;
}

.homebanner_panel .swiper-pagination-bullet-active {
	opacity: 1 !important;
    width: 15px;
	height: 15px;

}
