#home-info{
    height: 800px;
}
#home-info .info-img
{
    /* height: 500px;
    max-width:100%; */
    /* display: none; */
    float: none;
    width: 100%;
  min-height: 100%;


}
#home-info .info-content{
    float: none;
    width: 100%;
    /* height:500px ; */

}

.box{
    float: none;
    width: 100%;
}
/* about page */
#about-info .info-left {
    float: none;
    width: 100%;
    min-height: 100%;
    
  }
#about-info .info-right {
    float: none;
    width: 100%;
    min-height: 100%;
  
  }
  #about-info .info-right img{
      border-radius: 0%;
      width: 100%;
  }

#about-info .info-left h1{
    font-size: 30px;
    text-align: center;
    
}



/* testimonial */
#testimonial h2{
    font-size: 40px;
    padding-bottom: 40px;
    margin-top: 25px;
}
#testimonial .testimonial{
    padding-bottom: 10px;
    opacity: 0.9;
    margin-bottom: 15px;
}

/* contact page */
#contact-info .box{
    border-bottom: #ddd dotted 1px;
}