



/*
	Theme Name:   HVAC101 Child 5
	Theme URI:    http://havenotmadewebsiteyet.com/
	Description:  HVAC101 Child Theme
	Author:       Alias Harris
	Author URI:   http://havenotmadewebsiteyet.com/
	Template:     hvac101
	*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:400,500,700,900&display=swap');

/*
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto', sans-serif;
	*/

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

.site-footer .social-icon a i:before {
    color: #4ac3e2 !important;
}

.main-menu .dropdown-menu .menu-item a:hover {
    color: #000 !important;
	background: linear-gradient(to right, #4ac3e2, #f72b3c);
}

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

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

* {
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
}

div#page {
    overflow: hidden;
}

h1,
h2,
h3 {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

a.btn.bg-third-color.text-light {
    color: #fff;
}

a.btn.bg-third-color.text-light:hover {
    background: #21aad4;
}

h1 {
    font-size: 36px !important;
}

h2 {
    font-size: 30px !important;
}

h3 {
    font-size: 24px !important;
}

h4 {
    font-size: 18px !important;
}

h5 {
    font-size: 16px !important;
}

h6 {
    font-size: 14px !important;
}

p {
    color: #000 !important;
    line-height: 1.7;
}

span.nav-dropdown-arrow {
    display: none !important;
}

.site-footer .col-lg-4.col-sm-6.footer-3 {
    padding: 0px 0px 0 70px;
}

.site-footer .footer-2 p {
    display: flex;
    align-items: baseline;
    text-align: left;
}

.main-title {
    display: block;
    position: relative;
    margin: 0 0 60px;
}

.main-title.sub-title {
    margin: 0 0 40px;
}

.main-title.sub-title p {
    margin: 10px 0 0;
}

.main-title .section_heading {
    position: relative;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.main-title .section_heading:before {
    content: "";
    position: absolute;
    background: #000;
    width: 30px;
    height: 6px;
    bottom: -20px;
    left: 0;
    border-radius: 1000px;
}

.main-title.text-center .section_heading:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.main-title.text-right .section_heading:before {
    left: auto;
    right: 0;
}

.main-title.white .section_heading {
    color: #fff !important;
}

.main-title.white .section_heading:before {
    background: #fff;
}

a.btn.bg-third-color {
    color: #fff;
}

a.btn.bg-third-color:hover {
    background: #21aad4;
}


ul#menu-top-menu {
    margin-top: -80px;
}

.site-header nav.main-menu li.wide-menu>ul.dropdown-menu {
    width: 720px;
    left: -260px;
}

.site-header nav.main-menu li.wide-menu>ul.dropdown-menu>li {
    width: 50%;
    float: left;
}

/* 	ul#menu-main-menu li:last-child ul.dropdown-menu, ul#menu-top-menu li:last-child ul.dropdown-menu {
	    right: 0;
	    left: auto;
	} */
/*Slider*/
.c-cap h1 {
    line-height: 50px;
    font-weight: 400 !important;
    background: #19b88c;
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
    border-radius: 10px;
}

.c-cap h1+h1 {
    font-weight: 900 !important;
    display: block;
}



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

    .col-sm.header-box.box-1 {
        width: 210px !important;
    }

    .col.header-box.box-2 {
        min-width: 50%;
    }

}


/* Styles for this theme */

/* For screen 1400px or bigger*/
@media (min-width: 1400px) {
    .container {
        max-width: 1330px;
    }
}

/*Bigger container for bigger screen ends*/



/*Header Area*/

/*Main menu and fix top sticky feature */
/* For screen 1000px or bigger*/
@media (min-width: 1000px) {}


.fixed-top ul#menu-main-menu {
    margin-top: 0px;
}

.fixed-top .justify-content-end {
    justify-content: center !important;
}

ul#menu-top-menu {
    background: transparent;
    padding: 0;
}


/* For screen 991px or bigger*/
@media (min-width: 991px) {

    div#mobile-nav {
        display: none;
    }

    .nav-switch-mobile {
        display: none;
    }

}

/* .logged-in header#masthead {
	top: 30px;
	} */

header#masthead {
    width: 100%;
    color: #aeaeae;
}

.inner-page header#masthead {
    z-index: 2 !important;
}

header#masthead nav.main-menu.fixed-top {
    /*  background-color: rgba(17,141,240, 1) !important; */
}

header#masthead nav.main-menu.fixed-top ul#menu-main-menu li a.nav-link:hover,
header#masthead nav.main-menu.fixed-top .main-navbar .dropdown-menu {
    /*    background: rgba(255,75,104,1) !important; */
}


/* Home Page General Styles*/

/*Social Share Plugin */
.social-sharing.ss-social-sharing a {
    vertical-align: middle;
}

.social-sharing.ss-social-sharing {
    background: #ededed;
    padding-left: 10px;
    margin-bottom: 20px;
}

/* For Social Share Plugin Ends */


/*Attach menu to top upon scroll*/
.logged-in.admin-bar .fixed-top {
    margin-top: 32px;
}



/* Home About Section*/

/*About ends*/


/* Home Services */

/* Home Services ends */

/* Testimonials */

/* Testimonials Ends */

/* Featured Manufacturer */

/* Featured Manufacturer Ends */



/* Areas we serve */

/* Areas we serve Ends */


/* Inner page */

.inner-page header#masthead:before {
    height: 452px;
}

.logged-in.inner-page header#masthead:before {
    height: 482px;
}


div#content {
    position: relative;
}


.inner-page .page-inner-heading {
    color: #fff;
    background: url(/wp-content/themes/hvac101-child-5/images/images/breadcrumb.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    margin: -25px 0 70px;
}

.inner-page .page-inner-heading .page-main-title {
    color: #fff !important;
    -webkit-text-fill-color: inherit;
}

.inner-page .page-inner-heading a {
    color: #fff;
}

.logo-row .custom-logo-link img {
    max-width: 300px;
}


.hvac101-footer h2.widgettitle {
    color: #dfdfdf;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}

.hvac101-footer h2.widgettitle:before {
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #8a8a91;
    width: 9%;
    height: 2px;
}


/*Mobile Menu*/
div#nav-slide-right ul li a {
    font-size: 14px;
}

div#nav-slide-right ul {
    position: relative;
    padding: 0;
    list-style: none;
}

div#nav-slide-right ul.side-nav-body>li {
    /* 	border-width: 1px 0;
		border-color: #ededed;
		border-style: solid; */
    border: 1px solid #fff;
    border-style: none none solid;
}

div#nav-slide-right ul li ul {
    margin-left: 10px;
    padding: 0 !important;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

.sidenavR ul li>ul li {
    border-width: 1px 0;
    border-style: solid;
}

span.rslide-li-dropdown-arrow {
    position: absolute;
    top: 0;
    right: 0px;
    width: 46px;
    height: 36px;
    /* 	background: #33303066; */
    text-align: center;
    display: inline-block;
    visibility: visible;
    /* 	border: 1px solid #33303066; */
    color: #fff;
    line-height: 3;
    font-size: 13px;
}

.side-nav-header .closebtn {
    display: inline-block;
    top: 40px;
    left: 10px;
    width: 46px;
    height: 36px;
    background: #33303066;
    text-align: center;
    border: 1px solid #33303066;
    color: #fff;
    line-height: 1.2;
    font-size: 30px;
    z-index: 1000000000;
    padding: 0 !important;
}

div#nav-slide-right ul li {
    position: relative;
}

.sub-menu {
    display: none;
}

div#mobile-nav {
    display: none;
}

.nav-switch-mobile {
    display: none;
}

/*Mobile Menu Ends */



/*Main menu and fix top sticky feature */
/* For screen 1000px or bigger*/
@media (min-width: 1000px) {}

.fixed-top ul#menu-main-menu {
    margin-top: 0px;
}

.fixed-top .justify-content-end {
    justify-content: center !important;
}

/* For screen 991px or bigger*/
/* @media (min-width: 991px) {

		div#mobile-nav {
			display: none;
		}

		.nav-switch-mobile {
			display:none;
		}


		.logged-in header#masthead {
			top: 30px;
		}

	} */

/* For screen size between 991 and 1200 */
@media screen and (max-width: 1200px) and (min-width: 991px) {

    header#masthead .container {
        max-width: 95% !important;
        width: 95%;
    }

}

/* For screen 991 or smaller*/
@media (max-width: 991px) {

    .top-menu-wrapper {
        display: none;
    }

    /* 	.inner-page header#masthead:before{
		height: 100%;
	} */

    ul#menu-top-menu {
        display: inline-block;
    }

    .fixed-top ul#menu-main-menu {
        display: none;
    }

    div#mobile-nav {
        display: block;
    }

    .nav-switch-mobile {
        display: block;
    }



    .top-menu-wrapper {
        overflow: hidden;
        padding: 0;
        height: auto !important;
        margin: 5px auto;
    }

    button.navbar-toggler.navbar-toggler-right {
        display: none;
    }

    div#navbarTop {
        display: block !important;
        background: none !important;
        text-align: center !important;
        margin: 0;
    }


    div#navbarTop ul {
        padding: 0 !important;
        margin: 0 !important;
        display: inline-block !important;
        background: none !important;
        text-align: center !important;
    }

    div#navbarTop ul li {
        display: inline-block !important;
    }

    div#navbarTop ul li a {
        background: none !important;
        border: none;
    }

    .top-menu-wrapper>nav>.container>span {
        display: none;
    }

    .site-footer .col-lg-4.col-sm-6 {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .site-footer .col-lg-4.col-sm-6.footer-3 {
        padding: 0px 0px 0 50px;
    }



}

/* For screen 1100 or smaller*/
@media (max-width: 1100px) {
    .c-cap h1 {
        font-size: 40px;
        line-height: 1;
        font-weight: 700;
    }

    .c-cap h2 {
        font-size: 35px;
        line-height: 1;
        font-weight: 700;
    }

    .c-cap h3 {
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
    }

    .c-cap h4 {
        font-size: 25px;
        line-height: 1;
        font-weight: 700;
    }

    .c-cap h5 {
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
    }

    .c-cap h6 {
        font-size: 15px;
        line-height: 1;
        font-weight: 700;
    }
}

.sidenav a,
.sidenavR a {
    padding: 12px 8px 12px 32px;
}

.sidenavR {
    height: 100%;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: .25s;
    width: 0;
    z-index: 1;
}

.sidenavR a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    transition: .3s;
}

.sidenavR a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}

.slide-nav-wrapper {
    position: relative;
    margin-bottom: 80px;
}

.logged-in.admin-bar .slide-nav-wrapper {
    margin-top: 80px;
}

.side-nav-header {
    width: 100%;
    max-width: 250px;
    height: 35px;
    z-index: 10000;
}

.logged-in.admin-bar .side-nav-header {
    position: fixed;
    top: 44px;
}

.side-nav-footer {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 0;
    max-width: 250px;
    height: 80px;
    z-index: 10000;
    transition: .25s;
}

#nav-slide-right.nav-open .side-nav-footer {
    visibility: visible;
    width: 100%;
}

div#nav-slide-right ul.side-nav-body {
    position: relative;
}

#nav-slide-right.nav-open {
    width: 250px;
}


/* For screen 768 or smaller*/


/*Inner pages*/
aside#secondary {
    padding: 0 15px;
    margin: 0 0 70px auto;
    /* 	max-width: 380px; */
}

/* ul#menu-main-menu > li.active:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #fff;
	} */

.fixed-top ul#menu-main-menu>li.active {
    border-bottom: none;
}

aside#secondary .widget_recent_blog .row a {
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
}

aside#secondary .widget-title {
    border: 0 !important;
    font-size: 22px !important;
    position: relative;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 40px;
    border-radius: 0 !important;
}

aside#secondary .widget-title:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 4px;
    border-radius: 1000px;
}

aside#secondary .widget {
    overflow: hidden;
}

aside#secondary .textwidget {
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

.widget {
    margin: 0 0 60px;
}

.widget:last-child {
    margin: 0;
}

article .entry-content h1,
article .entry-content h2,
article .entry-content h3,
article .entry-content h4,
article .entry-content h5,
article .entry-content h6 {
    line-height: 1.3;
    margin: 0 0 10px;
    text-transform: capitalize;
    color: #292929;
}

.entry-meta {
    font-size: 16px;
    color: #747474;
    padding-right: 15px;
    font-weight: 300;
    text-transform: capitalize;
    background: none;
}

.entry-meta i {
    margin-right: 6px;
}

.entry-meta>span {
    padding-left: 6px;
}

.entry-meta a {
    display: inline-block;
    border-right: 1px solid #c5c5c5;
    padding-right: 12px;
    line-height: 1;
}

article.format-standard {
    border-bottom: 1px solid #e6e5e5;
}

article .read-btn {
    margin: 15px 0 0;
}

.entry-footer span:last-child a {
    border: none;
}


/* Owl carousel navigation at top right */
.owl-nav-at-top-right {
    position: relative;
    text-align: center;
}

.owl-nav-at-top-right .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    display: inline-block;
}

.owl-nav-at-top-right .owl-nav div {
    display: inline-block;
    border: 1px solid #fff;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: .8;
    font-size: 35px;
    width: 40px;
    height: 40px;
    color: #fff;
}

/*Owl carousel top right ends */



.text-light,
a.text-light:focus,
a.text-light:hover {
    color: #fff !important;
}

.btn {
    transition: all 0.3s ease-in-out !important;
}

.btn-outline-primary,
.btn-outline-secondary {
    /* border: 1px solid #118DF0 !important; */
    background: transparent;
    /* color: #118DF0 !important; */
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover {
    /* background: #118DF0; */
    color: #fff !important;
}

.btn.btn-white:hover {
    border: 1px solid #fff !important;
    color: #fff !important;
    background: transparent !important;
}

.btn.bg-primary-color,
.btn.bg-secondary-color {
    color: #fff !important;
    background-size: 200% auto;
    /* 	background-image: linear-gradient(to right, #0575e6 0%, #021b79 51%, #0575e6 100%); */
}

.btn.bg-primary-color:hover,
.btn.bg-secondary-color:hover {
    background-position: right center;
}

.btn.bg-secondary-color:hover {
    background: transparent;
}

.btn.bg-primary-color.outline:hover,
.btn.bg-secondary-color.outline:hover,
.btn.bg-black-color.outline:hover {
    border-color: #fff !important;
    color: #fff !important;
    background: transparent !important;
}

.btn.bg-black-color {
    background: #000;
}

section.home-section {
    padding: 100px 0 !important;
}

.top-bar {
    color: #fff;
    padding: 13px 0;
    margin: 0;
    box-shadow: 0px 0px 20px -2px #ccc;
    background: #fff;
}

.top-bar span.social-icon {
    display: inline-block;
    vertical-align: middle;
}

.top-bar,
ul#menu-top-menu li a {
    font-size: 14px;
}

.google-review-link {
    margin: 0 15px 0 0;
}

.top-bar .social-icon a:hover {
    color: #fff !important;
}

.social-icon a {
    margin: 0 5px 0 0;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    font-size: 12px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 1000px;
}

.social-icon a:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.social-icon a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.social-icon a:hover {
    /* background: #FF4B68;
		border-color: #FF4B68; */
}

.social-icon a:last-child {
    margin: 0;
}

ul#menu-top-menu li {
    margin: 0 10px 0 0;
}

ul#menu-top-menu li:last-child {
    margin: 0;
}

ul#menu-top-menu li a {
    padding: 0 .5rem;
    transition: all 0.3s ease;
    position: relative;
}

ul#menu-top-menu li a:before,
ul#menu-top-menu li a:after {
    content: "";
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 1000px;
}

ul#menu-top-menu li a:before {
    left: 0;
}

ul#menu-top-menu li a:after {
    right: 0;
}

ul#menu-top-menu li a:hover:before,
ul#menu-top-menu li a:hover:after {
    width: 5px;
    height: 5px;
    top: 50%;
}

ul#menu-top-menu li a:hover {
    /* background: #FF4B68; */
}

.top-menu-wrapper {
    height: 0;
    display: none;
}

.btn {
    border-radius: 1000px !important;
    padding: 9px 30px !important;
}

.btn-outline {
    border: 1px solid #fff !important;
}

.logo-row {
    padding: 30px 0;
    margin: 0 !important;
}

.logo-row .col.header-box a.btn {
    margin-bottom: 0;
}

.logo-row .col.header-box a.btn span[class*=fa-] {
    margin: 0 8px 0 0;
}

/* .logo-row .col.header-box.box-2 a.btn{
	font-weight: 700;
	} */
ul#menu-main-menu li {
    padding: 0;
}

ul#menu-main-menu li .nav-link {
    padding: 6px 15px;
    border-radius: 1000px;
}

ul#menu-main-menu li.active .nav-link,
ul#menu-main-menu li a.nav-link:hover {
    color: #fff !important;
}

ul#menu-main-menu li a:hover {
    color: #fff !important;
}

.dropdown-menu {
    border-radius: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

nav.main-menu .menu-item a {
    color: #333 !important;
}

/* .dropdown-menu li{
	padding: 4px 0 !important;
	} */
header#masthead {
    position: relative;
}

header#masthead:before {
    content: "";
    position: absolute;
    bottom: -250px;
    right: -415px;
    width: 525px;
    height: 525px;
    border-radius: 1000px;
    opacity: 0.2;
}

header#masthead nav .navbar-collapse {
    padding: 9px 12px;
    border-radius: 1000px;
    box-shadow: 0px 5px 23px -8px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #4AC3E2, #F72B3C);
}

header#masthead nav.main-menu.fixed-top .navbar-collapse {
    box-shadow: none;
}

header#masthead nav.main-menu.fixed-top {
    box-shadow: 0px 5px 23px -8px rgba(0, 0, 0, 0.2);
}

nav.main-menu {
    background: transparent !important;
    z-index: 2;
}

nav.main-menu .dropdown-menu {
    background: #fff !important;
    margin: 9px 0 0 !important;
    box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.2);
    border-radius: 10px !important;
    padding: 8px 0 !important;
}

nav.main-menu .dropdown-menu li a {
    border-radius: 10px;
    padding: 0.40rem 2.5rem .40rem 1.5rem;
    color: #555 !important;
}

.dropdown-toggle::after {
    content: none !important;
}

ul.dropdown-menu>li.menu-item-has-children>a:after {
    right: 15px;
}

#navbarNav {
    display: block !important;
}

#menu-main-menu {
    justify-content: space-around;
}

/* banner */
.section-home-page-slider {
    margin: -25px 0 0;
}

.home-slider .carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background: #000;
    opacity: 0.5;
}

.carousel-item .c-cap .btn {
    margin: 20px 0 0;
}

.c-cap {
    left: 0;
    right: 0 !important;
    transform: translateX(0);
}

.carousel-caption-mid-left,
.carousel-caption-top-left,
.carousel-caption-bottom-left {
    padding-right: 450px !important;
}

.carousel-caption-mid-right,
.carousel-caption-top-right,
.carousel-caption-bottom-right {
    padding-left: 450px !important;
}

.carousel-caption-mid-center,
.carousel-caption-top-center,
.carousel-caption-bottom-center {
    padding: 0 200px !important;
}

.carousel-caption-mid-left {
    transform: translateY(-50%) !important;
}

.carousel-caption-mid-center {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.carousel-caption-mid-right {
    position: absolute;
    right: 15%;
    top: 50%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    transform: translateY(-50%) !important;
}

.carousel-indicators {
    left: auto !important;
    align-items: flex-end;
    height: 40px;
    display: none !important;
}

.carousel-indicators li {
    background-color: #fff !important;
    width: 11px !important;
    height: 11px !important;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    height: 40px !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

/* end banner */

/* seer calculator section */
section.section-home-page-extra-pages {
    padding: 0 !important;
    margin: -65px 0 0;
}

.banner-btm-section {
    margin: 0 15px;
    background: #243743;
    opacity: 0.9;
    width: 100%;
    border-radius: 55.6px 0;
    display: flex;
}

.banner-btm-section .extra-page-single {
    display: flex;
    padding: 35px;
    position: relative;
}

/* .banner-btm-section .extra-page-single:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 0;
	bottom: 0;
	width: 1px;
	height: 40px;
	background: #fff;
	opacity: 0.7;
	} */
.banner-btm-section .extra-page-single:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #19b88c;
    z-index: -1;
    border-radius: 55.6px 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.btn.bg-primary-color,
.single-service-inner .img-holder {
    background-image: linear-gradient(to right, #4ac3e2 0%, #f72b3c 51%, #4ac3e2 100%);
}

.banner-btm-section .extra-page-single:hover:after {
    width: 100%;
    opacity: 1;
}

.banner-btm-section .extra-page-single:last-child:before {
    content: none;
}

.banner-btm-section .extra-page-single .image-div {
    width: 40px;
    margin: 0 15px 0 0;
}

.banner-btm-section .extra-page-single .paragraph-text p {
    margin: 0;
    color: #fff !important;
    font-size: 14px;
}

.banner-btm-section .extra-page-single .paragraph-text a {
    color: #fff;
}

/* end seer calculator section */

/* about */
.section-home-page-about .main-title {
    margin: 0 0 40px;
}

.section-home-page-about .content-div {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 9px 0px #ddd;
}

/* end about */

.site-footer {
    background: linear-gradient(to right, #4AC3E2, #F72B3C);
}

/* services */
.service-holder {
    margin: -90px 0 0;
}

section.home-section.section-home-page-services {
    padding: 70px 0 150px !important;
    position: relative;
}

.footer-4 .social-icon a:hover,
.section-home-page-promotions:before,
.section-home-page-services:before {
    background: #f72b3c;
}

ul#menu-main-menu li .nav-link:hover,
ul#menu-main-menu li.active .nav-link,
.section-home-page-promotions .owl-dot,
.section-home-page-testimonials .owl-dot,
h1,
h2,
h3,
h4,
h5,
h6,
.main-title .section_heading:before,
.manufacturer-content-wrapper .img-holder:before,
.section-home-page-promotions .owl-item:before,
.site-footer,
aside#secondary .widget-title:before,
.page-inner-heading:before,
.sidenavR {
    background: linear-gradient(to right, #4ac3e2, #f72b3c);
}


.home-slider .carousel-item:before,
.section-home-page-featured-manufacturer:before,
section.home-section.section-home-page-testimonials:before {
    background: #4ac3e2;
}

.section-home-page-services:before {
    content: "";
    position: absolute;
    bottom: 80px;
    right: -360px;
    width: 772px;
    height: 476px;
    border-radius: 1000px;
    opacity: 0.2;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
}

.service-body .title {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px;
}

.site-footer .footer-2 i {
    margin-right: 6px;
}

.section-home-page-services .single-service-inner .service-body h4 {
    margin: 0 0 11px;
}

.single-service-inner {
    transition: all 0.3s ease;
}

.single-service-inner:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.single-service-inner .img-holder {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    /* background: #000; */
    margin: 0 30px -40px auto;
    border-radius: 10px;
    opacity: 0.9;
    background-size: 200% auto;
    transition: all 0.3s ease-in-out;

}

.single-service-inner:hover .img-holder {
    background-position: right center;
}

.single-service-inner .img-holder img {
    width: 50px !important;
    /* margin: 0 auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.single-service-inner .service-body {
    padding: 57px 30px 30px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #eee;
    border-radius: 20px;
}

.section-home-page-services .single-service:first-child {
    margin: 100px 0 0;
}

.section-home-page-services .single-service:nth-child(2) {
    margin: 50px 0 0;
}

.single-service-inner .btn {
    padding: 3px 12px !important;
}

/* end services */

/* who we serve */
.section-home-page-who-we-serves {
    background: url(/wp-content/themes/hvac101-child-5/images/whoweserve.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.section-home-page-who-we-serves:before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    background: #28b78d;
    width: 50%;
    opacity: 0.7;
}

.section-home-page-who-we-serves:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 50%;
    bottom: 0;
    z-index: -1;
    width: 0;
    height: auto;
    border-style: solid;
    border-width: 0 0px 100vw 34vw;
    border-color: transparent transparent #28b78d transparent;
    opacity: 0.7;
}

.section-home-page-who-we-serves p {
    color: #fff !important;
}

.who-we-serve-single-a {
    text-align: center;
    display: block;
}

.who-we-serve-single-a .wws-img-div {
    width: 144px;
    height: 144px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease;
    border: 5px solid #fff;
    border-radius: 1000px;
}

.who-we-serve-single-a .wws-img-div img {
    width: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.who-we-serve-single-a:hover .wws-img-div img {
    transform: translate(-50%, -50%) rotateY(180deg);
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    transition: all 0.3s ease;
}

.who-we-serve-single-a .single-who-we-serve {
    position: relative;
    z-index: 0;
}

.who-we-serve-single-a:hover {
    text-decoration: none;
}

.who-we-serve-single-a .wws-heading {
    padding: 15px 0;
}

.who-we-serve-single-a .wws-heading h5 {
    margin: 0;
    color: #fff;
}

.who-we-serve-layout-custom-4 .col-sm-6 {
    margin: 0 0 40px;
}

/* end who we serve */


/* testimonials */
/* .section-home-page-testimonials {
	background: url(/wp-content/themes/hvac101-child-5/images/testimonial.jpg) no-repeat;
	background-size: 100%;
	background-position: center !important;
	} */

section.home-section.section-home-page-testimonials {
    padding: 80px 0 !important;
    position: relative;

}

section.home-section.section-home-page-testimonials:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 250px;
    z-index: -1;
    background: #ecf6ff !important;

}

.testimonials-layout-2 .card {
    background: transparent;
}

.testimonials-layout-1 .quote-icon {
    padding: 0 90px;
    margin: 0px 0 -35px;
}

.testimonials-layout-1 .card {
    background-color: transparent;
    padding: 0 135px;
}

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

.testimonials-layout-1 .dots .owl-dot.active span {
    background: transparent !important;
}

.dots .owl-dot span {
    /* background: #FF4B68 !important; */
}

.dots .owl-dot.active span {
    background: transparent !important;
    /* border-color: #FF4B68 !important; */
}

.testimonials-layout-2 .navi .owl-next,
.testimonials-layout-2 .navi .owl-prev {
    display: none;
}

.section-home-page-testimonials .dots {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12px;
    /* 	margin: 45px 0 0; */
}

.section-home-page-testimonials .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
    border-radius: 1000px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.section-home-page-testimonials .owl-dot.active {
    width: 12px;
    height: 12px;
}

.section-home-page-testimonials .owl-dot:last-child {
    margin: 0;
}

.section-home-page-testimonials .des-image {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 20px;
}

/* end testimonials */

/* promotions */
.section-home-page-promotions {
    position: relative;
}

.section-home-page-promotions:before {
    content: "";
    position: absolute;
    bottom: 120px;
    left: -210px;
    width: 268px;
    height: 268px;
    border-radius: 1000px;
    opacity: 0.2;
}

/* .section-home-page-promotions .promo-img{
	border: 4px solid #fff;
	border-radius: 20px;
	overflow: hidden;
	} */
.section-home-page-promotions .owl-nav {
    display: none;
}

.section-home-page-promotions .owl-item.active.center {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    z-index: 1;
}

.section-home-page-promotions .owl-item.active.center:before {
    content: none;
}

.section-home-page-promotions .owl-item {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.7s ease-in-out;
    position: relative;
}

.section-home-page-promotions .owl-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
}

.section-home-page-promotions .owl-carousel .owl-stage-outer {
    padding: 115px 0;
}

.section-home-page-promotions .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12px;
    margin: 45px 0 0;
}

.section-home-page-promotions .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
    border-radius: 1000px;
    transition: all 0.3s ease-in-out;
}

.section-home-page-promotions .owl-dot.active {
    width: 12px;
    height: 12px;
}

.section-home-page-promotions .owl-dot:last-child {
    margin: 0;
}

/* end promotions */

/* locaiton we serve */
.service-areas-layout-3 .service-area-wrapper {
    padding: 40px;
    box-shadow: 0px 0px 9px 0px #ddd;
    border-radius: 20px;
    border-left: 7px solid #28b78d;
    background: rgba(255, 255, 255, 1);
}

section.home-section.section-home-page-service-areas {
    background: url(/wp-content/themes/hvac101-child-5/images/location-serve.jpg?_t=1552029434) no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}

.service-areas-layout-3 .service-areas-content-wrapper,
.service-areas-layout-3 .service-areas-content-wrapper ul {
    padding: 0;
    margin: 0;
}

.service-areas-layout-3 .service-areas-content-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.service-areas-layout-3 ul.menu li {
    max-width: 20%;
    flex: 0 0 20%;
}

.service-areas-layout-3 ul.menu li a {
    position: relative;
    color: #000;
    padding: 0 0 0 15px;
    transition: all 0.3s ease;
}

.service-areas-layout-3 ul.menu li a:before {
    content: "\f276";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}

/* end location we serve */

/* manufacture */

section.home-section.section-home-page-featured-manufacturer {
    padding: 120px 0 150px !important;
    position: relative;
}

.section-home-page-featured-manufacturer:before {
    content: "";
    position: absolute;
    top: 120px;
    left: -235px;
    width: 411px;
    height: 411px;
    border-radius: 1000px;
    opacity: 0.2;
}

.manufacturer-content-wrapper .img-holder {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.manufacturer-content-wrapper .img-holder img {
    width: 100%;
}

.manufacturer-content-wrapper .img-holder:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: none !important;
}

.section-home-page-featured-manufacturer .calculate-troubleshoot {
    margin: 40px 0 0;
}

.calculate-troubleshoot .calculate,
.calculate-troubleshoot .troubleshoot {
    background: #fff;
    box-shadow: 0px 0px 20px 0px #eee;
    padding: 20px 30px 30px;
    border-radius: 20px;
}

.calculate-troubleshoot .calculate .img-holder,
.calculate-troubleshoot .troubleshoot .img-holder {
    max-width: 85px;
    margin: -65px 18px 0 0;
}

.calculate-troubleshoot .calculate .img-title,
.calculate-troubleshoot .troubleshoot .img-title {
    display: flex;
    align-items: flex-end;
    margin: 0 0 30px;
}

.calculate-troubleshoot .calculate .title,
.calculate-troubleshoot .troubleshoot .title {
    margin: 0;
}

.calculate-troubleshoot div[class*=col-] {
    margin: 0 0 70px;
}

.calculate-troubleshoot div[class*=col-]:last-child {
    margin: 0;
}

/* .section-home-page-featured-manufacturer .row{
	align-items: center;
	} */

/* end manufacture */


/* footer */
.site-footer {
    padding: 35px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
    position: relative;
}

.site-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(/wp-content/themes/hvac101-child-5/images/f-shape1.png?_t=1564653609) no-repeat;
    background-size: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.site-footer .footer-1 {
    margin: 0 0 180px;
}

.site-footer .footer-1 img {
    max-width: 260px !important;
}

.site-footer .widgettitle {
    color: #fff !important;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 50px !important;
    position: relative;
    font-size: 18px !important;
}

.site-footer .widgettitle:before {
    content: "";
    position: absolute;
    bottom: -15px !important;
    left: 0;
    width: 40px !important;
    height: 3px;
    background: #fff !important;
}

.site-footer a,
.site-footer p,
.site-footer i:before {
    color: #fff !important;
}

.site-footer .btn {
    display: block;
    margin: 0 0 15px;
}

.site-footer .menu-areas-we-serve-container {
    overflow: hidden;
}

.site-footer .menu-areas-we-serve-container ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.site-info.col-md-4 {
    max-width: 50%;
    flex: inherit;
}

.footer-bar-holder .col-md-6.text-center {
    text-align: right !important;
}

.site-footer .menu-areas-we-serve-container ul li {
    margin: 0 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
}

.site-footer .service-areas-container {
    overflow: hidden;
}

.footer-widget-wrapper .textwidget {
    padding: 0;
}

.footer-widget-wrapper .textwidget i {
    position: static;
    transform: none;
}

.footer-widget-wrapper .google-review-link {
    margin: 15px 0;
    display: inline-block;
    vertical-align: top;
}

.footer-style-3 {
    padding: 0 0 70px;
}

.footer-bar {
    background: transparent !important;
    padding: 0 0 40px;
}

.footer-bar-holder {
    padding: 20px 50px;
    background: rgba(255, 255, 255, 0.15) !important;
    border-radius: 1000px;
}

.menu-footer-menu-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-footer-menu-container ul li {
    margin: 0 0 8px;
}

.menu-footer-menu-container ul li a {
    position: relative;
}

.menu-footer-menu-container ul li a:before {

    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -5px;
}

.footer-widget-wrapper .social-icon {
    display: block;
}

.site-footer .social-icon a {
    margin: 0 10px 0 0;
    width: 35px;
    height: 35px;
    font-size: 16px;
    border-radius: 1000px;
    background: #fff;
}

.site-footer .social-icon a:last-child {
    margin: 0;
}

.site-footer .social-icon a:hover i:before {
    color: #fff !important;
}

/* jobs page */
.sjb-container {
    padding: 50px 15px;
}

/* end jobs page */

/* end footer */


/* inner pages */

/* breadcrumb */
.page-inner-heading {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.page-inner-heading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background: #118DF0; */
    z-index: -1;
    opacity: 0.7;
}

/* end breadcrumb */


#secondary section.widget.card {
    border: 0;
}

aside p {
    margin: 0;
}

aside .widget_testimonials .owl-item {
    margin: 0;
}

.page-template-page-contact .entry-content {
    margin: 0 0 70px;
}

.page-template-page-contact .entry-content .top-info {
    margin: 0 0 60px;
}

.page-template-page-contact .entry-content p {
    margin: 0;
}

.page-template-page-contact .c-title {
    margin: 0 0 30px;
}

.page-template-page-contact .address-block i {
    margin: 0 8px 0 0;
    color: #051181;
}

.page-template-page-contact .address-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-template-page-contact .address-block ul li {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 0 0 30px;
}

.page-template-page-contact .address-block ul li:last-child {
    margin: 0;
}

#widget.contact_form {
    padding: 0;
}

.widget_testimonials .owl-prev,
.widget_testimonials .owl-next {
    display: none !important;
}

#testimonials_widget {
    border: 1px solid #ddd;
    border-radius: 20px;
}

.testimonials-widget-single {
    padding: 20px;
}

.testimonials_widget .owls-controls .navi {
    line-height: 0;
    margin: 20px 0 0;
}

.testimonials-widget-single .card-title {
    margin: 15px 0 0;
    font-size: 15px !important;
}

#secondary .widget ul li .col-9 a:hover {
    color: #20a9d3;
}

/* end inner pages */



.pagination li {
    margin: 0 8px 0 0;
    border-radius: 1000px;
}

.pagination li a {
    border-radius: 1000px;
}

.pagination li a:hover,
.pagination li.active a {
    color: #fff;
}

.pagination .next-link,
.pagination .previous-link {
    padding: 0;
}

.pagination .next-link a,
.pagination .previous-link a {
    padding: .5rem .75rem;
    display: block;
}

.num-pager {
    margin-bottom: 4em;
}

.gform_wrapper .gform_fields {
    margin: 0;
}

.gform_wrapper .gform_fields li {
    font-size: 14px;
}

.gform_wrapper .gform_fields li .name_first,
.gform_wrapper .gform_fields li .name_last {
    float: left;
    width: 49%;
}

.gform_wrapper .gform_fields li .name_last {
    float: right;
}

.gform_wrapper .gform_fields li input {
    border: 1px solid #00000026;
}

.gform_wrapper .gform_footer .gform_button {
    background: #1fa2ca;
    color: #fff;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
}

.gform_wrapper .gform_footer .gform_button:hover {
    background: #f72b3c;
    ;
}

.gform_wrapper .gform_fields .validation_message {
    float: left;
    width: 100%;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1240px !important;
    }

    .c-cap h2 {
        font-size: 40px !important;
    }

    .c-cap h1 {
        font-size: 46px !important;
    }
}

@media (min-width: 1660px) {
    .container {
        max-width: 1400px !important;
    }

    .c-cap h2 {
        font-size: 46px !important;
    }

    .c-cap h1 {
        font-size: 50px !important;
    }

}

@media (max-width: 1420px) {
    .site-footer::before {
        background-size: 100% 32%;
    }
}

@media (max-width: 1199px) {
    .c-cap h2 {
        font-size: 30px !important;
    }

    .footer-bar-holder .col-md-6.text-center {
        text-align: center !important;
    }

    .c-cap h1 {
        font-size: 36px !important;
    }

    .site-footer:before {
        background-size: 100% 30%;
    }

    .footer-bar .site-info.col-md-4,
    .footer-bar .col-md-6 {
        flex: inherit !important;
        max-width: 100% !important;
        text-align: center;
    }

    ul#menu-main-menu li a {
        font-size: 15px;
    }

    .logo-row .col-lg-6 {
        max-width: 30%;
    }
}


@media (max-width: 1055px) {
    .site-header .main-menu {
        display: none;
    }

    /* .site-header{
		position: relative !important;
		padding: 0 !important;
		margin: 0 !important;   
	} */

    div#mobile-nav {
        display: block;
        z-index: 10000;
        position: relative;
    }


    span.open-nav {
        display: inline-block;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        font-size: 30px;
        padding: 0 14px !important;
        border-radius: 1000px;
    }

    .nav-switch-mobile {
        position: absolute;
        z-index: 100;
        top: 40px;
        right: 10px;
        display: -webkit-box;
    }

    .nav-switch-mobile {
        display: block;
    }

    .logo-row .btn-group {
        margin: 0 80px 0 0;
    }

    /* 	.logged-in .nav-switch-mobile{
		top: 98px;
	} */
    /* 	.logo-row .btn-group {
			margin: 0 70px 0 0;
		} */

    .logo-row .header-box:last-child {
        margin: 0 60px 0 0;
    }


}

.logged-in .nav-switch-mobile {
    top: 70px;
}

@media (max-width: 1024px) {
    .logo-row .col-lg-5 {
        width: 100%;
    }

    .logo-row {
        padding: 15px 0 40px;
    }

    .c-cap h2 {
        font-size: 24px !important;
    }

    .c-cap h1 {
        font-size: 30px !important;
    }

    .carousel-item .c-cap .btn {
        margin: 10px 0 0;
    }

    .footer-bar-holder .site-info.col-md-3,
    .footer-bar-holder .col-md-6 {
        min-width: 100%;
        text-align: center;
    }

    .footer-bar-holder .site-info.col-md-3 {
        margin-bottom: 10px;
    }

    .home-section.section-home-page-promotions {
        padding: 30px 0 !important
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    span.footer_address a {
        display: inline-block;
        padding-left: 20px;
        margin-top: -30px;
    }
}

@media (max-width: 991px) {
    .site-header .main-menu {
        display: none;
    }

    .col.header-box {
        padding: 0 10px;
    }

    .logo-row .col.header-box a.btn {
        font-size: 14px;
    }

    .logo-row {
        padding: 20px 0;
        border: 0;
    }

    .nav-switch-mobile {
        top: 10px;
    }

    .logo-row .col-lg-6 {
        margin: 0 0 20px;
        max-width: 33%;
    }



    .logo-row .header-box:last-child {
        margin: 0;
    }

    .logo-row .header-box.box-1 {
        display: none;
    }

    .section-home-page-slider {
        margin: 0;
    }

    .inner-page .page-inner-heading {
        margin: 0 0 70px;
    }

    .carousel-caption-mid-left,
    .carousel-caption-top-left,
    .carousel-caption-bottom-left {
        padding-right: 200px !important;
    }

    .carousel-caption-mid-right,
    .carousel-caption-top-right,
    .carousel-caption-bottom-right {
        padding-left: 200px !important;
    }

    .carousel-caption-mid-center,
    .carousel-caption-top-center,
    .carousel-caption-bottom-center {
        padding: 15px !important;
    }

    .section-home-page-about .content-div {
        margin: 0 0 40px;
    }

    .section-home-page-services .our-service-bg-layer {
        background-position: center !important;
    }

    .site-footer .col-lg-3 {
        margin: 0 0 30px;
    }

    .site-footer .col-lg-3:last-child {
        margin: 0;
    }

    .service-areas-layout-3 ul.menu li {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .single-service-inner .service-body {
        padding: 20px;
    }

    .service-holder {
        margin: 0;
    }

    .section-home-page-services .single-service {
        margin: 0 0 40px !important;
    }

    .section-home-page-services .single-service:last-child {
        margin: 0 !important;
    }

    .section-home-page-promotions .owl-carousel .owl-stage-outer {
        padding: 60px 0;
    }

    section.home-section {
        padding: 50px 0 !important;
    }

    section.home-section.section-home-page-services {
        padding: 50px 0 100px !important;
    }

    /* 	section.home-section.section-home-page-testimonials,
		section.home-section.section-home-page-featured-manufacturer {
		padding: 0px 0 100px !important;
	} */
    .calculate-troubleshoot div[class*=col-] {
        margin: 0 0 70px !important;
    }

    .site-footer .footer-1 {
        margin: 0 0 190px;
    }

    .footer-style-3 {
        padding: 0 0 20px;
    }

    .site-footer:before {
        background-size: 100% 34%;
    }

    .content-area {
        flex: 0 0 100%;
        max-width: 100%;
    }

    aside#secondary {
        max-width: 380px;
        margin: 50px auto;
    }

    .num-pager {
        margin-bottom: 0;
    }

    .logged-in .nav-switch-mobile {
        top: 40px;
    }

    aside#secondary {
        margin: 0 auto 30px;
        max-width: 380px;
    }
}

@media (max-width: 980px) {

    .c-cap p,
    .c-cap a {
        font-size: 1rem;
    }

    .logged-in .nav-switch-mobile {
        top: 74px;
    }

    .nav-switch-mobile {
        top: 44px;
    }

    section.home-section.section-home-page-featured-manufacturer {
        padding: 120px 0 10px !important;

    }
}

@media (max-width:850px) {
    .logged-in .nav-switch-mobile {
        top: 40px;
    }

    .nav-switch-mobile {
        top: 67px;
    }

    .logo-row {
        padding: 30px 0 10px;
    }
}

@media (max-width: 767px) {

    .carousel-caption-mid-left,
    .carousel-caption-top-left,
    .carousel-caption-bottom-left {
        padding-right: 15px !important;
    }

    .carousel-caption-mid-right,
    .carousel-caption-top-right,
    .carousel-caption-bottom-right {
        padding-left: 15px !important;
    }

    .banner-btm-section {
        display: block;
    }

    .banner-btm-section .extra-page-single:before {
        top: auto;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        width: 87%;
        height: 1px;
        transform: none;
    }

    .section-home-page-services #our_services .single-service {
        margin: 0 0 30px;
    }

    .section-home-page-services #our_services .single-service:last-child {
        margin: 0 !important;
    }

    .testimonials-layout-1 .card {
        padding: 0 45px;
    }

    .testimonials-layout-1 .quote-icon {
        padding: 0;
    }

    .carousel-item img {
        min-width: 840px;
        min-height: 351px;
        display: inline-block !important;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .c-cap h2 {
        font-size: 18px !important;
    }

    .c-cap h1 {
        font-size: 24px !important;
    }

    .site-footer .service-areas-container {
        margin: 30px 0 0;
    }

    .footer-logo {
        margin: 0 0 90px;
    }

    .section-home-page-who-we-serves .left-content {
        margin: 0 0 30px;
    }

    .section-home-page-who-we-serves {
        padding: 100px 0 310px !important;
    }

    .section-home-page-service-areas .col-md-6 {
        margin: 0 0 30px;
    }

    .section-home-page-service-areas .col-md-6:last-child {
        margin: 0;
    }

    .footer-bar-holder {
        padding: 20px 30px;
    }

    .footer-bar-holder .row {
        text-align: center;
    }

    section.home-section.section-home-page-featured-manufacturer {
        padding: 80px 0 30px !important;
    }

    section.home-section.section-home-page-services {
        padding: 35px 0 100px !important;
    }

    .site-footer:before {
        background-size: 100% 30%;
    }

    .site-footer:before {
        display: none;
    }

    .site-footer .footer-1 {
        margin: 0 0 20px;
    }

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

    .site-footer .col-lg-4.col-sm-6 {
        flex: inherit;
        max-width: 350px;
        width: 100%;
        display: inline-block;
        margin: 0 auto 10px;
        padding: 20px;
        border: 1px solid #92d5ef;
    }

    .site-footer .col-lg-4.col-sm-6.footer-3 {
        padding: 20px;
    }

    .logo-row .col-lg-6 {
        margin: 0 0 20px;
        max-width: 100%;
        text-align: center;
    }

    .logged-in .nav-switch-mobile {
        top: 100px;
    }
}

@media (max-width: 600px) {
    .section-home-page-who-we-serves:before {
        width: 100%;
    }

    .section-home-page-who-we-serves:after {
        content: none;
    }
}

@media (max-width: 575px) {

    /* 	.main-title{
		margin: 0 0 30px;
	} */
    section.home-section {
        padding: 50px 0 !important;
    }

    section.home-section.section-home-page-service-areas {
        padding: 20px 0 50px !important;
    }

    section.section-home-page-extra-pages {
        padding: 0 !important;
    }

    .section-home-page-who-we-serves .right-content .col-sm {
        margin: 0 0 30px;
    }

    .section-home-page-who-we-serves .right-content .col-sm:last-child {
        margin: 0;
    }

    .carousel-item .c-cap {
        margin: 0;
    }

    .c-cap h2 {
        font-size: 16px !important;
    }

    .site-footer {
        padding: 50px 15px 0;
    }

    .footer-logo {
        margin: 0 0 60px;
    }

    .footer-style-3 {
        padding: 0 0 50px;
    }

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

    .logo-row .col.header-box {
        min-width: 100%;
        text-align: center;
    }

    .section-home-page-about .img-div {
        overflow: hidden;
    }

    .logo-row .col.header-box a.btn {
        margin-bottom: 15px;
        width: 250px;
        display: inline-block;
    }

    .logo-row .col.header-box:last-child a.btn {
        margin: 0;
    }

    .service-areas-layout-3 ul.menu li {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .section-home-page-promotions .owl-carousel .owl-stage-outer {
        padding: 50px 0;
    }

    .site-footer:before {
        background-size: 100% 20%;
    }

    section.home-section.section-home-page-services {
        padding: 20px 0 100px !important;
    }

    section.home-section.section-home-page-testimonials:before {
        border-radius: 0 100px;
    }
}

@media (max-width: 475px) {
    section.home-section.section-home-page-featured-manufacturer {
        padding: 50px 0 100px !important;
    }

    .nav-switch-mobile {
        top: 92px;
    }

    .gform_wrapper .gform_fields li .name_first,
    .gform_wrapper .gform_fields li .name_last {
        width: 100%;
    }

    .gform_wrapper .gform_fields li .name_first,
    .gform_wrapper .gform_fields li .name_last {
        width: 100%;
    }

    .gform_fields textarea {
        height: 100px;
    }

    /*
	.gform_wrapper li .ginput_recaptcha {width: 100% !important;overflow: hidden;border-radius: 3px;max-width: 200px !important;display: block;}	
	body .gform_wrapper li .ginput_recaptcha {border-right: 2px solid #d3d3d3;border-radius: 5px;}
	.gform_wrapper ul li .ginput_recaptcha div {width: 280px !important;}

	body .gform_wrapper li .ginput_recaptcha {
	    border-right: 2px solid #d3d3d3;
	    border-radius: 5px;
	}
	*/
    .gform_wrapper li .ginput_recaptcha {
        transform: scale(0.9);
    }

}

@media (max-width: 450px) {

    /* 	.logo-row .custom-logo-link img{
		max-width: 200px;
	} */
    .single-service-inner {
        display: block;
    }

    .single-service-inner .img-holder {
        box-shadow: none;
    }

    .single-service-inner .img-holder,
    .single-service-inner .service-body {
        max-width: 100%;
        flex: 0;
    }

    .calculate-troubleshoot div[class*=col-] {
        margin: 0 0 50px !important;
    }
}

@media (max-width: 420px) {
    /* .service-areas-layout-3 ul.menu li {
		max-width: 50%;
		flex: 0 0 50%;
	} */
}

@media (max-width: 400px) {
    aside#secondary {
        max-width: 100%;
    }

    .logo-row {
        padding: 60px 0 20px;
    }

    .single-service-inner .service-body {
        padding: 50px 20px 20px;
    }

}

@media (max-width: 375px) {
    .main-title .section_heading:before {
        content: none;
    }

    .section-home-page-promotions .owl-carousel .owl-stage-outer {
        padding: 60px 0;
    }

    section.home-section {
        padding: 30px 0 !important;
    }

    .calculate-troubleshoot .calculate .img-holder,
    .calculate-troubleshoot .troubleshoot .img-holder {
        max-width: 150px;
    }
}

ul#glossaryList {
    margin: 0 0 0 20px !important;
}

.entry-content .address-block a {
    color: #353535;
    text-decoration: none !important;
}

.entry-content .address-block a:hover {
    color: #155799;
}

.ci-inner-wrapper a.schedule-a {
    text-decoration: none !important
}

.ci-inner-wrapper a.schedule-a:hover {
    background: #232222 !important;
    color: #ffff00 !important;
}

#accordion h4.panel-title {
    background: linear-gradient(to right, #155799, #51ac7e);
    padding: 2px 5px;
    border: 1px solid #cdcdcd;
    margin: 0;
}

.covid_ticker {
    background: #49c4e3;
    text-align: center;
    padding: 5px 20px;
}

.covid_ticker a {
    color: #fff;
    font-size: 20px;
    text-decoration: none !important;
}

.covid_ticker a:hover {
    color: #f13041;
}

@media (max-width: 345px) {
    .nav-switch-mobile {
        top: 118px;
    }
}

@media(max-width:1024px) {
    .covid_ticker a {
        font-size: 16px;
    }
}
