@import url('https://fonts.googleapis.com/css?family=Poppins');

* {
    margin : 0px;
    outline: none;
    padding: 0px;
}

body {
    color      : #636363;
    font-family: 'Poppins', sans-serif;
    font-size  : 16px;
    line-height: 22px;
    overflow-X : hidden;
}

.p-2 {
    padding: 0.5rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    text-transform: capitalize;
}

h2,
h3,
h4,
h5,
h6 {
    color: #022c64;
}

h1 {
    font-size     : 38px;
    line-height   : 44px;
    color         : #fff;
    font-weight   : bold;
    text-transform: none;
    text-align    : center;
}

h2 {
    font-size     : 38px;
    line-height   : 44px;
    color         : #323232;
    text-align    : center;
    text-transform: uppercase;
    margin        : 15px 0;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 24px;
}

a {
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    text-decoration   : none;
    color             : #3c3c3c;
}

a:hover,
a:focus,
a:active {
    color          : #022961;
    outline        : none;
    text-decoration: none;
}

p {
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    margin     : 0 0 10px 0;
    text-align : left;
}

ul {
    margin: 0px;
}

figure {
    margin-bottom: 0;
    position     : relative;
}

blockquote {
    quotes: none;
}

select,
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=text],
input[type=submit] {}

input[type=search] {
    width    : 370px;
    font-size: 14px;
    padding  : 10px 20px;
}

input[type=text] {}

textarea {
    height: 150px;
}

input:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color  : #fff;
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    color: #282828;
}

::-webkit-input-placeholder {
    color: #282828;
}

:-moz-placeholder {
    color: #282828;
}

::-moz-placeholder {
    color: #282828;
}

:-ms-input-placeholder {
    color: #282828;
}

#header {

    background         : url("../images/header-bg.png");
    background-repeat  : no-repeat;
    background-size    : 135%;
    background-position: 0 32%;
}

header .list-inline .list-inline-item a {
    font-size  : 26px;
    line-height: 32px;
    border     : 1px solid #006b5b;
}

.p-3 {
    padding: 1rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.fw-bold {
    font-weight: 700 !important;
}

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

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

.bg-green-048 {
    background-color: #048e7a;
}

.d-block {
    display: block !important;
}

.navbar-default {
    background   : 0 0;
    margin-bottom: 0;
    border       : none;
    margin-top   : -50px;
}

.navbar-default .navbar-nav>li>a {
    color: #000 !important;
}

.navbar-default .navbar-nav>li>a:hover {
    font-weight    : 700;
    text-decoration: underline;
}

.navbar-default .navbar-toggle {
    border-color: #888 !important;
}

.phone_img_responsive {
    display: none;
}

.banner {
    background       : url("../images/banner-2.png");
    background-repeat: no-repeat;
    background-size  : cover;
    padding          : 3rem;
}

.widget {
    margin-bottom: 20px;
}

.widget-box {
    background   : rgba(0, 0, 0, .6);
    padding      : 15px;
    border-radius: 5px;
}

.main {
    margin-bottom: 20px;
}

.main_inner {}

.main_input {
    padding: 3px;
}

.main_input input {
    width         : 100%;
    background    : url("../images/london-gb.png")no-repeat #fff;
    border-radius : 3px;
    text-align    : center;
    text-transform: uppercase;
    font-weight   : bold;
    border        : none;
    min-height    : 75px;
    font-size     : 24px;
    color         : #989898;
}

.main_input input::-webkit-input-placeholder {
    color: #989898;
}

.main_input input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background: url("../images/london-gb.png")no-repeat #fff !important;
}



/*  =============================   */

.cta-v1,
.widget-box-form a.get-quote {
    color      : #fff;
    font-weight: 700;
    display    : block;
    text-align : center;
}

.widget-box-form a.get-quote {
    background   : #666;
    font-size    : 20px;
    padding      : 6px 20px;
    border-radius: 5px
}

.main-v1 {
    margin-bottom: 0
}

.et_sticky {
    position  : fixed;
    width     : 100%;
    top       : 0;
    background: #006e5e;
    z-index   : 99999;
    padding   : 10px
}

.cta-v1 {
    background   : #b3161f;
    background   : -moz-linear-gradient(top, #b3161f 0, #e2202b 100%);
    background   : -webkit-linear-gradient(top, #b3161f 0, #e2202b 100%);
    background   : linear-gradient(to bottom, #b3161f 0, #e2202b 100%);
    filter       : progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3161f', endColorstr='#e2202b', GradientType=0);
    padding      : 15px;
    font-size    : 30px;
    line-height  : 36px;
    border       : 1px solid #ab151c;
    border-radius: 5px;
    margin-top   : 5px
}

.cta-v1:hover {
    color     : #fff;
    border    : 1px solid #003b75;
    background: #003b75;
    background: -moz-linear-gradient(top, #003b75 0, #003489 100%);
    background: -webkit-linear-gradient(top, #003b75 0, #003489 100%);
    background: linear-gradient(to bottom, #003b75 0, #003489 100%);
    filter    : progid: DXImageTransform.Microsoft.gradient(startColorstr='#003b75', endColorstr='#003489', GradientType=0)
}


/*  =============================   */


.widget-box a.cta {
    background   : #b3161f;
    background   : -moz-linear-gradient(top, #b3161f 0%, #e2202b 100%);
    background   : -webkit-linear-gradient(top, #b3161f 0%, #e2202b 100%);
    background   : linear-gradient(to bottom, #b3161f 0%, #e2202b 100%);
    filter       : progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3161f', endColorstr='#e2202b', GradientType=0);
    padding      : 16px 10px;
    color        : #fff;
    font-size    : 30px;
    line-height  : 36px;
    font-weight  : bold;
    display      : block;
    border       : 1px solid #ab151c;
    border-radius: 5px;
    text-align   : center;
    margin       : 20px 0;
}

.widget-box a.cta:hover {
    border    : 1px solid #003b75;
    background: #003b75;
    background: -moz-linear-gradient(top, #003b75 0%, #003489 100%);
    background: -webkit-linear-gradient(top, #003b75 0%, #003489 100%);
    background: linear-gradient(to bottom, #003b75 0%, #003489 100%);
    filter    : progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b75', endColorstr='#003489', GradientType=0);
}

.widget-box p {
    font-size: 18px;
    color    : #fff;
}

.widget-box p i {
    color    : #05ac94;
    font-size: 26px !important;
}

.widget-box-form {
    position: relative;
    top     : 27px;
}

.widget-box-form .form-group:before {
    content       : '';
    right         : 16px;
    top           : 1px;
    width         : 38px;
    height        : 32px;
    background    : url(../images/dropdown.png) no-repeat scroll right top/32px auto rgba(0, 0, 0, 0);
    position      : absolute;
    pointer-events: none;
    display       : block;
    border-radius : 5px;
    z-index       : 9999;
}

.widget-box-form .form-group select {
    background     : #e3e3e3;
    color          : #6d6d6d;
    border         : 1px solid #b7b7b7;
    -moz-appearance: none;
}

.widget-box-form a.get-quote {
    color        : #fff;
    background   : #666666;
    font-size    : 20px;
    font-weight  : bold;
    padding      : 6px 20px;
    display      : block;
    border-radius: 5px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background         : url("../images/search-icon.png") no-repeat left center #f3f3f3 !important;
    background-position: 10px 10px;
    text-indent        : 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size  : 16px !important;
    color      : #6d6d6d !important;
    line-height: 22px !important;
}

.select2-container--default .select2-selection--single {
    height     : 65px !important;
    line-height: 65px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 65px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px !important;
}

.select2-container--default .select2-results__option .select2-results__option {
    font-size  : 16px !important;
    line-height: 22px !important;
}

.breadcrumb {
    padding      : 5px 15px 8px 15px;
    margin-bottom: 0 !important;
    font-size    : 14px;
}

.review-box {
    background: #ecebeb;
    padding   : 10px 0;
    margin    : 5px 0;
}

.review-box p {
    font-size: 16px;
}

.we-offer {}

.we-offer .image-box {
    position: relative;
}

.we-offer .image-box .text {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
}

.we-offer .image-box .text h3 {
    font-size  : 23px;
    line-height: 29px;
    font-weight: bold;
    color      : #fff;
}

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

/******car make********/

.car-make .car-box {
    background   : #ebebeb;
    position     : relative;
    border-radius: 5px;
}

.car-make .car-box .text-box {
    background   : #2f3130;
    border-radius: 0px 0px 5px 5px;
}

.car-make .car-box .text-box h3 {
    font-size  : 20px;
    line-height: 26px;
    color      : #fff;
    padding    : 10px 0;
    margin-top : 0;
}

.car-make .car-box img {
    margin-top: 20px;
}

.car-make a.view-all {
    font-size      : 22px;
    line-height    : 28px;
    color          : #003b75;
    text-decoration: underline;
    margin-bottom  : 20px;
    margin-top     : 10px;
    display        : inline-block;
}

.car-box-hover {
    background   : #2f3130;
    display      : none;
    position     : absolute;
    top          : 0;
    height       : 100%;
    width        : 100%;
    padding      : 18px;
    border-radius: 5px;
}

.car-make .car-box:hover .car-box-hover {
    display: block;
}

.car-make .car-box:hover .text-box {
    border-radius: 0px 0px 5px 5px;
}

.car-box-hover ul {}

.car-box-hover ul li {
    list-style: none;
    padding   : 5px 0;
}

.car-box-hover ul li a {
    color      : #fff;
    font-size  : 18px;
    line-height: 24px;
}

.car-make .car-box-hover ul li a:hover {
    text-decoration: underline;
}

/*****end car make********/

.about {
    background    : #f5f5f5;
    padding-bottom: 40px;
}

.about-us h1 {
    color: #323232;
}

.about ul {
    padding-left: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.service-repair {}

.service-repair .service-box {
    background        : #4b4a47;
    border            : 3px solid #fff;
    border-radius     : 5px;
    padding           : 10px 0;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow   : 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow        : 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    min-height        : 75px;
    position          : relative;
}

.service-repair .service-box span {
    font-size  : 20px;
    line-height: 26px;
    color      : #fff;
    padding    : 0 6px;
    position   : absolute;
    top        : 50%;
    left       : 50%;
    display    : block;
    transform  : translate(-50%, -50%);
    width      : 100%;
}

.service-repair a.view-all-services {
    font-size      : 22px;
    line-height    : 28px;
    color          : #003b75;
    text-decoration: underline;
    display        : block;
    margin-bottom  : 20px;
}

.work-gallery {
    background: #003b75;
}

.work-gallery h2 {
    color: #fff;
}

.work-gallery p {
    color: #fff;
}

.work-gallery .thumbnails li>.fff .caption {
    background: #fff !important;
    padding   : 10px
}

.work-gallery .page-header {
    background    : #f9f9f9;
    margin        : -30px -40px 40px;
    padding       : 20px 40px;
    border-top    : 4px solid #ccc;
    color         : #999;
    text-transform: uppercase;
}

.work-gallery .page-header h3 {
    line-height: 0.88rem;
    color      : #000;
}

.work-gallery ul.thumbnails {
    margin-bottom: 0px;
}

.caption h4 {
    color: #444;
}

.caption p {
    color: #999;
}

.work-gallery .control-box {
    text-align: right;
    width     : 100%;
}

.work-gallery .carousel-control {
    background   : #666;
    border       : 0px;
    border-radius: 0px;
    display      : inline-block;
    font-size    : 34px;
    font-weight  : 200;
    line-height  : 18px;
    opacity      : 0.5;
    padding      : 4px 10px 0px;
    position     : static;
    height       : 30px;
    width        : 15px;
}

@media (max-width:767px) {

    .page-header,
    .control-box {
        text-align: center;
    }
}

@media (max-width:479px) {
    .caption {
        word-break: break-all;
    }
}

.work-gallery li {
    list-style-type: none;
}

.work-gallery .thumbnail {
    background: none !important;
    border    : none !important;
}

.work-gallery .control-box {
    text-align: center !important;
}

.pager li>a,
.pager li>span {
    display         : inline-block;
    padding         : 9px 8px !important;
    background-color: #1d1d1d;
    border          : none !important;
    border-radius   : 0 !important;
}

.glyphicon-chevron-left:before {
    content: "\e079";
    color  : #fff;
}

.glyphicon-chevron-right:before {
    content: "\e080";
    color  : #fff;
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration : none;
    background-color: #1d1d1d;
}

.nopadding {
    padding: 0;
}

.apex-mot {}

.apex-mot .apex-mot-box {
    margin-bottom: 20px;
}

.apex-mot .apex-mot-box h3 {
    font-size  : 22px;
    line-height: 28px;
    color      : #000;
    font-weight: bold;
    margin     : 0;
}

.make {
    background: #efefef;
    padding   : 20px;
}

.make .make-heading {
    background: #fff;
}

.make .make-box {
    background        : #fff;
    border-bottom     : 2px solid #c2c2c2;
    padding           : 25px;
    margin-bottom     : 15px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow   : 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow        : 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    min-height        : 100px;
    position          : relative;
}

.make .make-box span {
    font-size  : 16px;
    line-height: 22px;
    color      : #21221f;
    position   : absolute;
    left       : 50%;
    top        : 50%;
    transform  : translate(-50%, -50%);
    width      : 100%;
}

.make .make-box:hover {
    background: #003b75;
}

.make .make-box:hover span {
    color: #fff;
}

.make a.view-all {
    font-size      : 22px;
    line-height    : 28px;
    color          : #003b75;
    text-decoration: underline;
    margin-bottom  : 20px;
    margin-top     : 10px;
    display        : block;
}

.car {
    background: #efefef;
    padding   : 20px;
}

.car .car-heading {
    background: #fff;
}

.car .blue-heading {
    background: #0e4c8c;
    padding   : 10px 0;
}

.car .blue-heading span {
    font-size  : 24px;
    line-height: 30px;
    color      : #fff;
}

.car span.engine-code-heading {
    font-size  : 30px;
    line-height: 36px;
    color      : #0e4c8c;
    margin     : 20px 0;
    display    : block;
}

.car .engine-code-box {
    background        : #fff;
    border-bottom     : 2px solid #c2c2c2;
    padding           : 20px 0;
    margin-bottom     : 15px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow   : 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow        : 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
}

.car .engine-code-box span {
    font-size  : 20px;
    line-height: 26px;
    color      : #21221f;
}

.car .engine-code-box:hover {
    background: #003b75;
}

.car .engine-code-box:hover span {
    color: #fff;
}

.car .view-price a {
    font-size    : 30px;
    line-height  : 36px;
    font-weight  : bold;
    color        : #fff;
    padding      : 10px 0px;
    display      : block;
    margin-top   : 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    background   : #b3161f;
    background   : -moz-linear-gradient(top, #b3161f 0%, #e2202b 100%);
    background   : -webkit-linear-gradient(top, #b3161f 0%, #e2202b 100%);
    background   : linear-gradient(to bottom, #b3161f 0%, #e2202b 100%);
    filter       : progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3161f', endColorstr='#e2202b', GradientType=0);
}

.car .view-price a:hover {
    background: #003b75;
    background: -moz-linear-gradient(top, #003b75 0%, #003489 100%);
    background: -webkit-linear-gradient(top, #003b75 0%, #003489 100%);
    background: linear-gradient(to bottom, #003b75 0%, #003489 100%);
    filter    : progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b75', endColorstr='#003489', GradientType=0);
}

.part-heading h2 {
    font-weight: bold;
}

.part .blue-heading {
    background: #003366;
    padding   : 10px 0;
}

.part .blue-heading span {
    font-size     : 28px;
    line-height   : 34px;
    color         : #003366;
    font-weight   : bold;
    color         : #fff;
    text-transform: capitalize;
}

.part .part_inner {
    border: 1px solid #a3a3a3;
}

.part .part_inner h2 {
    margin-top: 0;
}

.part .part_inner .make-left-part span {
    font-size  : 20px;
    line-height: 26px;
    color      : #000;
}

.part .part_inner .make-right-part span {
    font-size  : 20px;
    line-height: 26px;
    color      : #7e7e7e;
    font-weight: bold;
}

.part .part_inner .mb10 {
    margin-bottom: 10px;
}

.part .part_inner .view-price a:hover {
    background: #003b75;
    background: -moz-linear-gradient(top, #003b75 0%, #003489 100%);
    background: -webkit-linear-gradient(top, #003b75 0%, #003489 100%);
    background: linear-gradient(to bottom, #003b75 0%, #003489 100%);
    filter    : progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b75', endColorstr='#003489', GradientType=0);
}

.part .part_inner .view-price a {
    font-size    : 30px;
    line-height  : 36px;
    font-weight  : bold;
    color        : #fff;
    padding      : 10px 0px;
    display      : block;
    margin-top   : 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    background   : #b3161f;
    background   : -moz-linear-gradient(top, #b3161f 0%, #e2202b 100%);
    background   : -webkit-linear-gradient(top, #b3161f 0%, #e2202b 100%);
    background   : linear-gradient(to bottom, #b3161f 0%, #e2202b 100%);
    filter       : progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3161f', endColorstr='#e2202b', GradientType=0);
}

.part .part_inner .view-price a:hover {}

.main-signup {
    padding-left  : 20px;
    padding-right : 20px;
    padding-bottom: 30px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #82b8b0 !important;
}

.signup-form .signup-form-inner .confirm {
    background   : #f3f3f3;
    padding-top  : 20px;
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
}

.signup-form {
    padding: 45px 0;
}

.signup-form-inner {
    background   : #fff;
    border-radius: 5px;
    /*padding    :20px;*/
}

.signup-form .signup-form-inner .confirm span {
    font-size     : 27px;
    line-height   : 33px;
    color         : #000;
    display       : block;
    text-transform: uppercase;
    margin-bottom : 20px;
}

.signup-form .signup-form-inner .left-signup h3 {
    font-size    : 20px;
    line-height  : 26px;
    color        : #000;
    display      : block;
    margin-bottom: 5px;
    margin-top   : 0;
}

.signup-form .signup-form-inner .left-signup p {
    font-size     : 18px;
    line-height   : 24px;
    color         : #000;
    display       : block;
    text-transform: uppercase;
    margin-bottom : 0;
    margin-top    : 20px;
}

.signup-form .signup-form-inner .left-signup a {
    font-size    : 18px;
    line-height  : 24px;
    background   : #f3f3f3;
    border       : 1px solid #82b8b0;
    color        : #626262;
    text-align   : center;
    cursor       : pointer;
    padding      : 10px 0px;
    display      : block;
    margin-top   : 10px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.signup-form .signup-form-inner .left-signup a:hover {
    color : #fff;
    border: 1px solid #82b8b0;
}

.signup-form .signup-form-inner .left-signup .form-group label {
    color      : #000000;
    font-size  : 22px;
    line-height: 28px;
    font-weight: normal;
}

.signup-form .signup-form-inner .left-signup .form-group textarea {
    background: #f3f3f3;
    border    : 1px solid #82b8b0;
    max-width : 100% !important;
}

.right-signup {
    margin-top: 32px;
}

.signup-form .signup-form-inner .form-group input,
.signup-form .signup-form-inner .form-group select {
    font-size    : 20px;
    line-height  : 26px;
    color        : #555555;
    border       : 1px solid #82b8b0;
    border-radius: 5px;
    width        : 100%;
    height       : 50px;
    line-height  : 50px;
    background   : #f3f3f3;
    padding-left : 10px;
}

.signup-form .signup-form-inner .form-group input::-webkit-input-placeholder {
    color: #555555;
}

.signup-form .signup-form-inner .right-signup a {
    font-size     : 26px;
    line-height   : 32px;
    font-weight   : bold;
    color         : #fff;
    padding       : 20px;
    display       : block;
    margin-top    : 10px;
    margin-bottom : 30px;
    border-radius : 5px;
    text-transform: uppercase;
    background    : #b3161f;
    background    : -moz-linear-gradient(top, #b3161f 0%, #e2202b 100%);
    background    : -webkit-linear-gradient(top, #b3161f 0%, #e2202b 100%);
    background    : linear-gradient(to bottom, #b3161f 0%, #e2202b 100%);
    filter        : progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3161f', endColorstr='#e2202b', GradientType=0);
}

.signup-form .signup-form-inner a:hover {
    background: #003b75;
    background: -moz-linear-gradient(top, #003b75 0%, #003489 100%);
    background: -webkit-linear-gradient(top, #003b75 0%, #003489 100%);
    background: linear-gradient(to bottom, #003b75 0%, #003489 100%);
    filter    : progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b75', endColorstr='#003489', GradientType=0);
}

.signup-form .signup-form-inner p {
    font-size  : 18px;
    line-height: 24px;
    color      : #000;
}

.signup-form .signup-form-inner p i {
    color: #016d5d;
}

.contact-form {
    padding: 20px 0;
}

.contact-form .contact-form-inner {
    background   : #fff;
    border-radius: 5px;
}

.contact-form .contact-header {
    background   : #e5ecf4;
    padding      : 5px 0;
    border-radius: 5px 5px 0px 0px;
}

.contact-form .contact-header .first {
    margin-top: 10px;
}

.contact-form .contact-header .mt15 {
    margin-top: 13px;
}

.contact-form .contact-header .mh70 {}

.contact-form .contact-header span {
    font-size  : 18px;
    line-height: 24px;
    color      : #001a33;
}

.contact-form .contact-header span>span {
    text-indent: 62px;
    display    : block;
}

.contact-form .contact-header span.middle {
    font-size  : 24px;
    line-height: 30px;
    font-weight: bold;
}

.contact-content {
    padding: 20px 0;
}

.contact-content .content-left {}

.content-left input {
    font-size  : 16px;
    line-height: 22px;
    border     : 1px solid #d9e2eb;
    height     : 55px !important;
    line-height: 55px !important;
    color      : #84a7c9;
}

.content-left textarea {
    font-size  : 16px;
    line-height: 22px;
    border     : 1px solid #d9e2eb;
    max-width  : 540px;
    color      : #84a7c9;
}

.content-left input::-webkit-input-placeholder {
    color: #84a7c9;
}

.content-left textarea::-webkit-input-placeholder {
    color: #84a7c9;
}

.content-left .input-group-addon {
    background: #d9e2eb;
}

.content-left .input-group {
    margin-bottom: 20px;
}

.content-left a {
    font-size     : 30px;
    line-height   : 36px;
    font-weight   : bold;
    color         : #fff;
    padding       : 15px 0px;
    display       : block;
    border-radius : 5px;
    text-transform: uppercase;
    text-align    : center;
    width         : 70%;
    margin        : 20px auto;
    background    : #b3161f;
    background    : -moz-linear-gradient(top, #b3161f 0%, #e2202b 100%);
    background    : -webkit-linear-gradient(top, #b3161f 0%, #e2202b 100%);
    background    : linear-gradient(to bottom, #b3161f 0%, #e2202b 100%);
    filter        : progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3161f', endColorstr='#e2202b', GradientType=0);
}

.content-left a:hover {
    background: #003b75;
    background: -moz-linear-gradient(top, #003b75 0%, #003489 100%);
    background: -webkit-linear-gradient(top, #003b75 0%, #003489 100%);
    background: linear-gradient(to bottom, #003b75 0%, #003489 100%);
    filter    : progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b75', endColorstr='#003489', GradientType=0);
}

.content-right {}

.content-right .map {}

.content-right .map iframe {
    width: 100%;
}

.about-us {
    padding-top: 20px;
}

.about-us h1 {
    margin-top: 0;
}

.about-us h3 {
    font-weight: bold;
    margin-top : 0;
    font-size  : 18px;
}

.about-us p.text {
    font-size: 16px;
}

.about-us p i {
    color    : #003b75;
    font-size: 24px;
}

.about-us .mt {
    margin-top: 20px;
    background: #f5f5f5;
    padding   : 20px;
}

.panel-heading a {
    color      : #337ab7;
    font-weight: 900;
}

.panel-heading a:hover {
    color          : #003b75;
    text-decoration: underline;
}

.akordian {}

.akordian .size-box {
    background-color: #FFF;
    overflow        : hidden;
    border          : 1px solid #DADADA;
    padding         : 10px;
    margin-bottom   : 10px;
}

.akordian .size-box h4 {
    color         : #000;
    font-size     : 20px;
    margin-top    : 5px;
    text-align    : center;
    text-transform: uppercase;
    font-weight   : bold;
}

.akordian .size-box span {
    border-top : 1px solid #DADADA;
    color      : #646464;
    line-height: 37px;
    font-size  : 16px;
    text-align : center;
    display    : block;
}

.akordian .size-box span:hover {
    color          : #003b75;
    text-decoration: underline;
}

.series-nobg {
    background: none;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow   : none;
    border-color : #EEEEEE;
}

.panel-default>.panel-heading {
    border-radius: 0;
    color        : #212121;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display        : block;
    padding        : 15px;
    text-decoration: none;
    color          : #337ab7;
    font-weight    : 900;
}

.panel-title>a:hover {
    text-decoration: underline;
}

.more-less {
    float: right;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

.panel-body .make-box {
    background        : #fff;
    border-bottom     : 2px solid #c2c2c2;
    padding           : 25px 0;
    margin-bottom     : 15px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow   : 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow        : 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    min-height        : 332px;
}

.panel-body .make-box .car-detl {
    font-size    : 18px;
    line-height  : 24px;
    color        : #201e1e;
    text-align   : center;
    margin-bottom: 10px;
    min-height   : 48px;
}

.panel-body .make-box .car-detl a {
    color      : #201e1e;
    font-weight: bold;
}

.panel-body .make-box .car-detl a:hover {
    color          : #23527c;
    text-decoration: underline;
}

.panel-body .make-box .car-det {
    font-size  : 16px;
    line-height: 22px;
    color      : #201e1e;
}

.panel-body .make-box .btn-table {
    margin-top: 20px;
}

.panel-body .make-box .btn-table button {
    background   : #fc2626;
    border-radius: 5px;
    width        : 90% !important;
    border       : 1px solid #fc2626;
}

.panel-body .make-box .btn-table button:hover {
    background: #002744;
    border    : 1px solid #002744;
}

.privacy {}

.privacy h1 {
    color: #323232;
}

.terms {}

.terms li {
    padding-left: 20px;
    margin-left : 20px;
}

.terms h1 {
    color: #323232;
}

.para_align p {
    text-align  : justify;
    text-justify: inter-word;
}

.thanks {
    padding   : 20px;
    background: #006e5e;
    color     : white;
    margin    : 20px;
}

#footer {}

#footer .footer-top {
    background: #333;
    padding   : 20px 0;
}

#footer .footer-top .navigation ul {}

#footer .footer-top .navigation li {
    padding     : 0 7px;
    border-right: 2px solid #fff;
    list-style  : none;
}

#footer .footer-top .navigation li:last-child {
    border: none;
}

#footer .footer-top .navigation li a {
    color      : #fff;
    font-size  : 16px;
    line-height: 22px;
}

#footer .footer-top .navigation li a:hover {
    text-decoration: underline;
}

#footer .footer-top p.info {
    color      : #fff;
    font-size  : 16px;
    line-height: 22px;
}

#footer .footer-top span {
    color      : #fff;
    font-size  : 16px;
    line-height: 22px;
    font-weight: bold;
    display    : block;
}

#footer .footer-top ul li {
    list-style: none;
    display   : inline;
    padding   : 0 10px;
}

#footer .footer-top ul li img {
    -webkit-filter: grayscale(1);
}

#footer .footer-top ul li img:hover {
    -webkit-filter: grayscale(0);
}

#footer .footer-bottom {
    background: #1a1a1a;
    padding   : 10px 0;
}

#footer .footer-bottom span {
    font-size  : 16px;
    line-height: 22px;
    color      : #fff;
}

#footer .footer-bottom ul li {
    list-style  : none;
    display     : inline;
    border-right: 1px solid #fff;
    padding     : 0 10px;
}

#footer .footer-bottom ul li:last-child {
    border: none;
}

#footer .footer-bottom ul li a {
    font-size  : 16px;
    line-height: 22px;
    color      : #fff;
}

#footer .footer-bottom ul li a:hover {
    text-decoration: underline;
}

.expand-make {
    display: none;
}

.expand-service {
    display: none;
}

.cur-poit {
    cursor: pointer
}

.series-nobg {
    background: none;
    padding   : 0;
}

#model_outer .select2-container--default .select2-selection--single {
    background-image: none !important;
    text-indent     : 0;
    background-color: #e3e3e3 !important;
}

#model_outer .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

#model_outer .select2-container--default .select2-selection--single {
    height     : 35px !important;
    line-height: 65px !important;
}

#model_outer .select2-container--default .select2-selection--single .select2-selection__arrow {
    height  : initial;
    position: absolute;
    top     : 1px;
    right   : 1px;
    width   : 20px;
}

#model_outer .form-group:before {
    top: 3px !important;
}

/*series page box height issue resolve using this */
.mh125 {
    min-height: 125px;
}

/*end series page3 box issue*/
.about p a {
    text-decoration: underline;
}

.service-repair .service-box.mh100 {
    min-height: 100px;
}

.fixed-top {
    position: fixed;
    top     : 0;
    right   : 0;
    left    : 0;
    z-index : 99999;
}

.box_outer {
    background-color: rgba(0, 28, 105, 0.8);
}

.empty {}



/***************blog styling starts from here*******************/

.banner {
    background             : url("../images/banner.png");
    -webkit-background-size: cover;
    -moz-background-size   : cover;
    -o-background-size     : cover;
    background-size        : cover;
    background-repeat      : no-repeat;
    background-position    : 0 47%;
}

.banner h1 {
    margin     : 0;
    text-shadow: 0 2px 9px rgba(0, 0, 0, .77);
    color      : #fff;
    text-align : center;
}

.blog-comment {
    margin-left: 20px;
    margin-top : 8px;
}

.time-comment {
    padding: 10px 0;
}

.pagination {
    text-align: center;
    display   : block;
}

.pagination ul li {
    list-style: none;
    display   : inline;
}

.pagination ul li a {
    border         : 2px solid #006E5E;
    display        : inline-block;
    padding        : 4px 12px;
    text-decoration: none;
    color          : #006E5E;
}

.pagination ul li a:hover {
    background-color: #006E5E;
    color           : #fff;
}

.tag-links {
    font-family: georgia;
    font-size  : 14px;
    font-style : italic;
}

#author,
#email,
#url {
    background   : none repeat scroll 0 0 #ffffff;
    border       : 1px solid #999;
    color        : #999;
    font-size    : 16px;
    padding      : 10px;
    width        : 100%;
    display      : block;
    border-radius: 7px;
}

#comment {
    background    : none repeat scroll 0 0 #ffffff;
    border-bottom : 1px solid #ccc;
    border        : 1px solid #999;
    font-size     : 16px;
    padding       : 10px;
    vertical-align: middle;
    width         : 100%;
}

#submit {
    background    : #ffe400;
    border-radius : 8px;
    color         : #000;
    font-size     : 20px;
    line-height   : 26px;
    font-weight   : bold;
    cursor        : pointer;
    text-align    : center;
    text-transform: capitalize;
    margin        : 0 0 20px 0;
    padding       : 10px;
}

#submit:hover {
    background: #4F82D7;
    color     : #fff;
}

.txt-box strong a {
    color: #00F;
}

.txt-box a {
    color: #00F;
}

.tag-links a {
    color: #05346F !important;
}

#comments-title {
    color        : #323232;
    font-size    : 20px;
    margin-bottom: 10px;
    margin-top   : 10px;
}

.fn {
    color    : #323232;
    font-size: 18px;
}

.says {
    color    : #323232;
    font-size: 18px;
}

.comment-reply-link {
    color          : #000;
    font-size      : 16px;
    text-decoration: underline;
}

.comment-meta {
    width: 687px;
}

.comment-meta a {
    color    : #000;
    font-size: 16px;
}

.comment-body p {
    font-size : 14px;
    text-align: justify;
    width     : 700px;
    margin-top: 10px;
}

.main-heading {
    background    : url("../images/blur.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius : 50px;
    color         : #012556;
    font-family   : Arial, Helvetica, sans-serif;
    font-size     : 30px;
    font-weight   : bold;
    margin-bottom : 10px;
    margin-top    : 5px;
    padding-bottom: 5px;
    padding-top   : 5px;
    text-align    : center;
}

.wp-caption-text {
    font-size  : 14px !important;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-style : italic !important;
}

#commentform label {
    display: inline-block;
    width  : 33%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 33.33%;
}

.comment-form-email,
.comment-form-url {
    padding-left: 1px !important;
}

.car-img {
    padding: 10px 0;
}

.posting img {
    width : 100% !important;
    height: auto !important;
}

.larg img {
    width : 100% !important;
    height: auto;
    margin: 0 0 10px;
}

/*Blog styling starts from here*/
.blog-wrapper a strong {
    color: #00f;
}

.blog-wrapper {
    width  : 1230px;
    margin : 0 auto;
    padding: 30px 0 0 0;
}

.blog-wrapper h1 {
    font-size  : 26px;
    line-height: 34px;
    font-weight: bold;
    margin     : 20px 0 0 0;
    text-align : left;
}

.blog-wrapper h2 {
    font-size  : 24px;
    line-height: 30px;
    font-weight: bold;
    margin     : 10px 0;
    text-align : left;
}

.blog-wrapper h3 {
    font-size  : 22px;
    line-height: 28px;
    font-weight: bold;
    margin     : 10px 0;
    text-align : left;
}

.blog-wrapper h4 {
    font-size  : 21px;
    line-height: 27px;
    font-weight: bold;
    margin     : 10px 0;
    text-align : left;
}

.blog-wrapper h5 {
    font-size  : 20px;
    line-height: 26px;
    font-weight: bold;
    margin     : 10px 0;
    text-align : left;
}

.blog-wrapper h6 {
    font-size  : 19px;
    line-height: 25px;
    font-weight: bold;
    margin     : 10px 0;
    text-align : left;
}

.blog-wrapper p {
    text-align: justify;
    padding   : 10px 0 0 0;
}

.blog-wrapper p img {
    width: 100%;
}

.blog-heading {
    font-size  : 30px;
    line-height: 36px;
    font-weight: bold;
    color      : #323232;
}

.blog-heading:after {
    position        : absolute;
    top             : 0;
    left            : -3px;
    width           : 5px;
    height          : 100%;
    background-color: #999;
    content         : '';
    transition      : all 0.3s;
}

.blog-heading a {
    color: #323232;
}

.audi-date-comment {
    display: inline-block;
    margin : 5px 0;
}

.audi-date-comment ul {
    display: inline-block;
    margin : 0;
    padding: 0;
}

.audi-date-comment ul li {
    display   : inline;
    list-style: outside none none;
    margin    : 0 10px 0 0;
    padding   : 0 10px 0 0;
    position  : relative;
}

.audi-date-comment ul li i {
    color: #000;
}


.blog-date {
    color      : #003B75;
    font-size  : 15px;
    line-height: 21px;
    font-weight: bold;
}

.comment-txt {
    display    : inline-block;
    float      : right;
    font-size  : 16px;
    line-height: 22px;
    margin     : 5px 0;
    text-align : right;
}


.read-more {
    display         : inline-block;
    padding         : 6px 12px 6px 12px;
    margin          : 5px 0;
    font-size       : 14px;
    font-weight     : 500;
    color           : #555;
    vertical-align  : top;
    border          : 1px solid #eee;
    background-color: #fff;
    text-transform  : uppercase;
}

.read-more:hover {
    color     : #fff;
    background: #006E5E;
}

.read-more-effect {
    position: relative;
    overflow: hidden;
    z-index : 1;
}

.social-comment {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors  : none;
    -moz-border-right-colors : none;
    -moz-border-top-colors   : none;
    border-color             : #ddd -moz-use-text-color;
    border-image             : none;
    border-style             : solid none;
    border-width             : 1px 0;
    color                    : #919191;
    margin                   : 0;
    padding                  : 5px 0;
    text-align               : right;
}

.post-social {
    display: block;
    padding: 5px 0
}

.post-social ul {
    padding: 0;
    margin : 0;
    display: inline-block;
}

.post-social ul li {
    display: inline;
    padding: 0 2px;

}

.post-social ul li img {
    width: 26px;
}

.fa.fa-facebook-square.fa-2x {
    color: #3b5999;
}

.fa.fa-twitter-square.fa-2x {
    color: #55acee;
}

.fa.fa-google-plus-square.fa-2x {
    color: #dd4b39;
}

.fa.fa-pinterest-square.fa-2x {
    color: #bd081c;
}

/*Blog styling starts ends*/


.blog-bg {
    position     : relative;
    padding      : 20px;
    background   : #fff;
    transition   : all 0.3s;
    margin-bottom: 20px;
    box-shadow   : 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* Sidebar Styling*/
.categories {}

.category-heading {
    font-size  : 24px;
    line-height: 30px;
    display    : block;
    text-align : center;
    padding    : 10px 0;
    color      : #000;
}

.category-list {
    font-size    : 17px;
    line-height  : 23px;
    padding      : 5px 0 5px;
    border-bottom: 1px solid #ddd;
    text-align   : center;
    color        : #05346F;
    display      : block;
}

.aside-style {
    position      : relative;
    margin-top    : 0;
    font-weight   : 700;
    color         : #222;
    text-transform: uppercase;
    clear         : both;
}

.aside-style:before {
    position        : absolute;
    top             : 14px;
    left            : -5px;
    width           : 4px;
    height          : 25px;
    background-color: #999;
    content         : '';
}

/* Sidebar Styling*/
.wp-caption {
    width: 100% !important;
}

.wp-caption img {
    width : 100%;
    height: auto !important;
}

.new-box h1 {
    color: #000;
}

.new-box ul {
    margin-left: 20px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }

    .nav>li>a {
        padding: 10px 14px;
    }

    .banner {
        background-position: 36% 0 !important;
    }

    .widget-box p {
        font-size: 16px;
    }

    .widget-box-form .form-group select {
        font-size: 10px;
    }

    .widget-box-form a.get-quote {
        font-size: 15px;
    }

    .reviews .review-box p {
        font-size  : 16px;
        line-height: 22px;
    }

    .reviews .review-box span {
        font-size  : 14px;
        line-height: 20px;
    }

    .akordian .size-box h4 {
        font-size: 16px;
    }

    .contact-form .contact-header span {
        font-size  : 15px;
        line-height: 21px;
    }

    .signup-form .signup-form-inner a {
        font-size  : 24px;
        line-height: 30px;
    }

    .signup-banner h1 {
        font-size  : 30px;
        line-height: 36px;
    }

    .about-us p {
        font-size  : 16px;
        line-height: 22px;
    }

    .part .part_inner .make-left-part span {
        font-size  : 18px;
        line-height: 24px;
    }

    .part .part_inner .make-right-part span {
        font-size  : 18px;
        line-height: 24px;
    }

    .signup-form .signup-form-inner .left-signup p {
        font-size  : 14px;
        line-height: 20px;
    }

    .signup-form .signup-form-inner .left-signup a {
        font-size  : 14px;
        line-height: 20px;
        cursor     : pointer;
    }

    .signup-form .signup-form-inner .right-signup a {
        font-size  : 22px;
        line-height: 28px;
    }

    .signup-form .signup-form-inner p {
        font-size  : 16px;
        line-height: 22px;
    }

}

@media screen and (min-width:768px) and (max-width:991px) {
    header .navbar-default {
        margin-top: 0;
        min-height: 0;
    }

    #header .header_inner .col-sm-4 {
        width: 25%;
    }

    .header_inner {
        background: 0 0;
    }

    #header .header_inner .col-sm-8 {
        width: 75%;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }

    .logo img {
        width: 225px;
    }

    .nav>li>a {
        padding: 10px 6px;
    }

    .cta-v1 {
        font-size: 20px;
    }

    .banner {
        background-position: 27% 0 !important;
    }

    .widget-box a.cta {
        font-size: 26px;
    }

    .widget-box-form a.get-quote {
        text-align: center;
    }

    .widget-box p {
        font-size  : 14px;
        line-height: 20px;
    }

    .reviews .review-box p {
        font-size  : 14px;
        line-height: 20px;
    }

    h1 {
        font-size  : 34px;
        line-height: 40px;
    }

    #header {
        background-image: none;
        background      : #fefefe;
        background      : -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 100%);
        background      : -webkit-linear-gradient(top, #fefefe 0%, #dbdbdb 100%);
        background      : linear-gradient(to bottom, #fefefe 0%, #dbdbdb 100%);
        filter          : progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0);
    }

    .header_inner {
        background: none;
    }

    .car-make .car-box img {
        width: 100%;
    }

    p {
        font-size  : 16px;
        text-align : justify;
        line-height: 22px;
    }

    h2 {
        font-size  : 30px;
        line-height: 36px;
    }

    .apex-mot .col-sm-6 .apex-mot-box>.col-xs-2 {
        display: none;
    }

    .car-make .car-box .text-box h3 {
        font-size  : 18px;
        line-height: 24px;
    }

    .car-make a.view-all {
        font-size  : 20px;
        line-height: 26px;
    }

    .apex-mot .apex-mot-box h3 {
        font-size  : 18px;
        line-height: 24px;
    }

    .signup-banner h1 {
        font-size  : 22px;
        line-height: 28px;
    }

    .signup-form .signup-form-inner a {
        font-size  : 16px;
        line-height: 22px;
    }

    .signup-form .signup-form-inner p {
        font-size  : 18px;
        line-height: 24px;
    }

    .signup-form .signup-form-inner .left-signup a {
        margin-bottom: 5px;
    }

    .signup-form .signup-form-inner .right-signup a {
        font-size  : 14px;
        line-height: 20px;
    }

    .signup-form .signup-form-inner .left-signup .form-group label {
        font-size  : 20px;
        line-height: 26px;
        font-weight: 200;
    }

    .terms p,
    .terms li {
        font-size  : 18px;
        line-height: 24px;
    }

    .terms h3 {
        font-size  : 18px;
        line-height: 24px;
        font-weight: bold;
    }

    .part .part_inner .make-left-part span {
        font-size  : 12px;
        line-height: 18px;
    }

    .part .part_inner .make-right-part span {
        font-size  : 12px;
        line-height: 18px;
    }

    .car .view-price a {
        font-size  : 22px;
        line-height: 28px;
    }

    #footer .footer-top .navigation li a {
        font-size  : 12px;
        line-height: 18px;
    }

    #footer .footer-bottom span {
        font-size  : 14px;
        line-height: 20px;
    }

    .service-repair .service-box span {
        font-size  : 18px;
        line-height: 24px;
    }

    #footer .footer-top p.info {
        font-size  : 14px;
        line-height: 20px;
    }

    .contact-form .contact-header span {
        font-size  : 18px;
        line-height: 0px;
        color      : #001a33;
    }

    .car-box-hover ul li a {
        font-size  : 14px;
        line-height: 20px;
    }

    .car-box-hover {
        padding: 10px;
    }

    .car-box-hover ul li {
        padding: 1px 0;
    }

    .we-offer .image-box .text h3 {
        font-size  : 20px;
        line-height: 26px;
    }
}

@media screen and (min-width:577px) and (max-width:767px) {
    #header {
        background: #fefefe;
        background: -moz-linear-gradient(top, #fefefe 0, #dbdbdb 100%);
        background: -webkit-linear-gradient(top, #fefefe 0, #dbdbdb 100%);
        background: linear-gradient(to bottom, #fefefe 0, #dbdbdb 100%);
        filter    : progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0);
    }

    header .list-inline .list-inline-item a {
        font-size  : 19px;
        line-height: 25px;
        font-weight: normal !important;
        padding    : 5px !important;
    }

    header .phone_img {
        margin-top: 12px;
    }

    header .navbar {
        min-height: 0;
    }

    header .navbar-default .navbar-toggle {
        margin-top   : 0;
        margin-right : 0;
        margin-bottom: 0;
    }

    header .navbar-default {
        margin-top: 0;
    }

    .header_inner {
        background: 0 0;
    }

    .navbar-nav {
        text-align: left;
    }

    .nav>li {
        border-bottom: 1px solid #ccc;
    }

    .we-offer .image-box .text h3 {
        font-size  : 20px;
        line-height: 26px;
    }

    h1 {
        font-size  : 30px;
        line-height: 36px;
    }

    .widget .col-xs-6 {
        width: 100%;
    }

    .widget-box-form a.get-quote {
        font-size : 18px;
        text-align: center;
    }

    .widget .widget-box {
        margin: auto;
        width : 80%;
    }

    .reviews .r-img img {
        margin: 10px auto;
    }

    h2 {
        font-size  : 28px;
        line-height: 34px;
    }

    .about img {
        display: none;
    }

    p {
        font-size  : 16px;
        line-height: 22px;
        text-align : justify;
    }

    .contact-form .contact-header span {
        font-size  : 14px;
        line-height: 20px;
    }

    .contact-form .contact-header span.middle {
        font-size  : 20px;
        line-height: 26px;
    }

    .content-left a {
        font-size  : 18px;
        line-height: 24px;
        padding    : 14px 10px;
        width      : 100%;
    }

    .carousel .carousel-inner .item .thumbnails>li:last-child,
    .carousel .carousel-inner .item .thumbnails>li:nth-child(n+3) {
        display: none;
    }

    .car-make .car-box .text-box h3 {
        font-size  : 18px;
        line-height: 24px;
    }

    .signup-banner h1 {
        font-size  : 20px;
        line-height: 26px;
    }

    .signup-form .signup-form-inner a {
        font-size  : 12px;
        line-height: 18px;
        padding    : 12px 0;
    }

    .signup-form .signup-form-inner p {
        font-size  : 16px;
        line-height: 22px;
        color      : #000;
    }

    .terms p,
    .terms li {
        font-size  : 16px;
        line-height: 22px;
    }

    .terms h3 {
        font-size  : 16px;
        line-height: 22px;
        font-weight: bold;
    }

    .part .part_inner .view-price a {
        font-size  : 20px;
        line-height: 26px;
    }

    .part .part_inner {
        border: none;
    }

    .about-us img {
        width: 100%;
    }

    .about-us .mt .col-xs-6 {
        margin-bottom: 10px;
    }

    .car .view-price a {
        font-size  : 16px;
        line-height: 22px;
    }

    .signup-form .signup-form-inner .left-signup .form-group label {
        font-size  : 20px;
        line-height: 26px;
        font-weight: 200;
    }

    .pad-zero {
        padding: 0;
    }

    #footer .footer-top .navigation li a {
        font-size  : 14px;
        line-height: 20px;
    }

    #footer .footer-top .col-xs-12 {
        text-align: center;
    }

    #footer .footer-top p.info {
        text-align: center;
    }

    #footer .footer-bottom .col-xs-12 {
        text-align   : center;
        margin-bottom: 5px;
    }

    .service-repair .service-box span {
        font-size  : 16px;
        line-height: 20px;
    }

    .we-offer .image-box {
        margin-bottom: 10px;
    }

    .about-us p.text {
        margin-top: 20px;
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    #header {
        background: #fefefe;
        background: -moz-linear-gradient(top, #fefefe 0, #dbdbdb 100%);
        background: -webkit-linear-gradient(top, #fefefe 0, #dbdbdb 100%);
        background: linear-gradient(to bottom, #fefefe 0, #dbdbdb 100%);
        filter    : progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0);
    }

    header .navbar-default .navbar-nav>li>a {
        font-size    : 14px;
        line-height  : 20px;
        padding-left : 0;
        padding-right: 0;
    }

    header .list-inline .list-inline-item a {
        font-size  : 15px;
        line-height: 21px;
        font-weight: normal !important;
        padding    : 5px !important;
    }

    header .phone_img {
        margin-top: 12px;
    }

    header .navbar {
        min-height: 0;
    }

    header .navbar-default {
        margin-top: 0;
    }

    header .navbar-default .navbar-toggle {
        margin-top   : 0;
        margin-right : 0;
        margin-bottom: 0;
    }

    .header_inner {
        background: 0 0;
    }

    .navbar-nav {
        text-align: left;
    }

    .nav>li {
        border-bottom: 1px solid #ccc;
    }

    h1 {
        font-size  : 24px;
        line-height: 30px;
    }

    .widget-box p {
        font-size: 15px;
    }

    .widget-box-form .col-xs-4 {
        width: 50%
    }

    .widget .col-xs-6 {
        width: 100%;
    }

    .widget-box-form a.get-quote {
        font-size : 18px;
        text-align: center;
    }

    .reviews .r-img img {
        margin: 10px auto;
    }

    h2 {
        font-size  : 24px;
        line-height: 30px;
    }

    .make .col-xs-6 {
        width: 100%;
    }

    .panel-body .col-xs-6 {
        width: 100%;
    }

    .about img {
        display: none;
    }

    .about-us img {
        width: 100%;
    }

    .about-us .mt .col-xs-6 {
        width: 100%;
    }

    p {
        font-size  : 16px;
        line-height: 22px;
        text-align : justify;
    }

    .apex-mot .col-xs-12 .apex-mot-box>.col-xs-2 {
        width: 25%;
    }

    .apex-mot .col-xs-12 .apex-mot-box>.col-xs-10 {
        width: 75%;
    }

    .apex-mot .apex-mot-box h3 {
        font-size  : 18px;
        line-height: 24px;
    }

    .apex-mot .apex-mot-box p {
        font-size  : 14px;
        line-height: 20px;
        text-align : justify;
    }

    .contact-header .col-xs-6 {
        width: 100%;
    }

    .contact-content .col-xs-6 {
        width: 100%;
    }

    .carousel .carousel-inner .item .thumbnails>li:last-child,
    .carousel .carousel-inner .item .thumbnails>li:nth-child(n+3) {
        display: none;
    }

    .car-make .car-box .text-box h3 {
        font-size  : 14px;
        line-height: 20px;
    }

    .signup-banner h1 {
        font-size  : 16px;
        line-height: 22px;
    }

    .signup-form .signup-form-inner span {
        font-size  : 22px;
        line-height: 28px;
    }

    /*.signup-form-inner .col-xs-6{width:100%;}*/
    .signup-form-inner .col-xs-4 {
        width: 100%;
    }

    .signup-form .signup-form-inner .left-signup a {
        margin-bottom: 5px;
    }

    .signup-form .signup-form-inner .confirm span {
        font-size  : 22px;
        line-height: 28px;
    }

    .signup-form .signup-form-inner .left-signup .form-group label {
        font-size  : 18px;
        line-height: 24px;
        font-weight: 200;
    }

    .pad-zero {
        padding: 0;
    }

    .signup-form-inner .col-xs-4>.col-xs-6 {
        width: 50%;
    }

    .signup-form-inner .col-xs-8 {
        width: 100%;
    }

    .signup-form .signup-form-inner p {
        font-size  : 17px;
        line-height: 23px;
    }

    .terms p,
    .terms li {
        font-size  : 16px;
        line-height: 22px;
    }

    .terms h3 {
        font-size  : 16px;
        line-height: 22px;
        font-weight: bold;
    }

    .part .part_inner .make-left-part span {
        font-size  : 14px;
        line-height: 20px;
    }

    .part .part_inner .make-right-part span {
        font-size  : 14px;
        line-height: 20px;
    }

    .part .part_inner .col-xs-4 {
        width: 100%;
    }

    .part .part_inner {
        border: none;
    }

    .car .cta-car .col-xs-4 {
        width: 100%;
    }

    .car .view-price a {
        font-size  : 16px;
        line-height: 22px;
    }

    #footer .footer-top .navigation li a {
        color      : #fff;
        font-size  : 11px;
        line-height: 17px;
    }

    #footer .footer-top p.info {
        font-size  : 14px;
        line-height: 20px;
    }

    #footer .footer-top .col-xs-12 {
        text-align: center;
    }

    #footer .footer-top p.info {
        text-align: center;
    }

    #footer .footer-bottom .col-xs-12 {
        text-align   : center;
        margin-bottom: 5px;
    }

    .signup-form .signup-form-inner .left-signup p {
        font-size  : 16px;
        line-height: 22px;
    }

    .service-repair .col-xs-6 {
        width: 100%;
    }

    .service-repair .service-box span {
        font-size  : 18px;
        line-height: 24px;
    }

    .we-offer .col-xs-6 {
        width: 100%;
    }

    .we-offer .image-box img {
        width: 100%;
    }

    .we-offer .image-box {
        margin-bottom: 10px;
    }

    .about-us p.text {
        margin-top: 20px;
    }

    .about-us h3 {
        margin-top: 10px !important;
    }

    .car .col-xs-6,
    .car .cta-car .col-xs-4,
    .et_sticky .wdth-100,
    .part .part_inner .col-xs-4,
    .signup-form-inner .col-xs-8 {
        width: 100%;
    }
}

@media screen and (min-width:320px) and (max-width:479px) {
    #header {
        background: #fefefe;
        background: -moz-linear-gradient(top, #fefefe 0, #dbdbdb 100%);
        background: -webkit-linear-gradient(top, #fefefe 0, #dbdbdb 100%);
        background: linear-gradient(to bottom, #fefefe 0, #dbdbdb 100%);
        filter    : progid: DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0);
    }

    header .phone_img .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

    header .phone_img {
        text-align: center;
    }

    header .col-xs-4 .logo img {
        width: 135px;
    }

    header .col-xs-4,
    header .col-xs-8 {
        width     : 100%;
        text-align: left;
    }

    header .list-inline .list-inline-item {
        width: calc(50% - 10px);
    }

    header .navbar-default .navbar-nav>li>a {
        font-size    : 14px;
        line-height  : 20px;
        padding-left : 0;
        padding-right: 0;
    }

    header .list-inline .list-inline-item a {
        font-size  : 16px;
        line-height: 22px;
        font-weight: normal !important;
        padding    : 5px !important;
    }

    header .col-xs-4,
    header .col-xs-8,
    header .list-inline>li {
        padding-left : 0;
        padding-right: 0;
    }

    header .phone_img {
        margin-top: 8px;
    }

    header .navbar {
        min-height: 0;
    }

    header .navbar-default {
        margin-top: 0;
    }

    header .navbar-default .navbar-toggle {
        margin-top   : 0;
        margin-right : 0;
        margin-bottom: 0;
        z-index      : 99999;
        position     : absolute;
        top          : -85px;
        right        : -9px;
    }

    .header_inner {
        background: 0 0;
    }

    .navbar-nav {
        text-align: left;
    }

    .nav>li {
        border-bottom: 1px solid #ccc;
    }

    .cta-v1 {
        font-size  : 18px;
        line-height: 24px;
    }

    h1 {
        font-size  : 16px;
        line-height: 22px;
    }

    .widget-box a.cta {
        font-size  : 18px;
        line-height: 24px;
    }

    .widget-box p {
        font-size: 15px;
    }

    .widget-box-form .col-xs-4 {
        width: 100%
    }

    .reviews .r-img img {
        margin: 10px auto;
    }

    .reviews .col-lg-9>.col-xs-6 {
        width        : 100%;
        margin-bottom: 10px;
    }

    .main_input input {
        min-height     : 59px;
        font-size      : 20px;
        background-size: contain;
    }

    .widget-box-form {
        top: 15px;
    }

    .widget .col-xs-6 {
        width: 100%;
    }

    .widget-box-form a.get-quote {
        font-size : 18px;
        text-align: center;
    }

    .carousel .carousel-inner .item .thumbnails>li:last-child,
    .carousel .carousel-inner .item .thumbnails>li:nth-child(n+3) {
        display: none;
    }

    .car-make .car-box .text-box h3 {
        font-size  : 14px;
        line-height: 20px;
    }

    h2 {
        font-size  : 20px;
        line-height: 26px;
    }

    .about-us img {
        width: 100%;
    }

    .about-us .mt .col-xs-6 {
        width: 100%;
    }

    .car-make .col-xs-6 {
        width: 100%;
    }

    .make .col-xs-6 {
        width: 100%;
    }

    p {
        font-size  : 14px;
        line-height: 20px;
        text-align : justify;
    }

    .apex-mot .col-xs-12 .apex-mot-box>.col-xs-2 {
        width  : 100%;
        display: none;
    }

    .apex-mot .col-xs-12 .apex-mot-box>.col-xs-10 {
        width: 100%;
    }

    .apex-mot .apex-mot-box h3 {
        font-size  : 16px;
        line-height: 22px;
    }

    .apex-mot .apex-mot-box p {
        font-size  : 14px;
        line-height: 20px;
        text-align : justify;
    }

    .panel-body .col-xs-6 {
        width: 100%;
    }

    .akordian .size-box h4 {
        font-size: 16px;
    }

    .contact-form .contact-header span.middle {
        font-size  : 20px;
        line-height: 26px;
    }

    .contact-form .contact-header span {
        font-size  : 13px;
        line-height: 19px;
    }

    .content-left a {
        font-size  : 20px;
        line-height: 26px;
        width      : 100%;
    }

    .contact-header .col-xs-6 {
        width: 100%;
    }

    .contact-content .col-xs-6 {
        width: 100%;
    }

    .signup-banner h1 {
        font-size  : 14px;
        line-height: 20px;
    }

    .signup-form .signup-form-inner span {
        font-size  : 14px;
        line-height: 20px;
    }

    /*.signup-form-inner .col-xs-6{width:100%;}*/
    .signup-form-inner .col-xs-4 {
        width: 100%;
    }

    .signup-form-inner .col-xs-4>.col-xs-6 {
        width: 50%;
    }

    .signup-form-inner .col-xs-8 {
        width: 100%;
    }

    .signup-form .signup-form-inner p {
        font-size  : 14px;
        line-height: 20px;
    }

    .signup-form .signup-form-inner a {
        font-size  : 20px;
        line-height: 26px;
    }

    .terms p,
    .terms li {
        font-size  : 14px;
        line-height: 20px;
    }

    .terms h3 {
        font-size  : 14px;
        line-height: 20px;
        font-weight: bold;
    }

    .part .part_inner .make-left-part span {
        font-size  : 10px;
        line-height: 16px;
    }

    .part .part_inner .make-right-part span {
        font-size  : 10px;
        line-height: 16px;
    }

    .part .part_inner .col-xs-4 {
        width: 100%;
    }

    .part .part_inner {
        border: none;
    }

    .car .col-xs-6 {
        width: 100%;
    }

    .car .engine-code-box span {
        font-size  : 16px;
        line-height: 22px;
    }

    .car .view-price a {
        font-size  : 16px;
        line-height: 22px;
    }

    .car .cta-car .col-xs-4 {
        width: 100%;
    }

    #footer .footer-top .navigation li {
        padding: 0 4px;
    }

    #footer .footer-top .navigation li a {
        color      : #fff;
        font-size  : 14px;
        line-height: 35px;
    }

    #footer .footer-top p.info {
        font-size  : 14px;
        line-height: 20px;
    }

    #footer .footer-top .col-xs-12 {
        text-align: center;
    }

    #footer .footer-top p.info {
        text-align: center;
    }

    #footer .footer-bottom .col-xs-12 {
        text-align   : center;
        margin-bottom: 5px;
    }

    #footer .footer-bottom span {
        font-size  : 14px;
        line-height: 20px;
    }

    #footer .footer-bottom ul li a {
        font-size  : 14px;
        line-height: 20px;
    }

    .main-signup {
        padding: 0px;
    }

    .signup-form .signup-form-inner .confirm span {
        font-size  : 18px;
        line-height: 24px;
    }

    .signup-form .signup-form-inner .left-signup a {
        margin-bottom: 5px;
    }

    .signup-form .signup-form-inner .left-signup .form-group label {
        font-size  : 18px;
        line-height: 24px;
    }

    .signup-form .signup-form-inner .right-signup a {
        font-size  : 16px;
        line-height: 22px;
    }

    .signup-form .signup-form-inner .left-signup p {
        font-size  : 14px;
        line-height: 20px;
    }

    .pad-zero {
        padding: 0;
    }

    .service-repair .col-xs-6 {
        width: 100%;
    }

    .service-repair .service-box span {
        font-size  : 16px;
        line-height: 22px;
    }

    .service-repair a.view-all-services {
        font-size  : 18px;
        line-height: 24px;
    }

    .we-offer .col-xs-6 {
        width: 100%;
    }

    .we-offer .image-box img {
        width: 100%;
    }

    .we-offer .image-box {
        margin-bottom: 10px;
    }

    .about-us p.text {
        margin-top: 20px;
    }

    .about-us h3 {
        margin-top: 10px !important;
    }

    .car .col-xs-6,
    .car .cta-car .col-xs-4,
    .et_sticky .wdth-100,
    .part .part_inner .col-xs-4,
    .signup-form-inner .col-xs-8 {
        width: 100%;
    }
}

@media screen and (max-width:1170px) {

    .container {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {

    .blog-wrapper {
        width: 100%;
    }
}

@media screen and (max-width:980px) {
    .container {
        width: 100%;
    }

    h1 {
        font-size  : 30px;
        line-height: 36px;
        padding    : 20px 0 0;
    }
}

@media screen and (max-width:736px) {
    .centered-logos {
        text-align: center;
    }
}

@media screen and (max-width:480px) {
    .blog-wrapper h2 {
        font-size  : 22px;
        line-height: 28px;
        margin     : 5px 0;
    }

    .blog-wrapper h3 {
        font-size  : 21px;
        line-height: 27px;
        margin     : 5px 0;
    }

    .blog-wrapper h4 {
        font-size  : 20px;
        line-height: 26px;
        margin     : 5px 0;
    }

    .blog-wrapper h5 {
        font-size  : 19px;
        line-height: 25px;
        margin     : 5px 0;
    }

    .blog-wrapper h6 {
        font-size  : 18px;
        line-height: 24px;
        margin     : 5px 0;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100%;
        float: none;
    }

    .blog-heading {
        font-size  : 26px;
        line-height: 32px;
    }
}

@media screen and (max-width:414px) {
    h1 {
        font-size  : 18px;
        line-height: 22px;
        margin     : 0;
    }

    h2 {
        font-size  : 18px;
        line-height: 24px;
        margin     : 0;
    }

    .blog-heading {
        font-size  : 22px;
        line-height: 28px;
    }

    .audi-date-comment {
        display   : block;
        text-align: center;
    }

    .comment-txt {
        display   : block;
        float     : none;
        text-align: center;
    }
}

@media screen and (max-width:360px) {
    .blog-heading {
        font-size  : 18px;
        line-height: 24px;
    }

    h2 {
        font-size  : 16px;
        line-height: 22px;
    }

    .audi-date-comment ul li {
        padding: 0 2px 0 0;
    }
}

@media screen and (max-width:320px) {

    .blog-wrapper h2,
    h3,
    h4,
    h5,
    h6 {
        font-size  : 16px;
        line-height: 22px;
        margin     : 5px 0;
    }

}