/*********************************************/
/* Generic
/*********************************************/

div.ekomi-badge {
    display: inline-block;
    background-image: url("/site/img/ekomi-badge.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 3.5em;
    width: 3.5em;
    margin-left: 2em;
    margin-bottom: 0.5em;
    vertical-align: bottom;
}

body.iframe-view {
    background-color: #ededf0;
}

body.iframe-view > header,
body.iframe-view .call-to-action,
body.iframe-view .hotline,
body.iframe-view > footer {
    display: none;
}

body.iframe-view .full-container {
    border-bottom: 0;
}

body.iframe-view .container {
    padding: 1em 0;
}

/*********************************************/
/* Header
/*********************************************/

.full-container.header .container .pull-left.navigation ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    vertical-align: bottom;
}

.full-container.header .container .pull-left.navigation ul > li {
    float: left;
    margin: 0 10px;
}

.full-container.header .mobile-menu.dropdown button {
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;

    background-color: transparent;
    border: 0.2em #565a5c solid;
    color: #565a5c;
    text-align: left;

    text-transform: none;
    min-width: 0em;

    font-size: 0.9em;
    line-height: 1em;
    padding: 0.1em 1em;
}

.full-container.header .mobile-menu.dropdown button span {
    float: right;
    font-size: 1em;
    margin: 0.3em;
}

.full-container.header .mobile-menu.dropdown button:hover {
    color: lightgray;
    border-color: lightgray;
}

.full-container.header .mobile-menu.dropdown ul.dropdown-menu {
    max-height: 30em;
    min-width: 20em;
    overflow-x: hidden;
    overflow-y: auto;

    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;

    background-color: white;
    color: #565a5c;
    margin: 0.2em 0;
}

.full-container.header .mobile-menu.dropdown ul.dropdown-menu li {
    background-color: white;
    color: #565a5c;
}

.full-container.header .mobile-menu.dropdown ul.dropdown-menu li:hover {
    background-color: lightgray;
    color: #565a5c;
}

.full-container.header .mobile-menu.dropdown ul.dropdown-menu li a {
    padding: 8px 15px;
    background-color: transparent;
    color: #565a5c;
    font-weight: 300;
}

.full-container.header .container .pull-right.phone {
    line-height: 60px;
}

.full-container.header .phone span {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.full-container.header .phone.hidden-phone {
    display: none;
}

.full-container.header .partner {
    margin-right: 2em;
}

.full-container.header .partner > * {
    display: inline-block;
}

.full-container.header .partner a.logo {
    background-image: url("/site/img/logo-hdi.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 25px;
    width: 47px;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.cover-partner.tamedia p {
    display: block;
    padding-top: 1em;
}

.full-container.header .partner a.tamedia, .cover-partner.tamedia a {
    background-image: url("/site/img/logo-tamedia-v2.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0.8em;
    height: 4.9em;
    width: 6.2em;
}

/*********************************************/
/* Partial Views
/*********************************************/

/* B2B CTA */
.b2b-cta-link,
.b2b-cta-link:hover {
    text-decoration: none !important;
}

.full-container.b2b-cta img {
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -25px;
}

@media (max-width: 767px) {
    .full-container.b2b-cta img {
        position: static;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

/* Newspapers */
.full-container.newspapers {
    background-color: transparent;
    border-bottom: 0;
}

.full-container.newspapers img {
    max-width: 80%;
}

.full-container.newspapers .container {
    padding: 2.5em 0 1.5em 0;
    width: auto;
}

.full-container.newspapers .container .image-label {    
    color: #9B9B9B;
    margin-bottom: 0;
}

.full-container.newspapers .row {
    margin-top: 1em;
}

.full-container.newspapers .row > div {
    padding: 0 !important;
}

@media (min-width: 992px) {
    .full-container.newspapers {
        margin-left: 2em;
    }
    
    .full-container.newspapers .row .div {
        padding-right: 5px;
    }

    .full-container.newspapers .container .image-label {
        position: absolute;
        margin-top: -2em;
        left: 2em;
        right: 0;
    }
}

@media (max-width: 991px) {
    .full-container.newspapers .container {
        margin: 0;
        width: auto;
        padding: 1.5em 1em 0.5em 1em !important;
    }

    .full-container.newspapers .container .image-label {
        text-align: center;
    }
}

.full-container.media-icons {
    position:relative; 
    margin-left:0
}

.full-container.media-icons .icons {
    height: 30px;
    text-align: center;
}

.full-container.media-icons.ch .icons {
    height: 60px;
}

.full-container.media-icons .icons img {
    margin: 0 4.5%;
    max-width: 15%;
    max-height: 60px;
}

.full-container.media-videos {
    height: 479px;
}

.full-container.media-videos div {
    height: 100%;
}

.full-container.media-videos iframe {
    width: 100%;
    height: 100%;
}

@media (max-width:768px) {
    .full-container.media-icons .icons {
        height: auto !important;
    }

    .full-container.media-icons .icons a {
        display: block;
        width: 50%;
        float: left;
        height: 60px;
        line-height: 60px;
        margin-left: -10px;
    }

    .full-container.media-icons .icons img {
        margin: 0 30px;
        max-width: 60%;
        max-height: 60px;
    }

    .full-container.media-icons .container {
        padding: 30px 0 30px 0 !important;
    }

    .full-container.media-videos {
        height: 279px;
    }
}

/* Lead Mobile Apps */
.full-container.mobile-app .container {
    padding-bottom: 0;
    margin-bottom: 0;
}

.full-container.mobile-app .description {
    padding-bottom: 3em;
}

.full-container.mobile-app .phone {
    overflow: hidden;
    height: 34em;
}

.full-container.mobile-app p {
    margin-top: 2em;
}

.full-container.mobile-app p.description {
    font-size: 1.2em;
}

/* Book Steps */
.full-container.book-steps .big-icons > div {
    padding: 2em 3.5em;
}

.full-container.book-steps .big-icons .title {
    margin-top: 3em;
    margin-bottom: 1.5em;
    font-size: 1.2em;
    font-weight: 500;
}

.full-container.book-steps p.description {
    font-size: 1.25em;
}

.full-container.book-steps .big-icons img {
    max-width: 100%;
}

/* Partial Headers */
.full-container.book-steps h3,
.full-container.call-to-action h3,
.full-container.hotline h3,
.full-container.mobile-bookingapp h3,
.full-container.mobile-app h3 {
    padding: 0;
    margin: 0;
    font-size: 2em;
}

.full-container.hotline h4 {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
}

/* Mobile Booking Apps */
.full-container.mobile-bookingapp {
    overflow: hidden;
}

.full-container.mobile-bookingapp .image {
    height: 25em;
}

.full-container.mobile-bookingapp p {
    margin-top: 1em;
    margin-bottom: 2em;
    font-size: 1.2em;
}

.full-container.mobile-bookingapp button {
    margin-bottom: 1em;
    display: block;
}

.full-container.mobile-bookingapp img {
    height: 45em;
    margin-left: -9em;
}

.full-container.platform-description .container .quote-bg {
    position: absolute;
    top: 138px;
    left: 50px;
    opacity: 0.5;
    height: 44px;
}

@media (min-width: 768px) {
    .full-container.platform-description .container .one-account {
        padding-top: 88px;
        padding-bottom: 88px;
    }
}

/*********************************************/
/* Signup Landing Page
/*********************************************/
body.jobs-view ul.checklist {
    font-size: 1.5em;
}

body.jobs-view .full-container.steps .big-icons > div {
    padding: 10px 40px;
    font-size: 1.4em;
}

body.jobs-view .full-container.steps .big-icons img {
    margin: 3em 0;
    height: 50px;
}

body.jobs-view .background-image {
    background-image: url('/site/img/background_1.jpg');
}

body.jobs-view .full-container.testimonial .image-mireille {
    background: url('/site/img/testimonial_mireille.png');
    width: 200px;
    height: 200px;
    margin: 15px auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 3px white solid;
}

body.jobs-view .full-container.testimonial .icon-quote {
    font-size: 2.5em;
}

body.jobs-view .full-container.testimonial blockquote {
    font-size: 2em;
    padding: 0 1.5em;
}

body.jobs-view .full-container.testimonial .separator {
    font-size: 2.5em;
    font-weight: bold;
    margin: 0;
}

/*******************************************/
/* Seo-View styles
/*******************************************/
body.seo-view h5 {
    font-size: 1.2em;
    font-weight: 300;
}

body.seo-view h6 {
    font-size: 1.1em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.75em;
}

body.seo-view .cta-button {
    max-width: 250px;
}

body.seo-view .full-container.links ul {
    list-style: none;
    padding: 0;
}

body.seo-view .full-container.links ul li {
    display: inline-block;
}

body.seo-view .full-container.links ul li a {
    display: inline-block;
    font-size: 1em;
    min-width: 16em;
    border: none;
    line-height: 3.625;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    background-color: #EDECF1;
    color: #565a5c;
    margin: 0.5em 0.5em;
    cursor: pointer;
}

body.seo-view .full-container.links ul li a:hover {
    background-color: #d2d1d6;
    text-decoration: none;
}

body.seo-view .full-container.testimonial {
    height: 42em;
}

body.seo-view .full-container.book-steps .big-icons > div {
    padding: 2em 1em;
}

body.seo-view .full-container.content div.body {
    overflow: hidden;
}

body.seo-view .full-container.content h2 {
    text-align: center;
}

body.seo-view.security-view .full-container.content h2 {
    text-align: left;
}

body.seo-view .full-container.content div.body p img {
    width: auto !important; /*override the width below*/
    width: 100%;
    max-width: 100%;
}

body.seo-view .full-container.content div.body ul,
body.seo-view .full-container.content div.body ol,
body.seo-view .full-container.content div.body blockquote,
body.seo-view .full-container.content div.body code {
    padding-left: 2em;
    padding-right: 2em;
    margin-left: 0;
    margin-right: 0;
}

body.seo-view .full-container.content div.body hr {
    display: none;
}

body.seo-view .full-container.content div.body h3:before {
    clear: both !important;
}

body.seo-view .full-container.content div.body h3 {
    clear: both !important;
}

body.seo-view .full-container.seo-header .box {
    margin: 0 150px;
    padding: 32px;
}

body.seo-view .full-container.seo-header .box p {
    font-size: 15px;
}

body.seo-view .full-container.seo-header .container .asterisk {
    font-size: 0.8em;
    text-indent: 3.25em;
    padding-top: 4em;
}

body.seo-view .full-container.content div.body hr:nth-of-type(n) ~ h3 {
    margin-top: 25px;
}

body.seo-view .full-container.default.content hr {
    border-color: white;
}

body.seo-view .office-background {
    color: #fff;
    background-size: cover;
    padding-top: 30px;
}

body.seo-view .office-background h2 {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

body.seo-view .office-background h3 {
    font-size: 17px;
    line-height: 1.41;
    text-align: center;
    padding: 0;
    margin: 1em 0;
}

body.seo-view .office-background table {
    margin: 25px auto 0 auto;
}

body.seo-view .office-background th {
    padding: 0 15px;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 17px;
}

body.seo-view .office-background td {
    padding: 15px;
    font-size: 12px;
    line-height: 1.67;
    vertical-align: top;
    text-align: left;
    width: 50%;
}

body.seo-view.privacy-policy-view .content h6 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

body.seo-view.career-view .BambooHR-ATS-board h2 {
    text-align: left;
}

body.seo-view.career-view .BambooHR-ATS-Department-Header {
    font-size: 1.5em;
}

body.seo-view.career-view .career-header {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(/site/img/background_career.jpg);
    background-size: cover;
}

body.seo-view.career-view .career-about h2 {
    padding: 30px 0 60px;
}

body.seo-view.career-view .career-about-panel {
    background-image: url(/site/img/background_career_about.jpg);
    background-size: cover;
}

body.seo-view.career-view .career-about-block img {
    width: 155px;
}

body.seo-view.career-view .career-tiger-values {
    position: relative;
    background-image: url(/site/img/background_tiger.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

body.seo-view.career-view .career-tiger-values::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

body.seo-view.career-view .career-join-us {
    padding: 80px 0;
}

body.seo-view.career-view .career-bottom-cta {
    padding-top: 150px;
}

body.seo-view.checklist-view .full-container.content h2 {
    margin-bottom: 1em;
}

body.seo-view.checklist-view .full-container.content ul.checklist {
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .background-image {
        background-repeat: no-repeat;
        background-size: 1300px auto;
        background-position: center top;
    }

    .ch .background-image {
        position: relative;
        background-size: cover;
    }
}

@media (min-width: 1300px) {
    .background-image {
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position-x: left;
        background-position: left top;
    }
}

body.seo-view.checklist-view .full-container.seo-footer .big-icons > div {
    padding: 1em 2em;
}

body.seo-view.checklist-view .full-container.seo-footer .big-icons .title {
    margin: 1.5em auto;
    font-size: 1.2em;
    font-weight: 500;
}

body .full-container.seo-header > .container {
    color: #383838;
}

body .full-container.seo-header > .container > .row {
    text-align: left;
    padding-bottom: 1em;
}

body .full-container.seo-header ul li {
    margin: 0.35em 0;
    text-align: left;
}

@media (max-width: 991px) {
    body .full-container.seo-header > .container {
        padding-top: 5em;
        width: auto;
    }
    
    body .full-container.seo-header > .container > .row {
        text-align: center;
        padding-bottom: 0;
    }
    
    body .full-container.seo-header > .container > .row > * {
        text-align: center !important;
    }
    
    body .full-container.seo-header > .container > .row ul {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    body.seo-view.career-view .career-bottom-cta {
        padding-top: 80px;
    }
    
    body.seo-view.career-view .career-join-us {
        padding: 50px 0;
    }
}

@media (min-width: 768px) {
    body.seo-view.career-view .career-about-block {
        padding: 50px 30px 70px;
    }
}

@media (max-width: 767px) {
    body .full-container.seo-header .container {
        padding-top: 5em;
    }
    
    body.seo-view.career-view .career-header {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    body.seo-view.career-view .career-tiger-values {
        background-image: none;
        background-color: #f5f5f5;
    }

    body.seo-view.career-view .career-tiger-values::before {
        content: none;
    }
    
    body.seo-view.career-view .career-join-us {
        padding: 50px 0;
    }
    
    body.seo-view.career-view .career-about h2 {
        padding: 0 0 20px;
    }
    
    body.seo-view.career-view .career-building div {
        min-height: 200px;
    }
    
    body.seo-view.career-view .career-about-panel {
        background: none;
    }
    
    body.seo-view.career-view .career-about-block {
        background: #424242;
    }
}

body.seo-view.about-us-view .full-container.seo-header {
    background-position: center top;
    background-size: cover;
}

body.seo-view.about-us-view .full-container iframe {
    width: 35em;
    height: 19.5em;
}

@media (max-width: 480px) {
    body.seo-view.about-us-view .full-container iframe {
        width: 100%;
    }
}

body.seo-view.about-us-view .full-container .row.quote>div {
    padding: 0 2em;
}

body.seo-view.about-us-view .full-container .row.quote p {
    min-height: 10em;
}

body.seo-view.about-us-view .full-container .row.quote img {
    height: 6.25em;
}

body.seo-view.help-view .full-container.content div.body .button-center {
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 2em;
}

body.seo-view.seo-view-extended .full-container.extended-body .text-with-images > div > p {
    text-align: left;
    padding: 2em 0;
}

body.seo-view.seo-view-extended .full-container.extended-body .text-with-images > div > p:after {
    content: " ";
    display: block;
    clear: both;
}

body.seo-view.seo-view-extended .full-container.extended-body .text-with-images > div > p img {
    margin: -2em 0 2em 0;
    width: auto;
    height: auto;
    max-width: 100%;
}

body.seo-view.seo-view-extended .full-container.extended-body .text-with-images > div > p:nth-child(2n+1) img {
    float: left;
    margin-right: 2em;
}


body.seo-view.seo-view-extended .full-container.extended-body .text-with-images > div > p:nth-child(2n) img {
    float: right;
    margin-left: 2em;
}

body.seo-view.seo-view-extended .full-container.customer-testimonial img {
    margin: 0.5em;
}

body.seo-view .horizontal-list-cnt ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

body.seo-view .horizontal-list-cnt ul li {
    display: inline-block;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    margin: 10px 5px;
    box-shadow: 0px 3px 6px rgba(100, 100, 100, 0.2);
}

body.seo-view .plans-header {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

body.seo-view .plans-header > div {
    display: table-cell;
    width: 33.3333%;
    border-right: 1px solid #eee;
    padding: 1em;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

body.seo-view .plans-header > div:first-child {
    border-top-left-radius: 0.25em;
}

body.seo-view .plans-header > div:last-child {
    border-top-right-radius: 0.25em;
}

body.seo-view .plans-header > div.active {
    background-color: #fffcf1;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.06);
    border: solid 1px #f3ca00;
}

body.seo-view .plans-header p:first-child {
    font-weight: 700;
    color: #424242;
}

body.seo-view .plans-header p:first-child span {
    display: block;
    color: #b12704;
    margin-bottom: 0;
}

body.seo-view .plans-header p.frequency {
    margin: 0;
}

body.seo-view .plans h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #424242;
    margin-bottom: 0;
}

body.seo-view .plans h4 span {
    color: #b12704;
}

body.seo-view .plans .frequency {
    margin-top: 0;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

body.seo-view .plans ul.checklist li {
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 0;
    text-indent: initial;
    padding: 0;
    padding-bottom: 5px;
}

body.seo-view .plans ul.checklist {
    margin-bottom: 0;
}

body.seo-view .plans {
    display: block;
    width: 100%;
    white-space: nowrap;
}

body.seo-view .plans > div {
    display: inline-block;
    width: 33.33333%;
    vertical-align: top;
    white-space: normal;
}

body.seo-view .customer-care {
    background-color: #f5f5f5;
}

body.seo-view .customer-care .container {
    background-image: url('/site/img/customer_care.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

body.seo-view .body h2 {
    margin-bottom: 20px;
}

body.seo-view .body-extended2 h2 {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #424242;
}

body.seo-view .body-extended2 .row > h3 {
    font-family: Roboto;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    text-align: center;
    padding: 0 14vw;
    color: #828282;
}

body.seo-view .body-extended2 table {
    margin: 25px auto 0 auto;
}

body.seo-view .body-extended2 td {
    padding: 10px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    text-align: left;
    vertical-align: top;
    text-align: left;
    color: #828282;
    margin-right: 48px;
}

body.seo-view .body-extended2 td > h3{
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #333333;
    margin-top: -5px;
}
 
@media (max-width: 767px) {
    body.seo-view .body-extended2 td {
        display: block;
        margin: 0 auto;
    }
    
    body.seo-view .body-extended2 td img {
        width: 100%;
    }
    
    body.seo-view .customer-care .container {
        background-image: none;
    }
    
    body.seo-view .customer-care .container .row div {
        text-align: center;
    }
    
    body.seo-view .customer-care img {
        max-width: 100%;
    }
}

body.seo-view .main-body td {
    vertical-align: top;
    text-align: left;
    width: 50%;
    padding: 10px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    text-align: left;
    color: #828282;
}

body.seo-view .testimonial {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

body.seo-view .testimonial .block-header {
    float: none;
}

body.seo-view .testimonial .block-header .background-container {
    overflow: hidden;
}

body.seo-view .testimonial .block-header .name {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: left;
    z-index: 1;
}

body.seo-view .testimonial .block-header .name > * {
    margin: 0;
    color: #fff;
}

body.seo-view .testimonial .block-header .name h3 {
    font-size: 18px;
}

body.seo-view .testimonial .block-header > div {
    top: 0;
    right: 15px;
    color: #fff;
}

body.seo-view .testimonial .block-header img.background {
    min-width: 100%;
    position: relative;
    z-index: 1;
}

body.seo-view .testimonial .block-header img.avatar {
    bottom: 0;
    position: absolute;
    z-index: 2;
    width: 128px;
    left: 50%;
    z-index: 99999;
    margin-left: -64px;
    bottom: -45px;
}

body.seo-view .testimonial .block-body {
    margin-right: 0;
    padding: 0;
}

body.seo-view .testimonial .arrow {
    position: absolute;
    cursor: pointer;
    height: 48px;
}

body.seo-view .testimonial .arrow-left {
    left: -70px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

body.seo-view .testimonial .arrow-right {
    right: -70px;
    top: 1px;
}

body.seo-view .testimonial .fold1 {
    background-color: #f7f7f7;
    background-image: url('/site/img/quote.png');
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-size: 77px;
    padding: 2em 5em;
}

body.seo-view .testimonial .fold1 p {
    font-size: 16px;
    line-height: 24px;
}

body.seo-view .testimonial .fold2 img {
    width: 75px;
    margin-top: 24px;
}

body.seo-view .testimonial .fold2 > div {
    padding: 10px;
}

body.seo-view .testimonial .fold2 > div > div:first-child p.title {
    margin-top: 0;
    font-weight: 500;
    font-size: 14px;
}

@media (min-width: 992px) {
    body.seo-view .plans > div {
        padding-left: 5.33333px;
        padding-right: 5.33333px;
    }

    body.seo-view .plans > div:first-child {
        padding-left: 0;
        padding-right: 10.66666px;
    }

    body.seo-view .plans > div:last-child {
        padding-left: 10.66666px;
        padding-right: 0;
    }

    body.seo-view .plans > div > div {
        border: 1px solid #e5e5e5;
    }
}

@media (max-width: 991px) {    
    body.seo-view .plans > div {
        display: none;
        width: auto;
        padding: 1.5em;
        background-color: #fff;
        position: relative;
        padding: 24px;
    }

    body.seo-view .plans > div > div {
        padding: 0;
    }
    
    body.seo-view .plans ul.checklist {
        margin: 0;
        padding: 2%;
    }
    
    body.seo-view .plans ul.checklist li {
        border-bottom: 0;
        text-align: left;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

/*******************************************/
/* Homepage styles
/*******************************************/
body.index-view .index-header {
    background-size: 1300px auto;
    background-repeat: no-repeat;
    position: relative;
}

@media (min-width: 1241px) {
    body.index-view .index-header {
        background-position: 0;
    }
}

@media (min-width: 991px) and (max-width: 1240px) {
    body.index-view .index-header {
        background-position: 60%;
    }
}

@media (min-width: 991px)  {
    body.index-view .index-header {
        min-height: 40em;
        background-color: #fafafc;
        background-size: auto 100%;
    }
    
    body.index-view .index-header-at {
        background-color: #fdf6f0;
    }
    
    body.index-view .index-header-de {
        background-color: #f2f2f2;
        background-position: center 0;
    }
}

@media (max-width: 991px) {
    body.index-view .index-header {
        background-image: none !important;
    }

    body.index-view .index-header .container {
        max-width: 40em;
        margin-left: auto;
        margin-right: auto;
        padding: 5em 1em 0.5em 1em;
    }
}

body.index-view .index-header-new {
    position:relative; 
    height: 360px;
    border: 0 none;
}

body.index-view .index-header-new .background {
    position: absolute; 
    top: 0; 
    left: 15px; 
    width: 100%;
}

body.index-view .index-header-new .cleaning-woman { 
    position: absolute;
    width: 100%;
    height: calc(100% + 20px);
    bottom: -2px;
    right: 0;
    background: 57% -48px no-repeat;
    background-image: url('/site/img/bat_girl.png');
    background-size: 611px 426px;
}

/* @2x resolution */
@media (min-resolution: 192dpi) {
    body.index-view .index-header-new .cleaning-woman {
        background-image: url('/site/img/bat_girl@2x.png');
    }
}

/* @3x resolution */
@media (min-resolution: 288dpi) {
    body.index-view .index-header-new .cleaning-woman {
        background-image: url('/site/img/bat_girl@3x.png');
    }
}

body.index-view .index-header-new .background, body.index-view .index-header-new .background div {
    height: 100%;
}

body.index-view .index-header-new .background > div > div {
    background-position: center center;
    background-size: cover;
}


body.index-view .index-header-new .background > div:first-child > div {
    margin-left: -15px;
    width: calc(100% + 20px);
    background-image:url('/site/img/bg_homecleaning.png');
}

body.index-view .index-header-new .background > div:last-child > div {
    width: calc(100% + 20px);
    margin-left: -5px;
    background-image:url('/site/img/bg_businesscleaning.png');
}

body.index-view .index-header-new .container {
    text-align: left;
    overflow: hidden;
}

body.index-view .index-header-new .container > div > div {
    padding: 38px;
    background: none;
}

body.index-view .index-header-new .container > div > div .link { 
    width: 100%;
}

@media (min-width: 1200px) {
    body.index-view .index-header-new .container > div > div:last-child {
        padding-left: 130px !important;
        padding-right: 40px !important;
    }
}

@media (min-width: 991px) { 
    body.index-view .index-header-new .container {
        padding-top: 0;
    }

    body.index-view .index-header-new .container > div > div {
        min-height: 240px;
    }

    body.index-view .index-header-new .container > div > div:first-child { 
        padding-right: 40px;
        padding-left: 15px;
    }

    body.index-view .index-header-new .container > div > div:last-child { 
        padding-left: 80px;
        padding-right: 80px;
    }

    body.index-view .index-header-new .container > div > div:first-child h1, 
    body.index-view .index-header-new .container > div > div:first-child h2  {
        padding-right: 30%;
    }
}

@media (min-width:767px) {
    body.index-view .index-header-new .container > div > div {
        position: relative;
    }

    body.index-view .index-header-new .container > div > div .link {
        position: absolute;
        top: 200px;
    }

    body.index-view .index-header-new .container > div > div .link a { 
        margin: 0 auto;
    }  
}

@media (min-width:767px) and (max-width:991px) {
    body.index-view .index-header-new .container {
        padding-top: 30px;
        height: 350px;
    }

    body.index-view .index-header-new .container > div > div:first-child { 
        padding-left: 0;
    }

    body.index-view .index-header-new .container > div > div:last-child { 
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    body.index-view .index-header-new {
        height: auto;
    }

    body.index-view .index-header-new .container {
        text-align: center;
    }

}

@media (max-width: 767px) { 
    body.index-view .index-header-new {
        height: auto;
    }

    body.index-view .index-header-new .container {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    body.index-view .index-header-new .container > div > div {
        background-position: center center;
        background-size: cover;
        margin: 20px;
    }

    body.index-view .index-header-new .container > div > div:first-child {
        background-image:url('/site/img/bg_homecleaning.png');
        margin: 0;
    }

    body.index-view .index-header-new .container > div > div:last-child {
        background-image:url('/site/img/bg_businesscleaning.png');
        margin-bottom: 0;
    }

    body.index-view .index-header-new .container > div > div h1, 
    body.index-view .index-header-new .container > div > div h2
    {
        margin: 0 24px;
    }

    body.index-view .index-header-new .container > div .item > div {
        margin-top: 16px;
    }


}
/*******************************************/
/* Price Page styles
/*******************************************/
body.price-view .full-container .price-table {
    display: table;
    width: 100%;
    margin-top: 3em;
    border-collapse: separate;
    border-spacing: 2em;
}

body.price-view .full-container .price-table .price-column {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 33.3%;
    background-color: #f5f4f7;
    padding: 2em;
}

body.price-view .full-container .price-table .price-column div.title {
    display: table;
    width: 100%;
    height: 10em;
}

body.price-view .full-container .price-table .price-column h3 {
    vertical-align: middle;
    display: table-cell;
}

body.price-view .full-container .price-table .price-column .savings-bubble {
    position: absolute;
    top: -1.6em;
    right: 1em;
}

@media (max-width: 767px) { 
    body.price-view .full-container .price-table .price-column .savings-bubble {
        position: absolute;
        top: -1.6em;
        right: -1em;
    }
}

body.price-view .full-container .price-table .price-column .savings-bubble p {
    width: 6em;
    margin: 0.5em auto;
    line-height: 1.3em;
    text-align: center;
}

body.price-view .full-container .price-table .price-column .savings-bubble a:hover {
    text-decoration: none;
}

body.price-view .full-container .price-table .price-column ul {
    list-style: none;
    text-align: left;
}

body.price-view .full-container .price-table .price-column ul li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 2.5em;
}

body.price-view .full-container .price-table .price-column ul li.cross {
    color: #a9a9a9;
    text-decoration: line-through;
}

body.price-view .full-container .price-table .price-column ul li:before {
    font-size: 1.3em;
    display: block;
    position: absolute;
    left: 0;
    top: -0.15em;
    width: 1em;
}

body.price-view .full-container .price-table .price-column ul li.check:before {
    font-family: 'FontAwesome';
    content: '\f00C';
    color: #383838;
    font-size: 1.1em;
}

body.price-view .full-container .price-table .price-column ul li.cross:before {
    font-family: Helvetica, sans-serif;
    content: '\2715';
    margin-left: 0.1em;
}

body.price-view .full-container .price-table .price-column p.cta-container {
    margin: 3em 0 1em;
}

body.price-view .full-container .price-table .price-column.highlighted {
    background-color: #f9f7f2;
}

body.price-view .full-container .price-table .price-column.highlighted h3 {
    font-size: 2em;
    color: #383838;
}

body.price-view .full-container.tax-benefits .container .row > div:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    background: #ccc;
    left: 4em;
    right: 0;
    top: 0.65em;
}

body.price-view .full-container.tax-benefits .container .row > div:first-child::before,
body.price-view .full-container.tax-benefits .container .row > div:last-child::before {
    display: none;
}

body.price-view .full-container.tax-benefits i.circle {
    display: block;
    border: 0.2em solid #808080;
    border-radius: 5em;
    position: absolute;
}

body.price-view .full-container.tax-benefits i.circle.circle-2nd {
    height: 1em;
    width: 1em;
    top: 0.2em;
    left: 2em
}

body.price-view .full-container.tax-benefits i.circle.circle-3rd {
    height: 1.7em;
    width: 1.7em;
    top: -0.08em;
}

body.price-view .full-container.tax-benefits img.ic-20 {
    top: -1.4em;
    position: absolute;
    display: block;
    left: 1em;
}

body.price-view .full-container.tax-benefits h2 {
    position: absolute;
    margin: 0;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1em;
    left: 15px;
}

body.price-view .full-container.tax-benefits .container .row > div p {
    padding: 3em;
    position: relative;
}

body.price-view .full-container.tax-benefits .container .row > div p i.number {
    color: #ccc;
    position: absolute;
    left: 1.5em;
    font-style: initial;
}

body.price-view .full-container.tax-benefits .container .row > div:first-child p {
    padding-left: 0;
    font-size: 1.1em;
}

@media (min-width: 768px) and (max-width: 991px) {
    body.price-view .full-container.tax-benefits .container .row > div:first-child p {
        font-size: 1em;
    }

    body.price-view .full-container.tax-benefits .container .row > div p {
        font-size: 0.9em;
    }
}

@media (max-width: 991px) {
    body.price-view .full-container .price-table {
        display: block;
        width: auto;
    }
    
    body.price-view .full-container .price-table .price-column {
        display: block;
        width: auto;
        margin-bottom: 3em;
    }
    
    body.price-view .full-container .price-table .price-column div.title {
        height: auto;
    }
}

@media (max-width: 767px) {
    body.price-view .full-container.tax-benefits .container .row > div:before {
        width: 1px;
        height: auto;
        top: 2em;
        bottom: 0;
        left: 2.5em;
        right: initial;
    }
    
    body.price-view .full-container.tax-benefits i.circle.circle-3rd {
        top: -0.3em;
        left: 1.65em;
    }
    
    body.price-view .full-container.tax-benefits img.ic-20 {
        left: 0.3em;
    }
    
    body.price-view .full-container.tax-benefits .container .row > div p {
        padding-left: 6em;
        padding-top: 0;
    }
    
    body.price-view .full-container.tax-benefits .container .row > div p i.number {
        left: 4.5em;
    }
    
    body.price-view .full-container.tax-benefits h2 {
        text-align: center;
        position: static;
    }
    
    body.price-view .full-container.tax-benefits .container .row > div:first-child p {
        padding: 0 0 2em;
        text-align: center;
    }
}

/*******************************************/
/* Feedback Page styles
/*******************************************/
body.feedback-view .separator {
    position: absolute;
    width: 1px;
    height: 45px;
    border-left: 1px solid #ddd;
    margin-left: 50%;
}

body.feedback-view div.rating-error {
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block;
    font-size: 0.8em !important;
    vertical-align: top;
}

body.feedback-view div.rating-error img {
    margin: 0.35em;
}

body.feedback-view .rating-stars .star {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
}

body.feedback-view div[data-rating-value].selected {
    background-image: url("/site/img/feedback-star-selected.svg");
}

body.feedback-view div[data-rating-value].not-selected {
    background-image: url("/site/img/feedback-star.svg");
}

body.feedback-view div[data-rating-value].hover {
    background-image: url("/site/img/feedback-star-selected.svg");
    opacity: 0.45;
}

body.feedback-view div.input-group {
    border: none;
}

@media (max-width: 768px) {
    .rating {width:100%}

    body.feedback-view .rating-stars {
        display: block;
        float: none;
        margin: 0;
    }

    body.feedback-view .rating p {
        float: none;
    }
}

/*******************************************/
/* Error pages styles
/*******************************************/
img.img-error-page {
    margin: 0 auto;
    padding: 4em;
}

/*******************************************/
/* Android Suggestion Model Styles
/*******************************************/
@media (min-width: 768px) {
    #android-suggestion-modal.modal .modal-middle {
        width: 30em;
    }
}

#android-suggestion-modal.modal .modal-body {
    padding: 2em 1.5em;
}

.mobile-suggestion h3,
.android-suggestion h3 {
    font-size: 1.3em;
}

.mobile-suggestion p,
.android-suggestion p {
    font-size: 1.15em;
    line-height: 1.4em;
    margin-top: 0.25em;
}

.mobile-suggestion p.header,
.android-suggestion p.header {
    font-size: 1.3em;
    font-weight: 500;
}

.mobile-suggestion div.line-column,
.android-suggestion div.line-column {
    margin: 2.5em 0;

}

.mobile-suggestion div.horizontal-line,
.android-suggestion div.horizontal-line {
    height: 1px;
    background-color: #eee;
    text-align: center;
}

.mobile-suggestion div.horizontal-line span.horizontal-line-inner,
.android-suggestion div.horizontal-line span.horizontal-line-inner {
    position: relative;
    top: -0.7em;
    background-color: #fff;
    padding: 0 1.2em;
    font-size: 1.15em;
}

.mobile-suggestion  button.btn,
.android-suggestion button.btn {
    width: 100%;
    padding: 0;
    font-size: 0.9em;
    height: 4em;
    max-width: 20em;
}

.mobile-suggestion .btn.btn-with-svg span.text,
.android-suggestion .btn.btn-with-svg span.text {
    line-height: normal;
    margin: 1em 0 1em 1em;
}

.mobile-suggestion .btn.btn-with-svg,
.android-suggestion .btn.btn-with-svg {
    min-height: 0;
}

.mobile-suggestion .btn.btn-with-svg .svg img,
.android-suggestion .btn.btn-with-svg .svg img {
    width: 20em;
}

.mobile-suggestion button.btn-default,
.android-suggestion button.btn-default {
    border: 0.1em solid #4B4F52;
    color: #4B4F52;
    text-transform: none;
    font-weight: 300;
}

.android-suggestion div.arrow {
    background-image: url('/site/img/arrow.png');
    background-repeat: no-repeat;
    background-position: right 0.75em;
    background-size: 2.5em;
}

.android-suggestion .arrow p {
    margin-top: 1em;
    margin-bottom: 0;
    padding-bottom: 2em;
}

/*******************************************/
/* Partial Contact Form styles
/*******************************************/
.full-container.contact-form form input.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
    border: 1px solid #DCE0E0;
    font-size: 1em;
    height: 3.25em;
    padding: 0.5em 1em 0.5em 4em;
    background-color: white;
}

.full-container.contact-form form textarea.form-control {
    padding: 1em;
    font-size: 1em;
    height: 11em;
}


.full-container.contact-form form div.input-addon {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 16px;
    background-color: #E8E7EC;
    width: 2.5em;
    color: dimgrey;
    text-align: center;
    cursor: pointer;
    font-size: 1.25em;
    height: auto;
}

.full-container.contact-form form div.input-addon span {
    margin: auto;
    line-height: 2.75em;
}

.full-container.contact-form h4 {
    font-weight: 700;
    height: 3.25em;
    line-height: 3.25em;
}

.full-container.contact-form .info {
    margin-left: 2.6em;
}

.full-container.contact-form .hotline {
    line-height: 2.5em;
}

.full-container.contact-form button.btn {
    font-size: 1.25em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    min-width: 8em;
}

.full-container.contact-form .show-phone-question {
    font-family: "Roboto", Arial, sans-serif;
    text-align: center;
    cursor: pointer;
    font-size: 1em;
    margin-top: 3em;
    margin-bottom: 1em;
}

.full-container.contact-form .icon {
    display: inline-block;
    float: left;
    margin-right: 1.5em;
    margin-left: 0.15em;
}

.full-container.contact-form .icon-hotline {
    background: url('/site/img/icon_hotline.png');
    width: 37px;
    height: 37px;
    margin-top: 0.425em;
}

.full-container.contact-form .dropdown {
    position: initial;
}

.full-container.contact-form .dropdown li {
    padding: 0.75em 0.5em 0.75em 3.5em;
}

.full-container.contact-form .dropdown ul.dropdown-menu {
    font-size: 1em;
}

.full-container.contact-form .form-control.ng-dirty.ng-invalid,
.full-container.contact-form .form-control.ng-dirty.ng-invalid-required {
    border-color: rgba(255, 0, 0, 0.6);
}

.full-container.contact-form .tooltip.error .tooltip-inner {
    max-width: none;
    background-color: rgba(255, 0, 0, 0.9);
}

.full-container.contact-form .tooltip-inner {
    padding: 0.5em 1em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 0.4em;
    font-size: 0.8em;
}

.full-container.contact-form .tooltip.bottom.error {
    margin-top: 0;
}

.full-container.contact-form .tooltip.bottom.error .tooltip-arrow {
    border-bottom-color: rgba(255, 0, 0, 0.9);
}

@media (min-width: 992px) {
    .full-container .container.contact-form-thankyou {
        padding: 17em 0;
    }
}

@media (min-width: 768px) {
    .full-container.contact-form .container {
        padding-bottom: 4em;
    }
}

body.partner-view {
    text-align: center;
}

body.partner-view .full-container {
    border-bottom: 0;
}

@media (min-width: 768px) {
    body.partner-view .partner-footer {
        background-image: url(/site/img/professional.jpg);
        background-repeat: no-repeat;
        background-size: auto 95%;
        background-position: 35% bottom;
    }
}

@media (max-width: 767px) {
      body.partner-view .partner-footer img {
          margin: 1em auto 0;
          max-width: 80%;
          display: block;
      }
}

/*******************************************/
/* Cancellation Policy page styles
/*******************************************/
.cancellation-policy-view p.header-description {
    font-size: 1.1em;
    margin-top: 1em;
    font-weight: 400;
    line-height: 1.6em;
}

.cancellation-policy-view ul.checklist li {
    margin-bottom: 2em;
}

.cancellation-policy-tabs {
    margin-top: 1em;
    background-color: #fff;
}

.cancellation-policy-tabs section {
    border: 1px solid #dce0e0;
    border-top: 0;
    padding: 1.5em 2.5em;
}

.cancellation-policy-tabs section .recurring-rescheduling-fee {
    border-top: 1px solid #eee;
    padding-top: 1.5em;
}

.cancellation-policy-tabs section .recurring-rescheduling-fee span {
    font-weight: 500;
    font-size: 1.2em;
    display: block;
}

.cancellation-policy-tabs section .recurring-rescheduling-fee span:last-child {
    font-weight: 300;
}

.cancellation-policy-tabs .percentage-table {
    display: table;
    width: 100%;
    margin-top: 4em;
}

.cancellation-policy-tabs .percentage-table > div {
    display: table-cell;
    position: relative;
    width: 28%;
    padding: 1em 2em 1em 0.15em;
}

.cancellation-policy-tabs .percentage-table > div:nth-child(1) {
    border-top: 2px solid rgba(109, 109, 109, 1);
}

.cancellation-policy-tabs .percentage-table > div:nth-child(2) {
    border-top: 2px solid rgba(109, 109, 109, 0.5);
}

.cancellation-policy-tabs .percentage-table > div:nth-child(3) {
    border-top: 2px solid rgba(109, 109, 109, 0.25);
    width: 24%;
}

.cancellation-policy-tabs .percentage-table > div:nth-child(4) {
    border-top: 2px solid rgba(109, 109, 109, 0);
    width: 20%;
    padding-right: 0;
}

.cancellation-policy-tabs .percentage-table > div i.circle {
    width: 1em;
    height: 1em;
    position: absolute;
    background-color: #6d6d6d;
    top: 0;
    left: 0;
    margin-top: -0.5em;
    border-radius: 1em;
    border: 2px solid #fff;
}

.cancellation-policy-tabs .percentage-table > div span.refund-label {
    position: absolute;
    top: 0;
    left: 0;
    margin: -2.5em 0 0;
    font-weight: 500;
    color: #ff5b4d;
    font-size: 1.2em;
    line-height: 1.9em;
}

.cancellation-policy-tabs .percentage-table > div p.percentage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #383838;
    margin: -2.5em 0 0;
    font-weight: 500;
    line-height: 1.7em;
    font-size: 1.1em;
}

.cancellation-policy-tabs .percentage-table > div p.cancellation-date {
    font-weight: 500;
    margin: 0;
}

.cancellation-policy-tabs .percentage-table > div p.cancellation-date-example {
    font-weight: 300;
    margin-top: 0;
    line-height: 1em;
}

.cancellation-policy-tabs .percentage-table > div p.cancellation-description {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 2em;
}

.cancellation-policy-tabs .percentage-table > div p.cancellation-description br {
    margin: 1em 0 0;
    display: block;
    content: ' ';
}

.cancellation-policy-tabs .percentage-table > div img {
    position: absolute;
    top: -4em;
    left: 3em;
}

.full-container.benefits .container .items {
    position: relative;
    padding-left: 50px;
}

.full-container.benefits .container .items img {
    position: absolute;
    top: 15px;
    left: 15px;
}

.full-container.benefits .container .items h4,
.full-container.benefits .container .items p {
    margin-left: 15px;
}

.full-container.benefits .container .items p {
    line-height: 1.5em;
}

@media (max-width: 767px) {
    .cancellation-policy-view h1 {
        font-size: 2em;
    }

    .cancellation-policy-tabs > section > p {
        margin-left: -0.8em;
    }

    .cancellation-policy-tabs header > div {
        font-size: 1.2em;
    }
    
    .cancellation-policy-tabs .percentage-table {
        display: block;
        width: auto;
        margin-top: 2em;
    }

    .cancellation-policy-tabs .percentage-table > div {
        display: block;
        position: relative;
        width: auto;
        padding: 2em 1em 2em 2em;
        margin-left: 6em;
    }

    .cancellation-policy-tabs .percentage-table > div:nth-child(1) {
        border-top: 0;
        border-left: 2px solid rgba(109, 109, 109, 1);
    }

    .cancellation-policy-tabs .percentage-table > div:nth-child(2) {
        border-top: 0;
        border-left: 2px solid rgba(109, 109, 109, 0.5);
    }

    .cancellation-policy-tabs .percentage-table > div:nth-child(3) {
        border-top: 0;
        border-left: 2px solid rgba(109, 109, 109, 0.25);
        width: auto;
    }

    .cancellation-policy-tabs .percentage-table > div:nth-child(4) {
        border-top: 0;
        border-left: 2px solid rgba(109, 109, 109, 0);
        width: auto;
    }
    
    .cancellation-policy-tabs .percentage-table > div i.circle {
        left: -0.6em;
    }
    
    .cancellation-policy-tabs .percentage-table > div span.refund-label {
        position: static;
        margin: 0;
    }

    .cancellation-policy-tabs .percentage-table > div p.percentage {
        position: static;
        text-align: left;
        margin: 0;
        line-height: 1em;
    }
    
    .cancellation-policy-tabs .percentage-table > div p.cancellation-date {
        line-height: 1.2em;
        margin-bottom: 0.5em;
    }
    
    .cancellation-policy-tabs .percentage-table > div div.cancellation-date-wrapper {
        position: absolute;
        left: -7em;
        max-width: 6em;
        top: -0.8em;
    }

    .cancellation-policy-tabs .percentage-table > div img {
        top: -1em;
        left: 2em;
    }
}

@media (max-width: 467px) {
    .cancellation-policy-view h1 {
        font-size: 1.5em;
    }

    .cancellation-policy-tabs header > div {
        font-size: 1em;
    }
}

/*********************************************/
/*                                           */
/*                  MOBILE                   */
/*                                           */
/*********************************************/
@media (max-width: 767px) {
    div.ekomi-badge {
        display: none;
    }
}

/*********************************************/
/* Header
/*********************************************/
@media (max-width: 1060px) {
    .full-container.header .phone.show-phone {
        display: none;
    }

    .full-container.header .phone.hidden-phone {
        display: block;
    }

    .full-container.header .phone span {
        font-size: 3em;
        line-height: 1.3em;
    }

    .full-container.header .menu-mobile {
        margin: 0 5px;
    }

    .full-container.header .phone:hover {
        color: lightgray;
    }
}

@media (max-width: 399px) {
    .full-container.header .phone.hidden-phone {
        display: none;
    }
}

@media (max-width: 875px) {
    .full-container.header .navigation ul > li {
        margin: 0 0.4em;
    }
}

/*********************************************/
/* Signup Page
/*********************************************/
@media (max-width: 767px) {
    .full-container.testimonial blockquote {
        padding: 0;
    }

    body.jobs-view .full-container.steps .big-icons > div {
        padding: 0.2em 5em;
    }
}

/*********************************************/
/* Seo Views
/*********************************************/
@media (max-width: 991px) {
    body.seo-view .full-container.testimonial  {
        display: none;
    }

    body.seo-view.our-cleaners-view .full-container.seo-header h1 {
        margin: 0em 0 1em 0;
    }

    body.seo-view.our-cleaners-view .full-container.seo-header .box,
    body.seo-view.about-us-view .full-container.seo-header .box {
        margin: 0;
    }

    body.seo-view .full-container.seo-header .container .asterisk {
        padding-top: 1em;
    }

    body.seo-view.about-us-view .full-container.seo-header .container {
        padding-top: 5em;
        padding-bottom: 0.5em;
    }

    body.seo-view.about-us-view .full-container .row.quote p {
        min-height: initial;
    }
}

@media (max-width: 767px) {
    body.seo-view .full-container.content div.body h3 {
        margin-top: 1em;
    }

    body.seo-view.help-view .full-container.content div.body .fake-h3 {
        margin-bottom: 1em;
    }
}

/*********************************************/
/* Homepage
/*********************************************/
@media (max-width: 991px) {
    body.index-view, .index-view header {
        min-width: 325px;
    }
}

/*******************************************/
/* Price Page styles
/*******************************************/
@media (max-width: 991px) {
    body.price-view .full-container.price-header h1 {
        margin-top: 0em;
    }
}

/*******************************************/
/* Moble app block
/*******************************************/
body .full-container.mobile-apps .container {
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    body .full-container.mobile-apps .container {
        width: auto;
        margin: 0 15px;
        padding: 3em 0em;
    }
}