 .image {
        position: relative;
        width: 250px;
        height: 250px;
        border-width: 1px;
        border-color: rgb(208, 229, 243);
        border-style: solid;
        border-radius: 22px;
        background: url(https://smmlaboratory.com/catalog/view/theme/universal_light/image/klyksa.png), rgb(242, 254, 255) ;
     
        overflow: hidden;
        
  
        }

        .imagelabel {
            font-size: 30px;
        }
        .imagebottom{
          font-size: 15px;
    
        }

        .image *{
           text-align: center;

        }

         .image h2 {
              margin-bottom: 5px;
            font-weight: bold;
         }

         .line {
          background-color: rgb(0, 210, 224);
          box-shadow: 0px 5px 7px 0px rgba(0, 210, 224, 0.5);
          width: 35px;
          height: 3px;
          margin: auto;
          margin-bottom: 5px;
     
         }

         .bottom-line {
                height: 60px;
                width: 100%;
                 background-color: #c9eff3;
               position: absolute; 
                bottom: 0px; 
         }
         .bottom-line h2{
            margin-top: 20px;

         } 

         .inner-special{
            margin: auto;
            margin-top: 10px;

     
         }


.leftbar {
position: fixed;
right: 0;
top: 40%;
width: 50px;
height: 50px;
}


.loader-mini {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; 
  animation: spin 2s linear infinite;
  margin-left: 10px;
  margin-top: 15px;
  display: none;
}

#loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; 
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}