/*!
Theme Name: rycompressors
Theme URI: http://underscores.me/
Author: SmartSites
Author URI: https://www.smartsites.com/
Description: Theme for R & Y A/C Compressors by SmartSites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rycompressors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

rycompressors is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Google Fonts
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Google Fonts
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400i,500,500i,700,700i,900,900i&display=swap');
@font-face {
	font-family: 'FontAwesome';
	font-display: swap;
	src: local('FontAwesome'), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2');
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;/* Fallback for when there is no custom background color defined. */
	color: #535353;
	font: 300 18px/30px 'Roboto', Arial, Helvetica, sans-serif;
	min-width: 320px;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
    margin: 0 0 15px;
}

ol {
	list-style: decimal;
    margin: 0;
}

li > ul,
li > ol {
    margin: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:hover, a:focus, a:active {
	color: midnightblue;
	outline: 0;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Custom styles
--------------------------------------------------------------*/

.top-gutter1 {
	padding-top: 10px;
}

.top-gutter2 {
	padding-top: 20px;
}

.top-gutter3 {
	padding-top: 30px;
}

.top-gutter4 {
	padding-top: 40px;
}

.top-gutter5 {
	padding-top: 50px;
}

.top-gutter6 {
	padding-top: 60px;
}

.top-gutter7 {
	padding-top: 70px;
}

.top-gutter8 {
	padding-top: 80px;
}

.top-gutter9 {
	padding-top: 90px;
}

.top-gutter10 {
	padding-top: 100px;
}

.btm-gutter1 {
	margin-bottom: 10px;
}

.btm-gutter2 {
	margin-bottom: 20px;
}

.btm-gutter3 {
	margin-bottom: 30px;
}

.btm-gutter4 {
	margin-bottom: 40px;
}

.btm-gutter5 {
	margin-bottom: 50px;
}

.btm-gutter6 {
	margin-bottom: 60px;
}

.btm-gutter7 {
	margin-bottom: 70px;
}

.btm-gutter8 {
	margin-bottom: 80px;
}

.btm-gutter9 {
	margin-bottom: 90px;
}

.btm-gutter10 {
	margin-bottom: 100px;
}

.top-btm-gutter1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-btm-gutter2 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.top-btm-gutter3 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.top-btm-gutter4 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.top-btm-gutter5 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.top-btm-gutter6 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.top-btm-gutter7 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.top-btm-gutter8 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.top-btm-gutter9 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.top-btm-gutter10 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.nmargin-left2 {
    margin-left: -20%;
}

.nmargin-left10 {
    margin-left: -100px;
}

.nmargin-right10 {
    margin-right: -100px;
}

#page {
	position: relative;
	overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1300px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
}

h1 {
	font-size: 93px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}

h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 1.2;
	text-transform: uppercase;
}

h3 {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 500;
	text-transform: uppercase;
}

h4 {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 500;
    color: #3575d3;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	line-height: 1.1;
	font-weight: 500;
	text-transform: uppercase;
}

.d-t {
	display: table;
	width: 100%;
    height: 100%;
}

.d-tc {
	display: table-cell;
	vertical-align: middle;
}

.bg-cover {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-cover>img {
	display: none;
}

.btn {
	border-radius: 5px;
	display: inline-block;
	border: 0;
	padding: 14px 40px;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
	outline: 0;
}

.btn:hover,
.btn:focus {
	text-decoration: none;
	outline: 0;
}

.more {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: underline;
}

.btn-style1 {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 40px;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
}

.btn-style1:hover {
    color: rgba(53, 117, 221, 0.9);
    background: #fff;
    text-decoration: none;
}

.btn-style2 {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    padding: 10px 40px;
    text-align: center;
    outline: none;
    text-decoration: none;
    outline: 0;
    color: #fff;
    background: #193460;
    border-radius: 0;
    border: 1px solid transparent;
    transition: 0.2s all ease-in-out;
}

.btn-style2:hover {
    background: transparent;
    color: #193460;
    border: 1px solid #193460;
    text-decoration: none;
}

.btn-style3 {
    background: #3575d3;
    color: #fff;
    border: 1px solid #3575d3;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px;
}

.btn-style3:hover {
    text-decoration: none;
    background: transparent;
    color: #3575d3;
}

.bg-style1 {
	background-color: #f8f8f8 !important;
}

.bg-style2 {
	background-color: #fff !important;
}

.bg-style3 {
	background-color: #fafafa !important;
}

.bg-style4 {
	background-color: #f5f5f5 !important;
}
.d-flex{
    display:  flex;
}
.d-flex.col2-layout,
.d-flex.col3-layout,
.d-flex.col4-layout{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-flex.col2-layout .col{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.d-flex.col3-layout .col{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.d-flex.col4-layout .col{
  -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col2-layout,
.col3-layout,
.col4-layout,
.col5-layout {
	letter-spacing: -4px;
	font-size: 0;
}

.col2-layout .col,
.col3-layout .col,
.col4-layout .col,
.col5-layout .col {
	letter-spacing: 0;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.col3-layout .col {
	width: 33.33%;
}

.col4-layout .col {
	width: 25%;
}

.col5-layout .col {
	width: 20%;
}

.block-title {
    margin: -30px 0 0;
}

.title-style1 {
	font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    display: block;
}

.title-style1 span {
    display: inline-block;
    padding: 5px 30px;
    background: #fff;
}

.title-style2 {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 15px;
    color: #3575d3;
    font-weight: 600;
    text-transform: uppercase;
}

.site-main {
    background: #f3f3f3;
}

.less-width-style-1 {
     max-width: 1019px;
     margin: 0 auto;
 }

.border-box-style-1 {
    border: 1px solid #e9e9e9;
}

.bg-color-white {
    background: #fff;
}

.carot-list,
.check-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.carot-list li,
.check-list li {
    position: relative;
    padding-left: 20px;
}

.carot-list li:before,
.check-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
}

.carot-list li:before {
    content: '\f0da';
    color: #437ed5;
}

.check-list li {
    padding-left: 30px;
}

.check-list li:before {
    content: '\f00c';
    color: #3575d3;
}

/*--------------------------------------------------------------
## Header styles
--------------------------------------------------------------*/

.site-header {
	position: relative;
	z-index: 999;
}

.top-nav {
	background-color: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.09);
	text-align: center;
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
}

.top-nav .navbar-nav {
	font-size: 0;
	letter-spacing: -4px;
	float: none;
}

.top-nav .navbar-nav li {
	font-size: 14px;
	letter-spacing: 0;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	text-transform: uppercase;
	background: url(images/top-menu-sep.png) no-repeat 0 5px;
}

.top-nav .navbar-nav li:first-child {
	background: transparent;
}

.top-nav .navbar-nav li a {
	color: #1f1a17;
	display: block;
	position: relative;
}

.top-nav .navbar-nav li a:hover,
.top-nav .navbar-nav li a:focus,
.top-nav .navbar-nav li a:hover span.ph-num-txt ,
.top-nav .navbar-nav li a:focus span.ph-num-txt {
	background: #193460;
	color: #fff;
}

.top-nav .navbar-nav a span.ph-num-txt {
	color: #3575d3;
}

.top-nav .navbar-nav li.menu-phone-icon a {
	padding-left: 55px;
}

.top-nav .navbar-nav li.menu-phone-icon a:before {
	content: "\f095";
    width: 30px;
    height: 27px;
    background-color: #f5f5f5;
    border-radius: 2px;
    font-family: 'FontAwesome';
    color: #3575d3;
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 11px;
    line-height: 27px;
    text-align: center;
}

.top-nav .navbar-nav li.menu-user-icon a {
	padding-left: 55px;
}

.top-nav .navbar-nav li.menu-user-icon a:before {
	content: "\f007";
    width: 30px;
    height: 27px;
    background-color: #f5f5f5;
    border-radius: 2px;
    font-family: 'FontAwesome';
    color: #3575d3;
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 11px;
    line-height: 27px;
    text-align: center;
}

.header-middle {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 75px;
    padding-right: 75px;
}

.logo {
    float: left;
    padding-left: 70px;
}

.logo .navbar-brand {
	height: auto;
	padding: 0;
}

.search-box {
	max-width: 740px;
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
}

.search-form {
	background-color: #fff;
	border-radius: 5px;
}

.search-form .form-control {
	height: 44px;
	border: 1px solid #c7c7c7;
	border-right: 0;
	box-shadow: -0.7px 0.7px 5px rgba(0, 0, 0, 0.05);
	color: #b0b0b0;
	padding: 10px 20px;
	font-size: 15px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.search-form .btn {
	display: block;
	overflow: hidden;
	font-size: 15px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #69696a;
	height: 44px;
	border: 1px solid #c7c7c7;
	border-left: 2px solid #efefef;
	background-image: linear-gradient(to top, #fafafa 0%, #f0f1f3 100%);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.09);
	padding: 10px 30px;
}

.header-mycart {
	float: right;
	margin-right: 0;
	margin-top: 20px;
}

.header-mycart .dropdown-toggle {
 	min-width: 150px;
	height: 44px;
	background-color: white;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	box-shadow: -0.7px 0.7px 5px rgba(0, 0, 0, 0.1);
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	color: #69696a;
	text-transform: uppercase;
	font-weight: 400;
	padding: 5px 10px;
}

.header-mycart .dropdown-toggle:hover,
.header-mycart .dropdown-toggle:focus {
	text-decoration: none;
	border-color: #1e3966;
}

.header-mycart .icon-cart {
	background: url(images/icon-cart.png) no-repeat 0px 3px;
    width: 35px;
    height: 29px;
    display: inline-block;
    vertical-align: top;
}

.header-mycart .caret {
	margin-left: 10px;
}

ul.dropdown-cart{
    min-width:250px;
}

ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}

ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}

ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
}

ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}

ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;   
}

ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}

ul.dropdown-cart li .item-right{
    float:right;
}

ul.dropdown-cart li .item-right button{
    margin-top: 14px;
    padding: 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    background: #4e84d7;
    height: auto;
    width: auto;
    text-align: center;
}

#nav,
#desktop-nav {
    text-transform: uppercase;
    text-align: center;
    background: #1e3966;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    min-height: 30px;
}

#nav .navbar-nav,
#desktop-nav .navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 1;
    letter-spacing: -4px;
    text-align: center;
    float: none;
}

#nav .navbar-nav>li,
#desktop-nav .navbar-nav>li {
   display: inline-block;
   vertical-align: middle;
   font-weight: 700;
   font-size: 18px;
   line-height: 1.2;
   letter-spacing: 0;
   float: none;
}

#nav li a,
#desktop-nav li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 13px;
    color: #fff;
}

#nav .navbar-nav>li>a:hover,
#nav .navbar-nav>li>a:focus,
#desktop-nav .navbar-nav>li>a:hover,
#desktop-nav .navbar-nav>li>a:focus {
    text-decoration: none;
    background: #3575d3;
}

#nav li.menu-item-has-children,
#desktop-nav li.menu-item-has-children {
    position: relative;
}

#nav li.menu-item-has-children > a,
#desktop-nav li.menu-item-has-children > a{
    padding-right: 25px;
}

#nav li.menu-item-has-children:hover .sub-menu,
#desktop-nav li.menu-item-has-children:hover .sub-menu {
    display: block;
}

#nav .sub-menu,
#desktop-nav .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #1f3965;
    display: none;
    white-space: nowrap;
    min-width: 250px;
    z-index: 999;
}

#nav .sub-menu li,
#desktop-nav .sub-menu li {
    font-size: 14px;
    text-align: left;
}

#nav .sub-menu li a,
#desktop-nav .sub-menu li a {
    padding: 12px 20px;
    color: #fff;
    border-top: 1px solid #fff;
}

#nav .sub-menu li a:hover,
#nav .sub-menu li a:focus,
#desktop-nav .sub-menu li a:hover,
#desktop-nav .sub-menu li a:focus  {
    background: #4e84d7;
    color: #fff;
    text-decoration: none;
}

#nav .sub-menu .sub-menu,
#desktop-nav .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

#nav .navbar-nav .menu-item-has-children>a:after,
#desktop-nav .navbar-nav .menu-item-has-children>a:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
    right: 12px;
    top: 15px;
    font-size: 14px;
}

.sticky-header #nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

#desktop-nav,
#mobile-nav {
	display: none;
}

.banner .bg-cover {
	min-height: 650px;
	position: relative;
}

.banner-caption {
	text-align: center;
	padding: 80px 15px;
	max-width: 1300px;
	margin: 0 auto;
}

.banner-caption.banner2 {
    margin: 0 auto 0 0 ;
    text-align: left;
}

.banner-caption.banner3 {
    margin: 0 auto;
    text-align: right;
}

.banner-caption .banner-title {
	font-size: 72px; 
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}

.banner-caption .banner-title span {
	display: block;
	font-size: 90px; 
}

.banner-caption .banner-title small {
	color: #fff;
    display: block;
    font-size: 70%;
}

.slick-slide {
    outline: none;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	border: 2px solid rgba(255, 255, 255, 0.56);
	border-radius: 50%;
	background: transparent;
	margin: 0 8px;
	cursor: pointer;
}

.slick-dots li.slick-active {
	background: #3575d3;
}

.slick-dots li button {
	font-size: 0;
	background: transparent;
	outline: none;
	display: block;
	text-indent: -999px;
	overflow: hidden;
    border: 0;
}

.main-slider .slick-dots {
	position: absolute;
	bottom: 240px;
	left: 0;
	right: 0;
}

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

.tab-form-block {
	height: 233px;
	margin-top: -233px;
	position: relative;
	z-index: 1;
}

.tab-form-block .nav-tabs {
	margin: 0;
	border: 0;
}

.tab-form-block .nav-tabs>li>a {
	border-radius: 0;
	border: 0 !important;
	background: #192c33;
	color: #a8acad;
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
	margin: 0;
	min-width: 260px;
	text-align: center;
}

.tab-form-block .nav-tabs>li.active>a {
	background: #3575d3;
	color: #fff;
}

.tab-form-block .nav-tabs>li.active>a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 12px 0 12px;
	border-color: #3574d3 transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: -10px;
}

.tab-form-block .tab-content {
	background-color: #1d3139;
	padding: 25px 25px 20px;
	height: 177px;
}

.tab-form-block .form-group {
    display: inline-block;
    max-width: 245px;
    width: 100%;
    padding: 0 3px;
    margin: 0;
    vertical-align: top;
	text-align: left;
}

.tab-form-block .check-vin .form-group {
	max-width: 80%;
}

.tab-form-block .form-group .form-control {
    width: 100%;
    border: 0;
    outline: none;
    height: 60px;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #686868;
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url(images/select-bg.svg) no-repeat 100% 45%;
}

.tab-form-block .form-group select {
    text-transform: uppercase;
}

.tab-form-block .check-vin .form-group .form-control {
    background: #fff;
}

.tab-form-block .btn {
    line-height: 1;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    background: #3575d3;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-left: 10px;
    padding: 18px 40px;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.tab-form-block .btn:hover {
    background: transparent;
    border: 1px solid #fff;
}

.banner .banner-content {
    min-height: 15px;
}

.banner .banner-content .title-block {
	position: relative;
	min-height: 415px;
	overflow: hidden;
}

.banner .banner-content .title-block .block-holder {
	position: absolute;
	bottom: 0;
	left: 0;
    padding: 20px;
    z-index: 1;
    background: rgba(25, 44, 51, 0.9);
}
.banner .title-block h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
	margin: 0;
}

.breadcrumbs-block {
    color: #6d7678;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
}

.breadcrumbs-block a,
.breadcrumbs-block span {
    color: #6d7678;
    margin: 0 2px;
    font-weight: 400;
}

.breadcrumbs-block a span {
    margin:0;
}

.breadcrumbs-block a:hover,
.breadcrumbs-block a:hover span {
    color: #fff;
    text-decoration: none;
}
/*******************************************************
Footer
********************************************************/

.gform_widget form {
    max-width: 305px;
    position: relative;
}

.gform_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gform_widget .gform_wrapper {
    position: relative;
}

.gform_widget .gform_wrapper label {
    display: none;
}

.page-footer .gform_widget .gform_wrapper .medium,
.newsletter-form .gform_widget .gform_wrapper .medium{
    border-color: #9c9c9c;
    color: #9c9c9c;
    background-color: transparent;
    font-size: 14px;
    width: 100%;
    height: 45px;
    padding-left: 16px;
    padding-right: 55px;
    border-radius: 5px ;
}

.page-footer .gform_widget .gform_wrapper .medium:focus,
.newsletter-form .gform_widget .gform_wrapper .medium:focus{
    border-color: #9c9c9c;
    outline: none;
    box-shadow: 0 0 3px 1px #00699d;
}

.page-footer .gform_widget .gform_wrapper .gform_button,
.newsletter-form .gform_widget .gform_wrapper .gform_button{
    height: 45px;
    width: 52px;
    background-color: #3575d3;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #3575d3;
    border-left: none;
    border-radius: 0 2px 2px 0;
}

.page-footer .gform_widget .gform_wrapper .gform_button,
.newsletter-form .gform_widget .gform_wrapper .gform_button{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.newsletter-form .gform_confirmation_message {
	color: #4caf50;
}

.validation_error {
    display: none;
}

.site-footer .validation_error + .gform_body + .gform_footer .gform_button {
    border-color: #e60000 !important;
}

.gform_body .gfield_error input,
.gform_body .gfield_error textarea,
.gform_body .gfield_error select {
    border-color: #e60000 !important;
}

.validation_message {
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
    display: none;
}

footer.page-footer {
    padding-bottom: 0;
    overflow: hidden;
}

.page-footer .footer.content{
    background-color: #1e3966;
    padding: 60px 0 30px;
    max-width: none;
}

.footer-col-wrap {
    margin: 0 -30px;
    overflow: hidden;
}
.footer-col-wrap.d-flex {
	flex-wrap: wrap;
}
.footer-col-wrap .col {
    width: 22.5%;
    float: left;
    padding: 0 30px;
    margin-bottom: 30px;
    position: relative;
}

.footer-col-wrap .col:before {
    content: "";
    background: #404856;
    width: 1px;
    position: absolute;
    left: 0;
    top: 55px;
    bottom: 0;
}

.footer-col-wrap .col:first-child {
    width: 32.5%;
}

.footer-col-wrap .col:first-child:before {
    display: none;
}

.page-footer .link-style ul {
    margin: 0;
    padding: 0 !important;
    color: #fff;
    position: relative;
    list-style: none;
}

.page-footer .link-style ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-size: 14px;
}

.page-footer .link-style ul li:before {
    content: "";
    background: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}

.page-footer .link-style a {
    color: #9c9c9c;
    display: inline-block;
}

.page-footer .link-style a:hover {
    color: #fff;
    text-decoration: none;
}

.page-footer .head-style1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
}

.page-footer .widget-title {
    font-size: 20px;
    margin: 0 0 25px;
}

.page-footer .widget-subtitle {
    font-size: 16px;
    margin: 0 0 3px;
}

.page-footer .phone:hover {
    color: #fff;
}

.page-footer .footer-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}

.page-footer .text-highlight {
    color: #9c9c9c;
}

.social-links {
    margin: 0 0 20px !important;
    padding: 0 !important;
    list-style: none;
}

.social-links li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.social-links li a {
    color: #fff;
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    display: block;
    padding: 3px;
}

.social-links li a:hover,
.social-links li a:focus {
    color: #fff;
    opacity: 0.8;
}

.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info li {
    margin: 0 0 12px !important;
    font-size: 14px;
    line-height: 22px;
}

.contact-info li address {
    line-height: 22px;
    margin: 0;
}

.contact-info li a {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
}

.contact-info li a:hover,
.contact-info li a:focus {
    color: #9c9c9c;
    text-decoration: none;
}

.contact-info li a:before {
    font-family: FontAwesome;
    font-size: 24px;
    content: '\f0e0';
    color: #9c9c9c;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info .email a:before {
    content: '\f0e0';
    font-size: 15px;
    top: 1px;
}

.contact-info .address a:before {
    content: '\f041';
    top: 3px;
}

.contact-info .phone a:before {
    content: '\f10b';
    left: 2px;
}

.support-hours {
    padding-bottom: 5px;
}

.support-hours p {
    margin: 0 0 5px;
    line-height: 1.3;
}

.footer-bottom {
    background-color: #0b2653;
    padding: 20px 0;
}

.footer-bottom .footer-content {
    overflow: hidden;
}

.footer-bottom .copyright {
    float: left;
    line-height: 1;
    font-size: 13px;
    font-weight: 300;
    color: #dedede;
    background: transparent;
    padding: 12px 10px 0 0;
    text-transform: capitalize;
}

.footer-bottom .list-style1 {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
    overflow: hidden;
}

.footer-bottom .list-style1 li {
    display: inline-block;
    float: right;
    padding-left: 6px;
    margin: 0;
}

.footer-bottom .design-by a {
    color: #fff;
}

.footer-bottom .design-by a:hover,
.footer-bottom .design-by a:focus {
    color: #9c9c9c;
    text-decoration: none;
}

    /*Company Services Block*/
.company-services {
    max-width: 250px;
    position: absolute;
    top: 215px;
    right: 0;
}

.sticky-header .company-services {
    top: 167px;
}

.company-services ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.company-services ul li {
    position: relative;
    display: inline-block;
    margin-bottom: 7px;
    width: 100%;
}

.company-services ul li .img-holder img {
    width: 100%;
}

.company-services .overlay-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(33, 88, 169, 0.8);
}

.company-services .text {
    display: block;
    color: #fff;
    padding-top: 10px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
}

/*Product Block*/

.product-block .left-block {
    width: 25%;
    margin: 0;
    height: 433px;
}

.product-block .right-block {
    width: 75%;
    margin: 0;
}

.product-block .col {
    padding: 0;
    overflow: hidden;
}

.product-block .col .col {
    padding: 5px;
}

.product-block .left-block.col {
    padding: 5px;
}

.product-block .col a {
    position: relative;
    background: #fafafa;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 20px;
    color: #333333;
    font-weight: 500;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.product-block .col a:hover {
    text-decoration: none;
}

.product-block .col a:after {
    position: absolute;
    content: '';
    top: -100px;
    left: -100px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #3575d3 transparent transparent transparent;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.product-block .col a:hover:after {
    top: 0;
    left: 0;
}

.product-block .img-holder {
    max-width: 190px;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-block .img-holder img {
    max-height: 125px;
}

.product-block .left-block .img-holder {
    max-width: 240px;
}

.product-block .left-block .img-holder img {
    max-height: 190px;
}

.product-block .col.left-block a:after {
    border-width: 80px 80px 0 0;
}

.product-block .title {
    display: block;
    padding: 10px 0 0 ;
}

.product-block .left-block .title {
    padding: 30px 0 0 ;
}

/*About Us Block*/
.about-section,
.featured-block {
    border-top: 2px solid #3575d3;
}

.about-section .text-holder {
    background: #3575dd;
    padding: 20px;
}

.about-section .panel-text {
    padding: 25px 20px;
    border: 1px solid #fff;
    color: #fff;
}

/*Weekend Warriors Block*/
.ww-block {
    position: relative;
    z-index: 1;
    color: #fff;
}

.ww-block:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(53, 117, 211, 0.95);
    z-index: -1;
}

.ww-block h2 {
    color: #fff;
}

.ww-block .col .img-holder {
    text-align: right;
}

.ww-block .panel-text {
    max-width: 650px;
    margin: auto 0 auto auto;
    padding: 15px;
}

/*Fratured Block*/

.featured-tab .nav-tabs {
    margin: 0;
}

.featured-tab .nav-tabs>li>a {
    border-radius: 0;
    color: #333333;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    border: 0;
}

.featured-tab .nav-tabs>li>a:hover {
    background: #1e3966;
    color: #fff;
}
.featured-tab .nav-tabs>li.active>a {
    border: 0;
    background: #3575d3;
    color: #fff;
}

.featured-tab .tab-content .list-holder {
    letter-spacing: -4px;
    font-size: 0;
}

.featured-tab .tab-content ul {
    letter-spacing: 0;
    font-size: 18px;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 16.66%;
    vertical-align: top;
    padding: 0 10px 10px;
}

.featured-tab .tab-content ul li {
    margin-bottom: 5px;
}

.featured-tab .tab-content ul li a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #545454;
    font-weight: 400;
    line-height: 1.2;
}

a[href="javascript:void(0);"]:hover,
a[href="javascript:void(0)"]:hover {
	cursor: default;
}

/*Review Block*/
.review-slider .col.slick-slide {
    padding: 10px;
}

.review-slider .col .customers-content {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.review-slider .customers-content a.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    z-index: 2;
}

.review-slider .customers-content:hover h5 {
    text-decoration: underline;
}

.review-slider .slick-dots {
    padding: 20px 0;
}

.review-slider .slick-dots li {
    border: 0;
    background: #a7a4a4;
}

.review-slider .slick-dots li.slick-active {
    background: #c4c3c3;
}

    /*--------------------------------------------------------------
    ## FAQs page styles
    --------------------------------------------------------------*/

.faq-page {
	padding-top: 80px;
	padding-bottom: 60px;
}

.accordion-block {
	position: relative;
	z-index: 1;
}

.accordion-block .panel-default {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 0;
    background: #fafafa;
}

.accordion-block .panel-title {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 22px;
}

.accordion-block .panel + .panel {
    margin-top: 20px;
}

.accordion-block .panel-heading {
    background: transparent;
    padding: 0;
    border-bottom: 0;
    border-radius: 0;
}

.accordion-block .accordion-toggle {
    font-size: 20px;
    line-height: 24px;
    color: #3575d3;
    position: relative;
    display: block;
    padding: 20px 50px 20px 20px;
    border-radius: 0;
}

.accordion-block .panel-default.active .accordion-toggle { 
	color: #3575d3;
}

.accordion-block .panel-heading .accordion-toggle:hover,
.accordion-block .panel-heading .accordion-toggle:focus {
    outline: none;
    text-decoration: none;
}

.accordion-block .panel-heading .accordion-toggle:after {
    content: "\f106";
    position: absolute;
    right: 20px;
    top: 21px;
    font-size: 28px;
    font-family: 'FontAwesome';
    color: #3575d3;
}

.accordion-block .panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
    color: #3575d3;
}

.accordion-block .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.accordion-block .panel-body {
    padding: 0 20px 15px;
    position: relative;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #373737;
}

/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/
.error-404 {
	padding-bottom: 80px;
}

.error-404 .page-header {
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 0;
}

.error-404 .page-header .page-title {
	font-size: 45px;
	margin-top: 0;
	font-weight: 500;
}

.error-404 .page-content,
.error-404 .entry-content,
.error-404 .entry-summary {
	margin-top: 0;
}


.error-404 .page-content .homepage {
	display: inline-block;
	color: #000;

}

.error-404 .page-content .homepage:hover,
.error-404 .page-content .homepage:focus {
	outline: none;
}

.error-404 .page-content .btn-style2 {
	font-size: 25px;
	padding: 20px 60px;
	margin-left: 10px;
}

/* Blog */

.cat-links {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    background: #719ee0;
    font-weight: 400;
    padding: 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.blog h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.blog h2 a {
    color: #333;
}

.blog article {
    margin: 0;
    padding: 20px;
}

.blog .entry-header {
    padding: 10px;
    box-shadow: 0 0 60px 0 rgba(113, 158, 224, 0.4);
}

.blog .entry-header .img-holder{
    padding-bottom: 15px;
}

.blog .entry-header .img-holder img {
    width: 100%;
}

.blog .entry-header .entry-meta .posted-on a {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
}

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

.wp-pagenavi a, .wp-pagenavi span {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 3%, #f8f8f8 30%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 3%,#f8f8f8 30%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 3%,#f8f8f8 30%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
    color: #717171;
    font-size: 17px;
    border: 1px solid #cacaca;
    border-radius: 3px;
    min-width: 40px;
    text-align: center;
    padding: 5px 10px;
    line-height: 1;
    font-weight: 400;
}

.wp-pagenavi a:hover {
    background: #fff;
    text-decoration: none;
    border: 1px solid #cacaca;
}

.wp-pagenavi span.current {
    background: #397dd6;
    color: #fff;
    border: 1px solid transparent;
}

/* Blog Single */

.single .entry-header .posted-on {
    display: block;
}

.single .breadcrumbs-block {
    margin-bottom: 35px;
}

.single .breadcrumbs-block h1,
.single .breadcrumbs-block h2 {
    margin: 0;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    color: #333;
}

.single .breadcrumbs-block .breadcrumbs {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

.single .breadcrumbs-block .breadcrumbs a,
.single .breadcrumbs-block .breadcrumbs a span {
    color: #333;
}

.single .breadcrumbs-block .breadcrumbs a:hover {
    color: #333;
    text-decoration: underline;
}

.single article {
    margin: 0;
    padding: 50px 80px;
    border: 1px solid #dfdfdf;
    background: #fff;
}

.single .entry-header {
    text-align: center;
}

.single .entry-header .entry-meta {
    padding-bottom: 25px;:
}

.single .entry-header .entry-meta .posted-on a {
    font-size: 18px;
    line-height: 26px;
    color: #535353;
}

.single .entry-header .entry-title {
    color: #333;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
}

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

.tag-block h2 {
    text-transform: capitalize;
}

.tag-block a {
    display: inline-block;
    font-size: 18px;
    color: #535353;
    margin: 10px 15px;
    text-transform: capitalize;
}

    /* Glossary */

.glossary-block .col h4 {
    color: #333;

}

.glossary-block .col ul {
    margin: 0;
    padding: 0;
}

.glossary-block .col ul li {
    list-style: none;
    padding: 7px 0;
}

.glossary-block .col ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #2071b0;
    text-transform: uppercase;
    font-weight: 500;
}

.glossary-block .glossary-content-block ul {
    margin: 0;
    padding: 0;
}

.glossary-block .glossary-content-block ul li {
    padding: 20px 0;
    list-style: none;
    border-bottom: 1px solid #efefef;
    font-size: 18px;
    line-height: 25px;
    color: #535353;
}

.glossary-block .glossary-content-block ul li:last-child {
    border-bottom: none;
}

.glossary-block .glossary-content-block h5 {
    margin: 0;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color: #2071b0;
    font-weight: 400;
}

.glossary-block .glossary-content-block p {
    font-size: 18px;
    line-height: 25px;
    color: #535353;
}

/* About Us Page */
.gallery-block {
    width: 100%;
}

.gallery-block:after {
    display: block;
    content: "";
    clear: both;
}

.gallery-block .block-left {
    float: left;
    width: 36.8%;
}

.gallery-block .block-right {
    float: right;
    width: 63.2%;
}

.gallery-block .col-img {
    padding: 5px;
    overflow: hidden;
}

.gallery-block .col-img .img-holder{
    overflow: hidden;
}

.gallery-block .col-img img {
    width: 100%;
    transition: 0.2s all ease-in-out;
}

.gallery-block .col-img:hover img {
    transform: scale(1.2);
}

.gallery-block .block-right .left-col-img {
    display: inline-block;
    vertical-align: top;
}

.gallery-block .block-right .right-col-img {
    display: inline-block;
    vertical-align: top;
}

.team-block {
    background: url(images/our-team-bg.jpg) no-repeat;
    position: relative;
}

.team-block:after {
    display: block;
    content: '';
    clear: both;
}

.team-block .d-t {
    height: 766px;
}

.team-block .team-content {
    width: 466px;
    background: rgba(53, 117, 221, 0.9);
    padding: 20px;
}

.team-block .team-content .pannel-text {
    padding: 40px 20px;
    border: 1px solid #fff;
    color: #fff;
}

.team-block .team-content .pannel-text .btn-holder .btn-style1 {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 40px;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
}

.team-block .team-content .pannel-text .btn-holder .btn-style1:hover {
    color: rgba(53, 117, 221, 0.9);
    background: #fff;
}

.patners-block ul {
    padding: 0;
    margin: 0;
}

.patners-block ul li {
    list-style: none;
    padding: 10px;
}

.patners-block ul li a {
    display: block;
}

.patners-block ul li img {
    width: 100%;
}
.about-block .apra-ogo-wrap{
	padding-bottom: 30px;
}
.review-block .d-flex {
    flex-flow: row wrap;
}
.review-block .d-flex .col {
    display: flex;
    flex: 1;
}
.review-block .col .customers-content {
    box-shadow: 1px 5px 21px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 35px 20px;
}

.review-block .col .customers-content h5 {
    font-size: 20px;
    line-height: 28px;
    color: #3575d3;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 65px;
    text-transform: uppercase;
}

.review-block .col  .customers-content h5:after {
    content: "";
    background: url(images/quote-icon2.png) no-repeat;
    height: 21px;
    width: 26px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -13px;
}

.review-block .col .customers-content p {
    font-size: 18px;
    line-height: 26px;;
    position: relative;
    display: inline-block;
    margin-bottom: 65px;
    font-weight: 400;
}

.review-block .col .customers-content p:after {
    content: "";
    background: url(images/stars-icon.png) no-repeat;
    height: 23px;
    width: 99px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -49px;
}

.review-block .more {
    text-align: center;
    text-decoration: none;
}

/* Testimonials page*/

.testimonials-block .image-overlay-text {
    height: 515px;
}

.testimonials-block .d-t {
    height: 100%;
    position: relative;
}

.testimonials-block .overlay-content {
    max-width: 350px;
    margin-left: 90px;
}

.testimonials-block .overlay-content h5 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 65px;
}

.testimonials-block .overlay-content h5:after {
    content: "";
    background: url(images/quote-icon.png) no-repeat;
    height: 21px;
    width: 26px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -13px;
}

.testimonials-block .overlay-content p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 65px;
}

.testimonials-block .overlay-content p:after {
    content: "";
    background: url(images/stars-icon.png) no-repeat;
    height: 23px;
    width: 99px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -49px;
}

.testimonials-block .review-block .col {
    margin-bottom: 20px;
}

.testimonials-block .review-block .review-content {
    box-shadow: 1px 5px 21px 0 rgba(0, 0, 0, 0.1);
    padding: 35px 20px;
    margin-top: 5px;
}

.testimonials-block .review-block .review-content h5 {
    font-size: 20px;
    line-height: 28px;
    color: #3575d3;
    position: relative;
    display: inline-block;
    margin-bottom: 65px;
    text-transform: uppercase;
}

.testimonials-block .review-block .review-content h5:after {
    content: "";
    background: url(images/quote-icon2.png) no-repeat;
    height: 21px;
    width: 26px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -13px;
}

.testimonials-block .review-block .review-content p {
    font-size: 18px;
    line-height: 26px;;
    position: relative;
    display: inline-block;
    margin-bottom: 65px;
}

.testimonials-block .review-block .review-content p:after {
    content: "";
    background: url(images/stars-icon.png) no-repeat;
    height: 23px;
    width: 99px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -49px;
}

/*Car Problems*/
.car-problems-block {
    background: #fff;
    padding: 40px 30px 10px;
    border-radius: 1px;
}

.car-problems-block .col {
    margin-bottom: 35px;
}

.car-problems-block .img-holder {
    padding-bottom: 25px;
}

.car-problems-block h4 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 500;
}

.car-problems-block h4 a {
    color: #000;
}

.car-problems-block p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Car AC Problem Subpage
--------------------------------------------------------------*/

.pg-ac-prob-sub .overlap-box {
    margin-bottom: 40px;
}

.pg-ac-prob-sub .text-box {
    background-color: #fff;
    padding: 50px 45px;
}

.pg-ac-prob-sub .overlap-box .text-box-overlap {
    margin-left: -20%;
}

.pg-ac-prob-sub .text-box {
    font-size: 18px;
    font-weight: 400;
    color: #535353;
}

.pg-ac-prob-sub .text-box h2 {
    color: #333333;
    margin-bottom: 30px
}

.pg-ac-prob-sub .text-box.text-box-overlap p {
    margin: 0;
}

.pg-ac-prob-sub .text-box p:first-child {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Team page styles
--------------------------------------------------------------*/
.team-section .col {
    padding: 0 15px;
    margin: 0 0 15px;
}

.team-section .img-holder {
    border-radius: 50%;
    overflow: hidden;
    transition: 0.2s all ease-in-out;
    background: #fafafa;
}

.team-section .img-holder:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.team-section .img-holder img {
    width: 100%;
}

.person-desc {
    padding: 20px 0;
}

.person-desc span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #545454;
}

.person-desc span.person-name {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}

    /*--------------------------------------------------------------
    # Learning Center styles
    --------------------------------------------------------------*/

.pg-learning-center {
    padding-bottom: 90px;
}

.pg-learning-center .lc-stripe-content {
    font-size: 18px;
    font-weight: 400;
    color: #535353;
    margin-bottom: 40px;
}

.pg-learning-center .lc-stripe-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px;
}

.pg-learning-center .lc-stripe-row {
    margin: 0 -8px;
}

.pg-learning-center .lc-stripe-row .lc-layout-column {
    padding: 0 8px;
    margin: 0 0 16px;
}

.pg-learning-center .lc-stripe-row .lc-layout-column .image-box {
    position: relative;
    max-width: 100%;
	overflow: hidden;
}

.pg-learning-center .lc-stripe-row .lc-layout-column .image-box img {
    width: 100%;
    transition: 0.2s all ease-in-out;
}

.pg-learning-center .lc-stripe-row .lc-layout-column .image-box:hover img {
    transform: scale(1.2);
}

.pg-learning-center .lc-stripe-row .lc-layout-column .image-box .overlay {
    position: absolute;
    background-color: rgba(51, 51, 51, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pg-learning-center .lc-stripe-row .lc-layout-column .image-box .overlay-text {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
}

.pg-learning-center .lc-stripe-row .lc-layout-column .image-box a {
    color: #fff;
}

.pg-learning-center .lc-stripe-row .lc-layout-column .image-box a:hover,
.pg-learning-center .lc-stripe-row .lc-layout-column .image-box a:focus {
    text-decoration: none;
    outline: none;
}

/*--------------------------------------------------------------
# Contact styles
--------------------------------------------------------------*/

.page-template-tpl-contact .site-main {
    background: #fafafa;
}

.pg-contact .ry-contact-container,
.pg-miami-local .ry-ml-content {
    width: 100%;
    max-width: 1111px;
    margin: 0 auto;
}

.pg-contact .ry-contact-info {
    position: relative;
    float: left;
    width: 25%;
    margin-right: 15%;
}

.pg-contact .ry-contact-form,
.pg-miami-local .ry-ml-layout-column-2 {
    float: right;
    width: 60%;
    position: relative;
}

.pg-contact .ry-contact-info ul,
.pg-miami-local .ry-ml-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pg-contact .ry-contact-info .ry-contact-info-1 h4,
.pg-contact .ry-contact-info .ry-contact-info-2 h4,
.pg-contact .ry-contact-info .ry-contact-info-3 h4,
.pg-contact .ry-contact-info .ry-contact-info-4 h4,
.pg-miami-local .ry-ml-info h4 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
}

.pg-contact .ry-contact-info ul li,
.pg-miami-local .ry-ml-info {
    font-size: 15px;
    font-weight: 400;
    color: #535353;
    margin-bottom: 10px;

}

.pg-contact .ry-contact-info .ry-contact-info-1,
.pg-contact .ry-contact-info .ry-contact-info-2,
.pg-contact .ry-contact-info .ry-contact-info-3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.pg-contact .ry-contact-info .ry-contact-info-1 h4 {
    position: relative;
}

.pg-contact .ry-contact-info .ry-contact-info-1 h4:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -27px;
    background: url(images/phone-contact-icon.png) no-repeat;
    width: 20px;
    height: 20px;
}

.pg-contact .ry-contact-info .ry-contact-info-2 table,
.pg-miami-local .ry-ml-info .ry-ml-info-2 table {
    font-size: 16px;
    margin: 0;
}

.pg-contact .ry-contact-info .ry-contact-info-2 table tbody tr td:first-child,
.pg-miami-local .ry-ml-info .ry-ml-info-2 table tbody tr td:first-child {
    font-weight: 500;
}

.pg-contact .ry-contact-info .ry-contact-info-2 h4 {
    position: relative;
}

.pg-contact .ry-contact-info .ry-contact-info-2 h4:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -27px;
    background: url(images/hours-of-operation-contact-icon.png) no-repeat;
    width: 20px;
    height: 20px;
}

.pg-contact .ry-contact-info .ry-contact-info-3 p {
    font-size: 15px;
    color: #535353;
    font-weight: 400;
    line-height: 1.8;
}

.pg-contact .ry-contact-info .ry-contact-info-3 address {
    font-size: 16px;
    color: #535353;
    font-weight: 400;
}

.pg-contact .ry-contact-info .ry-contact-info-3 h4 {
    position: relative;
}

.pg-contact .ry-contact-info .ry-contact-info-3 h4:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -27px;
    background: url(images/mail-contact-icon.png) no-repeat;
    width: 20px;
    height: 20px;
}

.pg-contact .ry-contact-form .image-overlay-form,
.pg-miami-local .ry-miami-local-form .image-overlay-form {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(30, 57, 102, 0.92);
    padding: 100px 80px;
}

.ry-contact-form .gform_wrapper,
.ry-miami-local-form .gform_wrapper {
    margin: 0;
}

.ry-contact-form .gform_body .gform_fields,
.ry-miami-local-form .gform_body .gform_fields {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.ry-contact-form .gform_body .gform_fields h4,
.ry-miami-local-form .gform_body .gform_fields h4 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.ry-contact-form .gform_body .gform_fields label,
.ry-miami-local-form .gform_body .gform_fields label {
    display: none;
}

.ry-contact-form .gform_body .gform_fields li:first-child {
    border: none;
}

.ry-contact-form .gform_body .gform_fields li {
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.ry-contact-form .gform_body .gform_fields li:last-child {
    padding-bottom: 50px;
}

.ry-contact-form .gform_body .gform_fields input,
.ry-contact-form .gform_body .gform_fields textarea {
    outline: none;
    border: none;
}

.ry-contact-form .gform_body .gform_fields input[type="email"],
.ry-contact-form .gform_body .gform_fields input[type="tel"],
.ry-contact-form .gform_body .gform_fields input[type="text"],
.ry-contact-form .gform_body .gform_fields textarea {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    height: 50px;
    padding: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
}

.ry-contact-form .gform_body .gform_fields textarea {
    height: 100px;
}

.ry-contact-form .gform_footer input[type="submit"] {
    display: inline-block;
    border: 1px solid transparent;
    padding: 14px 40px;
    color: #fff;
    background-color: #3575d3;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    transition: 0.2s all ease-in-out;
}

.ry-contact-form .gform_footer input[type="submit"]:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.ry-contact-form ul li ::-webkit-input-placeholder,
.ry-miami-local-form ul li ::-webkit-input-placeholder { 
    color: #fff;
}

.ry-contact-form ul li ::-moz-placeholder,
.ry-miami-local-form ul li ::-moz-placeholder { 
    color: #fff;
}

.ry-contact-form ul li :-ms-input-placeholder,
.ry-miami-local-form ul li :-ms-input-placeholder { 
    color: #fff;
}

.ry-contact-form ul li :-moz-placeholder,
.ry-miami-local-form ul li :-moz-placeholder { 
    color: #fff;
}

.ry-contact-form ul li ::-webkit-input-placeholder,
.ry-miami-local-form ul li ::-webkit-input-placeholder { 
    color: #fff;
}

.ry-contact-form ul li :-ms-input-placeholder,
.ry-miami-local-form ul li :-ms-input-placeholder { 
    color: #fff;
}

.ry-contact-form .gform_body .gform_fields .gfield_error input[type="email"],
.ry-contact-form .gform_body .gform_fields .gfield_error input[type="tel"],
.ry-contact-form .gform_body .gform_fields .gfield_error input[type="text"],
.ry-contact-form .gform_body .gform_fields .gfield_error textarea {
    border-color: #e60000;
}

/*--------------------------------------------------------------
# Video Styles
--------------------------------------------------------------*/

.page-template-tpl-videos .site-main {
    background: #fff;
}

.pg-video .ry-video {
    margin-bottom: 20px;
}

.pg-video .ry-video-frame-1,
.pg-video .ry-video-frame-2,
.pg-video .ry-video-frame-3,
.pg-video .ry-video-frame-4,
.pg-video .ry-video-frame-5,
.pg-video .ry-video-frame--6 {
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.pg-video .ry-video-frame-1 {
    background-image: url(images/video-thumbnail-1.jpg);
}

.pg-video .ry-video-frame-2 {
    background-image: url(images/video-thumbnail-2.jpg);
}

.pg-video .ry-video-frame-3 {
    background-image: url(images/video-thumbnail-3.jpg);
}

.pg-video .ry-video-frame-4 {
    background-image: url(images/video-thumbnail-4.jpg);
}

.pg-video .ry-video-frame-5 {
    background-image: url(images/video-thumbnail-5.jpg);
}

.pg-video .ry-video-frame-6 {
    background-image: url(images/video-thumbnail-6.jpg);
}

.pg-video .fully-centred-items {
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    width: 0;
}

.pg-video .fully-centred-items > * {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.pg-video .button-play-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
}

.pg-video .button-play-video:before {
    position: absolute;
    display: block;
    content: '';
    background: url(images/button-play-video-icon.png) no-repeat center;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    transition: 0.2s all ease-in-out;
    opacity: 0.8;
}

.pg-video .button-play-video:hover:before {
    opacity: 1;
}

.pg-video .ry-video-desc {
    font-size: 16px;
    font-weight: 300;
    color: #4e4e4e;
    margin-bottom: 30px;
    line-height: 1.5;
}

.pg-video .ry-video-desc h4 {
    font-size: 22px;
    font-weight: 600;
    color: #4e4e4e;
}

    /*--------------------------------------------------------------
    # Warrranty Styles
    --------------------------------------------------------------*/

.pg-warranty .text-holder {
    font-size: 18px;
    font-weight: 400;
    color: #535353;
}

.pg-warranty .box h4 {
    font-size: 25px;
    font-weight: 700;
    color: #3575d3;
    margin-bottom: 20px;
}

.pg-warranty .box {
    padding: 60px 40px 40px;
}

.pg-warranty .box .text-holder {
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.pg-warranty .box .text-holder{
    border-bottom: 1px solid #d9d9d9;
}

.pg-warranty .box .text-holder ul {
    margin: 0;
}

.pg-warranty .box .text-holder p:last-child {
    margin: 0;
}

.pg-warranty .box .text-holder.last-style {
    border: none;
    padding: 0;
}

.warranty-form .gform_wrapper {
    margin: 0;
}

.warranty-form .gform_body ul {
    letter-spacing: -4px;
    font-size: 0;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.warranty-form .gform_body ul li {
    letter-spacing: 0;
    font-size: 16px;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
}

.warranty-form .gf-title {
    width: 100%;
}

.warranty-form .gform_body .gform_fields h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.warranty-form .gform_body .gform_fields label {
    display: none;
}

.warranty-form .gform_body .gform_fields .half-width {
    width: 50%;
}

.warranty-form .gform_body ul li.gf-fullwidth {
    width: 100%;
}

.warranty-form .gform_body ul li textarea {
    max-height: 85px;
}

.warranty-form .gform_body ul li input,
.warranty-form .gform_body  ul li textarea {
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    color: #7b7b7b;
    outline: none;
    padding: 18px 16px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    box-shadow: none;
    background: transparent;
}

.warranty-form .gform_body ul li ::-webkit-input-placeholder { 
    text-transform: uppercase;
}

.warranty-form .gform_body ul li ::-moz-placeholder { 
    text-transform: uppercase;
}

.warranty-form .gform_body ul li :-ms-input-placeholder {
    text-transform: uppercase;
}

.warranty-form .gform_body ul li :-moz-placeholder { 
    text-transform: uppercase;
}

.warranty-form .gform_body .charleft,
.ry-contact-form .gform_body .charleft {
    display: none;
}

.warranty-form .gform_footer input[type="submit"],
.ry-miami-local-form .gform_footer input[type="submit"] {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 14px 40px;
    color: #fff;
    background-color: #3575d3;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    transition: 0.2s all ease-in-out;
    width: 100%;
    max-width: 230px;
}

.warranty-form .gform_footer input[type="submit"]:hover,
.warranty-form .gform_footer input[type="submit"]:focus {
    background: transparent;
    color: #3575d3;
    border: 1px solid #3575d3;
    outline: none;
}
.apra-ogo-wrap {
	margin: 0 -5px;
	letter-spacing: -4px;
	font-size: 0;
}
footer .apra-ogo-wrap{

}
.award-image{
	max-width: 170px;
	display: block;
}
 .member-logo {
	 display: inline-block;
	 max-width: 33.33%;
	 vertical-align: middle;
	 padding: 5px;
}
.member-logo.adaptive-width {
    max-width: 100%;
    width: auto;
}
footer .member-logo,
footer .member-logo img{
	width: 100%;
}
.member-logo img {
	padding: 0 5px;
	background: #fff;
}
.about-block .apra-ogo-wrap h2 {
	margin-bottom: 15px;
	letter-spacing: 0;
}
.page-footer .apra-ogo-title{
	font-size: 16px;
	margin-bottom: 15px;
}

/*On Load Popup Design*/
.on-loads-popup {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

.on-loads-popup .modal-title {
	color: #333;
	text-transform: none;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
.on-loads-popup .modal-title::after {
	content: '';
	position: absolute;
	height: 1px;
	width: 60px;
	background: #979797;
	right: 50%;
	bottom: -20px;
	margin-right: -30px;

}
.on-loads-popup .modal-dialog {
	width: 100%;
	max-width: 400px;
}

.on-loads-popup h2 {
	font-size: 77px;
	font-family: 'Oswald', sans-serif;
	color: #403f44;
	font-weight: 700;
	letter-spacing: -2px;
}

.on-loads-popup h2 sup {
	font-size: 0.6em;
}

.on-loads-popup .modal-body {
	padding-top: 0;
	font-size: 16px;
	font-weight: 400;
	color: #4e4e4e;
	padding-bottom: 0;
}

.on-loads-popup h5 {
	font-size: 21px;
	color: #403f44;
	font-weight: 400;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
}

.on-loads-popup .btn-link {
	text-align: center;
	display: block;
	font-size: 14px;
	color: #787778;
}
.on-loads-popup .modal-footer{
	border-top: 0;
	text-align: center;
	padding-top: 0;
}
.on-loads-popup .modal-header .close {
	background: transparent;
	font-size: 30px;
	line-height: 1;
	opacity: 1;
	color: #000;
	margin-top: -10px;
	margin-right: -5px;
}
.on-loads-popup .block.newsletter .action.primary {
	color: #fff;
	background-color: #337ab7;
	width: 100%;
	border-radius: 0;
	font-size: 19px;
	height: auto;
	padding: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
.on-loads-popup .block.newsletter .action.primary:hover {
	background-color: #256398;
}
.on-loads-popup .block.newsletter input[type="email"] {
	width: 100%;
	border-color: transparent;
	background: #ecebec;
	border-radius: 0;
	color: #000;
	font-size: 16px;
	padding: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	height: 55px;
}

.on-loads-popup .block.newsletter .actions {
	width: 100%;
	display: block;
	margin-top: 10px;
}


.on-loads-popup  .block.newsletter .action.primary{
	width: 100%;
	height: 55px;
}
.on-loads-popup .block.newsletter{
	max-width: 100%;
	margin-bottom: 5px;
}
.field.newsletter label,
.on-loads-popup .block.newsletter .title {
	display: none;
}
.on-loads-popup .modal-body p {
	margin-bottom: 0;
}
.modal-header{
	border-bottom: 0;
}
/*--------------------------------------------------------------
# Return Styles
--------------------------------------------------------------*/

.pg-return .box {
    padding: 60px 40px;
}

.pg-return .top-section .heading-wrap {
    font-size: 18px;
    font-weight: 400;
    color: #535353;
    margin-bottom: 90px;
    text-align: center;
}

.pg-return .top-section .heading-wrap h3 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.pg-return .ry-row .ry-layout-column:first-child {
    width: 20%;
}

.pg-return .ry-row .ry-layout-column:nth-child(2) {
    width: 28%;
}

.pg-return .ry-row .ry-layout-column:nth-child(3) {
    width: 26%;
}

.pg-return .ry-row .ry-layout-column:last-child {
    width: 26%;
}

.pg-return .top-section .curve-dot-line-1:after,
.pg-return .top-section .curve-dot-line-2:after,
.pg-return .top-section .curve-dot-line-3:after {
    position: absolute;
    content: '';
    background: url(images/curve-dotted-line-pg-returns.png) no-repeat;
    top: 30px;
    width: 218px;
    height: 36px;
}

.pg-return .top-section .curve-dot-line-1:after {
    right: -133px;
}

.pg-return .top-section .curve-dot-line-2:after {
    right: -95px;
}

.pg-return .top-section .curve-dot-line-3:after {
    right: -104px;
}

.pg-return .top-section {
    margin-bottom: 48px;
}

.pg-return .top-section .icon-holder {
    width: 60px;
    height: 60px;
    margin: 0 auto 47px;
}

.pg-return .top-section .detail {
    font-size: 15px;
    font-weight: 400;
    color: #535353;
    text-align: center;
    line-height: 26px;
}

.pg-return .top-section .detail h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.pg-return .top-section .detail p {
    margin: 0;
}

.pg-return .bottom-section .text-holder {
    font-size: 18px;
    font-weight: 400;
    color: #535353;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 50px;
}

.pg-return .bottom-section .text-holder h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pg-return .bottom-section .text-holder p:last-child {
    margin-bottom: 47px;
}

.pg-return .bottom-section .text-holder h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.pg-return .bottom-section .text-holder ul {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}

.pg-return .bottom-section .text-holder:last-child {
    border: none;
    margin: 0;
}

.pg-return .bottom-section .text-holder:last-child p {
    margin: 0;
}

/*--------------------------------------------------------------
# Miami Local Styles
--------------------------------------------------------------*/

.pg-miami-local .top-section {
    background-color: #f8f8f8;
    font-size: 18px;
    font-weight: 400;
    color: #535353;
}

.pg-miami-local .top-section .ry-ml-row {
    margin: 0 -25px;
}

.pg-miami-local .top-section .ry-ml-row .ry-ml-layout-column {
    padding: 0 25px;
}

.pg-miami-local .top-section h2 {
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.pg-miami-local .top-section p {
    margin-bottom: 20px;
}

.pg-miami-local .ry-ml-layout-column-1 {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 8%;
}

.pg-miami-local .ry-ml-info {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.pg-miami-local .ry-ml-info:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e1e1e1;
    width: 266px;
    height: 1px;
}

.pg-miami-local .ry-ml-info:last-child:after {
    background: transparent;
}

.pg-miami-local .ry-ml-info:last-child {
    padding: 0;
    margin: 0;
}

.pg-miami-local .ry-ml-info h4 {
    position: relative;
}

.pg-miami-local .ry-ml-info h4 a {
    color: #333;
}

.pg-miami-local .ry-ml-info h4 a:hover,
.pg-miami-local .ry-ml-info h4 a:focus {
    color: #3575d3;
    outline: none;
    text-decoration: underline;
}

.pg-miami-local .ry-ml-info .ry-ml-info-1 h4:before,
.pg-miami-local .ry-ml-info .ry-ml-info-2 h4:before {
    content: '';
    position: absolute;
    left: -27px;
}

.pg-miami-local .ry-ml-info .ry-ml-info-1 h4:before {
    top: 0;
    background-image: url(images/address-pg-miami-locals-icon.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 25px;
}

.pg-miami-local .ry-ml-info address {
    margin: 0;
}

.pg-miami-local .ry-ml-info h5 {
    font-size: 18px;
    font-weight: 500;
    color: #535353;
}

.pg-miami-local .ry-ml-info p {
    margin: 0;
}

.pg-miami-local .ry-ml-info .ry-ml-info-2 h4:before {
    top: 4px;
    background-image: url(images/hours-of-operation-contact-icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.pg-miami-local .ry-ml-info .ry-ml-info-3 li,
.pg-miami-local .ry-ml-info .ry-ml-info-4 li {
    float: left;
    padding-right: 10px;
    margin-bottom: 20px;
}

.pg-miami-local .ry-ml-info .ry-ml-info-5 ul {
    letter-spacing: -4px;
    font-size: 0;
    margin: 0 -10px;
}

.pg-miami-local .ry-ml-info .ry-ml-info-5 ul li {
    letter-spacing: 0;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin-bottom: 20px;
}

.pg-miami-local .ry-ml-info .ry-ml-info-5 li:first-child {
    width: 20%;
}

.pg-miami-local .ry-ml-info .ry-ml-info-5 li:nth-child(2) {
    width: 52%;
}

.pg-miami-local .ry-ml-info .ry-ml-info-5 li:nth-child(3) {
    width: 28%;
}

.pg-miami-local .ry-ml-info .ry-ml-info-5 li:nth-child(4) {
    width: 22%;
}

.pg-miami-local .ry-ml-info .ry-ml-info-5 li:nth-child(5) {
    width: 50%;
}

.pg-miami-local .ry-ml-info .ry-ml-info-5 li:last-child {
    width: 28%;
}

.ry-miami-local-form .gf-title {
    width: 100%;
    line-height: 24px;
}

.ry-miami-local-form .gform_body .gform_fields label {
    display: none;
}

.ry-miami-local-form .gform_body ul li {
    margin-bottom: 20px;
}

.ry-miami-local-form .gform_body ul li.gf-fullwidth {
    width: 100%;
}

.ry-miami-local-form .gform_body  ul li select option {
    color: #000;
}

.ry-miami-local-form .gform_body ul li input,
.ry-miami-local-form .gform_body  ul li textarea,
.ry-miami-local-form .gform_body  ul li select {
    width: 100%;
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    outline: none;
    padding: 18px 15px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: none;
    background: transparent;
}

.ry-miami-local-form .gform_body .charleft {
    display: none;
}

.ry-miami-local-form .gform_footer input[type="submit"] {
    max-width: 176px;
}

.ry-miami-local-form .gform_footer input[type="submit"]:hover,
.ry-miami-local-form .gform_footer input[type="submit"]:focus {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
}

.ry-miami-local-form .gform_body .gform_fields .gfield_error input[type="email"],
.ry-miami-local-form .gform_body .gform_fields .gfield_error input[type="tel"],
.ry-miami-local-form .gform_body .gform_fields .gfield_error input[type="text"],
.ry-miami-local-form .gform_body .gform_fields .gfield_error textarea {
    border-color: #e60000;
}

.pg-miami-local .bottom-section {
    margin-bottom: 30px;
}

.pg-miami-local .bottom-section ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
}

.pg-miami-local .bottom-section ul li {
    float: left;
    width: 25%;
    padding: 0 5px;
	overflow: hidden;
}
.pg-miami-local .bottom-section ul li:hover img {
	transition: all 0.3s;
}
.pg-miami-local .bottom-section ul li:hover img {
    transform: scale(1.2);
}

.pg-miami-local .col4-layout {
    margin: 0 -5px;
}

.pg-miami-local .col {
    padding: 5px;
}

.pg-miami-local .col .img-holder {
    overflow: hidden;
}

.pg-miami-local .img-holder img {
    width: 100%;
    transition: 0.2s all ease-in-out;
}

.pg-miami-local .img-holder:hover img {
    transform: scale(1.2);
}
    /*--------------------------------------------------------------
    # A/C Special Directory Styles
    --------------------------------------------------------------*/

.pg-ac-spec-dir {
    padding: 15px;
}

.page-template-tpl-ac-spec-dir .site-main {
    background: #fff;
}
.post-type-archive-vehicles-directory .site-main {
    background: #fff;
}

.pg-ac-spec-dir .text-wrap {
    font-size: 18px;
    font-weight: 400;
    color: #535353;
    margin-bottom: 50px;
}

.pg-ac-spec-dir .dir-wrap {
    margin-bottom: 30px;
}

.pg-ac-spec-dir .dir-wrap:last-child {
    margin-bottom: 0;
}

.pg-ac-spec-dir ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pg-ac-spec-dir .dir-index {
    float: left;
    padding-right: 40px;
    font-size: 22px;
    font-weight: 500;
    color: #2071b0;
    text-transform: uppercase;
}

.pg-ac-spec-dir .dir-list {
    overflow: hidden;
}

.pg-ac-spec-dir .dir-list li {
    margin-bottom: 8px;
}

.pg-ac-spec-dir .dir-list li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #2071b0;
}

/*--------------------------------------------------------------
# A/C Specialist Directory Subpages Styles
--------------------------------------------------------------*/

.pg-ac-spec-dir-sub {
    padding-bottom: 90px;
}

.pg-ac-spec-dir-sub .box {
    font-size: 18px;
    font-weight: 400;
    color: #535353;
    padding: 50px 50px 20px 40px;
    margin-bottom: 40px;
}

.pg-ac-spec-dir-sub .box h4 {
    font-size: 26px;
    font-weight: 700;
    color: #4a83d7;
}

.pg-ac-spec-dir-sub .box .check-list {
    width: 100%;
    max-width: 740px;
}

.pg-ac-spec-dir-sub .box .check-list li {
    float: left;
    width: 50%;
    padding-right: 70px;
    padding-left: 30px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Sourcing page styles
--------------------------------------------------------------*/

.page-template-tpl-sourcing-page #content {
	overflow: hidden;
}

.page-template-tpl-sourcing-page .banner .banner-content {
	background: #f3f3f3 !important;
}

.page-template-tpl-sourcing-page .banner .banner-content .title-block {
	min-height: 0;
	margin: 0 0 15px;
}

.page-template-tpl-sourcing-page .banner .banner-content .title-block .block-holder {
	position: static;
	background: transparent;
	padding: 20px 0;
}

.page-template-tpl-sourcing-page .banner .title-block h1 {
	color: #333;
}

.page-template-tpl-sourcing-page .breadcrumbs-block a,
.page-template-tpl-sourcing-page .breadcrumbs-block span {
	color: #7b7b7b;
}

.sourcing-page {
	position: relative;
	z-index: 1;
}

.sourcing-page:after {
	content: "";
	background: url("images/bg-sourcing-form.png") no-repeat;
	position: absolute;
	right: -245px;
	top: 10px;
	width: 749px;
	height: 735px;
	z-index: -1;
}

.sourcing-form {
    background-color: #fff;
    box-shadow: 0 32px 82px rgba(0, 0, 0, 0.12);
    max-width: 1000px;
    margin: 0 auto 140px;
    padding: 60px;
    position: relative;
    z-index: 1;
}

.sourcing-form .form-heading {
	text-align: center;
    margin: 0 0 40px;
}

.sourcing-form h2 {
	font-size: 52px;
	line-height: 1;
	color: #4a83d7;
	font-weight: 900;
}

.sourcing-form h2 span {
	display: block;
	color: #282828;
	font-size: 30px;
	font-weight: 300;
}

.sourcing-form .gform_body label {
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 12px;
}

.sourcing-form .gform_body label .gfield_required {
	display: none;
}

.sourcing-form .gform_fields {
	margin: 0 -6px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.sourcing-form .gform_fields .gfield {
	width: 50%;
	padding: 0 6px;
	float: left;
	margin: 0 0 20px;
}

.sourcing-form .gform_fields .full-width-input {
	width: 100%;
}

.sourcing-form .gform_fields .gfield input[type="text"],
.sourcing-form .gform_fields .gfield input[type="email"],
.sourcing-form .gform_fields .gfield input[type="tel"],
.sourcing-form .gform_fields .gfield textarea {
	width: 100%;
	box-shadow: none;
	outline: none;
	color: #7b7b7b;
	padding: 9px 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
	height: 59px;
	background-color: #f0f1f2;
	border: 1px solid rgba(0, 0, 0, 0.22);
	border-radius: 5px;
}

.sourcing-form .gform_fields .gfield textarea {
	width: 100% !important;
	height: 195px;
	min-height: 70px;
}

.sourcing-form .gform_fields .gfield input[type="text"]:focus,
.sourcing-form .gform_fields .gfield input[type="email"]:focus,
.sourcing-form .gform_fields .gfield input[type="tel"]:focus,
.sourcing-form .gform_fields .gfield textarea:focus {
	background-color: #fff;
}

.sourcing-form .validation_message,
.sourcing-form .validation_error,
.sourcing-form .gform_ajax_spinner {
	display: none;
}

.sourcing-form .validation_error + .gform_body .medium {
    border-color: rgba(0, 0, 0, 0.22) !important;
}

.sourcing-form .gform_body .gfield_error input[type="text"],
.sourcing-form .gform_body .gfield_error input[type="email"],
.sourcing-form .gform_body .gfield_error textarea,
.sourcing-form .gform_body .gfield_error input[type="tel"] {
	border-color: red !important;
}

.sourcing-form .gform_confirmation_message {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	color: green;
	padding-top: 28px;
}

.sourcing-form .gform_footer .gform_button {
	display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    padding: 15px 30px;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-align: center;
    height: 57px;
	background-color: #3575d3;
	border-radius: 1px;
	width: 100%;
}

.sourcing-form .gform_footer .gform_button:hover,
.sourcing-form .gform_footer .gform_button:focus {
	text-decoration: none;
	outline: none;
	border: 1px solid #0494e4;
	color: #0494e4;
	background: transparent;
}

.ry-miami-local-form .gform_confirmation_message,
.ry-contact-form .gform_confirmation_message,
.footer-col-wrap .gform_confirmation_message {
	color: #ffffff;
}
.warranty-form .gform_confirmation_message {
	padding: 10px;
	border: 1px solid #00ff00;
}

/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/

.error-404 {
	background: url(images/img-error-404-bg.png) no-repeat;
	background-position: center right;
}

.error-404 .content-wrap .title {
	text-align: right;
}

.error-404 .content-wrap .title h2 {
	position: relative;
	font-size: 150px;
	font-weight: 700;
	color: #8b8d90;
	padding-right: 20px;
}

.error-404 .content-wrap .title h2:after {
	position: absolute;
	content: '';
	background-color: #1e3966;
	width: 4px;
	height: 124px;
	top: 50%;
	right: 0;
	margin-top: -62px;
}

.error-404 .content-wrap .details {
	text-align: left;
	height: 190px;
	padding-left: 36px;
	font-size: 24px;
	color: #535353;
}

.error-404 .content-wrap .details h5 {
	font-size: 24px;
	color: #4b83d8;
	margin-bottom: 16px;
}


/*Load More Listing Style*/
.list-style-two-col {
    letter-spacing: -4px;
    font-size: 0;
}

.list-style-two-col li {
    letter-spacing: 0;
    font-size: 18px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
	color: #4a83d7;
}

.pg-ac-spec-dir-sub ul {
    padding: 0;
	list-style:none;
}

.pg-ac-spec-dir-sub li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
}

.pg-ac-spec-dir-sub li a {
    color: #4a83d7;
    display: inline-block;
}

.pg-ac-spec-dir-sub li:after {
    content: '\f00c';
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #4a83d7;
    left: 0;
    position: absolute;
    top: 0;
}

/*--------------------------------------------------------------
## Responsive styles
--------------------------------------------------------------*/

@media (max-width: 1799px) {
    #nav {
    	display: none;
    }

    #desktop-nav {
    	display: block;
    }

	.search-box {
    	padding: 10px 15px;
	}

	.header-mycart {
		margin-top: 10px;
		margin-right: 20px;
	}

	.header-middle {
		padding-bottom: 7px;
	}

	.logo {
	    padding-left: 0;
	    margin-left: 30px;
	    max-width: 220px;
	}

    .company-services {
        position: relative;
        top: 0;
        padding: 20px;
        max-width: 100%;
        font-size: 0;
        letter-spacing: -4px;
    }

    .company-services ul {
        text-align: center;
    }

    .company-services ul li {
        width: 20%;
        font-size: 17px;
        letter-spacing: 0;
        display: inline-block;
        vertical-align: top;
        padding: 5px;
    }

    .company-services .img-wrap img {
        width: 100%;
    }

    .company-services .overlay-block {
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
    }

    .product-block {
        padding-top: 0;
    }

    .banner-caption {
        max-width: 920px;
    }

    .banner-caption .banner-title {
        font-size: 70px;
    }

    .banner-caption .banner-title span {
        font-size: 90px;
    }

    .banner-caption.banner3 {
        margin: 0 0 0 auto;
    }
}

@media (max-width: 1366px) {

    .nmargin-left10 {
        margin-left: 0;
    }

    .tab-form-block .form-group {
        max-width: 213px;
    }

    .tab-form-block .check-vin .form-group {
        max-width: 75%;
    }

    .pg-ac-prob-sub .text-box h2 {
        margin-bottom: 20px;
    }

    .pg-ac-prob-sub .overlap-box .text-box-overlap {
        margin-left: 0;
    }

    .pg-ac-prob-sub .text-box {
        padding: 25px 20px;
    }
}

@media (max-width: 1199px) {

    .top-btm-gutter3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #desktop-nav {
		display: none;
	}

    #mobile-nav {
		display: block;
	}

	.header-middle {
		padding-right: 0;
	}

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin: 0;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px 0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .site-header {
    	border-bottom: 10px solid #f8f8f8;
    }
    .top-nav,
    .mobile-nav {
	    background-color: #f8f8f8;
	    box-shadow: none;
	    text-align: center;
	    margin-bottom: 0;
	    border-radius: 0;
	    border: 0;
	    position: absolute;
	    left: 0;
	    top: 0;
	    padding: 25px 15px;
	}
	.top-nav .navbar-nav,
	.mobile-nav .navbar-nav {
		text-align: left;
	}
	.top-nav .navbar-nav li,
	.mobile-nav .navbar-nav li {
		display: block;
		background: transparent;
	}
	.top-nav .navbar-nav li.menu-phone-icon a,
	.top-nav .navbar-nav li.menu-user-icon a,
	.mobile-nav .navbar-nav li.menu-phone-icon a,
	.mobile-nav .navbar-nav li.menu-user-icon a {
		padding-left: 15px;
	}
	.top-nav .navbar-nav li.menu-phone-icon a:before,
	.top-nav .navbar-nav li.menu-user-icon a:before,
	.mobile-nav li.menu-phone-icon a:before,
	.mobile-nav li.menu-user-icon a:before {
		display: none;
	}
	.mobile-nav .sub-menu {
		margin: 0;
		padding: 0;
	}
	.mobile-nav .sub-menu a {
		padding: 10px 15px;
	}
	.mobile-nav .navbar-nav li a {
		color: #1f1a17;
		display: block;
		position: relative;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.mobile-nav .navbar-nav li a:hover,
	.mobile-nav .navbar-nav li a:focus,
	.mobile-nav .navbar-nav li a:hover span.ph-num-txt ,
	.mobile-nav .navbar-nav li a:focus span.ph-num-txt {
		background: #193460;
		color: #fff;
		text-decoration: none;
	}

	.mobile-nav .navbar-nav a span.ph-num-txt {
		color: #3575d3;
	}

	#nav {
		position: absolute;
	    right: 0;
	    top: 0;
	    padding: 30px 15px;
	    background: #f8f8f8;
	}
	#nav .navbar-nav {
		text-align: left;
	}

	#nav .navbar-nav>li{
		display: block;
	}

	#nav li a {
		color: #535353;
	}

	#nav li a:hover,
	#nav li a:focus {
		background: #1f3965;
		color: #fff;
	}

    .banner-caption {
        margin: 0 auto !important;
        text-align: center !important;
    }

    .banner-caption .banner-title {
        font-size: 70px;
    }

    .company-services ul li {
        width: 33.33%;
    }

    .tab-form-block {
        height: auto;
        margin-top: -179px;
    }

    .tab-form-block form {
        letter-spacing: -4px;
        font-size: 0;
    }

    .tab-form-block .tab-content {
        height: auto;
    }

    .tab-form-block .form-group {
        max-width: 100%;
        width: 50%;
        padding: 5px 3px;
    }

    .tab-form-block .btn {
        font-size: 18px;
        padding: 14px 40px;
        width: 100%;
        margin: 5px 0 0 ;
    }

    .tab-form-block .check-vin .form-group {
        width: 100%;
        max-width: 80%;
    }

    .tab-form-block .form-group .form-control {
        height: 48px;
    }

    .tab-form-block .check-vin .btn {
        width: 20%;
        padding: 15px 5px;
    }

    .product-block .left-block.col,
    .product-block .right-block {
        width: 100%;
        height: auto;
    }

    .ww-block .col {
        width: 100%;
    }

    .ww-block .panel-text {
        max-width: 100%;
        padding: 40px 15px 30px;
    }

    .ww-block .col .img-holder {
        display: none;
    }

    .footer-col-wrap .col {
        width: 30.5%;
    }

    .footer-col-wrap .col:first-child {
        width: 28.5%;
    }

    .footer-col-wrap .col:nth-child(2) {
        width: 21%;
    }

    .footer-col-wrap .col:nth-child(3) {
        width: 20%;
    }

    .review-block .col .customers-content {
        margin: 0 0 10px;
    }

    .pg-contact .ry-contact-container,
    .pg-miami-local .ry-ml-content {
        max-width: 90%;
    }

    .pg-contact .ry-contact-info,
    .pg-miami-local .ry-ml-layout-column-1 {
        float: none;
        width: 100%;
    }

    .pg-miami-local .ry-ml-info,
    .pg-contact .ry-contact-info .ry-contact-info-1,
    .pg-contact .ry-contact-info .ry-contact-info-2,
    .pg-contact .ry-contact-info .ry-contact-info-3 {
        padding: 0 20px 30px;
        float: left;
        width: 50%;
    }

    .pg-contact .ry-contact-info .ry-contact-info-1,
    .pg-contact .ry-contact-info .ry-contact-info-2,
    .pg-contact .ry-contact-info .ry-contact-info-3 {
        border: 1px solid transparent;
    }

    .pg-miami-local .ry-ml-info:last-child {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .pg-miami-local .ry-ml-info .ry-ml-info-5 ul li {
        display: inline-block;
        width: auto !important;
    }

    .pg-contact .ry-contact-info .ry-contact-info-1,
    .pg-contact .ry-contact-info .ry-contact-info-2,
    .pg-contact .ry-contact-info .ry-contact-info-3 {
        position: relative;
        margin-bottom: 30px;
    }

    .pg-miami-local .ry-ml-info:last-child:after,
    .pg-contact .ry-contact-info .ry-contact-info-1:after,
    .pg-contact .ry-contact-info .ry-contact-info-2:after,
    .pg-contact .ry-contact-info .ry-contact-info-3:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #e1e1e1;
        width: 266px;
        height: 1px;
    }

    .pg-miami-local .ry-ml-info:last-child:after {
        width: 100% !important;
        left: 0;
        right: 0;
    }

    .pg-contact .ry-contact-form,
    .pg-miami-local .ry-ml-layout-column-2 {
        float: none;
        width: 75%;
        margin: 0 auto;
    }

    .pg-learning-center .lc-stripe-row .lc-layout-column .image-box .overlay-text {
        font-size: 20px;
    }

    .pg-ac-prob-sub .overlap-box {
        margin-bottom: 20px;
    }

    .pg-return .ry-row .ry-layout-column:first-child,
    .pg-return .ry-row .ry-layout-column:nth-child(2),
    .pg-return .ry-row .ry-layout-column:nth-child(3),
    .pg-return .ry-row .ry-layout-column:last-child {
        width: 50%;
    }

    .pg-return .top-section .curve-dot-line-2:after {
        background: transparent;
    }

    .pg-return .top-section .curve-dot-line-1:after {
        right: -104px;
    }

    .error-404 .content-wrap .title h2 {
        font-size: 100px;
    }

    .error-404 .content-wrap .details {
        height: 150px;
    }
}

@media (max-width: 991px) {

    .top-gutter9 {
        padding-top: 30px;
    }

    .btm-gutter6 {
        margin-bottom: 30px;
    }

    .top-gutter4,
    .top-gutter5 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .top-btm-gutter6 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .top-btm-gutter7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .col4-layout .col {
        width: 33.33%;
    }

    .col5-layout .col {
        width: 25%;
    }

    .banner .bg-cover {
        min-height: 330px;
    }

    .main-slider .slick-dots {
        bottom: 30px;
    }

	.header-middle {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.header-mycart {
	    margin-top: 0;
	    margin-right: 0;
	    padding: 0;
	    border-top: 0;
	    position: absolute;
	    top: 0;
	    right: 0;
	    background: #f9f9f9;
	}

	.header-mycart .dropdown-toggle {
	    min-width: 70px;
	    height: 65px;
	    background-color: transparent;
	    border: none;
	    border-radius: 0;
	    box-shadow: none;
	    font-size: 0;
	    padding: 15px 10px;
	}

	.header-mycart .icon-cart {
	    width: 28px;
	}

	.header-mycart .caret {
	    display: none;
	}

	.search-box {
	    max-width: none;
	    overflow: hidden;
	    margin-top: 11px;
	    border-top: 5px solid #f8f8f8;
	    padding-top: 10px;
	}

	.logo {
	    padding-left: 0;
	    max-width: 140px;
	    clear: both;
	    overflow: hidden;
	    margin: 0 auto;
	    float: none;
	}

	#nav,
	.top-nav,
	.mobile-nav {
	    padding: 15px 15px;
	}

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

	#nav li a {
	    padding-top: 12px;
	    padding-bottom: 10px;
	}

    .footer-col-wrap .col {
        width: 50% !important;
    }

    .footer-bottom .footer-content {
        text-align: center;
    }

    .footer-bottom .copyright {
        display: block;
        float: none;
        padding: 0;
        margin: 0 0 15px;
    }

    .footer-bottom .list-style1 {
        text-align: center;
        padding: 0;
    }

    .footer-bottom .list-style1 li {
        float: none;
        padding: 0 2px 6px;
    }

    .tab-form-block {
        margin-top: 15px;
        background: #1d3139;
    }

    .tab-form-block .btn {
        width: 100%;
        margin-left: 0;
    }

    .about-section .col {
        width: 100%;
    }

    .product-block {
        padding-bottom: 40px;
    }

    .about-section .col .img-holder img {
        width: 100%;
    }

    .featured-block {
        margin-top: 50px;
    }

    .featured-tab .tab-content ul {
        width: 33.33%;
        margin-bottom: 10px;
    }
    .patners-block .col5-layout .col {
        width: 25%;
    }

    .car-problems-block .col {
        width: 50%;
        float: left;
        display: inline-block;
    }

    .car-problems-block .col .img-holder img {
        width: 100%;
    }

    .car-problems-block h4 {
        font-size: 22px;
    }

    .pg-miami-local .top-section h2,
    .pg-learning-center .lc-stripe-content h2,
    .pg-ac-prob-sub .text-box h2,
    .pg-return .top-section .heading-wrap h3 {
        font-size: 32px;
    }

    .pg-miami-local .ry-miami-local-form .image-overlay-form,
    .pg-contact .ry-contact-form .image-overlay-form {
        padding: 50px 40px;
    }

    .pg-miami-local .bottom-section {
        margin-bottom: 0;
    }

    .pg-miami-local .bottom-section ul li {
        width: 50%;
        margin-bottom: 30px;
    }

    .pg-learning-center .lc-stripe-row .lc-layout-column {
        width: 50%;
        float: left;
    }

    .pg-learning-center .lc-stripe-row .lc-layout-column .image-box {
        max-height: 195px;
        overflow: hidden;
    }

    .pg-learning-center {
        padding-bottom: 60px;
    }

    .pg-ac-prob-sub .overlap-box .img-holder {
        margin-bottom: 0;
        max-height: 400px;
        overflow: hidden;
    }

    .pg-ac-prob-sub .overlap-box img {
        width: 100%;
    }

    .pg-ac-prob-sub .text-box {
        padding: 20px;
    }

    .pg-ac-prob-sub .text-box {
        padding: 25px 20px 0;
    }

    .pg-return .ry-row .ry-layout-column:first-child,
    .pg-return .ry-row .ry-layout-column:nth-child(2),
    .pg-return .ry-row .ry-layout-column:nth-child(3),
    .pg-return .ry-row .ry-layout-column:last-child {
        float: left;
    }

    .pg-return .top-section .curve-dot-line-1:after,
    .pg-return .top-section .curve-dot-line-3:after {
        background: transparent;
    }

    .blog .col3-layout .col {
        width: 50%;
    }

    .single article {
        padding: 20px;
    }

    .pg-ac-spec-dir-sub .box {
        padding: 25px 25px 10px 20px;
        margin-bottom: 20px;
    }

    .pg-ac-spec-dir-sub .box h4 {
        font-size: 24px;
    }

    .pg-ac-spec-dir-sub .box .check-list li {
        float: none;
        width: 100%;
        padding-right: 30px;
    }

    .page-template-tpl-sourcing-page .banner .banner-content {
    	min-height: 0;
    }

    .error-404 .content-wrap .title h2 {
        font-size: 75px;
    }

    .error-404 .content-wrap .details {
        height: 120px;
        font-size: 18px;
    }

    .error-404 .content-wrap .details h5 {
        font-size: 20px;
    }

}

@media (max-width: 767px) {

    .col3-layout .col,
    .col4-layout .col {
        width: 50%;
    }

    .col5-layout .col {
        width: 33.33%;
    }

    .banner-caption .banner-title {
        font-size: 40px;
    }

    .banner-caption .banner-title span {
        font-size: 70px;
    }

    .tab-form-block .check-vin .form-group {
        width: 100%;
        max-width: 70%;
    }

    .tab-form-block .check-vin .btn {
        width: 30%;
    }

    .company-services ul li {
        width: 50%;
    }

    .gform_widget form {
        margin: 0 auto;
    }

    .gallery-block .block-left {
        width: 37.2%;
    }

    .gallery-block .block-right {
        width: 62.8%;
    }

    .team-block .d-t {
        height: auto;
        padding: 15px 0;
    }

    .team-block .team-content {
        width: 100%;
        background-size: cover;
        padding: 15px;
    }

    .team-block .team-content .btn-holder {
        margin-bottom: 0;
    }

    .patners-block .col5-layout .col {
        width: 33.33%;
    }

    .car-problems-block .col {
        width: 100%;
    }

    .glossary-block .col {
        margin-top: 20px;
    }

    .glossary-block .col .col {
        margin-top: 0;
    }

    .pg-miami-local .top-section h2,
    .pg-learning-center .lc-stripe-content h2,
    .pg-ac-prob-sub .text-box h2,
    .pg-return .top-section .heading-wrap h3 {
        font-size: 30px;
    }

    .pg-contact .ry-contact-form,
    .pg-miami-local .ry-ml-layout-column-2 {
        width: 100%;
    }

    .pg-miami-local .ry-ml-info,
    .pg-contact .ry-contact-info .ry-contact-info-1,
    .pg-contact .ry-contact-info .ry-contact-info-2,
    .pg-contact .ry-contact-info .ry-contact-info-3 {
        float: none;
        width: 100%;
    }

    .pg-learning-center {
        padding-bottom: 30px;
    }

    .pg-return .ry-row .ry-layout-column:first-child,
    .pg-return .ry-row .ry-layout-column:nth-child(2),
    .pg-return .ry-row .ry-layout-column:nth-child(3),
    .pg-return .ry-row .ry-layout-column:last-child {
        float: none;
        width: 100%;
    }

    .pg-return .ry-layout-column {
        margin-bottom: 40px;
    }

    .pg-miami-local .ry-ml-info:after {
        width: 100% !important;
        right: 0;
    }

    .pg-return .box {
        padding: 30px 20px;
    }

    .pg-return .top-section .heading-wrap {
        margin-bottom: 40px;
    }

    .pg-return .top-section .heading-wrap {
        font-size: 16px;
    }

    .pg-return .top-section .heading-wrap h3 {
        margin-bottom: 10px;
    }

    .pg-return .top-section .icon-holder {
        margin: 0 auto 30px;
    }

    .pg-warranty .box h4 {
        font-size: 22px;
    }

    .pg-warranty .box {
        padding: 30px 20px 20px;
    }

    .pg-warranty ul {
        margin: 0 0 20px;
        padding: 0 0 0 20px;
    }

    .warranty-form .gform_body .gform_fields .half-width {
        width: 100%;
    }

    .testimonials-block .image-overlay-text {
        height: auto;
        padding: 15px;
    }

    .testimonials-block .overlay-content {
        max-width: 100%;
        margin: 0;
    }

    .pg-learning-center .lc-stripe-row .lc-layout-column {
        width: 100%;
        float: none;
    }

    .pg-learning-center .lc-stripe-row .lc-layout-column .image-box {
        max-height: 200px;
    }

    .blog .col3-layout .col {
        width: 100%;
    }

    .sourcing-form {
    	padding: 40px 20px;
    	margin-bottom: 70px;
    }

    .sourcing-form h2 {
    	font-size: 40px;
    }

    .sourcing-form h2 span {
    	font-size: 24px;
    }

    .sourcing-form .gform_fields .gfield input[type="text"],
    .sourcing-form .gform_fields .gfield input[type="email"],
    .sourcing-form .gform_fields .gfield input[type="tel"],
    .sourcing-form .gform_fields .gfield textarea {
		height: 50px;
    }

    .sourcing-form .gform_body label {
    	font-size: 16px;
    }

    .error-404 .content-wrap {
        padding: 0 15px;
    }

    .error-404 .col2-layout .col {
        width: 100%;
    }

    .error-404 .content-wrap .title,
    .error-404 .content-wrap .details {
        text-align: center;
    }

    .error-404 .content-wrap .title h2 {
        margin: 0;
        padding: 0;
    }

    .error-404 .content-wrap .title h2:after {
        width: 124px;
        height: 4px;
        top: 163%;
        bottom: 0;
        left: 50%;
        margin-left: -62px;
    }

    .error-404 .content-wrap .details {
        padding: 0;
    }

    .error-404 .content-wrap .details h5 {
        margin-bottom: 10px;
    }

    .error-404 figure {
        padding: 0 15px;
    }

    .list-style-two-col li {
        width: 100%;
    }

	.footer-col-wrap .apra-ogo-wrap {
		display: inline-block;
	}
}

@media (max-width: 575px) {

    body {
        font-size: 16px;
    }

    p {
        margin-bottom: 10px;
    }

    h2,
    h3,
    .title-style1,
    .team-block .team-content .pannel-text h3 {
        font-size: 23px;
    }

    .block-title {
        margin: -20px 0 0;
    }

    .col3-layout .col,
    .col4-layout .col {
        width: 100%;
    }

    .col5-layout .col {
        width: 50%;
    }

    .banner .bg-cover {
        min-height: 260px;
    }

    .banner-caption .banner-title {
        font-size: 30px;
    }

    .banner-caption .banner-title span {
        font-size: 40px;
    }

    .tab-form-block .tab-content {
        padding: 10px 20px;
    }

    .tab-form-block .vehicle-lookup .form-group,
    .tab-form-block .check-vin .form-group {
        max-width: 100%;
        margin-bottom: 10px;
        width: 100%;
    }

    .tab-form-block .check-vin .btn {
        width: 100%;
    }

	.search-form .form-control {
		padding: 10px;
	}

	.search-form .btn {
		padding: 10px 15px;
	}

    .page-footer .footer.content {
        padding: 30px 0;
    }

    .footer-col-wrap {
        text-align: center;
    }

    .footer-col-wrap .col {
        width: 100% !important;
        padding-top: 25px;
        margin-bottom: 20px;
    }

    .footer-col-wrap .col:before {
        width: 100%;
        bottom: auto;
        height: 1px;
        top: 0;
    }

    .page-footer .block.newsletter {
        margin: 0 auto 10px;
    }

    .page-footer .link-style ul li {
        padding-left: 0;
    }

    .page-footer .link-style ul li:before {
        display: none;
    }

    .tab-form-block .nav-tabs>li {
        float: none;
        width: 100%;
    }

    .tab-form-block .nav-tabs>li>a {
        font-size: 16px;
    }

    .company-services ul li {
        width: 100%;
    }

    .tab-form-block .nav-tabs>li.active>a:after {
        display: none;
    }

    .featured-block .nav-tabs>li {
        width: 100%;
    }

    .featured-tab .nav-tabs>li>a {
        font-size: 17px;
        text-align: center;
    }

    .featured-tab .tab-content ul {
        width: 100%;
    }

    .featured-tab.btm-gutter7 {
        margin-bottom: 0;
    }

    .review-slider .slick-dots {
        padding-bottom: 0;
    }

    .review-slider {
        padding-bottom: 0;
    }

    .team-block .team-content .pannel-text {
        padding: 20px;
    }

    .patners-block .col5-layout .col {
        width: 50%;
    }

    .pg-miami-local .top-section h2,
    .pg-learning-center .lc-stripe-content h2,
    .pg-ac-prob-sub .text-box h2,
    .pg-return .top-section .heading-wrap h3 {
        font-size: 28px;
    }

    .pg-miami-local .ry-ml-info:last-child {
        width: 100%;
    }

    .pg-miami-local .ry-ml-info h4,
    .pg-contact .ry-contact-info .ry-contact-info-1 h4,
    .pg-contact .ry-contact-info .ry-contact-info-2 h4,
    .pg-contact .ry-contact-info .ry-contact-info-3 h4  {
        font-size: 18px;
    }

    .pg-miami-local .ry-miami-local-form .image-overlay-form,
    .pg-contact .ry-contact-form .image-overlay-form {
        padding: 25px 20px;
    }

    .pg-miami-local .bottom-section ul li {
        width: 100%;
        float: none;
        text-align: center;
    }

    .pg-ac-prob-sub .text-box h2 {
        margin-bottom: 10px;
    }

    .pg-return .box {
        padding: 20px 15px;
    }

    .gallery-block .block-left,
    .gallery-block .block-right {
        width: 100%;
        float: none;
    }

    .team-section .img-holder {
        max-width: 279px;
        margin: 0 auto;
    }

    .review-block {
        padding-top: 30px;
    }

    .pg-ac-spec-dir-sub .box {
        padding: 20px 10px 5px 16px;
        margin-bottom: 20px;
    }

    .pg-ac-spec-dir-sub .box h4 {
        font-size: 22px;
    }

    .pg-ac-spec-dir-sub .box .text-wrap a {
        word-break: break-all;
    }

    .sourcing-form .form-heading {
    	margin-bottom: 30px;
    }

    .sourcing-form .gform_fields .gfield {
    	width: 100%;
    }

    .sourcing-form h2 {
	    font-size: 30px;
	}

    .sourcing-form h2 span {
	    font-size: 18px;
	}

}
