html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    text-transform: uppercase;
}


.open-sans{
    font-family: 'Open Sans';
}

.text-blue {
    color: #00a0af;
}

.text-blue-btn {
    color: #00a0af;
}

.text-blue-btn:hover {
    color: white;
}

.font-12{
    font-size: 12px !important;
}



.text-white {
    color: #fff;
}

.text-btn-white {
    color: #fff;
}

.text-btn-white:hover {
    color: #474646;
}

.text-shadow {
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4)
}

.skip-link {
    background: #000000;
    color: #fff;
    font-weight: 700;
    left: 50%;
    padding: 4px;
    position: absolute;
    transition: transform 0.3s;
    transform: translateY(-130%);
}

.skip-link:focus {
    transform: translateY(0%);
}


.navbar-toggle {
    margin-right: 20px;
}

#navbar {
    margin-top: 20px;
}

.navbar {
    box-shadow: 0 0px 0px #666;
    border-bottom: 0px solid #000;
}

#logo,
#logo2 {
    width: 30%;
    float: left;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#logo>div,
#logo2>div {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    position: relative;
}

#logo>div a,
#logo2>div a {
    width: 100%;
    height: 100%;
    margin: 0 0 0 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    top: 0;
    left: 0;
}


#logo a span,
#logo2 a span {
    display: none;
}

#logo.smaller,
#logo2.smaller {
    width: 20%;
    margin-top: 20px;
    min-width: 120px;
}

.telephone {
    font-size: 38px;
    font-weight: 900;
    color: #00a0af;
    /* color: #474646; */
    font-family: 'Fjalla One';
}

.telephone.two {
    font-size: 29px;
    font-family: 'Fjalla One';
}

.padded {
    padding: 20px;
}

.phoner * {
    line-height: 1.35em;
    margin: 0;
}

#phone {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#phone.smaller {
    -ms-transform: scale(0.75, 0.75);
    /* IE 9 */
    -webkit-transform: scale(0.75, 0.75);
    /* Safari */
    transform: scale(0.75, 0.75);
}


.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #00a0af;
}

.navbar-nav a {
    text-transform: lowercase;
    color: #474646 !important;
    /* color: black !important; */
    font-weight: 600;
}

nav li a {
    font-size: 12px;
}

ul.nav-tabs li,
ul.nav-pills li {
    font-size: 10px;
}

ul.nav-pills li a {
    border: 1px solid #fff;
}

.nav li.active {
    background-color: transparent !important;
    border-bottom: #00a0af solid 3px;
}

li.active a {
    background: white !important;
    padding-left: 30px;
}

.service-outer-wrap {
    padding: 0 15px;
    width: 28em;
}

.service-wrap {
    width: 180px;
    float: left;
    padding-left: 10px;
}

.service-wrap:first-of-type {
    padding-left: 0;
}

.service-wrap li {
    list-style-type: none;
    width: 100%;
    box-sizing: border-box;
}

.service-wrap>ul {
    padding-left: 0;
}

.service-wrap>li>a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>.service-wrap>li>a:focus,
.dropdown-menu>.service-wrap>li>a:hover,
.service-wrap>ul>li>a:focus,
.service-wrap>ul>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #00a0af !important;
}

.dropdown-menu ul li:first-of-type a,
.dropdown-menu li:first-of-type a {
    font-weight: bold;
}


.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.service-wrap>ul>li>a:focus,
.service-wrap>ul>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #00a0af !important;
}

.dropdown-menu ul li:first-of-type a,
.dropdown-menu li:first-of-type a {
    font-weight: bold;
}



.nav li.active {
    border-bottom: none !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 1px;
    margin: 7px 0;
}


.navbar-right a {
    font-weight: 400;
}

.navbar-right {
    padding-left: 16px;
}

.navbar-nav>li>a {
    padding: 5px 5px 5px 10px;
}

#locationFranchisee {
    display: none !important;
}


#us_link {
    margin-top: 4px;
    margin-bottom: 8px;
}

.banner-back {
    height: 400px;
    width: 100%;
    background-color: #00a0af;
}

.banner-slogan {
    color: #00a0af;
    position: absolute;
    top: 50px;
    left: 100px;
    font-size: 40px;
}

#banner-call {
    color: #000000;
    background-color: #00a0af;
    position: absolute;
    top: 300px;
    left: 150px;
    font-size: 22px;
    padding: 15px 90px;
    border: none;
    box-shadow: 6px 6px 4px #373737;
}

#banner-call a {
    color: #000000;
    font-family: 'Fjalla One', sans-serif;
    text-decoration: none;
}


#banner-call:hover {
    background-color: white;
    border: #00a0af solid 1px;
    transform: scale(1.05);
    transition: all 0.2s ease;
}

.banner-menu {
    position: absolute;
    left: 10px;
    right: -10px;
    bottom: -70px;
}

.banner-menu a {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 30%;
    margin-right: 2%;
    font-size: 12px;
    background-color: #00a0af;
    border: #00a0af solid 1px;
    color: black;
    font-family: 'Fjalla One', sans-serif;
    text-decoration: none;
    box-shadow: 6px 6px 8px #373737;
}

.banner-menu a:hover {
    background-color: white;
    border: #00a0af solid 1px;
    transform: scale(0.95);
    transition: all 0.2s ease;
}

.top-pad {
    margin-top: 230px;
}



.inner-image {
    background-image: url("/images/sm-clean/corporate/english/home/header/opening-office-door.jpg");
    background-position: center top;
    background-color: white;

    /* background: linear-gradient(to left, #333, #333 50%, #eee 75%, #333 75%); */


    background-image: linear-gradient(to right, rgba(255, 255, 255, 100%), rgba(0, 0, 0, 0.1)), url(/images/sm-clean/corporate/english/home/header/opening-office-door.jpg);
    background-size: cover;
    min-height: 280px;


    /* background-image:linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1)), url(/images/sm-clean/corporate/english/home/header/opening-office-door.jpg); background-size:cover; min-height: 280px; */
}

.inner-image h3 {
    color: #00a0af;
    text-align: center;
}

.black-triangle {
    z-index: -1;
}

.bottom-down {
    background-color: black;
    border-radius: 8px;
    padding: 15px 40px 15px 40px;
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 1.75rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bottom a,
.bottom-down a {
    color: #FAD93C;
    font-family: Fjalla One;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.bottom a {
    color: #333;
}

.image-banner {
    height: 100%;
}

.bottom:hover,
.bottom-down:hover {
    -ms-transform: scale(1.25);
    /* IE 9 */
    -webkit-transform: scale(1.25);
    /* Safari */
    transform: scale(1.25);
    /* Standard syntax */
}

.bottom:hover a,
.bottom-down:hover a {
    text-decoration: none;
}

.midpage-strip {
    background-color: #00a0af;
    /* padding-top: 0; */
    /* margin-top: 40px; */
}

.midpage-strip .container {
    /* width: 100%; */
}

.midpage-menu {
    padding: 0;
}

.midpage-menu li a {
    text-align: center;
    border: #00a0af 4px solid;
    width: 100%;
    padding: 10px 0px;
    color: black !important;
    font-weight: 500;
    margin-top: -15px;
    background: white;
    box-shadow: 5px 6px 10px #373737ba;
    margin-left: auto;
    margin-right: auto;
    /*   font-size: 14px; */
}

.franchisee .midpage-menu li a {
    text-align: center;
    border: #000000 4px solid;
    width: 100%;
    padding: 10px 0px;
    color: #00a0af !important;
    font-weight: 500;
    margin-top: -15px;
    background: black;
    /*   box-shadow: 5px 6px 10px #373737ba; */
    margin-left: auto;
    margin-right: auto;
    /*   font-size: 14px; */
}

.midpage-menu li a:hover {
    text-decoration: none;
    -ms-transform: scale(0.98);
    /* IE 9 */
    -webkit-transform: scale(0.98);
    /* Safari */
    transform: scale(0.98);
    /* Standard syntax */
    background-color: #00a0af;
    border-color: black;
}

.franchisee .midpage-menu li a:hover {
    text-decoration: none;
    -ms-transform: scale(0.98);
    /* IE 9 */
    -webkit-transform: scale(0.98);
    /* Safari */
    transform: scale(0.98);
    /* Standard syntax */
    background-color: #ffffff;
    border-color: black;
    color: black !important;
}

.topper {
    position: relative;
    margin-bottom: 50px;
    padding-left: 10px;
}


.home-video {
    width: 100%;
    position: relative;
    margin: auto auto;
    /* margin: 100px auto; */
}


.video-line.horizontal {
    position: absolute;
    height: 12px;
    width: 210%;
    background-color: #00a0af;
    right: 0;
    top: -36px;
}

.video-line.vertical {
    position: absolute;
    width: 12px;
    background-color: #00a0af;
    right: 0;
    top: -36px;
    bottom: -65px;
}

.video-line.buttonlink {
    position: absolute;
    height: 12px;
    background-color: #00a0af;
    right: 0;
    width: 70px;
    bottom: -65px;
    z-index: 0;
}

.video-line.buttonlink:before {
    content: '';
    display: block;
    width: 80%;
    height: 6px;
    transform: translate(-30px, -5px) skew(-55deg);
    right: -10px;
    position: absolute;
    top: 5px;
    background-color: #00a0af;
}

.video-line.buttonlink:after {
    content: '';
    display: block;
    width: 80%;
    height: 6px;
    transform: translate(-30px, 1px) skew(55deg);
    right: -10px;
    position: absolute;
    top: 5px;
    background-color: #00a0af;
}



.home-video iframe {
    width: 100% !important;
    height: 260px !important;
    margin-top: 10px;
}


.buttontainer {
    /* position: absolute; */
    /* bottom: -70px; */
    /* right: 100px; */
    /* float: right; */
}

.home-video .video-more {
    text-align: center;

    /* border: #474646 1px solid; */
    border: #babcbe 1px solid;
    padding: 10px 0px;
    color: black;
    font-weight: 500;
    background: #00a0af;
    box-shadow: 5px 6px 10px #373737ba;
    padding: 15px 53px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.2s ease;
}

.home-video .video-more:hover {
    text-decoration: none;
    background-color: white;
    transform: scale(1.2);
    font-size: 20px;
    cursor: pointer;
}

.blackback {
    background: black;
}

.blackstripe.divisions {
    /* margin-bottom: 100px; */
}

.blackstripe.divisions:before,
.blackstripe.card-content:before,
.blackstripe.divisions {
    display: block;
    content: "\00a0";
    height: 300px;
    width: 100%;
    margin-top: 40px;
    /* margin-top: 80px; */
    margin-bottom: -260px;
    background-color: black;
}

div.blackstripe+section div.card {
    min-height: 300px;
}

.bluestripe.divisions {
    /* margin-bottom: 100px; */
}

.bluestripe.divisions:before,
.bluestripe.card-content:before,
.bluestripe.divisions {
    display: block;
    content: "\00a0";
    height: 350px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: -350px;
    background-color: #00a0af;
}

div.bluestripe+section div.card {
    min-height: 300px;
}


.mini_bluestripe {
    min-height: 16px;
    max-height: 16px;
    /* display: block; */
    /* content: "\00a0"; */
    height: 16px;
    width: 100%;
    /* margin-top: 25px; */
    /* margin-top: 80px; */
    /* margin-bottom: 30px; */
    background-color: #00a0af;
    top: 25px;
    position: relative;
}

.whitecard.divisions,
.whitecard.card-content {
    margin-top: 80px;
}

.whitecard {
    background-color: white;
}

.backcard {
    opacity: 0;
    transition: opacity 0s ease-in;
}

.division-card {
    height: 300px;
    padding: 0px 20px;
    margin: 20px 0px;
    position: relative;
}

.division-card:hover {
    height: 330px;
    transition: height 0.2s ease-in;
}

.franchisee .division-card {
    position: relative;
}

.franchisee .division-card .divbuttons {
    position: absolute;
    bottom: 20px;
    right: -5%;
    left: 5%;
}

.franchisee .division-card:hover {
    height: 300px;
}

.division-card:hover>.frontcard {
    display: none;
}

.division-card:hover>.backcard {
    opacity: 1;
    transition: opacity 0.4s ease-in;
}

.frontcard {
    padding-top: 20px;
    position: absolute;
}

.frontcard h3 {
    color: white;
    padding-left: 0;
    font-size: 26px;
}

.frontcard p {
    color: white;
    font-size: 14px;
    border-top: #00a0af solid 8px;
    padding-top: 10px;
    width: 80%;
}

.cardcontent {
    padding-top: 0px;
    position: absolute;
}

.cardcontent h3 {
    color: white;
    padding-left: 0;
    font-size: 26px;
}

.cardcontent p {
    color: white;
    font-size: 13px;
    border-top: #00a0af solid 8px;
    padding-top: 10px;
    width: 80%;
}

.division-card .divilink,
.divbuttons2 .divilink {
    display: inline-block;
    background-color: #00a0af;
    width: 40%;
    margin-right: 5%;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    padding: 6px 0;
    color: black;
    text-decoration: none;
}

.division-card .divilink:hover {
    display: inline-block;
    background-color: #ffffff;
    width: 40%;
    margin-right: 5%;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    padding: 6px 0;
    color: black;
}


.backcard {
    padding-top: 20px;
    position: absolute;
}

.backcard h3 {
    color: white;
    padding-left: 20px;
    font-size: 26px;
}

.backcard ul {
    color: white;
    font-size: 12px;
    border-top: #00a0af solid 8px;
    border-left: #00a0af solid 8px;
    /*   border-bottom: #00a0af solid 8px; */
    padding: 10px 20px 25px 20px;
    list-style-type: none;
    position: relative;
}

.backcard ul::before {
    content: '';
    display: block;
    width: 80%;
    height: 4px;
    transform: translate(-5px, -7px) skew(55deg);
    left: 0px;
    bottom: -5px;
    position: absolute;
    background-color: #00a0af;
}

.backcard ul::after {
    content: '';
    display: block;
    width: 80%;
    height: 4px;
    transform: translate(-5px, -7px) skew(-55deg);
    left: 0px;
    bottom: -8px;
    position: absolute;
    background-color: #00a0af;
}

.backcard ul li a {
    color: white;
}

.backcard ul li {
    color: white;
    margin-top: 5px;
}


/* FAQs CSS */

section.faqs {
    display: none;
}

section.mobile-faq {
    display: block;
}

article.faqs {
    height: 520px;
    position: relative;
}

.faqs .frame {
    position: absolute;
    border: white 10px solid;
    right: 40px;
    left: 40px;
    top: 40px;
    bottom: 40px;
}

#faq-arrow1 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 25px;
    height: 10px;
    z-index: 100;
    /*   background-color: #36461e; */

}

#faq-arrow1::before {
    content: '';
    display: block;
    width: 98.5%;
    height: 4px;
    transform: translate(-5px, -7px) skew(55deg);
    right: 6px;
    top: 7px;
    position: absolute;
    background-color: #00a0af;
}

#faq-arrow1::after {
    content: '';
    display: block;
    width: 98.5%;
    height: 6px;
    transform: translate(-5px, 0px) skew(-55deg);
    right: 5px;
    position: absolute;
    top: 4px;
    background-color: #00a0af;
}

#faq-arrow2 {
    position: absolute;
    bottom: 40px;
    left: 60px;
    right: 230px;
    height: 10px;
    z-index: 100;
    /*   background-color: #70b607; */
}

#faq-arrow2::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    transform: translate(-5px, -7px) skew(55deg);
    right: 0px;
    top: 7px;
    position: absolute;
    background-color: #00a0af;
}

#faq-arrow2::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    transform: translate(-10px, 0px) skew(-55deg);
    position: absolute;
    right: -5px;
    top: 5px;
    background-color: #00a0af;
}



.faqs .frame h2 {
    /* position: absolute; */
    font-size: 40px;
    color: white;
    margin-top: -30px;
    margin-left: 0px;
    border: 1px white solid;

    background: #00a0af;
    width: 120px;
    text-align: center;
    text-transform: none;
    padding-right: 10px;
}

.faqs .moreFaqs {
    position: absolute;
    margin-bottom: -20px;
    background: #00a0af;
    border: 1px white solid;
    color: white;
    font-family: 'Fjalla One', sans-serif;
    bottom: -5px;
    right: 20px;
    padding: 8px 40px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}


.moreFaqs:hover {
    /* transform: scale(1.1); */
    transition: all 0.4s ease;
    border-left: 0;
    border-right: 0;
    border: 16px transparent solid;
    font-size: 21px;
    padding: 6px 30px;
}

.questions {
    width: 36%;
    display: inline-block;
    height: 300px;
    margin-top: 10px;
    padding-left: 20px !important;
    z-index: 2;
    position: absolute;
}

.questions li {
    color: #00a0af;
    list-style-type: none;
    border: 2px solid #00a0af;
    background-color: white;
    /* background-color: #babcbe; */

    padding: 10px;
    height: 100px;
    margin-bottom: 15px;
    font-family: 'Fjalla One';
    /* border-right: none; */
    cursor: pointer;
    vertical-align: bottom !important;
    border-right: 10px solid #00a0af;
    font-size: 12px;
    width: 107%;
}

.questions li.active {
    color: white;
    border-color: white;
    width: 111%;
    border-right: none;
    background-color: #00a0af;
    /* background-color: #babcbe; */
    z-index: 100;
    border-right: none;
}


/* Mobile FAQ */

.mobile-faq .frame {
    padding: 30px;
    border: 2px solid white;
    /* border: 2px solid #00a0af; */
    margin: 20px 10px;
}


.mobile-faq .frame h2 {
    font-size: 40px;
    color: white;
    margin-top: -64px;
    /* background: black; */
    background: #00a0af;
    /* width: 50%; */
    text-align: center;
    text-transform: none;
    padding: 12px;
    display: block;
    align-self: center;
    /* margin-left: 35%; */
    /* border: 2px solid #00a0af; */
    border: 2px solid white;
}

.mobile-faq .moreFaq {
    background: #00a0af;
    color: #00a0af;
    /* color: black; */
    font-family: 'Fjalla One', sans-serif;
    padding: 16px 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
    text-decoration: none;
    margin-top: 30px;
    /* margin-left: 10%; */
    /* width: 94%; */
    display: block;
    text-align: center;
}

.accordion {
    max-width: 100%;
    overflow: hidden;
    /*font-family: "Quicksand", sans-serif;*/
    /*background: #000000;*/
    /* padding: 0 10px; */
    vertical-align: middle;
}

.accordion__label,
.accordion__content {
    padding: 14px 20px;
}

.accordion__label {
    display: block;
    color: white;
    /* color: #00a0af; */
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: background 0.1s;
    font-family: 'Fjalla One';
    font-size: 24px;
    /* border: 1px solid #00a0af; */
    border: 1px solid white;
    margin-left: 0;
}


.accordion__content {
    /* background: #ffffff; */
    line-height: 1.6;
    font-size: 0.85em;
    display: none;
    color: white;
}

.accordion__content p {
    color: white;
    font-size: 18px;
}

.accordion__input {
    display: none;
}

.accordion__input:checked~.accordion__content {
    display: block;
}

.accordion__input:checked~.accordion__label::after {
    transform: translateY(-50%) rotate(0.5turn);
}


/* Mould Section */


#mouldHome .container {
    padding: 30px 20px;
    /* padding: 60px 20px; */
    margin-top: 30px;
    /* margin-top: 60px; */
}

.mould-image {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.mould-title {
    padding-bottom: 8px;
    position: relative;
    padding-bottom: 14px;

}

.mould-title::before {
    content: '';
    display: block;
    width: 60%;
    height: 5px;
    transform: translate(-5px, -7px) skew(55deg);
    left: 0px;
    bottom: -5px;
    position: absolute;
    background-color: #00a0af;
}

.mould-title::after {
    content: '';
    display: block;
    width: 60%;
    height: 5px;
    transform: translate(-5px, -7px) skew(-55deg);
    left: 0px;
    bottom: -10px;
    position: absolute;
    background-color: #00a0af;
}



/* BLOGS Section CSS */

.beige-back {
    background: #f2f2f2;
    position: relative;
    padding: 65px 50px 60px 70px;
    /* padding: 110px 50px 60px 70px; */
    margin-top: 50px;
    /* margin-top: 100px; */
    margin-bottom: 60px;
    /* margin-bottom: 120px; */
}


.blogimage {
    /* width: 45vw; */
    /* height: 66vw; */
    margin-bottom: 40px;
    /*  */
    z-index: 1;
    /* display: none; */
}

.imagebox {
    background-image: url(../img/blogimage.jpg);
    background-size: cover;
    background-position: right;
    border: 8px solid #00a0af;
    /* position: absolute; */
    width: 90%;
    height: 100%;
    z-index: 5;
}

.imagebox.logo {
    height: 255px !important;
    background-image: none;
    background-color: #fff;
    padding: 15px;
}

.newstitle {
    position: absolute;
    top: -60px;
    width: 30%;
    left: 36%;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    padding-bottom: 12px;
    padding-top: 14px;
    border: 6px solid #00a0af;
    font-size: 38px;
}

.blog-unit {
    margin-bottom: 80px;
}

.blogs h4 {
    font-size: 28px;
}

.blogBox{
    min-height: 165px;
}

.img-left .blog-snippet {
    margin-top: 40px;
    padding-right: 30px;
    margin-bottom: 100px;
}

/* left leaning blog */

.img-left .blogBox {
    position: relative;
    width: 95%;
}



.img-left .readMore {
    top: 110%;
    right: 10%;
    padding: 15px 60px;
    font-size: 16px;
    font-family: 'Fjalla One', sans-serif;
    color: black;
    border: 2px solid black;
    box-shadow: 5px 6px 10px #373737ba;
    cursor: pointer;
}

a.readMore:hover {
    text-decoration: none;
    transform: scale(1.08);
    transition: all .2s ease-in-out;
}

/* right leaning blog */



.img-right .blogBox {
    position: relative;
}

.img-right .blog-snippet {
    margin-top: 40px;
    padding-left: 30px;
    margin-bottom: 140px;
}

.img-right .line,
.img-left .readMore {
    position: absolute;
    background-color: #00a0af;
}


.img-right .readMore {
    top: 110%;
    left: 10%;
    padding: 15px 60px;
    font-size: 16px;
    font-family: 'Fjalla One', sans-serif;
    color: black;
    border: 2px solid black;
    box-shadow: 5px 6px 10px #373737ba;
    cursor: pointer;
}


.updates {
    background-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
}

.updates-title {
    font-size: 26px;
    background-color: white;
    color: black;
    padding: 20px;
    width: 60%;
    margin-bottom: 17px;
    margin-top: 34px;
    text-align: center;
}

.update-title {
    font-size: 20px;
    color: white;
}


.updates-content .moreNews {
    position: absolute;
    right: 3%;
    top: 19px;
    border: 1px solid #00a0af;
    background-color: white;
    padding: 10px 20px;
    color: black;
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

.moreNews:hover {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
}

.updates-content p {
    color: white;
    font-size: 12px;
    width: 80%;
}

.employees .card {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.employees .card:hover .overlay {
    height: 100%;
}

.employees .card-text {
    text-align: left;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.employees .card-text a {
    color: #fff !important;
    font-weight: bold;
}

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

.bg-blue {
    background-color: #00a0af !important;
}

.bg-gray {
    background-color: #6c757d !important;
}

.outline-gray {
    border-color: #6c757d solid 1px;
}

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

.text-light-black{
    color: #474646;
}

/*   Tablets  */

@media (min-width: 766px) {

    .whitecard.divisions,
    .whitecard.card-content {
        height: 460px;
    }

    .content {
        /* padding-top: 200px; */
    }

    .navbar-right {
        padding-left: 0px;
    }

    /* .tab-content li,
    .tab-content a {
        font-size: 18px;
    } */

    .faq-content li,
    .faq-content a {
        font-size: 18px;
        color: white;
    }

    .arrowleft {
        top: 0px;
    }

    .arrowdown {
        top: 0px;
    }

    .updates-content .moreNews {
        top: 50px;
    }

    .imagebox {
        width: 260px;
        height: 260px;
        margin-top: 30px;
    }



}


/* LG SCREENS */
@media (min-width: 992px) {




    .midpage-strip {
        /* padding-top: 60px; */
        /* margin-top: 0px; */
    }

    section.faqs {
        display: block;
    }

    section.mobile-faq {
        display: none;
    }

    .home-video {
        margin-top: 0;
    }

    .division-card {
        margin: 20px 10px;
    }

    .banner-slogan {
        top: 39px;
        left: 150px;
        font-size: 50px;
    }



    .midpage-menu li a {
        width: 70%;
        margin-top: -85px;
        font-size: 20px;
    }

    .franchisee .midpage-menu li a {
        width: 100%;
        margin-top: 25px;
        font-size: 30px;
        padding: 10px 0;
    }

    .questions li {
        font-size: 14px !important;
    }

    .questions {
        width: 28%;
    }

    .questions li {
        width: 100%;
    }

    .questions li.active {
        width: 105%;
        /* width: 103%; */
    }

    .faq-content {
        width: 68%;
    }

    /* .tab-content {
        width: 68%;
    } */


    .questions li {
        font-size: 16px;
    }

    /* .tab-content p { */
        /* font-size: 19px; */
    /* } */

    /* .tab-content p {
      font-size: 19px;
  } */

    .faq-content {
        font-size: 18px;
        padding-top: 10px;
    }


    /* .tab-content {
        font-size: 18px;
        padding-top: 10px;
    } */

    .blogimage {
        /* height: 296px; */
        /* width: 260px; */
        z-index: 1;
        position: absolute;
    }

    .img-left .line.paragraph {
        width: 133%;
    }

    .updates {
        background-color: black;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .updates-title {
        font-size: 24px;
        background-color: white;
        color: black;
        padding: 20px;
        width: 40%;
        margin-bottom: 17px;
        margin-top: 34px;
    }

    .update-title {
        font-size: 20px;
        color: white;
    }

    .updates-content .moreNews {
        position: absolute;
        right: -77px;
        top: 90px;
        border: 1px solid #00a0af;
        background-color: white;
        padding: 14px 40px;
        color: black;
        font-family: 'Fjalla One', sans-serif;
        font-size: 19px;
    }

    .updates-content p {
        color: white;
        font-size: 12px;
        width: 70%;
    }

    .img-left .readMore,
    .img-right .readMore {
        /* top: 180px; */
    }

    .img-left .line.gounder,
    .img-right .line.gounder {
        /* height: 240px */
        height: 140%;
    }

    .img-right .line.tobutton,
    .img-left .line.tobutton {
        top: 200px;
    }


    .newstitle {
        width: 15%;
        left: 45%;
    }

    .imagebox {
        width: 280px;
        height: 280px;
        margin-top: 0px;
    }

}

/* XL Screens */
@media (min-width: 1200px) {
    body {
        padding-top: 192px;
    }
}

/* Services Page Layout CSS */

.services-banner.banner-back {
    background-image: url("../img/services-banner-2021.jpg");
    background-position: center;
    background-size: cover;
}

h1.services-slogan {
    color: #000000;
    margin-top: 40px;
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
}

.header-line {
    background-color: #00a0af;
    position: absolute;
}

.services-slogan {}

#servicesVert {
    bottom: 0;
    left: 0;
    width: 10px;
    height: calc(100% + 40px);
}

#servicesHoriz {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
}

.top-content .container {
    background-color: white;
    padding-top: 20px;
}

.service-icon {
    color: white;
}

.services-menu .topstrip .icon {
    float: right;
    margin-right: 10px;
    /* margin-left: auto; */
    font-size: 25px;
}


.service-list a {
    display: block;
    margin-top: 8px;
    width: 100%;
    text-align: right;
    background-color: black;
    color: white !important;
    width: 100% !important;
    padding: 12px 20px;
    border: 1px solid black;
}


.service-list a:hover {
    background-color: white;
    color: black !important;
    text-decoration: none;
    border: 1px solid black;
}

.brochure {
    color: white;
    display: block;
    position: absolute;
    bottom: 40px;
    /*   right: 40px; */
    background-color: transparent;
    padding: 10px 20px;
    font-family: 'Fjalla One';
    font-size: 1.5em;
    border: 1px solid white;

}

.brochure:hover {
    color: black;
    background-color: #00a0af;
    text-decoration: none;
    border: 1px solid black;
}


.imagebox {
    background-size: cover;
    background-position: center;
}

.secondary-content .imagebox {
    display: none;
}


.secondary-content ul li {
    font-size: 14px;

}

.secondary-content {
    margin: 20px auto;
}

.secondary-content h5 {
    color: white;
    margin-top: 25%;
    margin-bottom: 50%;
    display: block;
    font-size: 42px;
    text-align: center;
}

.secondary-content h4 {
    position: relative;
    font-size: 22px;
    margin-top: 20px;
}

.secondary-content h4 span {
    position: absolute;
    background-color: #00a0af;
    z-index: -1;
}

.vertical-divider {
    height: 30px;
}

h4.right-leaning {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
}

h4.right-leaning .vertLine {
    width: 10px;
    height: 90px;
    bottom: 0;
    right: 0;
}

h4.right-leaning .horizonLine {
    width: 100%;
    height: 10px;
    bottom: 0;
    right: 0;
}




h4.left-leaning {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 20px;
}

h4.left-leaning .vertLine {
    width: 10px;
    height: 100px;
    bottom: 0;
    left: 0;
}

h4.left-leaning .horizonLine {
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
}


.advice-card {
    background-size: cover;
    background-position: center;
}


.more-topper {
    margin: 20px 20px 10px;
    font-size: 25px;
    padding: 10px;
}

.advice-card {
    height: 460px;
    padding: 10px 20px 400px 40px;
    margin-bottom: 20px;
}

.advice-card h3 {
    color: #00a0af;
    font-size: 36px;
    margin-bottom: 25px;
}

.white-bullets,
.advice-card ul {
    list-style: none;
    padding-left: 0;
}

.white-bullets li,
.advice-card ul li {
    color: white;
}

.white-bullets li::before,
.advice-card ul li::before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 20px;
    background-image: url('../img/icons/white-custom-bullet.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0px;
    margin-left: -20px;
}

.additional-link:hover {
    text-decoration: none;

}

.additional-button {
    font-size: 30px;
    font-family: 'Fjalla One';
    background-color: #00a0af;
    padding: 25px 20px;
    text-transform: uppercase;
    color: black;
    box-shadow: 5px 6px 10px #373737ba;
    line-height: 36px;
    border: 1px solid #00a0af;
    min-height: 86px;
    vertical-align: middle;
    margin-bottom: 20px;
}


.additional-button:hover {
    background-color: white;
    border: 1px solid #000000;
    color: black;
    text-decoration: none;
}


.additional-bar {
    /* margin-bottom: 140px; */
    /* margin-bottom: 140px; */
    /* margin-top: 0px; */
}



/* MEDIA Queries for Inner Page Services */




@media (min-width: 992px) {

    .more-topper {
        font-size: 40px;
    }

    .top-content .container {
        margin-top: -180px;
    }

    h1.services-slogan {
        font-size: 6em;
    }

    .secondary-content .imagebox {
        display: block;
        width: 90%;
        height: 300px;
    }

    h4.left-leaning .horizonLine {
        width: 120%;
    }

    h4.right-leaning .horizonLine {
        width: 120%;
    }

    .additional-button {
        min-height: 120px;
    }
}


/*Logo Size Correction for SMALL screens */

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

    #logo,
    #logo2 {
        width: 60%;
        margin-left: -15px;
    }
}

/* DIFFERENCE PAGE STYLES */

.diffgallery img {
    width: 100%;
}

.contact-box {
    background-color: black;
    padding: 10px 20px;
}

.contact-box .long-heading {
    color: white;
    font-size: 20px;
}

.contact-image {
    margin: 20px auto;
}

.contact-button {
    padding: 0;
}

.contact-buttons {
    margin-bottom: 20px;
}

.contact-button a {
    text-align: center;
    display: block;
    padding: 10px 1px;
    color: black;
    border: 1px solid #00a0af;
    background-color: white;
    height: 40px;

    text-decoration: none;
}

.contact-buttons a:hover {
    background-color: black;
    color: white;
    border: 1px solid white;
}

.contact-buttons a:hover i {
    border: 1px solid white;
}

.contact-button i {
    border: 1px solid black;
    border-radius: 500px;
    padding: 3px;
    font-size: 12px;
    margin-right: 5px;
}

.contact-button span {
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
}

#Services {
    vertical-align: bottom;
}

.advice-card h3 {
    color: white;
    padding-left: 0;
    font-size: 30px;
    margin-bottom: 20px;
}

.advice-card p {
    color: white;
    font-size: 14px;
    border-top: #00a0af solid 8px;
    padding-top: 10px;
}

.advice-card.difference {
    padding-top: 1px;
    padding-left: 20px;
}


/* FRANCHISEE ABOUT PAGE */


.full-width {
    width: 100%;
}

.side-box {
    background-color: black;
    padding: 10px;
    margin-bottom: 10px;
}

.side-box h2 {
    color: white;
    /* font-size: 2.6rem; */
}

.side-box p {
    color: white;
}

.bio.inline span {
    display: block;
}

.bio.inline span .photo {
    width: 100%;
}

.bio.inline span {
    font-size: 16px;
    margin-bottom: 5px;
}

#clients a {
    display: block;
    width: 100%;
}

#clients a:hover {
    text-decoration: none;
}

.client_name {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
}

.b2top {
    float: left;
    font-weight: 400;
    border: 1px solid black;
    padding: 10px 30px;
    color: black;
    text-transform: capitalize;
    font-size: 16px;
}

.b2top:hover {
    font-weight: 600;
    background-color: black;
    color: white;
    text-decoration: none;
}


/* Original FAQ Page Redesign */


#faqs {
    position: relative;
}

#faqs h5 {
    cursor: pointer;
    font-size: 18px;
    /* color:#666; */
    /* font-family: 'Open Sans',
  sans-serif !important; */
    /* font-weight:bold; */
    text-transform: none;
    border: 1px solid black;
    padding: 14px;
}

#faqs h5.active {
    color: #ffffff;
    background: black;
}

.faq {
    position: relative;
    height: 0px;
    overflow: hidden;
    /* transition: all 0.5s linear; */
}

.faq.show {
    min-height: 100px;
    height: 100%;
    /* transition: all 0.5s linear; */
    opacity: 1 !important;
}

.faq p {
    padding: 0;
    margin-bottom: 15px;
}

#faq h2 {
    border-bottom: 6px solid #FAD93C;
    padding-bottom: 8px;
}

#faq h3 {
    margin-bottom: 20px;
    font-size: 26px;

}

#faq h1 {
    /*padding-left: 10px;*/
    font-size: 50px;
}


.banner-back.strip-banner {
    height: 160px;
    margin-bottom: 30px;
}

.page-faq .accordion__label {
    background-color: black;
    border: 1px solid white;
    color: white;
}

.page-faq .accordion__label:hover {
    background-color: white;
    border: 1px solid black;
    color: black;
}

.page-faq .accordion__content {
    background-color: white;
    transition: all 0.2s ease;
}

.page-faq .accordion__content p {
    background-color: white;
    color: black;
}

.page-faq .main-topic {
    text-align: center;
}

.page-faq .subtopic {
    margin-top: 20px;
}

.page-faq.anchors {
    margin-bottom: 30px;
}

.page-faq.anchors a {
    display: inline-block;
    color: white;
    background-color: black;
    width: 100%;
    border-radius: 0;
}

.page-faq.anchors a:hover {
    border: 1px solid black;
    color: black;
    background-color: white;

}

/*     Footer Styling     */

.footer {
    min-height: 280px;
}

.footer {
    background-color: #00a0af;
    color: white;
}

.footer>div {
    position: relative;
}

.footer a {
    color: #eee;
    /* font-size: 12px; */
    /* font-weight: bold; */
}

.footer a:after {
    content: "\00a0|\00a0";
}

.footer a.noline:after {
    content: "";
}

.footer a:hover {
    color: #fff;
}

#foot_nav a,
#foot_nav2 a {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}


#foot_nav2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.blue {
    color: #00a0af;
}

.fnt36 {
    font-size: 36px;
}


.copyright {
    color: white;
    margin-top: 60px;
}


.corp_home_button_blue {
    background-color: #00a0af;
    /* border-color: #00a0af; */
    /* border-style: solid; */
    border: 3px #00a0af solid;
    text-transform: uppercase;
    font-family: 'Fjalla One';
    /* position: relative; */
    color:white;
    /* top: -60px; */
    left: -75px;
    /* box-shadow: 5px 6px 10px #373737ba; */
    height: 85px;
    width: 235px;
    font-size: 24px;
}

.corp_home_button_blue:hover {
    background-color: white !important;
    border-color: #00a0af;
    color:#474646;
}

.footer_address {
    color: white;
    margin-top: 40px;
}


.franchisee.footer_address .title {
    font-family: 'Fjalla One';
    text-transform: none;
    font-size: 18px;
}


.footer_address .title {
    font-family: 'Fjalla One';
    text-transform: uppercase;
    font-size: 24px;
}

.footer_address .street {
    font-size: 14px;
}

.footer_address .phone {
    font-weight: 600;
    font-size: 18px;
}

.footer_address .emailLink {
    color: #006CB5;
    font-size: 15px;
    /*   text-decoration: none; */
}


.footer_address .emailLink:after {
    display: none;
}

.legals {
    font-size: 1.40em !important;
}

.border-8 {
    border-width: 8px !important;
}

@media (max-width: 950px) {

    .card-deck-wrapper {
        margin-right: 0;
        margin-left: 0;
    }

    .card-deck {
        display: block;
        width: 100%;
        margin-bottom: .75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }

    .card-deck .card {
        display: block;
        margin-bottom: .75rem;
        vertical-align: top;
    }

    .card-deck .card:not(:first-child) {
        margin-left: 0px;
    }

}

body {
    padding-top: 136px;
}

.page-name {
    font-size: 2.22em;
}

.mt-lg-n10 {
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    body {
        padding-top: 157px;
    }

    .page-name {
        font-size: 2.22em;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 171px;
    }

    .page-name {
        font-size: 2.22em;
    }

    .mt-lg-n10 {
        margin-top: -5em !important;
    }

    .z-lg-1000 {
        z-index: 1000;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 192px;
    }

    .page-name {
        font-size: 2.22em;
    }

    .mt-lg-n10 {
        margin-top: -7.111em !important;
    }
}

picture.img.rlt.w-100 {
    display: block;
    min-height: 200px;
    overflow: hidden;
    max-height: 446px
}

div#main>div {
    padding: 1.25rem 3rem;
}

.w-95 {
    width: 95% !important;
}


.logo {
    border: #00a0af solid 8px;
}

.card.bg-black.h-100.p-5 {
    padding: 0rem !important;
}

.beige-back.px-0 {
    background: #f2f2f2;
    position: relative;
    padding: 3rem 0;
    margin-top: 100px;
    margin-bottom: 60px;
    /* margin-bottom: 120px; */
    text-align: center;
    border-bottom: 8px solid #000;
    border-top: 8px solid #000;
}

.beige-back.px-0 .related-title {
    margin: -8rem auto 0 auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    padding: 1.75rem 3rem;
    border: 6px solid #00a0af;
    font-size: 2.5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}



.new-blog-box {
    padding-right: 0%;
    border-left: 15%;
}

.blogBoxRight {
    margin-right: 0%;
    border-left: 15%;
    border-top: solid 10px #00a0af;
    padding-top: 10px;
}

.blogBoxLeft {
    padding-left: 10px;
    padding-top: 10px;
    border-left: 15%;
    border-top: solid 10px #00a0af;
}

.paragraphBox {
    border-top: solid 10px #00a0af;
    border-right: 15%;

}

.img-left .line.rightBorder {
    position: absolute;
    width: 10px;
    top: -10px;
    right: -10px;
    bottom: -50px;
}

.related_content {
    min-height: 120px;
}


.footer_sup {
    font-size: 50%;
    top: -1em;
}


.updates a {
    text-decoration: underline;
    text-underline-offset: 2px;

}

/* FAQ Home page */




.faq-content {
    width: 55.6%;
    display: inline-block;
    vertical-align: top;
    border: 2px solid white;
    border-left: 2px white solid;
    margin-top: 10px;
    padding: 10px;
    min-height: 330px;
    /*   margin-left: -5px; */
    z-index: 1;
    position: absolute;
    right: 30px;
    overflow: hidden;
}

.faq-content p {
    color: white;
    font-size: 14px;
}


[data-tab-content] {
    position: absolute;
    opacity: 0;
    transition: opacity 0s ease-in;
    width: 100%;
    padding-right: 20px;
}

.active[data-tab-content] {
    transition: opacity 0.6s ease-in;
    opacity: 1;
}


.faq-content li,
.faq-content a {
    color: white;
    font-size: 14px;
}

.faq-content {
    width: 68%;
}

.faq-content p {
    font-size: 16px;
}

.faq-content {
    font-size: 16px;
    padding-top: 10px;
}

.insurance-tab.active {

    border-bottom: #00a0af solid 3px !important;

}


.commercaillink-phone {
    background: #00a0af;
    padding: 5px 20px 10px 20px;
    border-radius: 9px;
}

.links-white {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #fff;
}

.links-blue {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #00a0af;
}

.links-blue {
    color: #00a0af;
    text-decoration: underline;
    text-underline-offset: 2px;
}



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

/*flipper start*/

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


/* entire container, keeps perspective */
.flip-container {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*  flip the pane when hovered */
.flip-container:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    margin-top: 20px;
    width: 100%;
    height: 325px;
    margin-bottom: 60px;
}

.back a {
    text-decoration: none !important;

}

@media (max-width: 1000px) {

    .flip-container,
    .front,
    .back {
        height: 325px;
    }
}

@media (max-width: 480px) {

    .flip-container,
    .front,
    .back {
        height: 325px;
    }
}

/* flip speed goes here */
.flipper {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front,
.back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    /* background: #fff; */
}

/*  front pane, placed above back */
.front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}


/* Back/Links */

.back {
    /* background: #00a0af; */
    padding: 0;
}

.back ul {
    margin: 0;
    padding: 0;
}

.back li {
    list-style-type: none;
    padding: 5px 0;
}

.back li:hover {
    /* background:#00a0af; */
    background: #fff;
}

.back a {
    color: #fff;
    /* color: #fff; */
    padding: 10px 20px;
}

.back li:hover {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

.back li:hover a,
.back li:hover a:hover {
    color: #000;
    /* color:#00a0af; */
}

/*Image Styles*/

/* .front img {
    padding-bottom: 5%;
    border-bottom: 3px solid #00a0af;
    margin-bottom: 5%;
} */

.flipper .front p {
    /* text-align: justify; */
}

.flipper .back h4 {
    background-color: black;
    color: #fff;
    /* font-family: Fjalla One; */
    font-family: 'Open Sans';

}

.flipper .back a {
    color: #fff;
    /* color: black; */
    /* font-family: Fjalla One; */
    font-family: 'Open Sans';
}

.back .topper {
    background-color: black;
}

.back .topper {
    margin: 0;
    padding: 8px 0;
}

.flipper .back .topper a {
    color: #fff;
    font-size: 22px;
}

.flipper .back .topper span {
    display: block;
    float: right;
    width: auto;
    margin-right: 10px;
}

.info-section {
    margin-top: 20px;
}

.narrow-collumn {
    border-bottom: 6px black solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}



/* Flipper end  */

/*
.services-box-flipped {

    border-image-slice: 27 27 27 27;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url("/images/assets/ribbon.png");
    border-style: solid;
} */

.search_input {
    width: 0px;
    border: none;
    box-shadow: none;
    transition: width 1.5s;
    transition-timing-function: linear;

}

.navbar_search_div:hover .search_input {
    width: 100%;

}

.navbar_search_div:hover #search_input {
    transition: width 2s;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;

    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#search_input:focus {

    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


@media( width > 768px ){
    .left-side-navbar-logo {
        width: 60%;
    }


}

@media( width < 768px ){
    .left-side-navbar-logo {
        width: 75%;
    }

}

@media( width > 992px ){
    .main_nav {
        min-height: 225px;
    }

    .commercial-box-body{
        min-height: 400px;
    }

    .custom-cleaning-box-body{
        min-height: 265px;
    }

}

@media( width < 992px ){
    .main_nav {
        min-height: 2px;
    }

    .custom-cleaning-box-body{
        min-height: 175px;;
    }

    /* .commercial-box-body{
        min-height: 400px;
    } */


}

@media( width >= 1200px ){
    #french_home_service_one {
        min-height: 70px;
    }

    .commercial-box-body{
        min-height: 320px;
    }

    .custom-cleaning-box-body{
        min-height: 218px;
    }

}

.home-latest-news-box{
    border: 1px #00a0af solid;
    /* min-height: 210px; */
}


.latest-news-box{
    border: 1px #00a0af solid;
    min-height: 235px;
}

.commercial-box{
    border: 1px #6c757d solid;
    /* min-height:350px; */

}

.commercial-box-heading {
    height: 65.5px;

}



/* .commercial-box-body{
    min-height: 278px;
} */


.home-page-box {
    /* max-height: 375px; */

}

.footer_loation_details {
    font-size: 12px;

}


.header-background{
    /* width: 100%; */
    /* height: 446px; */
    background-position: center;
    background-size: cover;
    min-height: 280px;


}
.header-btn{
    opacity: 0.8;
    background: white;
    color: #00a0af;
}

.header-btn:hover{
    opacity: 1;
    background: #00a0af;
    color: white;
}

.about-brands{
    min-height: 94px;

}


.outline-blue {
    border: 1px solid #00a0af;
    margin-bottom: 2px;
}

.outline-btm-blue{
    border-bottom: solid #00a0af;
}


.services_nav{
    /* color:#00a0af; */
    color:white;
    background-color: #00a0af;
    /* background-color: white; */
    text-decoration: none;
    font-family: 'Open Sans';

}

.services_nav:hover {
    color: #00a0af;
    background-color: white;
    text-decoration: none;
    border: solid 2px #00a0af;
}


.everyday-hero{
    height: 250px;
    width: auto;
    object-fit:contain;
}


.faq-videos iframe{
    width: 100%;
    height: 100%;
}

.faq-videos-container{
    max-width: 100% !important;
}


.videoWrapper {
	width:97.25% !important;
	position: relative !important;
	padding:25px 0 30% 0 !important; /* 16:9 */
	height: 0 !important;
	-webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: content-box !important;    /* Firefox, other Gecko */
  	box-sizing: content-box !important;         /* Opera/IE 8+ */
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* .video-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%;
  } */


.header-text {
    text-shadow: 2px 2px #474646;
    color: white;
}

.faq-services-body a {
    color: #00a0af;

}

.faq-services-body {
    color: #474646;

}

/* h2.clean-post-body, h3.clean-post-body, h4.clean-post-body, strong.clean-post-body {
    color: #00a0af;
} */

/* .clean-post-body >  strong, h1, h2, h3, h4 { */
    /* color: #00a0af; */
/* } */

.clean-post-body > h1{
    color: #00a0af;
}

.clean-post-body >h2 {
    color: #00a0af;
}

.clean-post-body > h3 {
    color: #00a0af;
}

.clean-post-body > h4 {
    color: #00a0af;
}

.clean-post-body > * strong {
    color: #00a0af;
}

/* .clean-post-body h2, h3, h4, strong{
    color: #00a0af;
} */
