 @media screen and (max-width: 768px) and (min-width: 250px){
h1 {
    font-size: 38px !important; 
   
}
   section#sp-page-title {
    display: none;
}
   .sppb-addon-image-layout-content {
    border-radius: unset !important; 
}
   .sppb-addon-sp-slider.sp-slider .sp-dots ul {
    margin-top: -20px;
}
}
  
@media screen and (min-width: 320px) and (max-width: 767px){
.scrollup {
    right: 85px !important;
}
  .fab-wrapper {
    right: 5px !important;
}
}
   
   
   
   
   
   
   
   
   
   
}
/*Tablet*/

@media (min-width: 770px){
  div#sp-title {
    display: none !important; 
}
   .sppb-addon-image-layout-content {
    border-radius: unset !important; 
} 
}
@media screen and (min-width: 768px) and (max-width: 1199px){
.scrollup {
    right: 100px !important;
}
}

