html,body{
overflow-x:hidden !important;
}
.testimonial-title-white{
color:var(--e-global-color-71f29ba) !important;
}
.mobile-break{
display:none;
}
.entry-title.container {
text-align: center !important;
}
.flatpickr-month {
height: 35px !important;
}
.flatpickr-current-month{
height: 65px !important;
}
.flatpickr-innerContainer {
margin-top: 20px !important;
}
.with-banner  .site-logo  img{
filter:none !important;
}
.with-banner    .m-neuron-nav-menu li,  .with-banner  .m-neuron-nav-menu a,  .with-banner  .m-neuron-nav-menu__hamburger,  .with-banner  .current-menu-ancestor::before,  .with-banner  .m-neuron-nav-menu a::before,  .with-banner  .m-neuron-nav-menu .current-menu-item::before{
color:#fff !important;
}
.header-logo{
display: contents !important;
}
.sbi_bio{	
display:none;
}
.sbi_header_link{
display: flex !important;  
align-items: center;	
}
.lazy-hidden, .entry img.lazy-hidden, img.thumbnail.lazy-hidden {
opacity: 1 !important;
}
.sbi_load_btn{
color: var( --e-global-color-71f29ba ) !important;
background-color: var( --e-global-color-primary ) !important;
border-style: solid !important;
border-width: 1px 1px 1px 1px  !important;
border-color: var( --e-global-color-primary )  !important;
border-radius: 100px 100px 100px 100px !important;
padding: 20px 50px 20px 50px !important;
}
.entry-title.container {
padding-right: 0;
}
.bs-none, .bs-none div{
box-shadow:none;
}
.m-neuron-post-info,.m-neuron-post__meta-data{
display:none !important;
}
.neuron-swiper-dots .swiper-pagination-bullet {
border-radius: 2px !important;
}
.header-banner .neuron-swiper-button {
display:none; 
}
.ff-message-success {
border: 1px solid #ced4da;
box-shadow: 0 1px 5px rgba(0,0,0,.1);
margin-top: 10px;
padding: 15px;
position: relative;
background: #6E8894;
border-radius: 60px;
justify-content: center;
display: flex;
color: #fff !important;
align-content: center;
}
.ff-message-success p { 
margin-bottom: 0;
}
.slider-full-images .m-neuron-gallery__thumbnail--link img {
display: block !important;
transition: all 0.3s ease-in-out;
-o-object-fit: contain !important;
object-fit: contain !important;
}
.zoom-slider .neuron-swiper.zoom-swiper .swiper-slide--background {
animation: zoom 60s forwards ease-out infinite; }
.zoomin{
-webkit-animation: zoomin 5s 1;
}
@-webkit-keyframes zoomin {
0% {
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(2);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes zoom {
0% {transform: scale(1);}
50% {transform: scale(1.1);}
100% {transform: scale(1);}
}
@media only screen and (max-width: 770px) {
.mobile-break{
display:inline;
}
.testimonial-container .m-neuron-testimonial__text{
font-size:16px !important;
}
.testimonial-container .m-neuron-testimonial__name{		
font-size:20px !important;
}
.col-sm-reverse,.col-sm-reverse .elementor-row,.col-sm-reverse .elementor-container  {
display: flex !important;  
flex-direction: column-reverse !important;       
}
}