#logo img{
	height: 70px;
	width: 120px;
	
}
.slide1 img{
	
	height: 700px;
	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; 
}

 .mob{
display: none;	
}
  @media (max-width: 767px) or (max-width: 1024px) {
        .desk {
          display: none;
        }
		.mob{
		display:inline;	 
		}
      }

.inspiro-slider .slide .sl 
 {
  padding-top: 100px;
  padding-bottom: 100px;
 margin-top: -140px;
}

.mytab {
	padding:20px;
	background-color: #ffffff;
	
  border-radius: 25px 25px 0px 0px;
  margin-left:10px;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.39);
   overflow: scroll;
   width: 200px;
   height: 500px;
  
}
.mytab::-webkit-scrollbar {
    width: 6px;
	margin:20px;
}

.mytab::-webkit-scrollbar-track {
  
	margin:20px;
}

.mytab::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	margin:5px;
}
.tabimg img{
	width: 100%;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #20b954;
    transform: scale(1.1);
    text-decoration: none;
    color: #fff;
}

.whatsapp-icon {
    font-size: 34px;
}

 