@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Roboto+Condensed');
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Fjalla One', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #444444;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 10px;
    margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    font-weight: normal;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

input,
textare,
select {
    font-weight: normal;
}

* {
    outline: none;
}

* {
    box-sizing: border-box;
}

::i-block-chrome,
body {
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
}

select::-ms-expand {
    display: none;
}

.clearfix {
    clear: both;
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

html,
body {
    height: 100%;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 23px 0;
    background: #010101 url(../images/navbar-back-new.jpg) repeat-x center center;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

header .navbar-default {
    background: transparent;
    border: none;
    border-radius: 0px;
    min-height: 100%;
    margin: 0;
}

header .navbar-brand {
    height: auto;
    padding: 0;
    margin-left: 0px;
}

header .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
    width: 180px;
    margin-top: 9px;
}

header ul.nav.navbar-nav {
    margin-top: 42px;
    margin-left: 4%;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 10px 20px;
    margin-left: 0px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    z-index: 1;
    position: relative;
}

.navbar-nav>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #df0185;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    z-index: -1;
}

.navbar-nav>li.home>a:after {
    background: #df0185;
}

.navbar-nav>li.services>a:after {
    background: #055ea3;
}

.navbar-nav>li.engine>a:after {
    background: #f40405;
}

.navbar-nav>li.gearbox>a:after {
    background: #58ac5c;
}

.navbar-nav>li.parts>a:after {
    background: #ffcb05;
}

.navbar-nav>li.subapedia>a:after {}

.navbar-nav>li.about>a:after {}

.navbar-nav>li.contact>a:after {}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.single-services .navbar-nav li.services a:focus,
.single-services .navbar-nav li.services a:hover,
.single-subapedia .navbar-nav li.subapedia a:focus,
.single-subapedia .navbar-nav li.subapedia a:hover,
.page-template-about .navbar-nav li.about>a:hover,
.page-template-about .navbar-nav li.about>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover:after {
    bottom: 0;
    height: 150%;
}

.navbar-nav>li.active.home>a,
.navbar-nav>li.active.contact>a,
.navbar-nav>li.active.subapedia>a,
.navbar-nav>li.active.about>a,
.single-subapedia .navbar-nav li.subapedia a,
.single-subapedia .navbar-nav li.subapedia .mega-menu-item li.active a,
.page-template-about .navbar-nav li.about>a {
    color: #df0185;
}

.inner-list li a[role="button"] {
    display: none;
}

.navbar-nav>li.active.services>a,
.single-services .navbar-nav li.services a,
.single-services .navbar-nav li.services .mega-menu-item li.active a {
    color: #055ea3;
}

.navbar-nav>li.active.engine>a {
    color: #f40405;
}

.navbar-nav>li.active.gearbox>a {
    color: #58ac5c;
}

.navbar-nav>li.active.parts>a {
    color: #ffcb05;
}

div#myNavbar {
    padding-right: 15px;
}

.call-sec {
    float: right;
    margin: 5px -15px 5px 0;
    padding: 0;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.call-sec li {
    display: inline-block;
    color: #818181;
    text-transform: capitalize;
    font-size: 16px;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 1;
    padding-left: 40px;
}

.call-sec li a {
    display: block;
    font-size: 19px;
    color: #fff;
}

.call-sec li a:hover,
.call-sec li a:focus {
    color: #ec008c;
}

.call-sec li:first-child {
    margin-left: 0;
}

.call-sec li:last-child {
    display: block;
    margin-left: 0;
    padding-left: 0px;
    margin-top: 5px;
}

.call-sec li:first-child a:before {
    content: "";
    display: inline-block;
    background: url(../images/icons.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-right: -25px;
    position: relative;
    left: -40px;
    vertical-align: baseline;
}

.call-sec li:nth-child(2) a:before {
    content: "";
    display: inline-block;
    background: url(../images/icons00.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-right: -25px;
    position: relative;
    left: -40px;
    vertical-align: baseline;
}

.call-sec li a.get-quote-btn {
    background: #ec008c;
    line-height: 1px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    padding: 3px 0 1px 0;
}

.call-sec li a.get-quote-btn i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    line-height: 0;
    top: -2px;
}

.call-sec li a.get-quote-btn:hover,
.call-sec li a.get-quote-btn:focus {
    color: #ec008c;
    background: #fff;
    border-color: #ec008c;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px 0;
    background-position: 0% 50%;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

header.fixed .navbar>.container-fluid .navbar-brand {
    margin-top: 10px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}


/**header.fixed .call-sec{
    display: none;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

header.fixed ul.nav.navbar-nav {
    margin-left: 100px;
    float: left;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

header.fixed .custm-mega-cvr {
    float: right;
    left: auto;
    right: 0;
    margin: 0 30px;
}**/

header.fixed .navbar-nav>li.has-mm:hover .custm-mega-cvr {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.banner {
    height: 670px;
    background-repeat: no-repeat;
    background-position: 30px;
    background-size: cover;
    width: 100%;
    padding-top: 137px;
    position: relative;
}
.banner.gearbox-banner.transmission {
    height: 670px;
	background-position: center 50px !important;
    }
.banner.banner-inner-engine {
    background-position: 0 1px !important;
}

.page-template-contact .banner {
    background-position: center center;
}

.banner .container {
    position: relative;
    height: 100%;
}

.banner .container .banner-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 15px;
    width: 46%;
}


/**.banner .banner-inner h1 {
	position: relative;
	color: #0463ac;
	font-size: 60px;
	text-transform: uppercase;

	letter-spacing: 2px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
**/

.banner .banner-inner h1 {
    position: relative;
    color: #0463ac;
    font-size: 58px;
    text-transform: uppercase;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    width: 100%;
    text-align: center;
}


/*.banner .banner-inner h1:before {
	content: "";
	background: url(../images/ribbon-lines.png) no-repeat;
	width: 95px;
	height: 58px;
	background-size: 100%;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 10px;
}*/

.banner .banner-inner h1:before {
    content: "";
    background: url(../images/ribbon-lines.png) no-repeat;
    width: 95px;
    height: 50px;
    background-size: 100%;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
}

.banner .banner-inner h1:after {
    content: "";
    display: block;
    background: #b6b6b6;
    width: 100%;
    height: 1px;
    margin: 5px 0 15px;
}


/*
OLD CSS - Changes made by LEO - ADS -below

.banner .banner-inner h2 {
	position: relative;
	color: #045ea3;
	font-size: 28px;
	text-transform: uppercase;

	margin: 0 0 5px;
}
*/

.banner .banner-inner h2 {
    position: relative;
    color: #045ea3;
    font-size: 31px;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    line-height: 1.3em;
}

.banner .banner-inner h2.pink {
    color: #dd0b84;
    font-size: 43px;
}

.banner .banner-inner .banner-text {
    margin-top: 20px;
    padding-right: 20px;
}


/*
OLD CSS - Changes made by LEO - ADS -below

.banner .banner-inner .banner-text p {
	color: #010101;

	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	text-align: justify;
}*/

.banner .banner-inner .banner-text p {
    color: #010101;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 10px;
}


/** Full Main search **/

.main-search-sec {
    position: relative;
    width: 100%;
    height: 10px;
}

.main-search {
    width: 100%;
    border: solid 1px #b7b3b3;
    border-radius: 3px;
    padding: 40px 40px;
    background: #fff;
    display: none;
}

.main-search .form-group {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.main-search .form-group.select-in {
    width: 22%;
}

.main-search .form-group.search-in {
    width: 52%;
}

.main-search .form-group .form-control,
.main-search .form-control {
    width: 100%;
    height: 41px;
    border: solid 1px #ccc;
    background-color: #fff;
    box-shadow: none;
    color: #010101;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 15px;
    border-radius: 0px;
}

.main-search input[type=search].form-control {
    background: #fff url(../images/home-search-icon.png) no-repeat;
    background-position: 99% 50%;
    background-size: 17px;
    padding-right: 45px;
}

.main-search .form-control::-webkit-input-placeholder {
    color: #909090;
}

.main-search .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #909090;
}

.main-search .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #909090;
}

.main-search .form-control:-ms-input-placeholder {
    color: #909090;
}

.main-search .form-group select.form-control {
    background: #fff url(../images/select-gray-arrow.png) no-repeat;
    background-position: right center;
    color: #909090;
}

.main-search .form-control:focus {
    color: #010101;
    border-color: #b5b2b2;
}

.main-search-btn {
    background: #dd0b84;
    border: solid 1px transparent;
    height: 41px;
    color: #fff;
    width: 24%;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    margin-right: -4px;
    padding: 6px;
    vertical-align: middle;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.main-search-btn:hover,
.main-search-btn:focus {
    background: #fff;
    color: #dd0b84;
    border-color: #dd0b84;
}


/** Full Main search Ends **/


/** All Subaroo Operates **/

.all-subro-operates {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.all-subro-operates h2,
.all-subro-operates h3 {
    color: #dd0b84;
    font-size: 40px;
    text-transform: uppercase;
    margin: 40px 0;
    text-align: center;
}

.all-subro-operates-list {
    position: relative;
    width: 100%;
    padding-bottom: 70px;
    min-height: 730px;
    margin-bottom: 20px;
}

.all-subro-operates-list:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #b1b1b1;
    right: -15px;
    top: 0;
    bottom: 0;
}

.all-subro-operates-list.new-used-parts-sec:after {
    display: none;
}

.all-subro-operates-list .all-subro-operates-heading {
    text-align: center;
}

.all-subro-operates-list h4 {
    color: #535253;
    font-size: 28px;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.all-subro-operates-list h4:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 33px;
    vertical-align: baseline;
    margin-right: 5px;
}

.all-subro-operates-list.service-rep-sec h4:before {
    background: #045ea2;
}

.all-subro-operates-list.subaru-engines-sec h4:before {
    background: #e60405;
}

.all-subro-operates-list.subaru-transmissions-sec h4:before {
    background: #77c517;
}

.all-subro-operates-list.new-used-parts-sec h4:before {
    background: #f0bf05;
}

.all-subro-operates-list-img {
    text-align: center;
    margin: 20px 0 10px;
    min-height: 190px;
    vertical-align: bottom;
    line-height: 200px;
}

.all-subro-operates-list-img img {
    margin: 0 auto;
    display: inline-block;
}

.all-subro-operates-list p {
    color: #010101;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    min-height: 110px;
}

.all-subro-operates-list ul {
    margin: 20px 0 0 20px;
    padding: 0;
}

.all-subro-operates-list ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 25px;
    color: #010101;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

.all-subro-operates-list ul li:before {
    content: "";
    background-image: url(../images/operates-tick-blue.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    background-size: 100%;
}

.all-subro-operates-list.subaru-engines-sec ul li:before {
    background-image: url(../images/operates-tick-red.png);
}

.all-subro-operates-list.subaru-transmissions-sec ul li:before {
    background-image: url(../images/operates-tick-green.png);
}

.all-subro-operates-list.new-used-parts-sec ul li:before {
    background-image: url(../images/operates-tick-yellow.png);
}

.operates-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    background: #034475;
    line-height: 2.2;
    border: solid 1px transparent;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    font-family: 'Fjalla One', sans-serif;
}

.operates-btn:hover,
.operates-btn:focus {
    color: #034475;
    border-color: #034475;
    background: #fff;
}

.all-subro-operates-list.subaru-engines-sec .operates-btn {
    background: #e60405;
}

.all-subro-operates-list.subaru-engines-sec .operates-btn:hover,
.all-subro-operates-list.subaru-engines-sec .operates-btn:focus {
    color: #e60405;
    border-color: #e60405;
    background: #fff;
}

.all-subro-operates-list.subaru-transmissions-sec .operates-btn {
    background: #77c517;
}

.all-subro-operates-list.subaru-transmissions-sec .operates-btn:hover,
.all-subro-operates-list.subaru-transmissions-sec .operates-btn:focus {
    color: #77c517;
    border-color: #77c517;
    background: #fff;
}

.all-subro-operates-list.new-used-parts-sec .operates-btn {
    background: #f0bf05;
}

.all-subro-operates-list.new-used-parts-sec .operates-btn:hover,
.all-subro-operates-list.new-used-parts-sec .operates-btn:focus {
    color: #f0bf05;
    border-color: #f0bf05;
    background: #fff;
}


/** All Subaroo Operates Ends **/


/** Why Subaroo **/

.why-choose-subaru {
    background: #f3f3f3;
    width: 100%;
    padding: 60px 0 30px;
}

.why-choose-subaru h2,
.why-choose-subaru h4 {
    color: #535253;
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    display: block;
}

.why-choose-subaru h2:after,
.why-choose-subaru h4:after {
    content: "";
    display: block;
    margin: 10px auto 30px;
    background: url(../images/subaroo-stars.png) no-repeat;
    background-size: 100%;
    width: 258px;
    height: 38px;
}

.why-choose-subaru .col-md-4.col-sm-4.col-xs-12:nth-child(3n+1) {
    clear: both;
}

.why-choose-subaru-list {
    background: #fff;
    width: 100%;
    min-height: 160px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.why-choose-subaru-list:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -7px;
    bottom: 0;
    width: 160px;
    height: 270%;
    background: #ebecee;
    z-index: 0;
    transform: rotate(0deg) skewY(424deg);
    -webkit-transform: rotate(0deg) skewY(429deg);
}

.why-choose-subaru-list .why-choose-subaru-list-left,
.why-choose-subaru-list .why-choose-subaru-list-right {
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}

.why-choose-subaru-list .why-choose-subaru-list-left {
    width: 23%;
    text-align: center;
    padding: 10px;
}

.why-choose-subaru-list .why-choose-subaru-list-left img {
    display: inline-block;
    margin: 0 auto;
}

.why-choose-subaru-list .why-choose-subaru-list-right {
    width: 77%;
    padding: 20px 4px;
    padding-left: 30px;
}

.why-choose-subaru-list .why-choose-subaru-list-right h4,
.why-choose-subaru-list .why-choose-subaru-list-right h5 {
    color: #dd0b84;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.why-choose-subaru-list .why-choose-subaru-list-right p {
    color: #010101;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}


/** Why Subaroo Ends **/

.news-art-sec {
    margin-bottom: 60px;
}

.news-art-heading {
    position: relative;
    width: 100%;
    margin-top: 60px;
}

.news-art-heading:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #b1b1b1;
    margin-bottom: 15px;
    margin-top: 5px;
}

.news-art-left-hd,
.news-art-right-hd {
    display: inline-block;
    vertical-align: baseline;
    width: 50%;
    margin-right: -4px;
}

.news-art-right-hd {
    text-align: right;
}

.news-art-left-hd h2,
.news-art-left-hd h4 {
    color: #dd0b84;
    font-size: 40px;
    text-transform: uppercase;
}

.news-art-right-hd a {
    color: #dd0b84;
    font-size: 30px;
    text-transform: capitalize;
}

.news-art-list {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    padding: 30px 15px;
    padding-left: 0;
    min-height: 220px;
}

.news-art-sec .row .col-md-6 {
    margin-bottom: 0px;
    overflow: hidden;
}

.news-art-sec .row .col-md-6:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 15px;
    width: 100%;
    height: 1px;
    background: #b1b1b1;
}

.news-art-sec .row .col-md-6:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #b1b1b1;
}

.news-art-sec .row .col-md-6:nth-child(2n):before {
    display: none;
}

.news-art-sec .row .col-md-6:nth-child(2n):after {
    left: -15px;
}

.news-art-sec .row .col-md-6:nth-last-child(2):after,
.news-art-sec .row .col-md-6:last-child:after {
    display: none;
}

.news-art-list.no-border {
    padding-left: 15px;
    padding-right: 0;
}

.news-art-list-left,
.news-art-list-right {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
}

.news-art-list-left {
    width: 30%;
    text-align: center;
}

.news-art-list-left img {
    margin: 0 auto;
    display: inline-block;
}

.news-art-list-right {
    width: 70%;
    padding-left: 15px;
}

.news-art-list-right h5 {
    color: #353334;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
}

.news-art-list-right p {
    color: #222323;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: justify;
}

.news-art-list-right .news-art-btn {
    color: #353334;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.news-art-list-right .news-art-btn i {
    background: #f0f0f0;
    padding: 2px;
    border: solid 1px #f0f0f0;
    border-radius: 0px;
    color: #77c318;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.news-art-list-right .news-art-btn:hover,
.news-art-list-right .news-art-btn:focus,
.news-art-list-right .news-art-btn:hover i,
.news-art-list-right .news-art-btn:focus i {
    color: #dd0b84;
}


/** Testimonial Slider **/

.engine-testi-cvr.home-testi-cvr {
    background-color: #f7f7f8;
    padding: 60px 0;
}

.engine-testi-cvr.home-testi-cvr .engine-testi-tab-btn .nav>li>a {
    background: transparent;
}

.engine-testi-cvr.home-testi-cvr .engine-testi-tab-btn .nav-pills > li.active > a,
.engine-testi-cvr.home-testi-cvr .engine-testi-tab-btn .nav-pills > li.active > a:focus,
.engine-testi-cvr.home-testi-cvr .engine-testi-tab-btn .nav-pills > li.active > a:hover,
.engine-testi-cvr.home-testi-cvr .engine-testi-tab-btn .nav-pills > li > a.active,
.engine-testi-cvr.home-testi-cvr .engine-testi-tab-btn .nav-pills > li > a.active:focus,
.engine-testi-cvr.home-testi-cvr .engine-testi-tab-btn .nav-pills > li > a.active:hover {
    color: #00a1fe;
    background-color: transparent;
    border-color: rgb(0, 0, 0);
}

.engine-testi-cvr.home-testi-cvr .engine-testi-name h4 {
    color: #dd0b84;
    font-size: 20px;
    letter-spacing: 1px;
    font-style: normal;
    text-align: left;
}

.engine-testi-cvr.home-testi-cvr .testi-btn {
    background: #dd0b84;
}

.engine-testi-cvr.home-testi-cvr .testi-btn:hover,
.engine-testi-cvr.home-testi-cvr .testi-btn:focus {
    background: #fff;
    color: #dd0b84;
    border-color: #dd0b84;
}


/** Testimonial Slider Ends **/


/** About Page **/

.all-subro-op-gray {
    background: #f0f0f0;
    padding: 30px 0 50px;
}

.all-subro-op-gray .all-subro-operates-list {
    background: #fff;
    padding: 15px 5px;
}

.all-subro-op-gray .all-subro-operates-list:after {
    display: none;
}

.client-logo-sec {
    padding: 100px 0;
    text-align: center;
}

.client-logo-list {
    display: inline-block;
    margin-right: -4px;
    width: 17%;
    text-align: center;
    vertical-align: middle;
    margin: 0 15px 30px;
}

.client-logo-list a,
.client-logo-list img {
    display: inline-block;
    margin: 0 auto;
}


/** Footer **/

footer {
    background-attachment: fixed;
    background-position: left center;
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 60px;
    background-repeat: no-repeat;
    float: left;
    padding-bottom: 30px;
}

footer .footer-list {
    float: left;
    padding-right: 11px;
    margin-right: 11px;
    position: relative;
    margin-bottom: 30px;
}

footer .footer-list:after {
    content: "";
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    background: #404040;
    width: 1px;
    min-height: 400px;
}

footer .footer-list h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

footer .footer-list h3 a,
footer .footer-list h3 a:hover,
footer .footer-list h3 a:focus {
    color: #fff;
}

footer .footer-list ul {
    margin: 0;
    padding: 0;
}

footer .footer-list ul li {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}

footer .footer-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 1px;
    background: #fff;
}

footer .footer-list ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

footer .footer-list ul li a:hover,
footer .footer-list ul li a:focus {
    color: #00a1fe;
}

.footer-list.service-list {
    width: 32%;
}

.footer-list.service-list ul {
    float: left;
    width: 50%;
}

.footer-list.engines-list {
    width: 17%;
}

.footer-list.parts-list {
    width: 11%;
}

.footer-list.parts-list {
    width: 11%;
}

.footer-list.gearbox-list {
    width: 18%;
}

.footer-list.subapedia-list {
    width: 18%;
}

footer .footer-list.subapedia-list {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

footer .footer-list.subapedia-list:after {
    display: none;
}

.footer-item.footer-vdo .textwidget iframe {
    width: 100%;
    height: 260px;
}


/** Footer End **/


/** Contact Page **/

.contact-main h2 {
    color: #1a1a1a;
    font-size: 30px;
    text-transform: capitalize;
    margin: 0 0 15px;
    text-align: left;
}

.enq-form .enq-gray-cvr {
    background: #f6f6f6;
    padding: 40px 50px;
}

.enq-form .enq-gray-cvr .form-group {
    display: inline-block;
    width: 48.5%;
    margin-right: 10px;
    vertical-align: top;
    margin-bottom: 20px;
}

.enq-form .enq-gray-cvr .form-group.full-wd {
    width: 100%;
    margin-right: 0;
}

.enq-form .enq-gray-cvr .form-group:nth-child(3),
.enq-form .enq-gray-cvr .form-group:nth-child(5),
.enq-form .enq-gray-cvr .form-group:nth-child(7) {
    margin-right: 0;
}

.enq-form .enq-gray-cvr .form-group label {
    color: #606060;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 8px;
    display: block;
}

.enq-form .enq-gray-cvr .form-group label i {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    top: -1px;
    margin-right: 0;
    margin-left: -18px;
}

.enq-form .enq-gray-cvr .form-group label i.fa-mobile {
    font-size: 20px;
}

.enq-form .enq-gray-cvr .form-group label i.fa-envelope {
    font-size: 15px;
    top: -2px;
}

.enq-form .enq-gray-cvr .form-group label span {
    color: #e7008b;
    font-weight: bold;
    margin-left: 3px;
    font-size: 18px;
}

.enq-form .enq-gray-cvr .form-group .form-control {
    border: solid 1px #ececec;
    background: #fff;
    border-radius: 0px;
    box-shadow: none;
    height: 48px;
    color: #606060;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.04em;
}

.enq-form .enq-gray-cvr .form-group select.form-control {
    background: #fff url(../images/form-arrow.png) no-repeat;
    background-position: 96% 50%;
}

.enq-form .enq-gray-cvr .form-group textarea.form-control {
    height: 160px;
    resize: none;
}

.enq-form .enq-gray-cvr .form-group.full-wd .form-control {
    margin-bottom: 15px;
}

.enq-form .enq-gray-cvr .form-group.full-wd .form-control.half-wd-in {
    display: inline-block;
    width: 48.5%;
    margin-right: 10px;
    vertical-align: top;
}

.enq-form .enq-gray-cvr .form-group.full-wd .form-control.half-wd-in.nomar {
    margin-right: 0;
}

.enq-form .enq-gray-cvr .form-group .form-control::-webkit-input-placeholder {
    color: #c2c2c2;
    font-weight: normal;
}

.enq-form .enq-gray-cvr .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #c2c2c2;
    font-weight: normal;
}

.enq-form .enq-gray-cvr .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #c2c2c2;
    font-weight: normal;
}

.enq-form .enq-gray-cvr .form-group .form-control:-ms-input-placeholder {
    color: #c2c2c2;
    font-weight: normal;
}

.enq-form-btn {
    background: #ec008c;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.3;
    border: solid 1px transparent;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.enq-form-btn:hover,
.enq-form-btn:focus {
    background: #fff;
    border-color: #ec008c;
    color: #ec008c;
}

.loca-info-cvr {
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 20px 0;
    float: left;
    width: 100%;
}

.loca-info-cvr ul.add-sec {
    margin: 0;
    padding: 0;
    line-height: 2.5em;
}

.loca-info-cvr ul.add-sec li {
    color: #7c7b7b;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 100%;
    float: left;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.loca-info-cvr ul.add-sec li:nth-child(2),
.loca-info-cvr ul.add-sec li:nth-child(3) {
    float: left;
}

.loca-info-cvr ul.add-sec li:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 2px;
    left: 0;
}

.loca-info-cvr ul.add-sec li:nth-child(1):before {
    background: url(../images/contact/contact-icon-1.png) no-repeat;
    width: 16px;
    height: 24px;
    background-size: 100%;
}

.loca-info-cvr ul.add-sec li:nth-child(2):before {
    background: url(../images/contact/contact-icon-2.png) no-repeat;
    width: 16px;
    height: 26px;
    background-size: 100%;
    top: 3px;
}

.loca-info-cvr ul.add-sec li:nth-child(3):before {
    background: url(../images/contact/contact-icon-3.png) no-repeat;
    width: 21px;
    height: 19px;
    background-size: 100%;
    top: 6px;
}

.loca-info-cvr ul.add-sec li:nth-child(4):before {
    background: url(../images/contact/contact-icon-4.png) no-repeat;
    width: 23px;
    height: 21px;
    background-size: 100%;
    top: 3px;
}

.loca-info-cvr ul.add-sec li:nth-child(5):before,
.loca-info-cvr ul.add-sec li:nth-child(6):before {
    content: "\f0e0";
    top: 6px;
    left: 0;
    font-size: 16px;
}

.loca-info-cvr ul.add-sec li a {
    color: #7c7b7b;
}

.loca-info-cvr ul.add-sec li a span,
.loca-info-cvr ul.add-sec li span {
    color: #dd0b84;
}

.loca-info-cvr ul.add-sec li a:hover,
.loca-info-cvr ul.add-sec li a:focus {
    color: #dd0b84;
}

.loca-info-cvr .clock-24-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 38px;
}

.loca-info-cvr p {
    color: #7c7b7b;
    font-size: 22px;
}

.loca-info-cvr p a {
    color: #dd0b84;
}

.loca-info-cvr p a:hover,
.loca-info-cvr p a:focus {
    text-decoration: underline;
}

.loca-info-cvr .cont-mail {
    margin: 0;
    padding: 0;
}

.loca-info-cvr .cont-mail li {
    display: inline-block;
    width: 100%;
    color: #7c7b7b;
    font-size: 21px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

.loca-info-cvr .cont-mail li a {
    color: #7c7b7b;
}

.loca-info-cvr .cont-mail li a:hover,
.loca-info-cvr .cont-mail li a:focus {
    color: #dd0b84;
}

.loca-info-cvr .cont-mail li:before {
    content: "\f0e0";
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 16px;
}

.follow-cvr {
    margin: 20px 0 23px;
    display: inline-block;
    width: 100%;
}

.follow-cvr ul {
    margin: 0;
    padding: 0;
}

.follow-cvr ul li {
    display: inline-block;
    vertical-align: middle;
    color: #7c7b7b;
    font-size: 30px;
    line-height: 1;
    margin-right: 7px;
}

.follow-cvr ul li a {
    width: 37px;
    height: 37px;
    border: solid 1px transparent;
    display: inline-block;
    color: #fff;
    background: #000;
    text-align: center;
    line-height: 37px;
    font-size: 18px;
}

.follow-cvr ul li:nth-child(2) a {
    background: #395795;
}

.follow-cvr ul li:nth-child(2) a:hover,
.follow-cvr ul li:nth-child(2) a:focus {
    background: #fff;
    color: #395795;
    border-color: #395795;
}

.follow-cvr ul li:nth-child(3) a {
    background: #3e7299;
}

.follow-cvr ul li:nth-child(3) a:hover,
.follow-cvr ul li:nth-child(3) a:focus {
    background: #fff;
    color: #3e7299;
    border-color: #3e7299;
}

.follow-cvr ul li:nth-child(4) a {
    background: #319acd;
}

.follow-cvr ul li:nth-child(4) a:hover,
.follow-cvr ul li:nth-child(4) a:focus {
    background: #fff;
    color: #319acd;
    border-color: #319acd;
}

.follow-cvr ul li:nth-child(5) a {
    background: #02aff1;
}

.follow-cvr ul li:nth-child(5) a:hover,
.follow-cvr ul li:nth-child(5) a:focus {
    background: #fff;
    color: #02aff1;
    border-color: #02aff1;
}

.my-map-loc {
    width: 100%;
    float: left;
}

.my-map-loc iframe {
    width: 100%;
    height: 520px;
    margin-bottom: -5px;
}

.contact-main {
    padding: 50px 0 20px;
}

.five-res-cvr {
    position: relative;
    width: 100%;
    background: #fafafa;
    margin-top: 50px;
    padding: 50px 0;
}

.five-res-list-cvr ul {
    margin: 0;
    padding: 0;
}

.five-res-list-cvr ul li {
    display: inline-block;
    border: solid 1px #dcdcdc;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    /* font-style: italic; */
    color: #2a2a2a;
    padding: 20px;
    padding-left: 50px;
    line-height: 1.6;
    margin-bottom: 23px;
    counter-increment: step-counter;
    position: relative;
    font-family: 'Open Sans';
}

.five-res-list-cvr ul li:before {
    content: counter(step-counter);
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background: #d2007e;
    width: 35px;
    text-align: center;
    position: absolute;
    padding: 8px 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.five-res-list-cvr ul li:after {
    content: "";
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background: #414141 url(../images/contact/sub-star.png) no-repeat;
    background-size: 90%;
    background-position: 50% 95%;
    width: 35px;
    height: 37px;
    text-align: center;
    position: absolute;
    padding: 8px 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 100%;
}


/* 9-7-16 */

.lurbri-sec .img-serive-image {
    width: 46%;
}

.lurbri-sec .clutch-turbo-content {
    width: 50%;
}

.lubri-main .subaru-air-conditioning-repairs p {
    margin-bottom: 20px;
}


/*9-7-16*/

.calender #container {
    position: relative;
}

#container .Zebra_DatePicker {
    left: 0;
    right: 0;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
}

#container .Zebra_DatePicker table {
    width: 100% !important;
}

#container .Zebra_DatePicker .dp_daypicker td,
#container .Zebra_DatePicker .dp_daypicker th,
#container .Zebra_DatePicker .dp_monthpicker td,
#container .Zebra_DatePicker .dp_yearpicker td {
    width: 10px;
}

.appointment-section .calender table tr td,
.appointment-section .calender table tr th {
    height: 10px;
    padding: 10px;
}

.appointment-form span#success-app {
    background: green;
    color: white;
    z-index: 1;
    padding: 0px;
    line-height: 1.4;
    float: left;
    width: 104%;
    margin: 20px -9px 0;
}

.appointment-form.loading #loader,
.enquire-form.loading #loader,
.malf-list.loading .loader,
.product-enquiry.loading #loader,
.setp-3-form form.loading #loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.61) url(../images/loader.gif) no-repeat center center;
    z-index: 2;
    background-size: 160px 160px;
}

.enq-gray-cvr .wpcf7-not-valid-tip {
    display: none;
}

.enq-form .enq-gray-cvr .form-group .form-control.wpcf7-not-valid {
    border-color: red;
}

.enq-gray-cvr div.wpcf7-response-output {
    margin: 10px 0 0;
    background-color: #f2dede;
    border: solid 1px #ebccd1;
    border-radius: 4px;
    color: #a94442;
    line-height: 2.5;
}

.enq-gray-cvr div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.enq-gray-cvr form br {
    display: none;
}

.enq-gray-cvr form p {
    text-align: center;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin: 10px auto 0;
}


/**Testimonial page **/

.testimonial-main {
    position: relative;
    width: 100%;
}

.testimonial-main .nav-pills {
    text-align: center;
}

.testimonial-main .nav-pills li {
    float: none;
    display: inline-block;
}

.testimonial-main .nav-pills li a {
    border: 1px solid transparent;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}

.testimonial-main .nav-pills li.active a,
.testimonial-main .nav-pills li.active a:focus,
.testimonial-main .nav-pills li.active a:hover,
.testimonial-main .nav-pills li a:hover {
    background: none;
    border: 1px solid #3e3e3e;
    color: #e7008b;
}

.testimonial-main .tab-content article {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #000;
}

.testimonial-main .tab-content article:first-child {
    border-top: solid 1px #000;
    padding-top: 30px;
    margin-top: 30px;
}

.testimonial-main .tab-content article:last-child {
    border-bottom: none;
}

.testimonial-main .tab-content article .testimonial-inner .testimonial-slider,
.testimonial-main .tab-content article .testimonial-inner .testimonial-descp {
    display: inline-block;
    margin-right: -4px;
    width: 57%;
    vertical-align: top;
}

.testimonial-main .tab-content article .testimonial-inner .testimonial-descp {
    width: 41%;
    margin-left: 2%;
    padding-bottom: 180px;
}

.testimonial-main .testimonial-slider .carousel-inner {
    float: left;
    width: 81%;
    position: relative;
}

.testimonial-main .testimonial-slider .carousel-inner .item {
    float: left;
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-main .testimonial-slider .content {
    float: right;
    width: 17.1%;
    height: 450px;
}

.testimonial-main .testimonial-slider .carousel-indicators {
    float: right;
    width: 100%;
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.testimonial-main .testimonial-slider .carousel-indicators li {
    float: left;
    width: 100%;
    height: 100px;
    border: none;
    border-radius: 0px;
    margin: 0 0 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-main .testimonial-slider .carousel-control {
    background: transparent;
    color: #fff;
    z-index: 9;
    text-shadow: 0px 0px 10px #000;
    font-size: 45px;
    width: 45px;
    height: 45px;
    top: 45%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    bottom: auto;
}

.testimonial-main .testimonial-slider .left.carousel-control {
    left: -50px;
}

.testimonial-main .testimonial-slider .right.carousel-control {
    right: -50px;
}

.testimonial-main .testimonial-slider:hover .left.carousel-control {
    left: 30px;
}

.testimonial-main .testimonial-slider:hover .right.carousel-control {
    right: 30px;
}

.testimonial-main .tab-content article .testimonial-inner .testimonial-descp h4 {
    color: #252525;
    font-size: 22px;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 400;
}

.testimonial-main .tab-content article .testimonial-inner .testimonial-descp p {
    color: #000;
    font-size: 15px;
    margin: 0 0 15px;
}

.testimonial-main .mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

.testimonial-main .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(221, 11, 132, 0.5);
}

.testimonial-main .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(221, 11, 132, 1);
}


/** About Popup **/

.image-section .modal-dialog {
    position: absolute;
    width: 95%;
    max-width: 750px;
    top: 50%;
    transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.image-section .modal-content .left-modal,
.image-section .modal-content .right-modal {
    display: inline-block;
    margin-right: -4px;
    width: 30%;
    vertical-align: top;
}

.image-section .modal-content .right-modal {
    width: 65%;
    margin-left: 2%;
}

.image-section .modal-content .right-modal h4.modal-title {
    color: #e7008b;
    font-size: 28px;
    margin: 0;
    position: relative;
}

.image-section .modal-content .right-modal h4.modal-title small {
    color: #787878;
    font-size: 20px;
    line-height: normal;
    text-align: left;
    display: block;
    margin-bottom: 15px;
}

.image-section .modal-content .right-modal p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 0;
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
}

.call-to-act-btn {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.call-to-act-btn ul {
    margin: 0;
    padding: 0;
}

.call-to-act-btn ul li {
    display: inline-block;
    width: 48.7%;
    margin-right: 2%;
}

.call-to-act-btn ul li:last-child {
    margin-right: 0;
}

.call-to-act-btn ul li a.cta-btn {
    display: block;
    width: 100%;
    background: #e7008b;
    color: #fff;
    font-size: 28px;
    margin: 0;
    line-height: 1.6;
    text-align: center;
    border: solid 1px transparent;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.call-to-act-btn ul li a.cta-btn:hover,
.call-to-act-btn ul li a.cta-btn:focus {
    background: #fff;
    color: #e7008b;
    border-color: #e7008b;
}

.image-section button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #e7008b;
    opacity: 1;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: solid 1px transparent;
    font-size: 31px;
    line-height: 8px;
    font-weight: normal;
    text-shadow: none;
    padding: 0 0 3px;
    box-shadow: 0px 0px 10px #000;
    z-index: 99;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.image-section button.close:hover,
.image-section button.close:focus {
    background: #fff;
    color: #e7008b;
    border-color: #e7008b;
}

.image-section .modal-content .left-modal img:hover {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
}

.tax-subapedia_categories .pagination:before,
.tax-subapedia_categories .pagination:after {
    display: none;
}

.tax-subapedia_categories .pagination {
    clear: both !important;
    padding: 0px 0 !important;
    position: relative !important;
    font-size: 11px !important;
    line-height: 13px !important;
    border: none;
    margin: 0;
    border-radius: 0px;
    min-height: 100%;
}

.tax-subapedia_categories .pagination span,
.pagination a {
    display: block !important;
    float: left !important;
    margin: 2px 2px 2px 0 !important;
    padding: 6px 9px 5px 9px !important;
    text-decoration: none !important;
    width: auto !important;
    color: #fff !important;
    background: #555 !important;
}

.tax-subapedia_categories .pagination a:hover {
    color: #fff !important;
    background: #e8008a !important;
}

.tax-subapedia_categories .pagination .current {
    padding: 6px 9px 5px 9px !important;
    background: #e8008a !important;
    color: #fff !important;
}

.opportunities h2 {
    margin-bottom: 30px;
}

.opportunities .particular-steo {
    margin-bottom: 30px;
}

.opportunities .particular-steo h2 {
    margin-bottom: 4px
}


/** mega menu **/

.navbar-nav>li {
    position: inherit;
    padding-bottom: 10px;
}

.navbar-nav>li>a {
    position: relative;
}

.navbar-nav>li.has-mm>a:before,
.navbar-nav>li.about>a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0;
    margin: 30px auto 0;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.custm-mega-cvr {
    width: 1235px;
    max-width: 1235px;
    float: left;
    background: #f5f5f5;
    position: absolute;
    top: 89%;
    left: -9%;
    right: 0;
    padding: 15px;
    margin: 0px auto 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.27);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    pointer-events: none;
}

.custm-mega-cvr .mega-inner {
    display: table;
    width: 100%;
}

.custm-mega-cvr .mega-inner .mega-inner-left,
.custm-mega-cvr .mega-inner .mega-inner-right {
    display: table-cell;
    width: 70%;
    vertical-align: top;
}

.custm-mega-cvr .mega-inner .mega-inner-right {
    width: 30%;
    text-align: right;
}

.custm-mega-cvr .mega-inner .mega-inner-right .mega-menu-ad a {
    display: inline-block;
    width: auto;
    margin: -10px auto 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.custm-mega-cvr .mega-inner .mega-inner-right .mega-menu-ad a img {
    max-height: 500px;
}

.custm-mega-cvr .mega-heading {
    background: #000;
    padding: 0 15px;
    margin-bottom: 15px;
}

.custm-mega-cvr .mega-heading h4 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    line-height: 2.29;
    letter-spacing: 1px;
}

.mega-inner-left .mega-inner-row {
    display: block;
    position: relative;
    margin-bottom: 8px;
}

.mega-inner-left .mega-inner-row .mega-menu-item {
    display: inline-block;
    width: 30%;
    margin-right: 4.5%;
    vertical-align: top;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
}

.mega-inner-left .mega-inner-row .mega-menu-item:after {
    content: "";
    background: #dbdbdb;
    position: absolute;
    width: 30%;
    height: 1px;
    bottom: 0;
    box-shadow: 0px 1px 0px #fff;
    margin-left: -15px;
}

.mega-inner-left .mega-inner-row:last-child .mega-menu-item:after {
    display: none;
}

.mega-inner-left .mega-inner-row .mega-menu-item:nth-child(3n) {
    margin-right: 0;
}

.mega-inner-left .mega-inner-row .mega-menu-item h5 {
    color: #045da2;
    font-size: 20px;
    text-transform: capitalize;
    margin: 10px 0;
    letter-spacing: normal;
}

.mega-inner-left .mega-inner-row .mega-menu-item h5 a {
    color: #045da2;
}

.mega-inner-left .mega-inner-row .mega-menu-item ul {
    margin: 0;
    padding: 0;
}

.mega-inner-left .mega-menu-ad {
    display: block;
    width: 100%;
    text-align: center;
}

.mega-inner-left .mega-menu-ad a {
    display: inline-block;
    margin: 0 auto;
}

.mega-inner-left .mega-inner-row .mega-menu-item p {
    font-weight: 400;
    font-size: 14px;
    color: #2a2828;
    margin-bottom: -10px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.mega-inner-left .mega-inner-row .mega-menu-item ul li {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #2a2828;
    margin-bottom: -10px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.mega-inner-left .mega-inner-row .mega-menu-item ul li:last-child,
.mega-inner-left .mega-inner-row .mega-menu-item p:last-child {
    margin-bottom: 0;
}

.mega-inner-left .mega-inner-row .mega-menu-item ul li a {
    color: #2a2828;
    font-family: 'Open Sans', sans-serif;
}

.mega-inner-left .mega-inner-row .mega-menu-item ul li:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 3px;
    color: #53a257;
}

.mega-inner-left .mega-inner-row .mega-menu-item ul li a:hover,
.mega-inner-left .mega-inner-row .mega-menu-item ul li a:focus {
    color: #045da2;
}

.navbar-nav>li.has-mm:hover .custm-mega-cvr {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.navbar-nav>li.has-mm:hover>a:before,
.navbar-nav>li.about:hover>a:before {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.navbar-nav>li.has-mm:hover .mega-menu-item ul li,
.navbar-nav>li.has-mm:hover .mega-menu-item p {
    margin-bottom: 5px
}

.navbar-nav>li.has-mm:hover .mega-inner-right .mega-menu-ad a {
    margin-top: 0;
}

.services.has-mm .custm-mega-cvr .mega-heading {
    background: #055ea3;
}

.engine.has-mm .custm-mega-cvr .mega-heading {
    background: #f40405;
}

.engine.has-mm .mega-inner-left .mega-inner-row .mega-menu-item h5,
.engine.has-mm .mega-inner-left .mega-inner-row .mega-menu-item h5 a {
    color: #f40405;
}

.gearbox.has-mm .custm-mega-cvr .mega-heading {
    background: #58ac5c;
}

.gearbox.has-mm .mega-inner-left .mega-inner-row .mega-menu-item h5,
.gearbox.has-mm .mega-inner-left .mega-inner-row .mega-menu-item h5 a {
    color: #58ac5c;
}

.subapedia.has-mm .custm-mega-cvr .mega-heading {
    background: #df0185;
}

.subapedia.has-mm .mega-inner-left .mega-inner-row .mega-menu-item h5,
.subapedia.has-mm .mega-inner-left .mega-inner-row .mega-menu-item h5 a {
    color: #df0185;
}

.subapedia.has-mm .mega-menu-item ul li a:hover,
.subapedia.has-mm .mega-menu-item ul li a:focus {
    color: #df0185;
}

ul.submenu {
    background: #fff;
    text-align: center;
    min-width: 180px;
    position: absolute;
    padding: 5px;
    top: 73%;
    margin: 0px auto 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.27);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

ul.submenu li {
    border-bottom: solid 1px #ccc;
}

ul.submenu li:last-child {
    border-bottom: none;
}

ul.submenu li a {
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #2a2828;
    padding: 10px 5px;
    display: block;
}

ul.submenu li a:hover {
    background: #df0185;
    color: #fff;
}

header .navbar-nav li.about:hover .submenu {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
}


/** Footer Sticky Popup  **/

.popup-content {
    height: 410px;
}

.popup-content-pad {
    position: relative;
}

.sticky-popup.right-bottom {
    width: 100%;
    max-width: 265px;
    right: 0;
}

.sticky-popup .popup-header {
    background-color: #dd0b84;
    border-radius: 0;
    border: none;
    position: relative;
    padding: 12px 10px 12px 5px;
    width: 241px;
    float: right;
}

.sticky-popup .popup-header:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -12px;
    bottom: 22px;
    width: 30px;
    background: #dd0b84;
    transform: skewX(-42deg);
    -webkit-transform: skewX(-42deg);
}

.sticky-popup .popup-header:after {
    content: "";
    position: absolute;
    top: 27px;
    left: -24px;
    width: 29px;
    bottom: 0;
    background: #dd0b84;
    z-index: -1;
}

.sticky-popup .popup-title {
    position: relative;
}

.sticky-popup .popup-title:before {
    content: "\f003";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 15px;
    color: #fff;
}

.sticky-popup .popup-title:after {
    content: "\f077";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 15px;
    color: #000;
}

.sticky-popup.open .popup-title:after {
    content: "\f078";
}

.sticky-popup .popup-image {
    display: none;
}

.sticky-popup .wpcf7-form-control.wpcf7-text,
.sticky-popup .wpcf7-form-control.wpcf7-captchar {
    width: 100%;
    height: 41px;
    border: solid 1px #cfcece;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #6c6c6c;
    padding: 6px 12px;
    margin-bottom: 10px;
}

.sticky-popup .wpcf7-form-control.wpcf7-textarea {
    height: 80px;
    padding: 6px 12px;
    border: solid 1px #cfcece;
}

.sticky-popup .wpcf7-form-control.wpcf7-submit {
    background: #dd0b84;
    border: solid 1px transparent;
    height: 41px;
    color: #fff;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    margin-right: -4px;
    padding: 6px;
    vertical-align: middle;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.sticky-popup .wpcf7-form-control.wpcf7-submit:hover,
.sticky-popup .wpcf7-form-control.wpcf7-submit:focus {
    background: #fff;
    color: #dd0b84;
    border-color: #dd0b84;
}

.sticky-popup span.wpcf7-not-valid-tip {
    display: none !important;
}

.sticky-popup div.wpcf7-validation-errors {
    display: none !important;
}

.sticky-popup .wpcf7-form-control.wpcf7-text.wpcf7-not-valid,
.sticky-popup .wpcf7-form-control.wpcf7-captchar.wpcf7-not-valid {
    border-color: #f00;
}

.popup-content p {
    position: relative;
}

.sticky-popup div.wpcf7 img.ajax-loader {
    position: absolute;
    right: 15px;
    border: none;
    vertical-align: middle;
    margin: -8px 0 0;
    top: 50%;
}

.sticky-popup div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    position: absolute;
    top: 15px;
    left: 10px;
    right: 10px;
    background: rgba(57, 143, 20, 0.86);
    margin: 0;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
}

.service .sticky-popup .popup-header:after,
.service .sticky-popup .popup-header:before,
.service .sticky-popup .popup-header,
.service .sticky-popup .wpcf7-form-control.wpcf7-submit {
    background: #027ffd;
}

.service .sticky-popup .wpcf7-form-control.wpcf7-submit:hover,
.service .sticky-popup .wpcf7-form-control.wpcf7-submit:focus {
    background: #fff;
    color: #027ffd;
    border-color: #027ffd;
}

.service .sticky-popup .popup-header:after,
.service .sticky-popup .popup-header:before,
.service .sticky-popup .popup-header,
.service .sticky-popup .wpcf7-form-control.wpcf7-submit {
    background: #027ffd;
}

.service .sticky-popup .wpcf7-form-control.wpcf7-submit:hover,
.service .sticky-popup .wpcf7-form-control.wpcf7-submit:focus {
    background: #fff;
    color: #027ffd;
    border-color: #027ffd;
}

.opportunities .subapedia-listing {
    background: #e1e1e1;
    border-left: 3px double #ec008c;
    padding: 40px 60px;
    position: relative;
}

.opportunities .subapedia-listing ul,
.opportunities .subapedia-listing ol {
    margin: 0;
    padding: 0;
}

.opportunities .subapedia-listing ul li,
.opportunities .subapedia-listing ol li {
    font-style: italic;
    font-weight: 600;
    color: #000;
    display: inline-block;
    margin-bottom: 8px;
    counter-increment: step-counter;
    padding-left: 18px;
    position: relative;
}

.opportunities .subapedia-listing ul li:before,
.opportunities .subapedia-listing ol li:before {
    content: counter(step-counter)".";
    font-weight: 600;
    color: #000;
    position: absolute;
    top: 0;
    font-style: normal;
    text-align: right;
    width: 30px;
    left: -18px;
}

.opportunities .subapedia-listing p {
    font-style: italic;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.6;
}

.opportunities .subapedia-listing p b {
    font-weight: 600;
}

.opportunities .subapedia-listing p a,
.opportunities .subapedia-listing ul li a,
.opportunities .subapedia-listing ol li a {
    color: #fc1c9a;
}

.opportunities .subapedia-listing p a:hover,
.opportunities .subapedia-listing ul li a:hover,
.opportunities .subapedia-listing ol li a:hover,
.opportunities .subapedia-listing p a:focus,
.opportunities .subapedia-listing ul li a:focus,
.opportunities .subapedia-listing ol li a:focus {
    color: #fc1c9a;
    text-decoration: underline;
}

.reply-form span.wpcf7-not-valid-tip {
    display: none;
}

.reply-form .form-control.wpcf7-not-valid {
    border-color: red;
}

.reply-form div.wpcf7-response-output {
    margin: 10px 0 0;
    background-color: #f2dede;
    border: solid 1px #ebccd1;
    border-radius: 4px;
    color: #a94442;
    line-height: 2.5;
}

.reply-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.reply-form .wpcf7-form-control-wrap {
    position: inherit;
}

.testimonial-inner {
    position: relative;
}

.testimonial-descp .tags-section {
    position: absolute;
    bottom: 0;
}

.date-calender:before {
    margin-right: 10px;
}


/** Footer Sticky Popup End **/


/** Pre Purchase Page **/

.chk-icon.chk-icon-half li {
    width: 50%;
    vertical-align: top;
    padding-right: 15px;
    display: inline-block;
    margin-right: -4px !important;
    margin-bottom: 0px !important;
}

.service .opportunities ul.big-chk-icon li {
    background: url(../images/service/big-chk--list-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 8px !important;
    margin: 8px 0 20px !important;
    padding-left: 85px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.service .opportunities ul.big-chk-icon {
    margin-bottom: 40px;
}

.service .opportunities ul.no-chk li {
    background: transparent;
    position: relative;
    padding-left: 22px;
    margin: 10px 0;
}

.service .opportunities ul.no-chk {
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

.service .opportunities ul.no-chk li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000;
}

.footer-light-grey {
    min-height: 260px;
}

.footer-map {
    min-height: 259px;
}

.execphpwidget img {
    height: auto;
    min-height: 260px;
}

.Zebra_DatePicker td.dp_today,
.Zebra_DatePicker td.dp_clear {
    background: #DEDEDE;
}

.Zebra_DatePicker td.dp_hover {
    background: #039 !important;
    color: #fff !important;
}

.Zebra_DatePicker .dp_footer {
    border-collapse: separate;
    border-spacing: 10px 5px;
}

.clutch-nonturboo img+div.clutch-turbo-content {
    width: auto;
    margin-left: 20px;
}


/** Malfunction Codes Page **/

.malfunction-page .full-size-img {
    margin-bottom: 30px;
}

.subaru-air-conditioning-repairs.malfunction-page p {
    margin-bottom: 20px;
}

.malf-icons {
    margin: 20px 0 40px;
    padding: 0;
}

.malfunction-gray {
    position: relative;
    width: 100%;
    background: #fbfbfb;
    padding: 45px 0 30px;
    margin: 40px 0;
}

.malfunction-gray h3,
.malfunction-search-cover h3 {
    color: #58595b;
    font-size: 35px;
    margin-bottom: 20px;
}

.malfunction-gray p {
    color: #414242;
    line-height: 28px;
    margin-bottom: 15px;
}

ul.malf-icons li {
    display: inline-block;
    width: 24%;
    margin-right: -4px;
    vertical-align: middle;
    text-align: center;
}

ul.malf-icons li img {
    display: inline-block;
    margin: 0 auto;
}

.malfunction-search-cover .malf-search {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.malfunction-search-cover .malf-search:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #02a8fc;
}

.malfunction-search-cover .malf-search:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #02a8fc transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.malf-search label {
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    font-size: 16px;
}

.malf-search .form-group {
    margin-right: 20px;
}

.malf-search .form-control {
    background: #fff;
    height: 46px;
    width: 280px;
    border: solid 1px #cfcece;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    color: #6c6c6c;
    margin: 0 10px;
    padding-right: 30px;
}

.malf-search select.form-control {
    background: #fff url(../images/engine/engine-select-arrow.png) no-repeat;
    background-position: 96% 50%;
}

.malf-search .adv-srch {
    margin-top: 12px;
}

.malf-search .adv-srch p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-decoration: underline;
}

.malf-search .adv-srch p a {
    color: #02a8fc;
    text-transform: uppercase;
}

.malfunction-search-cover .malf-list {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.malfunction-search-cover .malf-list ul {
    margin: 0;
    padding: 0;
}

.malfunction-search-cover .malf-list ul li {
    display: inline-block;
    width: 48%;
    margin-right: 3.6%;
    vertical-align: top;
    font-weight: 800;
    font-size: 15px;
    color: #414242;
    margin-bottom: 15px;
    position: relative;
    min-height: 21px;
}

.malfunction-search-cover .malf-list ul li:nth-child(2n) {
    margin-right: 0;
}

.malfunction-search-cover .malf-list ul li a {
    color: #414242;
    display: block;
    position: relative;
    padding-right: 35px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.malfunction-search-cover .malf-list ul li a:hover,
.malfunction-search-cover .malf-list ul li a.active,
.malfunction-search-cover .malf-list ul li a.active:after {
    color: #02a8fc;
    text-decoration: underline;
}

.malfunction-search-cover .malf-list ul li a.active:after {
    text-decoration: none;
}

.malfunction-search-cover .malf-list ul li a:after {
    content: "\f129";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: solid 1px #000;
    text-align: center;
    line-height: 21px;
    border-radius: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.malfunction-search-cover .malf-list ul li a:hover:after {
    border-color: #02a8fc;
    color: #02a8fc;
}


/** Service banner **/

.engine-banner {
    height: 633px;
}

.banner.banner-inner-service {
    height: 670px;
	background-position: center 50px !important;
}

.banner.banner-inner-service.testimonails {
    height: 730px;
    background-position: center right;
}

.banner.banner-inner-service .banner-left, .postid-1673 .banner.banner-inner-service .banner-left, .postid-1674 .banner.banner-inner-service .banner-left  {
    width: auto;
    position: relative;
    float: left;
    margin-top: 60px;
    margin-left: 20px;
    text-align: center;
}
.postid-93 .banner.banner-inner-service .banner-left, .postid-94 .banner.banner-inner-service .banner-left, .postid-96 .banner.banner-inner-service .banner-left {
    width: auto;
    position: relative;
    float: left;
    margin-top: 45px;
    margin-left: 20px;
    text-align: center;
}
.postid-106 .banner.banner-inner-service .banner-left, .postid-108 .banner.banner-inner-service .banner-left, .postid-109 .banner.banner-inner-service .banner-left, .postid-111 .banner.banner-inner-service .banner-left, .postid-98 .banner.banner-inner-service .banner-left, .postid-99 .banner.banner-inner-service .banner-left, .postid-97 .banner.banner-inner-service .banner-left, .postid-103 .banner.banner-inner-service .banner-left, .postid-104 .banner.banner-inner-service .banner-left, .postid-100 .banner.banner-inner-service .banner-left, .postid-101 .banner.banner-inner-service .banner-left, .postid-110 .banner.banner-inner-service .banner-left, .postid-1677 .banner.banner-inner-service .banner-left, .postid-1675 .banner.banner-inner-engine .banner-left, .postid-1678 .banner.engine-head-gaskit .banner-left, .postid-1679 .banner.banner-inner-engine .banner-left {
    width: auto;
    position: relative;
    float: left;
    margin-top: 45px;
    margin-left: 20px;
    text-align: center;
}	

.banner-left {
    width: auto;
    position: relative;
    float: left;
    margin-top: 55px;
    margin-left: 20px;
    text-align: center;
}

.banner-inner-service h1, .banner .banner-inner-service .banner-cooling .banner-left h1 {
    margin-top: 0;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 50px;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0;
}

.banner-inner-engine h1 {
     margin-top: 0;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 50px;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0;
}

.banner-inner-engine h2 {
    margin-top: 0;
    font-size: 30px;
    color: #fff;
    line-height: 80px;
    text-align: center;
}

.banner-thr-box {
    margin: 20px auto 0;
    padding: 0;
    width: 440px;
}

.banner-text-bottom {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 62%;
}

.banner-inner-service h1 small {
    font-size: 40px;
    color: #0463ac;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}/** This is how you can target the different page banner CSS **/.postid-106 .banner-inner-service h1 small{	display:inline-block;}/** This is how you can target the different page banner CSS end **/

.postid-1677 .banner-inner-service h1 small, .postid-1679 .banner-inner-engine h1 small {
    font-size: 40px;
    color: #FF0000;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.banner-thr-box li {
    display: inline-block;
    margin-right: 1%;
    width: 32%;
    vertical-align: middle;
}

.banner-thr-box li:last-child {
    margin-right: 0;
}

.banner-thr-box li img {
    border: solid 2px #fff;
}

.banner-black-btn {
    display: inline-block;
    width: 100%;
    max-width: 440px;
    background: rgba(0, 0, 0, 0.80);
    font-size: 40px;
    color: #0463ac;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: center;
    margin-top: 10px;
    border: solid 1px transparent;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.banner-black-btn:hover,
.banner-black-btn:focus {
    background: #0463ac;
    border-color: #000;
    color: #000;
}

.banner-text-bottom h2 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 0px 0px 20px #000;
	    text-align: right;
}


/** Super-pedia banner **/

.rob-chris-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    max-width: 810px;
}


/** Contact Us Banner **/

.banner-inner.banner-text-new {
    width: 60%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 66%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner-inner-service .banner-inner.banner-text-new h1 {
    color: #fff;
    margin-bottom: 5px;
    padding: 0;
    line-height: 1;
    font-size: 60px;
}

.banner-inner.banner-text-new h1:after {
    display: none;
}

.banner-inner.banner-text-new h2 {
    position: relative;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 0 5px;
    line-height: 1.3;
}


/** About banner **/

.banner-inner.banner-text-new.banner-text-full {
    width: 100%;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
}

.banner-inner.banner-text-new.banner-text-full ul {
    margin: 20px 0 0;
    padding: 0;
}

.banner-inner.banner-text-new.banner-text-full ul li {
    display: inline-block;
    border-right: solid 4px #fff;
    padding-right: 30px;
    margin-right: 28px;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1px;
}

.banner-inner.banner-text-new.banner-text-full ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}


/** Testimonial page **/

.banner-inner.banner-text-new.banner-text-testi {
    width: 40%;
    top: 60%;
    left: 11%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    position: absolute;
}

.banner-inner.banner-text-new.banner-text-testi h1 {
    color: #e8008a;
    margin-bottom: 5px;
    padding: 0;
    line-height: 1;
    font-size: 73px;
}

.banner-inner.banner-text-new.banner-text-testi h2 {
    color: #ffffff;
}

.banner-inner.banner-text-new.banner-text-testi h1:before,
.banner-inner.banner-text-new.banner-text-testi h1:after {
    display: none;
}


/** Service Head gasekit banner **/

.banner-head-gaskets .banner-left {
    margin-top: 90px;
}


.banner-head-gaskets .banner-left .banner-thr-box {
    margin-top: 20px;
}

.banner-thr-box li h2 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 10px;
}

.banner-head-gaskets.banner-cooling .banner-left {
    margin-left: 0px;
    margin-top: 18px;
}

/*
.banner-engine-repairs.banner-repairs .banner-left {
    margin-left: 5%;
    margin-top: 75px;
}
*/

.banner.gearbox-banner.transmission .banner-left {
    margin-left: 5%;
    margin-top: 75px;
}

.postid-1291 .banner.gearbox-banner.transmission .banner-left, .postid-1289 .banner.gearbox-banner .banner-left, .postid-1282 .gearbox-banner-text.gearbox-banner-text-with-images .banner-left {
    margin-left: 5%;
    margin-top: 40px;
}

.postid-1285 .gearbox-banner-text.gearbox-banner-text-with-images .banner-left {
    margin-left: 5%;
    margin-top: 10px;
}

.banner-pedia .banner-left {
    margin-top: 120px;
    margin-left: 80px;
}

.banner-pedia .banner-left h1 {
    font-size: 40px;
    padding-bottom: 0;
    line-height: 60px;
}

.banner-pedia .banner-left h2 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: normal;
    text-align: center;
    line-height: 1.4;
}

#carousel-example-generic .item .col-md-7.col-md-offset-5 {
    min-height: 500px;
}


/** Thankyou Pages **/

.thanku-banner {
    background: url(../images/thank-you-background.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 780px;
    display: block;
    width: 100%;
}

.thanku-banner-inner {
    position: relative;
    margin-top: 170px;
}

.thanku-banner-text {
    text-align: center;
    margin-top: 70px;
}

.thanku-banner-text h3 {
    font-size: 100px;
    color: #da0184;
    margin-bottom: 30px;
}

.thanku-banner-text h4 {
    font-size: 68px;
    color: #da0184;
    margin-bottom: 20px;
}

.thanku-banner-text p {
    font-size: 40px;
    color: #414242;
    line-height: 46px;
}

.thanku-contact-dtl p span {
    font-size: 26px;
}

.thanku-contact-dtl p a {
    font-size: 50px;
    color: #da0184;
    display: inline-block;
    vertical-align: middle;
}

.thanku-contact-dtl p a:hover {
    color: #bf0074;
}

.thanku-contact-dtl {
    position: relative;
}

.thanku-contact-dtl:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #b7b8b8;
    margin: 30px auto;
}

.subapedia-latest-posts {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/** Services Side button **/

ul.services-top-buttons {
    position: absolute;
    top: 7px;
    right: 52px;
    width: 253px;
}

ul.services-top-buttons li {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.row.air-conditioning .col-md-12 ul.services-top-buttons li a {
    display: block;
    background: #027ffd;
    border: solid 1px transparent;
    height: auto;
    line-height: 2.1;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 6px;
    margin-bottom: 10px;
    vertical-align: middle;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.row.air-conditioning .col-md-12 ul.services-top-buttons li a:hover,
.row.air-conditioning .col-md-12 ul.services-top-buttons li a:focus {
    color: #027ffd;
    border-color: #027ffd;
    background: #fff;
}

.row.air-conditioning .col-md-12 {
    padding-right: 350px;
}

.clutch-norrie-andreson .container .row {
    display: table;
    width: 100%;
}


/** Wheel banner **/

/*.wheel-white-heading {
    background: #fff;
    padding: 25px;
    max-width: 440px;
}
*/
.wheel-white-heading p {
    font-family: 'Fjalla One', sans-serif;
	margin-top: 0;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 50px;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0;
}

.wheel-white-heading p small {
    font-size: 40px;
    color: #0463ac;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}

.searchwp-live-search-result p {
    padding: 0 !important;
}

.searchwp-live-search-result a {
    color: #010101;
    font-size: 16px;
    font-weight: 400;
    padding: 1em;
    background: #f5f5f5;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.searchwp-live-search-result a:hover,
.searchwp-live-search-result a:focus {
    color: #df0185;
    background: #fff;
}

.clutch-repair .ejengines .blocks-engine p {
    text-align: center;
}

#appointment-main,
#packages {
    display: block;
    height: 135px;
    margin-top: -115px;
}

.basic-head-gasket-iner .selecrt-option-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
}

.basic-head-gasket-iner .selecrt-option-btn label {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    padding: 10px 0;
}

.basic-head-gasket-iner .selecrt-option-btn .cust-checkbox {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    top: -3px;
}

.basic-head-gasket-iner .selecrt-option-btn input[type="radio"]:checked + span.cust-checkbox {
    background: #fff;
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.basic-head-gasket-iner .selecrt-option-btn input[type="radio"]:checked + span.cust-checkbox:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 7px;
    background: transparent;
    top: 7px;
    left: 5px;
    border: 3px solid #84c02f;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#myModalGetQuote .modal-content {
    margin: 0;
}

.modal-backdrop {
    z-index: 9999;
}

.modal {
    z-index: 99999;
}


/*** NEW SEARCH IN GEARBOX ***/

.gearbox-new-search-outer {
    display: block;
    margin: 50px 0 20px;
    padding: 0 15px;
}

.gearbox-new-search-inner {
    display: block;
    position: relative;
}

.gearbox-new-search-outer h1 {
    text-align: center;
}

.search-steps {
    display: block;
    margin: 30px 0;
}

.search-steps ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.search-steps ul li {
    display: inline-block;
    width: 30%;
    background: #414242;
    position: relative;
    margin-left: 3.4%;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 27px 0;
}

.search-steps ul li:first-child {
    margin-left: 1.9%;
    float: left;
}

.search-steps ul li:last-child {
    float: right;
}

.search-steps ul li strong {
    color: #6cb504;
}

.search-steps ul li:before {
    content: "";
    background-image: url(../images/new-images/step-1-icon-gb.png);
    background-position: 0 0;
    background-size: 100% 100%;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    left: -28px;
}

.search-steps ul li:nth-child(2):before {
    background-image: url(../images/new-images/step-2-icon-gb.png);
    width: 46px;
    height: 46px;
}

.search-steps ul li:last-child:before {
    background-image: url(../images/new-images/step-3-icon-gb.png);
}

.search-steps ul li:after {
    content: "........";
    position: absolute;
    top: 50%;
    right: -51px;
    font-weight: 700;
    color: #858585;
    font-size: 30px;
    z-index: -1;
    line-height: 1;
    margin-top: -22px;
}

.search-steps ul li:last-child:after {
    display: none;
}

.search-showcase {
    background: #f0f0f0;
    border: solid 1px #b8b8b8;
    border-radius: 2px;
    padding-top: 20px;
    position: relative;
    display: block;
}


/*
.search-showcase.hide-showcase-table{

    -webkit-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
    transform: scale(0.5);
}
*/

.search-showcase .search-showcase-heading,
.search-showcase-search .search-showcase-heading {
    float: left;
    width: 100%;
    padding: 8px 30px;
    background: #414242;
    clear: both;
}

.search-showcase-heading h2 {
    font-size: 25px;
    text-align: center;
    color: #84c02f;
    text-transform: uppercase;
    text-align: left;
    float: left;
    line-height: 35px;
    position: relative;
    top: 1px;
    margin-top: 10px;
}

.search-showcase-search .search-showcase-heading h2 {
    color: #dcdcdc;
}

.search-showcase-heading .advanced-btn {
    float: right;
    font-size: 20px;
    text-align: center;
    color: #274201;
    text-transform: uppercase;
    background: #84c02f;
    border-radius: 4px;
    min-width: 168px;
    line-height: 1.7;
    margin-top: 10px;
}

.search-showcase-heading .advanced-btn:after {
    content: "";
    position: relative;
    width: 115px;
    height: 1px;
    display: block;
    background: #274201;
    top: -7px;
    margin: 0 auto;
}

.search-showcase-heading .advanced-btn:hover {
    background: #a4ec3c;
    color: #274201;
}

.search-showcase-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 20px;
    border-collapse: separate;
    padding: 10px;
}

.search-showcase-table.hide-showcase-table .search-showcase-data {
    display: none;
}

.search-showcase-table .search-showcase-row {
    display: table-row;
}

.search-showcase-table .search-showcase-data {
    display: table-cell;
    width: 16.66%;
    vertical-align: middle;
    background: #fff;
    height: 160px;
    border: solid 2px transparent;
    cursor: pointer;
}

.search-showcase-data figure {
    text-align: center;
    min-height: 80px;
    margin: 20px 0;
}

.search-showcase-data figure img {
    display: inline-block;
    margin: 0 auto;
    max-width: 98%;
}

.search-showcase-data figcaption {
    font-size: 26px;
    text-align: center;
    color: #9e9e9e;
    text-transform: uppercase;
}

.search-showcase-data figcaption a {
    color: #9e9e9e;
}

.search-showcase-data figcaption a:hover,
.search-showcase-data:hover figcaption a {
    color: #84c02f;
}

.search-showcase-table .search-showcase-data:hover {
    border-radius: 4px;
    border-color: #84c02f;
}

.search-showcase-data:hover figcaption {
    color: #84c02f;
}

.search-showcase-table .search-showcase-data.empty,
.search-showcase-table .search-showcase-data.empty:hover {
    cursor: cell;
    border: solid 2px transparent;
    border-radius: 0px;
}

.search-showcase-search {
    display: none;
    background: #f0f0f0;
    border: solid 1px #b8b8b8;
    border-radius: 2px;
    padding-top: 20px;
    position: relative;
    /*
     -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
*/
}


/*.search-showcase-search.show-showcase-search{
    display: block;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    transform: scale(1) ;
  transform-origin: top;
}*/

.search-showcase-search form {
    padding: 0 30px;
}

.search-showcase-search .spacing {
    padding: 40px 0;
}

.new-clear-search {
    float: right;
    font-size: 17px;
    text-align: center;
    color: #cdcdcd;
    text-transform: uppercase;
    background: #7d7d7d;
    border-radius: 4px;
    min-width: 168px;
    line-height: 2.1;
    margin-right: 30px;
    letter-spacing: 0.03em;
}

.new-clear-search i {
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.new-clear-search:hover,
.new-clear-search:focus {
    background: #414242;
    color: #fff;
}

.form-group-left,
.form-group-right {
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
    width: 76%;
}

.form-group-left {
    width: 24%;
    padding-right: 15px;
}

.form-group-left figure {
    display: block;
    margin: 30px 0 10px;
}

.form-group-left figure img {
    max-width: 90%;
}

.form-group-left figcaption {
    font-size: 40px;
    text-align: center;
    color: #9e9e9e;
    text-transform: uppercase;
}

.form-group-right .form-group {
    display: inline-block;
    width: 32.1%;
    margin-right: 1.3%;
    margin-bottom: 0;
    position: relative;
}

.form-group-right .form-group:last-of-type {
    margin-right: 0;
}

.form-group-right .form-group label {
    font-size: 26px;
    text-align: center;
    color: #84c02f;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
    letter-spacing: normal;
    font-weight: normal;
}

.form-group-right .form-group label.error {
    display: none !important;
}

.form-group-right .form-group .form-control {
    width: 100%;
    font-size: 20px;
    text-align: center;
    text-align-last: center;
    color: #9e9e9e;
    border: solid 1px transparent;
    box-shadow: none;
    border-radius: 0px;
    height: 55px;
    background-color: #fff;
    text-transform: uppercase;
    padding: 6px 30px;
}

.form-group-right .form-group .form-control.error {
    border-color: #f00;
}

.form-group-right .form-group select.form-control {
    background: #fff url(../images/form-arrow.png) no-repeat;
    background-position: 96% 50%;
}

.btn-find-gearbox {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    line-height: 1.8;
    background: #84c02f;
    border: none;
    letter-spacing: normal;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    padding-top: 4px;
    font-weight: normal;
}

.btn-find-gearbox:hover,
.btn-find-gearbox:focus {
    background: #274201;
    color: #fff;
}

.form-group-right .form-group .ajax-loader {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.form-group-right #loader {
    background: #fff;
    border-radius: 100%;
    padding: 2px;
    width: 16px;
    position: relative;
    top: -43px;
    margin-left: 15px;
}

.search-contact-info {
    background: #fff;
    border: solid 1px #b8b8b8;
    border-radius: 2px;
    margin-top: 30px;
    position: relative;
    padding: 15px 0;
}

.search-contact-info p {
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    color: #787878;
    letter-spacing: 0.02em;
}

.search-contact-info p strong {
    font-weight: normal;
    font-size: 32px;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: normal;
    font-weight: normal;
}

.search-contact-info p a {
    color: #84c02f;
    text-decoration: underline;
    font-weight: normal;
}

.search-contact-info p a:hover,
.search-contact-info p a:focus {
    color: #84c02f;
    text-decoration: none;
}


/** POP UP **/

.popup {
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    background: rgba(255, 255, 255, 0.85);
    bottom: -1px;
    z-index: 999;
}

.popup-inner {
    max-width: 830px;
    width: 98%;
    padding: 107px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.70);
    border: solid 1px rgba(135, 135, 135, 0.6);
}

.popup-close {
    width: 34px;
    height: 34px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    background: transparent;
    border: solid 4px #808080;
}

.popup-close:after,
.popup-close:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    height: 4px;
    width: 16px;
    border-radius: 30px;
    background: #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: #f00;
    text-decoration: none;
    border-color: #f00;
}

.popup-close:hover:after,
.popup-close:hover:before {
    background: #fff;
}

.popup-search-cover {
    display: block;
    border: solid 1px #b8b8b8;
    padding: 10px 0 25px;
    background: #e8e8e8;
    max-width: 625px;
    margin: 0 auto 30px;
    border-radius: 2px;
}

.popup-search-cover:last-child {
    margin-bottom: 0;
}

.popup-search-cover .popup-search-heading {
    display: block;
    width: 100%;
    padding: 8px 30px;
    background: #414242;
    margin-bottom: 20px;
}

.popup-search-cover .popup-search-heading h4 {
    font-size: 21px;
    color: #dcdcdc;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
}

.popup-search-cover form {
    display: block;
    padding: 0 30px;
}

.popup-search-cover form p {
    font-size: 11px;
    color: #777676;
    margin-bottom: 8px;
}

.popup-search-cover form .form-group {
    display: block;
    position: relative;
    margin: 0;
}

.popup-search-cover form .form-group label.error {
    display: none !important;
}

.popup-search-cover form .form-group .form-control {
    display: block;
    font-size: 18px;
    color: #9e9e9e;
    background: #fff;
    border: solid 1px transparent;
    box-shadow: none;
    border-radius: 0px;
    padding-right: 150px;
}

.popup-search-cover form .form-group .form-control.error {
    border-color: #f00;
}

.popup-search-cover form#gearbox-search-trans .form-group .form-control {
    display: inline-block;
    padding: 6px 12px;
    width: 51%;
    vertical-align: top;
}

.trans_year_box {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

.popup-search-cover .alert-error {
    display: block;
    white-space: nowrap;
    color: #f00;
    padding: 1px 5px;
    background: rgba(255, 0, 0, 0.14);
    position: absolute;
    bottom: -23px;
    border-radius: 4px;
    left: 0;
    right: 0;
    font-size: 12px;
}

img#loader_trans,
.gearbox-new-search-outer img#ajax-loader {
    position: absolute;
    top: 10px;
    right: 3px;
    background: #fff;
    border-radius: 100%;
    padding: 2px;
    width: 16px;
}

img#loader_vinsearch {
    position: absolute;
    right: 3px;
    top: 10px;
    background: #fff;
    border-radius: 100%;
    padding: 2px;
    width: 16px;
}

.popup-search-cover form#gearbox-search-trans .form-group .trans_year_box .form-control {
    width: 100%;
}

.popup-search-cover form .form-group .popup-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    min-width: 127px;
    line-height: 2;
    background: #84c02f;
    border: none;
    letter-spacing: 0.03em;
    box-shadow: -10px 0px 0px #e8e8e8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.popup-search-cover form .form-group .popup-search-btn:hover {
    background: #274201;
    color: #fff;
}


/*** NEW SEARCH IN GEARBOX END ***/


/*** NEW SEARCH RESULT IN GEARBOX ***/

.result-heading h1 {
    font-size: 34px;
    color: #414242;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    padding: 0 10%;
    margin-top: 50px;
}

.result-heading:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #5d5d5d;
    margin: 25px auto 40px;
}

.new-search-result-outer .search-product-img-width {
    max-width: 500px;
    display: block;
}

.new-search-result-outer .search-product-info-width {
    max-width: 670px;
    display: block;
    float: right;
}

.search-product-img-width .engine-prod-img .carousel-indicators {
    left: 0;
    width: 100%;
    right: 0;
    margin-left: 0;
}

.product-detail-list {
    margin: 0;
    padding: 0;
}

.product-detail-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    text-transform: capitalize;
    color: #84c02f;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    margin-right: 10px;
}

.product-detail-list li strong {
    color: #616161;
    font-weight: normal;
}

.product-detail-list li:first-child,
.product-detail-list li:nth-child(2),
.product-detail-list li:nth-child(3),
.product-detail-list li:nth-child(4) {
    width: 50%;
    margin-right: -4px;
    padding-right: 1px;
}

.product-detail-table-outer h3 {
    font-size: 25px;
    color: #616161;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 30px;
}

.product-detail-table-outer .product-detail-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 40px;
}

.product-detail-table .product-table-row {
    display: table-row;
    background: #f4f4f4;
}

.product-detail-table .product-table-row:nth-child(2n) {
    background: #fff;
}

.product-detail-table .product-table-row .product-table-data {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    color: #616161;
    letter-spacing: 0.03em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-detail-table .product-table-row .product-table-data:nth-child(2) {
    width: 35%;
    text-align: left;
}

.product-detail-table .product-table-row:first-child .product-table-data:nth-child(2) {
    text-align: center;
}

.product-table-data input[type=radio],
.product-table-data input[type=checkbox] {
    display: none;
}

.product-table-data label {
    text-align: center;
    font-size: 18px;
    color: #616161;
    letter-spacing: normal;
    font-weight: normal;
    display: block;
    cursor: pointer;
    text-align: center;
}

.product-table-data a {
    color: #616161;
    text-decoration: underline;
}

.product-table-data a:hover {
    color: #84c02f;
    text-decoration: none;
}

.product-detail-table .product-table-row.selected .product-table-data,
.product-detail-table .product-table-row.selected .product-table-data label {
    color: #84c02f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-detail-table .product-table-row:first-child .product-table-data {
    color: #979797;
}

span.new-custom-checkbox {
    background: #fff;
    border: solid 1px #a1a2a2;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 7px;
    cursor: pointer;
    border-radius: 0px;
    display: inline-block;
    margin-left: 0px;
    top: -2px;
    position: relative;
}

.product-table-data input[type=checkbox]:checked + span.new-custom-checkbox {
    background: #fff;
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-color: #a1a2a2;
}

.product-table-data input[type=checkbox]:checked + span.new-custom-checkbox:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #a1a2a2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.product-detail-table-outer {
    position: relative;
    height: 100%;
}

.product-detail-table-outer:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #5d5d5d;
    margin: 10px 0 20px;
}

.product-quote-btn {
    width: 100%;
    border: solid 1px transparent;
    border-radius: 0px;
    box-shadow: none;
    font-size: 25px;
    color: #fff;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 2.1;
    background: #84c02f;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-quote-btn:hover {
    background: #fff;
    color: #84c02f;
    border-color: #84c02f;
}

.product-trust-text p {
    font-size: 18px;
    color: #84c02f;
    letter-spacing: normal;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
}

.level-list-outer {
    display: block;
    margin-top: 40px;
}

.level-list-outer article {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.level-list-outer article:after {
    content: "........";
    position: absolute;
    top: 100%;
    right: 0;
    font-weight: 700;
    color: #cfcfcf;
    font-size: 24px;
    z-index: -1;
    line-height: 1;
    left: 0;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 4px;
    height: 0px;
}

.level-list-outer article:last-of-type:after {
    display: none;
}

.level-list-outer article .level-heading {
    width: 100%;
    display: block;
    padding: 8px 15px;
    text-align: center;
    border: none;
}

.level-list-outer article .level-heading.yellow-back {
    background: #fab325;
}

.level-list-outer article .level-heading.orange-back {
    background: #ef6d3b;
}

.level-list-outer article .level-heading.red-back {
    background: #e84a4b;
}

.level-list-outer article .level-heading h2 {
    font-size: 30px;
    color: #fff;
    letter-spacing: normal;
}

.level-list-outer article .level-inner {
    padding: 35px 40px 40px;
    border: solid 1px #939598;
    border-top: none;
}

article .level-inner .level-left {
    float: left;
    width: 63%;
    font-size: 15px;
    color: #464646;
    line-height: 1.7em;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

article .level-inner .level-right {
    float: right;
    width: 33%;
    margin-top: 0;
    margin-right: 0%;
    font-family: 'Open Sans', sans-serif;
}

article .level-inner h4,
article .level-inner h3 {
    font-size: 26px;
    color: #464646;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 25px 0 15px;
    font-family: 'Fjalla One', sans-serif;
    margin-bottom: 20px;
}

article .level-inner h4:first-child,
article .level-inner h3:first-child {
    margin-top: 0;
}

article .level-inner p {
    font-size: 15px;
    color: #464646;
    line-height: 1.8;
    margin-bottom: 15px;
}

.level-gearbox-img {
    display: block;
    margin-top: 32px;
}

.level-gearbox-img figure {
    float: left;
    background: #f6f6f6;
    width: 49.2%;
    max-width: 475px;
    height: 328px;
    text-align: center;
}

.level-gearbox-img figure img {
    display: inline-block;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.level-gearbox-img figcaption {
    float: right;
    width: 49.2%;
    border: solid 1px rgba(0, 0, 0, 0.14);
    padding: 35px 36px;
}

.level-gearbox-img figcaption p {
    font-style: italic;
    font-size: 14px;
    color: #464646;
    line-height: 1.4em;
    font-weight: 600;
    position: relative;
    padding: 0 8px;
    margin-bottom: 20px;
    text-align: center;
}

.level-gearbox-img figcaption p:first-child:before,
.level-gearbox-img figcaption p:last-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    background: url('../images/gearbox/quotes-open-black.png') no-repeat 0 0;
    background-size: 100%;
    width: 14px;
    height: 17px;
}

.level-gearbox-img figcaption p:last-of-type:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: -5px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.level-gearbox-img figcaption .strength-text,
.level-gearbox-img figcaption .strength-image {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: middle;
    text-align: center;
}

.level-gearbox-img figcaption .strength-text h5 {
    font-size: 20px;
    color: #414242;
    font-weight: normal;
    text-transform: capitalize;
}

.level-gearbox-img figcaption .strength-text h5 small {
    font-size: 11px;
    color: #7a7a7a;
    font-weight: 700;
    display: block;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: normal;
    font-family: 'Fjalla One', sans-serif;
}

article .level-inner .level-right ul {
    margin: 0;
    padding: 0;
}

article .level-inner .level-right ul {
    margin-bottom: 30px;
}

article .level-inner .level-right ul li {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #464646;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

article .level-inner .level-right ul li:before {
    content: "";
    background: url(../images/engine/cooling-text-list-icon.jpg) no-repeat;
    width: 16px;
    height: 17px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 2px;
}

article .level-inner .level-right .other-feature-list {
    width: 100%;
    background: #efefef;
    text-align: center;
    padding: 26px 20px;
    font-family: 'Fjalla One', sans-serif;
}

article .level-inner .level-right .other-feature-list ul {
    display: block;
    margin: 0 auto;
    text-align: left;
}

article .level-inner .level-right .other-feature-list li {
    color: #838383;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 26px;
}

article .level-inner .level-right .other-feature-list li:before {
    content: "\f138";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 6px;
    top: 5px;
    color: #949494;
    background: none;
}

article .level-inner .level-right .other-feature-list li a {
    color: #838383;
    display: inline-block;
}

article .level-inner .level-right .other-feature-list li a:hover,
article .level-inner .level-right .other-feature-list li a:focus {
    color: #a7ca76;
}

article .level-inner .level-right .other-feature-list li a:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #a7ca76;
    margin: 2px 0 0;
}

.urget-quote {
    float: left;
    width: 100%;
    text-align: center;
    background: #dddddd;
    padding: 15px;
    margin-bottom: 15px;
}

.modal-form-body .urget-quote label {
    font-weight: 600;
}

.modal-form-body .urget-quote label a {
    color: #6cb504;
}

.modal-form-body #contact_form_search .form-group.nt-sure-cvr p {
    padding: 0 12%;
}

.modal-form-body #contact_form_search .form-outer {
    margin-bottom: 0;
}

.modal-form-body .urget-quote label a:hover {
    color: #4c8002;
}

.modal-form-body #contact_form_search .form-group label.error {
    display: none !important;
}

img#gear_pop_loader {
    position: relative;
    top: -37px;
    left: 15px;
    background: #fff;
    border-radius: 100%;
    padding: 2px;
    width: 16px;
}

.result-heading {
    margin-top: 30px;
}

div#search {
    display: block;
    height: 120px;
    margin-top: -120px;
}


/*** NEW SEARCH RESULT IN GEARBOX END ***/


/*** NEW SEARCH RESULT IN Engine***/

.engine-new-search-outer .search-steps ul li:before {
    background-image: url(../images/new-images/step-1-icon-eng.png);
}

.engine-new-search-outer .search-steps ul li:nth-child(2):before {
    background-image: url(../images/new-images/step-2-icon-eng.png);
}

.engine-new-search-outer .search-steps ul li:last-child:before {
    background-image: url(../images/new-images/step-3-icon-eng.png);
}

.engine-new-search-outer .search-steps ul li strong {
    color: #dd1212;
}

.engine-new-search-outer .search-showcase-heading h2 {
    color: #fff;
}

.engine-new-search-outer .search-showcase-data:hover figcaption {
    color: #ff0000;
}

.engine-new-search-outer .search-showcase-table .search-showcase-data:hover {
    border-radius: 4px;
    border-color: #ff0000;
}

.engine-new-search-outer .search-showcase-data figcaption a:hover,
.engine-new-search-outer .search-showcase-data:hover figcaption a {
    color: #ff0000;
}

.engine-new-search-outer .popup-search-cover form .form-group .popup-search-btn,
.engine-new-search-outer .btn-find-gearbox,
.engine-search-result-outer .product-quote-btn {
    background: #ff0000;
}

.engine-new-search-outer .popup-search-cover form .form-group .popup-search-btn:hover,
.engine-new-search-outer .btn-find-gearbox:hover {
    background: #9E0101;
}

.engine-new-search-outer .form-group-right .form-group label,
.engine-new-search-outer .search-contact-info p a {
    color: #ff0000;
}

.engine-new-search-outer .search-contact-info p a:hover,
.engine-new-search-outer .search-contact-info p a:focus {
    color: #9E0101;
}

.engine-search-result-outer .product-detail-list li,
.engine-search-result-outer .product-trust-text p {
    color: #ff0000;
}

.engine-search-result-outer .product-detail-table .product-table-row.selected .product-table-data,
.engine-search-result-outer .product-detail-table .product-table-row.selected .product-table-data label {
    color: #ff0000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.engine-search-result-outer .product-table-data a:hover {
    color: #ff0000;
    text-decoration: none;
}

.engine-search-result-outer .product-quote-btn:hover {
    background: #fff;
    color: #ff0000;
    border-color: #ff0000;
}

.modal-form-body .eng-type-two .form-group.textarea textarea.form-control {
    min-height: 220px;
}

.modal-form-body .eng-type-two .form-group.textarea {
    width: 100%;
    padding: 0;
    margin-right: 0;
}


/*** NEW SEARCH RESULT IN Engine END ***/


/*** SEO LANDING PAGES ***/

.gearbox-car-info {
    display: block;
    width: 100%;
    margin-top: 50px;
	margin-bottom: 50px;
}

.gearbox-car-info-left,
.gearbox-car-info-right {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top;
}

/*.gearbox-car-info-left,
.gearbox-car-info-right {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: middle;
}*/

.gearbox-car-info-left {
    padding-right: 50px;
}


.gearbox-car-info-right h2 {
    font-size: 25px;
    color: #484848;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: normal;
    position: relative;
    display: block;
   
}

.gearbox-car-info-right p {
    font-size: 15px;
    color: #414242;
    line-height: 1.8;
    text-align: justify;
   
}

/*.gearbox-car-info-right h2 {
    font-size: 25px;
    color: #484848;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: normal;
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.gearbox-car-info-right p {
    font-size: 15px;
    color: #414242;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 30px
}
*/
.gearbox-slect-modal {
    display: block;
    margin-bottom: 50px;
}

.gearbox-slect-modal-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.gearbox-slect-modal-table .gearbox-slect-modal-row {
    display: table-row;
}

.gearbox-slect-modal-table .gearbox-slect-modal-data {
    display: inline-block;
    vertical-align: middle;
    min-height: 40px;
    border: solid 4px #efefef;
    color: #898989;
    font-size: 20px;
    text-align: center;
    border-spacing: 5px;
    margin-right: 1.0%;
    margin-bottom: 1.0%;
    width: 11.6%;
    border-radius: 2px;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gearbox-slect-modal-table.year-model-table .gearbox-slect-modal-data:nth-child(8n),
.gearbox-slect-modal-table.year-model-table .gearbox-slect-modal-data:last-child {
    margin-right: 0;
}


/*.gearbox-slect-modal-table.transmission-type-table {
	border-spacing: 15px;
	margin: 0 -15px;
	width: auto;
}


.gearbox-slect-modal-table.transmission-type-table .gearbox-slect-modal-data {
	display: table-cell;
	vertical-align: middle;
	height: 120px;
}
*/

.gearbox-slect-modal-table .gearbox-slect-modal-row img.ajax-loader {
    display: inline-block;
    margin: 0 auto;
}

.transmission-type-table .gearbox-slect-modal-data strong {
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
}

.gearbox-slect-modal-table.engine-type-table .gearbox-slect-modal-data,
.gearbox-slect-modal-table.transmission-type-table .gearbox-slect-modal-data {
    width: 19.2%;
    padding: 15px 5px;
}

.gearbox-slect-modal-table.engine-type-table,
.gearbox-slect-modal-table.year-model-table {
    margin-top: 35px;
}

.gearbox-slect-modal-table.engine-type-table .gearbox-slect-modal-data:nth-child(5n),
.gearbox-slect-modal-table.engine-type-table .gearbox-slect-modal-data:last-child,
.gearbox-slect-modal-table.transmission-type-table .gearbox-slect-modal-data:nth-child(5n),
.gearbox-slect-modal-table.transmission-type-table .gearbox-slect-modal-data:last-child {
    margin-right: 0;
}

.gearbox-slect-modal-table .gearbox-slect-modal-data:hover,
.gearbox-slect-modal-table .gearbox-slect-modal-data.active {
    border-color: #d3e9b3;
    color: #6cb504;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.gearbox-slect-modal-table .gearbox-slect-modal-row p {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin-bottom: 0;
}

.seo-page-search-btn {
    display: block;
    text-align: center;
    width: 100%;
    border: solid 1px transparent;
    border-radius: 0px;
    box-shadow: none;
    font-size: 25px;
    color: #fff;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 2.1;
    background: #84c02f;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: normal;
}

.seo-page-search-btn:hover,
.seo-page-search-btn:focus {
    background: #fff;
    color: #84c02f;
    border-color: #84c02f;
}

.gearbox-seo-outer h1 {
    font-size: 30px;
    text-align: center;
}

.gearbox-seo-outer .loader {
    float: left;
    margin-top: -50px;
    margin-left: 15px;
}

.gearbox-seo-outer .loader img {
    background: #fff;
    border-radius: 100%;
}


/*** SEO LANDING PAGES END ***/

#get-quote-product-popup .alert.alert-success {
    float: left;
    width: 100%;
    margin-top: 30px;
}

#warranty-popup .pop-heading h1,
#facts-popup .pop-heading h1 {
    font-size: 32px;
}

#warranty-popup .modal-body.modal-form-body {
    height: 750px;
    margin: 0;
}

#warranty-popup h3,
#facts-popup h3 {
    font-size: 40px;
    color: #122635;
    margin: 0 0 20px 0;
    letter-spacing: 0.03em;
    line-height: 1.4;
    text-align: center;
}

.warranty-info ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.warranty-info li {
    display: table;
    counter-increment: item;
    margin-bottom: 20px;
    font-weight: 700;
    color: #464646;
    font-size: 18px;
}

.warranty-info li:before {
    content: counters(item, ".") ". ";
    display: inline-block;
    padding-right: 23px;
}

.warranty-info li>ol {
    margin-top: 20px;
}

.warranty-info li>ol>li>ol {
    padding-left: 30px;
    margin-top: 15px;
}

.warranty-info li li {
    margin: 0;
    font-weight: 400;
    color: #464646;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.8;
}

.warranty-info li li:before {
    padding-right: 15px;
}

.warranty-info li li:before {
    content: counters(item, ".") " ";
}

.warranty-info li dl {
    margin: 0;
    padding: 0;
}

.warranty-info li>dl>dt {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 13px;
    font-weight: 400;
    color: #464646;
    font-size: 16px;
    line-height: 1.8;
}

.warranty-info li p {
    font-weight: 400;
    color: #464646;
    font-size: 16px;
    margin: 20px 0;
    line-height: 1.8;
}

.warranty-info li>dl>dt:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    margin: 0;
    padding: 0;
}

#engfeaGetQuote img#ajax-loader {
    position: relative;
    margin-top: -32px;
    right: 0;
    left: auto;
    float: right;
    background: #fff;
    border-radius: 100%;
    margin-right: 20px;
}

#engfeaGetQuote #success-quote {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    line-height: 2;
    width: 100%;
    clear: both;
    padding: 0 10px;
    float: left;
    margin-top: 10px;
}

.facts-info ul {
    margin: 0;
    padding: 0;
}

.facts-info ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
    color: #464646;
    font-size: 16px;
    position: relative;
    padding-left: 12px;
}

.facts-info ul li a {
    color: #464646;
}

.facts-info ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #464646;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
}


/** MOBILE MENU **/

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
    background: #9a9a9a;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
    background: #df0185;
}

html.html-open {
    overflow-x: hidden !important;
}


/*
body {
	position: relative;
	right: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

body.toggled {
	position: relative;
	right: -280px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow-x: hidden;
}
*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    left: -280px;
    background: #000000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

body.toggled #sidebar-wrapper {
    left: 0;
}

body.toggled .mobile-menu-cover {
    padding-left: 290px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*
OLD CSS - Changes made by LEO - ADS -below

.mobile-menu-cover {
	background: #df0185;
	padding: 10px 16px;
	width: 100%;
	display: none;
	margin-top: 82px;
	float: left;
	z-index: 999;
	position: relative;
	height: 38px;
		-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
*/

.mobile-menu-cover {
    background: #df0185;
    padding: 10px 16px;
    width: 100%;
    display: none;
    margin-top: 124px;
    float: left;
    z-index: 999;
    position: relative;
    height: 38px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#wprmenu_bar {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.amobile-logo {
    display: none;
}

@media screen and (max-width:1024px) {
    .mobile-menu-cover {
        display: block;
    }
    .panel-group.servcemenu .panel-collapse.collapse .panel-body ul,
    .panel-group.servcemenu .panel-collapse.collapsing .panel-body ul,
    .panel-body ul.inner-list {
        margin: 0;
    }
}

@media screen and (max-width:767px) {
    .mobile-menu-cover {
        margin-top: 70px;
    }
}

@media screen and (max-width:510px) {
    /*.mobile-menu-cover {
    margin-top: 0px;
    position: fixed;
}*/
    header,
    header.fixed {
        padding: 14px 0;
    }
    .mobile-menu-cover {
        margin-top: 139px;
        position: relative;
    }
    .btn-fixed-left {
        position: fixed !important;
        bottom: 2px;
        left: 50px;
        width: 130px;
        z-index: 5;
    }
    .btn-fixed-right {
        position: fixed !important;
        bottom: 4px;
        right: 33px;
        width: 141px;
        z-index: 5;
    }
    .btn-fixed-center {
        position: fixed !important;
        bottom: -5px;
        left: 2px;
        width: 130px;
        z-index: 5;
    }
    /*.amobile-logo {
    position: fixed;
    top: 3px;
    right: 20px;
    display: block;
    z-index: 1000;
    width: 80px;
}*/
    .amobile-logo {
        position: absolute;
        top: 10px;
        left: 10px;
        display: block;
        z-index: 1000;
        width: 80px;
    }
    .navbar-brand {
        display: none;
    }
}

.pd-mobile-toggle {
    position: relative;
    float: left;
    padding: 0;
    margin-top: -1px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
}

.pd-mobile-toggle:after {
    content: "Menu";
    text-transform: uppercase;
    font-size: 22px;
    position: absolute;
    top: -6px;
    right: -55px;
    color: #fff;
}

.menu-open.pd-mobile-toggle:after {
    content: "Close";
    text-transform: uppercase;
    font-size: 22px;
    position: absolute;
    top: -6px;
    right: -55px;
    color: #fff;
}

.pd-mobile-toggle .menu-bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    top: 0px;
    display: block;
    width: 23px;
    height: 3px;
    border-radius: 0px;
    background: #fff;
}

.pd-mobile-toggle .menu-bar+.menu-bar {
    margin-top: 4px;
}

.pd-mobile-toggle.menu-open .menu-bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 7px;
}

.pd-mobile-toggle.menu-open .menu-bar:nth-child(2) {
    display: none;
}

.pd-mobile-toggle.menu-open .menu-bar:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 0px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    bottom: 0;
    overflow-y: scroll;
}

.sidebar-nav ul,
.sidebar-nav ul ul {
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 50px;
    position: relative;
    border-bottom: solid 1px #afafaf;
    font-size: 19px;
    text-transform: uppercase;
}

.sidebar-nav li.menu-item-has-children i.fa {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 1.6;
    padding-top: 11px;
    cursor: pointer;
    z-index: 1;
    color: #fff;
    border-left: solid 1px #505050;
}

.sidebar-nav .sub-menu li i.fa {
    text-align: center;
    height: 100%;
    padding-top: 11px;
}

.sidebar-nav .sub-menu li a {
    position: relative;
}

.sidebar-nav li.menu-item-has-children a {
    padding-right: 50px;
}

.sidebar-nav li.menu-item-has-children .sub-menu li a {
    font-size: 12px;
    text-indent: 0;
    padding: 6px 40px 6px 20px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sub-menu {
    margin: 0;
    padding: 0px;
    background: #1f1f1f;
}

.sidebar-nav .sub-menu li {
    display: block;
    width: 100%;
    float: none;
    line-height: 24px;
    text-indent: 30px;
}

.sidebar-nav .sub-menu li:last-child {
    border-bottom: none;
}

.sidebar-nav li.menu-item-has-children .sub-menu {
    height: 0;
    display: none;
}

.sidebar-nav li.menu-item-has-children .sub-menu,
.sidebar-nav li.menu-item-has-children .sub-menu .sub-menu-inner {
    height: 0;
    display: none;
}

.sidebar-nav li.menu-item-has-children .sub-menu.open,
.sidebar-nav li.menu-item-has-children .sub-menu .sub-menu-inner.open {
    height: auto;
    display: block;
}

.sidebar-nav li.menu-item-has-children.hogya-open>a>.fa-plus-circle:before {
    content: "\f056";
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}


/*
.sidebar-nav li.current-menu-item>a,
.sidebar-nav li.current-menu-item>a:hover,
.sidebar-nav li.current-menu-item>a:focus {
    background: rgba(237, 28, 36, 0.8);
    color: #fff;
}


.sidebar-nav li.current-menu-parent>a,
.sidebar-nav li.current-menu-parent>a:hover,
.sidebar-nav li.current-menu-parent>a:focus{
    background: rgba(237, 28, 36, 0.8);
    color: #fff;
}

.sidebar-nav li.current-menu-parent li.current-menu-item>a,
.sidebar-nav li.current-menu-parent li.current-menu-item>a:hover,
.sidebar-nav li.current-menu-parent li.current-menu-item>a:focus {
    background: rgba(237, 28, 36, 0.47);
    color: #fff;
}
*/

.sidebar-nav li.menu-item-has-children.current-menu-parent i.fa {
    color: #fff;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

body.customize-support div#sidebar-wrapper {
    top: 32px;
}

.sidebar-nav li.menu-item-has-children.hogya-open i.fa {
    color: #fff;
}

.sidebar-nav li {
    border-color: #313131;
}

.sidebar-nav .sub-menu {
    background: #252525;
}

.sidebar-nav li.menu-item-has-children .sub-menu li a {
    padding-left: 30px;
}

.sidebar-nav li.menu-item-has-children .sub-menu .sub-menu-inner li a {
    padding-left: 40px;
}

.sidebar-nav .sub-menu-inner {
    background: #000;
}


/*
.sidebar-nav li.menu-item-has-children.parent.parts-list {
    background: #ffcb05;
}
.sidebar-nav li.menu-item-has-children.parent.gearbox-list {
    background: #58ac5c;
}
.sidebar-nav li.menu-item-has-children.parent.engine-list {
    background: #f40405;
}
.sidebar-nav li.menu-item-has-children.parent.service-list {
    background: #0463ac;
}

.service-list .sub-menu{
	    background: #004173;
}

.sidebar-nav .service-list ul ul.sub-menu-inner{
	background: #002e52;
}

.sidebar-nav .service-list .sub-menu li{
	border-color:  #003a67;
}

.sidebar-nav .service-list .sub-menu ul ul.sub-menu-inner li{
	 border-color:  #002a4a;
}

.engine-list .sub-menu{
	 background: #8a0001;
}

.sidebar-nav .engine-list .sub-menu li{
	border-color:  #750001;
}

.gearbox-list .sub-menu{
	     background: #366b39;
}

.sidebar-nav .gearbox-list .sub-menu li{
	border-color: #2b542d;
}

.parts-list .sub-menu{
	    background: #a98604;
}

.sidebar-nav .parts-list .sub-menu li{
	border-color: #886b02;
}


.subapedia-list .sub-menu, .about-list .sub-menu{
	 background: #8c0154;
}

.sidebar-nav .subapedia-list .sub-menu li, .sidebar-nav .about-list .sub-menu li{
	border-color: #730145;
}


.sidebar-nav .subapedia-list ul ul.sub-menu-inner, .sidebar-nav .about-list ul ul.sub-menu-inner{
 background: #7d004b;
}

.sidebar-nav .subapedia-list .sub-menu ul ul.sub-menu-inner li, .sidebar-nav .about-list .sub-menu ul ul.sub-menu-inner li{
	 border-color:  #5f0039;
}
*/


/** MOBILE MENU END **/

@media(min-width:1600px) {
    /*** SEO LANDING PAGES  ***/
    .gearbox-seo-outer h1 {
        font-size: 40px;
        text-align: center;
    }
    .gearbox-car-info-right h2 {
        font-size: 35px;
        color: #484848;
    }
    .gearbox-car-info-right p {
        font-size: 16px;
    }
    .gearbox-slect-modal-table .gearbox-slect-modal-data {
        font-size: 26px;
    }
    /*
	.gearbox-slect-modal-table.transmission-type-table .gearbox-slect-modal-data {
		height: 155px;
	}
*/
    .transmission-type-table .gearbox-slect-modal-data strong {
        margin-bottom: 20px;
    }
    /*** SEO LANDING PAGES END ***/
    /*** NEW SEARCH IN GEARBOX ***/
    .form-group-left figure img {
        max-width: 100%;
    }
    .search-steps ul li {
        font-size: 20px;
    }
    .search-steps ul li:before {
        width: 57px;
        height: 57px;
    }
    .search-steps ul li:nth-child(2):before {
        width: 58px;
        height: 58px;
    }
    .search-steps ul li {
        padding: 30px 0;
    }
    .search-showcase-table .search-showcase-data {
        height: 218px;
    }
    .search-showcase-data figure {
        min-height: 110px;
    }
    .search-showcase-data figure img {
        max-width: 100%;
    }
    .search-showcase-data figcaption {
        font-size: 35px;
    }
    .search-contact-info p {
        font-size: 25px;
    }
    .search-contact-info p strong {
        font-size: 30px;
    }
    .gearbox-new-search-outer {
        display: block;
        margin: 50px 0px;
    }
    .form-group-left figcaption {
        font-size: 60px;
    }
    .btn-find-gearbox {
        font-size: 30px;
        margin-top: 40px;
    }
    .form-group-right .form-group .form-control {
        font-size: 22px;
        height: 65px;
    }
    /*** NEW SEARCH IN GEARBOX END ***/
    /*** NEW SEARCH RESULT IN GEARBOX***/
    .result-heading h1 {
        font-size: 40px;
    }
    .product-detail-table .product-table-row .product-table-data:nth-child(2) {
        width: 33%;
    }
    .new-search-result-outer .search-product-img-width {
        max-width: 655px;
    }
    .new-search-result-outer .search-product-info-width {
        max-width: 810px;
    }
    .product-detail-list li {
        font-size: 17px;
    }
    .product-detail-table .product-table-row .product-table-data,
    .product-table-data label {
        font-size: 17px;
    }
    .product-trust-text p {
        font-size: 22px;
    }
    .level-list-outer article .level-heading h2 {
        font-size: 30px;
    }
    article .level-inner h4,
    article .level-inner h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    article .level-inner,
    article .level-inner .level-right .feature-list li {
        font-size: 16px;
    }
    article .level-inner {
        font-size: 18px;
    }
    article .level-inner .level-right .feature-list li:before {
        top: 3px;
    }
    article .level-inner .level-left {
        width: 61.2%;
    }
    article .level-inner .level-right {
        width: 30%;
        margin-right: 4%;
    }
    .level-gearbox-img figcaption p {
        padding: 0 24px;
    }
    .level-gearbox-img figcaption {
        padding: 34px 36px;
    }
    .level-gearbox-img figcaption .strength-text h5 {
        font-size: 24px;
    }
    .level-gearbox-img figcaption .strength-text h5 small {
        font-size: 18px;
    }
    .level-gearbox-img {
        margin-top: 56px;
    }
    .level-gearbox-img figcaption p:first-child:before,
    .level-gearbox-img figcaption p:last-of-type:after {
        width: 21px;
    }
    /*** NEW SEARCH RESULT IN GEARBOX END ***/
    .wheel-white-heading p {
        font-size: 50px;
    }
    .wheel-white-heading {
        max-width: 555px;
    }
    /** Wheel banner end **/
    ul.services-top-buttons {
        position: absolute;
        top: 7px;
        right: 60px;
        width: 333px;
    }
    .thanku-banner {
        min-height: 940px;
    }
    .thanku-banner-inner {
        margin-top: 245px;
    }
    .thanku-banner-text h3 {
        font-size: 120px;
    }
    .thanku-banner-text h4 {
        font-size: 74px;
        margin-bottom: 30px;
    }
    .thanku-banner-text p {
        font-size: 48px;
        line-height: 55px;
    }
    .thanku-contact-dtl p span {
        font-size: 31px;
    }
    .thanku-contact-dtl p a {
        font-size: 60px;
    }
    .banner {
        height: 800px;
    }
    .banner.banner-inner-service {
        height: 979px;
    }
    .banner.banner-inner-engine {
        height: 979px;
        background-position: center center !important;
    }
    .banner.banner-inner-service.testimonails {
        height: 730px;
        background-size: auto;
        background-position: center center;
    }
    .banner.banner-inner-service.banner-pedia {
        
    }
	.banner.banner-inner-engine.banner-repairs {
    height: 679px;
}
    .banner.banner-inner-service.banner-pedia .banner-caption .container {
        padding: 0px 15px 90px;
    }
    .banner-left {
        width: auto;
        margin-top: 173px;
        margin-left: 93px;
    }
    .banner-inner-engine h2 {
        margin-top: 0;
        font-size: 30px;
        color: #fff;
    }
    .banner-inner-service h1 {
        font-size: 80px;
        line-height: 110px;
        padding: 80px 0 20px 0;
    }
    .banner-inner-engine h1 {
        font-size: 60px;
        line-height: 1.2em;
        padding: 20px 0;
        margin-bottom: 0;
    }
    .ss-title {
        font-size: 60px;
        line-height: 110px;
        padding: 0;
    }
    .banner-inner-service h1 small {
        font-size: 40px;
    }
    .banner-thr-box li {
        width: 32.2%;
    }
    .banner-thr-box {
        margin: 40px auto 0;
        padding: 0;
        width: 555px;
    }
    .banner-black-btn {
        font-size: 50px;
        max-width: 555px;
    }
    .banner-text-bottom {
        position: absolute;
        bottom: 40px;
        right: 70px;
        width: auto;
    }
    /** head Gaskit **/
    .banner-head-gaskets .banner-left {
        margin-top: 230px;
    }
    .banner-pedia .banner-left {
        margin-top: 250px;
        margin-left: 150px;
    }
    .banner-head-gaskets .banner-left h1 {
        font-size: 50px;
    }
    .cos-eng-title-banner {
        font-size: 50px;
    }
    .shdg-title {
        font-size: 45px;
    }
    .banner-pedia .banner-left h1 {
        font-size: 61px;
        margin-bottom: 10px;
    }
    .banner-thr-box li h2 {
        font-size: 30px;
    }
    .banner-pedia .banner-left h2 {
        font-size: 40px;
    }
    .banner-head-gaskets.banner-cooling .banner-left {
        margin-left: 15px;
        margin-top: 150px;
    }
    .banner-engine-repairs.banner-repairs .banner-left {
        margin-left: 10%;
    margin-top: 100px;
    }
	.banner.gearbox-banner.transmission .banner-left {
        margin-left: 10%;
    margin-top: 100px;
    }
    /*.banner-engine-repairs.banner-repairs .banner-left {
    margin-left: 100px;
    margin-top: 130px;
}*/
    /*** Contact Banner **/
    .banner-inner-service .banner-inner.banner-text-new h1 {
        font-size: 60px;
    }
    .banner-inner.banner-text-new h2 {
        font-size: 55px;
    }
    .banner-inner.banner-text-new {
        top: 64%;
    }
    /*** Contact Banner End **/
    /** About Page **/
    .banner-inner.banner-text-new.banner-text-full {
        width: 100%;
        top: 57%;
    }
    /** Testimonial banner 
	.banner-inner.banner-text-new.banner-text-testi {
		width: 100%;
		top: 60%;
		left: -10%;
	}**/
    /** Testimonial banner **/
    .banner-inner.banner-text-new.banner-text-testi {
        width: 100%;
        top: 60%;
        left: 1px;
        position: absolute;
    }
    .banner-inner.banner-text-new.banner-text-testi h2 {
        font-size: 40px;
    }
    /** Testimonial banner  End**/
    header .navbar>.container-fluid .navbar-brand {
        width: 220px;
        margin-top: 10px;
    }
    header ul.nav.navbar-nav {
        margin-top: 52px;
        margin-left: 40px;
    }
    .banner .container .banner-inner {
        width: 37%;
    }
    .navbar-nav>li>a {
        margin-left: 10px;
    }
    .call-sec {
        margin-top: 11px;
    }
    .banner .banner-inner h1 {
        font-size: 60px;
    }
    .banner .banner-inner h3 {
        font-size: 44px;
    }
    .banner .banner-inner .banner-text p {
        font-size: 16px;
    }
    .why-choose-subaru-list .why-choose-subaru-list-left {
        width: 20%;
        text-align: center;
        padding: 10px;
    }
    .why-choose-subaru-list .why-choose-subaru-list-right {
        width: 80%;
        padding: 20px 15px;
        padding-left: 50px;
    }
    .why-choose-subaru-list:before {
        content: "";
        position: absolute;
        top: 30px;
        left: -46px;
        bottom: 0;
        width: 275px;
        height: 260%;
        background: #ebecee;
        z-index: 0;
        transform: rotate(0deg) skewY(430deg);
        -webkit-transform: rotate(0deg) skewY(430deg);
    }
    .enq-form .enq-gray-cvr .form-group.full-wd .form-control.half-wd-in {
        width: 48.8%;
    }
    .custm-mega-cvr .mega-heading {
        margin-bottom: 20px;
    }
    .navbar-nav>li.has-mm:hover .mega-menu-item ul li,
    .navbar-nav>li.has-mm:hover .mega-menu-item p {
        margin-bottom: 10px
    }
    .mega-inner-left .mega-inner-row .mega-menu-item {
        padding-bottom: 20px;
    }
    .mega-inner-left .mega-inner-row {
        margin-bottom: 10px;
    }
    .custm-mega-cvr .mega-inner .mega-inner-right .mega-menu-ad a img {
        max-height: 100%;
    }
    .clutch-repair h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .service .opportunities h4 {
        font-size: 26px;
    }
    .thr-btn-main {
        position: relative;
        padding-bottom: 110px;
    }
    .subaru-air-conditioning-repairs h5 {
        font-size: 25px;
        letter-spacing: normal;
    }
    .appointment-section h2 {
        font-size: 36px;
    }
    .appointment-section p {
        font-size: 16px;
    }
    .font-s {
        font-size: 22px;
        margin-top: 20px;
        display: block;
    }
    .tab-pane h6 {
        font-size: 22px;
        letter-spacing: normal;
        margin: 20px 0 10px;
    }
    .internal-head-gasket-leaks h4 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .internal-head-gasket-leaks.advanced-warning ul {
        margin-bottom: 30px;
    }
    header .navbar>.container-fluid .navbar-brand {
        margin-left: 20px;
    }
    .call-sec {
        margin-right: 20px;
    }
    body.admin-bar .banner,
    body.admin-bar .banner.banner-inner-service {
        height: 946px;
    }
    body.admin-bar .banner,
    body.admin-bar .banner.banner-inner-engine {
        height: 946px;
    }
	body.admin-bar .banner.banner-inner-engine.banner-repairs {
    background-position: center 70px !important;
    height: 800px;
		background-size: cover;
}
	body.admin-bar .banner.gearbox-banner.transmission {
    background-position: center 70px !important;
    height: 800px;
		background-size: cover;
}
}

.ads-reviews {
    position: fixed;
    left: -1px;
    bottom: 10px;
    z-index: 3;
	display:none;
}


/** New CSS **/

.ads-offer-section {
    width: 100%;
    overflow-x: hidden;
    background: #f1f2f2;
    padding-bottom: 40px;
}

.ads-four-services-cover {
    display: block;
    margin: 0 -2px;
}

.ads-four-services {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
    width: 100%;
    margin-bottom: 50px;
}

.ads-four-services .ads-four-service-row {
    display: table-row;
    width: 100%;
}


/*.ads-four-services .ads-four-service-row .ads-four-dervice-data{
    display: table-cell;
    width: 25%;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 210px;
    overflow: hidden;
    
}
*/

.ads-four-services .ads-four-service-row .ads-four-dervice-data {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 150px;
    overflow: hidden;
}

.ads-four-dervice-data:after {
    content: "";
    position: absolute;
    right: -17px;
    bottom: -16px;
    width: 33px;
    height: 33px;
    background: #000;
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
}

.ads-four-dervice-data>a {
    display: block;
    position: relative;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.ads-four-dervice-data h4,
.ads-four-dervice-data span {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 0;
}

.ads-four-dervice-data h4 img,
.ads-four-dervice-data span img {
    display: inline-block;
    vertical-align: middle;
}

.ads-four-dervice-data h4:after,
.ads-four-dervice-data span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    clear: both;
    margin: 6px auto 6px;
}


/*
.ads-four-dervice-data a{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 13px;
    position: relative;
    z-index: 5;
}

.ads-four-dervice-data a:hover{
    color: #fff;
}

.ads-four-dervice-data a:after{
    content: "";
    height: 1px;
    background: #fff;
    margin: auto;
    position: absolute;
    left: 0px ;
    bottom: -5px;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
    z-index: 15;
}

.ads-four-dervice-data a:hover:after{

    opacity: 1;
}
*/

.ads-four-dervice-data .ads-four-service-heading {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 40px 5px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .ads-four-dervice-data .ads-four-service-heading {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        padding: 55px 5px 20px 5px;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

.ads-four-dervice-data.ads-service-heading .ads-four-service-heading {
    background: rgba(0, 38, 116, 0.7);
    height: 100%;
}

.ads-four-dervice-data.ads-service-heading:after {
    background: #1665ae;
}

.ads-four-dervice-data.ads-gearbox-heading .ads-four-service-heading {
    background: rgba(88, 172, 92, 0.7);
    height: 100%;
}

.ads-four-dervice-data.ads-gearbox-heading:after {
    background: #72bc15;
}

.ads-four-dervice-data.ads-engine-heading .ads-four-service-heading {
    background: rgba(191, 4, 5, 0.7);
    height: 100%;
}

.ads-four-dervice-data.ads-engine-heading:after {
    background: #e60405;
}

.ads-four-dervice-data.ads-parts-heading .ads-four-service-heading {
    background: rgba(230, 176, 15, 0.7);
    height: 100%;
}

.ads-four-dervice-data.ads-parts-heading:after {
    background: #f0bf05;
}

.ads-service-heading a:hover .ads-four-service-heading {
    background: rgba(0, 38, 116, 0.3);
}

.ads-gearbox-heading a:hover .ads-four-service-heading {
    background: rgba(88, 172, 92, 0.3);
}

.ads-engine-heading a:hover .ads-four-service-heading {
    background: rgba(191, 4, 5, 0.3);
}

.ads-parts-heading a:hover .ads-four-service-heading {
    background: rgba(230, 176, 15, 0.3);
}

.ads-best-price-section {
    width: 1005;
    max-width: 1026px;
    margin: 0 auto;
}

.ads-best-price-section h3 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 35px;
    color: #1764ae;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .ads-best-price-section h3 {
        font-size: 30px;
        color: #1764ae;
        font-weight: normal;
        text-transform: uppercase;
        margin-bottom: 15px;
        text-align: center;
    }
}


/*.ads-best-price-section p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #444444;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}
*/

.ads-best-price-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 50px;
}

.ads-best-price-group .ads-best-price-row {
    display: table-row;
    width: 100%;
}

.ads-best-price-group .ads-best-price-row .ads-best-price-data {
    display: table-cell;
    width: 32.33%;
    vertical-align: top;
    float: left;
    margin-left: 1%;
}

.ads-best-price-data .ads-best-price-img {
    display: block;
    height: 277px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ads-best-price-data .ads-best-price-text {
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: solid 1px #e2e2e2;
    background: #1764ae;
    border-left: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    min-height: 70px;
}

.ads-best-price-section .ads-best-price-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #444444;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ads-best-price-section .ads-best-price-text p a {
    color: #ffffff;
}

.ads-best-price-section .ads-best-price-text p a:hover,
.ads-best-price-section .ads-best-price-text p a:focus {
    color: #ec008c;
}

.subaru-log-book-cover {
    background: #fff;
    padding: 50px 0;
}

.subaru-log-book-cover>.container {
    position: relative;
    z-index: 3;
}

.subaru-log-book-car.text-center {
    position: relative;
    z-index: 4;
    margin-top: -50px;
}

.subaru-log-book-cover h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 35px;
    color: #1764ae;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.subaru-log-book-cover h2:after {
    content: "";
    display: block;
    width: 80%;
    max-width: 767px;
    height: 1px;
    margin: 15px auto;
    background: #cccccc;
}

.subaru-log-book-cover h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #777777;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
}

.subaru-log-book-list {
    display: block;
    width: 100%;
    margin-top: -20px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
}

.subaru-log-book-list div {
    display: inline-block;
    width: 33.33%;
    margin-right: -4px;
    vertical-align: top;
}

.subaru-log-book-list div:nth-child(2) {
    padding: 0 15px;
    text-align: center;
}

.subaru-log-book-list div:nth-child(3) {
    padding-left: 2%;
}

.subaru-log-book-list div ul {
    margin: 0;
    padding: 0;
}

.subaru-log-book-list div ul li {
    display: inline-block;
    position: relative;
    padding-left: 37px;
    width: 100%;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #050606;
    font-weight: 400;
}

.subaru-log-book-list div ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: url('../images/new-ads-green-tick.png') no-repeat;
    width: 26px;
    height: 14px;
}

.blue-book-now-btn {
    display: inline-block;
    font-family: 'Fjalla One', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    background: #008cd2;
    min-width: 216px;
    line-height: 2;
    text-transform: uppercase;
    border: solid 1px transparent;
}

.blue-book-now-btn:hover,
.blue-book-now-btn:focus {
    background: #fff;
    border-color: #008cd2;
    color: #008cd2;
}

.new-blog-section,
.fb-post-cover {
    background: #f1f2f2;
    padding: 70px 0;
    display: block;
}

.fb-post-cover {
    background: #465f97;
}

.new-blog-section .new-blog-section-inner,
.fb-post-cover .fb-post-list {
    background: #fff;
    padding: 40px;
}

.new-blog-section-heading,
.fb-post-cover .fb-section-heading {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 30px;
}

.new-blog-section-heading:before {
    content: "";
    position: absolute;
    bottom: 6px;
    width: 100%;
    background: #000;
    z-index: 0;
    height: 1px;
    left: 0;
    right: 0;
}

.new-blog-section h5,
.fb-post-cover h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    position: relative;
}

.new-blog-section .pull-left h5 {
    padding-right: 15px;
}

.new-blog-section .pull-right h5 {
    padding-left: 15px;
}

.fb-post-cover h5 {
    background: transparent;
}

.fb-post-cover h5,
.fb-post-cover .pull-right h5 a {
    color: #fff;
}

.fb-post-cover .pull-right h5:before {
    content: "";
    background: url(../images/follow-us-fb-icon.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.new-blog-section-inner .row .col-md-3:nth-child(4n+1),
.fb-post-cover .row .col-md-3:nth-child(4n+1) {
    clear: both;
}

.new-blog-post-cover {
    width: 100%;
    margin-bottom: 30px;
}

.new-blog-post-cover .new-blog-post-img {
    height: 180px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 7px;
}

.new-blog-post-cover h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 5px;
}

.new-blog-post-cover h6 a {
    color: #000;
}

.new-blog-post-cover h6 a:hover {
    color: #008cd2;
}

.new-blog-post-cover ul {
    margin: 0 0 5px;
    padding: 0;
}

.new-blog-post-cover ul li {
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #ccc;
}

.new-blog-post-cover ul li:after {
    content: "/";
    display: inline-block;
    margin: 0 4px;
}


/*.new-blog-post-cover p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999;
}*/

.ads-best-price-img a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
}

.ads-best-price-img a:hover {
    background: rgba(255, 255, 255, 0.1);
}