@media only screen and (min-width:320px) and (max-width:767px) 
{
.img-box9 .img1 img {
    width: 100%;
    height: auto;
}
.footer-layout7 .about-area {
       padding-top: 50px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.footer-layout7 .widget-area {
    padding-top: 40px;
    padding-bottom: 0px;


  }
  
  .video-wrap img {
    width: 100%;
    height: 150px;
}
      .video-sec .col-sm-6 {
        width: 50%;
    }
    
  .breadcumb-wrapper {
    padding: 41px 0 !important;
}

#SliderIndicators img 
{
    width: 100%;
    height: 250px;
}

  

.justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-around !important;
    
    }


  .checklist-li ul  
  {
     column-count: 1;
  }

  .hero-slider-3 .background-image {
    height: 239px;
}
}


@media (max-width:991px) and (min-width:768px)
{
  .footer-layout7 .about-area {
    
    padding-top: 50px;
    padding-bottom: 0px;
}
.footer-layout7 .widget-area {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
}

#SliderIndicators img 
{
    width: 100%;
    height: 400px;
}

  }



