@media screen and (max-width:1200px) {
  .nav-item {
    padding: 0px;
    padding-top: 20px;
}
.social-head {
  display: flex;
  gap: 10px;
  justify-content: end;
  margin-top: 15px;
}
#navbarNavDropdown {
  justify-content: end;
  gap: 12px;
  align-items: center;
}

}
@media screen and (max-width: 1123px) {
  .about-mini {
    position: absolute;
    top: 26%;
    right: 5%;
    width: 45%;
    z-index: 11;
}
}

@media screen and (max-width:1100px){
  #mail-box{
    display: none;
  }
  #navbarNavDropdown{
    gap: 25px;
  }
  form .btn{
    padding: 10px 20px;
  }
  .about-head h1 {
    font-weight: 700;
    font-size: 35px;
}
}

@media screen and (max-width:500px){
  .about-mini{
    display: none;
  }
  .about-main-img img{
    width: 100%;
  }
  .about-head h1 {
    font-weight: 700;
    font-size: 25px;
}
.footer-address h5 {
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
}

@media screen and (max-width:991px){
  .footer-social-box{
    justify-content: center;
  }
}

@media screen and (max-width:991px){
  .form-head{
    position: inherit;
    max-width: 100%;
    bottom: 0;
    border-radius: 0px;
    padding-top: 40px;
  }
  .navbar .container-fluid {
    align-items: center;
}
#mail-box{
  display: inherit;
}
.social-head{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.offcanvas.offcanvas-start{
  background-color: #202930;
}
.nav-item {
  padding: 5px;
  padding-top: 5px;
  padding-left: 15px;
}
.nav-link{
 color: #fff;
 font-size: 15px;
}
.social-text h6 {
  font-size: 14px;
  font-weight: 500;
  color: #b3b3b3;
  margin-bottom: 0px;
}
.social-text a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0px;
}
.social-icon img{
  width: 40px!important;
}
.social-head-box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.offcanvas-header .navbar-brand img{
  width: 180px!important;
}
.btn-close{
  --bs-btn-close-bg:url(../img/icons/close.png);
}
button.navbar-toggler {
  border: none;
}
.navbar-toggler:focus{
  box-shadow: none!important;
}
.navbar-toggler-icon{
  background: url(../img/icons/web.png);
  background-size: 26px;
  background-repeat: no-repeat;
}
.about {
  margin-top: 50px;
  margin-bottom: 50px;
}

.price-book .price{ 
  display: flex;
  gap: 10px;
}
.price-book{
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 15px;
}

}

@media  screen and (max-width:768px) {
  form .btn {
    padding: 10px 30px;
}
.form-head p{
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}
.about-para p {
  line-height: 28px;
  color: #242424;
  font-size: 15px;
}
.package-head h2{
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}
.package-head p br{
  display: none;
}
.car-head h2 span {
  text-transform: uppercase;
  font-weight: 600;
  word-spacing: 2px;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
}
h2{
  font-size: 20px!important;
}

#desk-banner{
  display: none!important;
}
#mobile-banner{
  display: block!important;
}

.mobile-none{
  display: none;
}



}

@media  screen and (min-width:768px){
  #mobile-banner{
    display: none!important;
  }
}

@media screen and (max-width:500px) {
  .car-head h2 .black {
    border-bottom: 0px solid Black;
}
.car-head h2 .yellow{
  border-bottom: 0px solid Black;
}
.boarding-time .table tr td{
  font-size: 14px;
}
.bus-time .table tr td{
  font-size: 14px;
}
#countdown h2{
  font-size: 25px!important;
 }

 #countdown span{
  font-size: 25px!important;
 }
 .countdown-container {
  text-align: center;
  background-color: #ff5722;
  padding: 15px;
  width: 200px;
  max-width: 250px;
  border: 12px solid #fff;
}


}

