#logo img{
	height: 40px;
	width: 220px;
	
}
.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; }
 

#more {display: none;}
#more1 {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more4 {display: none;}
#more5 {display: none;}
#more6 {display: none;}

.narrowtxt {line-height:18px;}

.panel  {border-radius: 5px !important; }

.panel-title, .panel-heading, .panel-title h1 {padding-top: 10px; margin-top: 0px;}

.btn-block {border-radius:5px;}

@media (min-width:500px) { 
  .btn-block {width:60% !important;}
}

.float-widget {
  position: fixed;
  bottom: 140px;
  right: 40px;
  z-index: 100;
  display: flex; /* Add flex to align children vertically */
  align-items: flex-end; /* Align children to the bottom */
    }

.floaty {
	position:fixed;
	width:60px;
	height:60px;
	bottom:140px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:99;
}
/* Adjust the percentage of margin top to fit your page */
.my-float {
	margin-top:15%;
  margin-left:5px;
}

.close-button {
  position: absolute;
  top: -65px;
  right: -10px;
  width: 20px;
  height: 20px;
  background-color: black;
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  font-family: Sans-Serif;
  font-weight: bold;
    }
	 @media (min-width: 767px) or (max-width: 1024px) {
	.block-201{
	 object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    
    position: relative;
    display: block;
    width: 100%;
    height: 670px;
	}
	 }
	 @media (max-width:500px) {
		 .block-201{
		  width: 100%;
    height: 270px;
	 }}
	 
