#logo img{
	height: 65px;
	width: 200px;
	
}
#logo1 img{
	height: 45px;
	width: 170px;
	
}
.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;	 
		}
      }

.d2 img{
	height: 370px;
	width: 360px;
	 
}
.d2{
	 
}

.d3 img{
	height: 450px;
	width: 290px;
	
	 
}
.d3{
	margin-top: -60px;
	
}
 #p0 { text-indent: 3em; }


/* Adjust the percentage of margin top to fit your page */
.sl{
	margin-top: 10px;
}
.testbottom{
	position: absolute;
	bottom: 30px;
	width: 50%;
}
 .testbottom p{ 
	position: absolute;
	bottom: 2px;
 }
 .testbottom .mob img{ 
  height: 55px;
 width:30%;
 }

.block_container6{
margin-left:20px;

}


  .box-container {
      position: relative;
      /*width: 300px;*/
      padding: 20px;
      border: 2px solid #DBDBDB;
      border-radius: 15px;
      margin: 40px auto;
      font-family: sans-serif;
      background-color: #fff;
    }

    .box-label {
    position: absolute;
    top: -14px;
    left: 20px;
    background-color: #fff;
    padding: 0 10px;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    }

    .box-content {
      font-size: 16px;
      color: #333;
    }
/* review tab */	
 .pagination .page-item.active .page-link {
            background-color: #007bff;
            border-color: #007bff;
            color: white;
        }
        .pagination .page-link {
            cursor: pointer;
        }
.total_amount{

margin-right:50px;
float: right;

}

.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;
}
