



<style>
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  background-color: #e5f2e8;
  font-size: 100%;
  line-height: 1.6875;
  font-family:Georgia;
}

/* Style the header */
.header {
  background-color: #e5f2e8;
  padding: 20px;
  text-align: center;
 }

#logo { 
  max-width: 100%;
  height: auto;
  float: center;
  display: inline-block;
 
}

#bookappoint {
  position: relative;
  display: inline-block;
  top: 18px;
  padding: 10px;
  max-width: 100%;
}

#makeappoint {
  position: relative;
  display: inline-block;
  top: 18px;
  padding: 1px;
  max-width: 100%;
 
}


.btn {
  background-color: #e5f2e8;
  border: 1px;
  padding: 4px 4px;
  text-align: center;
  margin: 2px 1px;
  opacity: 0.6;
  transition: 0.3s;
}

.btn:hover {
        opacity: 1
 }


.p {
  position: relative;
  display: inline-block;
  top: 18px;
  center: 10px;
  margin: 3px;
  max-width: 100%;
  font-family: Verdana, sans-serif;
  text-align: justify;
  text-justify: inter-word;
}


.headers {
  background-color: #e5f2e8;
  padding: 20px;
  text-align: center;
}




/* Slideshow container */

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}



/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #e5f2e8;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}


@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/* Red border */
hr.new1 {
  border-top: 1px solid gray;
}

#jssr_1 {
		width: 100%;
		height: auto;
		
	}





/* Create two equal columns that floats next to each other */
.columns {
  float: left;
  width: 50%;
  height: auto;
  margin: auto;
  padding: auto;

 }

/* Clear floats after the columns */
.rows:after {
  content: "";
  display: table;
  clear: both;
  margin: auto;
  padding: auto;
 }
 
 h2 {
  margin: 9px;
  padding: 5px;
  font-family: Verdana, sans-serif;
  color: gray;

}

h3 {
  margin: 9px;
  padding: 3px;
  font-family: Verdana, sans-serif;
  color: gray;

}


h4{
  margin: 2px;
  padding: 1px;
  font-family: Verdana, sans-serif;
  color: gray;


}
 
 .p {
  position: flex;
  display: inline-block;
  top: 18px;
  margin: 10px;
  max-width: 100%;
  font-family: Verdana, sans-serif;
  color: gray;
  text-align: justify;
}


ul {
padding:0;
margin:0;
}


ul li {
background:url(../images/arrow.png) no-repeat 0 4px;
padding-left: 45px;
list-style: none;
margin-bottom: 6px;
display: block;
text-align: left;

}



.imgs {
	float: center;
	width: justify;

	
}






/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 20px;
 }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  }




.footer {
    width: 100%;
    display:block;
    overflow: hidden;
    padding: 2px; 0px;
    box-sizing: border-box;
    background-color: gray;
    font-color: white;

}

/* text animation */

div.slide-left {
  width:100%;
  overflow:hidden;
}
div.slide-left p {
  animation: slide-left 10s;
  color: white;
}

@keyframes slide-left {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }

}



/* On screens that are 1000px wide or less, go from four columns to two columns */
@media screen and (max-width: 1000px) {
	
	
	.slideshow-container {

  width:70%;

}


    #jssr_1 {
		width: 100%;
		height: auto;
		padding-right: 50px;
	}


 
	.column {
    width: 50%;
	background: linear-gradient(to bottom, rgba(163,206,161,1) 0%,rgba(195,224,194,1) 79%,rgba(195,224,194,1) 100%);
  }

.imgs {
	float: center;
	max-width: auto;
	opacity: 0.6;
	padding: 10px;
	
}
  
  }
  
  
  

/* On screens that are 768px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
	

.slideshow-container {

  width: 80%;

}

   #jssr_1 {
		width: 100%;
		height: auto;
		padding-right: 50px;
	}
	
  .column {
    width: 100%;
	
  }
  
  .rows {
	  width: 100%; 
	  
  }
  
  .columns {
    width: auto;
}



.p{
	text-align: justify;
	text-justyfy: inter-word;
	
 }


.imgs {
	float: center;
	max-width: 100%;
	height: auto;
	opacity: 2.5;
	}

  
}

/* On screens that are 360px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 320px) {

   


     /* My slides fade */

.slideshow-container {

  width: 80%;

}


  #jssr_1 {
		width: 100%;
		height: auto;
		height: auto;
		padding-right: 50px;
	}
	
	.imgs {
	float: center;
	max-width:80%;
	height: auto;
	opacity: 2.5;
	}
}
 
  
  </style>