    /* Import Google font - Poppins */
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
    *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
    }
    a{
        text-decoration: none;
    }
    
    .wrapper {
      padding: 35px;
      position: relative;
      overflow-x: hidden;
      max-width: 1000px;
      background: #fff;
      border-radius: 13px;
    }
    .wrapper .icon {
      position: absolute;
      top: 0;
      height: 100%;
      width: 120px;
      display: flex;
      align-items: center;
    }
    .icon:first-child {
      left: 0;
      display: none;
      background: linear-gradient(90deg, #fff 70%, transparent);
    }
    .icon:last-child {
      right: 0;
      justify-content: flex-end;
      background: linear-gradient(-90deg, #fff 70%, transparent);
    }
    .icon i {
      width: 55px;
      height: 55px;
      cursor: pointer;
      font-size: 1.2rem;
      text-align: center;
      line-height: 55px;
      border-radius: 50%;
    }
    .icon i:hover {
      background: #efedfb;
    }
    .icon:first-child i {
      margin-left: 15px;
    } 
    .icon:last-child i {
      margin-right: 15px;
    } 
    .wrapper .tabs-box {
      display: flex;
      gap: 12px;
      list-style: none;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }
    .tabs-box.dragging {
      scroll-behavior: auto;
      cursor: grab;
    }
    .tabs-box .tab {
      cursor: pointer;
      font-size: 1.18rem;
      white-space: nowrap;
      background: #e6f5ff;
      padding: 13px 20px;
      border-radius: 30px;
      border: 1px solid #C9E9FF;
    }
    .tabs-box .tab:hover{
      background: #efedfb;
    }
    .tabs-box.dragging .tab {
      user-select: none;
      pointer-events: none;
    }
    .tabs-box .tab.active{
      color: #fff;
      background: #0094FF;
      border-color: transparent;
    }



    
    .carousel-item{
        min-height: 280px;
    }
    
    

        .grid-item {
    
          

width: 100%;
height: 255px;
margin-left: 10px;
margin-right: 10px;
padding: 0px;


background: #FFFFFF;
border: 1px solid #44B1FF;
box-shadow: 0px 4px 4px rgba(68, 177, 255, 0.13);
border-radius: 8px;
        
font-family: 'Cairo';
            font-style: normal;
            font-weight: 700;
            font-size: 17px;
            
            line-height: 21px;
            /* identical to box height */
            
            
            
            
            color: #0094FF;
    /*	text-align: end;
        padding-right: 10px;
        padding-top: 100px;
        font-family: 'Cairo';
            font-style: normal;
            font-weight: 700;
            font-size: 17px;
            
            line-height: 21px;
             identical to box height */
            
            
            
            
            color: #0094FF;
    
    
    
    
    
    height: 129px;
    width: 70%;
    
    
    
    background: #ffffff;
    border: 0.5px solid #3EAEFF;
    box-shadow: 0px 4px 4px rgba(62, 174, 255, 0.24);
    border-radius: 11px;
        }
    
        @media (max-width: 700px){
            .grid-container{
      display: grid;
          
          grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
          grid-gap: 15px; /* spacing between grid items */
    
    }
    .grid-item{
        


width: 100%;
height: 225px;
margin-left: 10px;
margin-right: 10px;
padding: 0px;


background: #FFFFFF;
border: 1px solid #44B1FF;
box-shadow: 0px 4px 4px rgba(68, 177, 255, 0.13);
border-radius: 8px;
        
font-family: 'Cairo';
            font-style: normal;
            font-weight: 700;
            font-size: 17px;
            
            line-height: 21px;
            /* identical to box height */
            
            
            
            
            color: #0094FF;
    }

        }

        
        @media (max-width: 865px){
            .grid-container{
      display: grid;
          
          grid-template-columns: repeat(4, 1fr); /* 3 equal columns */
          grid-gap: 15px; /* spacing between grid items */
    
    }
    .grid-item{
        


width: 100%;
height: 225px;
margin-left: 10px;
margin-right: 10px;
padding: 0px;


background: #FFFFFF;
border: 1px solid #44B1FF;
box-shadow: 0px 4px 4px rgba(68, 177, 255, 0.13);
border-radius: 8px;
        
font-family: 'Cairo';
            font-style: normal;
            font-weight: 700;
            font-size: 17px;
            
            line-height: 21px;
            /* identical to box height */
            
            
            
            
            color: #0094FF;
    }

        }

        @media (max-width: 1800px){
            .grid-container{
      display: grid;
          
          grid-template-columns: repeat(10, 1fr); /* 3 equal columns */
          grid-gap: 15px; /* spacing between grid items */
    
    }
    .grid-item{
        


width: 100%;
height: 225px;
margin-left: 10px;
margin-right: 10px;
padding: 0px;


background: #FFFFFF;
border: 1px solid #44B1FF;
box-shadow: 0px 4px 4px rgba(68, 177, 255, 0.13);
border-radius: 8px;
        
font-family: 'Cairo';
            font-style: normal;
            font-weight: 700;
            font-size: 17px;
            
            line-height: 21px;
            /* identical to box height */
            
            
            
            
            color: #0094FF;
    }

        }
        @media (max-width: 1418px){
            .grid-container{
      display: grid;
          
          grid-template-columns: repeat(9, 1fr); /* 3 equal columns */
          grid-gap: 15px; /* spacing between grid items */
    
    }
    .grid-item{
        


width: 100%;
height: 225px;
margin-left: 10px;
margin-right: 10px;
padding: 0px;


background: #FFFFFF;
border: 1px solid #44B1FF;
box-shadow: 0px 4px 4px rgba(68, 177, 255, 0.13);
border-radius: 8px;
        
font-family: 'Cairo';
            font-style: normal;
            font-weight: 700;
            font-size: 17px;
            
            line-height: 21px;
            /* identical to box height */
            
            
            
            
            color: #0094FF;
    }

        }
        @media (max-width: 1278px){
            .grid-container{
      display: grid;
          
          grid-template-columns: repeat(8, 1fr); /* 3 equal columns */
          grid-gap: 15px; /* spacing between grid items */
    
    }
    .grid-item{
        


width: 100%;
height: 225px;
margin-left: 10px;
margin-right: 10px;
padding: 0px;


background: #FFFFFF;
border: 1px solid #44B1FF;
box-shadow: 0px 4px 4px rgba(68, 177, 255, 0.13);
border-radius: 8px;
        
font-family: 'Cairo';
            font-style: normal;
            font-weight: 700;
            font-size: 17px;
            
            line-height: 21px;
            /* identical to box height */
            
            
            
            
            color: #0094FF;
    }

        }

        @media (max-width: 1140px){
            .grid-container{
      display: grid;
          
          grid-template-columns: repeat(7, 1fr); /* 3 equal columns */
          grid-gap: 15px; /* spacing between grid items */
    
    }
    .grid-item{
        


width: 100%;
height: 225px;
margin-left: 10px;
margin-right: 10px;
padding: 0px;


background: #FFFFFF;
border: 1px solid #44B1FF;
box-shadow: 0px 4px 4px rgba(68, 177, 255, 0.13);
border-radius: 8px;
        
font-family: 'Cairo';
            font-style: normal;
            font-weight: 700;
            font-size: 17px;
            
            line-height: 21px;
            /* identical to box height */
            
            
            
            
            color: #0094FF;
    }

        }


        @media (max-width: 1002px){
            .grid-container{
      display: grid;
          
          grid-template-columns: repeat(6, 1fr); /* 3 equal columns */
          grid-gap: 15px; /* spacing between grid items */
    
    }
    .grid-item{
        


width: 100%;
height: 225px;
margin-left: 10px;
margin-right: 10px;
padding: 0px;


background: #FFFFFF;
border: 1px solid #44B1FF;
box-shadow: 0px 4px 4px rgba(68, 177, 255, 0.13);
border-radius: 8px;
        
font-family: 'Cairo';
            font-style: normal;
            font-weight: 700;
            font-size: 17px;
            
            line-height: 21px;
            /* identical to box height */
            
            
            
            
            color: #0094FF;
    }

        }
        @media (max-width: 600px){
    .grid-container{
      display: grid;
          
          grid-template-columns: repeat(2, 1fr); /* 3 equal columns */
          grid-gap: 15px; /* spacing between grid items */
    
    }
    .grid-item{
        


width: 80%;
height: 225px;
margin-left: 10px;
margin-right: 10px;
padding: 0px;


background: #FFFFFF;
border: 1px solid #44B1FF;
box-shadow: 0px 4px 4px rgba(68, 177, 255, 0.13);
border-radius: 8px;
        
font-family: 'Cairo';
            font-style: normal;
            font-weight: 700;
            font-size: 17px;
            
            line-height: 21px;
            /* identical to box height */
            
            
            
            
            color: #0094FF;
    }
    
    
    }
    

    .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-0%);
      font-size: 2em;
      color: #fff;
      text-decoration: none;
      
      padding: 10px;
      cursor: pointer;
    }
    
    .prev {
      left: 10px;
    }
    
    .next {
      right: 10px;
    }
    .span1{
    
    
    
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    
    text-align: right;
    
    color: #000000;
    }
    .span11{
    
    
    
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
    /* identical to box height */
    
    text-align: right;
    
    color: #000000;
    }
    .span{
    
    
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    
    text-align: right;
    margin: 0px;
    color: #44B1FF;
    }
    a{
      text-decoration: none;
    }
    .centerdiv{

width: 90%;
height: 45%;
margin-left: 10px;
margin-right: 10px;
text-align: center;
margin: 10px;




background: #E9F6FF;
border-radius: 9px;

padding: 0px;
    }
    .spanteitel{
        
font-family: 'Cairo';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 26px;
text-align: end;
padding-right: 5px;
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;

color: #000000;
    }
    .spanteiteltype{
        
        font-family: 'Cairo';
font-style: normal;
font-weight: 300;
font-size: 12px;
line-height: 28px;
text-align: end;
padding-right: 8px;
margin: 0px;




color: #878787;
            }
            .spanprice{
                font-family: 'Cairo';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 28px;

padding-right: 5px;
padding-left: 20px;
margin-left: 10px;





color: #000000;
            }
            .divbuttons{
                width: 36px;
height: 34px;
margin-right: 17px;
margin-bottom: 4px;



background: #0094FF;
border-radius: 4px;
            }
.tabs{
 width: 100px;
height: 45px;


background: #0094FF;
border-radius: 62px;
font-family: 'Cairo';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 37px;
text-align: center;

color: #FFFFFF;
            }

            @import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
}

html, body {
  background: #eaedf2;
  font-family: 'Roboto', sans-serif;
}

.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 35px 25px;
}
.floating-container:hover {
  height: 300px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}
.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #2cb3f0;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
.floating-container .float-element:nth-child(1) {
  background: #42A5F5;
  box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}
.floating-container .float-element:nth-child(2) {
  background: #4CAF50;
  box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}
.floating-container .float-element:nth-child(3) {
  background: #FF9800;
  box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}


