
/* Desktop Layout */

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
.nationalcity-right-para {
  margin-top: -31px;
}
.nationalcity-header-text h1 {
  font-size: 29px;
}
.nationalcity-car-show-article h4 {
  margin-top: 18px;
}
.nationalcity-car-cost-text h5 {
  margin-top: 0;
  text-align:center;
}
.nationalcity-car-border {
  display: none;
}
.nationalcity-roadside-text h5 {
  text-align: center;
}
.nationalcity-vahicles-border {
  display: none;
}
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
.nationalcity-right-para {
  margin-top: -30px;
}
.top-bar .title-area {
  margin-top: 26px;
  position: relative;
}
.nationalcity-car-show-article h4 {
  margin-top: 20px;
}
.nationalcity-header-text {
  margin-top: 0px;
}
.nationalcity-header-text p.nationalcity-text {
  font-size: 21px;
}
.nationalcity-header-text h1 {
  font-size: 25px;
  margin-top: 2px;
}
.national-city-car-cost {
  padding-top: 0;
}
.nationalcity-car-cost-text h5 {
  margin-top:0px;
}
.nationalcity-car-cost-text p {
  padding-left: 0px;
}
.nationalcity-car-border {
  display: none;
}
.nationalcity-vahicles-border {
  display: none;
}
.nationalcity-roadside-text p {
  padding-left: 0px;
}
}

/* Wide Mobile Layout: */

@media only screen and (min-width: 480px) and (max-width: 767px) {


}