@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600i,800');

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,900');

body{
  overflow-x: hidden;
  margin: auto;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  background-color: #ffffff !important;
}

a{
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
}

p{
  font-family: 'Raleway', sans-serif;
  color: #000;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Raleway', sans-serif;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .navbar{
        height: 80px;
        /* background: transparent; */
        background-color:#1E1412;
        border: none;
    }

    .navbar .navbar-brand img{
        width: 150px;
    }

    .navbar-default .navbar-toggle{
        margin: 20px 20px 0px 0px;
    }

    .navbar-header{
        height: 80px;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border: 3px solid #ffffff;
        border-radius: 0px;
    }

    .icon-bar{
        border: 1px solid #fff;
    }

    .navbar-default .navbar-collapse{
        background-color: #1E1412;
    }

    .navbar-default .navbar-nav>li>a{
        color: #ffffff;
    }
    /*End Navbar style*/

    .Banner-section{
        width: 100%;
        height: 380px;
        padding: 50px 0px;
        background-image: url('../images/cover4.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow-x: hidden;
    }

    .Banner-section h1{
        font-size: 24px;
        margin-top: 80px;
        color: #ffffff;
        text-shadow: 1px 1px 2px #000000;
        letter-spacing: 1px;
    }

    .Banner-section p{
        font-size: 14px;
        margin-top: 25px;
        color: #ffffff;
        text-shadow: 1px 1px 2px #000000;
        letter-spacing: 1px;
    }

    .Banner-section strong{
        font-weight: 600;
        font-size: 16px;
    }

    .Banner-section a i{
        font-size: 20px;
        margin-right: 10px;
      }

    .Banner-section a{
        border-radius: 0;
        background: #1E1412;
        outline: none;
        border: none;
        padding: 8px 40px;
        color: #ffffff;
        font-size: 16px;
        margin-top: 20px;
    }

    .Banner-section a:hover{
        background: #0c0b0b;
        color: #ffffff;
    }
    /*End Banner-section Style*/

    .about-section{
        overflow-x: hidden;
        padding: 20px 0px;
    }
    
    .about-section img{
        width: 250px;
        margin: auto;
    }

    .about-section h1{
        font-size: 24px;
        color: #000000;
        letter-spacing: 1px;
        padding-bottom: 10px;
    }

    .about-section p{
        font-size: 14px;
        color: #000000;
        letter-spacing: 0.5px;
        line-height: 22px;
    }
    /*End about-section style*/

    .footer-section{
        background-color: #1E1412;
        padding-top: 35px;
        padding-bottom: 20px;
        border-top: 5px #0c0b0b solid;
    }
      
    .footer-section .store-icons img{
        width: 100px;
    }

    .footer-section .social-icons{
        padding-top: 20px;
    }

    .footer-section .social-links li a i{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        color: #1E1412 !important;
        background: #ffffff;
    }

    .footer-section p{
        font-size: 14px;
        color: #fff;
        text-shadow: 0.5px 0.5px 1px #000000;
    }

    .footer-section .County-section{
        margin-top: 10px;
    }

    .footer-section .County-section ul{
        font-size: 16px;
        color: #fff;
        text-shadow: 0.5px 0.5px 1px #000000;
    }

    .footer-section .County-section li{
        font-size: 16px;
        color: #fff;
        text-shadow: 0.5px 0.5px 1px #000000;
    }

    .footer-section .County-section a{
        font-size: 14px;
        color: #fff;
        text-shadow: 0.5px 0.5px 1px #000000;
        letter-spacing: 0.5px;
        text-decoration: none;
    }

    .footer-section .County-section h4{
        font-size: 16px;
        color: #fff;
        text-shadow: 0.5px 0.5px 1px #000000;
        letter-spacing: 0.5px;
        text-decoration: none;
    }

    .footer-section a:hover{
        text-decoration: none;
        color: #fff;
    }
      
    /*End footer-section style*/

    .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      top: 20%;
      width: 25%;
      border-radius: 0;
    }

    /* The Close Button */
    .close-data {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      margin-top: -10px;
    }

    .close-data:hover,
    .close-data:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

    .modal-content h4{
      padding-top: 30px;
      font-size: 20px;
      letter-spacing: 0.5px;
      text-align: center;
    }

    .modal-content p{
      font-size: 18px;
      color: #000;
      margin-top: 10px;
      text-align: center;
    }

    .modal-content form .form-control{
      padding: 22px;
      border-radius: 0;
      box-shadow: none;
      border-color: #e9e9eb;
      color: #000000;
      font-size: 16px;
    }

    .password-input{
      margin-top: -16px;
    }

    .modal-content .btn-link{
      text-decoration: none;
      font-size: 16px;
      padding-top: 10px;
      color: #000000;
    }

    .modal-content .login-btn{
      padding: 12px 0px;
      border-radius: 0;
      background: #000;
      border: none;
      outline: 0;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: -16px;
    }
    
      
    /*end modal-body style*/

    .business{
        padding: 20px 0px;
        background: #efeceb;
    }

    .business h1{
        font-size: 24px;
        /* text-shadow: 0.5px 0.5px 1px #000000; */
    }

    .business p{
        font-size: 14px;
        padding: 8px 0px;
        /* text-shadow: 0.5px 0.5px 1px #000000; */
    }

    .business a{
        border-radius: 0;
        padding: 8px 50px;
        margin-top: 20px;
        border: 0;
        background-color: #1E1412;
        color: #fff;
        text-transform: uppercase;
    }

    .business img{
        width: 150px;
        margin: auto;
    }
    /*End business section style*/

    .features-section{ 
        padding-top: 25px;
        background: #efeceb;
        padding-bottom: 15px;
        overflow-x: hidden;
    }

    .features-section .no-padding{
        padding: 10px;
    }

    .features-section h2{
        font-size: 24px;
        padding-bottom: 8px;
    }
      
    .features-section p{
        font-size: 16px;
        padding-bottom: 8px;
        letter-spacing: 0.5px;
        line-height: 25px;
    }
      
    .features-section a{
        font-size: 16px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
      
    .features-section img{
        margin-top: 10%;
    }
      
    /*End features-section style*/

    .features-box-section{
        padding: 20px 0px;
    }

    .features-box-section img{
        width: 80px;
        height: 80px;
        margin: auto;
        margin-top: 20px;
    }

    .features-box-section h3{
        font-size: 22px;
    }

    .features-box-section p{
        /* padding-top: 15px; */
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 25px;
    }
      
    .features-box-section a{
        padding-top: 20px;
        font-size: 16px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
      
    /*End features-box-section style*/


    /*--------------CONTACT PAGE-----------------------*/

    .page-header-section{
      margin-top: 80px;
      padding-top: 25px;
      padding-bottom: 10px;
      background-image: url('../images/cover4.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      /*background-attachment: fixed !important;*/
    }
    
    .page-header-section h1:after {
      content: '';
      display: block;
      width: 200px;
      height: 2px;
      background: #ffffff;
      border-radius: 1px;
      margin: 4px 0 0;
      margin: auto;
      margin-top: 20px;
     }

    .page-header-section .breadcrumb{
      background: transparent !important;
    }

    .page-header-section .breadcrumb li{
      text-decoration: none;
      color: #bebdbd;
      font-size: 16px;
      text-shadow: 1px 1px 2px #000;
    }

    .page-header-section .breadcrumb a{
      text-decoration: none;
      color: #ffffff;
      font-size: 16px;
      text-shadow: 1px 1px 2px #000;
    }

    .page-header-section h1{
      font-size: 28px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }

    .page-header-section p{
      font-size: 18px;
      margin-top: 20px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }
    
    /*End page-header-section style*/

    .map-section{
      padding-top: 40px;
    }
    
    /*End map-section style*/

    .contact-form-section{
      padding: 25px 0px;
    }

    .contact-form-section .address-section h4{
      font-size: 22px;
      color: #000000;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
    }
  
    .contact-form-section .address-section p{
      font-size: 16px;
      color: #000000;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
      padding-left: 15px;
      padding-right: 15px;
    }

    .contact-form-section .form-section label{
      font-weight: 600;
      font-size: 15px;
    }
    
    .contact-form-section .form-section .btn-submit{
      border: none;
      border-radius: 0;
      padding: 10px 30px;
      font-size: 16px;
      background-color: #1E1412;
      color: #fff;
      letter-spacing: 0.5px;
    }
    
    .contact-form-section .form-section .btn-submit:hover{
      background-color: #0c0b0b;
    }
    
    .contact-form-section .form-section .btn-reset{
      border: none;
      border-radius: 0;
      padding: 10px 35px;
      font-size: 16px;
      background-color: #c2c0c0;
      color: #000000;
      letter-spacing: 0.5px;
      margin-left: 10px;
    }
    
    .contact-form-section .form-section .btn-reset:hover{
      background-color: #afaeae;
    }
    /*End contact-form-section style*/

     /*--------------ABOUT PAGE-----------------------*/

    .about-page-section{
      padding: 40px 0px;
    }

    /* .about-page-section .about-text{
      padding-top: 30px;
    } */

    .about-page-section p{
      letter-spacing: 0.5px;
      line-height: 30px;
      color: #000000;
      font-size: 16px;
      padding-top: 10px;
    }

    .about-page-section .about-text strong{
      letter-spacing: 0.5px;
      color: #000000;
      font-size: 14px;
    }

    .about-page-section .about-text img{
      padding: 30px 0px;
      width: 900px;
      margin: auto;
    }

    /*End about-page-section style*/

    /*--------------SERVICE PAGE-----------------------*/

    .service-page-section{
      padding: 50px 0px;
    }
          
    .service-page-section .center-pills {
      display: flex;
      justify-content: center;
    }
          
    .service-page-section .nav-pills > li.active > a, .service-page-section .nav-pills > li.active > a:hover, .service-page-section .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #1E1412 !important;
        border: none;
        border-radius: 0;
        padding: 10px 35px;
        font-size: 16px;
        color: #fff;
        letter-spacing: 0.5px;
    }
          
    .service-page-section .nav-pills > li > a{
        border: none;
        border-radius: 0;
        padding: 10px 35px;
        font-size: 16px;
        background-color: #c2c0c0;
        color: #000000;
        letter-spacing: 0.5px;
        margin-left: 10px;
    }
          
    .service-page-section .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: none !important;
    }
      
    .service-page-section .tab-content{
        padding-top: 30px;
    }
          
    .service-page-section .tab-content img{
        margin:auto;
    }
          
    .service-page-section .tab-content h2{
        font-size: 28px;
        padding-top: 15px;
        font-weight: 500;
    }
          
    .service-page-section .tab-content p{
          font-size: 16px;
          line-height: 30px;
          letter-spacing: 0.5px;
          padding-top: 15px;
    }
          
    /*End service-page-section style*/

      /*--------------FLEET PAGE-----------------------*/

      .fleet-page-section{
        padding: 30px 0px;
      }
      
      .fleet-page-section .col-md-8 img{
        float: left;
        width: 100px;
      }
      
      .fleet-page-section .col-md-8 p{
        padding-top: 20px;
        font-size: 18px;
        color: #000000;
        line-height: 30px;
        letter-spacing: 0.5px;
      }
      
      .fleet-page-section .col-md-8 h2{
        padding-top: 40PX;
        font-size: 30px;
      }
      
      .fleet-page-section .center-pills{
        display: flex;
        justify-content: center;
      }
      
      .fleet-page-section .col-md-4{
        margin-top: 8%;
      }
      
      .fleet-page-section .col-md-4 img{
        margin: auto;
        padding: 20px 0px;
      }
      
      .fleet-page-section .nav-pills > li.active > a,
      .fleet-page-section .nav-pills > li.active > a:hover,
      .fleet-page-section .nav-pills > li.active > a:focus {
          color: #fff;
          background-color: #1E1412 !important;
          border: none;
          border-radius: 0;
          padding: 10px 60px;
          font-size: 18px;
          color: #fff;
          letter-spacing: 0.5px;
      }
      
      .fleet-page-section .nav-pills > li > a{
          border: none;
          border-radius: 0;
          padding: 10px 60px;
          font-size: 18px;
          background-color: #c2c0c0;
          color: #000000;
          letter-spacing: 0.5px;
          margin-left: 10px;
      }
      
      .fleet-page-section .nav > li > a:hover, .nav > li > a:focus {
          text-decoration: none;
          background-color: none !important;
      }
      
      #Sedan h3{
        font-size: 30px;
        letter-spacing: 0.5px;
      }
      #Sedan .col-md-6 h4{
        font-size: 20px;
        letter-spacing: 0.5px;
        text-align: center;
        margin-top: 20px;
      }
      
      #Sedan .col-md-6 p{
        font-size: 16px;
        letter-spacing: 0.5px;
        text-align: center;
      }
      
      #Sedan .btn-default{
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        background-color: #1E1412;
        color: #fff;
        letter-spacing: 0.5px;
        margin: 30px 0px;
      }
      
      #Sedan .btn-default:hover{
        background-color: #0c0b0b;
      }
      
      #Sedan .sedan_text p{
        line-height: 30px;
        font-size: 16px;
        letter-spacing: 0.5px;
        color: #000000;
      }
      
      #SUV h3{
        font-size: 30px;
        letter-spacing: 0.5px;
      }
      #SUV .col-md-6 h4{
        font-size: 20px;
        letter-spacing: 0.5px;
        text-align: center;
        margin-top: 20px;
      }
      
      #SUV .col-md-6 p{
        font-size: 16px;
        letter-spacing: 0.5px;
        text-align: center;
      }
      
      #SUV .btn-default{
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        background-color: #1E1412;
        color: #fff;
        letter-spacing: 0.5px;
        margin: 30px 0px;
      }
      
      #SUV .btn-default:hover{
        background-color: #0c0b0b;
      }
      
      #SUV .suv_text p{
        line-height: 30px;
        font-size: 16px;
        letter-spacing: 0.5px;
        color: #000000;
      }
  
      /*End fleet-page-section style*/

    /*--------------FLEET PAGE-----------------------*/

    .fleet-page-section{
      padding: 30px 0px;
    }
    
    .fleet-page-section .col-md-8 img{
      float: left;
      width: 100px;
    }
    
    .fleet-page-section .col-md-8 p{
      padding-top: 20px;
      font-size: 16px;
      color: #000000;
      line-height: 30px;
      letter-spacing: 0.5px;
    }
    
    .fleet-page-section .col-md-8 h2{
      padding-top: 40PX;
      font-size: 30px;
    }
    
    .fleet-page-section .center-pills{
      display: flex;
      justify-content: center;
    }
    
    .fleet-page-section .col-md-4{
      margin-top: 8%;
    }
    
    .fleet-page-section .col-md-4 img{
      margin: auto;
      padding: 20px 0px;
    }
    
    .fleet-page-section .nav-pills > li.active > a,
    .fleet-page-section .nav-pills > li.active > a:hover,
    .fleet-page-section .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #1E1412 !important;
        border: none;
        border-radius: 0;
        padding: 10px 40px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.5px;
    }
    
    .fleet-page-section .nav-pills > li > a{
        border: none;
        border-radius: 0;
        padding: 10px 40px;
        font-size: 18px;
        background-color: #c2c0c0;
        color: #000000;
        letter-spacing: 0.5px;
        margin-left: 10px;
    }
    
    .fleet-page-section .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: none !important;
    }
    
    #Sedan h3{
      font-size: 26px;
      letter-spacing: 0.5px;
    }
    #Sedan .col-md-6 h4{
      font-size: 18px;
      letter-spacing: 0.5px;
      text-align: center;
      margin-top: 20px;
    }
    
    #Sedan .col-md-6 p{
      font-size: 14px;
      letter-spacing: 0.5px;
      text-align: center;
    }
    
    #Sedan .btn-default{
      border: none;
      border-radius: 0;
      padding: 10px 40px;
      font-size: 18px;
      background-color: #1E1412;
      color: #fff;
      letter-spacing: 0.5px;
      margin: 30px 0px;
    }
    
    #Sedan .btn-default:hover{
      background-color: #0c0b0b;
    }
    
    #Sedan .sedan_text p{
      line-height: 30px;
      font-size: 16px;
      letter-spacing: 0.5px;
      color: #000000;
    }
    
    #SUV h3{
      font-size: 26px;
      letter-spacing: 0.5px;
    }
    #SUV .col-md-6 h4{
      font-size: 18px;
      letter-spacing: 0.5px;
      text-align: center;
      margin-top: 20px;
    }
    
    #SUV .col-md-6 p{
      font-size: 14px;
      letter-spacing: 0.5px;
      text-align: center;
    }
    
    #SUV .btn-default{
      border: none;
      border-radius: 0;
      padding: 10px 40px;
      font-size: 18px;
      background-color: #1E1412;
      color: #fff;
      letter-spacing: 0.5px;
      margin: 30px 0px;
    }
    
    #SUV .btn-default:hover{
      background-color: #0c0b0b;
    }
    
    #SUV .suv_text p{
      line-height: 30px;
      font-size: 14px;
      letter-spacing: 0.5px;
      color: #000000;
    }

    /*End fleet-page-section style*/

    /*--------------THANKS PAGE-----------------------*/
    .thanks-section h3{
      font-size: 26px;
      text-shadow: 0.5px 0.5px 1px #000000;
      letter-spacing: 0.5px;
    }
    
    .thanks-section p{
      font-size: 18px;
      line-height: 25px;
      letter-spacing: 0.5px;
    }

    /*End thanks-page-section style*/

    .privacy-policy-section .top-col{
      border-bottom: 1px solid #3d3939 ;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }


    .privacy-policy-menu-content{
      padding-top: 30px;
      padding-bottom: 20px;
    }

    .privacy-policy-menu-content .top-col ul li{
      padding: 0 10px 0px 10px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content ul li a{
      text-decoration: none;
      font-size: 12px;
      letter-spacing: 0.5px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
      
    }

    .privacy-policy-menu-content h1{
      font-size: 24px;
      letter-spacing: 0.5px;
      font-weight: 400;
      padding-bottom: 20px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content h3{
      font-size: 16px;
      letter-spacing: 0.5px;
      font-weight: 800;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content strong{
      font-size: 14px;
      letter-spacing: 0.5px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content p{
      padding: 10px 0px;
      font-size: 14px;
      letter-spacing: 0.5px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content ul li{
      font-size: 14px;
      letter-spacing: 0.5px;
      padding: 8px 0px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content b {
       font-size: 14px;
       letter-spacing: 0.5px;
    }


    .privacy-policy-menu-content b:after {
       content: '';
       display: block;
       width:100%;
       height: 1px;
       background: lightgrey;
       /*margin: 4px 0 0;*/
       margin: auto;
       margin-top: 10px;
       margin-bottom: 20px;
    }

    .privacy-policy-menu-content p {
       line-height: 30px;
       letter-spacing: 0.5px; 
       font-size: 14px;
    }

    /*end privacy policy style*/

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .navbar{
        height: 80px;
        /* background: transparent; */
        background-color:#1E1412;
        border: none;
    }

    .navbar .navbar-brand img{
        width: 150px;
    }

    .navbar-default .navbar-toggle{
        margin: 20px 20px 0px 0px;
    }

    .navbar-header{
        height: 80px;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        border: 3px solid #ffffff;
        border-radius: 0px;
    }

    .icon-bar{
        border: 1px solid #fff;
    }

    .navbar-default .navbar-collapse{
        background-color: #1E1412;
    }

    .navbar-default .navbar-nav>li>a{
        color: #ffffff;
    }
    /*End Navbar style*/

    .Banner-section{
        width: 100%;
        height: 420px;
        padding: 50px 0px;
        background-image: url('../images/cover4.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow-x: hidden;
    }

    .Banner-section h1{
        font-size: 30px;
        margin-top: 100px;
        color: #ffffff;
        text-shadow: 1px 1px 2px #000000;
        letter-spacing: 1px;
    }

    .Banner-section p{
        font-size: 16px;
        margin-top: 25px;
        color: #ffffff;
        text-shadow: 1px 1px 2px #000000;
        letter-spacing: 1px;
    }

    .Banner-section strong{
        font-weight: 600;
        font-size: 18px;
    }

    .Banner-section a i{
        font-size: 20px;
        margin-right: 10px;
      }

    .Banner-section a{
        border-radius: 0;
        background: #1E1412;
        outline: none;
        border: none;
        padding: 8px 40px;
        color: #ffffff;
        font-size: 16px;
        margin-top: 20px;
    }

    .Banner-section a:hover{
        background: #0c0b0b;
        color: #ffffff;
    }
    /*End Banner-section Style*/

    .about-section{
        overflow-x: hidden;
        padding: 25px 0px;
    }
    
    .about-section img{
        width: 300px;
        margin: auto;
    }

    .about-section h1{
        font-size: 28px;
        color: #000000;
        letter-spacing: 1px;
        padding-bottom: 15px;
    }

    .about-section p{
        font-size: 16px;
        color: #000000;
        letter-spacing: 0.5px;
        line-height: 22px;
        padding-top: 20px; 
    }
    /*End about-section style*/

    .footer-section{
        background-color: #1E1412;
        padding-top: 40px;
        padding-bottom: 25px;
        border-top: 5px #0c0b0b solid;
    }
      
    .footer-section .store-icons img{
        width: 150px;
    }

    .footer-section .social-icons{
        padding-top: 25px;
    }

    .footer-section .social-links li a i{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        color: #1E1412 !important;
        background: #ffffff;
    }

    .footer-section p{
        font-size: 16px;
        color: #fff;
        text-shadow: 0.5px 0.5px 1px #000000;
    }

    .footer-section .County-section{
        margin-top: 15px;
    }

    .footer-section .County-section ul{
        font-size: 18px;
        color: #fff;
        text-shadow: 0.5px 0.5px 1px #000000;
    }

    .footer-section .County-section li{
        font-size: 18px;
        color: #fff;
        text-shadow: 0.5px 0.5px 1px #000000;
    }

    .footer-section .County-section a{
        font-size: 16px;
        color: #fff;
        text-shadow: 0.5px 0.5px 1px #000000;
        letter-spacing: 0.5px;
        text-decoration: none;
    }

    .footer-section .County-section h4{
        font-size: 18px;
        color: #fff;
        text-shadow: 0.5px 0.5px 1px #000000;
        letter-spacing: 0.5px;
        text-decoration: none;
    }

    .footer-section a:hover{
        text-decoration: none;
        color: #fff;
    }
      
    /*End footer-section style*/

    .modal-content{
        border-radius: 0;
        top: 15%;
        background-color: #f8f8f9 !important;
        box-shadow: none;
        border: none;
      }
    
    .modal-header{
        border-bottom: none;
    }

    #loginform form .form-control{
        padding: 25px;
        border-radius: 0;
        box-shadow: none;
        border-color: #e9e9eb;
        color: #000000;
        font-size: 18px;
    }

    .login-form .login-btn{
        padding: 15px 0px;
        border-radius: 0;
        background: #000;
        border: none;
        outline: 0;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: -16px;
    }

    .password-input{
        margin-top: -16px;
    }

    #loginform .btn-link{
        text-decoration: none;
        font-size: 18px;
        padding-top: 12px;
        color: #000000;
    }

    #loginform .modal-header h4{
        padding-top: 20px;
        /*padding: 0px 30px;*/
        font-size: 20px;
        letter-spacing: 0.5px;
        text-align: center;
        text-shadow: 0.5px 0.5px 1px #000;
    }

    #loginform p{
        font-size: 18px;
        color: #000;
        margin-top: 15px;
        text-align: center;
    }

    #loginform .modal-body{
        margin-top: -10px;
    }
      
    #loginform i{
        color: #000;
    }
      
    .modal-login-form{
        top: 10%;
        /*left: 30%;*/
        width: 450px;
        background-color: #f8f8f9 !important;
    }
      
    /*end modal-body style*/

    .business{
        padding: 25px 0px;
        background: #efeceb;
    }

    .business h1{
        font-size: 28px;
        /* text-shadow: 0.5px 0.5px 1px #000000; */
    }

    .business p{
        font-size: 18px;
        padding: 10px 0px;
        /* text-shadow: 0.5px 0.5px 1px #000000; */
    }

    .business a{
        border-radius: 0;
        padding: 10px 70px;
        margin-top: 18px;
        border: 0;
        background-color: #1E1412;
        color: #fff;
        text-transform: uppercase;
    }

    .business img{
        width: 200px;
        margin: auto;
    }
    /*End business section style*/

    .features-section{ 
        padding-top: 30px;
        background: #efeceb;
        padding-bottom: 20px;
        overflow-x: hidden;
    }

    .features-section .no-padding{
        padding: 10px;
    }

    .features-section h2{
        font-size: 24px;
        padding-bottom: 10px;
    }
      
    .features-section p{
        font-size: 18px;
        padding-bottom: 10px;
        letter-spacing: 0.5px;
        line-height: 25px;
    }
      
    .features-section a{
        font-size: 18px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
      
    .features-section img{
        margin-top: 10%;
    }
      
    /*End features-section style*/

    .features-box-section{
        padding: 20px 0px;
    }

    .features-box-section img{
        width: 100px;
        height: 100px;
        margin: auto;
        margin-top: 20px;
    }

    .features-box-section h3{
        font-size: 24px;
    }

    .features-box-section p{
        /* padding-top: 15px; */
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 25px;
    }
      
    .features-box-section a{
        padding-top: 22px;
        font-size: 18px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
      
    /*End features-box-section style*/

    /*--------------CONTACT PAGE-----------------------*/

    .contact-form-section{
      padding: 25px 0px;
    }

    .contact-form-section .address-section h4{
      font-size: 22px;
      color: #000000;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
    }
  
    .contact-form-section .address-section p{
      font-size: 16px;
      color: #000000;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
      padding-left: 15px;
      padding-right: 15px;
    }

    .contact-form-section .form-section label{
      font-weight: 600;
      font-size: 15px;
    }
    
    .contact-form-section .form-section .btn-submit{
      border: none;
      border-radius: 0;
      padding: 10px 30px;
      font-size: 16px;
      background-color: #1E1412;
      color: #fff;
      letter-spacing: 0.5px;
    }
    
    .contact-form-section .form-section .btn-submit:hover{
      background-color: #0c0b0b;
    }
    
    .contact-form-section .form-section .btn-reset{
      border: none;
      border-radius: 0;
      padding: 10px 35px;
      font-size: 16px;
      background-color: #c2c0c0;
      color: #000000;
      letter-spacing: 0.5px;
      margin-left: 10px;
    }
    
    .contact-form-section .form-section .btn-reset:hover{
      background-color: #afaeae;
    }
    /*End contact-form-section style*/

     /*--------------ABOUT PAGE-----------------------*/

     .about-page-section{
      padding: 40px 0px;
    }

    /* .about-page-section .about-text{
      padding-top: 30px;
    } */

    .about-page-section p{
      letter-spacing: 0.5px;
      line-height: 30px;
      color: #000000;
      font-size: 16px;
      padding-top: 10px;
    }

    .about-page-section .about-text strong{
      letter-spacing: 0.5px;
      color: #000000;
      font-size: 14px;
    }

    .about-page-section .about-text img{
      padding: 30px 0px;
      width: 900px;
      margin: auto;
    }

    /*End about-page-section style*/

      /*--------------SERVICE PAGE-----------------------*/

      .service-page-section{
        padding: 50px 0px;
      }
            
      .service-page-section .center-pills {
        display: flex;
        justify-content: center;
      }
            
      .service-page-section .nav-pills > li.active > a, .service-page-section .nav-pills > li.active > a:hover, .service-page-section .nav-pills > li.active > a:focus {
          color: #fff;
          background-color: #1E1412 !important;
          border: none;
          border-radius: 0;
          padding: 10px 40px;
          font-size: 16px;
          color: #fff;
          letter-spacing: 0.5px;
      }
            
      .service-page-section .nav-pills > li > a{
          border: none;
          border-radius: 0;
          padding: 10px 40px;
          font-size: 16px;
          background-color: #c2c0c0;
          color: #000000;
          letter-spacing: 0.5px;
          margin-left: 10px;
      }
            
      .service-page-section .nav > li > a:hover, .nav > li > a:focus {
          text-decoration: none;
          background-color: none !important;
      }
        
      .service-page-section .tab-content{
          padding-top: 30px;
      }
            
      .service-page-section .tab-content img{
          margin:auto;
      }
            
      .service-page-section .tab-content h2{
          font-size: 28px;
          padding-top: 15px;
          font-weight: 500;
      }
            
      .service-page-section .tab-content p{
            font-size: 16px;
            line-height: 30px;
            letter-spacing: 0.5px;
            padding-top: 15px;
            padding-left: 10px;
            padding-right: 10px;
      }
            
      /*End service-page-section style*/

      /*--------------FLEET PAGE-----------------------*/

    .fleet-page-section{
      padding: 30px 0px;
    }
    
    .fleet-page-section .col-md-8 img{
      float: left;
      width: 100px;
    }
    
    .fleet-page-section .col-md-8 p{
      padding-top: 20px;
      font-size: 16px;
      color: #000000;
      line-height: 30px;
      letter-spacing: 0.5px;
    }
    
    .fleet-page-section .col-md-8 h2{
      padding-top: 40PX;
      font-size: 30px;
    }
    
    .fleet-page-section .center-pills{
      display: flex;
      justify-content: center;
    }
    
    .fleet-page-section .col-md-4{
      margin-top: 8%;
    }
    
    .fleet-page-section .col-md-4 img{
      margin: auto;
      padding: 20px 0px;
    }
    
    .fleet-page-section .nav-pills > li.active > a,
    .fleet-page-section .nav-pills > li.active > a:hover,
    .fleet-page-section .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #1E1412 !important;
        border: none;
        border-radius: 0;
        padding: 10px 40px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.5px;
    }
    
    .fleet-page-section .nav-pills > li > a{
        border: none;
        border-radius: 0;
        padding: 10px 40px;
        font-size: 18px;
        background-color: #c2c0c0;
        color: #000000;
        letter-spacing: 0.5px;
        margin-left: 10px;
    }
    
    .fleet-page-section .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: none !important;
    }
    
    #Sedan h3{
      font-size: 26px;
      letter-spacing: 0.5px;
    }
    #Sedan .col-md-6 h4{
      font-size: 18px;
      letter-spacing: 0.5px;
      text-align: center;
      margin-top: 20px;
    }
    
    #Sedan .col-md-6 p{
      font-size: 14px;
      letter-spacing: 0.5px;
      text-align: center;
    }
    
    #Sedan .btn-default{
      border: none;
      border-radius: 0;
      padding: 10px 40px;
      font-size: 18px;
      background-color: #1E1412;
      color: #fff;
      letter-spacing: 0.5px;
      margin: 30px 0px;
    }
    
    #Sedan .btn-default:hover{
      background-color: #0c0b0b;
    }
    
    #Sedan .sedan_text p{
      line-height: 30px;
      font-size: 16px;
      letter-spacing: 0.5px;
      color: #000000;
    }
    
    #SUV h3{
      font-size: 26px;
      letter-spacing: 0.5px;
    }
    #SUV .col-md-6 h4{
      font-size: 18px;
      letter-spacing: 0.5px;
      text-align: center;
      margin-top: 20px;
    }
    
    #SUV .col-md-6 p{
      font-size: 14px;
      letter-spacing: 0.5px;
      text-align: center;
    }
    
    #SUV .btn-default{
      border: none;
      border-radius: 0;
      padding: 10px 40px;
      font-size: 18px;
      background-color: #1E1412;
      color: #fff;
      letter-spacing: 0.5px;
      margin: 30px 0px;
    }
    
    #SUV .btn-default:hover{
      background-color: #0c0b0b;
    }
    
    #SUV .suv_text p{
      line-height: 30px;
      font-size: 14px;
      letter-spacing: 0.5px;
      color: #000000;
    }

    /*End fleet-page-section style*/

    /*--------------THANKS PAGE-----------------------*/
    .thanks-section h3{
      font-size: 28px;
      text-shadow: 0.5px 0.5px 1px #000000;
      letter-spacing: 0.5px;
    }
    
    .thanks-section p{
      font-size: 18px;
      line-height: 40px;
      letter-spacing: 0.5px;
    }

    /*End thanks-page-section style*/

    .privacy-policy-section .top-col{
      border-bottom: 1px solid #3d3939 ;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }


    .privacy-policy-menu-content{
      padding-top: 30px;
      padding-bottom: 20px;
    }

    .privacy-policy-menu-content .top-col ul li{
      padding: 0 10px 0px 10px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content ul li a{
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.5px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
      
    }

    .privacy-policy-menu-content h1{
      font-size: 26px;
      letter-spacing: 0.5px;
      font-weight: 400;
      padding-bottom: 20px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content h3{
      font-size: 20px;
      letter-spacing: 0.5px;
      font-weight: 800;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content strong{
      font-size: 16px;
      letter-spacing: 0.5px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content p{
      padding: 10px 0px;
      font-size: 16px;
      letter-spacing: 0.5px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content ul li{
      font-size: 16px;
      letter-spacing: 0.5px;
      padding: 8px 0px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content b {
       font-size: 16px;
       letter-spacing: 0.5px;
    }


    .privacy-policy-menu-content b:after {
       content: '';
       display: block;
       width:100%;
       height: 1px;
       background: lightgrey;
       /*margin: 4px 0 0;*/
       margin: auto;
       margin-top: 10px;
       margin-bottom: 20px;
    }

    .privacy-policy-menu-content p {
       line-height: 30px;
       letter-spacing: 0.5px; 
       font-size: 16px;
    }

    /*end privacy policy style*/
 
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .navbar{
        height: 80px;
        background: transparent;
        border: none;
    }

    .navbar .navbar-brand img{
      margin-top: 10px;
      width: 100px !important;
    }

    .navbar-default .navbar-collapse {
        background-color: transparent;
    }
    
    .navbar .nav .phoneNo a{
      font-size: 12px !important;
      text-shadow: 1px 1px 2px #000000;
    }
    
    .navbar .nav li a{
      text-transform: uppercase;
      font-family: 'Raleway', sans-serif;
      font-size: 10px !important;
      font-weight: 400;
      color: #ffffff;
    }
    
    .navbar-other-pages{
      background-color: #1E1412 !important;
    }
    
    .navbar .nav li a:hover{
      color: #ffffff;
      cursor: pointer;
    }
    
    .custom-navbar{
        background-color: #1E1412 !important;
        transition: background-color 0.5s;
    }
    
    .navbar .navbar-brand img{
      width: 140px;
    }
    
    #myNavbar{
        margin-top: 15px;
    }
    
    /*End Navbar style*/
    
    .Banner-section{
      width: 100%;
      height: 600px;
      padding: 40px 0px;
      background-image: url('../images/cover4.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      overflow-x: hidden;
    }
    
    .Banner-section h1{
      font-size: 40px;
      margin-top: 180px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }
    
    .Banner-section p{
      font-size: 20px;
      margin-top: 30px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }
    
    .Banner-section strong{
      font-weight: 600;
      font-size: 24px;
    }
    
    .Banner-section a i{
      font-size: 20px;
      margin-right: 10px;
    }
    
    .Banner-section a{
      border-radius: 0;
      background: #1E1412;
      outline: none;
      border: none;
      padding: 10px 60px;
      color: #ffffff;
      font-size: 18px;
      margin-top: 60px;
    }
    
    .Banner-section a:hover{
      background: #0c0b0b;
      color: #ffffff;
    }
    
    /*End Banner-section Style*/
    
    .about-section{
      overflow-x: hidden;
      padding: 30px 0px;
    }
    
    .about-section img{
      width: 650px;
      margin: auto;
    }
    
    .about-section h1{
      font-size: 30px;
      color: #000000;
      letter-spacing: 1px;
      padding-bottom: 10px;
    }
    
    .about-section p{
      font-size: 18px;
      color: #000000;
      letter-spacing: 0.5px;
      line-height: 30px;
    }
    
    
    
    .footer-section{
      background-color: #1E1412;
      padding-top: 50px;
      padding-bottom: 30px;
      border-top: 5px #0c0b0b solid;
    }
    
    .footer-section .store-icons img{
      width: 120px;
    }
    
    .footer-section .social-icons{
      padding-top: 20px;
    }
    
    .footer-section .social-links li a i{
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      color: #1E1412 !important;
      background: #ffffff;
    }
    
    .footer-section p{
      font-size: 16px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
    }
    
    .footer-section .County-section{
      margin-top: 10px;
    }
    
    .footer-section .County-section ul{
      font-size: 18px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
    }
    
    .footer-section .County-section li{
      font-size: 18px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
    }
    
    .footer-section .County-section a{
      font-size: 18px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
      letter-spacing: 0.5px;
      text-decoration: none;
    }
    
    .footer-section .County-section h4{
      font-size: 18px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
      letter-spacing: 0.5px;
      text-decoration: none;
    }
    
    .footer-section a:hover{
      text-decoration: none;
      color: #fff;
    }
    
    /*End footer-section style*/

    /* Modal Content */
    .modal-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      top: 10% !important;
      width: 35% !important;
      border-radius: 0;
    }

    /* The Close Button */
    .close-data {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      margin-top: -10px;
    }

    .close-data:hover,
    .close-data:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

    .modal-content h4{
      padding-top: 30px;
      font-size: 16px !important;
      letter-spacing: 0.5px;
      text-align: center;
    }

    .modal-content p{
      font-size: 14px !important;
      color: #000;
      margin-top: 10px;
      text-align: center;
    }

    .modal-content form .form-control{
      padding: 22px;
      border-radius: 0;
      box-shadow: none;
      border-color: #e9e9eb;
      color: #000000;
      font-size: 16px;
    }

    .password-input{
      margin-top: -16px;
    }

    .modal-content .btn-link{
      text-decoration: none;
      font-size: 16px;
      padding-top: 10px;
      color: #000000;
    }

    .modal-content .login-btn{
      padding: 12px 0px;
      border-radius: 0;
      background: #000;
      border: none;
      outline: 0;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: -16px;
    }
    
    /*end modal-body style*/
    
    .business{
      padding: 30px 0px;
      background: #efeceb;
    }
    
    .business h1{
      font-size: 30px;
      /* text-shadow: 0.5px 0.5px 1px #000000; */
    }
    
    .business p{
      font-size: 18px;
      padding: 10px 0px;
      /* text-shadow: 0.5px 0.5px 1px #000000; */
    }
    
    .business a{
      border-radius: 0;
      padding: 10px 120px;
      margin-top: 20px;
      border: 0;
      background-color: #1E1412;
      color: #fff;
      text-transform: uppercase;
    }
    
    .business img{
      width: 250px;
      margin: auto;
    }
    
    /*End business section style*/
    
    .features-section{
      padding-top: 30px;
      background: #efeceb;
      padding-bottom: 20px;
    }
    
    .features-section .no-padding{
      padding: 10px;
    }
    
    .features-section h2{
      font-size: 35px;
      padding-bottom: 10px;
    }
    
    .features-section p{
      font-size: 18px;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
      line-height: 30px;
    }
    
    .features-section a{
      font-size: 18px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }
    
    .features-section img{
      margin-top: 15%;
    }
    
    /*End features-section style*/
    
    .features-box-section{
      padding: 50px 0px;
    }
    
    .features-box-section img{
      width: 120px;
      height: 120px;
      margin: auto;
      margin-top: 30px;
    }
    
    .features-box-section h3{
      font-size: 30px;
    }
    
    .features-box-section p{
      padding-top: 20px;
      font-size: 18px;
      letter-spacing: 0.5px;
      line-height: 30px;
    }
    
    .features-box-section a{
      padding-top: 20px;
      font-size: 18px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }

    /*map section*/  
    #map{
      width: 100%;
      height: 400px;
      /* border: 1px solid red; */
    }

    /*--------------CONTACT PAGE-----------------------*/


    .page-header-section{
      margin-top: 80px;
      padding-top: 30px;
      padding-bottom: 10px;
      background-image: url('../images/cover4.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      /*background-attachment: fixed !important;*/
    }

    .page-header-section h1:after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
    margin: 4px 0 0;
    margin: auto;
    margin-top: 20px;
    }

    .page-header-section .breadcrumb{
      background: transparent !important;
    }

    .page-header-section .breadcrumb li{
      text-decoration: none;
      color: #bebdbd;
      font-size: 18px;
      text-shadow: 1px 1px 2px #000;
    }

    .page-header-section .breadcrumb a{
      text-decoration: none;
      color: #ffffff;
      font-size: 18px;
      text-shadow: 1px 1px 2px #000;
    }

    .page-header-section h1{
      font-size: 40px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }

    .page-header-section p{
      font-size: 20px;
      margin-top: 20px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }

    /*End page-header-section style*/

    .map-section{
      padding-top: 40px;
    }

    /*End map-section style*/

    .contact-form-section{
      padding: 50px 0px;
    }

    .contact-form-section .address-section h4{
      font-size: 26px;
      color: #000000;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
    }

    .contact-form-section .address-section p{
      font-size: 20px;
      color: #000000;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
    }

    .contact-form-section .form-section label{
      font-weight: 600;
      font-size: 17px;
    }

    .contact-form-section .form-section .btn-submit{
      border: none;
      border-radius: 0;
      padding: 10px 60px;
      font-size: 18px;
      background-color: #1E1412;
      color: #fff;
      letter-spacing: 0.5px;
    }

    .contact-form-section .form-section .btn-submit:hover{
      background-color: #0c0b0b;
    }

    .contact-form-section .form-section .btn-reset{
      border: none;
      border-radius: 0;
      padding: 10px 60px;
      font-size: 18px;
      background-color: #c2c0c0;
      color: #000000;
      letter-spacing: 0.5px;
      margin-left: 10px;
    }

    .contact-form-section .form-section .btn-reset:hover{
      background-color: #afaeae;
    }

    /*End contact-form-section style*/

    /*--------------ABOUT PAGE-----------------------*/

    .about-page-section{
      padding: 40px 0px;
    }

    /* .about-page-section .about-text{
      padding-top: 30px;
    } */

    .about-page-section p{
      letter-spacing: 0.5px;
      line-height: 30px;
      color: #000000;
      font-size: 18px;
      padding-top: 10px;
    }

    .about-page-section .about-text strong{
      letter-spacing: 0.5px;
      color: #000000;
      font-size: 16px;
    }

    .about-page-section .about-text img{
      padding: 30px 0px;
      width: 900px;
      margin: auto;
    }

    /*End about-page-section style*/

    /*--------------SERVICE PAGE-----------------------*/

    .service-page-section{
      padding: 50px 0px;
    }
    
    .service-page-section .center-pills {
        display: flex;
        justify-content: center;
    }
    
    .service-page-section .nav-pills > li.active > a, .service-page-section .nav-pills > li.active > a:hover, .service-page-section .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #1E1412 !important;
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.5px;
    }
    
    .service-page-section .nav-pills > li > a{
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        background-color: #c2c0c0;
        color: #000000;
        letter-spacing: 0.5px;
        margin-left: 10px;
    }
    
    .service-page-section .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: none !important;
    }
    .service-page-section .tab-content{
      padding-top: 60px;
    }
    
    .service-page-section .tab-content img{
      margin:auto;
    }
    
    .service-page-section .tab-content h2{
      font-size: 35px;
      padding-top: 20px;
      font-weight: 500;
    }
    
    .service-page-section .tab-content p{
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.5px;
      padding-top: 20px;
    }
    
    /*End service-page-section style*/

      /*--------------FLEET PAGE-----------------------*/

      .fleet-page-section{
        padding: 30px 0px;
      }
      
      .fleet-page-section .col-md-8 img{
        float: left;
        width: 100px;
      }
      
      .fleet-page-section .col-md-8 p{
        padding-top: 20px;
        font-size: 18px;
        color: #000000;
        line-height: 30px;
        letter-spacing: 0.5px;
      }
      
      .fleet-page-section .col-md-8 h2{
        padding-top: 40PX;
        font-size: 30px;
      }
      
      .fleet-page-section .center-pills{
        display: flex;
        justify-content: center;
      }
      
      .fleet-page-section .col-md-4{
        margin-top: 8%;
      }
      
      .fleet-page-section .col-md-4 img{
        margin: auto;
        padding: 20px 0px;
      }
      
      .fleet-page-section .nav-pills > li.active > a,
      .fleet-page-section .nav-pills > li.active > a:hover,
      .fleet-page-section .nav-pills > li.active > a:focus {
          color: #fff;
          background-color: #1E1412 !important;
          border: none;
          border-radius: 0;
          padding: 10px 60px;
          font-size: 18px;
          color: #fff;
          letter-spacing: 0.5px;
      }
      
      .fleet-page-section .nav-pills > li > a{
          border: none;
          border-radius: 0;
          padding: 10px 60px;
          font-size: 18px;
          background-color: #c2c0c0;
          color: #000000;
          letter-spacing: 0.5px;
          margin-left: 10px;
      }
      
      .fleet-page-section .nav > li > a:hover, .nav > li > a:focus {
          text-decoration: none;
          background-color: none !important;
      }
      
      #Sedan h3{
        font-size: 30px;
        letter-spacing: 0.5px;
      }
      #Sedan .col-md-6 h4{
        font-size: 20px;
        letter-spacing: 0.5px;
        text-align: center;
        margin-top: 20px;
      }
      
      #Sedan .col-md-6 p{
        font-size: 16px;
        letter-spacing: 0.5px;
        text-align: center;
      }
      
      #Sedan .btn-default{
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        background-color: #1E1412;
        color: #fff;
        letter-spacing: 0.5px;
        margin: 30px 0px;
      }
      
      #Sedan .btn-default:hover{
        background-color: #0c0b0b;
      }
      
      #Sedan .sedan_text p{
        line-height: 30px;
        font-size: 16px;
        letter-spacing: 0.5px;
        color: #000000;
      }
      
      #SUV h3{
        font-size: 30px;
        letter-spacing: 0.5px;
      }
      #SUV .col-md-6 h4{
        font-size: 20px;
        letter-spacing: 0.5px;
        text-align: center;
        margin-top: 20px;
      }
      
      #SUV .col-md-6 p{
        font-size: 16px;
        letter-spacing: 0.5px;
        text-align: center;
      }
      
      #SUV .btn-default{
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        background-color: #1E1412;
        color: #fff;
        letter-spacing: 0.5px;
        margin: 30px 0px;
      }
      
      #SUV .btn-default:hover{
        background-color: #0c0b0b;
      }
      
      #SUV .suv_text p{
        line-height: 30px;
        font-size: 16px;
        letter-spacing: 0.5px;
        color: #000000;
      }
  
      /*End fleet-page-section style*/

      /*--------------THANKS PAGE-----------------------*/
    .thanks-section h3{
      font-size: 30px;
      text-shadow: 0.5px 0.5px 1px #000000;
      letter-spacing: 0.5px;
    }
    
    .thanks-section p{
      font-size: 20px;
      line-height: 40px;
      letter-spacing: 0.5px;
    }

    /*End thanks-page-section style*/

    .privacy-policy-section .top-col{
      border-bottom: 1px solid #3d3939 ;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }


    .privacy-policy-menu-content{
      padding-top: 30px;
      padding-bottom: 20px;
    }

    .privacy-policy-menu-content .top-col ul li{
      padding: 0 20px 0px 20px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content ul li a{
      text-decoration: none;
      font-size: 18px;
      letter-spacing: 0.5px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
      
    }

    .privacy-policy-menu-content h1{
      font-size: 30px;
      letter-spacing: 0.5px;
      font-weight: 400;
      padding-bottom: 20px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content h3{
      font-size: 22px;
      letter-spacing: 0.5px;
      font-weight: 800;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content strong{
      font-size: 18px;
      letter-spacing: 0.5px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content p{
      padding: 10px 0px;
      font-size: 18px;
      letter-spacing: 0.5px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content ul li{
      font-size: 18px;
      letter-spacing: 0.5px;
      padding: 8px 0px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content b {
       font-size: 18px;
       letter-spacing: 0.5px;
    }


    .privacy-policy-menu-content b:after {
       content: '';
       display: block;
       width: 100%;
       height: 1px;
       background: lightgrey;
       /*margin: 4px 0 0;*/
       margin: auto;
       margin-top: 20px;
       margin-bottom: 20px;
    }

    .privacy-policy-menu-content p {
       line-height: 30px;
       letter-spacing: 0.5px; 
       font-size: 18px;
    }

    /*end privacy policy style*/
}



/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .navbar{
        height: 80px;
        background: transparent;
        border: none;
    }

    .navbar .navbar-brand img{
      width: 120px !important;
    }

    .navbar-default .navbar-collapse {
        background-color: transparent;
    }
    
    .navbar .nav .phoneNo a{
      font-size: 22px !important;
      text-shadow: 1px 1px 2px #000000;
    }
    
    .navbar .nav li a{
        text-transform: uppercase;
      font-family: 'Raleway', sans-serif;
      font-size: 14px !important;
      font-weight: 400;
      color: #ffffff;
    }
    
    .navbar-other-pages{
      background-color: #1E1412 !important;
    }
    
    .navbar .nav li a:hover{
      color: #ffffff;
      cursor: pointer;
    }
    
    .custom-navbar{
        background-color: #1E1412 !important;
        transition: background-color 0.5s;
    }
    
    .navbar .navbar-brand img{
      width: 160px;
    }
    
    #myNavbar{
        margin-top: 15px;
    }
    
    /*End Navbar style*/
    
    .Banner-section{
      width: 100%;
      height: 600px;
      padding: 50px 0px;
      background-image: url('../images/cover4.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      overflow-x: hidden;
    }
    
    .Banner-section h1{
      font-size: 40px;
      margin-top: 180px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }
    
    .Banner-section p{
      font-size: 20px;
      margin-top: 30px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }
    
    .Banner-section strong{
      font-weight: 600;
      font-size: 24px;
    }
    
    .Banner-section a i{
      font-size: 20px;
      margin-right: 10px;
    }
    
    .Banner-section a{
      border-radius: 0;
      background: #1E1412;
      outline: none;
      border: none;
      padding: 10px 60px;
      color: #ffffff;
      font-size: 18px;
      margin-top: 60px;
    }
    
    .Banner-section a:hover{
      background: #0c0b0b;
      color: #ffffff;
    }
    
    /*End Banner-section Style*/
    
    .about-section{
      overflow-x: hidden;
      padding: 30px 0px;
    }
    
    .about-section img{
      width: 650px;
      margin: auto;
    }
    
    .about-section h1{
      font-size: 30px;
      color: #000000;
      letter-spacing: 1px;
      padding-bottom: 10px;
    }
    
    .about-section p{
      font-size: 18px;
      color: #000000;
      letter-spacing: 0.5px;
      line-height: 30px;
    }
    
    
    
    .footer-section{
      background-color: #1E1412;
      padding-top: 50px;
      padding-bottom: 30px;
      border-top: 5px #0c0b0b solid;
    }
    
    .footer-section .store-icons img{
      width: 120px;
    }
    
    .footer-section .social-icons{
      padding-top: 20px;
    }
    
    .footer-section .social-links li a i{
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      color: #1E1412 !important;
      background: #ffffff;
    }
    
    .footer-section p{
      font-size: 16px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
    }
    
    .footer-section .County-section{
      margin-top: 10px;
    }
    
    .footer-section .County-section ul{
      font-size: 18px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
    }
    
    .footer-section .County-section li{
      font-size: 18px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
    }
    
    .footer-section .County-section a{
      font-size: 18px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
      letter-spacing: 0.5px;
      text-decoration: none;
    }
    
    .footer-section .County-section h4{
      font-size: 18px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
      letter-spacing: 0.5px;
      text-decoration: none;
    }
    
    .footer-section a:hover{
      text-decoration: none;
      color: #fff;
    }
    
    /*End footer-section style*/
    
    .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      top: 20%;
      width: 25%;
      border-radius: 0;
    }

    /* The Close Button */
    .close-data {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      margin-top: -10px;
    }

    .close-data:hover,
    .close-data:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

    .modal-content h4{
      padding-top: 30px;
      font-size: 20px;
      letter-spacing: 0.5px;
      text-align: center;
    }

    .modal-content p{
      font-size: 18px;
      color: #000;
      margin-top: 10px;
      text-align: center;
    }

    .modal-content form .form-control{
      padding: 22px;
      border-radius: 0;
      box-shadow: none;
      border-color: #e9e9eb;
      color: #000000;
      font-size: 16px;
    }

    .password-input{
      margin-top: -16px;
    }

    .modal-content .btn-link{
      text-decoration: none;
      font-size: 16px;
      padding-top: 10px;
      color: #000000;
    }

    .modal-content .login-btn{
      padding: 12px 0px;
      border-radius: 0;
      background: #000;
      border: none;
      outline: 0;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: -16px;
    }
    /*end modal-body style*/
    
    .business{
      padding: 30px 20px;
      background: #efeceb;
    }
    
    .business h1{
      font-size: 30px;
      /* text-shadow: 0.5px 0.5px 1px #000000; */
    }
    
    .business p{
      font-size: 18px;
      padding: 10px 0px;
      /* text-shadow: 0.5px 0.5px 1px #000000; */
    }
    
    .business a{
      border-radius: 0;
      padding: 10px 120px;
      margin-top: 20px;
      border: 0;
      background-color: #1E1412;
      color: #fff;
      text-transform: uppercase;
    }
    
    .business img{
      width: 250px;
      margin: auto;
    }
    
    /*End business section style*/
    
    .features-section{
      padding-top: 30px;
      background: #efeceb;
      padding-bottom: 20px;
    }
    
    .features-section .no-padding{
      padding: 10px;
    }
    
    .features-section h2{
      font-size: 35px;
      padding-bottom: 10px;
    }
    
    .features-section p{
      font-size: 18px;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
      line-height: 30px;
    }
    
    .features-section a{
      font-size: 18px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }
    
    .features-section img{
      margin-top: 15%;
    }
    
    /*End features-section style*/
    
    .features-box-section{
      padding: 50px 0px;
    }
    
    .features-box-section img{
      width: 120px;
      height: 120px;
      margin: auto;
    }
    
    .features-box-section h3{
      font-size: 30px;
    }
    
    .features-box-section p{
      padding-top: 20px;
      font-size: 18px;
      letter-spacing: 0.5px;
      line-height: 30px;
    }
    
    .features-box-section a{
      padding-top: 20px;
      font-size: 18px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }

    /*map section*/  
    #map{
      width: 100%;
      height: 400px;
      /* border: 1px solid red; */
    }

    /*--------------CONTACT PAGE-----------------------*/


    .page-header-section{
      margin-top: 80px;
      padding-top: 30px;
      padding-bottom: 10px;
      background-image: url('../images/cover4.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      /*background-attachment: fixed !important;*/
    }

    .page-header-section h1:after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
    margin: 4px 0 0;
    margin: auto;
    margin-top: 20px;
    }

    .page-header-section .breadcrumb{
      background: transparent !important;
    }

    .page-header-section .breadcrumb li{
      text-decoration: none;
      color: #bebdbd;
      font-size: 18px;
      text-shadow: 1px 1px 2px #000;
    }

    .page-header-section .breadcrumb a{
      text-decoration: none;
      color: #ffffff;
      font-size: 18px;
      text-shadow: 1px 1px 2px #000;
    }

    .page-header-section h1{
      font-size: 40px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }

    .page-header-section p{
      font-size: 20px;
      margin-top: 20px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }

    /*End page-header-section style*/

    .map-section{
      padding-top: 40px;
    }

    /*End map-section style*/

    .contact-form-section{
      padding: 50px 0px;
    }

    .contact-form-section .address-section h4{
      font-size: 26px;
      color: #000000;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
    }

    .contact-form-section .address-section p{
      font-size: 20px;
      color: #000000;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
    }

    .contact-form-section .form-section label{
      font-weight: 600;
      font-size: 17px;
    }

    .contact-form-section .form-section .btn-submit{
      border: none;
      border-radius: 0;
      padding: 10px 60px;
      font-size: 18px;
      background-color: #1E1412;
      color: #fff;
      letter-spacing: 0.5px;
    }

    .contact-form-section .form-section .btn-submit:hover{
      background-color: #0c0b0b;
    }

    .contact-form-section .form-section .btn-reset{
      border: none;
      border-radius: 0;
      padding: 10px 60px;
      font-size: 18px;
      background-color: #c2c0c0;
      color: #000000;
      letter-spacing: 0.5px;
      margin-left: 10px;
    }

    .contact-form-section .form-section .btn-reset:hover{
      background-color: #afaeae;
    }

    /*End contact-form-section style*/

    /*--------------ABOUT PAGE-----------------------*/

    .about-page-section{
      padding: 40px 0px;
    }

    /* .about-page-section .about-text{
      padding-top: 30px;
    } */

    .about-page-section p{
      letter-spacing: 0.5px;
      line-height: 30px;
      color: #000000;
      font-size: 18px;
      padding-top: 10px;
    }

    .about-page-section .about-text strong{
      letter-spacing: 0.5px;
      color: #000000;
      font-size: 16px;
    }

    .about-page-section .about-text img{
      padding: 30px 0px;
      width: 900px;
      margin: auto;
    }

    /*End about-page-section style*/

    /*--------------SERVICE PAGE-----------------------*/

    .service-page-section{
      padding: 50px 0px;
    }
    
    .service-page-section .center-pills {
        display: flex;
        justify-content: center;
    }
    
    .service-page-section .nav-pills > li.active > a, .service-page-section .nav-pills > li.active > a:hover, .service-page-section .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #1E1412 !important;
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.5px;
    }
    
    .service-page-section .nav-pills > li > a{
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        background-color: #c2c0c0;
        color: #000000;
        letter-spacing: 0.5px;
        margin-left: 10px;
    }
    
    .service-page-section .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: none !important;
    }
    .service-page-section .tab-content{
      padding-top: 60px;
    }
    
    .service-page-section .tab-content img{
      margin:auto;
    }
    
    .service-page-section .tab-content h2{
      font-size: 35px;
      padding-top: 20px;
      font-weight: 500;
    }
    
    .service-page-section .tab-content p{
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.5px;
      padding-top: 20px;
    }
    
    /*End service-page-section style*/

      /*--------------FLEET PAGE-----------------------*/

      .fleet-page-section{
        padding: 30px 0px;
      }
      
      .fleet-page-section .col-md-8 img{
        float: left;
        width: 100px;
      }
      
      .fleet-page-section .col-md-8 p{
        padding-top: 20px;
        font-size: 18px;
        color: #000000;
        line-height: 30px;
        letter-spacing: 0.5px;
      }
      
      .fleet-page-section .col-md-8 h2{
        padding-top: 40PX;
        font-size: 30px;
      }
      
      .fleet-page-section .center-pills{
        display: flex;
        justify-content: center;
      }
      
      .fleet-page-section .col-md-4{
        margin-top: 8%;
      }
      
      .fleet-page-section .col-md-4 img{
        margin: auto;
        padding: 20px 0px;
      }
      
      .fleet-page-section .nav-pills > li.active > a,
      .fleet-page-section .nav-pills > li.active > a:hover,
      .fleet-page-section .nav-pills > li.active > a:focus {
          color: #fff;
          background-color: #1E1412 !important;
          border: none;
          border-radius: 0;
          padding: 10px 60px;
          font-size: 18px;
          color: #fff;
          letter-spacing: 0.5px;
      }
      
      .fleet-page-section .nav-pills > li > a{
          border: none;
          border-radius: 0;
          padding: 10px 60px;
          font-size: 18px;
          background-color: #c2c0c0;
          color: #000000;
          letter-spacing: 0.5px;
          margin-left: 10px;
      }
      
      .fleet-page-section .nav > li > a:hover, .nav > li > a:focus {
          text-decoration: none;
          background-color: none !important;
      }
      
      #Sedan h3{
        font-size: 30px;
        letter-spacing: 0.5px;
      }
      #Sedan .col-md-6 h4{
        font-size: 20px;
        letter-spacing: 0.5px;
        text-align: center;
        margin-top: 20px;
      }
      
      #Sedan .col-md-6 p{
        font-size: 16px;
        letter-spacing: 0.5px;
        text-align: center;
      }
      
      #Sedan .btn-default{
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        background-color: #1E1412;
        color: #fff;
        letter-spacing: 0.5px;
        margin: 30px 0px;
      }
      
      #Sedan .btn-default:hover{
        background-color: #0c0b0b;
      }
      
      #Sedan .sedan_text p{
        line-height: 30px;
        font-size: 16px;
        letter-spacing: 0.5px;
        color: #000000;
      }
      
      #SUV h3{
        font-size: 30px;
        letter-spacing: 0.5px;
      }
      #SUV .col-md-6 h4{
        font-size: 20px;
        letter-spacing: 0.5px;
        text-align: center;
        margin-top: 20px;
      }
      
      #SUV .col-md-6 p{
        font-size: 16px;
        letter-spacing: 0.5px;
        text-align: center;
      }
      
      #SUV .btn-default{
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        background-color: #1E1412;
        color: #fff;
        letter-spacing: 0.5px;
        margin: 30px 0px;
      }
      
      #SUV .btn-default:hover{
        background-color: #0c0b0b;
      }
      
      #SUV .suv_text p{
        line-height: 30px;
        font-size: 16px;
        letter-spacing: 0.5px;
        color: #000000;
      }
  
      /*End fleet-page-section style*/

    /*--------------THANKS PAGE-----------------------*/
    .thanks-section h3{
      font-size: 30px;
      text-shadow: 0.5px 0.5px 1px #000000;
      letter-spacing: 0.5px;
    }
    
    .thanks-section p{
      font-size: 20px;
      line-height: 40px;
      letter-spacing: 0.5px;
    }

    /*End thanks-page-section style*/

    .privacy-policy-section .top-col{
      border-bottom: 1px solid #3d3939 ;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }


    .privacy-policy-menu-content{
      padding-top: 30px;
      padding-bottom: 20px;
    }

    .privacy-policy-menu-content .top-col ul li{
      padding: 0 20px 0px 20px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content ul li a{
      text-decoration: none;
      font-size: 18px;
      letter-spacing: 0.5px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
      
    }

    .privacy-policy-menu-content h1{
      font-size: 30px;
      letter-spacing: 0.5px;
      font-weight: 400;
      padding-bottom: 20px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content h3{
      font-size: 22px;
      letter-spacing: 0.5px;
      font-weight: 800;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content strong{
      font-size: 18px;
      letter-spacing: 0.5px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content p{
      padding: 10px 0px;
      font-size: 18px;
      letter-spacing: 0.5px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content ul li{
      font-size: 18px;
      letter-spacing: 0.5px;
      padding: 8px 0px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content b {
       font-size: 18px;
       letter-spacing: 0.5px;
    }


    .privacy-policy-menu-content b:after {
       content: '';
       display: block;
       width: 100%;
       height: 1px;
       background: lightgrey;
       /*margin: 4px 0 0;*/
       margin: auto;
       margin-top: 20px;
       margin-bottom: 20px;
    }

    .privacy-policy-menu-content p {
       line-height: 30px;
       letter-spacing: 0.5px; 
       font-size: 18px;
    }

    /*end privacy policy style*/
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .navbar{
        height: 80px;
        background: transparent;
        border: none;
    }

    .navbar .navbar-brand img{
      width: 180px !important;
      margin-top: -6px !important;
    }

    .navbar-default .navbar-collapse {
        background-color: transparent;
    }
    
    .navbar .nav .phoneNo a{
      font-size: 22px !important;
      text-shadow: 1px 1px 2px #000000;
    }
    
    .navbar .nav li a{
        text-transform: uppercase;
      font-family: 'Raleway', sans-serif;
      font-size: 14px !important;
      font-weight: 400;
      color: #ffffff;
    }
    
    .navbar-other-pages{
      background-color: #1E1412 !important;
    }
    
    .navbar .nav li a:hover{
      color: #ffffff;
      cursor: pointer;
    }
    
    .custom-navbar{
        background-color: #1E1412 !important;
        transition: background-color 0.5s;
    }
    
    .navbar .navbar-brand img{
      width: 160px;
    }
    
    #myNavbar{
        margin-top: 15px;
    }
    
    /*End Navbar style*/
    
    .Banner-section{
      width: 100%;
      height: 600px;
      padding: 50px 0px;
      background-image: url('../images/cover4.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      overflow-x: hidden;
    }
    
    .Banner-section h1{
      font-size: 40px;
      margin-top: 180px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }
    
    .Banner-section p{
      font-size: 20px;
      margin-top: 30px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }
    
    .Banner-section strong{
      font-weight: 600;
      font-size: 24px;
    }
    
    .Banner-section a i{
      font-size: 20px;
      margin-right: 10px;
    }
    
    .Banner-section a{
      border-radius: 0;
      background: #1E1412;
      outline: none;
      border: none;
      padding: 10px 60px;
      color: #ffffff;
      font-size: 18px;
      margin-top: 60px;
    }
    
    .Banner-section a:hover{
      background: #0c0b0b;
      color: #ffffff;
    }
    
    /*End Banner-section Style*/
    
    .about-section{
      overflow-x: hidden;
      padding: 30px 0px;
    }
    
    .about-section img{
      width: 650px;
      margin: auto;
    }
    
    .about-section h1{
      font-size: 30px;
      color: #000000;
      letter-spacing: 1px;
      padding-bottom: 10px;
    }
    
    .about-section p{
      font-size: 18px;
      color: #000000;
      letter-spacing: 0.5px;
      line-height: 30px;
    }
    
    
    
    .footer-section{
      background-color: #1E1412;
      padding-top: 50px;
      padding-bottom: 30px;
      border-top: 5px #0c0b0b solid;
    }
    
    .footer-section .store-icons img{
      width: 120px;
    }
    
    .footer-section .social-icons{
      padding-top: 20px;
    }
    
    .footer-section .social-links li a i{
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      color: #1E1412 !important;
      background: #ffffff;
    }
    
    .footer-section p{
      font-size: 16px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
    }
    
    .footer-section .County-section{
      margin-top: 10px;
    }
    
    .footer-section .County-section ul{
      font-size: 18px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
    }
    
    .footer-section .County-section li{
      font-size: 18px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
    }
    
    .footer-section .County-section a{
      font-size: 18px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
      letter-spacing: 0.5px;
      text-decoration: none;
    }
    
    .footer-section .County-section h4{
      font-size: 18px;
      color: #fff;
      text-shadow: 0.5px 0.5px 1px #000000;
      letter-spacing: 0.5px;
      text-decoration: none;
    }
    
    .footer-section a:hover{
      text-decoration: none;
      color: #fff;
    }
    
    /*End footer-section style*/
    
    .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      top: 20% !important;
      width: 25% !important;
      border-radius: 0;
    }

    /* The Close Button */
    .close-data {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      margin-top: -10px;
    }

    .close-data:hover,
    .close-data:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
    }

    .modal-content h4{
      padding-top: 30px;
      font-size: 20px !important;
      letter-spacing: 0.5px;
      text-align: center;
    }

    .modal-content p{
      font-size: 18px !important;
      color: #000;
      margin-top: 10px;
      text-align: center;
    }

    .modal-content form .form-control{
      padding: 22px;
      border-radius: 0;
      box-shadow: none;
      border-color: #e9e9eb;
      color: #000000;
      font-size: 16px;
    }

    .password-input{
      margin-top: -16px;
    }

    .modal-content .btn-link{
      text-decoration: none;
      font-size: 16px;
      padding-top: 10px;
      color: #000000;
    }

    .modal-content .login-btn{
      padding: 12px 0px;
      border-radius: 0;
      background: #000;
      border: none;
      outline: 0;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: -16px;
    }
        
    /*end modal-body style*/
    
    .business{
      padding: 30px 0px;
      background: #efeceb;
    }
    
    .business h1{
      font-size: 30px;
      /* text-shadow: 0.5px 0.5px 1px #000000; */
    }
    
    .business p{
      font-size: 18px;
      padding: 10px 0px;
      /* text-shadow: 0.5px 0.5px 1px #000000; */
    }
    
    .business a{
      border-radius: 0;
      padding: 10px 120px;
      margin-top: 20px;
      border: 0;
      background-color: #1E1412;
      color: #fff;
      text-transform: uppercase;
    }
    
    .business img{
      width: 250px;
      margin: auto;
    }
    
    /*End business section style*/
    
    .features-section{
      padding-top: 30px;
      background: #efeceb;
      padding-bottom: 20px;
    }
    
    .features-section .no-padding{
      padding: 10px;
    }
    
    .features-section h2{
      font-size: 35px;
      padding-bottom: 10px;
    }
    
    .features-section p{
      font-size: 18px;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
      line-height: 30px;
    }
    
    .features-section a{
      font-size: 18px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }
    
    .features-section img{
      margin-top: 15%;
    }
    
    /*End features-section style*/
    
    .features-box-section{
      padding: 50px 0px;
    }
    
    .features-box-section img{
      width: 150px;
      height: 150px;
      margin: auto;
    }
    
    .features-box-section h3{
      font-size: 30px;
    }
    
    .features-box-section p{
      padding-top: 20px;
      font-size: 18px;
      letter-spacing: 0.5px;
      line-height: 30px;
    }
    
    .features-box-section a{
      padding-top: 20px;
      font-size: 18px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }


  /*map section*/  
    #map{
      width: 100%;
      height: 400px;
      /* border: 1px solid red; */
    }

    /*--------------CONTACT PAGE-----------------------*/


    .page-header-section{
      margin-top: 80px;
      padding-top: 30px;
      padding-bottom: 10px;
      background-image: url('../images/cover4.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      /*background-attachment: fixed !important;*/
    }

    .page-header-section h1:after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
    margin: 4px 0 0;
    margin: auto;
    margin-top: 20px;
    }

    .page-header-section .breadcrumb{
      background: transparent !important;
    }

    .page-header-section .breadcrumb li{
      text-decoration: none;
      color: #bebdbd;
      font-size: 18px;
      text-shadow: 1px 1px 2px #000;
    }

    .page-header-section .breadcrumb a{
      text-decoration: none;
      color: #ffffff;
      font-size: 18px;
      text-shadow: 1px 1px 2px #000;
    }

    .page-header-section h1{
      font-size: 40px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }

    .page-header-section p{
      font-size: 20px;
      margin-top: 20px;
      color: #ffffff;
      text-shadow: 1px 1px 2px #000000;
      letter-spacing: 1px;
    }

    /*End page-header-section style*/

    .map-section{
      padding-top: 40px;
    }

    /*End map-section style*/

    .contact-form-section{
      padding: 50px 0px;
    }

    .contact-form-section .address-section h4{
      font-size: 26px;
      color: #000000;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
    }

    .contact-form-section .address-section p{
      font-size: 20px;
      color: #000000;
      padding-bottom: 10px;
      letter-spacing: 0.5px;
    }

    .contact-form-section .form-section label{
      font-weight: 600;
      font-size: 17px;
    }

    .contact-form-section .form-section .btn-submit{
      border: none;
      border-radius: 0;
      padding: 10px 60px;
      font-size: 18px;
      background-color: #1E1412;
      color: #fff;
      letter-spacing: 0.5px;
    }

    .contact-form-section .form-section .btn-submit:hover{
      background-color: #0c0b0b;
    }

    .contact-form-section .form-section .btn-reset{
      border: none;
      border-radius: 0;
      padding: 10px 60px;
      font-size: 18px;
      background-color: #c2c0c0;
      color: #000000;
      letter-spacing: 0.5px;
      margin-left: 10px;
    }

    .contact-form-section .form-section .btn-reset:hover{
      background-color: #afaeae;
    }

    /*End contact-form-section style*/

    /*--------------ABOUT PAGE-----------------------*/

    .about-page-section{
      padding: 40px 0px;
    }

    /* .about-page-section .about-text{
      padding-top: 30px;
    } */

    .about-page-section p{
      letter-spacing: 0.5px;
      line-height: 30px;
      color: #000000;
      font-size: 18px;
      padding-top: 10px;
    }

    .about-page-section .about-text strong{
      letter-spacing: 0.5px;
      color: #000000;
      font-size: 16px;
    }

    .about-page-section .about-text img{
      padding: 30px 0px;
      width: 900px;
      margin: auto;
    }

    /*End about-page-section style*/

    /*--------------SERVICE PAGE-----------------------*/

    .service-page-section{
      padding: 50px 0px;
    }
    
    .service-page-section .center-pills {
        display: flex;
        justify-content: center;
    }
    
    .service-page-section .nav-pills > li.active > a, .service-page-section .nav-pills > li.active > a:hover, .service-page-section .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #1E1412 !important;
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.5px;
    }
    
    .service-page-section .nav-pills > li > a{
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        background-color: #c2c0c0;
        color: #000000;
        letter-spacing: 0.5px;
        margin-left: 10px;
    }
    
    .service-page-section .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: none !important;
    }
    .service-page-section .tab-content{
      padding-top: 60px;
    }
    
    .service-page-section .tab-content img{
      margin:auto;
    }
    
    .service-page-section .tab-content h2{
      font-size: 35px;
      padding-top: 20px;
      font-weight: 500;
    }
    
    .service-page-section .tab-content p{
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.5px;
      padding-top: 20px;
    }
    
    /*End service-page-section style*/

    /*--------------FLEET PAGE-----------------------*/

     .fleet-page-section{
      padding: 30px 0px;
    }
    
    .fleet-page-section .col-md-8 img{
      float: left;
      width: 100px;
    }
    
    .fleet-page-section .col-md-8 p{
      padding-top: 20px;
      font-size: 18px;
      color: #000000;
      line-height: 30px;
      letter-spacing: 0.5px;
    }
    
    .fleet-page-section .col-md-8 h2{
      padding-top: 40PX;
      font-size: 30px;
    }
    
    .fleet-page-section .center-pills{
      display: flex;
      justify-content: center;
    }
    
    .fleet-page-section .col-md-4{
      margin-top: 8%;
    }
    
    .fleet-page-section .col-md-4 img{
      margin: auto;
      padding: 20px 0px;
    }
    
    .fleet-page-section .nav-pills > li.active > a,
    .fleet-page-section .nav-pills > li.active > a:hover,
    .fleet-page-section .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #1E1412 !important;
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.5px;
    }
    
    .fleet-page-section .nav-pills > li > a{
        border: none;
        border-radius: 0;
        padding: 10px 60px;
        font-size: 18px;
        background-color: #c2c0c0;
        color: #000000;
        letter-spacing: 0.5px;
        margin-left: 10px;
    }
    
    .fleet-page-section .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: none !important;
    }
    
    #Sedan h3{
      font-size: 30px;
      letter-spacing: 0.5px;
    }
    #Sedan .col-md-6 h4{
      font-size: 20px;
      letter-spacing: 0.5px;
      text-align: center;
      margin-top: 20px;
    }
    
    #Sedan .col-md-6 p{
      font-size: 16px;
      letter-spacing: 0.5px;
      text-align: center;
    }
    
    #Sedan .btn-default{
      border: none;
      border-radius: 0;
      padding: 10px 60px;
      font-size: 18px;
      background-color: #1E1412;
      color: #fff;
      letter-spacing: 0.5px;
      margin: 30px 0px;
    }
    
    #Sedan .btn-default:hover{
      background-color: #0c0b0b;
    }
    
    #Sedan .sedan_text p{
      line-height: 30px;
      font-size: 16px;
      letter-spacing: 0.5px;
      color: #000000;
    }
    
    #SUV h3{
      font-size: 30px;
      letter-spacing: 0.5px;
    }
    #SUV .col-md-6 h4{
      font-size: 20px;
      letter-spacing: 0.5px;
      text-align: center;
      margin-top: 20px;
    }
    
    #SUV .col-md-6 p{
      font-size: 16px;
      letter-spacing: 0.5px;
      text-align: center;
    }
    
    #SUV .btn-default{
      border: none;
      border-radius: 0;
      padding: 10px 60px;
      font-size: 18px;
      background-color: #1E1412;
      color: #fff;
      letter-spacing: 0.5px;
      margin: 30px 0px;
    }
    
    #SUV .btn-default:hover{
      background-color: #0c0b0b;
    }
    
    #SUV .suv_text p{
      line-height: 30px;
      font-size: 16px;
      letter-spacing: 0.5px;
      color: #000000;
    }

    /*End fleet-page-section style*/

    /*--------------THANKS PAGE-----------------------*/
    .thanks-section h3{
      font-size: 30px;
      text-shadow: 0.5px 0.5px 1px #000000;
      letter-spacing: 0.5px;
    }
    
    .thanks-section p{
      font-size: 20px;
      line-height: 40px;
      letter-spacing: 0.5px;
    }

    /*End thanks-page-section style*/

    .privacy-policy-section .top-col{
      border-bottom: 1px solid #3d3939 ;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }


    .privacy-policy-menu-content{
      padding-top: 30px;
      padding-bottom: 20px;
    }

    .privacy-policy-menu-content .top-col ul li{
      padding: 0 20px 0px 20px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content ul li a{
      text-decoration: none;
      font-size: 18px;
      letter-spacing: 0.5px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
      
    }

    .privacy-policy-menu-content h1{
      font-size: 30px;
      letter-spacing: 0.5px;
      font-weight: 400;
      padding-bottom: 20px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content h3{
      font-size: 22px;
      letter-spacing: 0.5px;
      font-weight: 800;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content strong{
      font-size: 18px;
      letter-spacing: 0.5px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content p{
      padding: 10px 0px;
      font-size: 18px;
      letter-spacing: 0.5px;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content ul li{
      font-size: 18px;
      letter-spacing: 0.5px;
      padding: 8px 0px;
      color: #424242;
      /*font-family: 'Roboto', sans-serif;*/
      font-family: 'Raleway', sans-serif;
    }

    .privacy-policy-menu-content b {
       font-size: 18px;
       letter-spacing: 0.5px;
    }


    .privacy-policy-menu-content b:after {
       content: '';
       display: block;
       width: 100%;
       height: 1px;
       background: lightgrey;
       /*margin: 4px 0 0;*/
       margin: auto;
       margin-top: 20px;
       margin-bottom: 20px;
    }

    .privacy-policy-menu-content p {
       line-height: 30px;
       letter-spacing: 0.5px; 
       font-size: 18px;
    }

    /*end privacy policy style*/
}