



hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 4px solid #f19025!important;
  padding-bottom: 15px;
}


.packagesBGdark{
  text-align: left;
    color: #f19025;
    padding-top: 15px;
    background-image: linear-gradient(#424141, rgba(0, 0, 0, 0));
    padding-left: 15px;
    padding-right: 15px;

}

.packagesBGlight{
  text-align: left;
  color: #f19025;
  padding-top: 15px;
    background-image: linear-gradient(#252324, rgba(0, 0, 0, 0));
    padding-left: 15px;
    padding-right: 15px;
}
.timeBanner{
  padding:5px;
  color:white!important;
  padding-left:10px;

}
.priceBanner{
  padding:2px;
  color:white!important;
  font-size:18px;
  padding-left:10px;
  

}
.packageDescWhite{
  text-align: left; 
  color:white;
  padding-top: 15px; 
  padding-bottom: 15px;
  padding-left: 15px;
}

.packageBG {
  width: 100%;
  background-image: url(InstaImages/33.jpg);
  background-repeat:no-repeat!important;
  background-size: cover;
  width: 100%;
height: auto;
overflow: hidden;
}



@media only screen and (max-width: 768px){
.homeImgs{
 
  width: 100%;
  height: auto;
  padding: 10px;
}
.timeBanner{
  font-size:15px;
}
.priceBanner{
  font-size:17px;
}


}
@media only screen and (max-width: 400px){
.row {
    display: block!important;
    text-align: left!important;
}
.timeBanner{
  font-size:17px;
}


}