.zpdark-header-portion.theme-header-topbar {
    display: none !important;
    }
    .center-items{
    	display: flex;
        justify-content: center;
        align-items: center;
    }
 .setPadding{
    padding-block-start : 0px;
	padding-block-end : 0px !important;
    padding-inline-start: 0px !important;
    padding-inline-end: 0px !important;
}
.zpsection{
padding-block-end : 5px !important;
}
.zpsnippet-container{
    	display: flex;
        justify-content: center;
        align-items: center;
}
.fontSize {
        font-size: 12px !important;
    }
@media only screen and (min-width: 1024px){
.burger-section{
    background-image: none !important;
    }
}
.burger-section{
	background-repeat: no-repeat;
    background-size: 100vw auto;
}
@media (max-width: 768px) {
    .custom-image {
  width: 60px;
  height: 70px;
}
}
.my-carousel-wrapper {
    position: relative;
}

/* Optional: make sure swipe feels smooth */
.my-carousel-wrapper img {
    touch-action: pan-y;
}
