@media screen and (max-width: 1024px) {

 #header.fixed a {
 color: #353535;
}
 .nav-toggle {
 display: block;
}
 .navigation {
 position: fixed;
 background-color: #313131;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 99999;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
 transition: opacity 0.5s, visibility 0s 0.5s;
}
 .navigation .primary-nav {
 position: relative;
 top: 45%;
 -moz-transform: translateY(-45%);
 -ms-transform: translateY(-45%);
 -webkit-transform: translateY(-45%);
 transform: translateY(-45%);
}
 .navigation li {
 display: block;
 margin-bottom: 1px;
}
 .navigation a {
 display: block;
 font-size: 18px;
 margin: 0;
 text-align: center;
 padding: 17px 0;
 color: #fff;
}
 .person {
 margin: 0 auto 50px;
}
 .person-content {
 text-align: center;
}
 .person .social-icons li {
 display: inline-block;
 float: none;
 margin-bottom: 5px;
}
 .testimonials blockquote {
 padding: 20px 5% 0;
}
 .testimonials p {
 font-size: 12px;
}
 .flex-control-nav {
 bottom: 20px;
}
}
@media screen and (max-width: 992px) { 
#header.fixed a {
    color: #fff;
}
#header.fixed a.logo{
	 color: #000;
}
 .banner-text {
 padding-top: 30%;
}
 .banner-text h1 {
 font-size: 42px;
}
 .banner-text p {
 font-size: 18px;
}
 .flexslider {
 padding-bottom: 80px;
}
 .flex-control-nav {
 width: 100%;
}
 .footer .footer-col {
 margin-bottom: 50px;
}
.nav-links li a{
    color: #FFF;
}
.nav-links li{
    margin: 0px;
}
.nav-links .drop-menu{
    background: #242526;
}

.banner-content{
    padding: 20px;
    padding-top: 0px;
}

.banner-text {
  padding-top: 0% !important;
}
.banner-text h1{
    padding-top: 0px;
}
.home-service-rent{
  margin-top: 7rem !important;
}
.mission{
    font-size: 21px;
}

.slick-arrow {
  top: 63% !important;
}
.previous-button{
    font-size: 24px !important;;
}
.next-button{
     font-size: 24px !important;
}

.padding-120 {
  padding-top: 180px;
  padding-bottom: 80px;
}
.car-drive img{
  width: 100%;
}

}
@media screen and (max-width: 768px) {
 .banner-text {
 padding-top: 57%;
}
 .testimonials p {
 font-size: 12px;
}
.offset-lg-6 {
  margin-left: 1%;

}
img.car, img.wheel{
    margin-left: -917px;
margin-top: 0px;
}
.section-title .heading-02{
    font-size: 45px;
}
.about-img img{
    width: 100%;
}

.choose-img img{
    width: 100%;
    margin-top: 0px;
}
.border-right-footer {
  border-right: 1px solid #0f0f0f;
}
.testimonial{
  padding: 54px 10px 24px 52px;
}
.about-thumb-wrap .img-3{
  margin: 150px 0 0 100px;
}

}
@media screen and (max-width: 480px) {
 .banner-text {
 padding-top: 45%;
}
 .banner-text h1 {
 font-size: 27px;
}
 .testimonials p {
 font-size: 12px;
}
@media screen and (max-width: 320px) {
 .banner-text {
 padding-top: 55%;
}
 .testimonials blockquote {
 padding: 20px 5% 0;
}
 .testimonials p {
 font-size: 12px;
}

}

@media screen and (min-device-width: 1200px) and (max-device-width: 1300px) { 
    .banner-text h1{
        font-size: 57px;
padding-top: 54px;
font-weight: 600;
    }
.banner-content{
    padding: 0px 100px;
}

.top__bar{
    padding: 7px 56px;
}
nav .wrapper{
    padding: 10px 62px;
}
    
}