[data-custom-field-accordion] .theme-custom-field-summary {
    display: none !important
}

.zpcarousel-arrow-left{
 margin-left:10px   
}

.zpcarousel-arrow-right{
 margin-right:10px   
}
z_1{
 zindex:12   
}
.customheight{
 height:100vh;
    width:100vw;
    object-fit:cover;
}
.displaynone{
display:none
    
}

.padding01{
padding:20px;
}

.btnwidth{
width:300px;
    height:100px;
    transition:0.5s;
}
.margin_bottom{
margin-bottom:10px;
}

.minus_marginleft{
margin-left:-100px;
}

.cus_scale{
    scale:1;
    transition:0.5s;
}
.cus_scale:hover{
scale:1.1
}
.zpcarousel-arrow-left,.zpcarousel-arrow-right,.zpcarousel-controller-container{
opacity:0
}

.custom_slider{
width:600px;
    height:350px;
}
.margin_left_custom{
margin-left:30px;
}
.upanddownanimation {
  animation: upDown 2s ease-in-out infinite alternate;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

.form{}

.w-50{
width:80%
}



.textshover:hover{
  background-color: blue !important;
    color:white;
}




