.vd_home_banner_slider_section .item img {
    width: 100%;
    height: auto;
}
.vd_home_banner_slider_section .vd_desktop_img {
    display: block !important;
}
.vd_home_banner_slider_section .vd_mobile_img {
    display: none !important;
}
.vd_home_banner_slider_section .owl-theme .owl-nav {
    margin: 0px;
    position: absolute;
    top: 44%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0px 40px;
}
.vd_home_banner_slider_section .owl-theme .owl-nav button {
    color: #fff;
    border: none;
    cursor: pointer;
    pointer-events: all;
    border-radius: 50%;
    transition: background 0.3s ease;
    margin: 0px;
}
.vd_home_banner_slider_section .owl-theme .owl-nav button:hover {
    background: #0076BE;
}
.vd_home_banner_slider_section .owl-theme .owl-nav button span {
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border: 2px solid #ffffff;
    border-radius: 100px;
	opacity: 0;
}
.vd_home_banner_slider_section .owl-theme .owl-nav button:hover span {
    border-color: #0076BE;
}
.vd_home_banner_slider_section .owl-theme .owl-nav button.owl-prev {
    background-image: url('/wp-content/uploads/2025/06/vd_Previous_icon.png');
}
.vd_home_banner_slider_section .owl-theme .owl-nav button.owl-next {
    background-image: url('/wp-content/uploads/2025/06/vd_Next_icon.png');
}
.vd_home_banner_slider_section .owl-dots {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vd_home_banner_slider_section .owl-theme .owl-dots button.owl-dot span {
    background-color: #D9D9D9;
    width: 16px;
    height: 16px;
}
.vd_home_banner_slider_section .owl-theme .owl-dots button.owl-dot.active span {
    background-color: #015DB7;
}

@media screen and (max-width: 767px) {
	.vd_home_banner_slider_section .vd_desktop_img {
		display: none !important;
	}
	.vd_home_banner_slider_section .vd_mobile_img {
		display: block !important;
	}
	.vd_home_banner_slider_section .owl-dots {
		margin-top: 16px;
	}
}