#new-city h1,
#new-city h2{
  line-height: 135%;
}

#new-city h3,
#new-city h4,
#new-city h5,
#new-city h6,
#new-city p,
#new-city li{
  line-height: 150%;
}

#new-city .btn-transparent{
  border: solid rgb(52, 153, 205) 2px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  min-width: 120px;
  padding: 6px;
  display: inline-block;
  text-align: center;
}

#new-city .btn-transparent:hover{
  text-decoration: none;
  border-color: #db764b;
  color: rgb(52, 153, 205);
}

#new-city ul{
  font-family: 'open_sansregular';
  padding-left: 15px;
  margin-bottom: 15px;
}

.margin-top-20{
  margin-top: 20px;
}

#new-city ul li{
  margin: 0;
  list-style: disc;
}

#new-city a, #new-city a:hover{
  color: inherit;
  text-decoration: underline;
}

#new-city-banner-section{
  background: url(../img/seattle-skyline-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom:0px;
}

#new-city-banner-headline{
/*background: rgba(50, 84, 102, 0.46);*/
background:rgba(25, 42, 51, 0.63);
padding: 20px 0;
margin-bottom: 0px !important;
}

.color-white{
  color: #fff !important;
}

.text-shadow{
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

.new-city-box-container{color: #fff;padding:10px 20px;margin-bottom: 10px;}
#new-city-box-1{
  background: url(../img/globe-airplane-icon.png) 0 0 no-repeat;
  background-size: 50px 62px;
  padding: 5px 0 5px 65px;
}

#new-city-box-2{
  background: url(../img/marker-icon.png) 0 0 no-repeat;
  background-size: 50px 77px;
  padding: 22px 0 22px 65px;
}

#new-city-box-3{
  background: url(../img/clock-icon.png) 0 0 no-repeat;
  background-size: 50px 55px;
  padding: 12px 0 10px 65px;
}
#new-city-cta-section{
  background: #f7f7f7;
  padding: 40px 0 30px 0;
  border-bottom: 1px solid #fff;
  color: #6e6968;
}

#new-city-map-section{
  background: #e6e6e6;
  padding: 40px 0 50px 0;
  color: #000;
}

#new-city-vehicle-section{
  padding: 40px 0;
}

.new-city-vehicle-box-container{
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(58, 159, 201, 1);
  background: url(../img/city_apple_box.png) 0 0 repeat-x;
  padding: 15px;
  margin-bottom: 20px;
}

#new-city img{
  max-width: 100%;
  height: auto;
}

.custom-spacer-60{
  height: 60px;
}

.custom-spacer-40{
  height: 40px;
}

.custom-spacer-20{
  height: 20px;
}

.vehicle-box-img{
  max-width: 220px;
  margin: 0 auto;
}

.vehicle-box-img img{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border: 8px solid rgba(255, 255, 255, 1);
}

.vehicle-box-shadow{
  height: 20px;
  background: url(../img/city-vehicle-shadow.png) center bottom no-repeat;
  background-size: contain;
}

.city-map-vehicle-box{
border-radius: 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
border: 2px solid rgba(255, 255, 255, 1);
}

.font-raleway-regular{
  font-family: 'ralewayregular';
  font-weight: normal;
}

#new-city-banner-headline h2{
  font-size: 27px;
  margin-bottom: 0;
}

#new-city-banner-headline h1,
#new-city-banner-headline h4{
  font-size: 20px;
  line-height: 150%;
}


#new-city-banner-section p.headline{
  font-size: 49px;
  padding-top: 30px;
  line-height: 135%;
  font-family: 'ralewaybold';
}

#new-city-cta-section h2{
  font-size: 27px;
  color: #6e6968;
}

#new-city-cta-section h3{
  font-size: 35px;
}



.font-raleway-bold{
  font-family: 'ralewaybold';
  font-weight: 500;
}

.text-align-center{
  text-align: center;
}

.text-align-right{
  text-align: right;
}

.new-city-box-container h2,
.new-city-box-container h6{
  font-size: 16px;
}

.new-city-box-container p{
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 10px;
}
#new-city-map-section h2{
  font-size: 22px;
  color: #000;
  margin-bottom: 30px;
}
#new-city-map-section p{
  font-size: 17px;
  line-height: 150%;
}
#new-city b,
#new-city strong{
  font-family: 'open_sansbold';
  font-weight: bold;
}
#new-city-vehicle-section h2{
  color: #27282b;
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
#new-city-vehicle-section h4{
  font-size: 20px;
  color: #2f2e2e;
}
.max-width-660{
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.new-city-vehicle-box-container .vehicle-box-title{
  font-family: 'open_sansbold';
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}

.font-size-13{
  font-size: 13px;
}

.hide-desktop{
  display: none;
}

@media (max-width: 992px) {

  #new-city-banner-headline h2 {
      font-size: 20px;
  }

  #new-city-banner-headline h1,
  #new-city-banner-headline h4 {
    font-size: 16px;
  }


  #new-city-banner-section p.headline{
    font-size: 30px;
    padding-top: 0;
    margin-bottom: 30px;
    line-height: 130%;
  }

  #new-city-cta-section h2,
  #new-city-cta-section h3{
    font-size: 22px;
  }

  #new-city-map-section h2 {
    font-size: 18px;
  }

  #new-city-map-section p {
    font-size: 14px;
  }

  #new-city-vehicle-section h2 {
    font-size: 14px;
  }

  #new-city-vehicle-section h4 {
    font-size: 14px;
}

#new-city-box-3 {
    padding-bottom: 25px;
}

}




@media (max-width: 768px) {


  #new-city-banner-section p.headline{
    font-size: 28px;
  }

  #new-city-cta-section h2,
  #new-city-cta-section h3{
    font-size: 18px;
  }
  .hide-mobile{ display: none; }
  .display-mobile{ display: block; }
}
@media (max-width: 552px) {
	#new-city-box-3 {padding-bottom: 5px;}
}
/*
  Updated Cities by Brian Dizon 10/24/2018

*/
#new-city-banner-headline span {font-size: 20px; }
#new-city-cta-section h1{
  font-size: 1.2rem;
  color: #6E6968;
  padding: 0 1rem;
  font-weight: 400;
  font-family: "open_sansregular", sans-serif;
  text-align: center;    
} 
@media (min-width: 768px){#new-city-cta-section h1{font-size: 1.8rem;margin: 3.5rem 0;}}
h2.city__title{color:#fff;}.banner__content{background:rgba(25, 42, 51, 0.63);padding-bottom:40px;}
#new-city-cta-section .slider-orange span:last-child{color:#FFF;}
.black__color{}.customer__review{text-align:center;;background:#253F4D;padding:20px 0px 10px;}.customer__review h3{display:block; }.customer__review p{padding: 15px 0px 10px;
    margin: 0px;
    color: #fff;
    font-size: 14px;}
@media (max-width: 767px){
	.ride-service.service-corporate {padding-top: 15px;background: #253F4D;}	
}
.new-city-box-container a.bookride{text-decoration:none !important;font-weight:bold;background-color: #DB764B;border-color: #DB764B;}.new-city-box-container a.bookride:hover{text-decoration:none;opacity:0.9;background-color: #DB764B;    border-color: #DB764B;}