/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2022 | 00:14:34 */
.box:hover > .back {
    opacity: 100;
    max-height: 100%;
    height: 100%;
  }
  
  .back {
    /* opacity: 0; */
  }
  
  .scroll-bar {
  }
  .scroll-bar::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .scroll-bar::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .scroll-bar::-webkit-scrollbar-thumb {
    background: #09c3db;
  }
.n2-ss-layer-with-background{
  opacity: 0.6 !important;
}

			@media screen and (min-width: 1024px) {
               .mobile-view {
                  display: none;
               }

               } 
            @media screen and (max-width: 1024px) {
               .desktop-view {
                  display: none;
               }
               
               } 