/* common css */
@font-face {
    font-family: OpenSansLight;
    src: url('../ttf/opensans-light.ttf') format('truetype');
}

@font-face {
    font-family: OpenSansSemiBold;
    src: url('../ttf/opensans-semibold.ttf') format('truetype');
}

@font-face {
    font-family: OpenSansBold;
    src: url('../ttf/opensans-bold.ttf') format('truetype');
}

@font-face {
    font-family: RobotoLight;
    src: url('../ttf/roboto-light.ttf') format('truetype');
}

.robot-font {
    font-family: Roboto;
    color: #000;
}

.btn-wrapper {
    margin: 50px 0px;
}

.schedule-btn {
    background: red;
    padding: 12px 50px 12px 50px;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    color: #fff !important;
    text-transform: uppercase;
}

/* 404 */
.not-found-page .oversize {
    font-size: 150px;
    color: #ea0029;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    letter-spacing: -0.03em;
    font-weight: 700;
    margin-bottom: -4rem;
}

.not-found-page h1 {
    color: #000;
    line-height: 45px;
}

.not-found-page p {
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
}

.not-found-page ul.inline li {
    display: inline-block;
}

.not-found-page li a {
    color: black;
    font-size: 1.25rem;
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    letter-spacing: -0.03em;
    font-weight: 700;
    padding: .7rem 1rem;
}

.not-found-page ul {
    padding-left: 0px;
    margin-left: 0px;
}

.btn-calculator a {
    font-size: 24px;
    line-height: 1.17;
    color: #ea0029;
    text-transform: uppercase;
}

.corporate-calculation-form div.table-responsive p {
    color: #1d68ab;
    font-style: italic;
    margin-bottom: 5px;
}

/* right side fixe */
#tabbed-sidebar {
    position: fixed;
    z-index: 999;
    top: 20%;
    right: 0;
}

#tabbed-sidebar .tab-items a {
    transform: rotate(-90deg);
    color: white;
    font-size: 24px;
    position: fixed;
    right: -45px;
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    letter-spacing: -0.03em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    float: right;
    background: black;
    z-index: 501;
}

div#tabbed-sidebar {
    position: fixed;
    z-index: 999;
    top: 40%;
    right: 0;
}
@media (max-width: 1480px) {
    div#tabbed-sidebar {
        position: fixed;
        z-index: 999;
        top: 45%;
        right: 0;
    }
}


div#email-toggle .corporate-forms .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
div#email-toggle .corporate-forms .ginput_container textarea,
div#email-toggle .corporate-forms ul.gform_fields li.gfield select {
    background: #ebebeb;
}

#tabbed-sidebar .tab-items a {
    color: white;
    padding-top: .7rem;
}

#tabbed-sidebar .tab-items.red-link {
    float: left;
    background: #ea0029;
    top: 200px;
}

#tabbed-sidebar .tab-items.black-link {
    float: right;
    background: black;
}

.post,
.page {
    margin: 0px;
}

.landing-button {
    margin-top: 20px;
}

.landing-button .red-button {
    padding: 10px 30px;
    color: #fff !important;
    font-size: 17px;
    display: inline-block;
}

.location-page .gmw-results-wrapper .single-post .post-content div:first-child a {
    display: none;
}

.aboutus-page-wrapper section.top-black-section .content P {
    margin-bottom: 9px;
}

.aboutus-page-wrapper.fluid-section section.top-black-section .left-section {
    padding: 50px 20px 50px 200px;
}

/* slick css */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: none;
    z-index: 1;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 56px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev::before {
    content: "\f053";
    margin-left: 100px !important;
}

.slick-next::before {
    content: "\f054";
    margin-left: -140px !important;
}

body {
    font-family: "Open Sans Condensed";
}

body a,
body a:visited {
    color: #ea0029
}

body a:hover {
    text-decoration: none;
}

/**Header Style*/
.header .top-bar .social-icon {
    margin-top: 11px;
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.header .top-bar .social-icon a {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: white;
    background: #000;
    display: inline-grid;
    text-align: center;
    font-size: 12px;
    padding: 4px 0;
    margin-left: 4px;
}

.header .top-bar .phone-num {
    background: #ea0029;
    padding: 11px 20px;
    display: inline-block;
}

.header .top-bar .phone-num a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.header .top-bar .location-finder {
    background: #000;
    display: inline-block;
    padding: 9px 21px 10px 25px;
}
.header .top-bar .location-finder.location-get-quote {
    padding: 12px 21px 10px 25px;
}
.header .top-bar .pay-btn {
    background: #000;
    display: inline-block;
    padding: 9px 21px 10px 25px;
}

.header .top-bar .location-finder .map-marker,
.california-banner .map-marker,
.fixed-location-finder .map-marker {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAWCAYAAAAmaHdCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD1SURBVHgBnZSBDYIwEAAfJmADu4FsICO4gWzgCLKBOAEjGCfACcQNygboBO9/UpL6+RboJQ3h+1zLf9MMAiCioUflhcYsy56wBvr4SKNHHUvjtCTocB2D22mywN9V4QvqSGLvVta4+hIrJicaldipUfIYMxdSUgZqZtwCPk0O/21kHtTKtyah+EiPmwiXLNmJoCqIzO9Z8oVtfGQgV4IHiFOL9zHUXvVUusJKWp4olIozF3Sn0uWcA3lmXqHBMFNkrvO3yStZ3I6R/1vhNhoIFK5dKXhBDEq4LwgsateAkHB9hmSBEPXJAiGbW8/CAlJBca9o/ABBQ9vd4Bu63gAAAABJRU5ErkJggg==');
    display: inline-block;
    position: relative;
    height: 21px;
    width: 20px;
    background-repeat: no-repeat;
    z-index: 1;
    left: -6px;
    top: 3px;
}

.fixed-location-finder .map-marker {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAWCAYAAAAmaHdCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD1SURBVHgBnZSBDYIwEAAfJmADu4FsICO4gWzgCLKBOAEjGCfACcQNygboBO9/UpL6+RboJQ3h+1zLf9MMAiCioUflhcYsy56wBvr4SKNHHUvjtCTocB2D22mywN9V4QvqSGLvVta4+hIrJicaldipUfIYMxdSUgZqZtwCPk0O/21kHtTKtyah+EiPmwiXLNmJoCqIzO9Z8oVtfGQgV4IHiFOL9zHUXvVUusJKWp4olIozF3Sn0uWcA3lmXqHBMFNkrvO3yStZ3I6R/1vhNhoIFK5dKXhBDEq4LwgsateAkHB9hmSBEPXJAiGbW8/CAlJBca9o/ABBQ9vd4Bu63gAAAABJRU5ErkJggg==');
    background-size: contain;
    height: 100%;
    width: 75%;
    background-position-y: center;
    left: -3px;
    top: 0px;
}

.header .top-bar .location-finder a {
    color: white;
    text-transform: uppercase;
}
.header .top-bar .pay-btn a {
    color: white;
    text-transform: uppercase;
}

.header .top-bar .location-finder .gmw-form-wrapper {
    background: black;
    position: absolute;
    z-index: 10;
    margin: 0;
    right: 15px;
    padding: 15px 20px;
    top: 46px;
    display: none;
}

.header .top-bar .location-finder .gmw-form-wrapper .gmw-field-label {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}



.sponsor small {
    display: block;
    color: white;
    margin-top: 30px;
    opacity: 0.5;
}

.sponsor a {
    text-decoration: none;
    color: white;
}

#header .site-branding img {
    height: 100px;
}
@media (max-width: 1199px) and (min-width: 768px){
    #header .site-branding img {
        height: 53px;
    }
}

@media (max-width: 767px) {
    #header .site-branding img {
        height: 50px;
    }
    .single-ems_locations.wp-custom-logo #header .site-branding img {
        margin-top: 5%;
    }
}

.header .dropdown-item.active,
.dropdown-item:active {
    background: #bdbdbd;
}



.menu.dropdown {
    display: flex;
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.menu.dropdown > li > a {
    padding: 0 1rem;
}

.menu.dropdown li.menu-item a {
    color: black;
    font-size: 18px;
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    letter-spacing: -0.03em;
    font-weight: 700;
    text-transform: uppercase;
}

.menu.dropdown li.menu-item a:hover {
    color: #ea0029;
    text-decoration: none;
}

/**Mobile Menu*/
@media only screen and (min-width: 1024px) and (max-width: 1150px) {
    .menu.dropdown li.menu-item a {
        font-size: 1rem;
    }
}

.menu.dropdown li.menu-item ul.dropdown-menu {
    min-width: 250px;
    border-bottom: 8px solid #ea0029;
    border-radius: 0;
    padding-bottom: 0;
}

.menu.dropdown li.menu-item ul.dropdown-menu a {
    text-transform: none;
    font-size: 1.2rem;
}

.menu.dropdown li.menu-item.is-active > a {
    color: #ea0029;
    text-decoration: none;
}

.menu.dropdown li.menu-item-has-children {
    position: relative;
}

.menu.dropdown li.menu-item-has-children > a::after {
    border: none;
    font-family: 'Font Awesome 5 Pro';
    color: #989A9D;
    content: "\f107";
    font-weight: 300;
    right: 0.5rem;
    position: absolute;
    left: auto;
}

.menu.dropdown ul.dropdown-menu {
    transition: 0.5s all;
    border: 0;
    margin-top: 0;
}

.menu.dropdown li.menu-item-has-children:hover > ul.dropdown-menu {
    display: block;
}

.menu.dropdown li ul.dropdown-menu ul.dropdown-menu {
    left: 100%;
    top: 0;
}

.menu.dropdown ul.sub-menu li a {
    padding: .7rem 1rem;
    display: list-item;
}

footer.site-footer {
    background: #000;
    border: 0;
    border-top: 16px solid red;
}



footer .footer-logo {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: 0.72px;
    color: #ffffff;
    margin-bottom: 30px;
}

footer .social-icon a {
    background: white;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    color: black;
    font-size: 28px;
    margin-right: 13px;
}

.site-footer .footer-content {
    margin-top: 30px;
    margin-bottom: 93px;
}

.site-footer .content-left .telephone {
    color: #ea0029;
    font-size: 24px;
    line-height: 60px;
}

.site-footer .content-left h3 {
    font-size: 30px;
    color: white;
}


.site-footer .site-info,
.site-footer .site-info a {
    color: white;
    text-align: center;
    font-size: 16px;
    margin-bottom: 35px;
}

a.red-button,
a.red-button:visited,
.red-button,
.red-button:visited,
input[type=submit].gform_button,
input[type=submit].gform_button:visited {
    background: #ea0029;
    color: white;
    border-radius: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    transition: 0.5s all;
}


a.red-button:hover,
.red-button:hover,
input[type=submit].gform_button:hover {
    background: black;
    text-decoration: none;
}

.site-footer .footer-content .content-right {
    color: white;
}

.site-footer .footer-content .content-right ul {
    list-style: none;
    font-size: 24px;
    margin: 0;
    padding-right: 0;
    columns: 2;
}

.site-footer .footer-content .content-right ul a {
    color: white;
    padding: 10px;
    display: inline-block;
}

.site-info p {
    font-family: Roboto;
    color: #fff;
}

/**Banner*/
.slider-wrapper .slick-slide .slider-item {
    height: 605px;
    position: relative;
    background-size: cover;
    background-position-y: 50%;
    background-position-x: center;
}

.slider-wrapper .slick-slide .slider-item svg.hero-e {
    height: 100%;
    position: absolute;
    width: 20%;
    z-index: 10;
}

.slider-wrapper .slick-slide .slider-item .container {
    position: relative;
}

.slider-wrapper .slick-slide .slider-item .red-rect {
    background: #ea0029;
    height: 50%;
    width: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 25%;
}

.top-banner .red-line {
    background: #ea0029;
    height: 33px;
    width: 100%;
    mix-blend-mode: multiply;
    position: relative;
    left: 0;
    bottom: 16px;
}

.home .top-banner .red-line {
    margin-bottom: -54px;
}

.slider-wrapper .slick-slide .slider-item .container .banner-caption {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}

.slider-wrapper .slick-slide .slider-item .container .banner-caption h1 {
    font-size: 60px;
    margin: 0;
}

.slider-wrapper .slick-slide .slider-item .container .banner-caption .subtitle {
    font-size: 36px;
    margin-bottom: 0;
}

.slider-wrapper .slick-slide .slider-item .container .banner-caption .banner-button,
.black-button {
    background: #000;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 50px;
    display: inline-block;
    transition: 0.5s all;
}

.slider-wrapper .slick-slide .slider-item .container .banner-caption .banner-button:hover,
.black-button:hover {
    color: #ea0029;
}

.slider-wrapper ul.slick-dots {
    list-style: none;
    display: inline-flex;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    right: 125px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 2.5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    background: #828282;
    border-radius: 50%;
    border: 2px solid #fff;
}

.slick-dots li.slick-active button:before {
    background: #ea0029;
}

.gmw-no-results {
    background: #fff;
    border: unset;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.gmw-no-results p {
    font-size: 32px;
}

.gmw-no-results a {
    background: red;
    padding: 10px 50px;
    font-size: 18px;
    line-height: 28px;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}

/* inner banner */
.banner-wrapper {
    height: 605px;
    background-size: cover;
    background-position-y: center;
    background-position-x: center;
    position: relative;
}

.banner-wrapper .banner-caption {
    padding: 170px 0px;
    position: relative;
}

.banner-wrapper h1,
.banner-wrapper h2,
.banner-wrapper p.header-title
{
    padding: 35px 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
}
.banner-wrapper h2{
    padding-bottom: 0!important;
    margin: 0.67em 0 0;
}
.banner-wrapper .pre-title ~ h1 {
    top: -20px;
    position: relative;
}

.inner-banner {
    position: relative;
}

.banner-wrapper .red-rect {
    background: #ea0029;
    height: 40%;
    width: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 35%;
}

.banner-wrapper .hero-e {
    position: absolute;
    width: 20%;
}

.top-banner .red-line {
    margin-bottom: -33px;
}

.banner-wrapper .pre-title {
    background: #989a9d;
    font-size: 24px;
    padding: 10px 28px;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    top: 39px;
}

/**sections*/
section.top-black-section {
    background: #000;
    padding-top: 50px;
    padding-bottom: 40px;
    color: white;
    background-image: url("../svg/black-section-background.svg");
    background-repeat: no-repeat;
    background-position-x: right;
}

section.top-black-section .title h2 {
    font-size: 36px;
    line-height: 46px;
}

section.top-black-section .content {
    font-size: 20px;
    font-family: "Roboto";
    text-align: justify;
}

section.top-black-section .content p:last-child {
    margin-bottom: 0;
}

section.top-black-section.two-columns {
    background-position-x: calc(50% - 10rem);
}

section.top-black-section.two-columns .content-description {
    padding-top: 60px;
    padding-bottom: 85px;
}

section.top-black-section.two-columns .graphics img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.dynamic-top-section,
section.dynamic-bottom-section {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 30px 0;
    font-family: "Roboto";
    font-size: 18px;
}

section.dynamic-top-section p,
section.dynamic-bottom-section p {
    margin-bottom: 0;
}

section.content-wrapper.second-section {
    padding-top: 82px;
    padding-bottom: 100px;
}

section.content-wrapper.second-section h2 {
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    color: #ea0029;
    text-transform: uppercase;
}

section.content-wrapper.second-section .content figure {
    min-height: 200px;
}

section.content-wrapper.second-section .content .details {
    padding: 0 22px 45px;
    min-height: 285px;
    flex-direction: column;
}

section.content-wrapper.second-section .content .title {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000;
}

section.content-wrapper.second-section .content .description {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    line-height: 1.75;
}

section.content-wrapper.second-section .content .more-link {
    font-size: 24px;
    font-weight: bold;
    color: #ea0029;
}

section.grey-section {
    background-color: #f4f4f4;
    padding: 62px 0;
}

.play-buttons {
    position: absolute;
    left: calc(50% - 64px);
    top: calc(50% - 80px);
}

section.grey-section .title {
    font-size: 36px;
    color: #000000;
}

section.grey-section .details {
    font-size: 16px;
    color: #000000;
    font-family: "Roboto";
}

ul,
ol {
    margin-left: 0;
}

/**Single service page*/
.page-template-commercial-services-service section.content-wrapper.second-section .content figure {
    padding: 0;
    margin: 0;
}

.page-template-commercial-services-service section.grey-section .title {
    font-size: 36px;
    color: #000;
    line-height: 1.28;
}

.page-template-commercial-services-service section.grey-section .description {
    font-family: "Roboto";
    color: #000;
    font-size: 16px;
    line-height: 1.75;
}

.page-template-commercial-services-service section.grey-section .request a {
    font-size: 24px;
    line-height: 1.17;
    color: #ea0029;
    text-transform: uppercase;
}

.page-template-commercial-services-service section.content-wrapper.second-section .content .details,
.sub_loctions-template-default section.content-wrapper.second-section .content .details,
.page-template-service-template section.content-wrapper.second-section .content .details {
    padding: 2.5rem;
}

.page-template-commercial-services-service section.testimonial-section {
    padding: 60px 0;
}

.page-template-commercial-services-service section.testimonial-section .testimonial-image {
    align-items: center;
}

.page-template-commercial-services-service section .testimonial {
    flex-direction: column;
    padding: 20px 0;
}

.page-template-commercial-services-service section.testimonial-section strong {
    font-size: 26px;
    line-height: 1.77;
    color: #000000;
}

.page-template-commercial-services-service section.testimonial-section .detail {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.75;
    color: #000000;
}

.page-template-commercial-services-service section.testimonial-section .author {
    font-size: 26px;
    line-height: 1.77;
    color: #989a9d;
}

.page-template-commercial-services-service section.customer-testimony {
    padding: 80px 0;
}

.page-template-commercial-services-service section.customer-testimony .title {
    font-size: 60px;
    line-height: 0.95;
    color: #000000;
    text-align: center;
    margin-bottom: 45px;
}

section.divider .container {
    border-top: 2px solid #bdbdbd;
}

/**Fixed sidebar **/
#email-toggle,
#phone-toggle {
    position: absolute;
    z-index: 50;
    width: 500px;
    padding: 1rem 2rem;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    font-size: 1rem;
    right: 50px;
    top: -45px;
    visibility: hidden;
    transition: all 0.2s;
    transform: scale(0);
    transform-origin: right;
    box-shadow: 0 0 20px 0 rgba(49, 49, 49, 0.4);
}

#email-toggle.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
}

.dropdown-pane {
    font-family: "Roboto";
}

.dropdown-pane h3 {
    font-family: "Open Sans Condensed";
}

.dropdown-pane a {
    color: #ea0029;
    text-decoration: none;
}

/**Career Page*/
.career-page .blog-listing-wrapper {
    margin-bottom: 50px;
}

/**CMS Page*/
.cms-page {
    padding: 50px 0;
}

.back-to-blog a {
    color: #000;
    font-size: 21px;
}

.back-to-blog {
    margin-bottom: 25px;
    margin-top: 25px;
}

.cms-content h3 {
    font-size: 22px;
    padding: 5px 0px 3px 0;
    margin: 0px;
}

.cms-content h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.cms-content p a {
    color: #ea0029;
}

.cms-content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 3px;
}

.cms-content table tbody,
.cms-content table tfoot,
.cms-content table thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}

.cms-content table tbody td,
.cms-content table tbody th {
    padding: .5rem .625rem .625rem;
}

.cms-content table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}

.blog-details .entry-title {
    font-size: 2.5rem;
}

.blog-details .entry-meta {
    margin-bottom: 20px;
}

.blog-details .entry-meta a,
.cms-page a {
    color: #ea0029;
}

.blog-details .entry-content,
.cms-page p {
    font-family: "Roboto";
    text-align: justify;
}

.cms-page h2 {
    font-family: "Open Sans Condensed";
}

.cms-page ul {
    margin-left: 0;
    list-style: none;
    padding: 0;
}

.cms-page #secondary ul li {
    padding: 10px;
    transition: 0.5s all;
}

.cms-page #secondary ul li:hover {
    background: #ea0029;
}

.cms-page #secondary ul li:hover a {
    color: white;
}

/*CMS page common class*/
.cms-page .h2-red {
    font-size: 2rem;
    color: #ea0029;
}

.cms-page .h2-black {
    font-size: 2rem;
    color: #000;
}

.cms-page .h3-red {
    font-size: 1.75rem;
    color: #ea0029;
}

.cms-page .h3-black {
    font-size: 1.75rem;
    color: #000;
}

.cms-page .h4-red {
    font-size: 1.5rem;
    color: #ea0029;
}

.cms-page .h4-black {
    font-size: 1.5rem;
    color: #000;
}

.cms-page .h5-red {
    font-size: 1.25rem;
    color: #ea0029;
}

.cms-page .h5-black {
    font-size: 1.25rem;
    color: #000;
}

.cms-page .h6-red {
    font-size: 1rem;
    color: #ea0029;
}

.cms-page .h6-black {
    font-size: 1rem;
    color: #000;
}

.cms-page .link {
    color: red;
}

.cms-page .para {
    font-family: "Roboto";
}

.cms-page .image {
    width: 100%;
    height: auto;
}

.cms-page .left-image {
    float: left;
    width: 50%;
}

.cms-page .right-image {
    float: right;
    width: 50%;
}

.cms-page .divider {
    border-top: 2px solid #bdbdbd;
}

.cms-page .red-button {
    background: #ea0029;
    color: white;
    padding: 15px;
    display: inline-block;
}

.blog-details article {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 20px;
}

.blog-details .nav-previous:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    left: -18px;
    position: absolute;
    font-size: 25px;
    line-height: 48px;
    opacity: 0;
    transition: 0.5s all;
}

.blog-details .nav-previous:hover:before,
.blog-details .nav-next:hover:before {
    opacity: 1;
}

.blog-details .nav-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    right: -18px;
    position: absolute;
    font-size: 25px;
    line-height: 48px;
    opacity: 0;
    transition: 0.5s all;
}

/*about us page*/
.aboutus-page-wrapper .aspects h3 {
    font-size: 2.5rem;
    padding-top: 2rem;
}

.aboutus-page-wrapper .aspects p {
    font-family: Roboto;
    font-size: 18px;
    text-align: justify;
}

/** Thank you page style*/
.thankyou-page-wrapper .second-section .message {
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: 0.72px;
    color: #000000;
}

/* 18-04-2020 */
.page-title-wrapper {
    margin: 50px 0px;
}

.page-description {
    background: #000;
    color: #fff;
    padding: 50px 0px;
}

.page-description h3 {
    font-size: 38px;
}

h2.page-title {
    font-size: 60px;
    color: #ea0029;
    text-transform: uppercase;
    margin: 35px 0px;
}

.hide {
    display: none;
}

h2.page-title span {
    display: block;
    color: #000;
}

/* location page */

.gmw-results-wrapper .single-post {
    padding: 32px 6px;
    width: 49%;
    border-bottom: 1px solid #EBEBEB;
}
.location_single_box{
    display: flex;
    width: 49%;
    flex-wrap: wrap;
}

.gmw-results-wrapper .single-post:nth-child(odd){
    margin-right: 21px;
}

.location-page .page-description p {
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    padding-right: 70px;
}

.location-page .page-description .left-section {
    padding-right: 120px;
    padding-top: 20px;
}

.location-page .gmw-form-wrapper .gmw-form-field-wrapper {
    margin: 0px;
}

.location-page div.gmw-form-wrapper.default input[type="text"] {
    padding: 9px 10px 57px !important;
    border-radius: 5px;
    font-size: 16px;
    color: #4f4f4f;
}

.location-page div.gmw-form-wrapper .gmw-submit,
div.gmw-form-wrapper input[type=submit] {
    background: #ea0029;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0px;
    width: 100%;
    text-align: center;
}

.location-page .gmw-results-wrapper .single-post a {
    color: #000;
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
}

.location-page .gmw-form-wrapper .gmw-form-field-wrapper .gmw-field-label {
    display: none;
}
.group_west:hover{
    cursor: pointer;
        transform: translatey(-34px) scale(1.1);
        transform-box: fill-box;
         transform-origin: 50% 0%;
        transition: .5s;
}
.group_midwest:hover{
    cursor: pointer;
    transform: translatey(-34px) scale(1.1);
    transform-box: fill-box;
    transform-origin: 50% 0%;
    transition: .5s;
}
.group_north:hover{
    cursor: pointer;
    transform: translatey(-34px) scale(1.1);
    transform-box: fill-box;
    transform-origin: 50% 0%;
    transition: .5s;
}
.group_southeast:hover{
    cursor: pointer;
    transform: translatey(-34px) scale(1.1);
    transform-box: fill-box;
    transform-origin: 50% 0%;
    transition: .5s;
}
.group_southwest:hover{
    cursor: pointer;
    transform: translatey(-34px) scale(1.1);
    transform-box: fill-box;
    transform-origin: 50% 0%;
    transition: .5s;
}
    /** Single Location Page*/
.single-location-page .header .location-header-name {
    background: #ea0729;
    color: white;
    padding: 10px 40px;
    font-size: 30px;
    transform: skewX(-19deg);
    margin-top: 20px;
}

.single-location-page .header .location-header-black:before {
    content: "";
    position: absolute;
    left: -13.3%;
    width: 50vw;
    height: 100%;

    z-index: -1;
}

.single-location-page .header .location-header-black .location-finder {
    background: #a6a6a6;
}


.single-location-page .menu.dropdown li.menu-item ul.dropdown-menu li.menu-item {
    background: white;
    box-shadow: 0 0 0 0.5px white;
}



.single-location-page .menu.dropdown li.menu-item ul.dropdown-menu ul {
    padding-top: 0;
}


.single-location-page section.section,
section.section {
    padding: 80px 0;
    color: #000;
}

.single-location-page section.first-section .h2 {
    font-size: 58px;
}

.single-location-page section.first-section .content {
    font-family: "Roboto",sans-serif;
}

.single-location-page section.grey-back,
section.grey-back {
    background: #f4f4f4;
}

.single-location-page section.second-section h2,
.single-location-page section.second-section h2 .h2 {
    font-family: "Open Sans Condensed";
}

.single-location-page section.second-section .content {
    font-family: "Roboto";
}

.single-location-page.location-sub-page section.second-section .content {
    font-family: "Open Sans Condensed";
}

.single-location-page .services .h2 {
    font-size: 58px;
}

.single-location-page .services .content figure {
    padding-top: 45px;
    min-height: 200px;
}

.single-location-page .services .content .details {
    padding: 0 22px 45px;
    min-height: 285px;
    flex-direction: column;
}

.single-location-page .services .content .title {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000;
}

.single-location-page .services .content .description {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    line-height: 1.75;
}

.single-location-page .services .content .more-link {
    font-size: 24px;
    font-weight: bold;
    color: #ea0029;
}

.single-location-page .request-quote-form .gform_title,
.single-location-page .request-quote-form .top_label .gfield_label {
    display: none;
}

.single-location-page .request-quote-form {
    padding: 0;
}

.single-location-page .request-quote-form .gform_footer:not(.top_label) {
    width: 48%;
}

.single-location-page .form-section .h2 {
    font-size: 58px;
}

/* blog page */
.fluid-section section.top-black-section {
    padding-top: 20px;
    padding-bottom: 30px;
}

.fluid-section section.top-black-section .left-section {
    padding: 50px 200px 50px 260px;
}

section.top-black-section .post-meta a {
    color: #fff;
    font-size: 22px;
}

section.top-black-section .left-section .post-meta {
    padding-bottom: 30px;
}

section.top-black-section .content a {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans Condensed";
}

section.top-black-section .right-section {
    padding-right: 0px;
}

section.top-black-section .right-section img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: left;
}

.blog-listing-item a,
.blog-listing-item a:visited {
    color: #fff;
}

.blog-listing-wrapper .blog-listing-item:not(:last-of-type) {
    margin-bottom: 2rem;
}

.blog-listing-item .post-title {
    background: black;
    margin: 0;
    display: flex;
    align-items: center;
    min-height: 221px;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.blog-listing-item .post-meta-and-image {
    position: relative;
}

.blog-listing-item .post-meta-and-image img {
    min-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.blog-listing-item h2 {
    font-size: 36px;
    padding: 0px 35px;
}

.blog-listing-item .post-meta-and-image .post-meta-category {
    position: absolute;
    bottom: 0;
    background: #ea0029;
    text-transform: uppercase;
    width: 60%;
    left: 20%;
    padding: .6rem;
    text-align: center;
}

.filter-wrapper {
    text-align: right;
    padding: 10px 0px;
}

.filter-wrapper p {
    display: inline-block;
    font-size: 22px;
    color: #000;
    padding-right: 15px;
}

#blog-filter {
    background: #f3f3f3;
    padding: 15px 0px 15px 20px;
    width: 310px;
    border-radius: 5px;
}

/* franchise page */
section.the-investment .container {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.table-design table tr {
    border-bottom: 2px solid #dbdbdb;
}

.table-design table tr td {
    padding-bottom: 20px;
    padding-top: 15px;
    color: #000;
}

.table-design table tr td:first-child {
    font-size: 36px;
    color: #ea0029;
    border-right: 2px solid #dbdbdb;
    padding-right: 15px;
}

.table-design table tr td:last-child {
    font-size: 24px;
}

.table-design table tr:last-child {
    border-bottom: none;
}

.table-design table tr td:last-child {
    font-size: 24px;
    padding-left: 45px;
}

.table-design table tr:nth-child(even) {
    background: #f5f5f5;
}

section.table-design .container {
    padding: 50px 0px;
    border-bottom: 2px solid #f5f5f5;
}

.table-design table {
    margin-top: 30px;
}

section.investment-section .container,
.what-franchise-owner .container {
    padding: 70px 0px;
}

section.investment-section h2 {
    font-size: 36px;
    color: #000;
}

section.investment-section a {
    font-size: 24px;
    color: red;
    text-transform: uppercase;
}

.video-youtube a {
    position: relative
}

.video-youtube .play-buttons {
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 64px);
}

.what-franchise-owner .container h2.page-title {
    color: #000;
}

.quote-header {
    font-size: 8rem;
    font-family: Arial;
    line-height: 0;
    height: 50px;
    display: flex;
    margin-top: 60px;
    color: red;
    font-weight: 700;
}

.quote-header::before,
.quote-header::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #bbb;
    width: 45%;
    margin: 0 auto;
    transform: translateY(-1.5rem);
}

.awards .banner-section {
    background: url('../jpg/awards-banner.jpg');
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
}

.awards .banner-section .title {
    background: rgba(255, 0, 0, 0.7);
    display: flex;
    padding: 35px 150px;
}

.awards .banner-section .title h2 {
    font-size: 85px;
    color: white;
    margin-bottom: 0;
}

.awards .appreciation {
    font-family: RobotoLight;
    font-size: 22px;
    margin-top: -20px;
}

.shedule-intro-call {
    background: #e0e0e0;
}

.shedule-intro-call .right-section {
    padding: 60px 30px;
    background: #333333;
}

.shedule-intro-call .right-section h2,
.shedule-intro-call .right-section p {
    color: #fff;
}

.shedule-intro-call .right-section h2 {
    padding-bottom: 20px;
}

.shedule-intro-call .right-section {
    background: #333333;
    background-image: url("../svg/black-section-background.svg");
    background-repeat: no-repeat;
    background-position-x: right;
}

.request-quote-form .gform_wrapper .top_label .gfield_label {
    display: none !important;
}

.request-quote-form input[type="text"],
.request-quote-form input[type="email"],
.request-quote-form input[type="url"],
.request-quote-form input[type="number"],
.request-quote-form input[type="tel"],
.request-quote-form input[type="range"],
.request-quote-form .ginput_container textarea {
    border-radius: unset;
    border: unset;
    padding: 15px 30px !important;
    font-family: Roboto !important;
}

.request-quote-form .gform_wrapper .gform_heading {
    display: none;
}

.gform_wrapper .request-quote-form ul.gform_fields li.gfield {
    padding-right: 0px;
}

.gform_wrapper .request-quote-form .textarea {
    border-radius: unset;
    border: unset;
    padding: 15px 30px;
    font-family: Roboto;
}

.request-quote-form input[type="submit"] {
    background: #ee0029;
    padding: 16px 0px;
    width: 100% !important;
    font-size: 24px !important;
    line-height: 28px;
    color: #fff !important;
    text-transform: uppercase;
    font-family: "Open Sans Condensed";
}

.request-quote-form .gform_wrapper li.gfield.gfield_error .validation_message {
    padding: 0;
}

.red-section-resp {
    display: none;
}

/**Industries*/
.page-template-industries section.content-wrapper.second-section .content .details {
    padding: 0 0 45px;
}

/**Borders*/
.border-xl-left-none {
    border-left: none !important;
}

.border-xl-right-none {
    border-right: none !important;
}

.border-xl-top-none {
    border-top: none !important;
}

.border-xl-bottom-none {
    border-bottom: none !important;
}

.black-color {
    color: #000 !important;
}

.red-color {
    color: #ea0029 !important;
}

.bg-white {
    background: white !important;
}

.contact-page-wrapper .second-section h1 {
    margin-bottom: 60px;
    margin-top: 10px;
}

.contact-page-wrapper section.content-wrapper.second-section .content .title {
    font-size: 45px;
    line-height: 0.95;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 25px;
}

.contact-page-wrapper .second-section .form-title {
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: 0.72px;
    color: #ffffff;
    background-color: #414040;
    padding: 60px 0;
    margin: 0 30px 30px;
    width: auto;
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 526 644" fill="none" xmlns="http://www.w3.org/2000/svg"> <g style="mix-blend-mode:overlay"> <path d="M-13.5569 0L-60.7568 161.622H478.26L526 0H-13.5569Z" fill="white" fill-opacity="0.05"></path> </g> <g style="mix-blend-mode:overlay"> <path d="M-83.8404 243.135H455.027L407.84 404.757H-131.027L-83.8404 243.135Z" fill="white" fill-opacity="0.05"></path> </g> <g style="mix-blend-mode:overlay"> <path d="M-155.193 484.865L-202 643.676H337.589L384.757 484.865H-155.193Z" fill="white" fill-opacity="0.05"></path> </g> </svg>');
    background-size: 25% 100%;
    background-repeat: no-repeat;
}

/**who we are*/
.whoweare-page-wrapper .founder {
    flex-direction: column;
    color: #000;
    text-align: center;
}

.whoweare-page-wrapper .founder .name {
    margin-bottom: 15px;
}

.whoweare-page-wrapper .founder .name p {
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: 0.72px;
}

.whoweare-page-wrapper .founder .name small {
    font-size: 24px;
    line-height: 1.17;
    text-transform: uppercase;
}

.whoweare-page-wrapper .founder .detail {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.75;
}

.whoweare-page-wrapper .team .member {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.whoweare-page-wrapper .team .member .member-image:hover ~ .overlay,
.whoweare-page-wrapper .team .member .overlay:hover {
    top: 0;
}

.whoweare-page-wrapper .modal-content {
    background: transparent;
    border: 0;
}

.whoweare-page-wrapper .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    position: absolute;
    left: 15rem;
    top: 4rem;
    width: 48%;
    z-index: 10;
}

.whoweare-page-wrapper .modal-title p {
    margin-bottom: 0;
}

.whoweare-page-wrapper .cutout-body {
    overflow: hidden;
    position: relative;
    margin: 2em auto 0;
    padding: 220px 40px 40px;
}

.whoweare-page-wrapper .modal-body .name {
    font-size: 62px;
    color: #e80a2d;
    line-height: 1;
}

.whoweare-page-wrapper .modal-body .member-image {
    border-radius: 50%;
    left: -4.6rem;
    position: absolute;
    top: -2.4rem;
    width: 275px;
    border: 2px solid #ea0029;
    box-shadow: 0 0 20px 3px #ea0029;
    object-fit: cover;
    background: white;
    height: 275px;
}

.cutout-body:before {
    position: absolute;
    z-index: -1;
    top: -12px;
    left: -15px;
    margin: calc(-1 * 74px);
    padding: 145px;
    border-radius: 50%;
    box-shadow: 0 0 0 85em #fff;
    content: '';
}

.whoweare-page-wrapper .content .team .overlay .title {
    font-size: 18px;
    line-height: 1.19;
    letter-spacing: -1.08px;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
}

.whoweare-page-wrapper .content .team .overlay .name {
    font-size: 24px;
    line-height: 1.92;
    letter-spacing: 0.48px;
    margin-bottom: 0;
    color: #000000;
}

.whoweare-page-wrapper .team .overlay {
    padding: 10px;
    position: absolute;
    top: 100%;
    transition: 0.5s all;
    width: 100%;
    height: 100%;
    background: #ffffffb0;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    left: 0;
}

.whoweare-page-wrapper .modal-body {
    top: 5rem;
}

/**Contact form page template*/
.contact-form-page-wrapper .second-section .corporate-forms .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-form-page-wrapper .second-section .corporate-forms .ginput_container textarea,
.contact-form-page-wrapper .second-section .corporate-forms ul.gform_fields li.gfield select {
    background: #ebebeb;
}

.contact-form-page-wrapper .second-section h2 {
    font-size: 60px;
    color: #ea0029;
    text-transform: uppercase;
}

/* cms page */
.cms-content {
    color: #000;
}

.cms-content p {
    font-family: Roboto;
    font-size: 18px;
}

.cms-content ul {
    padding-left: 20px;
    margin-left: 0;
    font-family: Roboto;
    font-size: 18px;
}

.cms-content ul li {
    margin-bottom: 12px;
}

.after-header {
    position: absolute;
    height: 100%;
    background: #000;
    z-index: -1;
}

.clear-none {
    clear: none;
}

.gform_wrapper .gform_body ul.gform_fields li.gfield {
    padding-right: 0;
}

/**Products Landing Page **/
.products-page-wrapper section.content-wrapper.second-section .content .details {
    padding: 0 22px 45px;
    min-height: 285px;
}

section.content-wrapper.second-section .cms-content h2 {
    font-size: 32px;
    color: black;
    margin-top: 50px;
    text-align: left;
}

section.content-wrapper.second-section .cms-content h3 {
    margin-top: 20px;
}

#responsive-menu-container #responsive-menu-title #responsive-menu-title-image {
    margin-top: 35px;
}

.corporate-forms_wrapper h3.gform_title {
    display: none;
}

.national-content-item:last-child {
    border: unset !important;
}

.national-textarea textarea {
    height: 90px !important;
}

.national-team-sec h2 {
    font-size: 60px;
}

.national-team-sec p {
    font-size: 20px;
}

#tabbed-sidebar .tab-items.cookie-clear a {
    right: -61px;
}


/* article css */
.article-listing.blog-listing-item a,
.article-listing.blog-listing-item a:visited {
    color: #ea0029;
    text-transform: capitalize;
}

.article-listing.blog-listing-item h2 {
    font-size: 30px;
    padding: 0px;
}

.article-listing p.date {
    color: #000;
    font-size: 15px;
    font-family: Roboto;
}

.article-listing p.description {
    font-family: Roboto;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.article-listing a.read-more {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #ea0029 !important;
}

.article-listing a.read-more:hover {
    color: #000 !important;
}

.article-listing a.read-more i {
    font-size: 18px;
    font-weight: normal;
    vertical-align: text-top;
    padding-left: 3px;
}

.blog-listing-wrapper .article-listing.blog-listing-item:not(:last-of-type) {
    margin-bottom: 3rem;
}

/* new franchise page design*/
.new-franchise-top-banner-section {
    background: url('../jpg/top-banner.jpg');
    background-size: 80%;
    background-position: -50% 50%;
    background-repeat: no-repeat;
    background-color: #eae9e7;
}

.new-franchise-top-banner-section .container {
    padding: 50px 0;
}

.new-franchise-top-banner-section .title {
    text-align: center;
    background-color: rgba(255, 0, 0, 0.75);
    color: white;
    font-size: 85px;
    text-transform: uppercase;
    margin-right: 35px;
    margin-bottom: 35px;
    padding: 20px 50px;

}

.new-franchise-page .wrapper-why-choose p {
    color: #fff;
}

.new-franchise-page .schedule-btn {
    padding: 20px 30px;
}

h2.page-title {
    font-size: 70px;
    margin-top: 0px;
}

h2.page-title span {
    font-size: 43px;
}

.franchise-new-why-choose .left-sec,
.franchise-new-business-fundamental .left-sec {
    padding-right: 45px;
}

.new-franchise-page p,
.new-franchise-page li {
    font-family: RobotoLight;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    list-style: none;
}

.new-franchise-page li::before {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-weight: 900;
    left: 20px;
}

.new-franchise-page h2 span {
    display: block;
}

.success-rate-business p {
    font-size: 100px;
    font-family: OpenSansLight;
    font-weight: normal;
    color: red;
    line-height: 100px;
}

.success-rate-business p span {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    font-family: "Open Sans Condensed";
    text-transform: uppercase;
    vertical-align: middle;
}

.success-rate-business p:first-child {
    border-bottom: 1px solid grey;
}

.franchise-full-why-choose {
    background-color: #f4f4f4;
}

.franchise-full-why-choose .video-section {
    padding: 0;
}

.fundamental-listing {
    list-style-type: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fundamental-item .number {
    font-size: 55px;
    font-weight: 600;
    color: red;
    padding-left: 20px;
    font-family: OpenSansBold;
}

.fundamental-item .image {
    position: relative;
}

.fundamental-item:not(:last-child) .image::after {
    content: "";
    border: 1px solid;
    width: 170px;
    position: absolute;
    top: 70px;
    left: 40px;
    z-index: 1;
}

.fundamental-item .image img {
    position: relative;
    left: -35px;
    z-index: 10;
}

.fundamental-item .description {
    display: block;
    font-family: RobotoLight;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    min-width: 50%;
}

.full-image-section .image-item img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.franchise-five-easy-step {
    background: #f4f4f4;
}

.franchise-five-easy-step .schedule-btn {
    margin-top: 35px;
}

.listing-step .step {
    padding: 10px 25px;
    background: #fff;
    position: relative;
    margin-bottom: 22px;
}

.listing-step .step .number {
    font-family: OpenSansSemiBold;
    font-size: 5rem;
}

.listing-step .step .image {
    text-align: center;
}

.listing-step .step::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #f80702 #f4f4f4;
}

.listing-step .step .description {
    font-family: RobotoLight;
    font-size: 20px;
}


/*Responsive*/
@media (max-width: 1400px) {
    .fluid-section section.top-black-section .left-section {
        padding: 50px 60px 50px 60px;
    }
}

@media only screen and (min-width: 1200px) {
    section.top-black-section.two-columns .content-description {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .border-lg-left-none {
        border-left: none !important;
    }

    .border-lg-right-none {
        border-right: none !important;
    }

    .border-lg-top-none {
        border-top: none !important;
    }

    .border-lg-bottom-none {
        border-bottom: none !important;
    }

    /* inner page */
    section.top-black-section {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    /* location page */
    .banner-wrapper .banner-caption {
        padding: 50px 0px;
    }

    /*blog page */
    .fluid-section section.top-black-section .left-section {
        padding: 50px 0px 50px 30px;
    }

    section.top-black-section .right-section {
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .products-page-wrapper section.content-wrapper.second-section .content .details {
        min-height: 335px;
    }

    .new-franchise-top-banner-section .title {
        margin-right: 0;
        font-size: 65px;
    }

    .new-franchise-top-banner-section {
        background-size: cover;
        background-position: 0 0;
    }

    .new-franchise-top-banner-section .container {
        padding: 0;
    }

    .franchise-new-why-choose .left-sec, .franchise-new-business-fundamental .left-sec {
        padding-right: initial;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .menu.dropdown li.menu-item a {
        font-size: 16px;
    }

    .menu.dropdown > li > a,
    .menu.dropdown ul.dropdown-menu li a {
        padding: 0 0.7rem;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1150px) {
    .menu.dropdown li.menu-item a {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    section.how-we-work .content .heading .title span {
        font-size: 28px;
    }

    section.how-we-work .content .heading .title small {
        font-size: 14px;
    }

    .banner-wrapper .red-rect {
        height: 40%;
        top: 30%;
    }

    .banner-wrapper .pre-title {
        top: 64px;
    }

    .fundamental-item .image img {
        position: relative;
        left: -25px;
    }

    .fundamental-item:not(:last-child) .image::after {
        content: "";
        border: 1px solid;
        width: 110px;
        position: absolute;
        top: 55px;
        left: 41%;
        z-index: 1;
    }
}

@media only screen and (min-width: 992px) {
    .whoweare-page-wrapper .modal-title {
        width: 65%;
    }
}

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


    .menu.dropdown li.menu-item a {
        font-size: 16px;
    }

    .menu.dropdown > li > a,
    .menu.dropdown ul.dropdown-menu li a {
        padding: 0 0.7rem;
    }

    .banner-wrapper .red-rect {
        height: 36%;
    }

    .banner-caption .pre-title {
        top: 3rem;
    }

    .banner-wrapper .pre-title ~ h1 {
        top: 0;
    }

    section.top-black-section.two-columns .content-description {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .fundamental-item:not(:last-child) .image::after {
        content: "";
        border: 1px solid;
        height: 100%;
        position: absolute;
        top: 60%;
        left: 55%;
        z-index: 1;
        width: 1px;
    }

    .fundamental-item .image img {
        position: relative;
        left: 0;
    }

    .fundamental-item .description {
        margin-left: 30px;
    }

    .new-franchise-top-banner-section .title {
        font-size: 55px;
    }
}

@media (max-width: 992px) {
    .border-lg-left-none {
        border-left: none !important;
    }

    .border-lg-right-none {
        border-right: none !important;
    }

    .border-lg-top-none {
        border-top: none !important;
    }

    .border-lg-bottom-none {
        border-bottom: none !important;
    }

    .whoweare-page-wrapper .second-section .modal-content .modal-title .title {
        font-size: 30px;
    }

    .whoweare-page-wrapper .second-section .modal-content .modal-title .name {
        font-size: 48px;
    }
}
@media (max-width: 1199px) {
.top-bar{
        display: none;
    }
}
@media only screen and (max-width: 768.5px) {
    .single-location-page .location-header-black {
        display: none;
    }

    .play-buttons {
        left: calc(50% - 32px);
    }

    .play-buttons svg {
        width: 50%;
    }

    #tabbed-sidebar .tab-items.red-link {
        top: 55px;
    }

    .site-content {
        padding-top: 130px;
    }
    .wpgmza_map .wpgmza-inner-stack.top{
        top: 100px!important;
    }
    .site-footer .footer-content {
        margin-bottom: 30px;
    }

    footer.site-footer .social-icon {
        margin-bottom: 30px;
    }

    .slider-item .container,
    .red-line,
    .banner-wrapper *,
    .slick-prev,
    .slick-next,
    .slick-dots {
        display: none !important;
    }

    .slider-wrapper .slick-slide .slider-item,
    .banner-wrapper {
        height: 450px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .home .red-section-resp {
        margin-top: 500px;
        top: -50px;
        position: relative;
    }

    .red-section-resp {
        background: #97001a;
        padding: 35px 20px;
        display: block;
        text-align: center;
        color: #fff;
    }

    .red-section-resp h1 {
        font-size: 44px;
        margin: 0 15px;
        text-transform: uppercase;
    }

    .red-section-resp .subtitle {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .red-section-resp .banner-button {
        background: #000;
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
        padding: 15px 50px;
        display: inline-block;
    }

    section.top-black-section.two-columns {
        padding: 30px 0;
        background-position-x: right;
    }

    section.top-black-section .content {
        font-size: 16px;
    }

    section.content-wrapper.second-section {
        padding-top: 22px;
        padding-bottom: 20px;
    }

    section.content-wrapper.second-section h2 {
        text-align: center;
        font-size: 52px;
    }

    section.form-section h2 {
        font-size: 52px;
    }

    .carousel-indicators {
        bottom: inherit;
    }

    .carousel-indicators li {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid white;
        background: #bdbdbd;
        margin-top: 10px;
    }

    .carousel-indicators .active {
        background: #ea0029;
    }

    .carousel .details {
        min-height: 225px;
        flex-direction: column;
    }

    .carousel .details .title {
        font-size: 34px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .carousel .details .description {
        font-family: "Roboto";
        font-size: 16px;
    }

    .carousel .details .more-link {
        font-size: 24px;
        font-weight: bold;
        color: #ea0029;
    }

    .carousel.slide {
        margin-bottom: 50px;
    }

    .carousel-control-next-icon:before {
        color: #bdbdbd;
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        font-size: 35px;
    }

    .carousel-control-prev-icon:before {
        color: #bdbdbd;
        content: "\f053";
        font-family: "Font Awesome 5 Pro";
        font-size: 35px;
    }

    .carousel-control-next-icon {
        background: none;
    }

    .carousel-control-prev-icon {
        background: none;
    }

    section.how-we-work {
        padding-top: 30px;
    }

    section.how-we-work .carousel .image {
        width: 172px;
        height: 172px;
        border-radius: 50%;
        background-color: #f4f4f4;
        margin: 0 auto 24px;
    }

    section.how-we-work .carousel .heading .number {
        font-size: 36px;
        color: #ea0029;
        border-right: 1px solid #ccc;
        padding: 10px 10px 10px 0;
        display: inline-block;
        float: left;
    }

    section.how-we-work .carousel .heading .title {
        display: inline-grid;
        line-height: 1;
        padding: 10px 0 10px 16px;
        text-align: left;
    }

    section.how-we-work .carousel .heading .title small {
        font-size: 18px;
        line-height: 1;
    }

    section.how-we-work .carousel .heading .title span {
        font-size: 36px;
        line-height: 1;
    }

    .page-template-commercial-services-service section.customer-testimony {
        padding: 50px 0;
    }

    .page-template-commercial-services-service section.customer-testimony .title {
        font-size: 42px;
    }

    .page-template-commercial-services-service section.testimonial-section {
        padding: 30px;
    }

    .page-template-commercial-services-service section.content-wrapper.second-section .content .details {
        padding: 15px;
    }

    .aboutus-page-wrapper .aspects h3 {
        font-size: 1.5rem;
        padding-top: 2rem;
    }

    .aboutus-page-wrapper .aspects p {
        font-family: Roboto;
        font-size: 14px;
    }

    h2.page-title {
        font-size: 46px;
    }

    section.top-black-section.two-columns .content-description {
        padding-top: 0;
    }

    .table-design table tr td:first-child {
        font-size: 24px;
    }

    .table-design table tr td:last-child {
        font-size: 24px;
        padding-left: 15px;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .border-md-left-none {
        border-left: none !important;
    }

    .border-md-right-none {
        border-right: none !important;
    }

    .border-md-top-none {
        border-top: none !important;
    }

    .border-md-bottom-none {
        border-bottom: none !important;
    }

    .whoweare-page-wrapper .modal-body .member-image {
        left: calc(0.49 * 50%);
        top: -7rem;
    }

    .whoweare-page-wrapper .cutout-body:before {
        top: -92px;
        left: 37%;
        padding: 145px;
    }

    .whoweare-page-wrapper .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        left: 3.6rem;
        top: 11rem;
        width: 75%;
    }

    .whoweare-page-wrapper .modal-body .name {
        font-size: 40px;
    }

    .whoweare-page-wrapper section.content-wrapper.second-section .modal-body .title {
        font-size: 20px;
    }

    .whoweare-page-wrapper .modal-content {
        margin-top: 130px;
    }

    .single-location-page .services .h2,
    .single-location-page .form-section .h2,
    .single-location-page section.first-section .h2 {
        font-size: 40px;
    }

    .after-header {
        opacity: 0;
    }

    .franchise-new-why-choose .left-sec,
    .franchise-new-business-fundamental .left-sec {
        padding-right: 15px;
    }

    .awards .banner-section .title {
        padding: 35px 85px;
    }

    .awards .banner-section .title h2 {
        font-size: 45px;
    }

    section.the-investment .conditions {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    h2.page-title {
        font-size: 40px;
    }

    .robot-font {
        text-align: center;
        padding: 0px 15px;
    }

    .schedule-btn {
        font-size: 20px;
        padding: 12px 20px 12px 20px;
    }

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

    .border-sm-left-none {
        border-left: none !important;
    }

    .border-sm-right-none {
        border-right: none !important;
    }

    .border-sm-top-none {
        border-top: none !important;
    }

    .border-sm-bottom-none {
        border-bottom: none !important;
    }

    #email-toggle,
    #phone-toggle {
        width: 80vw;
    }

    /*banner*/
    .slider-wrapper .slick-slide .slider-item,
    .banner-wrapper {
        height: 235px;
    }

    .home .red-section-resp {
        margin-top: 285px;
        top: -50px;
        position: relative;
    }

    .red-section-resp h1 {
        font-size: 40px;
        margin: 0 15px;
        text-transform: uppercase;
    }

    .red-section-resp .subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .red-section-resp .banner-button {
        background: #000;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        padding: 15px 50px;
        display: inline-block;
    }

    /* inner page */
    .banner-wrapper .banner-caption {
        padding: 50px 0px;
    }

    .banner-wrapper h1,
    .banner-wrapper h1 {
        font-size: 30px;
    }

    section.top-black-section {
        padding: 20px 0px;
    }

    .page-title-wrapper {
        margin: 20px 0px;
    }

    h2.page-title {
        text-align: center;
    }

    /* location page */
    .gmw-results-wrapper .single-post {
        width: 100%;
        padding: 20px 10px 20px 10px;
    }

    .gmw-no-results a {
        padding: 10px 25px;
    }

    .location-page .page-description .left-section {
        padding-right: 0px;
        padding-top: 0px;
    }




    /* blog page */
    .fluid-section section.top-black-section .left-section {
        padding: 20px 15px 20px 15px;
    }

    section.top-black-section .left-section .post-meta a {
        font-size: 20px;
    }

    section.top-black-section .left-section .post-meta {
        padding-bottom: 10px;
    }

    section.top-black-section .content p {
        margin-bottom: 10px;
    }

    section.top-black-section .right-section {
        padding-right: 0px;
        padding-bottom: 20px;
    }

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

    .filter-wrapper p {
        margin-bottom: 15px;
    }

    .blog-listing-item .post-title {
        min-height: 180px;
    }

    .blog-listing-item h2 {
        font-size: 30px;
        padding: 0px 10px;
    }

    /* franchise page */
    .shedule-intro-call .right-section {
        padding: 40px 10px 40px 10px;
    }

    .shedule-intro-call .right-section p {
        text-align: center;
    }

    .request-quote-form {
        padding: 30px 20px 30px 20px;
    }

    .request-quote-form .gform_body {
        width: 100%;
    }

    section.investment-section .container,
    .what-franchise-owner .container {
        padding: 0px;
        overflow: auto;
        text-align: center;
        padding-bottom: 20px;
    }

    section.table-design .container {
        padding: 10px 0px;
    }

    .video-youtube .play-buttons svg {
        width: 50%;
    }

    .video-youtube .video-section {
        margin-bottom: 10px;
    }

    .whoweare-page-wrapper .modal-body .member-image {
        position: fixed;
        top: 53%;
        left: 50%;
        transform: translate(-50%, -100%);
    }

    .whoweare-page-wrapper .cutout-body {
        padding: 120px 40px 40px;
    }

    .whoweare-page-wrapper .cutout-body:before {
        top: 38%;
        left: 50%;
        transform: translate(-25%, -100%);
    }

    .whoweare-page-wrapper .cutout-body div {
        margin-top: 95px;
    }

    .whoweare-page-wrapper .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        top: 9rem;
        text-align: center;
    }

    /* 404 page */
    .not-found-page h1 {
        padding: 0px;
    }

    .single-location-page section.section,
    section.section {
        padding: 40px 0;
    }
}

@media (max-width: 350px) {
    h2.page-title {
        font-size: 40px;
    }

    .schedule-btn {
        font-size: 18px;
        padding: 12px 10px 12px 10px;
    }
}

/* css for border */
@media only screen and (min-width: 1200px) and (max-width: 3000px) {
    .d-border-left {
        border-left: 1px solid #dee2e6;
    }

    .d-border-right {
        border-right: 1px solid #dee2e6;
    }

    .d-border-top {
        border-top: 1px solid #dee2e6;
    }

    .d-border-bottom {
        border-bottom: 1px solid #dee2e6;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .t-border-left {
        border-left: 1px solid #dee2e6;
    }

    .t-border-right {
        border-right: 1px solid #dee2e6;
    }

    .t-border-top {
        border-top: 1px solid #dee2e6;
    }

    .t-border-bottom {
        border-bottom: 1px solid #dee2e6;
    }
}

@media (max-width: 576px) {
    .header .container .row {
        max-width: 85%;
    }

    .single-location-page .header .location-header-name {
        font-size: 20px;
        padding: 10px 15px;
    }
}

.button_anchor {
    position: fixed;
    right: -70px;
    top: 64%;
    width: 200px;
    z-index: 9;
    transform: rotate(-90deg);
    padding: 12px 0;
}
@media (max-width: 1480px) {
    .button_anchor{
        top: 75%;
    }
}

@media (max-width: 1100px) and (min-width: 768px) {
    .button_anchor {
        top: 68%;
        padding: 11px 0;
    }
}

@media (max-width: 767px) and (min-width: 501px) {
    .button_anchor {
        right: 0;
        top: auto;
        z-index: 9;
        transform: rotate(0deg);
        bottom: 0;
    }
}

@media (max-width: 500px) {
    .button_anchor {
        top: 75%;
        right: -70px;
    }
}

.banner_landing_page {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 0, 0, 0.8);
    padding-left: 80px;
    padding-right: 100px;
    padding-top: 36px;
    left: 0;
    max-width: 980px;
}
.banner_landing_page_other {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 0, 0, 0.8);
    padding-left: 80px;
    padding-right: 100px;
    padding-top: 36px;
    left: 0;
}
@media (max-width: 1100px) {
    .banner_landing_page_other {
        display: none;
    }
}

@media (max-width: 1100px) {
    .banner_landing_page {
        top: auto;
        bottom: 146px;
        width: 100%;
        background: #9A031E;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) and (min-width: 501px) {
    .banner_landing_page {
        bottom: 97px;
    }
}

@media (max-width: 500px) {
    .banner_landing_page {
        bottom: -55px;
    }
}

.banner_landing_page_title {
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 95%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 22px;
    padding: 0 !important;
}

@media (max-width: 1100px) {
    .banner_landing_page_title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .banner_landing_page_title {
        font-size: 44px;
        line-height: 95%;
    }
}

.banner_landing_page_subtitle {
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 46px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

@media (max-width: 1100px) {
    .banner_landing_page_subtitle {
        text-align: center;
        padding-bottom: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
}



.form_position .gform_legacy_markup_wrapper div.validation_error {
    padding: 16px 12px;
    background: #ffffff;
}

.form_position {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center
}

@media (min-width: 992px) and (max-width: 1110px) {
    .form_position {
        position: absolute;
        bottom: -692px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .form_position {
        position: absolute;
        bottom: -692px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .form_position {
        bottom: -460px;

    }
}

@media (max-width: 767px) {
    .form_position .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 28px;
    }
}

.form_position .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #4F4F4F;
    padding: 10px 9px;
}

.form_position .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0 !important;
    width: 100%;
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #EA0029;
}

.form_position .gform_wrapper .gform_footer {
    display: flex;
    justify-content: center;
}

.form_position .gform_wrapper .gform_heading {
    display: none;
}

.form_position .gform_wrapper form {
    background: #FFFFFF;
    padding: 34px 22px;
    width: 340px;
}

@media (max-width: 1100px) {
    .form_position .gform_wrapper form {
        width: 427px;
        filter: drop-shadow(2px 4px 25px rgba(170, 170, 170, 0.33));
    }
}

@media (max-width: 767px) {
    .form_position .gform_wrapper form {
        width: 300px;
        filter: drop-shadow(2px 4px 25px rgba(170, 170, 170, 0.33));
    }
}

.form_position .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    display: none;
}

@media (max-width: 1100px) and (min-width: 768px) {
    .new_landing {
        margin-top: 624px;
    }
}

@media (max-width: 767px) {
    .new_landing {
        margin-top: 380px;
    }
}

.black_container_title {
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 95%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom:57px;
}

@media (max-width: 767px) {
    .black_container_title {
        text-align: center;
        font-size: 44px;
        line-height: 95%;
    }
}


.black_container_content p {
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: justify;
    width: 519px;
}
.black_container_content h1,
.black_container_content h2,
.black_container_content h3,
.black_container_content h4 {
    font-size: 2rem;
}

@media (max-width: 1100px) {
    .black_container_content p,
    .black_container_content h1,
    .black_container_content h2,
    .black_container_content h3,
    .black_container_content h4 {
        width: 100%;
    }
}

.black_container_bac {
    background: #000 url("../svg/black-section-background.svg") no-repeat right top;
    padding-top: 50px;
    padding-bottom: 40px;
    color: white;
}

@media (max-width: 1100px) and (min-width: 768px) {
    .black_container_bac {
        padding-top: 70px;
        padding-bottom: 59px;
    }
}

@media (max-width: 767px) {
    .black_container_bac {
        padding-top: 46px;
        padding-bottom: 42px;
    }
}

.black_container_box {
display: flex;
 justify-content: space-between;
}

@media (max-width: 1100px) {
    .black_container_box {
        display: grid;
        grid-template-columns: repeat(12, minmax(10px, 1fr));
    }
}

.black_container_box__left {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1100px)  and (min-width:768px){
    .black_container_box__left {
        grid-column: 1/5;
    }
}
@media (max-width: 767px) {
    .black_container_box__left {
        grid-column: 1/span 12;
        padding-bottom: 19px;
    }
}

.black_container_box__right {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1100px) and (min-width: 768px) {
    .black_container_box__right {
        grid-column: 6/span 12;
    }
}

@media (max-width: 767px) {
    .black_container_box__right {
        grid-column: 1/span 12;
    }
}

.black_container_box__right_mob {
    display: none;
}

@media (max-width: 767px) {
    .black_container_box__right_mob {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .black_container_box__right_mob p,
    .black_container_box__right_mob h1,
    .black_container_box__right_mob h2,
    .black_container_box__right_mob h3, .black_container_box__left_position strong,
    .blackbox_hero_image_container strong {
        font-family: "Roboto", "Open Sans", Arial, sans-serif;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        color: #FFFFFF;
        width: 215px;
        margin-bottom: 0;
    }

    .black_container_box__right_mob strong {
        font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -0.03em;
        color: #ffffff;
    }

}


.black_container_box__left p,
.black_container_box__left h1,
.black_container_box__left h2,
.black_container_box__left h3, .black_container_box__left_position strong,
.blackbox_hero_image_container strong {
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    width: 215px;
    margin-bottom: 0;
}

.black_container_box__left strong {
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.services_landing {
    display: flex;
}

.services_landing_section {
    display: flex;
    flex-direction: column;
}

.services_landing_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.services_landing_box_section {
    display: flex;
    flex-direction: column;
    flex: 0 0 31%;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
}

@media (max-width: 1100px) and (min-width: 768px) {
    .services_landing_box_section {
        flex: 0 0 47%;
        padding-bottom: 30px;
    }
    .services_landing_box_section:last-child {
        padding-bottom: 0;
    }
    .services_landing_box_section:last-child {
        display: none;
    }
}

@media (max-width: 767px) {
    .services_landing_box_section {
        flex: 0 0 100%;
        padding-bottom: 30px;
    }
    .services_landing_box_section:last-child {
        padding-bottom: 0;
    }
    .services_landing_box_section:nth-child(1) {
        display: flex;
        margin: 0;
    }
}

.title_services_landing > * {
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 92%;
    text-align: center;
    color: #EA0029;
    padding-top: 63px;
    padding-bottom: 77px;
    margin: 0;
}

@media (max-width: 767px) {
    .title_services_landing > * {
        font-size: 44px;
        line-height: 95%;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

.services_landing_box_section_img {
    height: 150px;
    margin-bottom: 23px;
}

@media (max-width: 767px) {
    .services_landing_box_section_img {
        height: auto;
    }
}

.services_landing_box_section img {
    max-width: 194px;
    max-height: 140px;
}

@media (max-width: 767px) {
    .services_landing_box_section img {
        display: flex;
        max-height: 100%;
        max-width: 100%;
    }
}

.services_landing_box_section_title {
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    width: 230px;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
    margin: 0;
    padding-bottom: 30px;
}

.services_landing_box_section_content {
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    width: 255px;
    margin-bottom: 20px;
    height: 110px;
    overflow: hidden;
}

.services_landing_link_box {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 71px;
}

.services_landing_link_box .services_landing_link {
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    background: #EA0029;
    width: 285px;
    padding-top: 14px;
    padding-bottom: 15px;
}

.red_section {
    background: #EA0029;
}

.red_section_box {
    display: flex;
    justify-content: space-between;
    padding-top: 91px;
    padding-bottom: 91px;
    align-items: center;
}

@media (max-width: 1100px) {
    .red_section_box {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .red_section_box {
        flex-direction: column;
        padding-top: 76px;
        padding-bottom: 48px;
    }
}

.red_section_box_title p,
.red_section_box_title h1,
.red_section_box_title h2,
.red_section_box_title h3,
.red_section_box_title h4 {
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 95%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0;
}

@media (max-width: 1100px) {
    .red_section_box_title p,
    .red_section_box_title h1,
    .red_section_box_title h2,
    .red_section_box_title h3,
    .red_section_box_title h4 {
        padding-bottom: 33px;
    }
}

@media (max-width: 767px) {
    .red_section_box_title p,
    .red_section_box_title h1,
    .red_section_box_title h2,
    .red_section_box_title h3,
    .red_section_box_title h4 {
        font-size: 44px;
        line-height: 95%;
        text-align: center;
    }
}

.red_section_box_link {
    cursor: pointer;
    background: #FFFFFF;
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    display: flex;
    justify-content: center;
    width: 356px;
    padding: 15px 0;
}

@media (max-width: 767px) {
    .red_section_box_link {
        width: 300px;
    }
}

.grey_section {
    background: #EBEBEB url("../svg/grey_line.svg") no-repeat right top;
    padding-bottom: 100px;
}

.grey_section_title {
    padding-top: 63px;
    padding-bottom: 29px;
}


.grey_section_title p,
.grey_section_title h1,
.grey_section_title h2,
.grey_section_title h3,
.grey_section_title h4 {
    font-family: "Open Sans Condensed","Open Sans",Arial,sans-serif;
    color: #000;
    font-weight: 700;
}
.grey_section_content h2{
    font-family: "Open Sans Condensed", "Open Sans", Arial, sans-serif;
    color: #000000;
    font-weight: 700;
}
.grey_section_content p, .grey_section_content ol, .grey_section_content ul {
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.slider_block_title{
    display: flex;
    justify-content: center;
}
.slider_block_title p,
.slider_block_title h1,
.slider_block_title h2,
.slider_block_title h3,
.slider_block_title h4 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 95%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0;
    padding-bottom: 80px;
    padding-top: 64px;
}

@media (max-width: 767px) {
    .slider_block_title p,
    .slider_block_title h1,
    .slider_block_title h2,
    .slider_block_title h3,
    .slider_block_title h4 {
        font-size: 44px;
        line-height: 95%;
        padding-bottom: 40px;
        padding-top: 60px;
        width: 300px;
    }
}

.slider_block {
    overflow: hidden;
    background: #414040 url("../svg/right_line_slick.svg") no-repeat left top;
}

.mydots {
    position: absolute;
    bottom: 0px;
    right: 0;
    transform: translateX(-50%);
    list-style: none;
    margin: 0;
    padding-bottom: 35px;
}

@media (max-width: 1100px) {
    .mydots {
        right: auto;
        left: 60%;
        bottom: 20px;
        width: 100%;
    }
}


.mydots li {
    display: inline-block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    border-radius: 14px;
    border: 1px solid #FFFFFF;
    background: #989A9D;
    margin-right: 16px;
}

.mydots li.slick-active {
    background: #EA0029;

}

.slider_box {
    color: white;
    display: flex !important;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .slider_box {
        padding-right: 0;
    }

}

.slider_box_logo_img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
}

.slider_box_logo {
    display: flex;
    flex: 0 0 15%;
}

@media (max-width: 767px) {
    .slider_box_logo {
        flex: 0 0 25%;
    }

}

.slider_content_star {
    display: flex;
    margin-bottom: 10px;
}

.slider_box_name_company p,
.slider_box_name_company h1,
.slider_box_name_company h2,
.slider_box_name_company h3,
.slider_box_name_company h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    padding-bottom: 10px;
    margin: 0;
}

.slider_content__text {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 45px;
}

@media (max-width: 1100px) {
    .single-location-page .city_landing {
        overflow: unset;
    }
}

@media (max-width: 767px) {
    .single-location-page .city_landing .banner-img {
        height: 223px;
    }
}

.slider_content_star .fa-star {
    margin-right: 26px;
    color: #C4C4C4;
}

.other_landing_page {
    top: 300px;
    width: 100%;
    max-width: 50%;
}
@media (max-width: 1100px) and (min-width: 991px){

    .other_landing_page {
        top: auto;
        bottom: -340px;
    }
}

.other_landing_page_mob {
    display: none;
}
.form_position_desc{
    display: flex;
    height: 100%;
}
.form_position_other{
    display: none;
}
@media (max-width: 991px) {
    .other_landing_page_mob {
        display: block;
        top: auto;
        bottom: 140px;
    }
}
@media (max-width: 500px) {
    .other_landing_page_mob {
       bottom: -30px;
    }
}
@media (min-width: 501px) and (max-width: 767px){
    .other_landing_page_mob {
       bottom: -490px;
    }
}
@media (max-width: 1100px) {
    .form_position_other{
        display: block;

    }
}
.form_position_other_mob{
    display: none;
}
@media (max-width: 1110px) {
 .form_position_desc  .form_position {
      display: none;
    }
    .form_position_other_mob {
        padding-top: 36px;
        position: absolute;
        width: 100%;
        background: #9A031E;
        top: 400px;
        display: block;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .form_position_other_mob {
        padding-top: 36px;
        position: absolute;
        width: 100%;
        background: #9A031E;
        top: 400px;
        display: block;
    }
}
@media (max-width: 767px) and (min-width: 502px){
    .form_position_other_mob {
        padding-top: 36px;
        position: absolute;
        width: 100%;
        background: #9A031E;
        top: 534px;
        display: block;
    }
}
@media (max-width: 501px){
    .form_position_other_mob {
        padding-top: 36px;
        position: absolute;
        width: 100%;
        background: #9A031E;
        top: 334px;
        display: block;
    }
}
@media (max-width: 1100px) and (min-width: 992px){
    .form_position_other_mob {
        padding-top: 36px;
        position: absolute;
        width: 100%;
        background: #9A031E;
        top: auto;
        display: block;
        bottom: -166px;
    }
}

@media (max-width: 991px) {
    .form_position_other .form_position {
        position: relative;
        display: flex;
        bottom: -145px;
    }
}

@media (max-width: 767px) and (min-width: 502px){
    .form_position_other .form_position {
        position: relative;
        display: flex;
        bottom: -205px;
    }
}
@media (max-width: 501px) {
    .form_position_other .form_position {
        position: relative;
        display: flex;
        bottom: -270px;
    }
}
@media (max-width: 767px) {
    .other_landing_page_subtitle p,
    .other_landing_page_subtitle h1,
    .other_landing_page_subtitle h2,
    .other_landing_page_subtitle h3,
    .other_landing_page_subtitle h4{
        margin: 0;
    }
    .other_landing_page_subtitle{
        margin: 0;
    }
}

.slider_block_section_stars {
    width: 33px;
    height: 30px;
    background-size: contain;
    background-image: url("../png/star_checked.png"); /* For remove lazyload for stars */
    margin-left: 10px;
    margin-right: 10px;
}
.slider_block_section_stars.unchecked {
    background-image: url("../png/star_grey.png"); /* For remove lazyload for stars */
}
.slider_block_section_stars:first-child {
    margin-left: 0;
}
.slider_block_section_stars:last-child {
    margin-right: 0;
}
#slider .slick-list {
    padding-bottom: 78px;
}

.slider_box_logo {
    margin-right: 25px;
}

@media (min-width: 1100px) {
    .new_landing {
        margin-top: -1px;
    }
}


@media (max-width: 1100px) {
    .single-location-page .city_landing .banner-img {
        height: 322px;
    }
    .form_position {
        bottom: -130px;
        position: relative;
    }
    .new_landing {
        margin-top: 200px;
    }
}
@media (max-width: 1100px) {
    .form_position_location{
        bottom: -280px;
    }
}

@media (max-width: 767px) {
    .blackbox_hero_image_container {
        margin-top: 0;
    }
    .city_landing .form_position .gform_wrapper form {
        width: 389px;
    }
}
@media (max-width: 768px) {
    .slick-slider {
        margin-left: 75px;
        margin-right: 60px;
    }
    .slick-slider {
        margin-left: 16px;
        margin-right: 16px;
    }
    .slider_box_logo {
        flex: 0 0 18%;
    }
    .slider_box_logo {
        margin-right: 0;
    }
    .slider_content__text {
        padding-bottom: 40px;
        width: 95%;
    }
    .slider_box_logo_img {
        width: 50px;
        height: 50px;
    }
    .services_landing_box_section_link {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .banner_landing_page {
        bottom: 83px;
    }
    .form_position {
        bottom: -395px;
    }
    .new_landing {
        margin-top: 266px;
    }
    .single-location-page .city_landing.top-banner {
        height: 735px;
    }
    .black_container_title {
        text-align: center;
        margin-bottom: 57px;
    }
    .blackbox_hero_image_container img,
    .blackbox_hero_image_container p {
        margin-left: auto;
        margin-right: auto;
    }
    .black_container_content {
        margin-left: 16px;
        margin-right: 16px;
    }
}
a.red_section_box_link:visited {
    color: black !important;
}

@media (max-width: 424px) {
    .banner_landing_page {
        bottom: 22px;
    }
    .form_position {
        bottom: -436px;
    }
    .new_landing {
        margin-top: 306px;
    }
}
@media (max-width: 320px) {
    .banner_landing_page {
        bottom: -47px;
    }
    .form_position {
        bottom: -482px;
    }
    .new_landing {
        margin-top: 359px;
    }
    .slick-slider {
        margin: 0;
    }
    .slider_box_logo {
        flex: 0 0 20%;
    }
    .slider_block_section_stars {
        width: 20px;
        height: 18px;
    }
    .slider_content__text {
        width: 87%;
    }
    .slider_box_name_company {
        width: 87%;
    }
    .mydots {
        padding-left: 0;
    }
}

.sub-locations-container .description {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    line-height: 1.75;
}

.gform_fields select {
    color: #666;
}
.gform_field select:focus {
    color: #111;
}

.ppe_page{
    margin-top: 80px;
}
.ppe_video{
    margin-bottom: 50px;
}


.ppe_pdf_box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: space-between;
}
.ppe_pdf_box a{
    flex: 0 0 25.3333%;
}
.ppe_pdf_box img{
    flex: 0 0 25.3333%;
}

@media (max-width: 1100px) and (min-width: 768px){
    .ppe_pdf_box a{
        flex: 0 0 40.3333%;
        margin-bottom: 20px;

    }
    .ppe_pdf_box img{
        flex: 0 0 40.3333%;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .ppe_page .rll-youtube-player{
        width: 100%;
        margin: auto;
    }
    .ppe_pdf_box a{
        flex: 0 0 100%;
        margin-bottom: 20px;
        text-align: center;
        padding-bottom: 0px;
    }
    .ppe_pdf_box img{
        flex: 0 0 100%;
        padding-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: auto;
    }

    .ppe_pdf_box{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
}

.youtube {
    background-color: url('../jpg/image-2021-01-12-23-07-55-679-300x167.jpg') no-repeat center;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube img {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.youtube:hover .play-button{
    background-color: red;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}


.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/*--------------------- custom css by bobsua ---------------------*/
#unlock-btn-wrapper .container .content {
    display: flex;
    justify-content: center;
    align-items: center;
}
#unlock-btn-wrapper {
    padding-bottom: 100px;
}
.unlock-btn {
    font-size: 21px;
    line-height: 68px;
    width: 100%;
    max-width: 415px;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: #ea0029;
    color: #fff !important;
}
.unlock-btn:hover {
    color: #fff;
}
.unlock-btn::before {
    left: 0;
    border-width: 5px 11px 0 0;
    border-color: transparent #ea0029 transparent transparent;
    content: "";
    position: absolute;
    border-style: solid;
    bottom: 100%;
}
.unlock-btn::after {
    right: 0;
    border-width: 5px 0 0 11px;
    border-color: transparent transparent transparent #ea0029;
    content: "";
    position: absolute;
    border-style: solid;
    bottom: 100%;
}

@media (min-width: 768px) {
    #popmake-4131.pum-container {
        background: url('../jpg/popup-bg.jpg') center left no-repeat !important;
        background-size: cover !important;
        background-color: transparent !important;
        padding-left: 30% !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-right: 0 !important;
    }
}
#popmake-4131.pum-container input {
    width: 100% !important;
}
.pum-container > .pum-content {
    background: #fff;
    padding: 0;
}
#popmake-4131.pum-container > .pum-content {
    padding: 18px;
}
.pum-theme-4094 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 0 !important ;
}





.top-black-section_title p,
.top-black-section_title h1,
.top-black-section_title h2,
.top-black-section_title h3,
.top-black-section_title h4,
.top-black-section_title h5{
    font-weight: bold;
    font-size: 60px;
    line-height: 82px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    color: #FFFFFF;
    width: 686px;
    padding-bottom: 30px;
    margin: 0;
}
@media (max-width: 1100px) and (min-width: 767px){
    .top-black-section_title p,
    .top-black-section_title h1,
    .top-black-section_title h2,
    .top-black-section_title h3,
    .top-black-section_title h4,
    .top-black-section_title h5{
        padding-top: 20px;
        font-size: 52px;
        line-height: 71px;
        width: 90%;
    }
}
@media (max-width: 767px) {
        .top-black-section_title p,
        .top-black-section_title h1,
        .top-black-section_title h2,
        .top-black-section_title h3,
        .top-black-section_title h4,
        .top-black-section_title h5{
            padding-top: 20px;
            font-size: 36px;
            line-height: 49px;
            width: 100%;
            padding-bottom: 15px;
    }
}
.top-black-section_content{
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    width: 973px;
}
@media (max-width: 1100px) {
    .top-black-section_content{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .top-black-section_content{
        font-size: 16px;
        line-height: 19px;
    }
}
.info_industry{
    background: #ffffff;
    padding: 60px 0;
}
@media (max-width: 767px) {
    .info_industry{
        padding: 30px 0;
    }
}
.info_industry_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info_industry_box{
    flex: 0 0 23.3333%;
    background: #F4F4F4;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px 15px 20px 15px;
    min-height: 572px;
}
@media (max-width: 1100px) and (min-width: 768px){
    .info_industry_box{
        flex: 0 0 48.3333%;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .info_industry_box{
        flex: 0 0 100%;
        margin-bottom: 15px;
        min-height: auto;
    }
}
.info_industry_box_title{
    justify-content: center;
    display: flex;
}

.info_industry_box_title p,
.info_industry_box_title h1,
.info_industry_box_title h2,
.info_industry_box_title h3,
.info_industry_box_title h4{
    width: 182px;
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 15px;
    height: 81px;
    overflow: hidden;
}
@media (max-width: 1100px) and (min-width: 768px){
    .info_industry_box_title p,
    .info_industry_box_title h1,
    .info_industry_box_title h2,
    .info_industry_box_title h3,
    .info_industry_box_title h4{
        width: 190px;
    }
}
@media (max-width: 767px){
    .info_industry_box_title p,
    .info_industry_box_title h1,
    .info_industry_box_title h2,
    .info_industry_box_title h3,
    .info_industry_box_title h4{
        width: 100%;
        font-size: 20px;
        line-height: 27px;
        height: auto;
    }
}
.info_industry_box_img{
    margin-bottom: 15px;
    text-align: center;
    height: 115px;
}
@media (max-width: 767px) {
    .info_industry_box_img{
        height: auto;
    }
}
.info_industry_box_img img{
    max-height: 114px;
    max-width: 104px;
}
.info_industry_box_content p,
.info_industry_box_content h1,
.info_industry_box_content h2,
.info_industry_box_content h3,
.info_industry_box_content h4,
.info_industry_box_content h5{
    font-family: "Roboto",sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.car_services{
    padding-bottom: 60px;
    background: #ffffff;
}
@media (max-width: 767px) {
    .car_services{
        padding-bottom: 30px;
    }
}
.car_services_title p,
.car_services_title h1,
.car_services_title h2,
.car_services_title h3,
.car_services_title h4,
.car_services_title h5 {
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 82px;
    text-transform: uppercase;
     color: #EA0029;
    padding-bottom: 30px;
    margin: 0;
}
@media (max-width: 1100px) and (min-width: 768px){
    .car_services_title p,
    .car_services_title h1,
    .car_services_title h2,
    .car_services_title h3,
    .car_services_title h4,
    .car_services_title h5 {
        font-size: 48px;
        line-height: 67px;
    }
}
@media (max-width: 767px){
    .car_services_title p,
    .car_services_title h1,
    .car_services_title h2,
    .car_services_title h3,
    .car_services_title h4,
    .car_services_title h5 {
        font-size: 36px;
        line-height: 49px;
        letter-spacing: -0.02em;
        padding-bottom: 15px;
    }
}
.car_services_content{
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .car_services_content{
        padding-bottom: 15px;
    }
}
.car_services_content p,
.car_services_content h1,
.car_services_content h2,
.car_services_content h3,
.car_services_content h4,
.car_services_content h5{
    font-family: "Roboto",sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin:0;
    width: 1027px;
}
@media (max-width: 1100px) {
    .car_services_content p,
    .car_services_content h1,
    .car_services_content h2,
    .car_services_content h3,
    .car_services_content h4,
    .car_services_content h5{
        width:100%;
    }
}
@media (max-width: 767px) {
    .car_services_content p,
    .car_services_content h1,
    .car_services_content h2,
    .car_services_content h3,
    .car_services_content h4,
    .car_services_content h5{
        font-size: 14px;
        line-height: 16px;
    }
}
.car_services_list{
    display: flex;
    flex-wrap: wrap;
}
.car_services_box{
    flex:  0 0 47.22222%;
    border-bottom: 1px solid #E2E2E2;
    min-height: 242px;
    margin-bottom: 15px;
    border-radius: 0;
    padding-bottom: 15px;
}

.car_services_box:nth-child(odd){
    margin-right: 30px;
}
.car_services_box:nth-child(even){
    margin-left: 30px;
}
@media (max-width: 1100px){
    .car_services_box{
        flex:  0 0 100%;
    }
    .car_services_box:nth-child(odd){
        margin-right: 0px;
    }
    .car_services_box:nth-child(even){
        margin-left: 0px;
    }
}
@media (max-width: 767px) {
    .car_services_box{
     height: auto;
    }
    .car_services_box p{
        margin: 0;
    }
}
.car_services_box_title {
    position: relative;
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding-bottom: 15px;
    color: #000000;
    padding-left: 34px;
}
@media (max-width: 767px) {
    .car_services_box_title{
        padding-left: 25px;
        padding-bottom: 4px;
    }
}
.car_services_box_title p,
.car_services_box_title h1,
.car_services_box_title h2,
.car_services_box_title h3,
.car_services_box_title h4,
.car_services_box_title h5{
    margin: 0;
}
.car_services_box_title:after{
    content: '';
    position: absolute;
    left: 0;
    top:8px;
    background: #EA0029;
    background-blend-mode: multiply;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .car_services_box_title:after{
        width: 15px;
        height: 15px;
    }
}
.car_services_box_content{
    font-family: "Roboto",sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.industry_title p,
.industry_title h1,
.industry_title h2,
.industry_title h3,
.industry_title h4{
    font-family: "Open Sans Condensed",sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 82px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
@media(max-width: 1100px) and (min-width: 768px){
    .industry_title p,
    .industry_title h1,
    .industry_title h2,
    .industry_title h3,
    .industry_title h4{
        font-size: 44px;
        line-height: 60px;
    }
}
@media (max-width: 767px) {
    .industry_title p,
    .industry_title h1,
    .industry_title h2,
    .industry_title h3,
    .industry_title h4{
        font-size: 36px;
        line-height: 39px;
        padding-bottom: 10px;
    }
}
.industry_box{
    display: flex;
    justify-content: space-between;
    padding: 36px 0;
}
@media (max-width: 767px) {
    .industry_box{
        flex-direction: column;
        height: 475px;
        overflow: hidden;
        justify-content:center;
    }
}

.red-line-industry{
    background: #ea0029;
    height: 33px;
    width: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    bottom: -18px;
}

@media (max-width: 1100px) and (min-width: 768px){
    .form_position.form_position_industry .gform_wrapper form{
        width: 260px;
    }
    .form_position.form_position_industry{
        position: static;
    }
    .industry_box_left{
     margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .industry_box_left{
        display: flex;
        flex-direction: column-reverse;
    }
    .form_position_industry{
      position: absolute;
        width: 100%;
        left: 0;
        background: #F4F4F4;
    }
.red-line-industry{
    display: none;
}
.top-black-section.car_black_section{
    padding-top: 470px;
}
}
@media (max-width: 767px) {
    .industry_title p{
        margin-bottom: 10px;
    }
}

.industries-page_header_get_a_free_quote_button {
    background: #fff;
    width: 340px;
    padding: 34px 22px;
    margin-bottom:  330px;
}
.industries-page_header_get_a_free_quote_button .get_a_free_quote_button_shortcode {
    text-decoration: none;
    display: inline-block;
    margin: 0 !important;
    width: 100%;
    font-family: "Open Sans Condensed","Roboto","Open Sans",Arial,sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #ea0029;
    border-color: #aaa #bbb #bbb;
    padding: .6em 1em .4em;
    box-sizing: border-box!important;
    -webkit-appearance: button;
}
@media (max-width: 767px) {
    .form_position_industry {
        background: #fff;
        bottom: -120px;
        height: auto;
    }
    .industries-page_header_get_a_free_quote_button {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .single-location-page #header .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) and (max-width: 1360px) {
    .single-location-page #header .container {
        max-width: 1250px;
    }
}
@media (min-width: 1361px) {
    .single-location-page #header .container {
        max-width: 1500px;
    }
}
.inner-banner .banner-caption {
    text-align: center;
}
.inner-banner h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.inner-banner a,
.red-section-resp a {
    color: #fff;
    font-size: 23px;
    font-family: "Open Sans Condensed", "Roboto", "Open Sans", Arial, sans-serif;
    letter-spacing: -0.03em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 20px;
    text-align: center;
    cursor: pointer;
    background: #000!important;
    transition: 0.5s all;
    display: inline-flex;
    justify-content: center;
}
.inner-banner a:visited,
.red-section-resp a:visited {
    color: #fff;
}
.inner-banner a:hover,
.red-section-resp a:hover {
    color: #ea0029;
}
.apply_btn{
    display: flex;
    justify-content: center;
    width: 100%;
}
.apply_btn a{
    background: #000;
    display: inline-block;
    padding: 9px 40px 10px 40px;
    color: #ffffff!important;
    cursor: pointer;
}
.link_hover:hover{
    color:#ea0029!important;
}