﻿/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.pointer {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  padding: 0;
  outline: 0;
  border: none;
  font: inherit;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  font: inherit;
  padding: 0;
  border: none;
  overflow: auto;
  outline: 0;
  resize: none;
  box-shadow: none;
}

button {
  padding: 0;
  outline: 0;
  border: none;
  font-family: inherit;
  background: inherit;
  font: inherit;
  color: inherit;
  text-transform: inherit;
  cursor: pointer;
}

select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: inherit;
  border-radius: inherit;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

.abcRioButtonLightBlue,
.abcRioButtonBlue {
  border-radius: 5px !important;
}

.abcRioButtonIcon {
  border-radius: 5px !important;
}

.abcRioButtonContents span {
  text-transform: uppercase !important;
  font-family: "Maven Pro", sans-serif !important;
  font-weight: 700 !important;
  line-height: 40px !important;
  color: white !important;
  font-size: 14px !important;
}

div.customfacebookIcon {
  float: left;
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 1px;
  background-image: url(../Images/square-facebook-40_white.png);
  background-size: 38px;
  border-radius: 5px;
}

#fbsig2 {
  margin: 5px 0;
  width: 320px;
  height: 40px;
  background-color: #3c5a98;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  cursor: pointer;
}

#fbsig2 span {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: white;
}

/* Service colors */
.color-handyman {
  background-color: #ff6b6b !important;
  color: #fff !important;
}

.color-plumbing {
  background-color: #a8dba8 !important;
  color: #fff;
}

.color-eletrical {
  background-color: #fbb03b !important;
  color: #fff;
}

.color-cleaning {
  background-color: #4ecdc4 !important;
  color: #fff;
}

.color-default {
  background-color: #f2f2f2 !important;
  color: #fff;
}

.btnlmargin {
  margin-left: 3px;
}

.dx-widget {
  color: #666666 !important;
  font-family: "Lato", sans-serif !important;
  font-size: 13px !important;
  line-height: 24px !important;
}

.dx-header-row td div.dx-datagrid-text-content {
  font-weight: 500 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  color: #808080 !important;
  font-family: "Lato", sans-serif !important;
}

.wrapper.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(42, 46, 56, 0.95) none no-repeat 0;
  z-index: 11;
  overflow-y: auto;
}

.overlay .close {
  cursor: pointer;
}

.wrapper.overlay .container {
  background: #fff none no-repeat 0;
  padding: 20px;
  position: relative;
}

.wrapper.overlay a.close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #b3b3b3;
  font-size: 18px;
  text-decoration: none;
}

.overlay ul {
  list-style-type: none;
}

.overlay li {
  color: grey !important;
  font-size: 16px;
  text-align: left;
}

h3#innerMainPopupTitle {
  font-size: 20px;
  margin-top: 0px;
}

.adress-block {
  background: #f2f2f2 none no-repeat 0;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  max-width: 30%;
  width: 100%;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
.adress-block ul.inline li {
  margin: 0 0 5px;
}
.adress-block .header {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 15px;
}
.adress-block .header .title {
  margin: 0;
  padding: 0;
}
.adress-block .content {
  padding: 10px 15px;
}
.adress-block .buttons {
  padding: 10px 15px;
  border-top: 1px solid #e6e6e6;
}
.adress-block .input-field,
.adress-block input[type="text"],
.adress-block input[type="email"],
.adress-block input[type="date"],
.adress-block input[type="tel"],
.adress-block textarea,
.adress-block input[type="password"],
.adress-block select,
.adress-block .custom-select {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.adress-block label {
  font-weight: bold;
  margin-bottom: 5px;
}
.adress-block .data {
  margin-bottom: 10px;
  display: block;
}
.adress-block .input-field {
}
.adress-block .hide {
  display: none !important;
}

@media all and (max-width: 768px) {
  .adress-block {
    max-width: 100%;
    margin: 10px 0;
  }
}

#fileuploader-container {
  border: 1px solid #d3d3d3 !important;
  margin: 30px 0px 0 0px !important;
  background: #fff;
}

#ui-datepicker-div {
  width: 350px !important; /*what ever width you want*/
}

.InvoiceAddressListInput .customSelectInner {
  width: auto !important;
}

#BookingCheckoutContent input {
  cursor: auto;
  color: #cccccc;
}

#BookingCheckoutContent #LiCCNumber input,
#BookingCheckoutContent #LiCCExpiration input,
#BookingCheckoutContent #LiCCSCode input {
  cursor: text;
  color: #999999;
}

.field-validation-error,
.form-error input,
#PhoneVCodeMessage {
  background: #ff6b6b none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px !important;
  line-height: 18px;
  margin: 5px 0;
  padding: 10px;
  text-align: center;
}

.fill-star {
  fill: #f4c243 !important;
}

.selectedExtra {
  background: #ddebf1 !important;
}

#SpanRecommendedHours {
  padding-left: 5px;
  padding-right: 5px;
}

#nav-lang {
  height: 29px;
}

.nav-lang-button {
  background-color: #fec14d !important;
  padding-right: 30px;
  height: 29px;
  color: #fff;
}

.nav-button {
  color: #fff;
}

.service-variation-nav {
  padding-bottom: 20px;
  padding-top: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 680px) {
  .fb-customerchat {
    display: none !important;
  }
}

#target-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
}

.promocode-input {
  text-transform: uppercase;
}
.promocode-input::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: none;
}

.promocode-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: none;
}

.promocode-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: none;
}

.promocode-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: none;
}

.login_content {
  margin-top: 30px;
  padding-bottom: 100px;
  margin-left: 5%;
  margin-right: 5%;
}

.recover_content {
  padding-bottom: 100px;
}

.hide {
  display: none !important;
}

.round-button {
  height: 36px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 13px;
  color: #cccccc;
  letter-spacing: 0.3px;
  border-radius: 8px;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
  box-sizing: border-box;
  color: #ffffff;
  background-color: #75bbd1;
  text-transform: uppercase;
}

.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #ffffff;
}

.dropdown-selected {
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #75bbd1;
  letter-spacing: 0.1px;
  cursor: pointer;
}

.dropdown-selected .dropdown-img,
.dropdown-selected img {
  margin-right: 6px;
  width: 34px;
  height: 34px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dropdown-selected:before,
.dropdown-selected:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #b3b3b3;
}

.dropdown-selected:before {
  transform: translate(-82%, -50%) rotate(45deg);
}

.dropdown-selected:after {
  transform: translate(-18%, -50%) rotate(-45deg);
}

.dropdown-list {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 100%;
  padding: 0 10px;
  background-color: #ffffff;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
  box-sizing: border-box;
  z-index: 1;
}

.dropdown-item {
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  cursor: pointer;
}

@media only screen and (max-width: 860px) {
  .dropdown-item {
    padding: 8px 5px;
    font-size: 11px;
  }
}

.dropdown--open .dropdown-list {
  display: block;
}

.dropdown [data-type="cleaning"] {
  color: #75bbd1;
}

.dropdown [data-type="cleaning"] .dropdown-img {
  background-image: url("../Images/formulario_limpeza.svg");
}

.dropdown [data-type="family"] {
  color: #fcc103;
}

.dropdown [data-type="family"] .dropdown-img {
  background-image: url("../Images/formulario_criancas.svg");
}

.dropdown [data-type="maintenance"] {
  color: #fe7877;
}

.dropdown [data-type="maintenance"] .dropdown-img {
  background-image: url("../Images/formulario_manutencao.svg");
}

.dropdown [data-type="health"] {
  color: #a9d8a9;
}

.dropdown [data-type="health"] .dropdown-img {
  background-image: url("../Images/formulario_saude.svg");
}

/*/*header {
    display: flex;
    align-items: center;
    z-index: 10;
    padding: 1rem 8rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    justify-content: space-between;
    position: fixed;
    width: -webkit-fill-available;
    background-color: rgba(255, 255, 255, 0.37);
}
    header img {
        width: 154px;
        margin-right: 1rem;
    }
@media only screen and (max-width: 1200px) {
    header img {
        width: 130px;
    }
}
@media only screen and (max-width: 1000px) {
    header img {
        width: 100px;
    }
}
@media screen and (max-width: 780px) {
    header {
        padding: 1rem 1.5rem;
    }
}
@media screen and (max-width: 680px) {
    header {
        padding: 1rem 1rem;
    }
}
.scrolledHeader {
    background-color: rgba(255, 255, 255, 0.80);
}
.header-div {
    display: flex
}
.header-menu {
    color: #4a4a4a;
    font-size: 18px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

    .header-menu ul {
        display: flex;
        align-items: center;
    }
@media only screen and (max-width: 860px) {
    .header-menu {
        display: none;
    }
}

.header-menu .nav_logged-menu {
    position: absolute;
    display: none;
    width:100%;
    background-color: #F7F9FB;
    flex-direction: column;
    border-radius: 3px;
}
.nav-item {
    color: #4a4a4a;
    font-size: 1.125rem;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.04px;
    margin: 0 0.5rem;
}
    .nav-item:last-child {
        margin-right: 0;
    }

@media only screen and (max-width: 1200px) {
    .nav-item {
        font-size: 13px;
        margin-right: 24px;
    }
}

@media only screen and (max-width: 1000px) {
    .nav-item {
        font-size: 11px;
        margin-right: 16px;
    }
}
.nav-item-services {
    padding: 0px 15px 0 0.5rem;
    background-image: url(../Images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 98% 70%;
}
    .nav-item-services:hover .nav-menu-services {
        display: block;

    }
.nav-menu-services {
    display: none;
    position: absolute;
}
.nav-menu-services-arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #ffffff;
    margin-left: 3%;
}
.nav-menu-services-container {
    background-color: #ffffff;
    z-index: 1;
    border-radius: 8px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.02), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: flex;
}
.nav-menu-services-column {
    margin: 40px 56px;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    color: #424242
}
    .nav-menu-services-column h2 {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 12px;
        color: #1c1f2a;
    }
    .nav-menu-services-column a {
        font-weight: 500;
        margin: 12px 0;
    }
        .nav-menu-services-column a:hover {
            font-weight: 600;
            color: #71b2c9
        }
        .nav-menu-services-column a:last-of-type {
            margin-bottom: 0;
        }
    .nav-menu-services-column:last-of-type {
        justify-content: flex-end;
    }
@media only screen and (max-width: 1380px) {
    .nav-menu-services-column {
        font-size: 0.90rem;
        margin: 30px 42px;
    }
}
@media only screen and (max-width: 1210px) {
    .nav-menu-services-column {
        font-size: 0.80rem;
        margin: 20px 28px;
    }
}
@media only screen and (max-width: 1010px) {
    .nav-menu-services-column {
        font-size: 0.65rem;
        margin: 14px 18px;
    }
}
/* HEADER WEGHO FS*/
/*.nav-menu-services-column-fs {
    margin: 10px 50px 10px 0px;
}
    .nav-menu-services-column-fs img {
        width: 35px;
        height: 35px;
        margin-right: 1rem;
    }
    .nav-menu-services-column-fs .nav-menu-services-weghofs h2 {
        text-transform: none;
        color: #71b2c9;
        font-weight: 500;
    }
    .nav-menu-services-column-fs .nav-menu-services-weghofs a {
        text-transform: none;
        padding: 0;
        color: #71b2c9;
    }
        .nav-menu-services-column-fs .nav-menu-services-weghofs a:active, .nav-menu-services-column-fs .nav-menu-services-weghofs a:hover {
            background-color: transparent;
            text-decoration: underline;
            color: #71b2c9;
        }

    .nav-menu-services-column-fs a {
        text-transform: uppercase;
        font-weight: 600;
        padding: 12px 20px;
        margin: 0;
        display: flex;
        align-items: center;
    }
        .nav-menu-services-column-fs a:hover, .nav-menu-services-column-fs a:active {
            background-color: rgba(25, 92, 173, 0.13);
            color: #424242;
        }
.mobile_menu-item-redirect-fs {
    color: #71b2c9;
}
.mobile_menu-logout-fs {
    background-color: #71b2c9;
}
.mobile_menu-logo-fs {
    height: 32px;
    position: absolute;
    top: 16px;
    left: 23px;
}
.mobile_menu-register-fs {
    background-color: #195cad!important;
}
.mobile_menu-close-fs {
    background-image: url(../Images/close-nav-mobile-fs.svg);
}
.callme-btn-fs {
    background-image: url(../Images/call-us-fs.svg);
}
.hamburguer-btn-fs {
    background-image: url(../Images/menu-fs.svg);
}*/
/* END HEADER WEGHO FS*/
/*.nav-menu-services-all {
    font-weight: 600 !important;
    color: #1c1f2a;
    bottom: 8%;
    position: absolute;
}
    .nav-menu-services-all:hover, .nav-menu-services-all:active {
        text-decoration: underline;
        color: #1c1f2a!important;
    }
    .nav-menu-services-all::after {
        content: "→";
        color: #1c1f2a !important;
        font-weight: 700;
    }
.nav-menu-services-weghofs {
    background-color: #f6f9fc;
    width: 210px;
    padding: 15px;
}
    .nav-menu-services-weghofs h2, .nav-menu-services-weghofs a {
        color: #195cad;
    }
    .nav-menu-services-weghofs p {
        color: #1c1f2a;
        font-size: 14px;
        letter-spacing: 0.3px;
        margin-bottom: 12px;
        text-transform: initial;
    }
    .nav-menu-services-weghofs a:hover {
        font-weight:500;
        color:#195cad
    }
@media only screen and (max-width: 1300px) {
    .nav-menu-services-weghofs {
        width: 180px;
    }
}
@media only screen and (max-width: 1010px) {
    .nav-menu-services-weghofs {
        width: 150px;
    }
}
.nav-logged {
    position: relative;
    display: inline-block;
}
.nav-logged button {
    padding-right: 40px;
    color: #1c1f2a;
    font-size: 18px;
    height: 43px;
    outline: none;
    padding: 0 30px 0 45px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    background-image: url(../Images/loggedUserIcon.svg), url(../Images/arrow-down.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, 94% 50%;
}
    .nav-logged button:active {
        background-color: #bbdce8;
    }
@media only screen and (max-width: 1200px) {
    .nav-logged button {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1000px) {
    .nav-logged button {
        font-size: 11px;
    }
}

.nav-logged .nav-logged-icon {
    width: 50%;
    height: auto;
    background: #71b2c9;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}
.nav-register {
    margin-right: 10px;
}
    .nav-register a {
        color: #FFFFFF;
        background-color: #1e2e43;
        padding: 8px 16px;
        border-radius: 5px;
        letter-spacing: 1px;
        max-height: 43px;
    }
        .nav-register a::after {
            content: "→";
            color: #FFFFFF;
            font-weight: 700;
        }
@media only screen and (max-width: 1200px) {
    .nav-register a {
        padding: 5px 14px;
    }
}

.header_mobile {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media only screen and (max-width: 860px) {
    .header_mobile {
        display: block;
    }
}

.header_mobile-btns {
    display: flex;
    align-items: center;
}

.callme-btn {
    margin-right: 10px;
    color: #ffffff;
    background-image: url(../Images/call-us.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 30px;
}
.hamburguer-btn {
    position: relative;
    background-image: url(../Images/hamburger-menu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 28px;
    margin-right: 8px;
}
.nav-logged--open .nav_logged-menu {
    display: flex;
}
.nav-logged--open button {
    background-color: #bbdce8;
}
.nav_logged-item {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    border-radius: 3px;
    color: #333333;
}

    .nav_logged-item a,
    .nav_logged-item button {
        display: block;
        padding: 8px 0;
        background-color: #F7F9FB;
        padding-right: 0;
        text-align: start;
        padding: 6px;
        text-transform: initial;
    }

    .nav_logged-item:last-child {
        border-bottom: none;
    }

    .nav_logged-item:hover {
        background-color: rgba(187, 220, 232, 0.23);
        color: #71b2c9;
        font-weight:600;
    }**/ /*/



.nav-language {
    display:block;
}
@media only screen and (max-width: 680px) {
    .nav-language {
        height: auto;
        margin-bottom: 0;
        margin-top: 8px;
    }
}
.nav-language button {
    padding-right: 22px;
    color: white;
    height: 43px;
    outline: none;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    text-align: center;
    background-image: url(../Images/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-position: 94% 54%;
}
@media only screen and (max-width: 680px) {
    .nav-language button {
        height: auto;
    }
}

.footer-nav ul {
    line-height: 200%;
    align-items: center;
}

@media only screen and (max-width: 680px) {
    .footer-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        align-items: center;
    }
}

.footer-nav li {
    padding: 0 0;
}

    .footer-nav li:first-child {
        border-left: none;
    }

@media only screen and (max-width: 680px) {
    .footer-nav li {
        padding: 0 15px;
        border-left: 1px solid #A9A9A9;
    }
}

.footer-logo {
    width: 42%;
    margin-right: 2%;
    margin-top: 1%;
    vertical-align: middle;
}

@media only screen and (max-width: 1900px) {
    .footer-logo {
        width: 58%;
    }
}

@media only screen and (max-width: 980px) {
    .footer-logo {
        width: 55%;
    }
}

@media only screen and (max-width: 680px) {
    .footer-logo {
        width: 25%;
        margin-top: 2%;
    }
}

.footer-row-social {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}
@media only screen and (max-width: 680px) {
    .footer-row-social {
        justify-content: flex-start;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .footer-social {
        margin: 4% 0% 4% 0 !important;
        width: 18%;
    }
}
.footer-social {
    margin-top: 10%;
    margin-left: 8%;
    vertical-align: middle;
}

.footer-store {
    width: 100px;
}

@media only screen and (max-width: 680px) {
    .footer-store {
        width: 80px;
    }
}

.footer-payment {
    width: 45px;
    margin-right: 16px;
}

@media only screen and (max-width: 680px) {
    .footer-payment {
        width: 42px !important;
        height: 30px;
        margin-right: 10px;
    }
}

.footer-payment--mb {
    width: 34px;
    height: 30px;
    margin-right: 16px;
}

@media only screen and (max-width: 680px) {
    .footer-payment--mb {
        width: 22px !important;
        margin-right: 10px;
    }
}

.footer-last {
    margin-top: 20px;
    height: 40px;
    align-items: center;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.1px;
}

@media only screen and (max-width: 680px) {
    .footer-last {
        margin-top: 10px;
        font-size: 11px;
    }

        .footer-last p {
            margin-bottom: 0;
        }
}

.home_background {
    background-image: url(../Images/home-top-shape.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

/*@media only screen and (max-width: 860px) {
    .home_background {
        background-image: url("../Images/home_mobile.png");
    }
}*/

.home_background .service_calendar-animation {
  top: 230px;
  left: 50%;
  right: auto;
  width: 370px;
  height: 380px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 860px) {
  .home_background .service_calendar-animation {
    display: none;
  }
}

.home_header-left {
  position: absolute;
  top: 310px;
  left: 830px;
  width: 200px;
  height: 264px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../Images/header_01.png");
}

.home_header-right {
  position: absolute;
  top: 360px;
  right: 618px;
  width: 294px;
  height: 264px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../Images/header_02.png");
}

@media only screen and (max-width: 860px) {
  .home_header-left,
  .home_header-right {
    display: none;
  }
}

.home-recruitment {
  position: absolute;
  top: 2691px;
  left: 920px;
  width: 200px;
  height: 161px;
  background-image: url("../Images/home_recruitment.png");
  background-size: cover;
}

@media only screen and (max-width: 860px) {
  .home-recruitment {
    display: none;
  }
}

.home-recruitment span {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% + 12px);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
  color: #75bbd1;
}

.home_main {
  padding-top: 300px;
}

@media only screen and (max-width: 860px) {
  .home_main {
    padding-top: 400px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.home_main .service_rocket {
  top: 160px;
}

@media only screen and (max-width: 860px) {
  .home_main .service_rocket {
    display: none;
  }
}

.home_main .service_rocket-message {
  font-size: 20px;
  font-weight: 800;
}

.home_form {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-bottom: 130px;
  background-color: #f3f4f7;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
}

.home_form:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100vh;
  height: 20px;
  transform: translateY(-50%);
  background-color: #f3f4f7;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
}

@media only screen and (max-width: 860px) {
  .home_form:before {
    display: none;
  }
}

.home_form .dropdown {
  height: 60px;
}

@media only screen and (max-width: 860px) {
  .home_form .dropdown {
    height: 40px;
  }

  .home_form .dropdown-selected {
    height: 40px;
    font-size: 11px;
  }

  .home_form .dropdown-selected img {
    width: 24px;
    height: 24px;
  }
}

.home_form-section {
  display: flex;
  align-items: center;
  margin-right: 0;
}

.home_form-section > * {
  margin-right: 0px;
}

@media only screen and (max-width: 860px) {
  .home_form-section {
    width: 100%;
  }

  .home_form-section > * {
    flex: 1;
  }

  .home_form-section > :last-child {
    margin-right: 0;
  }
}

.home_form-content {
  display: flex;
  align-items: center;
  padding: 30px;
}

.home_form-content > * {
  margin-right: 0px;
}

.home_form-content > *:first-child {
  width: 300px;
  margin-right: 20px;
}

@media only screen and (max-width: 860px) {
  .home_form-content > *:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 860px) {
  .home_form-content > *.home_form-section {
    margin-right: 0;
  }
}

.home_form-content > *:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 860px) {
  .home_form-content {
    flex-direction: column;
    padding: 16px;
  }
}

.home_form-input {
  height: 60px;
  padding: 5px;
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  box-sizing: border-box;
}

.home_form-input input {
  color: #333333;
}

.home_form-input input::-webkit-input-placeholder {
  color: #333333;
}

.home_form-input input::-moz-placeholder {
  color: #333333;
}

.home_form-input input:-ms-input-placeholder {
  color: #333333;
}

.home_form-input input:-moz-placeholder {
  color: #333333;
}

.home_form-input img {
  margin-right: 2px;
  width: 34px;
  height: 34px;
}

@media only screen and (max-width: 860px) {
  .home_form-input {
    height: 40px;
    font-size: 11px;
  }

  .home_form-input img {
    margin-right: 2px;
    width: 24px;
    height: 24px;
  }
}

.home_form-cp {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 860px) {
  .home_form-cp {
    margin-bottom: 10px;
  }
}

.home_form-cp input {
  width: 40px;
  height: 100%;
  padding: 0 6px;
  flex: 1;
}

@media only screen and (max-width: 860px) {
  .home_form-cp input {
    width: 30px;
  }
}

.home_form-cp > :first-child {
  width: 100px;
}

@media only screen and (max-width: 860px) {
  .home_form-cp > :first-child {
    flex: 2;
    width: auto;
  }
}

.home_form-cp > :last-child {
}

.home_form-cp > :last-child input {
  width: 30px;
}

@media only screen and (max-width: 860px) {
  .home_form-cp > :last-child {
  }

  .home_form-cp > :last-child input {
    width: 22px;
  }
}

.home_form-cp span {
  margin: 0 5px;
}

.home_form-date {
  width: 100px;
}

@media only screen and (max-width: 860px) {
  .home_form-date {
    width: 70px;
  }
}

.home_form-submit {
  flex: 1;
  height: 60px;
  padding: 0 30px;
  color: #ffffff;
  background-color: #57c5d0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 860px) {
  .home_form-submit {
    display: none;
  }
}

.home_form-submit--mobile {
  display: none;
}

@media only screen and (max-width: 860px) {
  .home_form-submit--mobile {
    display: block;
    position: absolute;
    bottom: -30px;
    height: 30px;
    font-size: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 0;
  }
}

.home_form-banner {
  position: absolute;
  left: 50%;
  top: calc(100% - 22px);
  width: 80%;
  height: 130px;
  transform: translate(-50%, 0);
  z-index: -1;
}

.home_form-banner svg {
  max-width: 100%;
  max-height: 100%;
}

.home_form-banner span {
  position: absolute;
  top: 49px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (max-width: 860px) {
  .home_form-banner {
    display: none;
  }
}

.home_steps {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 70px 0;
}

@media only screen and (max-width: 680px) {
  .home_steps {
    flex-direction: column;
    padding: 0;
  }
}

.home_steps .home_section-title {
  display: none;
}

@media only screen and (max-width: 680px) {
  .home_steps .home_section-title {
    display: block;
    margin-bottom: 20px;
    color: #75bbd1;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

.home_steps-item {
  width: 230px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .home_steps-item {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 11px;
    text-transform: none;
    text-align: left;
  }
}

.home_steps-item img {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 680px) {
  .home_steps-item img {
    width: 50%;
    max-width: 150px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.home_comments {
  position: relative;
  padding: 280px 0 100px 0;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 860px) {
  .home_comments {
    min-height: auto;
    padding-top: 80px;
  }
}

.home_comments-content {
  width: 650px;
}

.home_comments-content .service_comments-list {
  width: 100%;
  margin: 0;
  margin-right: 50px;
}

.home_comments-content .service_comments-animation {
  bottom: 160px;
  right: 0;
}

@media only screen and (max-width: 860px) {
  .home_comments-content .service_comments-animation {
    bottom: 80px;
  }
}

@media only screen and (max-width: 860px) {
  .home_comments-content {
    width: 100%;
  }
}

.home_comments-btn {
  position: relative;
  margin-top: 100px;
  padding: 20px 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-transform: uppercase;
  background: linear-gradient(
    to bottom,
    #6ab2cc 0%,
    #6ab2cc 50%,
    #60a8c0 50%,
    #60a8c0 100%
  );
  border-radius: 14px;
  z-index: 11;
}

@media only screen and (max-width: 860px) {
  .home_comments-btn {
    margin-top: 50px;
    padding: 16px 20px;
    border-radius: 8px;
  }
}

.home_media {
  position: relative;
  width: 100%;
  height: 300px;
  padding: 100px 0;
}

.home_media img {
  width: 300px;
  height: 300px;
}

@media only screen and (max-width: 860px) {
  .home_media img {
    width: 250px;
    height: 250px;
  }
}

@media only screen and (max-width: 860px) {
  .home_media {
    padding: 0;
  }
}

.home_media-container {
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease-in-out;
}

@media only screen and (max-width: 860px) {
  .home_media-container {
    right: -125px;
  }
}

.home_media-container:hover {
  transform: translate(-50%, -50%);
}

.home_media-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateLeft 30s linear infinite;
  transform-origin: center center;
}

.home_media-links > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -50px;
  animation: rotateLeftItem 30s linear infinite;
  transform-origin: center center;
}

@keyframes rotateLeft {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotateLeftItem {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.home_media-item {
  width: 100px;
  height: 30px;
}

.home_media-item img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
}

.home_media-item:hover img {
  filter: none;
}

.home_jobs {
  width: 80%;
  margin: auto;
  padding: 180px 0;
}

@media only screen and (max-width: 860px) {
  .home_jobs {
    padding: 100px 0;
  }
}

.home_jobs-description {
  margin-top: 30px;
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.1px;
}

.home_jobs-description a {
  font-weight: 600;
}

.home_jobs-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media only screen and (max-width: 860px) {
  .home_jobs-list {
    margin-right: -2%;
  }
}

.home_jobs-item {
  width: 23%;
  margin-right: 2%;
}

.home_jobs-item img {
  width: 100%;
}

@media only screen and (max-width: 680px) {
  .home_jobs-item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
}

.home_jobs-btn {
  display: block;
  width: 100%;
  padding: 16px 4px;
  margin-top: 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 22px;
  box-sizing: border-box;
}

@media only screen and (max-width: 860px) {
  .home_jobs-btn {
    border-radius: 12px;
    margin-top: 10px;
    font-size: 12px;
  }
}

.jobs--red {
  background-color: #fe7877;
}

.jobs--grey {
  background-color: #dfe3ef;
}

.jobs--blue {
  background-color: #75bbd1;
}

.jobs--green {
  background-color: #a9d8a9;
}

.jobs--yellow {
  background-color: #fcc103;
}

.home_mobile-btns {
  display: none;
}

@media only screen and (max-width: 860px) {
  .home_mobile-btns {
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

.home_mobile-btn {
  width: 50%;
  padding: 12px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
}

.home_mobile-btn:first-child {
  background: linear-gradient(
    to bottom,
    #deeaf1 0%,
    #deeaf1 50%,
    #d2dfe6 50%,
    #d2dfe6 100%
  );
  margin-right: 10px;
}

.home_mobile-btn:last-child {
  background: linear-gradient(
    to bottom,
    #6ab2cc 0%,
    #6ab2cc 50%,
    #60a8c0 50%,
    #60a8c0 100%
  );
}

.service_mobile-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27%;
  background-image: url("../Images/service_top_mobile.png");
  background-size: cover;
  background-position: center -80px;
  background-repeat: no-repeat;
  z-index: 1;
}

.service_mobile-middle {
  position: absolute;
  top: 23.5%;
  left: 0;
  width: 100%;
  height: 4%;
  background-image: url("../Images/service_middle_mobile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service_mobile-bottom {
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 100%;
  height: 1100px;
  background-image: url("../Images/service_bottom_mobile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service--painting .service_top {
  min-height: 780px;
}

.service--painting .service_stats {
  margin-top: -20px;
}

.service--painting .service_faq--selected .service_faq-question {
  color: #fe7877;
}

.service--painting .service_info-item {
  fill: #fe7877;
}

.service--painting .service_info-item:before,
.service--painting .service_info-item:after {
  background-color: #fe7877;
}

.service--health {
  background-color: #ffffff;
}

.service--health .service_top {
  min-height: 780px;
}

.service--health .service_form {
  width: 100%;
}

.service--health .form-horizontal {
  padding-top: 40px;
}

.service--health .service_form-options-item input:checked + span {
  background-color: #9dcc9d;
}

.service--health .service_form-terms input:checked + label:before {
  background-color: #9dcc9d;
}

.service--health .service_form-submit {
  background-color: #9dcc9d;
}

.service--health .service_stats {
  margin-top: -20px;
}

.service--health .service_faq--selected .service_faq-question {
  color: #9dcc9d;
}

.service--health .service_info-item {
  fill: #a9d8a9;
}

.service--health .service_info-item:before,
.service--health .service_info-item:after {
  background-color: #a9d8a9;
}

.service_top .section-title {
  display: none;
}

@media only screen and (max-width: 680px) {
  .service_top .section-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
  }
}

.service_rocket {
  position: absolute;
  top: 240px;
  right: -200px;
  will-change: transform;
  animation: slideLeft 20s linear 1s infinite;
}

.service_rocket img {
  width: 180px;
}

@media only screen and (max-width: 680px) {
  .service_rocket {
    display: none;
    animation: none;
  }
}

.service_rocket-message {
  position: absolute;
  top: 50%;
  left: 164px;
  transform: translate(0, -50%);
  height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #75bbd1;
  border-radius: 6px;
  z-index: -1;
  white-space: nowrap;
}

.service_background-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../Images/fundo_service.png");
  background-size: cover;
  background-position: 0 -80px;
  background-repeat: no-repeat;
  z-index: 1;
}

.service_calendar-animation {
  position: absolute;
  width: 350px;
  height: 350px;
  top: 380px;
  right: 950px;
  z-index: 1;
}

@media only screen and (max-width: 680px) {
  .service_calendar-animation {
    display: none;
  }
}

.service_top {
  min-height: 720px;
}

.service_stats {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 680px) {
  .service_stats {
    margin-top: 0;
    background-image: url("../Images/service_stats.png");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: 0 6px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 320px) {
  .service_stats {
    background-position: 0 22px;
  }
}

.service_stats-item {
  margin-right: 50px;
  text-align: center;
}

.service_stats-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 680px) {
  .service_stats-item {
    margin-right: 20px;
  }
}

.service_stats-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

.service_stats-label .red_service {
  color: #fe7877;
}

.service_stats-value {
  margin: 6px 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333333;
}

@media only screen and (max-width: 680px) {
  .service_stats-value {
    font-size: 16px;
  }
}

.service_info {
  width: 80%;
  margin: auto;
  text-align: center;
}

.service_info p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1px;
  color: #545454;
}

@media only screen and (max-width: 680px) {
  .service_info p {
    font-size: 13px;
  }
}

.service_info-list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service_info-item {
  position: relative;
  width: 30px;
  height: 50px;
  fill: #75bbd1;
  cursor: pointer;
}

.service_info-item:before,
.service_info-item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 10px;
  height: 1px;
  background-color: #75bbd1;
}

.service_info-item:before {
  transform: translate(-85%, 0) rotate(40deg);
}

.service_info-item:after {
  transform: translate(-15%, 0) rotate(-40deg);
}

.service_info-item:hover {
  fill: #363636;
}

.service_info-item:hover .service_info-tooltip {
  display: block;
}

.service_info-item:hover:before,
.service_info-item:hover:after {
  background-color: #363636;
}

.service_info-item:hover:before {
  transform: translate(-85%, 0) rotate(-40deg);
}

.service_info-item:hover:after {
  transform: translate(-15%, 0) rotate(40deg);
}

.service_info-item.item-sofa {
  width: 69px;
}

.service_info-item.item-vacuum {
  width: 47px;
}

.service_info-item.item-bags {
  width: 55px;
}

.service_info-tooltip {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 260px;
  display: none;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  padding: 16px;
  border-radius: 14px;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.2);
}

.service_faq-list {
  margin-top: 20px;
}

.service_faq-item {
  position: relative;
  width: 100%;
  padding: 5px 40px;
  margin-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 4px 4px 2px #ebebeb;
  border-radius: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 680px) {
  .service_faq-item {
    padding: 5px 20px 5px 10px;
  }
}

.service_faq-item img {
  min-width: 40px;
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 680px) {
  .service_faq-item img {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }
}

.service_faq-item .service_faq-question {
  margin-left: 20px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 16px;
  color: #545454;
  transition: color 0.2s ease-out;
}

@media only screen and (max-width: 680px) {
  .service_faq-item .service_faq-question {
    margin-left: 10px;
    font-size: 13px;
  }
}

.service_faq-item input {
  display: none;
}

.service_faq-item input:checked + .service_faq-answer {
  max-height: 500px;
  transition: max-height 0.3s ease-in-out;
}

.service_faq--selected .service_faq-question {
  color: #75bbd1;
}

.service_faq-content {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media only screen and (max-width: 680px) {
  .service_faq-content {
    padding: 5px 0;
  }
}

.service_faq-content:before,
.service_faq-content:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #b3b3b3;
}

@media only screen and (max-width: 680px) {
  .service_faq-content:before,
  .service_faq-content:after {
    width: 8px;
    right: -10px;
  }
}

.service_faq-content:before {
  transform: translate(-82%, -50%) rotate(45deg);
}

.service_faq-content:after {
  transform: translate(-18%, -50%) rotate(-45deg);
}

.service_faq-content.service_faq--selected:before {
  transform: translate(-82%, -50%) rotate(-45deg);
}

.service_faq-content.service_faq--selected:after {
  transform: translate(-18%, -50%) rotate(45deg);
}

.service_faq-answer {
  overflow: hidden;
  max-height: 0;
  padding-left: 60px;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

@media only screen and (max-width: 680px) {
  .service_faq-answer {
    padding-left: 30px;
  }
}

.service_faq-answer p {
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 20px;
  color: #b3b3b3;
}

@media only screen and (max-width: 680px) {
  .service_faq-answer p {
    margin-bottom: 14px;
    font-size: 12px;
  }
}

.service_faq-answer a {
  font-weight: 600;
  color: #75bbd1;
  text-decoration: underline;
}

.service_comments {
  position: relative;
}

.service_comments-animation {
  position: absolute;
  bottom: -50px;
  right: 50px;
  width: 600px;
  height: 200px;
  z-index: 10;
}

@media only screen and (max-width: 1024px) {
  .service_comments-animation {
    right: 45px;
    bottom: -90px;
  }
}

@media only screen and (max-width: 768px) {
  .service_comments-animation {
    right: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .service_comments-animation {
    right: -22px;
    width: 400px;
    bottom: -10%;
  }
}

.service_comments-box {
  position: relative;
  width: 80%;
  height: 300px;
  margin: auto;
  margin-top: 20px;
}

@media only screen and (max-width: 860px) {
  .service_comments-box {
    width: 95%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 680px) {
  .service_comments-box {
    height: 400px;
  }
}

.service_comments-list {
  position: relative;
  width: 80%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: -60px;
}

.service_comments-list .service_comments-next {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 3;
  cursor: pointer;
}

.service_comments-list input {
  display: none;
}

.service_comments-list input:nth-child(1):checked + .service_comments-item {
  transform: translate(20px);
}

@media only screen and (max-width: 680px) {
  .service_comments-list {
    width: 90%;
    margin-bottom: 5%;
    margin-top: 10%;
  }
}

.service_comments-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 250px;
  padding: 50px;
  background-color: #ffffff;
  box-shadow: 4px 4px 2px #ebebeb;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.service_comments-item:nth-child(1) {
  position: relative;
}

.service_comments-item:nth-child(2) {
  transform: translate(10px, 10px);
  z-index: 1;
  pointer-events: none;
}

.service_comments-item:nth-child(2):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #ffffff;
}

.service_comments-item:nth-child(3) {
  transform: translate(20px, 20px);
  z-index: 0;
  pointer-events: none;
}

.service_comments-item:nth-child(3):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #ffffff;
}

.service_comments-item.service_comments--dismiss {
  transform: translate(0, -200px);
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-width: 680px) {
  .service_comments-item {
    height: 250px;
    padding: 20px;
  }
}

.service_comments-item img {
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

@media only screen and (max-width: 680px) {
  .service_comments-item img {
    position: absolute;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }
}

.service_comments-content {
  margin-left: 20px;
  padding-top: 14px;
}

@media only screen and (max-width: 680px) {
  .service_comments-content {
    padding-top: 0;
    margin-left: 20%;
  }
}

.service_comments-content h2 {
  font-weight: 700;
  font-size: 15px;
  color: #333333;
}

@media only screen and (max-width: 680px) {
  .service_comments-content h2 {
    /*margin-left: 50px;*/
    margin-left: 0;
    font-size: 13px;
  }
}

.service_comments-content p {
  margin-top: 20px;
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}

@media only screen and (max-width: 680px) {
  .service_comments-content p {
    margin-top: 10px;
    font-size: 12px;
  }
}

.service_comments-rating {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.service_comments-rating img {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

@media only screen and (max-width: 680px) {
  .service_comments-rating img {
    position: relative;
  }
}

@media only screen and (max-width: 680px) {
  .service_comments-rating {
    /*margin-left: 50px*/
    margin-left: 0;
  }
}

.service_media .section-title {
  display: none;
}

@media only screen and (max-width: 680px) {
  .service_media .section-title {
    display: block;
    margin-bottom: 20px;
  }
}

.service_media-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service_media-image {
  width: 240px;
  height: 240px;
}

@media only screen and (max-width: 680px) {
  .service_media-image {
    display: none;
  }
}

.service_media-item {
  width: 15%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 680px) {
  .service_media-item {
    width: 22%;
  }
}

.service_media-item img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
}

.service_media-item:hover img {
  filter: none;
}

.service_form-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  padding: 10px 14px;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.2);
  box-sizing: border-box;
  z-index: 1;
  display: none;
}

.service_form-tooltip button {
  font-size: 13px;
  margin-bottom: 10px;
}

.service_form-tooltip p {
  font-size: 13px;
  line-height: 16px;
  color: #545454;
}

.service_form-tooltip p > :first-child {
  color: #75bbd1;
}

.service_form-tooltip.tooltip--open {
  display: block;
}

.service_form-tooltip--indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  background-color: #ffffff;
  font-size: 10px;
  color: #75bbd1;
  border-radius: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 680px) {
  .service_form-tooltip--indicator {
    background-color: #75bbd1;
    color: #ffffff;
  }
}

.service_form--loading > * {
  opacity: 0.3;
  pointer-events: none;
}

.service_form--loading .service_form-submit {
  opacity: 0.6;
}

.service_form--loading .service_form-submit .loader {
  display: block;
}

.service_form--loading .loader {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border: 4px solid #ffffff;
  /* Light grey */
  border-top: 4px solid #75bbd1;
  /* Blue */
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation: spin 1.4s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes slideLeft {
  from {
    transform: translate3d(0, 0, 0.1px);
  }

  to {
    transform: translate3d(calc(-100vw - 1000px), 0, 0.1px);
  }
}

.service_header-left {
  width: 40%;
}

.service_header-secondtitle {
  color: #9dcc9d;
  font-style: italic;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  letter-spacing: 0.63px;
  line-height: 35px;
}

.service_header-title {
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 700;
  color: #9dcc9d;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.service_header-description {
  margin-bottom: 24px;
  line-height: 32px;
  color: #666666;
  letter-spacing: 0.3px;
}

.service_header-button {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-align: center;
  background-color: #9dcc9d;
  color: #ffffff;
  box-shadow: 2px 2px 3px rgba(192, 191, 191, 0.75);
  border-radius: 14px;
}

.service_city .form-horizontal {
  margin-bottom: 400px;
}

.service_background-city1 {
  width: 800px;
  height: 440px;
  position: absolute;
  top: 251px;
  right: 690px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service_background-city2 {
  width: 800px;
  height: 440px;
  position: absolute;
  top: 1580px;
  right: 370px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service_background-city3 {
  width: 300px;
  height: 290px;
  position: absolute;
  top: 2546px;
  left: 390px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service_background-city4 {
  position: absolute;
  width: 100%;
  height: 440px;
  bottom: 205px;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 680px) {
  .service_background-city4 {
    display: none;
  }
}

.city--porto1 {
  background-image: url("../Images/porto_01.png");
}

.city--porto2 {
  background-image: url("../Images/porto_02.png");
}

.city--porto3 {
  background-image: url("../Images/porto_03.png");
}

.city--porto4 {
  background-image: url("../Images/porto_04.png");
}

.city--lisboa1 {
  background-image: url("../Images/lisboa_01.png");
}

.city--lisboa2 {
  width: 600px;
  height: 600px;
  top: 1540px;
  right: 500px;
  background-image: url("../Images/lisboa_02.png");
}

.city--lisboa3 {
  width: 400px;
  height: 400px;
  top: 2540px;
  left: 320px;
  background-image: url("../Images/lisboa_03.png");
}

.city--lisboa4 {
  background-image: url("../Images/lisboa_04.png");
}

.services_page {
  background-color: #ffffff;
}

.services_page .section {
  padding-top: 100px;
}

@media only screen and (max-width: 860px) {
  .services_page .section {
    padding-top: 5%;
    padding-bottom: 40px;
    margin: 0;
  }
}

.services_page .background {
  width: 2350px;
  /*height: 3400px;*/
  height: 100%;
}

.services_page main {
  padding-top: 0;
}

@media only screen and (max-width: 860px) {
  .services_page main {
    padding-bottom: 230px;
    margin-top: 6%;
  }
}

@media only screen and (max-width: 450px) {
  .services_page main {
    padding-bottom: 345px;
    margin-top: 6%;
  }
}

@media only screen and (max-width: 320px) {
  .services_page main {
    padding-bottom: 355px;
    margin-top: 6%;
  }
}

@media only screen and (max-width: 860px) {
  .services_page header {
    margin-top: 5%;
    position: relative;
  }
}

@media only screen and (max-width: 450px) {
  .services_page header {
    margin-top: 8%;
    position: relative;
  }
}

@media only screen and (max-width: 320px) {
  .services_page header {
    margin-top: 10%;
    position: relative;
  }
}

@media only screen and (max-width: 860px) {
  .services-wrapper {
    min-height: auto;
    display: flex;
    overflow: hidden;
  }

  .services-wrapper .section {
    min-width: 100%;
    width: 100%;
  }
}

.services_background {
  background-color: #eff4f7;
}

@media only screen and (max-width: 860px) {
  .services_background {
    display: none;
  }
}

.next_arrow {
  display: none;
}

@media only screen and (max-width: 860px) {
  .next_arrow {
    display: block;
    position: absolute;
    right: 10%;
    top: 16%;
    width: 3% !important;
  }
}

@media only screen and (max-width: 320px) {
  .next_arrow {
    top: 13.5%;
    width: 3% !important;
  }
}

.previous_arrow {
  display: none;
}

@media only screen and (max-width: 860px) {
  .previous_arrow {
    display: block;
    position: absolute;
    left: 10%;
    top: 16%;
    width: 3% !important;
  }
}

@media only screen and (max-width: 320px) {
  .previous_arrow {
    top: 13.5%;
  }
}

.services_background-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../Images/fundo_services.png");
  background-size: contain;
  background-position: 50% -80px;
  background-repeat: no-repeat;
  z-index: 1;
}

.services_cleaning-animation {
  position: absolute;
  width: 950px;
  right: 240px;
  top: 40px;
}

.services_maintenance-animation {
  position: absolute;
  width: 960px;
  height: 826px;
  top: 860px;
  left: 320px;
  background-image: url("../Images/manutencao_geral.png");
  background-repeat: no-repeat;
}

.services_maintenance--light {
  position: absolute;
  width: 120px;
  height: 60px;
  top: 254px;
  left: 365px;
  background-image: url("../Images/luz.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  animation: turnOn 10s linear infinite;
}

@keyframes turnOn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.services_children-animation {
  position: absolute;
  width: 800px;
  top: 1760px;
  right: 400px;
}

.services_health-animation {
  position: absolute;
  width: 900px;
  top: 2530px;
  left: 500px;
}

.section-services {
  display: flex;
  height: 650px;
  align-items: center;
}

.section-services img {
  display: none;
}

@media only screen and (max-width: 860px) {
  .section-services {
    display: block;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
  }

  .section-services img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-bottom: 40px;
  }
}

.services-content {
  width: 40%;
}

@media only screen and (max-width: 860px) {
  .services-content {
    width: 100%;
  }
}

.services_maintenance,
.services_health {
  justify-content: flex-end;
}

.services-title {
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 860px) {
  .services-title {
    font-size: 22px;
    text-align: center;
  }
}

.services-description {
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.1px;
  line-height: 22px;
}

@media only screen and (max-width: 860px) {
  .services-description {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}

.services-item {
  flex: 1;
  min-width: 45%;
  max-width: calc(50% - 10px);
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  transition: background-color 0.3s ease-in-out;
}

@media only screen and (max-width: 860px) {
  .services-item {
    height: 50px;
    font-size: 12px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
}

.services-item a {
  width: 100%;
  height: 100%;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}

.services_cleaning .services-item {
  background-color: #75bbd1;
}

.services_cleaning .services-item:hover {
  background-color: #89cfe5;
}

.services_maintenance .services-item {
  background-color: #fe7877;
}

.services_maintenance .services-item:hover {
  background-color: #fe8c8b;
}

.services_children .services-item {
  background-color: #fcc103;
}

.services_children .services-item:hover {
  background-color: #fcd517;
}

.services_health .services-item {
  background-color: #a9d8a9;
}

.services_health .services-item:hover {
  background-color: #bdecbd;
}

.services_toggle-list {
  display: none;
  padding-bottom: 50px;
}

@media only screen and (max-width: 860px) {
  .services_toggle-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
  }
}

.services_toggle-item {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #555555;
}

.services_toggle-item.services_toggle--selected {
  background-color: #555555;
}

.service_form {
  position: relative;
  width: 500px;
  /* background-color: #F5F6F8;*/
  box-shadow: 0 3px 2px rgba(125, 126, 128, 0.15);
  transform: translate3d(0, 0, 0.1px);
  z-index: 1;
  background-color: #e9eef1;
  display: inline-block;
}

@media only screen and (max-width: 680px) {
  .service_form {
    width: 100%;
    min-width: 0;
    background-color: #ffffff;
    box-shadow: none;
  }
}

.form-horizontal {
  width: 100%;
  padding: 20px;
}

.form-horizontal .service_form-content {
  padding-top: 20px;
}

.form-horizontal .service_form-submit {
  position: relative;
  top: initial;
  left: 50%;
  padding: 15px 30px;
  transform: translate(-50%, 0);
  z-index: 0;
  bottom: -42px;
}

@media only screen and (max-width: 770px) {
  .form-horizontal {
    width: 94%;
  }
}

@media only screen and (max-width: 680px) {
  .form-horizontal {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}

.service_form-banner svg {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%);
  width: 380px;
}

.service_form-banner span {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
}

@media only screen and (max-width: 680px) {
  .service_form-banner {
    display: none;
  }
}

.service_form-content {
  padding: 80px 20px 40px 20px;
}

@media only screen and (max-width: 680px) {
  .service_form-content {
    padding: 0 5%;
    padding-top: 40px;
    background-color: transparent;
  }
}

.service_form-row {
  display: flex;
}

.service_form-row > * {
  width: 50%;
}

.service_form-row > *:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (max-width: 680px) {
  .service_form-row:first-child {
    flex-direction: column;
  }

  .service_form-row:first-child > * {
    width: 100%;
  }

  .service_form-row:first-child > *:not(:last-child) {
    margin-right: 0;
  }
}

.service_form-field {
  position: relative;
  margin-bottom: 14px;
}

.service_form-label {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #333333;
  display: flex;
  align-items: center;
}

.service_form-sublabel {
  margin-bottom: 6px;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  color: #cccccc;
}

.service_form-options {
  display: flex;
  align-items: center;
}

.service_form-options-item {
  position: relative;
  display: block;
  height: 50px;
  margin-right: 10px;
  flex: 1;
  cursor: pointer;
}

.service_form-options-item:last-child {
  margin-right: 0;
}

.service_form-options-item input {
  display: none;
}

.service_form-options-item input:checked + span {
  background-color: #75bbd1;
  color: #ffffff;
}

.service_form-options-item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.8px;
  color: #5a5a5a;
  background-color: #ffffff;
}

@media only screen and (max-width: 680px) {
  .service_form-options-item span {
    background-color: #eff4f7;
  }
}

.service_form-postal {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  color: #5a5a5a;
}

.input-validation-error {
  border: 2px solid #ff6b6b;
}

.service_form-postal input {
  height: 50px;
  padding: 0 15px;
  flex: 1;
  box-sizing: border-box;
}

@media only screen and (max-width: 680px) {
  .service_form-postal input {
    background-color: #eff4f7;
  }
}

.service_form-postal input:first-child {
  width: 49%;
  flex-basis: 49%;
}

.service_form-postal span {
  margin: 0px 5px 5px 0px;
  text-align: center;
}

.service_form-postal input:last-child {
  width: 49%;
  flex-basis: 49%;
}

.service_form-dropdown {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  outline: 0;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  color: #5a5a5a;
  cursor: pointer;
  -webkit-appearance: menulist;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 680px) {
  .service_form-dropdown {
    background-color: #eff4f7;
  }
}

.service_form-dropdown:before,
.service_form-dropdown:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 10px;
  height: 1px;
  background-color: #75bbd1;
}

.service_form-dropdown:before {
  transform: translate(-85%, 0) rotate(40deg);
}

.service_form-dropdown:after {
  transform: translate(-15%, 0) rotate(-40deg);
}

.service_form-date {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  color: #5a5a5a;
  cursor: pointer;
  box-sizing: border-box;
}

@media only screen and (max-width: 680px) {
  .service_form-date {
    background-color: #eff4f7;
  }
}

.service_form-description {
  display: block;
  width: 100%;
  height: 100px;
  padding: 15px;
  font-size: 15px;
  font-weight: 300;
  color: #6e6e6e;
  box-sizing: border-box;
}

.service_form-description::-webkit-input-placeholder,
.service_form-description::-moz-placeholder,
.service_form-description:-ms-input-placeholder,
.service_form-description:-moz-placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #5a5a5a;
}

@media only screen and (max-width: 680px) {
  .service_form-description {
    background-color: #eff4f7;
  }
}

.service_form-email {
  /*border: 1px solid transparent;*/
  outline: none;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  box-sizing: border-box;
}

.service_form-email::-webkit-input-placeholder,
.service_form-email::-moz-placeholder,
.service_form-email:-ms-input-placeholder,
.service_form-email:-moz-placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #5a5a5a;
}

@media only screen and (max-width: 680px) {
  .service_form-email {
    background-color: #eff4f7;
  }
}

.service_form-terms {
  display: flex;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  color: #464646;
}

.service_form-terms label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #ffffff;
  border-radius: 0%;
}

@media only screen and (max-width: 680px) {
  .service_form-terms label {
    background-color: #eff4f7;
  }
}

.service_form-terms label:before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: transparent;
  border-radius: 100%;
}

.service_form-terms input {
  display: none;
}

.service_form-terms input:checked + label:before {
  background-color: #75bbd1;
}

.service_form-terms a {
  font-weight: 700;
  text-decoration: underline;
}

.service_form-submit {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 17px 33px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #75bbd1;
  color: #ffffff;
  box-shadow: 0 3px 2px rgba(47, 157, 168, 0.15);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  cursor: pointer;
}

.service_form-submit.service_form-submit--mobile {
  position: relative;
  top: initial;
  left: initial;
  transform: none;
  margin: auto;
  margin-top: 30px;
  border-radius: 10px;
  display: none;
}

@media only screen and (max-width: 680px) {
  .service_form-submit.service_form-submit--mobile {
    display: block;
  }
}

@media only screen and (max-width: 680px) {
  .service_form-submit {
    display: none;
  }
}

.service_form-submit .loader {
  display: none;
}

.form-error .service_form-label {
  color: #fe7877;
}

.form-error input {
  border-color: #fe7877;
  color: #fe7877;
}

.service_form-error {
  padding: 14px 20px;
  margin-bottom: 14px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  background-color: #fe7877;
}

.form-row {
  display: flex;
  align-items: flex-end;
}

.form-row > * {
  width: 50%;
}

.form-row > :first-child {
  margin-right: 10px;
}

.form-row.form-row__one > * {
  width: 100%;
  margin-right: 0;
}

.form-label {
  margin-bottom: 5px;
  font-size: 13px;
  color: #606060;
  letter-spacing: 0.3px;
  text-align: left;
  white-space: nowrap;
}

.form-input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #cccccc;
  letter-spacing: 0.3px;
  border-radius: 8px;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
  box-sizing: border-box;
}

@media only screen and (max-width: 680px) {
  .form-input {
    font-size: 12px;
  }
}

.form-input::-webkit-input-placeholder {
  font-size: 15px;
  color: #cccccc;
}

@media only screen and (max-width: 680px) {
  .form-input::-webkit-input-placeholder {
    font-size: 12px;
  }
}

.form-input::-moz-placeholder {
  font-size: 15px;
  color: #cccccc;
}

@media only screen and (max-width: 680px) {
  .form-input::-moz-placeholder {
    font-size: 12px;
  }
}

.form-input:-ms-input-placeholder {
  font-size: 15px;
  color: #cccccc;
}

@media only screen and (max-width: 680px) {
  .form-input:-ms-input-placeholder {
    font-size: 12px;
  }
}

.form-input:-moz-placeholder {
  font-size: 15px;
  color: #cccccc;
}

@media only screen and (max-width: 680px) {
  .form-input:-moz-placeholder {
    font-size: 12px;
  }
}

.form-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-dropdown {
  position: relative;
  border: none;
  outline: 0;
  background-color: #ffffff;
  color: #333;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-dropdown:before,
.form-dropdown:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 10px;
  height: 1px;
  background-color: #75bbd1;
}

.form-dropdown:before {
  transform: translate(-85%, 0) rotate(40deg);
}

.form-dropdown:after {
  transform: translate(-15%, 0) rotate(-40deg);
}

.form-textarea {
  height: 70px;
}

.service_form-boxes {
  display: flex;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  color: #808080;
}

.service_form-boxes > * {
  width: 30px;
  flex: 1;
  text-align: center;
}

.service_form-boxes input {
  width: 10px;
  height: 50px;
  padding: 0 15px;
  text-align: left;
}

.service_form-box {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 14px;
}

.service_form-box input,
.service_form-box select {
  background-color: #e9eef1;
}

.service_form-add {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.checkout-page {
  background-color: #f5f6f8;
}

.checkout_main {
  position: relative;
  display: flex;
  width: 90%;
}

.checkout_main.checkout_success {
  display: block;
}

.checkout_main h1,
.checkout_main h2 {
  margin-bottom: 12px;
  font-weight: 800;
  font-size: 16px;
  color: #545454;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.checkout_main h1 {
  letter-spacing: 2px;
  font-size: 25px;
  color: #333333;
}

@media only screen and (max-width: 860px) {
  .checkout_main h1 {
    font-size: 16px;
    text-align: center;
  }
}

.checkout_main p {
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 22px;
}

@media only screen and (max-width: 860px) {
  .checkout_main {
    flex-direction: column;
  }
}

.checkout_info {
  width: 60%;
  margin-right: 40px;
  padding-bottom: 140px;
}

@media only screen and (max-width: 860px) {
  .checkout_info {
    position: relative;
    width: 100%;
    padding-bottom: 240px;
  }
}

.checkout_info-section {
  margin-top: 30px;
}

.checkout_info-section p {
  font-size: 14px;
  color: #545454;
}

@media only screen and (max-width: 860px) {
  .checkout_info-section p {
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
  }
}

.checkout_info-section:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 860px) {
  .checkout_info-section h2 {
    font-size: 12px;
    text-align: center;
  }
}

@media only screen and (max-width: 860px) {
  .checkout_info-header {
    text-align: center;
  }

  .checkout_info-header h2 {
    font-size: 12px;
  }

  .checkout_info-header p {
    font-size: 11px;
    text-transform: initial;
  }
}

@media only screen and (max-width: 860px) {
  .checkout_extra h2 {
    display: none;
  }

  .checkout_extra p {
    font-weight: 600;
    color: #75bbd1;
  }
}

.checkout_extra-list,
.checkout_frequency-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-right: -10px;
}

@media only screen and (max-width: 860px) {
  .checkout_extra-list,
  .checkout_frequency-list {
    margin-top: 10px;
  }
}

.checkout_extra-item {
  position: relative;
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 860px) {
  .checkout_extra-item {
    width: calc(50% - 3px);
    margin-right: 3px;
    margin-bottom: 3px;
  }
}

.checkout_extra-item input {
  display: none;
}

.checkout_extra-item label {
  width: 100%;
  height: 100%;
  padding: 12px 6px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #aac5d0;
  box-sizing: border-box;
  cursor: pointer;
}
/*.checkout_extra-item label:hover {
      opacity: 0.4; }*/
@media only screen and (max-width: 860px) {
  .checkout_extra-item label {
    font-size: 9px;
    line-height: 10px;
    text-align: center;
  }
}

.checkout_extra-item input:checked + label {
  opacity: 0.4;
}

.checkout_extra-item .service_form-tooltip--indicator {
  background-color: #cccccc;
  color: #ffffff;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  text-transform: none;
  font-size: 8px;
  align-self: flex-start;
}

.checkout_frequency-item {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 860px) {
  .checkout_frequency-item {
    width: calc(50% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.checkout_frequency-item label {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #75bbd1;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  box-sizing: border-box;
  cursor: pointer;
}

.checkout_frequency-item label:hover {
  opacity: 0.4;
}

@media only screen and (max-width: 860px) {
  .checkout_frequency-item label {
    font-size: 10px;
  }
}

.checkout_frequency-item input {
  display: none;
}

.checkout_frequency-item input:checked + label {
  opacity: 0.4;
}

.checkout_frequency-discount {
  position: absolute;
  left: 6px;
  top: -2px;
  width: 40px;
  height: 41px;
  background-image: url("../Images/discount_banner.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #ffffff;
}

@media only screen and (max-width: 860px) {
  .checkout_frequency-discount {
    left: 50%;
    width: 30px;
    height: 14px;
    background: #75bbd1;
    font-size: 8px;
    transform: translateX(-50%);
  }
}

.checkout-input {
  width: 100%;
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #b3b3b3;
  border-radius: 5px;
  box-sizing: border-box;
}

.checkout-input:last-child {
  margin-right: 0;
}

.checkout-input::-webkit-input-placeholder {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #b3b3b3;
}

@media only screen and (max-width: 860px) {
  .checkout-input::-webkit-input-placeholder {
    font-size: 11px;
  }
}

.checkout-input::-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #b3b3b3;
}

@media only screen and (max-width: 860px) {
  .checkout-input::-moz-placeholder {
    font-size: 11px;
  }
}

.checkout-input:-ms-input-placseholder {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #b3b3b3;
}

@media only screen and (max-width: 860px) {
  .checkout-input:-ms-input-placseholder {
    font-size: 11px;
  }
}

.checkout-input:-moz-placeholder {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #b3b3b3;
}

@media only screen and (max-width: 860px) {
  .checkout-input:-moz-placeholder {
    font-size: 11px;
  }
}

@media only screen and (max-width: 860px) {
  .checkout-input {
    padding: 10px;
    font-size: 11px;
  }
}

.checkout-pay-inputbox {
  background-color: #9ac8d8;
  color: #ffffff;
  border-radius: 8px;
  width: 100%;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}

.checkout-pay-inputbox input {
  display: none;
}

.checkout-pay-inputbox label {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.checkout-pay-inputbox input:checked + label {
  background-color: #c2d6e0;
}

.checkout-pay-inputbox input:checked + label + span {
  opacity: 0.5;
}

.checkout_payment_btn:hover {
  opacity: 0.5;
}

.checkout_payment_btn:checked {
  opacity: 0.5;
}

.paybox-cc {
  background-color: #75bbd1;
}

.paybox-cc input:checked + label {
  background-color: #bfd6e3;
}

.paybox-mbway {
  background-color: #a4d3a4;
}

.paybox-mbway input:checked + label {
  background-color: #c8dcc9;
}

.checkout-row {
  display: flex;
  align-items: center;
}

.checkout-row .checkout-input {
  width: 50%;
}

.checkout-postal {
  width: 50%;
  margin-right: 10px;
  display: flex;
  align-items: baseline;
}

.checkout-postal .checkout-input:first-child {
  width: 70%;
  margin-right: 5px;
  flex: 1;
}

.checkout-postal .checkout-input:last-child {
  width: 30%;
  margin-left: 5px;
}

.checkout-check {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #b3b3b3;
  text-transform: uppercase;
}

.checkout-check input {
  margin-right: 5px;
}

@media only screen and (max-width: 860px) {
  .checkout-check {
    font-size: 9px;
  }
}

@media only screen and (max-width: 860px) {
  h2.checkout-heading--mobile {
    margin-bottom: 5px;
    font-size: 10px;
    text-align: left;
  }
}

.checkout-code {
  display: flex;
}

.checkout-code .checkout-input {
  width: 50%;
  margin-right: 10px;
  margin-bottom: 0;
}

.checkout-code .checkout-btn {
  width: 50%;
  font-weight: 400;
  margin-bottom: 0;
  background-color: #75bbd1;
}

@media only screen and (max-width: 860px) {
  .checkout-code {
    flex-direction: column;
  }

  .checkout-code .checkout-input {
    width: 100%;
    margin-bottom: 10px;
  }

  .checkout-code .checkout-btn {
    width: 100%;
  }
}

.checkout-btn {
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  box-sizing: border-box;
  border-radius: 5px;
}

.checkout-mb {
  margin-top: 12px;
  background-color: #c3dee9;
}

.checkout-card {
  background-color: #75bbd1;
}

.checkout-mbway {
  background-color: #a9d8a9;
}

.checkout-paypal {
  background-color: #9fc399;
}

.checkout_info-terms {
  font-size: 12px;
  font-style: italic;
  color: #646464;
  letter-spacing: 0.5px;
}

.checkout_info-terms a {
  font-weight: 700;
}

.checkout-divider {
  display: none;
  position: absolute;
  bottom: -140px;
  width: 100%;
  height: 1px;
}

@media only screen and (max-width: 860px) {
  .checkout-divider {
    display: block;
  }
}

.checkout-recipe {
  width: 40%;
}

@media only screen and (max-width: 860px) {
  .checkout-recipe {
    position: fixed;
    width: 90%;
    top: 100%;
    left: 5%;
    right: 5%;
    transform: translateY(-120px);
    box-shadow: 0 1px 4px rgba(180, 180, 180, 0.5);
  }
}

.checkout-recipe .checkout-recipe__open {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, 0);
  border-radius: 100%;
  background-color: #75bbd1;
  z-index: 1;
  display: none;
}

@media only screen and (max-width: 860px) {
  .checkout-recipe .checkout-recipe__open {
    display: block;
  }
}

.checkout-recipe .checkout-recipe__open:before,
.checkout-recipe .checkout-recipe__open:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background-color: #ffffff;
}

.checkout-recipe .checkout-recipe__open:before {
  transform: translate(-45%, -50%) rotate(-45deg);
}

.checkout-recipe .checkout-recipe__open:after {
  transform: translate(23%, -50%) rotate(45deg);
}

@media only screen and (max-width: 860px) {
  .recipe--relative .checkout_info {
    padding-bottom: 100px;
  }

  .recipe--relative .checkout-recipe {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
    box-shadow: none;
  }

  .recipe--relative .checkout-recipe__open:before {
    transform: translate(-45%, -50%) rotate(45deg);
  }

  .recipe--relative .checkout-recipe__open:after {
    transform: translate(23%, -50%) rotate(-45deg);
  }
}

.checkout_bill_pattern {
  padding-top: 8%;
  padding-bottom: 5%;
  background-image: radial-gradient(
      circle at 17px 40px,
      rgba(255, 255, 255, 1) 20px,
      #ffffff 4px,
      rgba(255, 255, 255, 0) 20px
    ),
    radial-gradient(
      circle at 17px 4px,
      rgba(255, 255, 255, 1) 20px,
      #ffffff 4px,
      rgba(255, 255, 255, 0) 20px
    );
  background-repeat: repeat-x, repeat-x;
  background-size: 35px 36px, 35px 36px;
  background-position-y: 0%;
}

@media only screen and (max-width: 860px) {
  .checkout_bill_pattern {
    display: none;
  }
}

.checkout_bill_pattern_mobile {
  display: none;
  padding-top: 5%;
  padding-bottom: 5%;
  background-image: radial-gradient(
      circle at 17px 40px,
      rgba(255, 255, 255, 1) 20px,
      #ffffff 4px,
      rgba(255, 255, 255, 0) 20px
    ),
    radial-gradient(
      circle at 17px 4px,
      rgba(255, 255, 255, 1) 20px,
      #ffffff 4px,
      rgba(255, 255, 255, 0) 20px
    );
  background-repeat: repeat-x, repeat-x;
  background-size: 35px 36px, 35px 36px;
  background-position-y: 0%;
}

@media only screen and (max-width: 860px) {
  .checkout_bill_pattern_mobile {
    display: block;
  }
}

@media only screen and (max-width: 420px) {
  .checkout_bill_pattern_mobile {
    padding-top: 9%;
    padding-bottom: 7%;
  }
}

@media only screen and (max-width: 320px) {
  .checkout_bill_pattern_mobile {
    padding-top: 11%;
    padding-bottom: 8%;
  }
}

.checkout_bill {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
}

@media only screen and (max-width: 860px) {
  .checkout_bill {
    display: none;
  }
}

.checkout_bill--mobile {
  position: relative;
  background-color: #ffffff;
  padding: 40px 20px 20px 20px;
  box-shadow: 4px 4px 2px rgba(235, 235, 235, 0.7);
  display: none;
}

@media only screen and (max-width: 860px) {
  .checkout_bill--mobile {
    display: block;
    box-shadow: none;
  }
}

.checkout_bill--mobile .checkout_bill-type {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
}

.checkout_bill--mobile .checkout_bill-description {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}

.checkout_bill--mobile .checkout_bill-summary {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #333333;
}

.checkout_bill--mobile .checkout_bill-price {
  font-size: 16px;
  font-weight: 700;
}

.checkout_bill--mobile .checkout_bill-field {
  margin-bottom: 0;
}

.checkout_bill--mobile .checkout_bill-field--mobile {
  margin-bottom: 5px;
  text-align: center;
}

.checkout_bill--mobile .checkbox_bill-separator {
  margin-top: 16px;
}

.checkout_bill--mobile .checkout_bill-total {
  padding: 12px 20px;
  margin: 0;
  background-color: #f0f4f6;
}

.checkout_bill--mobile .checkout_bill-note {
  margin-top: 0;
  padding: 10px;
  background-color: #f0f4f6;
}

.checkout_bill-title {
  display: flex;
}

.checkout_bill-title h2 {
  margin-bottom: 0;
}

.checkout_bill-title p {
  font-size: 14px;
  color: #545454;
}

.checkout_bill-image {
  width: 38px;
  height: 38px;
  margin-right: 5px;
  background-image: url("../Images/limpeza.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.checkout_bill-type {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #75bbd1;
}

.checkout_bill-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333333;
  background-color: #eff4f7;
}

.checkout_bill-field img {
  width: 24px;
  height: 24px;
}

.checkout_bill-extras {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.checkout_bill-extra {
  position: relative;
  width: 46px;
  height: 46px;
  margin: 20px 10px 30px 0;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.checkout_bill-extra:hover p {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.checkout_bill-extra p {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 1px 6px;
  color: #606060;
  background-color: #ffffff;
  box-shadow: 1px 1px 1px rgba(221, 221, 221, 0.5);
  border-radius: 5px;
  font-size: 11px;
  opacity: 0;
  z-index: 1;
}

.checkout_bill-extra[data-extra="checkout_extra1"] {
  background-image: url("../Images/extra_armarios.png");
}

.checkout_bill-extra[data-extra="checkout_extra2"] {
  background-image: url("../Images/extra_frigorifico.png");
}

.checkout_bill-extra[data-extra="checkout_extra3"] {
  background-image: url("../Images/extra_forno.png");
}

.checkout_bill-extra[data-extra="checkout_extra4"] {
  background-image: url("../Images/extra_lavar_roupa.png");
}

.checkout_bill-extra[data-extra="checkout_extra5"] {
  background-image: url("../Images/extra_janelas.png");
}

.checkout_bill-extra[data-extra="checkout_extra6"] {
  background-image: url("../Images/extra_passar_ferro.png");
}

.checkout_bill-extra .checkout_bill-tooltip {
  visibility: hidden;
  width: 120px;
  transform: rotate(0);
  background-color: #eff4f7;
  color: #606060;
  text-align: center;
  border-radius: 6px;
  font-size: 12px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -60px;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.checkout_bill-extra .checkout_bill-tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 45%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border: 1em solid black;
  border-color: transparent transparent #eff4f7 transparent;
}

.checkout_bill-extra:hover .checkout_bill-tooltip {
  visibility: visible;
}

.checkout_bill-discount {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}

.checkout_bill-discount:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #333333;
}

.checkout_bill-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  margin: 14px 0;
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.checkout_bill-price {
  color: #75bbd1;
}

.checkout_bill-note {
  margin-top: 30px;
  color: #333333;
}

.checkout_bill-note h3 {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.checkout_bill-note p {
  font-size: 12px;
}

.checkout_faqs .service_faq-item .service_faq-question {
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.checkout_faqs .service_faq-answer {
  padding-left: 0;
}

.checkout-submit {
  padding: 18px 70px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
  width: 400px;
  margin: 64px auto 120px auto;
}

@media only screen and (max-width: 860px) {
  .checkout-submit {
    margin: 0 1rem 72px 1rem;
    padding: 1rem 0;
    width: 100%;
    border-radius: 6px;
  }
}

.checkout_pay-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.checkout_pay-list .checkout-check {
  width: 100%;
  color: #545454;
}

.checkout_pay-list .checkout-inputbox label {
  box-shadow: 4px 4px 2px rgba(235, 235, 235, 0.7);
}

.checkout_pay-list .checkout-inputbox input:checked + label {
  background-color: #ebb859;
  border-radius: 30%;
}

.checkout_pay {
  margin-bottom: 10px;
}

.checkout_pay .checkout-input {
  background-color: #eff4f7;
  margin-bottom: 0;
}

.checkout_pay .checkout_pay-content {
  padding: 6px 0;
  background-color: #ffffff;
  box-shadow: 4px 4px 2px rgba(235, 235, 235, 0.7);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 15px;
  color: #606060;
}

.checkout_pay-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 10px;
}

.checkout_pay-row > * {
  flex: 1;
}

.checkout_pay-row > *:first-child {
  margin-right: 10px;
}

.checkout_pay-row:first-child {
  margin-top: 10px;
}

.checkout_pay-field p {
  margin-bottom: 5px;
  padding-left: 15px;
}

.checkout_pay-cards img {
  width: 60px;
  margin-right: 10px;
}

.checkout_pay-cards img:last-child {
  margin-right: 0;
}

.checkout_pay-cc {
  display: none;
}

.checkout_pay-mbway {
  display: none;
}

.checkout_pay-mbway .checkout_pay-row {
  align-items: center;
}

.checkout_pay-mbway .checkout-input {
  max-width: 100px;
}

.checkout_pay-mbway .checkout-input:last-child {
  max-width: initial;
}

.checkout_address .service_form-dropdown {
  height: auto;
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #b3b3b3;
}

@media only screen and (max-width: 860px) {
  .checkout_address .service_form-dropdown {
    font-size: 11px;
    background-color: #ffffff;
  }
}

.checkout_address-bill {
  display: none;
}

.checkout-inputbox {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-inputbox input {
  display: none;
}

.checkout-inputbox input:checked + label {
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: #75bbd1;
}

.checkout-inputbox label {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.checkout_payment-inputbox {
  width: 100%;
  margin-right: 0;
  height: 35px;
  text-align: center;
  border-radius: 10px;
}

.checkout_payment-inputbox label {
  line-height: 35px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.checkout_payment-inputbox input:checked + label {
  width: 100%;
  height: 100%;
  border-radius: 10px !important;
}

.payment-mb input:checked + label {
  background-color: #c2d6e0 !important;
}

.payment-cc input:checked + label {
  background-color: #bfd6e3 !important;
}

.payment-mbway input:checked + label {
  background-color: #c8dcc9 !important;
}

.payment-mb {
  background-color: #9ac8d8;
}

.payment-cc {
  background-color: #75bbd1;
}

.payment-mbway {
  background-color: #a4d3a4;
}

.checkout_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(239, 244, 247, 0.9);
  z-index: 1;
  display: none;
}

.checkout_modal .checkout_modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  width: 1000px;
  min-height: 400px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  box-sizing: border-box;
}

.checkout_modal .checkout_modal-title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #545454;
  letter-spacing: 0.8px;
  text-align: center;
}

.checkout_modal .checkout_modal-description {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #6e6e6e;
  letter-spacing: 0.4px;
  text-align: center;
}

.checkout_days {
  display: flex;
  justify-content: space-between;
}

.checkout_day {
  flex-basis: 30%;
  margin-right: 3%;
}

.checkout_day h1 {
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  color: #ffffff;
  background-color: #c3dee9;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: none;
}

.checkout_day-box {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
}

.checkout_day-box h2 {
  font-size: 15px;
  letter-spacing: 0.1px;
}

.checkout_day-box p {
  font-size: 12px;
  color: #6e6e6e;
  letter-spacing: 0.1px;
}

.checkout_day-box .checkout_day-submit {
  width: 100%;
  padding: 10px 0;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #75bbd1;
  border-radius: 4px;
}

.checkout_modal-close {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 16px;
  height: 16px;
}

.checkout_modal-close:before,
.checkout_modal-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #808080;
}

.checkout_modal-close:before {
  transform: rotate(45deg);
}

.checkout_modal-close:after {
  transform: rotate(-45deg);
}

.checkout_modal-submit {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 14px 60px;
  transform: translate(-50%, 0);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #fec14d;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.checkout_modal-number input {
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  box-sizing: border-box;
}

.checkout_modal-number input:first-child {
  max-width: 60px;
}

.checkout_service-details {
  margin-top: 5px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
}

.checkout_service-details.details--open {
  background-color: #eff4f7;
}

.checkout_service-details.details--open
  .checkout_service-details__title
  span:before {
  transform: translate(-85%, 0) rotate(-40deg);
}

.checkout_service-details.details--open
  .checkout_service-details__title
  span:after {
  transform: translate(-15%, 0) rotate(40deg);
}

@media only screen and (max-width: 860px) {
  .checkout_service-details.details--open {
    background: transparent;
    overflow: initial;
    box-shadow: none;
  }
}

.checkout_service-details input {
  display: none;
}

.checkout_service-details input:checked + .checkout_service-details__content {
  max-height: 1000px;
  transition: max-height 0.3s ease-in-out;
}

.checkout_service-details__title {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #606060;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}

@media only screen and (max-width: 860px) {
  .checkout_service-details__title {
    padding: 10px 0;
    background-color: #eff4f7;
    box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  }
}

.checkout_service-details__title span {
  position: relative;
}

.checkout_service-details__title span:before,
.checkout_service-details__title span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background-color: #606060;
}

.checkout_service-details__title span:before {
  transform: translate(-85%, 0) rotate(40deg);
}

.checkout_service-details__title span:after {
  transform: translate(-15%, 0) rotate(-40deg);
}

.checkout_service-details__row {
  display: flex;
  padding-bottom: 5px;
}

@media only screen and (max-width: 860px) {
  .checkout_service-details__row {
    flex-direction: column;
  }
}

.checkout_service-details__row .table-box--white {
  width: 33%;
  margin-right: 10px;
}

.checkout_service-details__row .table-box--white:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 860px) {
  .checkout_service-details__row .table-box--white {
    width: 100%;
    margin-right: 0;
  }
}

.details-row__one .table-box--white {
  width: 100%;
}

.promotional_code-section {
  margin-top: 0;
}

.promo_code_title {
  text-transform: uppercase;
}

.checkout_service-details__map {
  width: 100%;
  height: 150px;
  background-color: #ffffff;
}

.checkout_service-details__content {
  max-height: 0;
  padding: 0 10px;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

.checkout_service-details__content b {
  font-weight: 600;
}

.checkout_service-details__content > :last-child {
  padding-bottom: 20px;
}

@media only screen and (max-width: 860px) {
  .checkout_service-details__content {
    padding: 0;
  }
}

.checkout_service-price {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 860px) {
  .checkout_service-price {
    flex-direction: column;
  }
}

.checkout_service-price .table-box {
  padding: 10px 0;
  width: 33%;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.6px;
  text-align: center;
}

.checkout_service-price .table-box:last-child {
  font-weight: 700;
}

@media only screen and (max-width: 860px) {
  .checkout_service-price .table-box {
    width: 100%;
  }
}

.checkout_tips {
  margin-top: 100px;
  margin-bottom: 100px;
}

.checkout_tips .checkout_tips-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #00aec9;
  letter-spacing: 0.03px;
  text-align: center;
  line-height: 28px;
}

.checkout_tips .checkout_tip-title {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00aec9;
  letter-spacing: 0.02px;
}

.checkout_tips .checkout_tip-description {
  font-size: 13px;
  color: #4a4a4a;
  letter-spacing: 0.2px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.checkout_tips-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 860px) {
  .checkout_tips-list {
    flex-direction: column;
  }
  .checkout_tips .checkout_tip-description {
    width: 72%;
  }
}

.checkout_tips-list--item {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 10px 10px;
  text-align: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 860px) {
  .checkout_tips-list--item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.checkout_tips-list--item img {
  height: 140px;
}

.checkout_success .success-section--top {
  text-align: center;
  margin-bottom: 5%;
}
.checkout_success .success-section--top img {
  width: 32%;
}
.checkout_success .success-section--top .table_container-title {
  color: #00aec9;
  font-weight: 600;
  font-size: 35px;
  width: 60%;
  margin: 24px auto;
  letter-spacing: 0.13px;
  line-height: 49px;
}
.checkout_success .table-header {
  background-color: #ebebeb;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #4a4a4a;
  padding: 14px 0px;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
}
.checkout_success .table-box--white {
  padding: 15px 0;
  border: 1px outset #00aec9;
  box-shadow: none;
}
@media only screen and (max-width: 860px) {
  .checkout_success .table-header {
    display: block !important;
    margin-right: 0;
    padding: 15px 0;
  }
  .checkout_success .table-box--white {
    margin-right: 0;
    margin-bottom: 16px;
    padding: 15px 0;
    font-size: 14px;
  }
  .checkout_success .success-section--top img {
    width: 50%;
  }
  .checkout_success .success-section--top .table_container-title {
    font-size: 28px;
    width: 100%;
  }
  .checkout_success .success-section--top .table-row {
    display: none;
  }
  .checkout_success .success-section--top .table-row--mobile {
    flex-direction: column;
    display: block;
  }
  .checkout_success .success-section--totalIVA .table-box {
    width: 100% !important;
    font-size: 18px !important;
    padding: 20px 0 !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
  }
}
.checkout_success .table-row .table-box--status {
  font-weight: 600;
  text-transform: capitalize;
}
.checkout_success .table-box--waiting {
  background-image: linear-gradient(to bottom, #feb844, #c17e10);
  color: #fff;
}
.checkout_success .table-box--error {
  background-image: linear-gradient(to bottom, #f5515f, #9f041b);
  color: #fff;
}
.checkout_success .table-box--paid {
  background-image: linear-gradient(to bottom, #429321, #476611);
  color: #fff;
}
.checkout_success .table_container {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(235, 235, 235, 0.32);
  padding: 70px 30px;
  padding-top: 40px;
}
.checkout_success .table_container .table-info {
  margin-top: 0;
  margin-bottom: 10px;
}
.checkout_success .success-section--totalIVA {
  margin-top: 30px;
}
.checkout_success .success-section--totalIVA .table-box {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ebebeb;
  padding: 18px 0;
  width: 31%;
  color: #4a4a4a;
  font-size: 15px;
}
.checkout_success .success-section--totalIVA .table-box--amount {
  background-image: linear-gradient(to bottom, #45c5d8, #2193b0);
  color: #fff;
  font-weight: 600;
}

.checkout_success .table-header__mobile {
  display: none;
}

@media only screen and (max-width: 860px) {
  /*.checkout_success .table-info > .table-row:first-child {
        display: none;
    }*/

  .checkout_success .table-info .table-row {
    flex-direction: column;
  }

  .checkout_success .table-info .table-header__mobile {
    display: block;
    margin-right: 0;
    padding: 10px 0;
  }

  .checkout_success .table-info .table-box {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .checkout_success .table-info .table-box--white {
    margin: 0 0 5px 0;
  }
}

@media only screen and (max-width: 860px) {
  .checkout_success .table-btns {
    flex-direction: column;
  }

  .checkout_success .table-btns > * {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
  }
}

.checkout_lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkout_lead h1,
.checkout_lead h2 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
}

.checkout_lead h1 {
  margin-bottom: 10px;
  color: #61a7bd;
}

.checkout_lead h2 {
  color: #75bbd1;
  margin-bottom: 10px;
}

.checkout_lead .invite-button {
  display: block;
  margin: auto;
  margin-top: 30px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout_runner-image {
  position: absolute;
  right: 300px;
  bottom: 227px;
  width: 200px;
  height: 320px;
  background-image: url("../Images/runner.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.loading-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 244, 247, 0.9);
  z-index: 999;
}

.loading-modal .loading-animation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.checkout--health .table_container .table_container-title {
  color: #9dcc9d;
}

.checkout--health .checkout_frequency-item label {
  color: #9dcc9d;
  font-weight: 700;
}

.checkout--health .checkout_bill-type {
  color: #9dcc9d;
}

.checkout--health .checkout_bill-image {
  background-image: url("../Images/formulario_saude.svg");
}

.service--painting .checkout_bill-image {
  background-image: url("../Images/formulario_manutencao.svg");
}

/*.register {
    padding-top: 120px;
    width: 90%;
}*/

/*.login-form {
    width: 380px;
    max-width: 90%;
    margin: auto;
    text-align: center;
}

@media only screen and (max-width: 680px) {
    .login-form {
        width: 100%;
        max-width: 100%;
    }
}

.login-form p {
    margin-bottom: 6px;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.3px;
}

@media only screen and (max-width: 680px) {
    .login-form p {
        font-size: 11px;
    }
}

.login-form a {
    font-size: 13px;
    font-weight: 500;
    color: #75BBD1;
}

.login-form input,
.login-form .buttons button {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.3px;
    border-radius: 8px;
    box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
    box-sizing: border-box;
}

    .login-form input::-webkit-input-placeholder,
    .login-form .buttons button::-webkit-input-placeholder {
        font-size: 15px;
        color: #cccccc;
    }

@media only screen and (max-width: 680px) {
    .login-form input::-webkit-input-placeholder,
    .login-form .buttons button::-webkit-input-placeholder {
        font-size: 12px;
    }
}

.login-form input::-moz-placeholder,
.login-form .buttons button::-moz-placeholder {
    font-size: 15px;
    color: #cccccc;
}

@media only screen and (max-width: 680px) {
    .login-form input::-moz-placeholder,
    .login-form .buttons button::-moz-placeholder {
        font-size: 12px;
    }
}

.login-form input:-ms-input-placeholder,
.login-form .buttons button:-ms-input-placeholder {
    font-size: 15px;
    color: #cccccc;
}

@media only screen and (max-width: 680px) {
    .login-form input:-ms-input-placeholder,
    .login-form .buttons button:-ms-input-placeholder {
        font-size: 12px;
    }
}

.login-form input:-moz-placeholder,
.login-form .buttons button:-moz-placeholder {
    font-size: 15px;
    color: #cccccc;
}

@media only screen and (max-width: 680px) {
    .login-form input:-moz-placeholder,
    .login-form .buttons button:-moz-placeholder {
        font-size: 12px;
    }
}

@media only screen and (max-width: 680px) {
    .login-form input,
    .login-form .buttons button {
        font-size: 12px;
    }
}

.login-form .buttons button {
    margin-bottom: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #75BBD1;
    text-transform: uppercase;
}

.login-form .login-divider {
    margin: 20px 0 20px 0;
}

.create-form {
    width: 800px;
}

    .create-form .login-submit {
        margin-top: 30px;
        width: 300px;
    }

.login-fields {
    max-width: 90%;
    margin: auto;
}

@media only screen and (max-width: 680px) {
    .login-fields {
        max-width: 100%;
        width: 100%;
    }
}

.login-title {
    margin-bottom: 14px;
    font-size: 23px;
    font-weight: 700;
    color: #75BBD1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media only screen and (max-width: 680px) {
    .login-title {
        font-size: 18px;
    }
}

.login-subtitle {
    margin-bottom: 24px;
    font-size: 11px;
    line-height: 15px;
    color: #666666;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media only screen and (max-width: 680px) {
    .login-subtitle {
        font-size: 10px;
    }
}

.login-submit {
    margin-bottom: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #75BBD1;
    text-transform: uppercase;
}

@media only screen and (max-width: 680px) {
    .login-submit {
        max-width: 100%;
        font-size: 11px;
    }
}

.login-section {
    margin-top: 20px;
}

.login-facebook,
.login-google {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-facebook {
    background-color: #485991;
}

    .login-facebook img {
        width: 20px;
        height: 60%;
        margin-right: 10px;
    }

.login-google {
    background-color: #E25B31;
}

    .login-google img {
        width: 26px;
        height: 100%;
        margin-right: 10px;
    }*/

@media only screen and (max-width: 680px) {
  .service_specific_main {
    margin: 5%;
    width: 90%;
  }

  .service_specific_main .service_form-description {
    padding: 8px 10px;
    font-size: 12px;
    background-color: #ffffff;
  }
}

.contacts_background-footer {
  position: absolute;
  bottom: 150px;
  width: 100%;
  height: 210px;
  background-image: url("../Images/contacts_footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

@media only screen and (max-width: 860px) {
  .contacts_content {
    flex-direction: column;
  }
}

.contacts_form {
  background-color: #ffffff;
  border-radius: 15px;
  padding-top: 3%;
  padding-bottom: 3%;
  position: relative;
  text-align: center;
  width: 50%;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  box-sizing: border-box;
  margin-right: 40px;
}

.contacts_form select {
  border-radius: 0;
  color: #606060;
}

@media only screen and (max-width: 860px) {
  .contacts_form {
    width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .contacts_form {
    width: 100%;
    padding-top: 0px;
    box-shadow: none;
    background-color: transparent;
  }
}

.contacts-type {
  display: inline-flex;
  width: 90%;
  text-align: center;
}

.contacts-type > :first-child {
  margin-right: 10px;
}

.contacts-type label {
  position: relative;
  display: block;
  height: 40px;
  padding: 8px 14px;
  cursor: pointer;
}

.contacts-type input {
  display: none;
}

.contacts-type input:checked + span {
  background-color: #75bbd1;
  color: #ffffff;
}

.contacts-type span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #606060;
  background-color: #eff4f7;
  box-sizing: border-box;
}

@media only screen and (max-width: 460px) {
  .contacts-type span {
    background-color: #ffffff;
  }
}

.contacts-input {
  width: 90%;
  padding: 8px 14px;
  margin-bottom: 10px;
  font-size: 15px;
  background-color: #eff4f7;
  letter-spacing: 0.4px;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  box-sizing: border-box;
}

@media only screen and (max-width: 860px) {
  .contacts-input {
    box-shadow: 1px 1px 1px rgba(180, 180, 180, 0.5);
  }
}

@media only screen and (max-width: 460px) {
  .contacts-input {
    background-color: #ffffff;
  }
}

.contacts-textarea {
  height: 200px;
}

.contacts-textarea::-webkit-input-placeholder,
.contacts-textarea::-moz-placeholder,
.contacts-textarea:-ms-input-placseholder,
.contacts-textarea:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #b3b3b3;
}

.contacts-recaptcha {
  padding-left: 5%;
}

.contacts-submit {
  position: relative;
  width: 50%;
  padding-top: 3%;
  padding-bottom: 3%;
  min-width: 200px;
  margin-top: 4%;
  border-radius: 8px;
  font-weight: 800;
  font-size: 15px;
  color: #ffffff;
  background-color: #75bbd1;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  box-shadow: 0 3px 2px rgba(47, 157, 168, 0.15);
}

@media only screen and (max-width: 860px) {
  .contacts-submit {
    width: 30%;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 0%;
  }
}

@media only screen and (max-width: 460px) {
  .contacts-submit {
    width: 30%;
    border-radius: 8px;
  }
}

.invite-form {
  width: 600px;
  max-width: 90%;
  height: 700px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../Images/prenda.png");
  background-position: center;
  background-size: 85%;
  background-repeat: no-repeat;
}

.invite-form h1,
.invite-form h2 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
}

.invite-form h1 {
  margin-top: 220px;
  margin-bottom: 10px;
  color: #61a7bd;
}

.invite-form h2 {
  color: #75bbd1;
  line-height: 40px;
  margin-bottom: 10px;
}

.invite-input {
  width: 100%;
  display: flex;
}

.invite-button {
  min-width: 180px;
  height: 40px;
  padding: 0 10px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #fec14d;
  box-shadow: 1px 2px 2px rgba(204, 143, 27, 0.4);
  border-radius: 10px;
}

.invite_background-footer {
  position: absolute;
  bottom: 80px;
  width: 100%;
  height: 400px;
  background-image: url("../Images/invite_footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.testemony-textarea {
  padding-top: 10px;
  margin-bottom: 30px;
  height: 150px;
  color: #333;
}

.testemony-rating ul {
  display: flex;
  justify-content: center;
}

.testemony-rating[data-rating="1"]
  .testemony-star:nth-child(-n + 1)
  .testemony-star--filled {
  visibility: visible;
}

.testemony-rating[data-rating="2"]
  .testemony-star:nth-child(-n + 2)
  .testemony-star--filled {
  visibility: visible;
}

.testemony-rating[data-rating="3"]
  .testemony-star:nth-child(-n + 3)
  .testemony-star--filled {
  visibility: visible;
}

.testemony-rating[data-rating="4"]
  .testemony-star:nth-child(-n + 4)
  .testemony-star--filled {
  visibility: visible;
}

.testemony-rating[data-rating="5"]
  .testemony-star:nth-child(-n + 5)
  .testemony-star--filled {
  visibility: visible;
}

.testemony-star {
  position: relative;
  width: 24px;
  height: 24px;
  padding-right: 5px;
  cursor: pointer;
}

.testemony-star img {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.testemony-star .testemony-star--filled {
  visibility: hidden;
  z-index: 2;
}

.testemony-star .testemony-star--empty {
  visibility: visible;
  z-index: 1;
}

.bookings-table {
  margin-top: 40px;
}

.bookings-table .booking-item__title,
.bookings-table .booking-item__row,
.bookings-table .bookings-mobile__btns,
.bookings-table .booking-item__btn {
  display: none;
}

.bookings-table .bookings_table-header {
  margin-right: 10px !important;
}

@media only screen and (max-width: 860px) {
  .bookings-table {
    margin-top: 20px;
  }

  .bookings-table > .table-row:first-child {
    display: none;
  }

  .bookings-table .table-row > * {
    margin-right: 2px;
  }

  .bookings-table .booking-item__row {
    display: flex;
  }

  .bookings-table .bookings--canceled > * {
    opacity: 1;
  }

  .bookings-table .booking-item__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 800;
    color: #75bbd1;
    letter-spacing: 0.6px;
    text-align: center;
    text-transform: uppercase;
  }

  .bookings-table .booking-item__title img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .bookings-table .booking-item {
    width: 100%;
    padding: 50px 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-image: url("../Images/booking-bottom.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50px;
  }

  .bookings-table .booking-item:first-child {
    display: none;
  }

  .bookings-table .booking-item .bookings-btns,
  .bookings-table .booking-item .booking-frequency,
  .bookings-table .booking-item .bookings_table-header {
    display: none;
  }

  .bookings-table .booking-item .table-row {
    margin-right: -10px;
  }

  .bookings-table .bookings-mobile__btns {
    display: flex;
    margin-top: 20px;
  }

  .bookings-table .booking-item__btn {
    width: 160px;
    padding: 10px 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto !important;
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: #75bbd1;
    color: #ffffff;
    border-radius: 5px;
    z-index: 1;
  }

  .bookings-table .table-header,
  .bookings-table .table-box--white {
    margin-top: 2px;
    font-size: 9px;
  }
}

.bookings-btns {
  margin-top: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.bookings-btns > * {
  flex: 1;
  height: 100%;
}

.bookings-add,
.bookings-remove,
.bookings-paid,
.bookings-star,
.bookings-call {
  position: relative;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #75bbd1;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
}

.bookings-add:last-child,
.bookings-remove:last-child,
.bookings-paid:last-child,
.bookings-star:last-child,
.bookings-call:last-child {
  margin-right: 0;
}

.bookings-add .tooltiptext,
.bookings-remove .tooltiptext,
.bookings-paid .tooltiptext,
.bookings-star .tooltiptext,
.bookings-call .tooltiptext {
  visibility: hidden;
  width: 120px;
  transform: rotate(0);
  background-color: #ffffff;
  color: #606060;
  text-align: center;
  border-radius: 6px;
  font-size: 12px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -60px;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.bookings-add .tooltiptext::after,
.bookings-remove .tooltiptext::after,
.bookings-paid .tooltiptext::after,
.bookings-star .tooltiptext::after,
.bookings-call .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 45%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border: 1em solid black;
  border-color: transparent transparent #ffffff transparent;
}

.bookings-add:hover .tooltiptext,
.bookings-remove:hover .tooltiptext,
.bookings-paid:hover .tooltiptext,
.bookings-star:hover .tooltiptext,
.bookings-call:hover .tooltiptext {
  visibility: visible;
}

.bookings-add {
  background-color: #75bbd1;
}

.bookings-remove {
  background-color: #ee7f7b;
}

.bookings-remove span {
  transform: rotate(45deg);
}

.bookings-paid {
  background-color: #a9d8a9;
}

.bookings-paid img {
  max-width: 20px;
  max-height: 20px;
}

.bookings-star {
  background-color: #dfe3ef;
}

.bookings-star img {
  max-width: 18px;
  max-height: 18px;
}

.bookings-star-rated {
  background-color: #a9d8a9;
}

.bookings-call {
  background-color: #fcc103;
}

.bookings-call img {
  max-width: 28px;
  max-height: 28px;
  transform: rotate(-100deg);
}

.bookings--canceled > * {
  opacity: 0.4;
}

.bookings--canceled .bookings-btns {
  opacity: 1;
}

.modal_bookings-detail .bookings-table {
  margin-top: 0;
}

.modal_bookings-detail .table-header--mobile {
  display: none;
}

@media only screen and (max-width: 680px) {
  .modal_bookings-detail .table-header--mobile {
    display: block;
  }

  .modal_bookings-detail .table-info {
    margin-top: 0;
  }

  .modal_bookings-detail .table-info .table-row:first-child {
    display: none;
  }

  .modal_bookings-detail .table-values .table-box--white {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .modal_bookings-detail .table-row {
    flex-direction: column;
  }

  .modal_bookings-detail .table-row > * {
    margin-right: 0;
  }
}

.bookings_modal-remove {
  background: linear-gradient(
    to bottom,
    #fb6d6d 0%,
    #fb6d6d 50%,
    #e45a59 50%,
    #e45a59 100%
  );
}

.bookings_modal-cancel {
  background: linear-gradient(
    to bottom,
    #a8d1a3 0%,
    #a8d1a3 50%,
    #92bb8e 50%,
    #92bb8e 100%
  );
}

@media only screen and (max-width: 860px) {
  .bookings_main .table_container {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }

  .bookings_main .table_container-title,
  .bookings_main .table_container-subtitle {
    display: none;
  }

  .bookings_main .table_container-legend__item {
    position: relative;
    width: 33%;
    height: 30px;
    padding: 10px 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
  }

  .bookings_main .table_container-legend__item label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background: transparent;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 9px;
    font-weight: 600;
  }

  .bookings_main .table_container-legend__item input:checked + label {
    background-color: #bbd9e6;
    color: #ffffff;
  }

  .bookings_main .table_container-legend__item input:checked + label:before {
    display: none;
  }

  .bookings_main .table_container-legend__item > span {
    display: none;
  }
}

.legend--mobile {
  display: none;
}

@media only screen and (max-width: 860px) {
  .legend--mobile {
    display: block;
  }
}

.bookings-mobile__btns {
  align-items: center;
  justify-content: center;
}

.bookings-mobile__btns > * {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.table_container {
  width: 100%;
  padding: 0 30px;
  padding-top: 40px;
  /*background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);*/
  box-sizing: border-box;
}

.table_container .table_container-title {
  font-size: 18px;
  font-weight: 800;
  color: #75bbd1;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
}

.table_container .table_container-subtitle {
  margin-top: 8px;
  font-size: 13px;
  color: #606060;
  letter-spacing: 0.4px;
  text-align: center;
}

.table_container-legend {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table_container-legend__item {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 11px;
  color: #606060;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.table_container-legend__item:last-child {
  margin-right: 0;
}

.table_container-legend__item label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #eef5f6;
}

.table_container-legend__item label:before {
  content: "";
  width: 60%;
  height: 60%;
  background-color: #75bbd1;
  border-radius: 100%;
  display: none;
}

.table_container-legend__item input {
  display: none;
}

.table_container-legend__item input:checked + label:before {
  display: block;
}

.table-info {
  margin-top: 40px;
}

.table-row {
  display: flex;
  justify-content: space-between;
}

.table-row > * {
  flex: 1;
  margin-right: 10px;
}

.table-row > *:last-child {
  margin-right: 0;
}

.table-header {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #747474;
  text-transform: uppercase;
  padding: 5px 0;
  text-align: center;
  background-color: #eff4f7;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-header.table-header--blue {
  background-color: #eef5f6;
}

.table-double {
  display: flex;
  justify-content: space-between;
}

.table-double > * {
  width: 48%;
}

.table-box--white {
  margin-top: 6px;
  padding: 10px 0;
  font-size: 12px;
  color: #606060;
  letter-spacing: 0.4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
}

.table-box--white.table-box--paid {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #a9d8a9;
}

.table-box--white.table-box--waiting {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #fec14d;
}

.table-box--white.table-box--error {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #ee7f7b;
}

.table-box--white b {
  font-weight: 600;
}

.table-box {
  margin-top: 6px;
  padding: 10px 0;
  font-size: 12px;
  color: #606060;
  letter-spacing: 0.6px;
  text-align: center;
  background-color: #eff4f7;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-box-payment {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #747474;
  text-transform: uppercase;
  padding: 5px 0;
  text-align: center;
  background-color: #eff4f7;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 860px) {
  .table-box-payment {
    margin-right: 0;
    padding: 10px 0;
    margin-bottom: 2%;
  }
}

.table-btns {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.table-btns a {
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 0 3px 2px rgba(47, 157, 168, 0.15);
}

.table-btns a:first-child {
  background-color: #fec14d;
  margin-right: 10px;
}

.table-btns a:last-child {
  background-color: #75bbd1;
  margin-right: -10px;
}

.table_pagination {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table_pagination-btn {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #606060;
  background-color: #f7fcff;
  opacity: 0.5;
  box-shadow: 4px 4px 2px rgba(235, 235, 235, 0.7);
  cursor: pointer;
}

.table_pagination--selected {
  opacity: 1;
}

.table-previous,
.table-next {
  position: relative;
  opacity: 1;
}

.table-previous.table_pagination--disabled,
.table-next.table_pagination--disabled {
  opacity: 0.5;
}

.table-previous:before,
.table-previous:after,
.table-next:before,
.table-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background-color: #606060;
}

.table-previous:before {
  transform: translate(calc(-50% - 1px), -3px) rotate(-45deg);
}

.table-previous:after {
  transform: translate(calc(-50% - 1px), 2px) rotate(45deg);
}

.table-next:before {
  transform: translate(calc(-50% + 1px), -3px) rotate(45deg);
}

.table-next:after {
  transform: translate(calc(-50% + 1px), 2px) rotate(-45deg);
}

.account_header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.account_header img {
  width: 100px;
  height: 100px;
}

.account-title {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #75bbd1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.account-description {
  font-size: 13px;
  color: #606060;
  letter-spacing: 0.4px;
}

.account_content {
  width: 100%;
  margin-bottom: 200px;
  padding: 0 30px;
  /*background-color: #ffffff;*/
  border-radius: 6px;
  box-sizing: border-box;
}

.account_content .table-header {
  margin-top: 6px;
  padding: 10px 0;
}

@media only screen and (max-width: 680px) {
  .account_content {
    margin-bottom: 0;
    background: none;
  }

  .account_content .table-header {
    display: none;
  }

  .account_content .table-row {
    flex-direction: column;
  }

  .account_content .table-box--white {
    width: 100%;
    box-shadow: none;
  }
}

.account_content-info .table-header {
  max-width: 160px;
}

.account_content-section {
  margin: 100px 0 30px 0;
}

.account_content-section:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 680px) {
  .account_content-section {
    margin: 30px 0 80px 0;
  }

  .account_content-section.account_content-info {
    margin-bottom: 0;
  }
}

.account_content-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #606060;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .account_content-title {
    font-size: 12px;
  }
}

.account-forgot__link {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  font-style: italic;
  color: #75bbd1;
  text-align: center;
}

.account-save {
  display: block;
  width: 240px;
  margin: auto;
  margin-top: 40px;
  padding: 12px 0;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  background-color: #75bbd1;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  border-radius: 12px;
  box-shadow: 0px 3px 2px rgba(47, 157, 168, 0.15);
}

@media only screen and (max-width: 680px) {
  .account-save {
    width: 100%;
    margin-top: 14px;
    border-radius: 5px;
  }
}

.account-address__btn {
  background-color: #fcc103;
}

@media only screen and (max-width: 680px) {
  .account-address__btn {
    width: 100%;
    border-radius: 5px;
  }
}

.account_address-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.account_address-section {
  width: 32%;
  padding: 20px;
  margin-bottom: 2%;
  background-color: #eff4f7;
  border-radius: 10px;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
  box-sizing: border-box;
}

@media only screen and (max-width: 860px) {
  .account_address-section {
    width: 48%;
  }
}

@media only screen and (max-width: 680px) {
  .account_address-section {
    width: 100%;
    background-color: #ffffff;
  }
}

.account_address-title {
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 500;
  color: #606060;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 680px) {
  .account_address-title {
    font-weight: 700;
  }
}

.account_address-info {
  margin-top: 10px;
}

.account_address-info :first-child {
  position: relative;
  text-transform: uppercase;
  background-color: #f5f5f5;
  z-index: 1;
}

@media only screen and (max-width: 680px) {
  .account_address-info :first-child {
    display: none;
  }
}

.account_address-info :last-child {
  background-color: #ffffff;
}

.account_address-box {
  padding: 10px 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: center;
  color: #606060;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
}

@media only screen and (max-width: 680px) {
  .account_address-box {
    box-shadow: none;
    padding: 0;
    color: #b4b4b4;
  }
}

.account_address-remove {
  display: block;
  width: 60%;
  margin: auto;
  margin-top: 20px;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background-color: #fe7877;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-radius: 20px;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
}

@media only screen and (max-width: 680px) {
  .account_address-remove {
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
  }
}

.account_service-status {
  margin-top: 10px;
  font-weight: 600;
  color: #ffffff;
  background-color: #d7d7d7;
  text-transform: uppercase;
}

@media only screen and (max-width: 680px) {
  .account_service-status {
    background-color: #a9d8a9;
  }
}

.account_service-details {
  width: 100%;
  margin-top: 10px;
  font-weight: 600;
  color: #ffffff;
  background-color: #75bbd1;
  text-transform: uppercase;
}

@media only screen and (max-width: 680px) {
  .account_service-details {
    border-radius: 5px;
  }
}

.account_service-btns {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.account_service-btns button {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
}

.account_service-btns button:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 680px) {
  .account_service-btns button {
    border-radius: 5px;
  }
}

@media only screen and (max-width: 680px) {
  .account_content-services .account_address-box {
    padding: 10px 0;
  }

  .account_content-services .account_address-box:last-child {
    background-color: #f3f3f3;
  }
}

.account_service-edit {
  background-color: #a9d8a9;
}

.account_service-edit svg {
  fill: #ffffff;
  width: 70%;
  height: 70%;
}

.account-price {
  margin-top: 6px;
  padding: 10px 34px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.4px;
  text-align: center;
  background-color: #c8dde8;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
}

.account-price__row {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account-price__row:last-child {
  margin-bottom: 0;
}

.account-map {
  width: 100%;
  height: 160px;
}

.account_modal-header {
  max-width: 140px;
}

.account_service-btns__figure {
  position: relative;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #ffffff;
}

.account_modal-btns .account_service-btns__figure {
  margin-right: 10px;
}

.account_service-pause {
  background-color: #75bbd1;
}

.account_service-pause .account_service-btns__figure:before,
.account_service-pause .account_service-btns__figure:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.account_service-pause .account_service-btns__figure:before {
  transform: translate(calc(-50% - 2px), -50%);
}

.account_service-pause .account_service-btns__figure:after {
  transform: translate(calc(-50% + 2px), -50%);
}

.account_service-cancel {
  background-color: #ee7f7b;
}

.account_service-cancel .account_service-btns__figure:before,
.account_service-cancel .account_service-btns__figure:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.account_service-cancel .account_service-btns__figure:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.account_service-cancel .account_service-btns__figure:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 680px) {
  .account_cards .account_address-box {
    padding: 10px 0;
    display: block;
  }

  .account_cards .account_address-box:first-child {
    background-color: #c6c6c6;
    color: #ffffff;
  }

  .account_cards .account_address-box:last-child {
    background-color: #f3f3f3;
    color: #c6c6c6;
  }
}

.modal_subscription-edit .table-header {
  font-size: 11px;
}

.modal_subscription-edit .table-cell {
  display: flex;
  align-items: center;
}

.modal_subscription-edit .table-cell .table-header {
  width: 120px;
  margin-right: 10px;
}

.modal_subscription-edit .table-cell > :last-child {
  flex: 1;
  padding-left: 15px;
  text-align: left;
  justify-content: flex-start;
}

.modal_subscription-edit .modal-btns {
  display: flex;
  justify-content: center;
}

.subscription-extra {
  display: flex;
  align-items: center;
}

.subscription-extra > :first-child {
  flex: 1;
  margin-right: 10px;
}

.subscription-extra__remove,
.subscription-extra__add {
  margin-top: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscription-extra__remove div,
.subscription-extra__add div {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 9px;
  line-height: 15px;
}

.subscription-extra__more {
  display: flex;
}

.subscription-extra__more select {
  flex: 1;
  padding-left: 15px;
  margin-right: 10px;
}

.subscription-extra__more .subscription-extra__add {
  background-color: #a9d8a9;
}

.subscription-extra__more .subscription-extra__add div {
  font-size: 12px;
}

.subscription-change__btn {
  background-color: #a9d8a9;
}

.subscription-cancel__btn {
  background-color: #fe7877;
}

.modal_subscription-cancel .subscription-cancel__field {
  width: 280px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}

.modal_subscription-cancel .table-header {
  width: 100%;
  padding-left: 15px;
  justify-content: flex-start;
  box-sizing: border-box;
  font-weight: 400;
}

.modal_subscription-cancel .modal-btns {
  width: 280px;
  max-width: 100%;
  margin: auto;
}

.modal_subscription-cancel .modal-btns button {
  width: 100%;
  margin-top: 20px;
}

.modal_subscription-cancel p {
  text-align: center;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  overflow: auto;
  pointer-events: auto;
}

.modal_card {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  min-width: 600px;
  padding: 60px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  box-sizing: border-box;
  overflow-y: auto;
}

/*.modal_card.modal_bookings-detail {
  max-width: 90%;
  width: 800px;
  padding: 60px 40px 40px 40px;
}*/

.modal_card.modal_subscription-edit {
  min-width: 700px;
}

@media only screen and (max-width: 680px) {
  .modal_card {
    min-width: 90%;
  }

  .modal_card.modal_bookings-detail {
    padding: 50px 20px 20px 20px;
  }
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 26px;
  width: 20px;
  height: 20px;
}

.modal-close:before,
.modal-close:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  transform: translate(-50%, -50%);
  background-color: #606060;
}

.modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #606060;
  text-transform: uppercase;
  text-align: center;
}

.modal-description {
  font-size: 13px;
  color: #606060;
  letter-spacing: 0.4px;
  text-align: center;
}

.modal-btns {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.modal-btns button {
  width: 49%;
  height: 40px;
  padding: 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 12px;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
}

.modal_contactus .login-title {
  font-size: 16px;
}

.modal_contactus .form-input {
  color: #606060;
  background-color: #eaf3f6;
}

.modal_contactus .form-input::-webkit-input-placeholder {
  color: #606060;
}

@media only screen and (max-width: 680px) {
  .modal_contactus .form-input::-webkit-input-placeholder {
    font-size: 12px;
  }
}

.modal_contactus .form-input::-moz-placeholder {
  color: #606060;
}

@media only screen and (max-width: 680px) {
  .modal_contactus .form-input::-moz-placeholder {
    font-size: 12px;
  }
}

.modal_contactus .form-input:-ms-input-placeholder {
  color: #606060;
}

@media only screen and (max-width: 680px) {
  .modal_contactus .form-input:-ms-input-placeholder {
    font-size: 12px;
  }
}

.modal_contactus .form-input:-moz-placeholder {
  color: #606060;
}

@media only screen and (max-width: 680px) {
  .modal_contactus .form-input:-moz-placeholder {
    font-size: 12px;
  }
}

.modal_contactus .login-submit {
  color: #ffffff;
  background-color: #75bbd1;
}

@media only screen and (max-width: 680px) {
  .modal_contactus .form-row {
    flex-direction: column;
  }

  .modal_contactus .form-row > * {
    width: 100%;
    margin-right: 0;
  }

  .modal_contactus .form-row:last-child {
    flex-direction: row;
  }

  .modal_contactus .form-row:last-child > :first-child {
    margin-right: 10px;
  }

  .modal_contactus .form-row:last-child > * {
    width: 50%;
  }

  .modal_contactus .form-input {
    box-shadow: none;
    border-radius: 0;
  }

  .modal_contactus .login-submit {
    width: 70%;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 680px) {
  .modal_address-add .table-row {
    flex-direction: column;
  }

  .modal_address-add .table-header {
    padding: 0;
    background: none;
    box-shadow: none;
    font-weight: 500;
  }

  .modal_address-add .table-box {
    justify-content: flex-start;
  }

  .modal_address-add .table-box--white {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    text-align: left;
    justify-content: flex-start;
    background-color: #ecf2f6;
    box-sizing: border-box;
  }

  .modal_address-add .account-address__btn {
    width: 90%;
  }
}

.error-page {
  color: #fff;
  background-color: #71b2c9;
}
.error-page .wrapper {
  overflow: hidden;
}
.error-page svg {
  width: 100%;
  height: auto;
  top: -5%;
  position: absolute;
}
.error-page main {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 0;
  padding-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, 0);
}
.error-page p {
  font-size: 26px;
}

#mobile404 {
  display: none;
}
@media only screen and (max-width: 860px) {
  .error-page main {
    padding-bottom: 38%;
  }
  .error-page svg {
    width: 130%;
    left: -15%;
  }
}
@media only screen and (max-width: 680px) {
  .error-page {
    background-image: linear-gradient(to bottom, #aad9e6, #71b2c9);
  }
  .error-page main {
    padding-bottom: 12%;
    text-align: center;
  }
  .error-page svg {
    width: 100%;
    left: 0;
    top: 0;
  }
  .error-page p {
    font-size: 24px;
  }
  #desktop404 {
    display: none;
  }

  #mobile404 {
    display: block;
  }
}

.error_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1920px;
}

.error_background-image {
  position: absolute;
  top: 0;
  bottom: -6%;
  left: 51%;
  transform: translate(-50%, 0);
  width: 125%;
  background-image: url("../Images/fundo_erro.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.error_title {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #afcad5;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 860px) {
  .error_title {
    font-size: 30px;
    max-width: 90%;
  }
}

@media only screen and (max-width: 680px) {
  .error_title {
    font-size: 16px;
  }
}

.error_description {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #afcad5;
  text-align: center;
}

@media only screen and (max-width: 860px) {
  .error_description {
    font-size: 18px;
    max-width: 90%;
  }
}

@media only screen and (max-width: 680px) {
  .error_description {
    font-size: 14px;
  }
}

.error_code {
  margin-top: 20px;
  padding: 40px;
  font-size: 23px;
  font-weight: 700;
  color: #ffffff;
  background-color: #afcad5;
  border-radius: 20px;
}

@media only screen and (max-width: 860px) {
  .error_code {
    font-size: 16px;
    padding: 30px;
  }
}

@media only screen and (max-width: 680px) {
  .error_code {
    font-size: 14px;
    padding: 20px;
  }
}

.referral_container {
  padding: 50px 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 680px) {
  .referral_container {
    background: none;
    box-shadow: none;
    padding: 0;
  }
}

.referral_container-title {
  font-size: 16px;
  font-weight: 700;
  color: #75bbd1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}

.referral_container-description {
  margin-top: 10px;
  font-size: 11px;
  line-height: 15px;
  color: #666666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
}

.referral_email-list {
  margin-top: 40px;
}

@media only screen and (max-width: 680px) {
  .referral_email-list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
  }
}

.referral_email-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.referral_email-row:last-child {
  margin-top: 10px;
}

@media only screen and (max-width: 680px) {
  .referral_email-row {
    flex-direction: column;
  }

  .referral_email-row:last-child {
    display: none;
  }
}

.referral_email-box {
  flex: 1;
  height: 38px;
  padding: 10px 0;
  margin-right: 10px;
  font-size: 12px;
  color: #666666;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
  text-align: center;
  box-sizing: border-box;
}

.referral_email-box:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 680px) {
  .referral_email-box {
    width: 100%;
    padding: 0 10px;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: left;
    box-shadow: none;
  }
}

.referral_import {
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  color: #75bbd1;
  text-align: center;
}

.referral_container-btn {
  display: block;
  margin: auto;
  margin-top: 30px;
  padding: 12px 40px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #75bbd1;
  border-radius: 10px;
  box-shadow: 0 3px 2px rgba(47, 157, 168, 0.15);
}

@media only screen and (max-width: 680px) {
  .referral_container-btn {
    border-radius: 5px;
  }
}

.referral_section {
  margin-top: 40px;
}

.referral_section:last-child {
  padding-bottom: 100px;
}

.referral_section-title {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 680px) {
  .referral_section-title {
    text-align: center;
  }
}

.referral_section-description {
  margin-top: 8px;
  font-size: 13px;
  color: #606060;
}

@media only screen and (max-width: 680px) {
  .referral_section-description {
    text-align: center;
  }
}

.referral_social-btns {
  margin-top: 20px;
  display: flex;
}

.referral_social-btns button {
  display: inline-block;
  flex: 1;
  padding: 10px 0px;
  margin-right: 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 4px;
}

.referral_social-btns button:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 680px) {
  .referral_social-btns button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 680px) {
  .referral_social-btns {
    flex-direction: column;
  }
}

.referral_facebook-btn {
  background-color: #3d4f87;
}

.referral_twitter-btn {
  background-color: #2695cd;
}

.referral_pinterest-btn {
  background-color: #cc2d2b;
}

.referral_social-link {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 12px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 4px;
}

.referral_link {
  margin-left: 5px;
  opacity: 0.4;
}

.referral_invites-stats {
  display: flex;
  margin-top: 14px;
}

.referral_invites-stats .referral_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-right: 10px;
  min-height: 100px;
  box-sizing: border-box;
}

@media only screen and (max-width: 680px) {
  .referral_invites-stats .referral_box {
    width: 45%;
    flex: auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 680px) {
  .referral_invites-stats {
    flex-wrap: wrap;
    margin-right: -10px;
  }
}

.referral_box {
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
}

.referral_stats-title {
  font-size: 11px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}

.referral_stats-value {
  font-size: 15px;
  font-weight: 600;
  color: #75bbd1;
  text-align: center;
}

.referral_invites-filters {
  display: flex;
  margin-top: 14px;
}

@media only screen and (max-width: 680px) {
  .referral_invites-filters {
    justify-content: center;
  }
}

.referral_invites-filters .table_container-legend__item {
  font-size: 11px;
  color: #606060;
  letter-spacing: 0.4px;
  text-transform: none;
}

.referral_invites-filters .table_container-legend__item label {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 100%;
}

.referral_invites-list {
  margin-top: 14px;
}

.referral_invites-row {
  display: flex;
  margin-bottom: 10px;
}

.referral_invites-row .referral_box {
  padding: 10px;
  flex: 1;
  margin-right: 10px;
  font-size: 11px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}

.referral_invites-row .referral_box:last-child {
  margin-right: 0;
}

.referral_invites-row:last-child {
  margin-bottom: 0;
}

.referral_invites-header .referral_box {
  font-weight: 600;
}

.recruit-page {
  padding-bottom: 235px;
}

@media only screen and (max-width: 680px) {
  .recruit-page {
    padding-bottom: 400px;
  }
}

@media only screen and (max-width: 680px) {
  .recruit-page .form-row {
    flex-direction: column;
  }

  .recruit-page .form-row > * {
    width: 100%;
    margin-right: 0;
  }

  .recruit-page .form-input {
    border-radius: 0;
  }

  .recruit-page .login-submit {
    width: 100%;
  }
}

.cleaning-recruitment-form {
  width: 90%;
}

.others-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #75bbd1;
  text-transform: uppercase;
  text-align: center;
}

.others-subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #545454;
  text-align: center;
}

/*.others_section {
    margin-bottom: 40px;
}

    .others_section p {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 18px;
        color: #545454;
    }

        .others_section p:last-child {
            margin-bottom: 0;
        }

    .others_section a {
        color: #75BBD1;
        text-decoration: underline;
    }

.others_section-title {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #545454;
}
.others_section-pretext {
    padding-left: 20px;
}

.others--bold {
    font-weight: 500;
}*/

/*.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  background-color: #eaeaea;
  visibility: hidden;
  overflow: auto;
}

.mobile_menu--open {
  visibility: initial;
}

.mobile_menu--open .mobile_menu-container {
  transform: translate(0, 0);
}

.mobile_menu-container {
    position: absolute;
    right: 0;
    width: 60%;
    height: 100%;
    background-color: #f6f9fC;
    transform: translate(100%, 0);
    transition: transform 0.3s ease-in-out;
}

@media only screen and (max-width: 780px) {
  .mobile_menu-container {
    width: 100%;
  }
}
.mobile_menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  background: transparent;
  background-image: url(../Images/close-nav-mobile.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.mobile_menu-nav {
  position: absolute;
  top: 10%;
  width: 100%;
}
.mobile_menu-nav-logged {
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.09);
}
.mobile_menu-nav-logged .mobile_menu-item {
  font-weight: 500;
}

.mobile_menu-item {
  height: 50px;
  font-size: 16px;
  line-height: 21px;
  color: #4a4a4a;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-left: 24px;
}

.mobile_menu-item:last-child {
  margin-bottom: 0;
}

.mobile_menu-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mobile_menu-logo {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 12px;
  left: 23px;
}
.mobile_menu-item-redirect {
  height: 50px;
  font-size: 16px;
  line-height: 21px;
  color: #195cad;
  text-transform: uppercase;
  background-color: #d8d8d8;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 24%;
  padding-left: 24px;
}
.mobile_menu-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .mobile_menu-buttons {
    justify-content: flex-start;
    margin-left: 24px;
  }
}
@media screen and (max-width: 680px) {
  .mobile_menu-buttons {
    justify-content: center;
    margin-left: auto;
  }
}
.mobile_menu-btn {
  width: 180px;
  height: 43px;
  border-radius: 5px;
  font-size: 20px;
  letter-spacing: 0.04px;
  margin: 8px;
}
@media screen and (max-width: 375px) {
  .mobile_menu-btn {
    width: 160px;
  }
}
@media screen and (max-width: 320px) {
  .mobile_menu-btn {
    width: 135px;
  }
}

.mobile_menu-login {
  background-color: transparent;
  color: #424242;
  border: 1px solid #71b2c9;
}
.mobile_menu-register {
  background-color: #1e2e43;
  color: #ffffff;
}
.mobile_menu-register::after {
  content: "→";
  color: #ffffff;
  font-weight: 700;
}
.mobile_menu-logout {
  font-size: 16px;
  background-color: #71b2c9;
  color: #ffffff;
}*/

@media screen and (max-width: 1100px) {
  section .service_trainers {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  section.service_trainers {
    width: 110%;
    margin-left: -5%;
    padding: 80px 0;
  }
}

@media screen and (max-width: 680px) {
  section.section_trainer-top {
    padding: 0;
  }
}

@media screen and (max-width: 680px) {
  .service_header-left {
    width: 100%;
    text-align: center;
  }

  .service_header-left .service_header-title {
    margin-bottom: 0;
  }

  .service_header-left .service_header-description,
  .service_header-left .service_header-button {
    display: none;
  }
}

.service_trainers-mobile {
  display: none;
}

@media screen and (max-width: 680px) {
  .service_trainers-mobile {
    display: block;
    text-align: center;
  }
}

.service_trainers__content {
  position: relative;
  padding: 40px 0;
  z-index: 9;
}

.service_trainers__content .slick-list {
  overflow: visible;
}

.trainer-slider__item {
  position: relative;
  background-color: grey;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

.trainer-slider__item .trainer-image {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
}

.trainer-slider__item.slick-current {
  transform: scale(1.1);
  z-index: 1;
}

.trainer-slider__item.slick-current .trainer-image {
  filter: none;
}

.trainer-slider__item.slick-current .trainer-overlay {
  display: flex;
}

.trainer-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  background-color: rgba(157, 204, 157, 0.6);
  border: 5px solid #9dcc9d;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
}

.trainer-info {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}

.trainer-info__icon {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}

.trainer-button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  padding: 14px 10px;
  background-color: #9dcc9d;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 860px) {
  .trainer-button {
    font-size: 11px;
  }
}

.service--health main {
  max-width: initial;
  width: 100%;
}

@media screen and (max-width: 680px) {
  .service--health main {
    padding-left: 0;
    padding-right: 0;
  }
}

.service--health .service_faq {
  position: relative;
  margin-top: -120px;
  padding: 80px 5%;
  padding-top: 140px;
  padding-bottom: 200px;
  z-index: 2;
}

.service--health .service_faq .service_header-button {
  padding: 16px 30px;
  text-transform: uppercase;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .service--health .service_faq .service_header-button {
    display: none;
  }
}

.service--health .service_faq__container {
  display: flex;
  box-sizing: border-box;
}

.service--health .service_faq-content:before,
.service--health .service_faq-content:after {
  right: -25px;
}

.service--health .service_form-options-item span {
  font-size: 15px;
  font-weight: 300;
}

.service_faq-left {
  width: 50%;
}

@media screen and (max-width: 860px) {
  .service_faq-left {
    width: 0 !important;
  }
}

.service_faq-right {
  position: relative;
  width: 50%;
  z-index: 4;
}

@media screen and (max-width: 860px) {
  .service_faq-right {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1100px) {
  .service_faq-right .service_faq-item {
    padding: 5px 16px;
  }

  .service_faq-right .service_faq-content:before,
  .service_faq-right .service_faq-content:after {
    right: -8px;
  }
}

.trainer_social-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #363636;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.trainer_social-title img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.trainer_modal .service_header-button {
  width: 200px;
  padding: 14px 0;
  margin: auto;
  display: inline-block;
  border-radius: 10px;
  margin: 0 1%;
}

.trainer_modal .modal_button-row {
  width: 100%;
  margin: auto;
  margin-top: 5%;
  text-align: center;
}

.trainer_modal-image {
  width: 100%;
  height: 300px;
  background-position: 50% 20%;
  background-size: cover;
}

.trainer_modal-infos {
  display: flex;
  margin: 20px 0;
}

.trainer_modal-info {
  display: flex;
  align-items: center;
  margin-right: 10px;
  background-color: #9dcc9d;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 5px;
}

.trainer_modal-info img {
  width: 30px;
  height: 30px;
}

.trainer_modal-info:last-child {
  margin-right: 0;
}

.trainer_modal-description {
  font-size: 15px;
  line-height: 22px;
}

.trainer_modal-description b {
  color: #9dcc9d;
  font-weight: 700;
}

.trainer_modal-price {
  font-weight: 600;
  color: #9dcc9d;
  margin-top: 3%;
  font-size: 15px;
  font-style: italic;
}

.pt_quest-page {
  background-color: #ffffff;
}

.pt_quest .create-form {
  padding-top: 40px;
}

.pt_quest .login-title {
  font-size: 26px;
  font-weight: 700;
  color: #9dcc9d;
}

.pt_quest .login-fields {
  margin-top: 40px;
}

.pt_quest .form-row {
  margin-bottom: 20px;
  align-items: flex-start;
}

.pt_quest .form-label {
  display: block;
  color: #545556;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
}

.pt_quest .form-input {
  margin-bottom: 0;
  padding: 0 20px;
  background-color: #e7ebec;
  color: #5a5b5c;
}

.pt_quest .form-input::-webkit-input-placeholder {
  color: #5a5b5c;
}

.pt_quest .form-inputt::-moz-placeholder {
  color: #5a5b5c;
}

.pt_quest .form-input:-ms-input-placeholder {
  color: #5a5b5c;
}

.pt_quest .form-input:-moz-placeholder {
  color: #5a5b5c;
}

.pt_quest .form-textarea {
  padding: 10px 20px;
}

.pt_quest .service_form-options-item span {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
  background-color: #e7ebec;
  color: #5a5b5c;
  letter-spacing: 0.3px;
  border-radius: 8px;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
  box-sizing: border-box;
}

@media only screen and (max-width: 680px) {
  .pt_quest .service_form-options-item span {
    font-size: 12px;
  }
}

.pt_quest .service_form-options-item input:checked + span {
  background-color: #5a5b5c;
}

.pt_quest .service_form-options {
  align-items: flex-start;
}

.pt_quest .trainer-problem__input {
  width: 50%;
}

.pt_quest .form-btns {
  padding-bottom: 100px;
}

.pt_quest .login-submit {
  background-color: #9dcc9d;
  color: #ffffff;
}

.background.pt_background {
  width: 100%;
  top: 0;
  left: 0;
  transform: none;
}

.pt_background-top {
  position: absolute;
  width: 1000px;
  height: 1166px;
  right: -140px;
  top: -100px;
  background-image: url("../Images/pt_background1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 680px) {
  .pt_background-top {
    display: none;
  }
}

.pt_background-bottom {
  position: absolute;
  width: 1000px;
  height: 1166px;
  left: -180px;
  top: -100px;
  background-image: url("../Images/pt_background2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 680px) {
  .pt_background-bottom {
    display: none;
  }
}

.pt_service_header-button {
  display: inline-block;
  width: 200px;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-align: center;
  background-color: #fec14d;
  color: #ffffff;
  box-shadow: 2px 2px 3px rgba(192, 191, 191, 0.75);
  border-radius: 10px;
  margin: 0 1%;
}

.pt_service_header-button img {
  margin-bottom: -5px;
  width: 18px;
  height: 18px;
  padding-right: 5%;
}

.trainer_social-photos {
  margin-top: 30px;
}

.trainer_social-photo {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.trainer_social-photo:nth-child(4n + 4) {
  margin-right: 0;
}

.section-nanny-background {
  background-color: #f4f5f7;
}

@media screen and (max-width: 420px) {
  .section-nanny-background {
    background-color: #ffffff;
    padding-top: 30%;
    background-image: url(../Images/nanny_faq_bottom_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }
}

.service--baby {
  background-color: #ffffff;
}

.service--baby main {
  max-width: initial;
  width: 100%;
  padding-bottom: 12%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  .service--baby main {
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 780px) {
  .service--baby main {
    padding-bottom: 30%;
  }
}

@media screen and (max-width: 690px) {
  .service--baby main {
    padding-bottom: 55%;
  }
}

@media screen and (max-width: 420px) {
  .service--baby main {
    padding-bottom: 90%;
  }
}

@media screen and (max-width: 375px) {
  .service--baby main {
    padding-bottom: 96%;
  }
}

@media screen and (max-width: 320px) {
  .service--baby main {
    padding-bottom: 120%;
  }
}

.service--baby .service_form {
  width: 100%;
  background-color: #eff4f7;
}

@media only screen and (max-width: 680px) {
  .service--baby .service_form {
    width: 100%;
    background-color: #ffffff;
  }
}

.service--baby .service_form .service_form-box input {
  background-color: #eff4f7;
}

.service--baby .service_form .service_form-box select {
  background-color: #eff4f7;
}

.service--baby .service_form .service_form-description {
  line-height: 18px;
}

@media screen and (max-width: 680px) {
  .service--baby .section_header-nanny {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 680px) {
  .service--baby .service_form-nanny {
    padding-top: 2%;
  }
}

.service--baby .service_header-title {
  color: #fdc04d;
  font-size: 43px;
  font-family: Montserrat;
  font-weight: bold;
  line-height: 46px;
}

@media screen and (max-width: 780px) {
  .service--baby .service_header-title {
    font-size: 33px;
  }
}

@media screen and (max-width: 680px) {
  .service--baby .service_header-title {
    display: none;
  }
}

.service--baby .service_header-title-h2 {
  color: #fdc04d;
  font-size: 43px;
  font-family: Montserrat;
  visibility: hidden;
}

@media screen and (max-width: 680px) {
  .service--baby .service_header-title-h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    visibility: visible;
    text-transform: uppercase;
    font-weight: 700;
  }
}

@media screen and (max-width: 780px) {
  .service--baby .service_header-description {
    line-height: 27px;
  }
}

@media screen and (max-width: 680px) {
  .service--baby .service_header-description {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .service--baby .service_header-subtitle {
    font-size: 16px;
    line-height: 23px;
  }
}

@media screen and (max-width: 680px) {
  .service--baby .service_header-subtitle {
    display: none;
  }
}

.service--baby .service_form-content {
  padding: 52px 60px 60px 60px;
}

@media screen and (max-width: 680px) {
  .service--baby .service_form-content {
    padding: 0px 0px 0px 0px;
  }
}

@media screen and (max-width: 680px) {
  .service--baby .service_form-footer .service_form-content {
    padding: 0px 0px 70px 0px;
  }
}

.service--baby .service_header-image {
  width: 150px;
  margin-bottom: 10px;
}

.service--baby .service_form-postal span {
  margin-right: 1%;
  margin-left: 1%;
}

.service--baby .service_header-subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #fdc04d;
  letter-spacing: 0.4px;
}

.service_comments-content h2 {
  color: #4d4d4d;
}

.service--baby .service_form-tooltip--indicator {
  background-color: #e9ac39;
  color: #ffffff;
}

.service--baby .service_form-add {
  background-color: #e9ac39;
  color: #ffffff;
}

.service--baby .service_form-submit {
  background-color: #e9ac39;
}

.service--baby .service_form-terms input:checked + label:before {
  background-color: #e9ac39;
}

.service--baby .service_form-options-item input:checked + span {
  background-color: #e9ac39;
}

.service--baby .service_comments {
  background-color: #f4f5f7;
}

@media only screen and (max-width: 680px) {
  .service--baby .service_comments {
    background-color: #ffffff;
  }
}

.service--baby .service_comments > :first-child {
  position: relative;
  z-index: 2;
}

.service--baby .service_comments .section-title {
  color: #494949;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.service--baby .service_comments-item {
  height: 250px;
}

@media only screen and (max-width: 680px) {
  .service--baby .service_comments-item {
    background-color: #f4f5f7;
  }
}

.service--baby .service_comments-animation {
  bottom: -45px;
}

@media only screen and (max-width: 1024px) {
  .service--baby .service_comments-animation {
    bottom: -90px;
    width: 520px;
  }
}

@media only screen and (max-width: 768px) {
  .service--baby .service_comments-animation {
    bottom: -90px;
    width: 380px;
    right: 6%;
  }
}

@media only screen and (max-width: 680px) {
  .service--baby .service_comments-animation {
    right: 2%;
    bottom: -45px;
    width: 330px;
  }
}

@media only screen and (max-width: 320px) {
  .service--baby .service_comments-animation {
    right: 2%;
    bottom: -52px;
    width: 315px;
  }
}

.service--baby .service_faq {
  position: relative;
  padding: 0 5%;
  padding-top: 140px;
  background-color: #ffffff;
  z-index: 1;
}

@media screen and (max-width: 780px) {
  .service--baby .service_faq {
    padding-top: 63px;
  }
}

@media only screen and (max-width: 680px) {
  .service--baby .service_faq {
    padding-top: 140px;
    padding: 0;
    background-color: #f5f6f8;
    width: 100%;
  }
}

.service--baby .service_faq .section-title {
  color: #e9ac39;
}

.service--baby .service_faq .service_faq-item img {
  min-width: 36px !important;
  width: 36px !important;
  height: 36px !important;
  margin: 5px 0px;
}

.service--baby .service_faq .service_faq-content {
  margin: 2% 0;
}

.service--baby .service_header-button {
  padding: 16px 30px;
  text-transform: uppercase;
  margin: auto;
  margin-top: 32px;
  background-color: #e9ac39;
}

.service--baby section.nanny_slider_container {
  width: 100%;
  padding-top: 255px;
  padding-bottom: 235px;
  background-image: url(../images/baby_background2.png);
  background-size: 100% 106%;
  background-repeat: no-repeat;
  background-position: 0px -22px;
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 780px) {
  .service--baby section.nanny_slider_container {
    padding-top: 190px;
    padding-bottom: 220px;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 420px) {
  .service--baby section.nanny_slider_container {
    background-color: #f4f5f7;
    background-image: url("../Images/nanny_form_bottom_bg.png");
    background-position-y: -67px;
    background-size: contain;
    padding-top: 134px;
    padding-bottom: 85px;
  }
}

.service--baby .nanny_slider-item {
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px 20px;
  height: 200px;
  max-height: 200px;
  background-color: #ffffff;
  box-shadow: 4px 4px 2px #ebebeb;
}

.service--baby .nanny_slider-item.slick-slide {
  display: flex;
}

.service--baby .nanny_slider-item .nanny_slider-image {
  width: 120px;
  height: 100%;
  min-height: 100%;
}

.service--baby .nanny_slider-item .service_comments-rating img {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
}

.service--baby .nanny_slider-item .service_comments-content {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 6px;
  margin-left: 5%;
  margin-right: 5%;
}

.service--baby .nanny_slider-item .service_comments-content p {
  max-height: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 13px;
}

.service--baby .nanny_slider-item .service_header-button {
  align-self: flex-start;
  margin: 0;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 12px;
}

@media screen and (max-width: 680px) {
  .service--baby .nanny_slider-item .service_header-button {
    align-self: stretch;
  }
}

@media screen and (max-width: 320px) {
  .service--baby .nanny_slider-item .service_header-button {
    padding: 10px 7px;
    font-size: 10px;
  }
}

.service--baby .slick-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  z-index: 10;
}

@media screen and (max-width: 860px) {
  .service--baby .slick-arrow {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.service--baby .slick-arrow:before,
.service--baby .slick-arrow:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 3px;
  background-color: #eca737;
}

.service--baby .slick-prev {
  left: 25px;
}

.service--baby .slick-prev:before {
  transform: translate(-50%, -3.5px) rotate(-40deg);
}

.service--baby .slick-prev:after {
  transform: translate(-50%, 4px) rotate(40deg);
}

.service--baby .slick-next {
  right: 25px;
}

.service--baby .slick-next:before {
  transform: translate(-50%, -3.5px) rotate(40deg);
}

.service--baby .slick-next:after {
  transform: translate(-50%, 4px) rotate(-40deg);
}

@media only screen and (max-width: 680px) {
  .service--baby .nanny_faq_bottom {
    display: none;
  }
}

.service--baby .service_mobile_info {
  display: none;
}

@media only screen and (max-width: 680px) {
  .service--baby .service_mobile_info {
    display: block;
    padding-bottom: 132%;
    background-image: url(../Images/nanny_info.png),
      url(../Images/nanny_info_bottom_bg.png),
      url(../Images/nanny_info_photo.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 101% 48%, 101%, contain;
    background-position: top, bottom, 0 84%;
    background-color: #f4f5f7;
  }
}

@media only screen and (max-width: 320px) {
  .service--baby .service_mobile_info {
    background-size: 101% 55%, 101%, contain;
  }
}

.service--baby .service_mobile_info .service_mobile_info-title {
  color: #fdc04d;
  font-size: 19px;
  font-family: Montserrat;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 10px;
  text-align: center;
}

.service--baby .service_mobile_info .service_mobile_info-description {
  margin-bottom: 24px;
  line-height: 26px;
  color: #666666;
  letter-spacing: 0.3px;
  font-size: 15px;
}

.service--baby .service_mobile_info .service_mobile_info-subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #fdc04d;
  letter-spacing: 0.4px;
  line-height: 20px;
}

@media only screen and (max-width: 680px) {
  .service--baby .nanny_faq_bottom {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .service--baby .nanny_faq_bottom_img {
    background-image: url("../Images/nanny_faq_bottom_bg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    /* height: 100%; */
    background-size: contain;
  }
}

.service--baby .service_faq-item {
  background-color: #f5f6f8;
}

@media only screen and (max-width: 680px) {
  .service--baby .service_faq-item {
    background-color: #ffffff;
  }
}

.service--baby .service_faq--selected .service_faq-question {
  color: #fdc04d;
  line-height: 20px;
}

.service--baby .service_faq__container {
  display: flex;
  box-sizing: border-box;
}

@media only screen and (max-width: 680px) {
  .service--baby .service_faq__container {
    padding: 0 9%;
  }
}

.service--baby .service_faq-content:before,
.service--baby .service_faq-content:after {
  right: -25px;
}

@media only screen and (max-width: 1100px) {
  .service--baby .service_faq-content:before,
  .service--baby .service_faq-content:after {
    right: 0;
  }
}

.service--baby .service_faq-left {
  width: 60%;
}

.service--baby .service_faq-right {
  width: 40%;
  margin-right: 5%;
}

.service--baby .service_form-footer {
  padding-bottom: 12%;
}

@media (max-width: 4000px) and (min-width: 2000px) {
  .service--baby .service_form-footer {
    padding-bottom: 6%;
  }
}

.service_form-footer .service_form {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
}

.service_form-footer .service_form-options-item span {
  background-color: #f5f6f8;
}

.service_form-footer .service_form-content {
  padding: 52px 60px 60px 60px;
}

.service_form-footer .service_form-box {
  background-color: #f5f6f8;
}

.service_form-footer .service_form-box input,
.service--baby .service_form-footer .service_form-box select {
  background-color: #ffffff !important;
}

.service_form-footer input,
.service_form-footer select,
.service_form-footer textarea {
  background-color: #f5f6f8;
}

.service_form-footer .service_form-terms label {
  background-color: #f5f6f8;
}

.checkout--baby .checkout_bill-image {
  background-image: url("../Images/formulario_criancas.svg");
}

.checkout--baby .checkout_bill-type,
.checkout--baby .checkout_bill-price {
  color: #fcc103;
}

.service--painting .checkout_bill-type,
.service--painting .checkout_bill-price {
  color: #fe7877;
}

.checkout_schedule .checkout-btn {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #eca737;
}

.checkout_schedule-item {
  display: flex;
  margin-bottom: 10px;
}

.checkout_schedule-item:last-child {
  margin-bottom: 20px;
}

.checkout_schedule-box {
  margin-right: 10px;
  flex: 1;
  padding: 14px;
  background-color: #ffffff;
  color: #555555;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.checkout_schedule-box:first-child {
  background-color: #fdc04d;
  color: #ffffff;
}

.checkout_schedule-box:last-child {
  margin-right: 0;
}

.nanny_main_logo {
  width: 20%;
}

@media screen and (max-width: 860px) {
  .nanny_main_logo {
    width: 43%;
  }
}

.nanny_list_container {
  text-align: initial;
}

.nanny_main {
  text-align: center;
}

@media screen and (max-width: 860px) {
  .nanny_main {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.nanny_main .table_pagination {
  margin-top: 30px;
  padding-bottom: 100px;
}

.nanny_main .table_pagination-btn {
  border-radius: 10px;
  font-weight: 700;
  opacity: 1;
}

.nanny_main .table_pagination--selected {
  background-color: #fdc04d;
  color: #ffffff;
}

.nanny_main .table-previous,
.nanny_main .table-next {
  background: none;
  box-shadow: none;
}

.nanny_filter {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #f3f4f7;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 8%;
}

@media screen and (max-width: 680px) {
  .nanny_filter {
    display: grid;
    background-color: #ffffff;
    box-shadow: none;
    padding: 0;
    margin: 0 2%;
    width: 96%;
  }
}

.nanny_filter-item {
  position: relative;
  flex: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}

@media screen and (max-width: 680px) {
  .nanny_filter-item {
    background-color: #eff4f7;
    box-shadow: none;
    margin: 1% 0;
  }
}

.nanny_filter-item:first-child {
  background-color: #fdc04d;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  cursor: initial;
}

@media screen and (max-width: 680px) {
  .nanny_filter-item:first-child {
    background-color: #ffffff;
    color: #606060;
    font-size: 12px;
  }
}

.nanny_filter-item:last-child {
  margin-right: 10px;
}

@media screen and (max-width: 680px) {
  .nanny_filter-item:last-child {
    margin-right: 0;
  }
}

.nanny_filter-item input {
  display: none;
}

.nanny_filter-item span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
}

.nanny_filter-item input:checked + input {
  background-color: #fdc04d;
  color: #ffffff;
}

.nanny_filter-item input:checked + span {
  background-color: #fdc04d;
  color: #ffffff;
}

.nanny_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 140px;
}

@media screen and (max-width: 680px) {
  .nanny_list {
    padding-top: 130px;
  }
}

.nanny_list > * {
  width: calc(33.3% - 18px);
  margin-right: 18px;
  margin-bottom: 18px;
}

.nanny_list > *:nth-child(3n + 0) {
  margin-right: 0;
}

@media screen and (max-width: 860px) {
  .nanny_list > * {
    width: calc(50% - 18px);
  }

  .nanny_list > *:nth-child(3n + 0) {
    width: calc(50% - 18px);
    margin-right: 18px;
  }

  .nanny_list > *:nth-child(2n + 0) {
    width: 50%;
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .nanny_list > * {
    width: 100%;
    margin-right: 0;
  }

  .nanny_list > *:nth-child(3n + 0) {
    width: 100%;
    margin-right: 0;
  }

  .nanny_list > *:nth-child(2n + 0) {
    width: 100%;
    margin-right: 0;
  }
}

.nanny_list-item {
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 3px 2px rgba(125, 126, 128, 0.15);
  box-sizing: border-box;
  height: 408px;
}

.nanny-rating {
  display: flex;
  align-items: center;
}

.nanny-rating img {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
}

.nanny-image {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.nanny-name {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #4d4d4d;
}

.nanny-description {
  margin: 14px 0;
  font-size: 14px;
  line-height: 20px;
  color: #6e6e6e;
  letter-spacing: 0.1px;
  height: 48%;
}

.nanny-btn {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #fbc003;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-decoration-line: underline;
}

.nanny_modal {
  width: 500px;
}

.nanny_modal .left_arrow {
  top: 50%;
  position: absolute;
  left: 26px;
  height: 20px;
}

.nanny_modal .right_arrow {
  top: 50%;
  position: absolute;
  right: 26px;
  height: 20px;
}

.nanny_modal .trainer_modal-image {
  width: 250px;
  height: 250px;
  margin: auto;
}

.nanny_modal .trainer_modal-infos {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.nanny_modal .trainer_modal-info {
  background-color: #fdc04d;
  box-shadow: 0 3px 2px rgba(125, 126, 128, 0.15);
  white-space: nowrap;
  justify-content: center;
  margin: 2% 1%;
}

.nanny_modal .trainer_modal-description {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
}

.nanny_modal .service_header-button {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fdc04d;
  margin: auto;
}

.nanny_background-top {
  position: absolute;
  width: 1000px;
  height: 1166px;
  right: -140px;
  top: -100px;
  background-image: url("../Images/nanny_top.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 860px) {
  .nanny_background-top {
    width: 822px;
    top: -145px;
  }
}

@media screen and (max-width: 680px) {
  .nanny_background-top {
    display: none;
  }
}

.babysitting_background-top {
  position: absolute;
  width: 1000px;
  height: 1166px;
  right: -140px;
  top: -100px;
  background-image: url("../Images/babysitting_top.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 860px) {
  .babysitting_background-top {
    display: none;
  }
}

.babysitting_background-bottom {
  position: absolute;
  width: 1000px;
  height: 1166px;
  left: -150px;
  top: -45%;
  background-image: url("../Images/babysitting_bottom.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.babysitting_background-bottom.nanny_background-bottom {
  background-image: url("../Images/nanny_bottom.png");
}

@media screen and (max-width: 860px) {
  .babysitting_background-bottom {
    display: none;
  }
}

.nanny-recruitment {
  background-color: #ffffff;
}

@media screen and (max-width: 680px) {
  section.nanny-recruitment {
    padding: 0;
  }
}

.service--nanny-recruitment main {
  max-width: initial;
  width: 100%;
}

@media screen and (max-width: 680px) {
  .service--nanny-recruitment main {
    padding-left: 0;
    padding-right: 0;
  }
}

.service--nanny-recruitment .service_faq {
  position: relative;
  margin-top: -130px;
  padding: 80px 5%;
  padding-top: 400px;
  background-color: #ffffff;
}

@media screen and (max-width: 1900px) {
  .service--nanny-recruitment .service_faq {
    padding-top: 280px;
  }
}

@media screen and (max-width: 680px) {
  .service--nanny-recruitment .service_faq {
    padding-top: 100px;
    margin-top: 0;
  }
}

.service--nanny-recruitment .service_faq__container {
  display: flex;
  box-sizing: border-box;
}

.service--nanny-recruitment .service_faq-content:before,
.service--nanny-recruitment .service_faq-content:after {
  right: -25px;
}

@media screen and (max-width: 680px) {
  .service--nanny-recruitment .service_faq-content:before,
  .service--nanny-recruitment .service_faq-content:after {
    right: 0;
  }
}

.service--nanny-recruitment .service_form-options-item span {
  font-size: 15px;
  font-weight: 300;
}

.service--nanny-recruitment .service_comments .section-title {
  color: #545454;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.service--nanny-recruitment .service_comments-item {
  height: 250px;
}

.service--nanny-recruitment .service_comments {
  padding-top: 345px;
}

@media screen and (max-width: 1900px) {
  .service--nanny-recruitment .service_comments {
    padding-top: 300px;
  }
}

@media screen and (max-width: 680px) {
  .service--nanny-recruitment .service_comments {
    padding-top: 85px;
  }
}

@media only screen and (max-width: 680px) {
  .service--nanny-recruitment .service_comments-animation {
    right: -4%;
  }
}

.service--nanny-recruitment {
  background-color: #ffffff;
}

.service--nanny-recruitment .service_form-options-item input:checked + span {
  background-color: #75bad0;
}

.service--nanny-recruitment .service_form-terms input:checked + label:before {
  background-color: #75bad0;
}

.service--nanny-recruitment .service_form-submit {
  background-color: #75bad0;
}

.service--nanny-recruitment .service_faq--selected .service_faq-question {
  color: #75bad0;
}

.service--nanny-recruitment .service_faq-item {
  background-color: #f9f9f9;
}

.service--nanny-recruitment .service_faq-item .service_faq-content {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 2% 0;
}

.service--nanny-recruitment .service_faq-content:before,
.service--nanny-recruitment .service_faq-content:after {
  right: -25px;
}

@media only screen and (max-width: 1100px) {
  .service--nanny-recruitment .service_faq-content:before,
  .service--nanny-recruitment .service_faq-content:after {
    right: 0;
  }
}

.service--nanny-recruitment .service_info-item {
  fill: #75bbd1;
}

.service--nanny-recruitment .service_info-item:before,
.service--nanny-recruitment .service_info-item:after {
  background-color: #75bbd1;
}

.nanny_profiles_background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.nanny_profiles_background-header {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../Images/nanny_perfil_header.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: -5%;
  z-index: 1;
}

@media screen and (max-width: 860px) {
  .nanny_profiles_background-header {
    background-image: url(../Images/nanny_perfil_header_mobile.png);
    background-size: contain;
    background-position-y: 0;
    top: -270px;
    height: 100%;
  }
}

@media screen and (max-width: 860px) {
  .nanny_profiles_background-header {
    background-image: url(../Images/nanny_perfil_header_mobile.png);
    background-size: contain;
    background-position-y: 0;
    top: -270px;
  }
}

@media screen and (max-width: 680px) {
  .nanny_profiles_background-header {
    background-image: url("../Images/nanny_perfil_header_mobile.png");
    background-size: contain;
    background-position-y: 0;
    top: 0;
    height: 26%;
  }
}

@media screen and (max-width: 320px) {
  .nanny_profiles_background-header {
    background-image: url("../Images/nanny_perfil_header_mobile.png");
    background-size: cover;
    height: 440px;
  }
}

.nanny_profiles_background-footer {
  position: absolute;
  bottom: 9%;
  width: 100%;
  height: 210px;
  background-image: url("../Images/nanny_perfil_footer.png"),
    url("../Images/nanny_perfil_footer2.png");
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-position-x: 0;
  z-index: 1;
}

@media screen and (max-width: 860px) {
  .nanny_profiles_background-footer {
    bottom: 5%;
    background-size: 30%, 30%;
  }
}

.nr_background {
  width: 100%;
  top: 0;
  left: 0;
  transform: none;
}

.nr_background-top {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2%;
  background-image: url(../Images/nr-background-header.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

@media screen and (max-width: 1950px) {
  .nr_background-top {
    top: -1%;
  }
}

@media screen and (max-width: 1460px) {
  .nr_background-top {
    top: 0;
  }
}

@media screen and (max-width: 680px) {
  .nr_background-top {
    background-image: url(../Images/nr-background-mobile.png);
    top: -80px;
  }
}

@media screen and (max-width: 570px) {
  .nr_background-top {
    background-image: url(../Images/nr-background-mobile.png);
    top: -30px;
  }
}

@media screen and (max-width: 400px) {
  .nr_background-top {
    background-image: url(../Images/nr-background-mobile.png);
    top: -5px;
  }
}

.nr_wrapper {
  background-color: #ffffff;
}

.nr_section-top {
  padding-top: 16%;
  padding-bottom: 16%;
}

.nr_section-top img {
  width: 25%;
  margin-top: 20%;
}

@media screen and (max-width: 680px) {
  .nr_section-top {
    padding-top: 38%;
    padding-bottom: 38%;
  }
}

@media screen and (max-width: 400px) {
  .nr_section-top {
    padding-top: 36%;
    padding-bottom: 36%;
  }
}

.nr_section-text {
  padding: 5% 20% 0 20%;
  width: 60%;
  text-align: center;
}

.nr_section-text h1 {
  color: #75bad0;
  font-family: Montserrat;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.39px;
  line-height: 180%;
  margin-bottom: 1%;
}

.nr_section-text h2 {
  color: #666666;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 180%;
}

@media screen and (max-width: 1950px) {
  .nr_section-text {
    padding: 5% 10%;
    width: 80%;
  }

  .nr_section-text h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1%;
  }

  .nr_section-text h2 {
    font-size: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 680px) {
  .nr_section-text h1 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.6px;
    line-height: 150%;
  }

  .nr_section-text h2 {
    font-size: 16px;
  }
}

.nr_section-steps {
  background-image: url("../Images/nr-background3.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 2%;
  padding-bottom: 5%;
}

@media screen and (max-width: 680px) {
  .nr_section-steps {
    background-image: url(../Images/nr-background9.png);
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
  }
}

.nr_steps {
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
}

@media screen and (max-width: 680px) {
  .nr_steps {
    flex-direction: column;
  }
}

.nr_column {
  float: left;
  width: 25.25%;
  padding: 2% 4%;
  text-align: center;
}

.nr_column img.quadro1 {
  width: 78%;
  vertical-align: middle;
}

.nr_column img.quadro2 {
  width: 78%;
  vertical-align: middle;
}

.nr_column img.image {
  width: 62%;
  padding-top: 5%;
  vertical-align: middle;
}

.nr_column p {
  color: #333333;
  font-family: Montserrat;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.39px;
  line-height: 150%;
  padding-top: 5%;
}

@media screen and (max-width: 680px) {
  .nr_column {
    width: 86%;
    padding: 14% 7%;
    display: flex;
    align-items: center;
    text-align: start;
  }

  .nr_column img.quadro1 {
    width: 100%;
    float: left;
  }

  .nr_column img.quadro2 {
    width: 105%;
    float: left;
  }

  .nr_column img.image {
    width: 78%;
    padding-left: 8%;
  }

  .nr_column p {
    padding-left: 8%;
    font-weight: 500;
  }

  .nr_imagediv {
    width: 35%;
  }

  .nr_textdiv {
    width: 75%;
  }
}

@media screen and (max-width: 360px) {
  .nr_column {
    width: 86%;
    padding: 9% 7%;
    display: flex;
    align-items: center;
    text-align: start;
  }
}

.nr_service_form {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0 15px;
  background-color: #f4f5f7;
  box-shadow: 0 3px 2px rgba(125, 126, 128, 0.15);
  transform: translate3d(0, 0, 0.1px);
  z-index: 1;
}

@media screen and (max-width: 1950px) {
  .nr_service_form {
    width: 80%;
  }
}

@media only screen and (max-width: 680px) {
  .nr_service_form {
    width: 90%;
    min-width: 0;
    background-color: #ffffff;
    box-shadow: none;
    padding: 0 5%;
  }
}

.nr_service_form-banner svg {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 380px;
}

.nr_service_form-banner span {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
}

@media only screen and (max-width: 680px) {
  .nr_service_form-banner {
    display: none;
  }
}

.nr_section-recruitment {
  background-color: #ffffff;
  position: relative;
  padding: 80px 5%;
  overflow: hidden;
}

.nr_service_form-content {
  padding: 80px 20px 40px 20px;
}

@media only screen and (max-width: 680px) {
  .nr_service_form-content {
    padding: 0;
    padding-top: 40px;
  }
}

.nr_service_form-row {
  display: flex;
  align-items: flex-end;
}

.nr_service_form-row > * {
  width: 50%;
}

.nr_service_form-row > *:not(:last-child) {
  margin-right: 10px;
}

.nr_service_form-row input {
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #808080;
  border-radius: 0;
  background-color: #ffffff;
  letter-spacing: 0.3px;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
  box-sizing: border-box;
}

@media only screen and (max-width: 680px) {
  .nr_service_form-row {
    flex-direction: column;
  }

  .nr_service_form-row > * {
    width: 100%;
  }

  .nr_service_form-row:first-child > * {
    width: 100%;
  }

  .nr_service_form-row > *:not(:last-child) {
    margin-right: 0;
  }

  .nr_service_form-row input {
    background-color: #f8f8f8;
  }
}

.nr_service_form-field {
  position: relative;
  margin-bottom: 14px;
}

.nr_service_form-label {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: #333333;
  display: flex;
  align-items: center;
}

.nr_service_form-date {
  width: 100%;
  height: inherit;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  color: #808080;
  cursor: pointer;
  box-sizing: border-box;
}

.nr_service_testemony-textarea {
  width: 100%;
  height: 150px;
  padding: 10px 15px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #6e6e6e;
  border-radius: 0;
  background-color: #ffffff;
  letter-spacing: 0.3px;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
  box-sizing: border-box;
  font-weight: 300;
}

.nr_service_testemony-textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #6e6e6e;
}

.nr_service_testemony-textarea::-moz-placeholder {
  font-size: 15px;
  color: #6e6e6e;
}

.nr_service_testemony-textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #6e6e6e;
}

@media only screen and (max-width: 680px) {
  .nr_service_testemony-textarea {
    background-color: #f8f8f8;
    font-size: 25px;
    font-weight: 300;
  }
}

.nr_service_form-textbox {
  position: relative;
  width: 100%;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  outline: 0;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  color: #6e6e6e;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.nr_service_form-textbox::-webkit-input-placeholder {
  font-size: 15px;
  color: #6e6e6e;
}

.nr_service_form-textbox::-moz-placeholder {
  font-size: 15px;
  color: #6e6e6e;
}

.nr_service_form-textbox:-ms-input-placeholder {
  font-size: 15px;
  color: #6e6e6e;
}

@media only screen and (max-width: 680px) {
  .nr_service_form-textbox {
    background-color: #f8f8f8;
  }
}

.nr_service_form-radioButtons {
  display: inline-flex;
  width: 100%;
  text-align: center;
}

.nr_service_form-radioButtons > :first-child {
  margin-right: 10px;
}

.nr_service_form-radioButtons label {
  position: relative;
  display: block;
  height: 40px;
  padding: 8px 14px;
  cursor: pointer;
}

.nr_service_form-radioButtons input {
  display: none;
}

.nr_service_form-radioButtons input:checked + span {
  background-color: #75bbd1;
  color: #ffffff;
}

.nr_service_form-radioButtons span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  background-color: #ffffff;
  box-sizing: border-box;
}

@media only screen and (max-width: 460px) {
  .nr_service_form-radioButtons span {
    background-color: #f8f8f8;
  }
}

.nr_service_form-radioButton {
  width: 90%;
  padding: 8px 14px;
  margin-bottom: 8px;
  font-size: 15px;
  background-color: #ffffff;
  letter-spacing: 0.4px;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
  box-sizing: border-box;
}

@media only screen and (max-width: 460px) {
  .nr_service_form-radioButton {
    background-color: #f8f8f8;
  }
}

.nr_service_form-dropdown {
  position: relative;
  width: 100%;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  outline: 0;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  color: #6e6e6e;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media only screen and (max-width: 680px) {
  .nr_service_form-dropdown {
    background-color: #f8f8f8;
  }
}

.nr_service_form-dropdown:before,
.nr_service_form-dropdown:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 10px;
  height: 1px;
  background-color: #75bbd1;
}

.nr_service_form-dropdown:before {
  transform: translate(-85%, 0) rotate(40deg);
}

.nr_service_form-dropdown:after {
  transform: translate(-15%, 0) rotate(-40deg);
}

.nr_service_form-boxes {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 14px;
  white-space: inherit;
  color: #808080;
}

.nr_service_form-boxes > * {
  text-align: center;
  margin-right: 2%;
}

.nr_service_form-boxes input {
  width: 50px;
  height: 40px;
  padding: 0 15px;
  text-align: left;
  margin-right: 2%;
}

@media only screen and (max-width: 768px) {
  .nr_service_form-boxes input {
    width: 60%;
    height: 40px;
    padding: 0 9px;
    text-align: left;
    margin-right: 2%;
  }
}

.nr_children_number {
  display: block;
}

@media only screen and (max-width: 420px) {
  .nr_children_number {
    display: none;
  }
}

.nr_service_form-boxes-mobile {
  display: none;
}

.nr_service_form-boxes-mobile .nr_service_form-row {
  flex-direction: row;
  margin-bottom: 3%;
}

.nr_service_form-boxes-mobile .nr_service_form-label {
  text-align: center;
  line-height: 120%;
}

.nr_service_form-boxes-mobile input {
  width: 66% !important;
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .nr_service_form-boxes-mobile {
    display: block;
    width: 100%;
    align-items: center;
    font-size: 14px;
    white-space: inherit;
    color: #808080;
  }
}

.nr_children_minus {
  background-color: #75bad0;
  margin-right: 2% !important;
  width: 15%;
  height: 40px;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
}

.nr_children_minus span {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
}

.nr_children_plus {
  background-color: #75bad0;
  margin-left: 2%;
  width: 15%;
  height: 40px;
  box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.24);
}

.nr_children_plus span {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
}

.nr_service_form-submit {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 13px 33px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #75bbd1;
  color: #ffffff;
  box-shadow: 0 3px 2px rgba(47, 157, 168, 0.15);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  cursor: pointer;
}

.nr_service_form-submit.nr_service_form-submit--mobile {
  position: relative;
  top: initial;
  left: initial;
  transform: none;
  margin: auto;
  margin-top: 30px;
  border-radius: 10px;
  display: none;
}

@media only screen and (max-width: 680px) {
  .nr_service_form-submit.nr_service_form-submit--mobile {
    display: block;
  }
}

@media only screen and (max-width: 680px) {
  .nr_service_form-submit {
    border-radius: 8px;
    width: 70%;
    margin-top: 2%;
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 400px) {
  .nr_service_form-submit {
    border-radius: 8px;
    width: 80%;
    margin-bottom: 5%;
  }
}

.nr_service_form-submit .loader {
  display: none;
}

.nr_section-canedo {
  background-image: url("../Images/nr-jose-canedo.png");
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: 35% 70%;
  background-color: #f4f5f7;
  z-index: 5;
  position: relative;
  padding-bottom: 1%;
}

.nr_section-canedo svg {
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1950px) {
  .nr_section-canedo {
    background-size: 14%;
    background-position: 25% 88%;
  }
}

@media screen and (max-width: 1600px) {
  .nr_section-canedo {
    background-size: 14%;
    background-position: 25% 78%;
  }
}

@media screen and (max-width: 1400px) {
  .nr_section-canedo {
    background-size: 15%;
    background-position: 25% 60%;
  }
}

@media screen and (max-width: 1000px) {
  .nr_section-canedo {
    background-image: none;
  }
}

@media screen and (max-width: 680px) {
  .nr_section-canedo {
    background-image: url("../Images/nr-jose-canedo2.png");
    background-size: 36%;
    background-position: 50% 28%;
  }
}

@media screen and (max-width: 510px) {
  .nr_section-canedo {
    background-image: url("../Images/nr-jose-canedo2.png");
    background-size: 34%;
    background-position: 50% 23%;
  }
}

@media screen and (max-width: 420px) {
  .nr_section-canedo {
    background-position: 50% 22%;
  }
}

@media screen and (max-width: 420px) {
  .nr_section-canedo {
    background-position: 50% 22%;
  }
}

.nr_section-canedo-text {
  position: relative;
  width: 30%;
  margin-left: 45%;
  padding-top: 18%;
  z-index: 2;
}

.nr_section-canedo-text h1 {
  color: #75bad0;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.39px;
  line-height: 180%;
}

.nr_section-canedo-text h2 {
  color: #666666;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 180%;
}

@media screen and (max-width: 1950px) {
  .nr_section-canedo-text {
    width: 40%;
    margin-left: 45%;
    padding-top: 20%;
    margin-bottom: 5%;
  }

  .nr_section-canedo-text h1 {
    font-size: 20px;
    font-weight: bold;
  }

  .nr_section-canedo-text h2 {
    font-size: 15px;
    font-weight: 400;
  }
}

@media screen and (max-width: 1000px) {
  .nr_section-canedo-text {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 20%;
    margin-bottom: 10%;
  }

  .nr_section-canedo-text h1 {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .nr_section-canedo-text {
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 680px) {
  .nr_section-canedo-text {
    text-align: center;
    width: 80%;
    margin-left: 10%;
  }

  .nr_section-canedo-text h1 {
    margin-bottom: 20%;
  }

  .nr_section-canedo-text h2 {
    margin-top: 35%;
  }
}

@media screen and (max-width: 400px) {
  .nr_section-canedo-text {
    text-align: center;
    width: 80%;
    margin-left: 10%;
  }

  .nr_section-canedo-text h1 {
    font-size: 20px;
  }

  .nr_section-canedo-text h2 {
    font-size: 13px;
  }
}

.nr_section-faq {
  background-color: #ffffff;
  /*padding-bottom: 95px;*/
  z-index: 2;
}

.nr_section-faq svg {
  z-index: 3;
  position: relative;
}

@media only screen and (max-width: 680px) {
  .nr_section-faq {
    padding-bottom: 0;
  }
}

.nr_background-faq {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-image: url(../Images/nr_backgroundfaq.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.nr_background-faq2 {
  position: absolute;
  width: 1000px;
  height: 1166px;
  left: -180px;
  top: -155px;
  background-image: url("../Images/nr-background8.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

@media screen and (max-width: 680px) {
  .nr_background-faq2 {
    display: none;
  }
}

.nr_service_faq-item {
  min-width: 36px !important;
  width: 36px !important;
  height: 36px !important;
  margin: 5px 0px;
}

.nr_section-comments {
  background: #f4f5f7;
}

.nr_section-comments svg {
  position: absolute;
  z-index: 1;
}

.nr_section-media {
  text-align: center;
  padding-bottom: 80px;
  background-color: #ffffff;
}

.nr_section-media h1 {
  color: #545454;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 180%;
}

.nr_section-media img {
  padding: 10px;
}

@media only screen and (max-width: 680px) {
  .nr_section-media {
    padding-bottom: 25%;
  }
}

@media only screen and (max-width: 680px) {
  .nr_section-media {
    padding-bottom: 30%;
  }
}

.nr_section-media-row {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 2%;
}

.nr_section-media-row img {
  vertical-align: middle;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  background-color: #f6f9fc;
  overflow-x: hidden;
  min-width: 100vw;
}

.background {
  position: absolute;
  width: 2660px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.background.service_background {
  /*height: 3600px;*/
  height: 100%;
  left: calc(50% + 120px);
}

@media only screen and (max-width: 680px) {
  .background.service_background {
    display: none;
  }
}

.background.checkout_background {
  width: auto;
  height: auto;
}

@media only screen and (max-width: 860px) {
  .background.home_background {
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-position: calc(50% - 100px) 40px;
  }
}

.background-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

@media only screen and (max-width: 680px) {
  .background-mobile {
    display: block;
  }
}

.background-content {
  position: relative;
  width: 90%;
  max-width: 1160px;
  margin: auto;
}

/*.wrapper {
    position: relative;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    z-index: 10;
    box-sizing: border-box;
    overflow-x: hidden;
}*/

/*main {
    max-width: 1160px;
    width: 90%;
    padding-top: 140px;
    padding-bottom: 272px;
    margin: auto;
}*/

@media only screen and (max-width: 680px) {
  /*main {
        width: 100%;
        padding-top: 100px;
        padding-bottom: 400px;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }*/

  main .checkout_main {
    overflow: hidden;
  }
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.service_top {
  padding-top: 0;
}

@media only screen and (max-width: 680px) {
  .section.service_top {
    width: 100%;
    min-height: 850px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 680px) {
  .section {
    width: 90%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-title {
  font-size: 21px;
  font-weight: 800;
  color: #75bbd1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .section-title {
    font-size: 16px;
    line-height: 115%;
  }
}

.service--painting .section-title {
  color: #fe7877;
}

.service--health .section-title {
  color: #a9d8a9;
}

.section_colored_mobile {
}

@media only screen and (max-width: 680px) {
  .section_colored_mobile {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #eff4f7;
  }
}

.service_mobile_bottom_background {
}

@media only screen and (max-width: 680px) {
  .service_mobile_bottom_background {
    width: 100% !important;
    background-color: #eff4f7;
    background-image: url("../Images/service_bottom_mobile.png");
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
  }
}

.body_color_mobile {
}

@media only screen and (max-width: 680px) {
  .body_color_mobile {
    background-color: #ffffff;
  }
}

/*.contact-us {
    position: fixed;
    top: 280px;
    left: 0;
    height: 226px;
    z-index: 100;
    padding: 30px 10px;
    background-color: #FEB844;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: none;
}

    .contact-us .contact-us-text {
        margin: auto;
        font-size: 13px;
        font-weight: 700;
        color: #ffffff;
        writing-mode: tb-rl;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .contact-us img {
        margin-bottom: 5px;
        width: 26px;
        height: 26px;
    }

@media only screen and (max-width: 860px) {
    .contact-us {
        display: none;
    }
}*/

.maxwidth {
  max-width: 1160px;
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 680px) {
  .maxwidth {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
}

/* fs css*/

.facility_services {
  background-color: #ffffff;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/fs-background-image1.png");
}

.facility_services footer {
  background-image: linear-gradient(to bottom, #195cad, #1c1f2a);
}
.facility_services footer .footer-column-wegho {
  width: 45%;
}
@media only screen and (max-width: 780px) {
  .facility_services footer .footer-column-wegho {
    width: 100%;
  }
}
.facility_services footer .footer-column-social-fs {
  margin-top: 62px;
  align-items: flex-end;
  display: flex;
}
.facility_services footer .footer-column-social-fs .footer-social {
  margin-top: 0;
  margin-left: 0;
  margin-right: 18%;
}
.facility_services footer .footer-button {
  margin-top: 62px;
}
@media only screen and (max-width: 780px) {
  .facility_services footer .footer-column-social-fs {
    margin-top: 24px;
    justify-content: flex-start;
  }

  .facility_services footer .footer-button {
    margin-top: 24px;
  }
  .facility_services footer .footer-column-social-fs .footer-social {
    margin: 24px 0 24px 0 !important;
  }
}

.facility_services footer:before {
  box-shadow: none;
}

@media screen and (max-width: 460px) {
  .facility_services {
    background-size: 100%;
  }
}

.fs_callme-btn {
  margin-right: 10px;
  color: #ffffff;
  background-color: #feb844;
  padding: 5% 0% 3% 0%;
  border-radius: 5px;
}

.fs_callme-btn img {
  width: 50%;
}

.fs-main {
  background-image: url(../Images/fs-background-image3.png);
  background-repeat: no-repeat;
  background-position-y: 112%;
  background-size: contain;
  margin: 0;
  max-width: none;
  width: 100%;
}

.fs-main section {
  width: 76%;
  margin: auto;
}

.fs-main h1 {
  letter-spacing: 0.4px;
  font-size: 30px;
  font-weight: 900;
  color: #195cad;
  line-height: 150%;
}

.fs-main h2 {
  letter-spacing: 0.18px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 200%;
}

.fs-main button {
  background-color: #fcc103;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 18px;
  border-radius: 8px;
  margin-top: 5%;
}

@media screen and (max-width: 1490px) {
  .fs-main {
    background-position-y: 109%;
  }
}

@media screen and (max-width: 1300px) {
  .fs-main {
    background-position-y: 97%;
  }
}

@media screen and (max-width: 1130px) {
  .fs-main {
    background-position-y: 95%;
  }
}

@media screen and (max-width: 12800px) {
  .fs-main {
    background-position-y: 100%;
  }
}

@media screen and (max-width: 860px) {
  .fs-main {
    background-position-y: 96%;
  }
}

@media screen and (max-width: 700px) {
  .fs-main {
    background-position-y: 94%;
  }
}

@media screen and (max-width: 460px) {
  .fs-main {
    background-image: url(../Images/fs-background-image3_mobile.png);
    background-repeat: no-repeat;
    background-position-y: 85%;
    background-size: contain;
    padding-right: 0;
    padding-left: 0;
  }

  .fs-main section {
    width: 76%;
    margin: auto;
  }

  .fs-main h1 {
    font-size: 21px;
    font-weight: 900;
  }

  .fs-main h2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
  }

  .fs-main button {
    font-weight: 600;
    font-size: 15px;
    padding: 14px 18px;
    border-radius: 8px;
    margin-top: 8%;
  }

  .fs-main section {
    width: 100%;
  }
}

.fs_header-section {
  background: url("../images/fs-table.png");
  background-repeat: no-repeat;
  background-size: 46%;
  background-position: right center;
}

@media screen and (max-width: 460px) {
  .fs_header-section {
    background-size: 80%;
    background-position: 305% 34%;
  }
}

.fs_header {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 460px) {
  .fs_header {
    padding-left: 5%;
  }
}

.fs-column-text {
  width: 40%;
  padding-top: 6%;
  padding-bottom: 8%;
  padding-right: 10%;
  float: left;
}

@media screen and (max-width: 460px) {
  .fs-column-text {
    width: 60%;
  }
}

.fs-column-img {
  padding-left: 2.5%;
  padding-right: 2.5%;
  width: 45%;
  float: left;
}

.fs-column-img img {
  width: 100%;
}

.fs-div {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-top: 1%;
  margin-bottom: 15%;
}

.fs-div button {
  background-color: #fcc103;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 18px;
  border-radius: 8px;
  margin-top: 5%;
}

.fs-header-button {
  background-color: #65a8f9;
  color: #ffffff;
  text-transform: lowercase;
  padding: 6px 25px;
  border-radius: 8px;
}

.fs-button {
  background-color: #fcc103;
  color: #ffffff;
  padding: 6px 25px;
  border-radius: 8px;
}

.fs-service_faq__container {
  display: flex;
  box-sizing: border-box;
}

.fs-service_faq__container h1 {
  letter-spacing: 0.4px;
  font-size: 30px;
  font-weight: 900;
  color: #195cad;
  line-height: 150%;
}

@media screen and (max-width: 860px) {
  .fs-service_faq__container {
    display: inline-block;
  }
}

.fs-service_faq-left {
  position: relative;
  width: 55%;
}

.fs-service_faq-left h1 {
  display: none;
}

@media screen and (max-width: 860px) {
  .fs-service_faq-left {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .fs-service_faq-left {
    width: 84%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .fs-service_faq-left h1 {
    display: block;
    letter-spacing: 0.4px;
    font-size: 21px;
    font-weight: 900;
    color: #195cad;
    line-height: 150%;
    text-align: center;
  }
}

@media screen and (max-width: 460px) {
  .fs-service_faq-left {
    width: 84%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .fs-service_faq-left h1 {
    display: block;
    letter-spacing: 0.4px;
    font-size: 21px;
    font-weight: 900;
    color: #195cad;
    line-height: 150%;
    text-align: center;
  }
}

@media screen and (max-width: 1100px) {
  .fs-service_faq-left {
    padding-right: 0%;
  }

  .fs-service_faq-left .fs-service_faq-item {
    padding: 5px 16px;
  }

  .fs-service_faq-left .service_faq-content:before,
  .fs-service_faq-left .service_faq-content:after {
    right: -8px;
  }
}

.fs-service_faq-right {
  width: 50%;
  padding-left: 5%;
  padding-right: 2.5%;
  margin: auto;
}

@media screen and (max-width: 860px) {
  .fs-service_faq-right {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .fs-service_faq-right h1 {
    display: none;
  }

  .fs-service_faq-right button {
    margin-top: 2%;
    display: inline-block;
  }
}

@media screen and (max-width: 460px) {
  .fs-service_faq-right {
    width: 84%;
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
  }

  .fs-service_faq-right h1 {
    display: none;
  }

  .fs-service_faq-right button {
    margin-top: 2%;
    padding: 8px 20px;
    display: inline-block;
  }
}

.fs_contact-section {
  background: url("../images/fs-phone.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: left center;
}

@media only screen and (max-width: 480px) {
  .fs_contact-section {
    background-size: 65%;
    background-position: 50% 32%;
  }
}

@media screen and (max-width: 350px) {
  .fs_contact-section {
    background-size: 60%;
    background-position: 50% 35%;
  }
}

.fs_contact {
  width: 100%;
  overflow: hidden;
}

.fs_contact h1 {
  text-align: center;
}

.fs_contact h2 {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .fs_contact {
    width: 84%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .fs_contact h1 {
    line-height: 130%;
  }

  .fs_contact h2 {
    font-size: 12px;
    line-height: 140%;
    font-weight: 500;
  }
}

.fs-contact_form {
  border-radius: 15px;
  padding-top: 3%;
  padding-bottom: 1%;
  position: relative;
  text-align: center;
  margin-right: 40px;
  width: 100%;
}

@media only screen and (max-width: 460px) {
  .fs-contact_form {
    width: 100%;
    border-radius: 4px;
    padding-top: 90%;
    box-shadow: none;
    margin-bottom: 20px;
    margin-top: 40px;
    background-color: transparent;
  }
}

.fs-names-contact {
  display: inline-flex;
  width: 99%;
  text-align: center;
}

.fs-names-contact > :first-child {
  margin-right: 10px;
}

.fs-contact-input {
  width: 99%;
  padding: 12px 14px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  background-color: #e9e9e9;
  letter-spacing: 0.4px;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  box-sizing: border-box;
  border-radius: 6px;
}

@media only screen and (max-width: 460px) {
  .fs-contact-input {
    font-size: 11px;
  }
}

.fs-contact-submit {
  width: 35%;
}

@media only screen and (max-width: 860px) {
  .fs-contact-submit {
    width: 30%;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 0%;
  }
}

@media only screen and (max-width: 460px) {
  .fs-contact-submit {
    width: 30%;
    border-radius: 8px;
  }
}

.fs-column-contact {
  position: relative;
  width: 50%;
  padding-left: 10%;
  float: right;
  text-align: center;
}

.fs-column-contact button {
  margin-top: 0;
}

@media screen and (max-width: 860px) {
  .fs-column-contact {
    width: 55%;
    padding-left: 0%;
  }
}

@media screen and (max-width: 460px) {
  .fs-column-contact {
    width: 100%;
  }
}

.fs_beneficios-section {
  background: url("../images/fs-background-image2.png");
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 460px) {
  .fs_beneficios-section {
    background: url("../images/fs-background-image4.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.fs_beneficios {
  width: 100%;
  overflow: hidden;
  background: url("../images/fs-present.png");
  background-repeat: no-repeat;
  background-size: 28%;
  background-position: 78% 44%;
  margin-left: 3%;
}

.fs_beneficios h2 {
  margin-top: 5%;
}

.fs_beneficios h3 {
  font-size: 16px;
  font-weight: 800;
  color: #195cad;
  margin-top: 10%;
}

@media screen and (max-width: 860px) {
  .fs_beneficios {
    margin-left: 8%;
    background-size: 40%;
    background-position: 82% 100%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 460px) {
  .fs_beneficios {
    margin-left: 8%;
    background-size: 50%;
    background-position: 108% 100%;
    padding-bottom: 5%;
  }

  .fs_beneficios h2 {
    font-size: 14px;
  }

  .fs_beneficios h3 {
    font-size: 14px;
    font-weight: 700;
    color: #195cad;
    margin-top: 10%;
  }
}

.fs-beneficios-text {
  width: 40%;
  padding-top: 6%;
  padding-bottom: 8%;
  padding-right: 10%;
  float: left;
}

@media screen and (max-width: 1100px) {
  .fs-beneficios-text {
    width: 50%;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 860px) {
  .fs-beneficios-text {
    width: 50%;
    padding-top: 0%;
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 460px) {
  .fs-beneficios-text {
    width: 100%;
    padding-top: 0%;
  }
}

.fs_beneficios-text1 {
  width: 100%;
}

@media screen and (max-width: 460px) {
  .fs_beneficios-text1 {
    width: 90%;
  }
}

.fs_beneficios-text2 {
  width: 100%;
}

@media screen and (max-width: 460px) {
  .fs_beneficios-text2 {
    width: 50%;
  }
}

.fs_parceiros {
  width: 100%;
  overflow: hidden;
  text-align: center;
  justify-content: center;
}

.fs_parceiros h1 {
  text-align: center;
}

.fs_parceiros img {
  padding: 2.5%;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 460px) {
  .fs_parceiros {
    margin-left: 0%;
    line-height: 200%;
  }

  .fs_parceiros h1 {
    padding-bottom: 3%;
  }
}

.lucios {
  width: 10%;
}

@media screen and (max-width: 460px) {
  .lucios {
    width: 25%;
  }
}

.b2f {
  width: 5%;
}

@media screen and (max-width: 460px) {
  .b2f {
    width: 14%;
  }
}

.lusocargo {
  width: 11%;
}

@media screen and (max-width: 460px) {
  .lusocargo {
    width: 25%;
  }
}

.uptec {
  width: 14%;
}

@media screen and (max-width: 460px) {
  .uptec {
    width: 35%;
  }
}

.gif {
  width: 3%;
}

@media screen and (max-width: 460px) {
  .gif {
    width: 8%;
  }
}

.germano-sousa {
  width: 12%;
}

@media screen and (max-width: 460px) {
  .germano-sousa {
    width: 28%;
  }
}

.vinha {
  width: 12%;
}

@media screen and (max-width: 460px) {
  .vinha {
    width: 24%;
  }
}

.skk {
  width: 12%;
}

@media screen and (max-width: 460px) {
  .skk {
    width: 24%;
  }
}

.iconsulting {
  width: 12%;
}

@media screen and (max-width: 460px) {
  .iconsulting {
    width: 28%;
  }
}

.epg {
  width: 11%;
}

@media screen and (max-width: 460px) {
  .epg {
    width: 28%;
  }
}

.actual-gest {
  width: 13%;
}

@media screen and (max-width: 460px) {
  .actual-gest {
    width: 28%;
  }
}

.fs_final-section {
  padding-bottom: 0%;
}

.fs_final {
  width: 100%;
  overflow: hidden;
  margin-left: 5%;
  margin-right: 5%;
}

.fs_final h1 {
  font-size: 25px;
  line-height: 200%;
}

.fs_final img {
  width: 46%;
}

@media screen and (max-width: 1260px) {
  .fs_final {
    padding-bottom: 5%;
  }

  .fs_final h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 860px) {
  .fs_final {
    margin-left: 0%;
    margin-right: 0%;
  }

  .fs_final h1 {
    font-size: 20px;
  }

  .fs_final img {
    width: 55%;
    margin-left: 22%;
  }
}

@media screen and (max-width: 770px) {
  .fs_final {
    padding-bottom: 8%;
  }

  .fs_final h1 {
    font-size: 16px;
  }

  .fs_final img {
    width: 50%;
    margin-left: 25%;
  }
}

@media screen and (max-width: 680px) {
  .fs_final {
    padding-bottom: 26%;
  }
}

@media screen and (max-width: 490px) {
  .fs_final h1 {
    font-size: 18px;
  }

  .fs_final img {
    width: 70%;
    margin-left: 15%;
  }
}

@media screen and (max-width: 350px) {
  .fs_final {
    padding-bottom: 38%;
  }

  .fs_final h1 {
    font-size: 15px;
  }
}

.fs_final-text {
  width: 35%;
  padding-top: 3%;
  padding-bottom: 8%;
  padding-right: 5%;
  float: left;
}

@media screen and (max-width: 1200px) {
  .fs_final-text {
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 860px) {
  .fs_final-text {
    text-align: center;
    line-height: 200%;
    width: 92%;
    padding: 0% 4% 0% 4%;
  }
}

@media screen and (max-width: 770px) {
  .fs_final-text {
    text-align: center;
    line-height: 200%;
    width: 96%;
    padding: 0% 2% 0% 2%;
  }
}

@media screen and (max-width: 460px) {
  .fs_final-text {
    text-align: center;
    line-height: 200%;
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
  }
}

.fs-main .service_faq-item {
  position: relative;
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: #fafdff;
  box-shadow: 4px 4px 2px #dfdfdf;
  border-radius: 10px;
  box-sizing: border-box;
}

@media only screen and (max-width: 680px) {
  .fs-main .service_faq-item {
    padding: 5px 20px 5px 10px;
  }
}

.fs-main .service_faq-item img {
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin: 1% 0;
}

@media only screen and (max-width: 680px) {
  .fs-main .service_faq-item img {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }
}

.fs-main .service_faq-item .service_faq-question {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #545454;
  transition: color 0.2s ease-out;
}

@media only screen and (max-width: 680px) {
  .fs-main .service_faq-item .service_faq-question {
    margin-left: 10px;
    font-size: 13px;
  }
}

.fs-main .service_faq-item input {
  display: none;
}

.fs-main .service_faq-item input:checked + .service_faq-answer {
  max-height: 500px;
  transition: max-height 0.3s ease-in-out;
}

.fs-main .service_faq--selected .service_faq-question {
  color: #74b7f4;
}

.fs-main .service_faq__container {
  display: flex;
  box-sizing: border-box;
}

.fs-main .service_faq-content:before,
.fs-main .service_faq-content:after {
  right: 0;
}

@media screen and (max-width: 680px) {
  .fs-main .service_faq-content:before,
  .fs-main .service_faq-content:after {
    right: 0;
  }
}
​ .fs-main .service_faq--selected .service_faq-question {
  color: #74b7f4;
}

.fs-main .service_faq-item {
  background-color: #fafdff;
}

.fs-main .service_faq-answer {
  overflow: hidden;
  max-height: 0;
  padding-left: 60px;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

@media only screen and (max-width: 680px) {
  .fs-main .service_faq-answer {
    padding-left: 30px;
  }
}

.fs-main .service_faq-answer p {
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.fs-main .service_faq-answer sb {
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 600 !important;
}

@media only screen and (max-width: 680px) {
  .fs-main .service_faq-answer p {
    margin-bottom: 14px;
    font-size: 12px;
  }
}

.fs-main .service_faq-answer a {
  font-weight: 600;
  color: #75bbd1;
  text-decoration: underline;
}

fs-service_faq__semibold {
  font-weight: 600 !important;
}

.index_cidades_main {
  min-height: 1000px;
  padding-bottom: 25%;
}

.index_cidades_page {
  background-image: url("../images/3-layers.png"), url("../images/4-layers.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 105% 48%, 42% 35%;
}

.index_cidades_background {
  background-color: #ffffff;
  width: 42%;
  position: absolute;
  left: 0px;
  height: 100%;
  opacity: 0.5;
}

.index_cidades_background-shape1 {
}

.index_cidades_background-shape2 {
}

.split {
  height: 100%;
  width: 60%;
  position: fixed;
  z-index: 0;
  top: 0;
  overflow-x: hidden;
  padding-top: 150px;
}

.left {
  left: 0;
  background-color: #f5f6f8;
}

.right {
  right: 0;
  background-color: #eaeff2;
}

.cidades_list_distrito {
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: 50px;
  float: left;
  width: 25%;
}

.cidades_list_localidade {
  flex-wrap: wrap;
  list-style-type: none;
  float: left;
  width: 25%;
  margin-right: -10%;
}

@media (max-width: 768px) {
  .cidades_list_localidade {
    margin-left: -75px !important;
    margin-right: -10px !important;
  }
}

.cidades_item {
  /* DISTRITO */
  flex: 1;
  min-width: 25%;
  max-width: 45%;
  height: 25px;
  margin-left: 70px;
  margin-right: -120px;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  color: #ffffff;
  border-radius: 5px;
  background: #75bbd1;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  transition: background-color 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  /* iPad */
  .cidades_item {
    margin-left: 0px;
    font-size: smaller;
  }
}

@media only screen and (max-width: 3480px) {
  /* 4k */
  .cidades_item {
    margin-left: 0px;
  }
}

.cidades_item2 {
  /* LOCALIDADE */
  flex: 1;
  min-width: 25%;
  max-width: 45%;
  height: 25px;
  margin-left: -60px;
  margin-right: -50px;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  color: #ffffff;
  border-radius: 5px;
  background: #75bbd1;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  transition: background-color 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  /* iPad */
  .cidades_item2 {
    margin-left: 0px;
    font-size: x-small;
  }
}

@media only screen and (max-width: 3480px) {
  /* 4k */
  .cidades_item2 {
    margin-left: 0px;
  }
}

.cidades_item_white {
  /* Botao azul escuro, localidade, almada, amadora WHITE*/
  flex: 1;
  min-width: 25%;
  max-width: 45%;
  height: 25px;
  margin-left: 70px;
  margin-right: -120px;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  color: #808080;
  border-radius: 5px;
  background: #fbfcfd;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  transition: background-color 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  /* iPad */
  .cidades_item_white {
    margin-left: 0px;
    font-size: x-small;
  }
}

@media only screen and (max-width: 3480px) {
  /* 4k */
  .cidades_item_white {
    margin-left: 0px;
  }
}

.cidades_item2_white {
  /* Terra 1, 2, 3 WHITE*/
  flex: 1;
  min-width: 25%;
  max-width: 45%;
  height: 25px;
  margin-left: -60px;
  margin-right: -50px;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  color: #808080;
  border-radius: 5px;
  background: #fbfcfd;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  transition: background-color 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  /* iPad */
  .cidades_item2_white {
    margin-left: 0px;
    font-size: x-small;
  }
}

@media only screen and (max-width: 3480px) {
  /* 4k */
  .cidades_item2_white {
    margin-left: 0px;
  }
}

.cidades_item_portugal {
  /* texto portugal*/
  flex: 1;
  min-width: 20%;
  max-width: 25%;
  height: 25px;
  margin-bottom: 20px;
  margin-left: 120px;
  margin-right: -300px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  color: #ffffff;
  border-radius: 5px;
  background: #c3dee9;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  transition: background-color 0.3s ease-in-out;
}

@media only screen and (max-width: 3480px) {
  .cidades_item_portugal {
    margin-left: 50px;
  }
}

.cidades_item_c {
  flex: 1;
  min-width: 45%;
  max-width: calc(50% - 10px);
  height: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  color: #ffffff;
  border-radius: 5px;
  background: #c3dee9;
  box-shadow: 2px 2px 2px rgba(180, 180, 180, 0.5);
  transition: background-color 0.3s ease-in-out;
}

.cidades_item_d {
  color: #333333;
  z-index: 4;
}

.cidades_item_e {
  text-align: right;
  padding-top: 400px;
  color: #333333;
  z-index: 4;
}

form.cidades_searchbar input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: right;
  text-align: center;
  width: 50%;
  background: #f1f1f1;
  z-index: 4;
}

form.cidades_searchbar button {
  float: right;
  width: 10%;
  padding: 12px;
  background: #75bbd1;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  cursor: pointer;
  margin-top: -230px;
  z-index: 4;
}

form.cidades_searchbar button:hover {
  background: #0b7dda;
  z-index: 4;
}

form.cidades_searchbar::after {
  content: "";
  clear: both;
  display: table;
  z-index: 4;
}

.cidades_inputbar_format {
  background-image: url("../images/3-layers.png");
  background-repeat: no-repeat;
  margin-left: 50px;
  width: 120%;
}

.cidades_item_inputheader_portugal {
  width: 68px;
  margin-left: 525px;
  margin-top: 15px;
  text-transform: uppercase;
  color: #585858;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.64px;
}

.cidades_item_inputheader1 {
  width: 68px;
  margin-left: 525px;
  margin-top: 20px;
  margin-bottom: 23px;
  text-transform: uppercase;
  color: #585858;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.64px;
}

.cidades_item_inputheader2 {
  width: 68px;
  margin-left: 525px;
  margin-top: 300px;
  margin-bottom: 300px;
  text-transform: uppercase;
  color: #585858;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.64px;
}

#cidades_inputbar {
  background-image: url("/css/searchicon.png");
  background-position: 10px;
  background-repeat: no-repeat;
  width: 40%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  margin-left: -105px;
}

/*.cidades-item a {
    width: 100%;
    height: 100%;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;

}
 */

#cidades_inputlist {
  list-style-type: none;
  margin-left: 550px;
  margin-top: -600px;
  margin-bottom: 20px;
}

#cidades_inputlist li a {
  margin-top: -1px;
  /*background-color: #f6f6f6;*/
  padding: 12px;
  font-size: 16px;
  color: #808080;
  display: block;
}

#cidades_inputlist li a:hover:not(.header) {
  background-color: #eee;
}

#cidades_inputlist2 {
  list-style-type: none;
  margin-left: 550px;
  margin-top: 75px;
  margin-bottom: 20px;
}

#cidades_inputlist2 li2 b {
  margin-top: -1px;
  /*background-color: #f6f6f6;*/
  padding: 12px;
  font-size: 16px;
  color: #808080;
  display: block;
}

#cidades_inputlist li2 b:hover:not(.header) {
  background-color: #eee;
}

/* Section style for RIGHT */
.cidades_section2 {
  padding-bottom: 0%;
  padding-top: 0%;
  padding-left: 0%;
  /*margin-left: 40%;*/
  /* margin-right: 30%; */
}

/* Text style for "PORTUGAL" */
.cidades_info1 {
  text-transform: uppercase;
  color: #585858;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.36px;
}

/* Text style for "LISBOA" */
.cidades_info2 {
  text-transform: uppercase;
  color: #585858;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.64px;
  margin-top: 5%;
}

/* Text style for "PORTO" */
.cidades_info2_2 {
  text-transform: uppercase;
  color: #585858;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.64px;
  margin-top: 20px;
  /*margin-left: 7%;*/
}

/* Text style for "LISBOA - Limpeza Doméstica etc." */
.cidades_info3 {
  color: #9e9e9e;
  font-family: "Montserrat Medium";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-top: 1%;
}

/* Text style for "PORTO - Limpeza Doméstica etc." */
.cidades_info3_2 {
  color: #9e9e9e;
  font-family: "Montserrat Medium";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-top: 1%;
  /*margin-left: 7%;*/
}

/* Text style for "LOCALIDADE" */
.cidades_info4 {
  text-transform: uppercase;
  color: #808080;
  font-family: "Montserrat";
  font-size: 16px;
  letter-spacing: 0.64px;
  margin-top: 2%;
  margin-left: 12%;
}

/* Text style for "LOCALIDADE - Limpeza Doméstica etc." */
.cidades_info5 {
  color: #9e9e9e;
  font-family: "Montserrat Medium";
  font-size: 15px;
  letter-spacing: 0.6px;
  margin-top: 1%;
  margin-left: 12%;
}

#seincertament {
  text-align: center;
  font-style: italic !important;
  color: #ff0000 !important;
  text-transform: unset !important;
}

.notAlloedToClick {
  cursor: not-allowed;
}

#GValidator {
  display: flex;
}

#GValidator div:first-child {
  margin-left: auto;
  margin-right: auto;
}

.display-none {
  display: none;
}

.service_form-tooltip--indicator-aa {
  display: inline-block;
  align-items: center;
  justify-content: center;
  background-color: #cccccc;
  color: #ffffff;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  text-transform: none;
  font-size: 8px;
  align-self: flex-start;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .service_form-tooltip--indicator-aa {
    background-color: #75bbd1;
    color: #ffffff;
  }
}

.service_form-tooltip--indicator-aa .tooltiptext {
  visibility: hidden;
  background-color: #ffffff;
  color: #545454;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 300px;
  margin-left: -150px;
  padding: 10px 14px;
  box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.2);
  box-sizing: border-box;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-align: start;
  line-height: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.service_form-tooltip--indicator-aa .tooltiptext span {
  color: #75bbd1;
}

.service_form-tooltip--indicator-aa:hover .tooltiptext,
.service_form-tooltip--indicator-aa:checked .tooltiptext {
  visibility: visible;
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

.service_form-tooltip--indicator-aa.in {
  opacity: 1 !important;
  filter: alpha(opacity=100);
}

.opacityzero_four {
  opacity: 0.4;
}

@media (min-width: 320px) and (max-width: 480px) {
  .checkout_days {
    display: contents;
  }

  .checkout_day {
    margin-bottom: 20px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .checkout_lead h1 {
    font-size: 12px;
  }

  .checkout_lead h2 {
    font-size: 12px;
  }
}

.recruitment_main {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1160px;
  margin: auto;
}
.recruitment_main > .image {
  margin-top: 12px;
}
.recruitment_main.checkout_success {
  display: block;
}

.recruitment_main h1,
.recruitment_main h2 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #707070;
  letter-spacing: 1px;
  text-align: center;
}

.recruitment_main h1 {
  letter-spacing: 2px;
  margin-top: 7px;
  font-size: 25px;
  color: #00b0cb;
  text-transform: uppercase;
}

@media only screen and (max-width: 860px) {
  .recruitment_main h1 {
    font-size: 15px;
    text-align: center;
  }

  .recruitment_main h2 {
    font-size: 12px;
    line-height: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.recruitment_main p {
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 22px;
}

.recruitment_main img {
  display: block;
  margin: auto;
  width: 170px;
}

@media only screen and (min-width: 700px) {
  .recruitment_main img {
    width: 300px;
  }
}

@media only screen and (max-width: 860px) {
  .recruitment_main {
    flex-direction: column;
    width: 100%;
  }
}

.promo_screen {
  display: flex;
  flex-flow: row wrap;
  /*display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: space-around;*/
  /*padding: 70px 0;*/
}

@media only screen and (min-width: 700px) {
  .promo_screen-information {
    width: 60%;
    display: block;
    margin: auto;
  }
}

.promo_screen_column {
  display: flex;
  flex: 1 0 auto;
  width: 33%;
  height: 100%;
  flex-flow: column;
}

.promo_screen-item {
  display: block;
  margin: auto;
  letter-spacing: 0.2px;
  display: flex;
  padding: 8px;
  text-align: center;
  color: #333333;
  align-items: stretch;
  flex-direction: column;
  font-size: 11px;
}

.promo_screen-item p {
  font-weight: 600;
  margin-top: 10px;
  flex: 1 0 auto;
  line-height: 1.25;
  color: #707070;
  width: 100%;
  font-size: 14px;
}

@media only screen and (max-width: 860px) {
  .promo_screen-item {
    width: 70%;
    font-size: 11px;
  }

  .promo_screen-item p {
    font-size: 11px;
  }
}

.promo_screen-item img {
  width: 100%;
  margin-bottom: 10px;
}

.promo_screen-item img {
  width: auto;
  margin-bottom: 0;
  margin: auto;
  /* margin-right: 10px;*/
  height: 27px;
}

.promo_screen-button {
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 18px 70px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1px;
  border-radius: 6px;
  background: linear-gradient(
    to bottom,
    #14e0ff 0%,
    #00b0cb 50%,
    #00b0cb 50%,
    #089db5 100%
  );
}

.promo_screen-baseline {
  padding: 20px;
  background-color: #eeeeee;
}

.promo_screen-form {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 5px;
}

.promo_screen-form p {
  font-weight: 600;
  line-height: 1.25;
  color: #707070;
  font-size: 14px;
}

.promo_screen-form hr {
  background-color: #00b0cb;
  border: 0px;
  height: 3px;
}

.mdc-text-field {
  margin-top: 10px;
  width: 100%;
}

.mdc-text-field {
  margin-top: 10px;
  width: 100%;
}

.mdc-floating-label--float-above {
  color: #00b0cb !important;
  font-weight: 500 !important;
}

.mdc-select {
  margin-top: 10px;
  width: 100%;
  border-bottom-color: #00b0cb !important;
}

.mdc-select__native-control {
  border-bottom-color: #00b0cb !important;
}

.mdc-select--float-above {
  color: #00b0cb !important;
  font-weight: 500 !important;
  border-bottom-color: #00b0cb !important;
}

.mdc-line-ripple {
  background-color: #00b0cb !important;
}

.mdc-text-field__input {
  padding-top: 2px;
  padding-bottom: 0;
  border-bottom-color: #00b0cb !important;
}

.mdc-text-field--textarea,
mdc-notched-outline__leading,
mdc-notched-outline__notch,
mdc-notched-outline {
  border-bottom-color: #00b0cb !important;
  background: red;
}

.mdc-text-field-helper-text {
  opacity: 1 !important;
}

.promo_screen_row {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.promo_screen_row p {
  font-weight: 500 !important;
  padding-left: 15px;
}

.promo_form-terms {
  margin-top: 20px;
  display: flex;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  color: #464646;
}

.promo_form-terms label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 0%;
  background-color: #f5c262;
  border-radius: 5px;
}

@media only screen and (max-width: 680px) {
  .promo_form-terms label {
  }
}

.promo_form-terms label:before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: transparent;
  border-radius: 100%;
}

.promo_form-terms input {
  display: none;
}

.promo_form-terms input:checked + label:before {
  background-color: #ffffff;
}

.promo_form-terms a {
  font-weight: 700;
  text-decoration: underline;
}

.application_form_main h1 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #707070;
  letter-spacing: 1px;
  text-align: center;
}

.application_form_main h1 {
  letter-spacing: 2px;
  margin-top: 7px;
  font-size: 25px;
  color: #00b0cb;
  text-transform: uppercase;
}

@media only screen and (max-width: 860px) {
  .application_form_main h1 {
    font-size: 18px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
}

.application_form_main p {
  letter-spacing: 0.1px;
  line-height: 22px;
}

.application_form_main img {
  display: block;
  margin: auto;
  width: 90%;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media only screen and (max-width: 860px) {
  .application_form_main {
    flex-direction: column;
  }
}

.recruitment-progress_bar svg {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.recruitment-progress_bar tspan {
  font-size: 16px;
}

.recruitment-progress_bar .stageNotShown {
  display: none;
}

.promo_screen-unit {
  padding: 10px;
}

.promo_screen-unit-title p {
  font-size: 16px;
}

.tabela th,
td,
tr {
  vertical-align: middle;
  width: 23.3%;
}

.tabela th {
  font-weight: 600;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #707070;
}

.tabela td {
  border: 1px solid #707070;
  text-align: center;
  height: 50px;
}

.left-title {
  width: 120px;
  text-align: left;
  width: 30%;
}

.mt10 {
  margin-top: 10px;
}

@media screen and (max-width: 5000px) and (min-width: 1600px) {
  .clp_body {
    background-color: #bbdce8 !important;
  }
}
.clp_body {
  background-color: #ffffff;
  text-align: center;
}
.clp_body .background {
  left: 0;
  transform: none;
}
.clp_main .background.service_background {
  height: 3000px;
}
@media screen and (max-width: 5000px) and (min-width: 3500px) {
  .background.service_background {
    height: 3800px !important;
  }
}
@media screen and (max-width: 5000px) and (min-width: 3500px) {
  .clp_background-image {
    height: 115%;
    width: 128% !important;
    transform: scaleY(0.65) !important;
    left: 7% !important;
    background-position: 0px 1075px !important;
  }
}
@media screen and (max-width: 3500px) and (min-width: 2100px) {
  .clp_background-image {
    width: 68% !important;
    background-position: 0 1618px !important;
  }
}
@media screen and (max-width: 2100px) and (min-width: 1800px) {
  .clp_background-image {
    width: 68% !important;
    background-position: 0 1520px !important;
    left: 3.5%;
  }
}
.clp_background-image {
  position: relative;
  width: 60%;
  height: 110%;
  background-image: url(../Images/clp_section-info.svg);
  background-size: contain;
  background-position: 0 1560px;
  background-repeat: no-repeat;
  z-index: 1;
  transform: scaleY(0.8);
}
@media screen and (max-width: 860px) {
  .clp_background-image {
    background: none;
  }
}
@media screen and (max-width: 5000px) and (min-width: 1600px) {
  .clp_main {
    width: 90% !important;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.37);
  }
}
.clp_main {
  max-width: none;
  width: 100%;
}
@media only screen and (max-width: 820px) {
  .clp_main {
    background-image: url(../Images/clp_bottom_bg.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 230px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 420px) {
  .clp_main {
    padding-bottom: 0;
  }
}
.clp_section-top {
  text-align: center;
  padding: 0;
  width: 77%;
  margin: auto;
}

@media only screen and (max-width: 820px) {
  .clp_section-top {
    width: 88%;
  }
}

.clp_section-top img {
  width: 38%;
  margin-left: -6%;
}
@media only screen and (max-width: 820px) {
  .clp_section-top img {
    width: 85%;
    margin-left: -7%;
    margin-bottom: 4%;
  }
}

.form-div-row--half {
  margin-right: 10px;
  justify-content: space-between;
}

.form-div-row--half .input_icon_container {
  width: 65%;
}

.form-div-row--half .new_button {
  width: 30%;
  cursor: pointer;
}

@media only screen and (max-width: 820px) {
  .form-div-row--half .input_icon_container {
    width: 48%;
  }

  .form-div-row--half .new_button {
    width: 48%;
  }
}
@media only screen and (max-width: 300px) {
  .form-div-row--half .new_button {
    line-height: 22px;
  }
}
@media only screen and (max-width: 820px) {
  .form-div-row--half {
    justify-content: space-between;
  }

  .form-div-row--half input {
    margin-right: 0;
  }

  /*.clp_section-top .form-div-row--half input,
        .clp_section-top .form-div-row--half a,
        .clp_section-bottom .form-div-row--half input,
        .clp_section-bottom .form-div-row--half a {
            width: 46%;
        }*/

  .clp_section-stats {
    display: none;
  }
}

.clp_label {
  text-align: left;
  width: 100%;
  display: block;
  font-weight: 500;
  color: #4a4a4a;
}

@media only screen and (max-width: 820px) {
  .clp_label {
    font-size: 0.8rem;
  }
}

.clp_section-top h1 {
  width: 70%;
  font-size: 40px;
  line-height: 44px;
  margin: 0 auto 0.5rem auto;
  color: #5fa9c0;
  font-weight: 700;
}

@media only screen and (max-width: 820px) {
  .clp_section-top h1 {
    width: 100%;
    margin-bottom: 6%;
    font-size: 27px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 300px) {
  .clp_section-top h1 {
    font-size: 22px;
  }
}
.clp_section-top h2 {
  width: 70%;
  font-size: 20px;
  line-height: 44px;
  margin: 0 auto 0.5rem auto;
  color: #1c1f2a;
}

@media only screen and (max-width: 820px) {
  .clp_section-top h2 {
    width: 100%;
    margin-bottom: 6%;
    font-size: 18px;
    line-height: 23px;
  }
}
.clp_section-top .form-div {
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 820px) {
  .clp_section-top .form-div {
    width: 100%;
  }
}

.clp_section-top .form-div .form-div-row {
  margin: 1% 0 2% 0;
  display: flex;
}

@media only screen and (max-width: 820px) {
  .clp_section-top .form-div .form-div-row {
    display: flex;
  }
}

.clp_section-top .new_service_form-terms span {
  text-align: left;
}

.clp_section-bottom .new_service_form-terms span {
  text-align: left;
}

.new_inputbox {
  width: -webkit-fill-available;
  border: 3px solid #75bbd1;
  border-radius: 7px;
  height: 45px;
  padding-left: 10px;
  background-color: transparent;
}

@media only screen and (max-width: 820px) {
  .new_inputbox {
    border-radius: 3px;
    border: 1px solid #75bbd1;
  }
}

.new_button {
  width: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  background-color: #75bbd1;
  height: 50px;
  line-height: 50px;
  padding: 0 1%;
  color: white;
  font-size: 0.8rem;
}

@media only screen and (max-width: 820px) {
  .new_button {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #75bbd1;
    height: 45px;
    line-height: 45px;
    box-shadow: none;
  }
}

.new_button_letsbegin {
  width: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  background-image: linear-gradient(180deg, #45c5d8 0%, #2193b0 100%);
  height: 40px;
  padding: 0 1%;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 820px) {
  .new_button_letsbegin {
    height: 30px;
    width: 92%;
    margin-top: 3rem;
  }
}

.clp_section-stats {
}

.clp_section-stats .stats_img {
  margin-left: 170px;
}

@media only screen and (max-width: 820px) {
  .clp_section-stats .stats_img {
    display: none;
  }
}

.clp_section-stats .service_stats-item {
  display: inline-block;
  margin: 0 10px;
}

@media only screen and (max-width: 820px) {
  .clp_section-stats .service_stats-item {
    display: inline-block;
    margin: 0 10px;
  }
}

.clp_section-info {
  padding: 15% 0;
  background-image: url(/Images/clp_info_picture.png),
    url(../Images/clp_info_bg.svg);
  background-position: 92% 75%, top;
  background-size: 12%, 100%;
  background-repeat: no-repeat, no-repeat;
}
@media only screen and (max-width: 1024px) {
  .clp_section-info {
    background-size: 12%, 120%;
    background-position: 92% 80%, center;
  }
}
@media only screen and (max-width: 820px) {
  .clp_section-info {
    margin-top: 50px;
    padding: 50px 0;
    width: 100%;
    background-image: url(../Images/clp_info_bg_mobile.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.clp_section-info .section-title {
  font-size: 35px;
  color: #fff;
}
@media only screen and (max-width: 420px) {
  .clp_section-info .section-title {
    font-size: 25px;
  }
}
.clp_section-info p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.02px;
  width: 78%;
  padding: 24px 0 8px 0;
  margin: auto;
  line-height: 24px;
}

@media only screen and (max-width: 820px) {
  .clp_section-info p {
    font-size: 14px;
    width: 90%;
    padding: 14px 0;
    margin: 0 auto;
    line-height: 21px;
  }
}
.modal-whatsIncluded {
  padding-top: 100px;
  display: none;
}
.modal-whatsIncluded-content {
  background-color: #71b2c9;
  color: #fff;
  margin: auto;
  border: 1px solid #888;
  width: 80%;
  background-image: url(../Images/clp_infos_picture.png);
  background-repeat: no-repeat;
  background-position: 97% 95%;
  background-size: 16%;
}
.modal-whatsIncluded-content .close-modal {
  float: right;
  width: 34px;
  height: 34px;
  margin-right: 16px;
  margin-top: 16px;
  cursor: pointer;
  background-image: url(../Images/General/close-button-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.modal-whatsIncluded-content .new_service_info_icon {
  padding-top: 2px;
}
.modal-whatsIncluded-content .new_service_info_icon img {
  width: 68%;
}
.modal-whatsIncluded-content .new_service_info_itemText {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.modal-whatsIncluded-content .modal-whatsIncluded-content--info {
  padding: 50px 20px;
}
.modal-whatsIncluded-content .modal-whatsIncluded-content--info h1 {
  margin-bottom: 32px;
  letter-spacing: 0.07px;
  font-size: 25px;
  color: #ffffff;
}
.modal-whatsIncluded-content .modal-whatsIncluded-content--info p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  width: 76%;
  text-align: justify;
  margin: auto;
}
.modal-whatsIncluded-content .modal-whatsIncluded-content--info ul {
  margin-bottom: 35px;
  margin-top: 18px;
}
.modal-whatsIncluded-content
  .modal-whatsIncluded-content--info
  .modal-whatsIncluded-content--info-headMobile {
  display: none;
}
@media only screen and (max-width: 860px) {
  .modal-whatsIncluded-content .modal-whatsIncluded-content--info p {
    line-height: 20px;
    font-size: 14px;
  }
  .modal-whatsIncluded-content .modal-whatsIncluded-content--info ul {
    margin-bottom: 20px;
    margin-top: 14px;
  }
  .modal-whatsIncluded-content
    .modal-whatsIncluded-content--info
    .new_service_info_item
    .new_service_info_itemText {
    line-height: 19px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 420px) {
  .modal-whatsIncluded-content {
    margin: auto 16px;
    width: auto;
    border-radius: 8px;
  }
  .modal-whatsIncluded-content .modal-whatsIncluded-content--info {
    padding: 0;
  }

  .modal-whatsIncluded-content
    .modal-whatsIncluded-content--info
    .modal-whatsIncluded-content--info-head {
    display: none;
  }
  .modal-whatsIncluded-content
    .modal-whatsIncluded-content--info
    .modal-whatsIncluded-content--info-headMobile {
    display: block;
  }
  .modal-whatsIncluded-content
    .modal-whatsIncluded-content--info
    .modal-whatsIncluded-content--info-headMobile
    h1 {
    font-size: 18px;
    text-align: left;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 40px;
  }
  .modal-whatsIncluded-content
    .modal-whatsIncluded-content--info
    .new_service_info_item
    .new_service_info_itemText {
    line-height: 18px;
  }
}

.new_service_info_list {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin: 0 10% 4% 10%;
}

@media only screen and (max-width: 820px) {
  .new_service_info_list {
    display: block;
    margin: 10px 0;
    width: 90%;
    margin: 30px auto;
  }
}

.new_service_info_item {
  flex-basis: calc(48%);
  margin: 1%;
}

@media only screen and (max-width: 820px) {
  .new_service_info_item {
    content: "";
    display: flex;
    clear: both;
    margin: 6% 0;
  }
}

.new_service_info_icon {
  float: left;
  width: 10%;
}

.new_service_info_icon img {
  width: 46%;
}

@media only screen and (max-width: 820px) {
  .new_service_info_icon img {
    float: left;
    margin-top: 4px;
    width: 60%;
  }
}

.new_service_info_itemText {
  float: left;
  width: 90%;
  text-align: start;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.92px;
  line-height: 22px;
}

@media only screen and (max-width: 820px) {
  .new_service_info_itemText {
    font-size: 12px;
  }
}

.clp_section-info_picture {
  text-align: right;
}

@media only screen and (max-width: 820px) {
  .clp_section-info_picture {
    display: none;
  }
}

.clp_section-info_picture img {
  width: 20%;
}

.clp_section_faqs {
  width: 77%;
  margin: 0 auto;
}

@media only screen and (max-width: 820px) {
  .clp_section_faqs {
    width: 92%;
    margin: 0 auto;
  }
}

.new_service_faq_top {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 820px) {
  .new_service_faq_top {
    width: 100%;
  }
}

.new_service_faq_top img {
  width: 40%;
  margin-right: 4rem;
}

.new_service_faq_top .new_service_faq_top-text {
  text-transform: uppercase;
  text-align: start;
}

@media only screen and (max-width: 820px) {
  .new_service_faq_top .new_service_faq_top-text {
    padding: 0;
    margin-left: -12%;
  }
}
@media screen and (max-width: 5000px) and (min-width: 3500px) {
  .new_service_faq_top .new_service_faq_top-text h2 {
    font-size: 120px;
  }
}
.new_service_faq_top .new_service_faq_top-text h2 {
  color: #4092ac;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.12px;
}

@media only screen and (max-width: 820px) {
  .new_service_faq_top .new_service_faq_top-text h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 420px) {
  .new_service_faq_top .new_service_faq_top-text h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 395px) {
  .new_service_faq_top .new_service_faq_top-text h2 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 375px) {
  .new_service_faq_top .new_service_faq_top-text h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 300px) {
  .new_service_faq_top .new_service_faq_top-text h2 {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 5000px) and (min-width: 3500px) {
  .new_service_faq_top .new_service_faq_top-text p {
    font-size: 56px;
  }
}
.new_service_faq_top .new_service_faq_top-text p {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08px;
  line-height: 50px;
}

@media only screen and (max-width: 820px) {
  .new_service_faq_top .new_service_faq_top-text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 420px) {
  .new_service_faq_top .new_service_faq_top-text p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 375px) {
  .new_service_faq_top .new_service_faq_top-text p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 300px) {
  .new_service_faq_top .new_service_faq_top-text p {
    font-size: 12px;
    line-height: 14px;
  }
}
.clp_section_faqs_hiperlink {
  text-decoration: underline;
}
.clp_section_faqs_hiperlink:hover {
  color: blue;
}
.new_service_faq-item {
  margin-bottom: 10px;
  background-color: rgba(117, 187, 209, 0.18);
  padding: 20px;
}

@media only screen and (max-width: 820px) {
  .new_service_faq-item {
  }
}

.new_service_faq-item .new_service_faq-question {
  margin-left: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 16px;
  transition: color 0.2s ease-out;
  font-weight: 600;
  text-align: start;
}

.new_service_faq-item input {
  display: none;
}

.new_service_faq-item .new_service_faq-answer {
  margin-left: 25px;
  text-align: start;
  color: #4a4a4a;
  font-size: 14px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

.new_service_faq-item input:checked + .new_service_faq-answer {
  max-height: 500px;
  transition: max-height 0.3s ease-in-out;
}

.new_service_faq-item .new_service_faq-answer p {
  margin-bottom: 20px;
  line-height: 20px;
}

.new_service_faq-content {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 30px;
}

.new_service_faq-content:not(.new_service_faq-content--selected) {
}

@media only screen and (max-width: 680px) {
  .new_service_faq-content {
    padding: 5px 0;
  }
}

.new_service_faq-content:before,
.new_service_faq-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8%;
}

@media only screen and (max-width: 680px) {
  .new_service_faq-content:before,
  .new_service_faq-content:after {
    width: 8px;
    right: -10px;
  }
}

.new_service_faq-content:after {
  content: "\002B";
  font-weight: 500;
  color: #75bbd1;
}

.new_service_faq-content.service_faq--selected:before {
  content: "";
}

.new_service_faq-content.service_faq--selected:after {
  content: "\007C";
  position: absolute;
  left: 2px;
  top: 18%;
}

.wrapper-clp {
  background-color: rgba(0, 174, 201, 0.1);
}

.wrapper-clp main {
  background-color: white;
  padding-right: 50px;
  padding-left: 50px;
}

.clp_section_comments {
  position: relative;
  width: 77%;
  margin: auto;
}

@media only screen and (max-width: 820px) {
  .clp_section_comments {
    width: 92%;
  }
}

.clp_section_comments .section_comments_img {
  width: 24%;
}

@media only screen and (max-width: 820px) {
  .clp_section_comments .section_comments_img {
    width: 26%;
  }
}

.clp_section_comments .section-title {
  color: #4092ac;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  width: 50%;
  margin: auto;
  margin-top: 2%;
}

@media only screen and (max-width: 820px) {
  .clp_section_comments .section-title {
    width: 80%;
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .clp_section_comments .section-title {
    font-size: 25px;
  }
}

.clp_section_comments .service_comments-item {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

@media only screen and (max-width: 820px) {
  .clp_section_comments .service_comments-item {
    border-radius: 8px;
    height: 220px;
  }
}

.clp_section_comments .section_comment_next-btn {
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
}

@media only screen and (max-width: 820px) {
  .clp_section_comments .section_comment_next-btn {
    position: initial;
  }
}

.clp_section_comments .service_comments-content {
  margin-left: 0;
  text-align: start;
  padding-top: 14px;
}

.clp_section_comments_bg {
  padding-left: 12%;
  padding-right: 12%;
  background-image: url(../Images/clp_stats_bg_mobile.svg);
  background-repeat: no-repeat;
  background-size: 16%;
}

@media only screen and (max-width: 820px) {
  .clp_section_comments_bg {
    background-color: transparent;
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.clp_section_media {
  width: 77%;
  margin: auto;
}

.clp_section-bottom {
  width: 100%;
  margin: auto;
}

.clp_section-bottom-bg {
  background-color: rgba(117, 187, 209, 0.09);
  padding-left: 12%;
  padding-right: 12%;
}

@media only screen and (max-width: 820px) {
  .clp_section-bottom-bg {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
}

.clp_section-bottom .service_form-banner {
  width: 40%;
  display: inline-block;
}

@media only screen and (max-width: 820px) {
  .clp_section-bottom .service_form-banner {
    width: 78%;
    margin: auto;
  }
}

.clp_section-bottom .service_form-banner img {
  width: 100%;
  margin-left: -20%;
}

@media only screen and (max-width: 820px) {
  .clp_section-bottom .service_form-banner img {
    margin-left: 0;
  }
}

.clp_section-bottom .form-div {
  width: 58%;
  display: inline-block;
}

@media only screen and (max-width: 820px) {
  .clp_section-bottom .form-div {
    width: 88%;
  }
}

.clp_section-bottom .form-div .form-div-row {
  margin: 1% 0 2% 0;
  display: flex;
}

/*.clp_section-bottom .form-div .form-div-row input:first-of-type {
            margin-right: 2%;
        }*/

@media only screen and (max-width: 320px) {
  .clp_section-bottom .form-div .form-div-row input:first-of-type {
    font-size: 14px;
  }
}

.clp_section-bottom .form-div .section-title {
  color: #4092ac;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  width: 90%;
  margin: 2% 0 2rem 0;
  line-height: 36px;
}

@media only screen and (max-width: 820px) {
  .clp_section-bottom .form-div .section-title {
    font-size: 25px;
    width: 100%;
  }
}

.clp_bottom_bg_mobile {
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .clp_bottom_bg_mobile {
    width: 100% !important;
    text-align: center;
  }
}

.new_service_form-terms {
  display: flex;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  color: #464646;
}

.new_service_form-terms span {
  color: #9b9b9b;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.03px;
}

.new_service_form-terms label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  border: 1px solid #979797;
}

@media only screen and (max-width: 680px) {
  .new_service_form-terms label {
    background-color: #eff4f7;
  }
}

.new_service_form-terms label:before {
  content: "";
  width: 12px;
  margin: 4px;
  background-color: transparent;
  font-weight: 900;
}

.new_service_form-terms input {
  display: none;
}

.new_service_form-terms input:checked + label:before {
  /*content: '\2714';
            color: #4a90e2;*/
  display: inline-block;
  transform: rotate(45deg);
  height: 18px;
  width: 10px;
  border-bottom: 5px solid #71b2c9;
  border-right: 5px solid #71b2c9;
}

.new_service_form-terms a {
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 5000px) and (min-width: 3500px) {
  .new_section_media_div {
    height: 1002px !important;
    padding: 5% 0;
  }
}
@media screen and (max-width: 5000px) and (min-width: 1600px) {
  .new_section_media_div {
    margin-right: -15% !important;
    background-size: 80% !important;
  }
}
.new_section_media_div {
  background-image: url(../Images/clp_media-img.svg);
  height: 605px;
  background-repeat: no-repeat;
  background-size: 96%;
  margin-right: -15%;
  position: relative;
  background-position: right;
}

@media only screen and (max-width: 820px) {
  .new_section_media_div {
    background-image: none;
    height: 170px;
  }
}
@media only screen and (max-width: 420px) {
  .new_section_media_div {
    margin-right: 0;
  }
}
@media screen and (max-width: 5000px) and (min-width: 3500px) {
  .new_section_media_inner {
    right: 6% !important;
    width: 40% !important;
    top: 30% !important;
  }
}
@media screen and (max-width: 3500px) and (min-width: 1600px) {
  .new_section_media_inner {
    right: 2% !important;
    width: 50% !important;
  }
}
.new_section_media_inner {
  width: 60%;
  position: absolute;
  z-index: 2;
  top: 170px;
  right: 2%;
}

@media only screen and (max-width: 820px) {
  .new_section_media_inner {
    top: 0;
    right: 18%;
    width: 80%;
  }
}
@media only screen and (max-width: 420px) {
  .new_section_media_inner {
    width: 100%;
    right: 0;
  }
}

.new_section_media_inner .section-title {
  display: block;
  color: #4092ac;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.09px;
  text-transform: uppercase;
  margin-bottom: 8%;
}

@media only screen and (max-width: 820px) {
  .new_section_media_inner .section-title {
    font-size: 25px;
  }
}
.new_section_media_inner .service_media-item {
  width: 14%;
}
.new_section_media_inner .service_media-list {
  margin: 2% 0;
}

.new_section_media_inner .service_media-item-bottom-line {
  height: 95px;
  margin: auto;
  margin-top: 10%;
}

@media only screen and (max-width: 820px) {
  .new_section_media_inner .service_media-item-bottom-line {
    height: 70px;
    margin-top: 0;
  }
}

.checkout_body {
  background-color: #ffffff;
}
.checkout_main {
  position: relative;
  display: flex;
  width: 90%;
  margin: auto;
  font-family: "Montserrat";
}
@media only screen and (max-width: 820px) {
  .checkout_main {
    width: 100%;
  }
}
.checkout_main section {
  padding: 0 0;
  margin: 55px 0;
}
@media only screen and (max-width: 820px) {
  .checkout_main section {
    margin: 45px auto;
    width: 90%;
  }
}
.checkout_main .checkout-submit {
  background-image: linear-gradient(180deg, #45c5d8 0%, #2193b0 100%);
  font-weight: 500;
}
@media only screen and (max-width: 680px) {
  .checkout_main .checkout-submit {
    font-size: 18px;
    width: 94%;
    padding: 18px 9px;
  }
}
.checkout_form {
  width: 60%;
  margin-right: 40px;
  text-align: center;
}
@media only screen and (max-width: 820px) {
  .checkout_form {
    width: 100%;
    margin-right: 0;
  }
}
.checkout_form h1 {
  text-transform: uppercase;
  color: #585858;
  letter-spacing: 0.06px;
  font-weight: 700;
  font-size: 22px;
}
@media only screen and (max-width: 820px) {
  .checkout_form h1 {
    text-align: start;
    font-weight: 800;
    font-size: 16px;
  }
}

@media only screen and (max-width: 820px) {
  .buttons_checkout {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.buttons_checkout input[type="radio"],
input-group {
  opacity: 0;
  position: fixed;
  width: 0;
}
.buttons_checkout label {
  padding: 15px 5px;
  font-size: 16px;
  border: 2px solid #71b2c9;
  border-radius: 7px;
  width: 100%;
  display: inline-block;
}
.buttons_checkout label.service_freq_inputs {
  padding: 11px 5px;
}
.businesstype__container input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.businesstype__container label {
  padding: 0;
  height: 100%;
  font-size: 16px;
  border: 2px solid #71b2c9;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.buttons_checkout label.buttons_checkout_onethird {
  width: 32%;
}
.buttons_checkout label.buttons_checkout_oneforth {
  width: 25%;
}
.buttons_checkout label.buttons_frequency {
  width: 70%;
  margin-bottom: 8px;
  position: relative;
}
/* .buttons_checkout label.buttons_extras {
        width: 30%;
        margin-bottom: 8px;
    } */
@media only screen and (max-width: 820px) {
  .buttons_checkout label {
    width: 100%;
    border: 1px solid #71b2c9;
    padding: 16px 5px;
    font-size: 0.875rem;
    color: #1e2e43;
    font-weight: bold;
  }
}

.buttons_checkout label:hover {
  background: rgba(117, 187, 209, 0.3);
}
@media only screen and (max-width: 820px) {
  .buttons_checkout label.buttons_checkout_onethird {
    width: 48%;
  }
  .buttons_checkout label.buttons_checkout_oneforth {
    width: 31%;
  }
  .buttons_cleaningtype {
    align-items: center;
    display: flex !important;
    justify-content: center;
  }
}

.buttons_checkout input[type="radio"]:checked + label {
  color: #ffffff;
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
}
.buttons_checkout input[type="checkbox"]:checked + label {
  color: #ffffff;
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
}

.businesstype__container input[type="radio"]:checked + label {
  color: #ffffff;
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
}

.businesstype__container input[type="radio"]:checked + label span {
  color: #ffffff;
}

@media only screen and (max-width: 820px) {
  .buttons_cleaningtype {
    padding: 12px 10px;
  }
}

.business_type_div {
  display: none;
}

/* .business_type_div .buttons_checkout label {
        display: inline-flex;
        height: 65px;
    } */

@media only screen and (max-width: 460px) {
  .business_type_div .businesstype__container label {
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 0;
  }
}

.business_type_div .businesstype__container .inner_label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.business_type_div .businesstype__container .inner_label svg {
  width: 24px;
  margin: 0 1rem;
}
@media only screen and (max-width: 460px) {
  .business_type_div .businesstype__container .inner_label svg {
    height: 24px;
  }
}

.business_type_div .businesstype__container .inner_label .vertical_line {
  width: 0px;
  height: 47px;
  margin: 0 10px;
  border-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 820px) {
  .business_type_div .businesstype__container .inner_label .vertical_line {
    height: 47px;
    margin: 0 24px;
  }
}
@media only screen and (max-width: 680px) {
  .business_type_div .businesstype__container .inner_label .vertical_line {
    height: 40px;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 460px) {
  .business_type_div .businesstype__container .inner_label .vertical_line {
    height: 26px;
    margin: 0 10px;
  }
}

.business_type_div
  .businesstype__container
  input[type="radio"]:checked
  + label
  .vertical_line {
  border-color: rgba(255, 255, 255, 0.4);
}

.input_icon_container {
  position: relative;
  width: 100%;
}

.d-n {
  display: none !important;
}

.chevron:before {
  border-color: #fff;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  height: 1em;
  transform: rotate(-45deg);
  width: 1em;
}

.chevron--right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron--bottom:before {
  top: 0;
  transform: rotate(135deg);
}

.chevron--left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

::-webkit-input-placeholder {
  color: #979797;
  font-weight: 500;
  opacity: 1;
}

::-moz-placeholder {
  color: #979797;
  font-weight: 500;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #979797;
  font-weight: 500;
  opacity: 1;
}

::placeholder {
  color: #979797;
  font-weight: 500;
  opacity: 1;
}

.arrow {
  width: 0;
  height: 0;
}

.arrow__container {
  width: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.arrow--right {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #6ac3e0;
}

.arrow--down {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #6ac3e0;
}

.btn {
  width: auto;
  height: 43px;
  border-radius: 7px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#45c5d8),
    to(#2193b0)
  );
  background-image: linear-gradient(180deg, #45c5d8, #2193b0);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  border: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}

.btn--extrah {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container__checkout {
  display: grid;
  grid-template-areas: "nav nav" "checkout summary";
  box-sizing: border-box;
  position: relative;
  max-width: 1160px;
  /* width: 90%; */
  margin: 3rem auto 0 auto;
}

.container__checkout * {
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  .container__checkout {
    grid-template-areas: "nav" "summary" "checkout";
    max-width: 100%;
    margin-top: 0;
  }
}

.checkout__header__mobile {
  display: none;
  position: relative;
  margin-bottom: 1rem;
}

@media (max-width: 1080px) {
  .checkout__header__mobile {
    display: block;
  }
  .checkout__header {
    display: none;
  }
}

.nav__stage__container {
  grid-area: navstage;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 1080px) {
  .nav__stage__container {
    display: none;
  }
}

.nav__container {
  grid-area: nav;
}

.breadcrumbs__container {
  grid-area: breadcrumbs;
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding-bottom: 2rem;
}

@media (max-width: 1080px) {
  .breadcrumbs__container {
    justify-content: center;
    padding: 1.5rem 0;
  }
}

@media (max-width: 1080px) {
  .quote__summary__details__title {
    display: none;
  }
}

.breadcrumbs__item {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 500;
}

.breadcrumbs__item--active {
  color: #00aec9;
}

.breadcrumbs__nav {
  margin: 0 2rem;
  padding: 0;
}

@media (max-width: 680px) {
  .breadcrumbs__nav {
    margin: 0 1rem;
  }
}

.checkout__container {
  grid-area: checkout;
  /*padding-right: 3rem;*/
  margin-right: 380px;
}

@media (max-width: 1080px) {
  .checkout__container {
    padding: 0 1rem;
    margin-right: 0;
    margin-top: 1.5rem;
  }
}

.checkout__header {
  position: relative;
  margin-bottom: 2rem;
}

.checkout__header__img {
  width: 45%;
}

@media (max-width: 680px) {
  .checkout__header__img {
    width: 35%;
    margin-left: 2rem;
  }
}

.checkout__header__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 53%;
  text-transform: uppercase;
  color: #71b2c9;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  text-align: right;
  margin: 0;
  padding: 0;
}

@media (max-width: 576px) {
  .checkout__header__text {
    font-size: 0.9rem;
    left: 32%;
    width: 64%;
    line-height: 1.2rem;
  }
}

.checkout__form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.checkout__form__section {
  width: 100%;
  margin-bottom: 2.5rem;
}

.checkout__form__section--nif {
  margin-bottom: 3rem;
}

.checkout__form__section--nif .checkout__form__group span {
  text-transform: uppercase;
}

@media (max-width: 680px) {
  .checkout__form__section--nif .checkout__form__group span {
    font-size: 0.875rem;
    text-transform: none;
  }
}

.btn_promo_code {
  border-radius: 7px;
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
}

@media (max-width: 768px) {
  .checkout__form__section {
    margin-bottom: 0;
  }

  .checkout__form__section--nif {
    margin: 1rem 0;
  }

  .checkout__form__section--nif .checkout__form__group {
    align-items: normal;
  }
}

.checkout__form__section__header {
  text-transform: uppercase;
  font-weight: 700;
  color: #504f4f;
  margin-bottom: 1rem;
}

.checkout__form__section__header > span {
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: none;
  color: #979797;
  margin-left: 0.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.checkout__form__section__header > span > img {
  margin-right: 0.2rem;
}

.checkout__form__section__header--center-v {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .checkout__form__section__header {
    margin-bottom: 1rem;
    font-size: 1rem;
    flex-wrap: wrap;
  }

  .checkout__form__section__header--payment {
    margin-top: 1rem;
  }

  .checkout__form__section__header--payment > span {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
    margin-left: 0;
  }
}

.checkout__form__section--final {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.checkout__form__section--final p {
  margin-top: 1rem;
  padding: 0;
  font-size: 0.75rem;
  color: #979797;
}

.checkout__form__group {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.checkout__form__group input[type="checkbox"] {
  display: none;
}

.checkout__form__group input[type="checkbox"] ~ label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  border: 1px solid #979797;
}

.checkout__form__group input[type="checkbox"] ~ label:before {
  content: "";
  width: 12px;
  margin: 4px;
  background-color: transparent;
  font-weight: 900;
}

.checkout__form__billing {
  margin-top: 1rem;
  animation: fade-in 0.8s;
}

.checkout__form__group input[type="checkbox"]:checked ~ label:before {
  content: "\2714";
  color: #4a90e2;
}

@media (max-width: 768px) {
  .checkout__form__group {
    flex-flow: nowrap;
    min-height: 20px;
  }

  .checkout__form__payment__info .checkout__form__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}

.checkout__form__group--space {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.checkout__form__group--center {
  -webkit-box-pack: center;
  justify-content: center;
}

.checkout__form__extra > .checkout__form__group {
  margin-bottom: 0;
}

.checkout__form__subgroup {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .checkout__form__extra .checkout__form__subgroup,
  .checkout__form__extra .checkout__form__subgroup label {
    width: 100%;
  }
}

.checkout__form__subgroup--half {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  width: 48%;
}

.checkout__form__subgroup label {
  margin-left: 0.2rem;
}

.checkout__form__input {
  border: 2px solid #71b2c9;
  width: 100%;
  border-radius: 5px;
  padding: 16px 10px;
  outline: 0;
}

.checkout__form__input:valid:required ~ i {
  display: block;
}

.checkout__form__input:invalid.touched {
  border: 0.5px solid #d0021b;
  padding: 13.5px 11.5px;
}

.checkout__form__input--invalid {
  border: 2px solid #d0021b;
}

.checkout__form__input:active,
.checkout__form__input:focus {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.checkout__form__input--under {
  font-size: 0.7rem;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
  cursor: pointer;
  margin-left: 10px;
}

.checkout__form__input__icon__container {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.checkout__form__input__icon__container--half {
  width: 49%;
}

.checkout__form__input__icon__container--onethird {
  width: 32%;
}

@media (max-width: 768px) {
  .checkout__form__input__icon__container--onethird {
    width: 49%;
    padding: 0px 2px;
  }
}

.checkout__form__input__icon__container--twothirds {
  width: 65%;
}

@media (max-width: 768px) {
  .checkout__form__input__icon__container--twothirds {
    width: 49%;
  }
}

.checkout__form__input__icon__container--centerh {
  margin: 0 auto;
}

.checkout__form__input__icon__container i {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  pointer-events: none;
  text-align: center;
}

@media (max-width: 768px) {
  .checkout__form__input__icon__container i {
    width: 20px;
  }

  .checkout__form__input__icon__container i > img {
    width: 20px;
    vertical-align: middle;
  }
}

.business_type_div
  > .businesstype__container
  > .businesstype__item
  > input[type="radio"]:checked
  + label
  > .inner_label
  > svg
  > g {
  fill: #ffffff;
}

.businesstype__item > label {
  height: 100% !important;
}

.input_icon_container input:valid {
  padding-right: 40px;
}
.checkout__form__input__icon__container input {
  text-align: left;
}

.checkout__form__input__icon__container input:valid {
  padding-right: 40px;
}

.checkout__form__input--half {
  width: 49%;
}

@media (max-width: 768px) {
  .checkout__form__input--half {
    width: 48%;
  }
}

.checkout__form__input--onethird {
  width: 33%;
}

@media (max-width: 768px) {
  .checkout__form__input--onethird {
    width: 48%;
  }
}

.checkout__form__input--twothirds {
  width: 65%;
}

@media (max-width: 768px) {
  .checkout__form__input--twothirds {
    width: 48%;
  }
}

.checkout__form__input :not(textarea) {
  height: 1rem;
}

.checkout__form__input--muted {
  font-weight: 300;
  font-size: 0.8rem;
  color: #504f4f;
}

.checkout__form__input--caps {
  text-transform: uppercase;
  font-size: 0.8rem;
}

.checkout__form__input--textarea {
  border: 1px solid #979797;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  background-color: hsla(0, 0%, 84.7%, 0.18);
}

.checkout__form__extra {
  border: 2px solid #71b2c9;
  border-radius: 5px;
  padding: 10px;
}

.checkout__form__extra textarea {
  margin-left: calc(20px + 0.2rem);
  margin-top: 1rem;
  animation: fade-in 0.8s;
}

.checkout__form__extra .checkout__form__input__icon__container {
  display: inline-block;
  margin-left: calc(20px + 0.2rem);
  margin-top: 1rem;
  width: 50%;
}

.checkout__form__extra .checkout__form__input__icon__container + div {
  display: inline-block;
}

.checkout__form__extra .checkout__form__input__container {
  display: none;
  animation: fade-in 0.8s;
}

.checkout__form__extra label {
  font-weight: 500;
}

.checkout__form__extra i {
  top: calc(50% + 1rem);
  -webkit-transform: translateY(-50%) translateY(-1rem);
  transform: translateY(-50%) translateY(-1rem);
}

@media (max-width: 768px) {
  .checkout__form__extra {
    margin-bottom: 1rem;
  }

  .checkout__form__extra .checkout__form__input__icon__container,
  .checkout__form__extra textarea {
    margin-left: 0;
    width: 100%;
  }

  .checkout__form__extra
    .checkout__form__input__icon__container
    .checkout__form__input,
  .checkout__form__extra textarea .checkout__form__input {
    width: 100%;
  }

  .checkout__form__extra .checkout__form__input__icon__container .btn,
  .checkout__form__extra textarea .btn {
    margin-top: 1rem;
  }

  .checkout__form__extra .checkout__form__input__container {
    width: calc(100% - 40px - 0.4rem);
    margin-left: calc(20px + 0.2rem);
  }

  .checkout__form__extra textarea {
    height: 200px;
  }

  .checkout__form__extra input[type="checkbox"] {
    display: none;
  }

  .checkout__form__extra label {
    font-size: 0.875rem;
  }
}

.checkout__form__submit {
  width: 100%;
  height: 50px;
  margin: 0;
  border-radius: 7px;
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
  max-width: 475px;
}

.checkout__form__payment {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .checkout__form__payment {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .checkout__form__payment label {
    margin-bottom: 1.5rem;
  }
}

.checkout__form__payment__link {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .checkout__form__payment__link {
    display: none;
  }
}

.checkout__form__payment__logos {
  text-align: center;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .checkout__form__payment__logos {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .checkout__form__payment__logos > img {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.input_icon_container i {
  display: none;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  pointer-events: none;
  text-align: center;
}
@media (max-width: 768px) {
  .input_icon_container i {
    width: 35px;
  }
}
.checkout__form__payment [type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkout__form__payment [type="radio"] + img {
  cursor: pointer;
}

.checkout__form__payment__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 150px;
  border: 2px solid #71b2c9;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  flex-wrap: wrap;
  height: 100%;
  box-sizing: border-box;
}

.checkout__form__payment__item--invalid {
  border: 2px solid #d0021b;
}

.checkout__form__payment__item:not(.checkout__form__payment__item--disabled) {
  cursor: pointer;
}

.checkout__form__payment__item:not(.checkout__form__payment__item--disabled):hover {
  background-color: rgba(139, 185, 206, 0.16);
}

.checkout__form__payment__item--disabled {
  border: 0;
  position: relative;
}

.checkout__form__payment__item--disabled > div {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 5px;
}

.checkout__form__payment__item img {
  max-width: 40px;
}

.checkout__form__payment__item span {
  font-size: 0.8rem;
  font-weight: 700;
  width: 100%;
  margin-top: 0.5rem;
}

.checkout__form__payment__item:not(:last-child) {
  margin-right: 1rem;
}

.checkout__form__payment__item--selected {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-color: rgba(139, 185, 206, 0.16);
}

.checkout__form__payment__info {
  border-radius: 7px;
  margin-top: 2rem;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border: 1px solid #979797;
  position: relative;
  height: 250px;
  padding-top: 3rem;
  transition: height 0.5s ease-in-out;
}

@media (max-width: 680px) {
  .checkout__form__payment__info {
    height: auto;
    padding: 2rem 0;
  }
}

.checkout__form__payment__info--expanded {
  height: 300px;
}

.checkout__form__payment__info .checkout__form__group {
  max-width: 500px;
  margin: 0 auto;
}

.checkout__form__payment__info--2 {
  padding: 3rem 1rem 0;
}

@media (min-width: 768px) {
  .checkout__form__payment__info:after,
  .checkout__form__payment__info:before {
    /*bottom: 100%;*/
    bottom: calc(100% - 0.3px);
    left: 37.5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .checkout__form__payment__info:after {
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #fff;
    border-width: 15px;
    margin-left: -15px;
  }
  .checkout__form__payment__info:before {
    border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #979797;
    border-width: 16px;
    margin-left: -16px;
  }
}

@media (min-width: 768px) {
  .checkout__form__payment__info--creditcard {
    padding: 3rem 1.5rem 0;
  }
  .checkout__form__payment__info--creditcard-2-4:after,
  .checkout__form__payment__info--creditcard-2-4:before {
    left: 37.5%;
  }
  .checkout__form__payment__info--creditcard-2-3:after,
  .checkout__form__payment__info--creditcard-2-3:before {
    left: 50%;
  }
}

@media (min-width: 768px) {
  .checkout__form__payment__info--mbway-3-4:after,
  .checkout__form__payment__info--mbway-3-4:before {
    left: 62%;
  }
}

@media (max-width: 768px) {
  .checkout__form__payment__info--mbway-3-4
    .checkout__form__input.checkout__form__input--onethird {
    width: 70%;
  }
}

.checkout__form__payment__info__label {
  display: block;
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.checkout__form__payment__info__warning {
  display: block;
  margin: 1rem auto 0;
}

.checkout__form__payment__info__text {
  color: #504f4f;
  font-weight: 500;
  font-size: 0.7rem;
}

.checkout__form__notes label {
  margin-bottom: 1rem;
  font-weight: 500;
  color: #585858;
}

.checkout__form__notes label span {
  color: rgba(88, 88, 88, 0.32);
}

.checkout__form__notes textarea {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .checkout__form__notes textarea {
    height: 200px;
    margin-top: 1rem;
  }
}

.checkout__summary {
  width: 100%;
  grid-area: summary;
  z-index: 2;
  background: #f2f2f2;
}

@media (min-width: 1080px) {
  .checkout__summary {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    right: 5%;
    width: 360px;
    transition: top 1s ease 0.05s;
  }
}

.checkout__summary__collapse {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.checkout__summary__collapse.show {
  max-height: 99em;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.checkout__summary__collapse__toggle {
  border: 0;
  outline: 0;
  background: none;
}

@media (min-width: 1080px) {
  .checkout__summary__collapse {
    max-height: 99em;
  }

  .checkout__summary__collapse__toggle {
    display: none;
  }
}

.checkout__summary__header__mobile {
  display: -webkit-box;
  display: flex;
  justify-content: space-evenly;
  -webkit-box-align: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00d7e6),
    to(#00aec9)
  );
  background-image: linear-gradient(180deg, #00d7e6, #00aec9);
  color: #fff;
  padding: 10px 0;
}

.checkout__summary__header__mobile__total {
  font-weight: 600;
  font-size: 0.8rem;
}

.checkout__summary__header__mobile__total > span {
  font-weight: 500;
  font-size: 1rem;
}

.checkout__summary__header__mobile__date {
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 0.6rem;
  padding: 8px;
}

.checkout__summary__header__mobile__data > p {
  margin-left: 1rem;
  font-size: 20px;
}

@media (min-width: 1080px) {
  .checkout__summary__header__mobile {
    display: none;
  }
}

.checkout__summary__header__desktop {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00d7e6),
    to(#00aec9)
  );
  background-image: linear-gradient(180deg, #00d7e6, #00aec9);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.checkout__summary__header__desktop__title {
  border-bottom: 1px solid #fff;
  padding: 1.5rem 0;
}

.checkout__summary__header__desktop__title > p {
  margin: 0;
  font-weight: 700;
  font-size: 1.5rem;
}

.checkout__summary__header__desktop__subtitle {
  padding: 0.5rem 0;
}

.checkout__summary__header__desktop__subtitle > p {
  margin: 0;
  font-weight: 500;
  font-size: 0.9rem;
}

@media (max-width: 1080px) {
  .checkout__summary__header__desktop {
    display: none;
  }
}

.checkout__summary__details {
  background-color: hsla(0, 0%, 95%, 1);
  padding: 1rem 0.7rem 0;
}

.checkout__summary__details p {
  margin: 0;
}

.checkout__summary__details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checkout__summary__details__title {
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  color: #4a4a4a;
}

@media (min-width: 1080px) {
  .checkout__summary__details__title {
    display: none;
  }
}

.checkout__summary__details__table {
  padding: 1rem;
  border-collapse: collapse;
  width: 100%;
  margin: 0.5rem auto 0;
}

@media (min-width: 576px) and (max-width: 1080px) {
  .checkout__summary__details__table {
    width: 80%;
    margin: 0 auto;
  }
}

.checkout__summary__details__table > tbody > tr:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.4);
}

.checkout__summary__details__table > tbody > tr > td {
  padding: 1rem 0.5rem 1.2rem 0;
  font-size: 0.8rem;
  font-weight: 300;
  color: #504f4f;
}

.checkout__summary__details__table > tbody > tr > td:first-child {
  font-weight: 500;
  min-width: 128px;
  padding-left: 0.5rem;
}

.checkout__summary__details__table__item {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}

.checkout__summary__details__table__item > img {
  margin: 0 0.4rem;
  width: 75px;
}

.checkout__summary__details__table__item > span {
  font-size: 0.7rem;
  /*align-self: flex-end;*/
}

.checkout__summary__details__table__item--extra {
  position: relative;
}

.checkout__summary__details__table__item--extra__text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.5rem;
}

.checkout__summary__prices {
  background-color: #00aec9;
  color: #fff;
}

.checkout__summary__prices__table {
  width: 100%;
}

.checkout__summary__prices__table > tbody > tr:first-child td {
  padding-top: 1rem;
}

.checkout__summary__prices__table > tbody > tr > td {
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 300;
}

.checkout__summary__prices__table > tbody > tr > td:first-child {
  font-weight: 500;
}

.checkout__summary__prices__table > tbody > tr > td:last-child {
  text-align: right;
  padding: 0.5rem 1.5rem 0.5rem 0;
}

.checkout__summary__prices__table__item--total > td {
  font-size: 1.5rem !important;
  text-transform: uppercase;
}

.quote__summary__details__table tr#summary_date_row td {
  padding-top: 0;
}

.quote__summary__details__table tr#summary_date_row span {
  padding: 0;
}

.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.checkout__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(139, 185, 206, 0.65);
  display: none;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s linear;
  width: 100vw;
  height: 100vh;
}

@media (max-width: 768px) {
  .checkout__modal {
    background-color: transparent;
  }
}

.checkout__modal__content {
  /*width: 60%;*/
  max-width: 900px;
  width: 100%;
  min-height: 570px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .checkout__modal__content {
    height: 100%;
    top: calc(50% + 50px);
    transform: translate(-50%, calc(-50% + 50px));
  }
}

/*@media (max-width: 1080px) {
    .checkout__modal__content {
        width: 90%;
    }
}*/

.checkout__modal * {
  box-sizing: border-box;
}

.checkout__modal__content .checkout__modal__content__headerimg {
  max-width: 200px;
  margin: 0 0 2rem 0;
}

.checkout__modal__content h2 {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  color: #5b5b5b;
}

.checkout__modal__content h2:last-child {
  margin-bottom: 2rem;
}

.checkout__modal__content p {
  font-size: 0.8rem;
  color: #5b5b5b;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.button_send_code_again {
  text-decoration: underline;
  display: block;
  margin: 0 auto 5px auto;
  font-size: 12px;
  color: orange;
}

.checkout__modal__content span {
  font-size: 0.6rem;
  color: #feb844;
  font-weight: 500;
}

.checkout__modal__content .checkout__form__input__icon__container {
  width: 300px;
  margin: 0 auto 1rem auto;
}

/*Modal*/
.modal__fade {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

/* Helpers */
.show {
  opacity: 1;
}

.d-b {
  display: block !important;
}

.mb-0 {
  margin-bottom: 0;
}
/* Animations */
@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.checkout__modal__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 100px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .checkout__modal__fade {
    padding: 10px 20px;
  }
}

.slide--to-left {
  left: -100px;
  opacity: 0;
}

.slide--to-right {
  right: -100px;
  opacity: 0;
}

.slide--from-right {
  right: -100px;
  opacity: 0;
}

.slide--from-left {
  left: -100px;
  opacity: 0;
}

.text--blue {
  color: #00aec9;
}

input[readonly="readonly"] {
  cursor: default;
  background-color: hsla(0, 0%, 95%, 1);
  opacity: 0.6;
}

.checkout__form__button {
  width: 300px;
}

@media (max-width: 768px) {
  .checkout__form__button {
    width: 100% !important;
  }
}

.disable {
  cursor: default;
  background-color: hsla(0, 0%, 95%, 1);
  opacity: 0.6;
}

#checkout_payment_form select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

.checkout__form__dropdown__label {
  position: relative;
}

.checkout__form__dropdown__label:after {
  border-color: #00aec9;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  height: 1em;
  transform: rotate(135deg);
  width: 1em;
  right: 15px;
  /*top: 7px;*/
  top: -2px;
  position: absolute;
  pointer-events: none;
}

#new_cc_container {
  animation: fade-in 0.8s;
}

@media (max-height: 680px) {
  #new_cc_container > .checkout__form__group {
    margin: 0 1rem;
  }

  #new_cc_container .checkout__form__input {
    padding: 13px 10px;
  }
}

.divMonthlyAccrualsList {
  color: #4a4a4a;
}

.divMonthlyAccrualsList h1 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.07px;
  font-weight: 700;
  margin-bottom: 2%;
  margin-left: 2%;
}

.divMonthlyAccrualsList .divMonthlyAccrualsList-subtitle {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 3%;
  margin-left: 2%;
}

.divMonthlyAccrualsList table {
  border-collapse: separate !important;
  border-spacing: 0;
  background-color: #f5f5f5;
  width: 100%;
}
@media (max-width: 768px) {
  .divMonthlyAccrualsList table {
    display: none;
  }
}
.divMonthlyAccrualsList .monthlyAccrualsHead {
  border-radius: 6px 6px 0 0;
  /*background-image: linear-gradient(to bottom, #195cad, #093282);*/
  color: white;
  height: 40px;
}

.divMonthlyAccrualsList table th,
.divMonthlyAccrualsList table td {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid lightgray;
  vertical-align: middle;
}

.divMonthlyAccrualsList table tr {
  height: 72px;
}

.divMonthlyAccrualsList .monthlyAccrualsTable {
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px #ccc;
  -moz-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 0.04px;
}

.divMonthlyAccrualsList .monthlyAccrualsStatusActive {
  color: #7ed321;
  font-weight: 500;
}

.divMonthlyAccrualsList .monthlyAccrualsStatusOnHold {
  color: #feb844;
  font-weight: 500;
}

.divMonthlyAccrualsList .monthlyAccrualsSST {
  font-weight: 500;
}

.divMonthlyAccrualsList .monthlyAccrualsIcon {
  text-align: center;
}

.divMonthlyAccrualsList .monthlyAccrualsIcon img {
  height: 31px;
  width: 30px;
  vertical-align: middle;
}

.divMonthlyAccrualsList .monthlyAccrualsDetails {
  text-align: center;
}

.divMonthlyAccrualsList .monthlyAccrualsDetails .monthlyAccrualsDetailsButton {
  /*border: 2px solid #195cad;*/
  padding: 8px;
  width: 70%;
  border-radius: 18px;
  /*color: #195cad;*/
  font-weight: 500;
}

.monthlyAccrualDetails_main {
  color: #4a4a4a;
}

.monthlyAccrualDetails_main h1 {
  font-size: 25px;
  letter-spacing: 0.07px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 2%;
  margin-top: 32px;
}

.monthlyAccrualDetails_main p {
  font-size: 15px;
  letter-spacing: 0.04px;
  font-weight: 500;
  margin-bottom: 1%;
}

.monthlyAccrualDetails_tabbar {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 25px;
  border: 2px solid #195cad;
  margin-bottom: 3%;
}

.monthlyAccrualDetails_tabbar button {
  flex-grow: 1;
  padding: 12px;
  border-right: 1px solid lightgray;
  color: #606060;
  border-radius: 0;
}

.monthlyAccrualDetails_tabbar button:first-of-type {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.monthlyAccrualDetails_tabbar button:last-of-type {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-right: none;
}
.monthlyAccrualDetails_tabbar-firstButton {
  color: #ffffff;
}
.monthlyAccrualsDetails_tab {
  display: none;
}
.monthlyAccrualsDetails_tab-first {
  display: block;
}

.divMonthlyAccrualDetails {
}
.divMonthlyAccrualDetails table {
  border-collapse: separate !important;
  border-spacing: 0;
  background-color: #f5f5f5;
  width: 100%;
}
.divMonthlyAccrualDetails .monthlyAccrualDetailsTable {
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 18px;
  -webkit-box-shadow: 0 1px 1px #ccc;
  -moz-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 0.04px;
  height: 442px;
  font-weight: 500;
}
.divMonthlyAccrualDetails .monthlyAccrualsHead {
  border-radius: 6px 6px 0 0;
  /*background-image: linear-gradient(to bottom, #195cad, #093282);*/
  color: white;
  height: 46px;
  text-transform: uppercase;
  letter-spacing: 0.04px;
}
.divMonthlyAccrualDetails table th,
.divMonthlyAccrualDetails table td {
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid lightgray;
  vertical-align: middle;
  line-height: 16px;
}
.monthlyAccrualDetailsTable tr,
.monthlyAccrualDetailsTable td {
  vertical-align: top !important;
}

.monthlyAccrualDetailsTable-blankSpace {
  min-width: 66px;
}

.divMonthlyAccrualSummary .MonthlyAccrualSummaryTable {
  text-align: center;
  font-size: 15px;
  line-height: 23px;
}

.divMonthlyAccrualSummary .MonthlyAccrualSummaryTable h2 {
  font-weight: 600;
}

.divMonthlyAccrualSummary table tr,
.divMonthlyAccrualSummary table td,
.divMonthlyAccrualSummary table th {
  text-align: center;
}

.divMonthlyAccrualSummary
  .MonthlyAccrualSummaryTable
  .MonthlyAccrualSummaryTableHead {
  font-weight: 700;
  color: #787878;
  font-size: 15px;
  letter-spacing: 0.04px;
  height: 54px;
}

.divMonthlyAccrualSummary
  .MonthlyAccrualSummaryTable
  .MonthlyAccrualSummaryTableHead-title
  td {
  border-bottom: none !important;
  text-align: left;
  font-size: 19px;
  height: 56px;
  color: #4a4a4a;
  letter-spacing: 0.05px;
}
.TableHeadBorderTop-lightblue td,
.TableHeadBorderTop-lightblue th {
  border-top: 1px solid #00aec9;
}
.TableHeadBorderBottom-lightblue td,
.TableHeadBorderBottom-lightblue th {
  border-bottom: 1px solid #00aec9 !important;
}
.TableHeadBorderTop-darkblue td,
.TableHeadBorderTop-darkblue th {
  border-top: 1px solid #195cad;
}
.TableHeadBorderBottom-darkblue td,
.TableHeadBorderBottom-darkblue th {
  border-bottom: 1px solid #195cad !important;
}
.MonthlyAccrualSummaryTableInfo-lightblue {
  background-color: rgba(0, 174, 201, 0.12);
}
.MonthlyAccrualSummaryTableInfo-darkblue {
  background-color: rgba(25, 92, 173, 0.09);
}
.divMonthlyAccrualSummary
  .MonthlyAccrualSummaryTable
  .MonthlyAccrualSummaryTableInfo
  td {
  vertical-align: middle !important;
  height: 88px;
}

.divMonthlyAccrualSummary
  .MonthlyAccrualSummaryTable
  .MonthlyAccrualSummaryTableInfo
  button {
  width: 30%;
  background-image: linear-gradient(
    to bottom,
    rgb(238, 238, 238),
    rgb(216, 216, 216)
  );
  padding: 8px 12px;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  border: 1px solid rgba(151, 151, 151, 0.62);
}
.business_type_div .businesstype__container label span {
  color: #1e2e43;
}
@media only screen and (max-width: 460px) {
  .business_type_div .businesstype__container label span {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 320px) {
  .business_type_div .businesstype__container label span {
    font-size: 13px;
  }
}

.cleaning_type_home_div span {
  color: #00aec9;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04px;
  text-decoration: underline;
}
@media only screen and (max-width: 820px) {
  .cleaning_type_home_div .businesstype__container label {
    padding: 30px 0px;
  }
}
.cleaning_type_home_div {
  display: none;
}
.cleaning_type_office_div {
  display: none;
}
.wantVisit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  font-size: 0.8rem;
}

.beds_baths_div li {
  font-size: 1.3rem;
}

.beds_baths_div .wantVisit {
  width: 50%;
  margin-top: 0;
}

@media only screen and (max-width: 820px) {
  .monthlyAccrualDetails_tabbar-firstButton {
    background-color: #fff;
  }
  .wantVisit {
    margin-top: 1rem;
    padding-left: 0;
  }
}

.wantVisit label {
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  border: 1px solid #979797;
  align-items: center;
  padding: 0;
}

.wantVisit label:before {
  content: "";
  width: 12px;
  margin: 4px;
  background-color: transparent;
  font-weight: 900;
}

.wantVisit input {
  display: none;
}

.wantVisit input:checked + label:before {
  color: #4a90e2;
  margin: 6px;
  width: 5px;
  height: 10px;
  border: solid #4a90e2;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wantVisit span {
  color: #00aec9;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin-left: 0.4rem;
}
.wantVisit span.wantvisit--underline {
  color: #1e2e43;
  font-weight: 600;
  background-image: linear-gradient(to right, #71b2c9 0%, #71b2c9 0%);
  background-position: 0 0.84em;
  background-repeat: repeat-x;
  background-size: 5px;
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 490px) {
  .wantVisit span.wantvisit--underline {
    /* background-image: none; */
    font-size: 0.75rem;
    line-height: 13px;
  }
}

.beds_baths_div h2 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04px;
}

.beds_baths_div h3 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04px;
}

@media only screen and (max-width: 460px) {
  .beds_baths_div h3 {
    font-size: 0.7rem;
  }
}

.beds_baths_div .kitchenInfo {
  display: flex;
  margin: 24px auto 16px auto;
  justify-content: center;
  margin-bottom: 10px;
}

.beds_baths_div .bedBath_input {
  display: flex;
  padding: 13px 16px;
  border: 2px solid #71b2c9;
  border-radius: 7px;
  min-width: 230px;
}

@media only screen and (max-width: 460px) {
  .beds_baths_div .bedBath_input {
    width: auto;
    margin: 10px 0;
  }
}
.beds_baths_div .bedBath_input p {
  margin-top: auto;
  margin-bottom: auto;
  justify-content: start;
  color: #979797;
}

@media only screen and (max-width: 460px) {
  .beds_baths_div .bedBath_input p {
    color: #585858;
  }
}

.beds_baths_div .bedBath_input input {
  border: none;
  width: 50px;
  text-align: center;
  background: transparent;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 460px) {
  .beds_baths_div .bedBath_input input {
    margin: 0 0.6rem;
    font-weight: bold;
  }
}

.beds_baths_div .bedBath_input .input-group {
  margin-left: auto;
  display: flex;
}
.input__range--office .input-group {
  margin-left: 0 !important;
  width: 100%;
}
.input__range--office .input-group input {
  padding: 0;
}
.input__range--office .input-group .btn-first {
  margin-right: auto;
}
.input__range--office .input-group .btn-last {
  margin-left: auto;
}
.beds_baths_div .bedBath_input button {
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
  border-radius: 30px;
  color: white;
  border: none;
  font-size: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
}

.info_inputs > div {
  flex-basis: 44%;
}

.beds_baths_div .info_inputs {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 460px) {
  .beds_baths_div .info_inputs {
    display: block;
  }
}

.beds_baths_div .kitchenInfo img {
  margin-right: 8px;
  height: fit-content;
}
.beds_baths_div_office .wantVisit span {
  text-transform: uppercase;
  font-size: 14px;
  background-image: none;
  color: inherit;
  font-weight: 400;
}
.data_info_div {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 24px 0 !important;
  margin-top: 3rem;
  background-color: white;
}

@media only screen and (max-width: 1079px) {
  .data_info_div .quote__form__section__header {
    margin-left: 1rem;
  }
  .data_info_div {
    padding-left: 5px !important;
    padding-right: 5px !important;
    box-shadow: none;
  }
  .beds_baths_div {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 460px) {
  .data_info_div {
    display: grid;
    width: 100% !important;
  }
}
.data_info_div h1 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 860px) {
  .data_info_div h1 {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 460px) {
  .data_info_div h1 {
    margin: 1% 4%;
  }
}
.data_info_input {
  padding: 0 10px;
  width: 32%;
  margin: 8px 5px;
  border: 2px solid #71b2c9;
  border-radius: 7px;
  height: 42px;
  /*TODO: This is for the checkbox. Refactor this.*/
  opacity: 1;
  position: static;
}

.data_info_input:read-only {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.data_info_div .zipCodeInput {
  width: 16%;
  background: url(../Images/valid.png) no-repeat;
  background-position: right;
  background-size: 22%;
  background-position-x: 95%;
  min-width: 120px;
}
@media only screen and (max-width: 860px) {
  .data_info_div input,
  .zipCodeInput {
    background-size: 18%;
  }
}
@media only screen and (max-width: 650px) {
  .data_info_div input,
  .zipCodeInput {
    background-size: 6% !important;
    width: -webkit-fill-available !important;
  }
}
@media only screen and (max-width: 460px) {
  .data_info_div input,
  .zipCodeInput {
    margin: 3% 4%;
    background-color: transparent;
    background-size: 8% !important;
  }
}

.service_freq_div .checkout_frequency-discount {
  left: unset;
  right: -16px;
  top: -8px;
  background-image: url(../Images/discount_banner2.png);
}

.team_div {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  background-color: rgba(151, 151, 151, 0.06);
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 460px) {
  .team_div {
    width: 100% !important;
    border-radius: 0;
    display: block;
  }
}
.team_div .team_inner_div {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 20px;
}

.team_div .team_inner_div:first-child {
  padding-right: 0;
}

.team_div .team_inner_div:last-child {
  padding-left: 0;
}

.team_div .team_inner_div svg {
  width: 100%;
  height: 225px;
}
@media only screen and (max-width: 460px) {
  .team_div .team_inner_div {
    width: auto;
    padding: 0;
  }
}

@media only screen and (max-width: 460px) {
  .team_div .team_inner_div:last-child {
    padding: 16px;
  }
}

.team_div .team_inner_div h1 {
  color: #71b2c9;
  font-size: 20px;
  letter-spacing: 0.03px;
  line-height: 20px;
  text-transform: uppercase;
  margin: auto;
  margin-top: 15px;
}
@media only screen and (max-width: 460px) {
  .team_div .team_inner_div h1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
  }
}

.team_div .team_inner_div .checkimg {
  width: 32px;
}

@media only screen and (max-width: 460px) {
  .team_div .team_inner_div .checkimg {
    width: 8%;
  }
}

.mobile_team_note {
  margin-top: 0.5rem;
  padding: 10px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #1e2e43;
}

.mobile_team_note span {
  font-weight: 600;
}

@media only screen and (max-width: 460px) {
  .mobile_team_note {
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 350px) {
  .mobile_team_inner_div {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 460px) {
  .team_inner_div svg {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 820px) {
  .extras_div .buttons_checkout {
    grid-template-columns: repeat(2, 1fr);
  }
}

.extras_div .buttons_checkout label {
  line-height: 36px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

@media only screen and (max-width: 820px) {
  .extras_div .buttons_checkout label {
    padding: 12px 10px;
    width: 100%;
  }
}

.extras_div .buttons_checkout span:not(.tooltiptext) {
  line-height: normal;
  width: 86%;
}

@media only screen and (max-width: 460px) {
  .extras_div .buttons_checkout span:not(.tooltiptext) {
    font-size: 14px;
    width: 100%;
  }
}

.extras_div .additional_info {
  text-align: start;
  margin: 2% 1%;
}

.extras_div .additional_info h1 {
  color: #585858;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05px;
  text-transform: none;
}

.extras_div .additional_info .wantVisit {
  vertical-align: middle;
  padding: 12px 15px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  width: 40%;
  border: 2px solid #00aec9;
  text-align: center;
  border-radius: 7px;
}

@media only screen and (max-width: 460px) {
  .extras_div .additional_info .wantVisit {
    width: auto;
  }
}

.extras_div .additional_info .wantVisit label {
  margin-left: auto;
}

.service_duration_note {
  margin-top: 1rem;
  display: inline-flex;
  align-items: flex-start;
  margin: 1rem 1rem 0 1rem;
}

.service_duration_note > p {
  margin-left: 0.5rem;
  text-align: left;
}

.time_recommended_div {
  width: 65% !important;
  padding: 25px 5px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  background-color: #edf7fa;
}

.time_recommended_div-withnote {
  width: 100% !important;
}

@media only screen and (max-width: 460px) {
  .time_recommended_div {
    width: 100% !important;
    margin: 0 0.5rem 2rem 0.5rem !important;
  }
}

.time_recommended_div .time_recommended_inner {
  display: flex;
  width: 90%;
  margin: auto;
  flex-wrap: wrap;
}

@media only screen and (max-width: 375px) {
  .time_recommended_div .time_recommended_inner {
    width: 95%;
  }
}

@media only screen and (max-width: 320px) {
  .time_recommended_div .time_recommended_inner {
    width: 100%;
  }
}

.time_recommended_inner > p {
  flex-basis: 30%;
  text-align: start;
  font-weight: 600;
  text-transform: uppercase;
  color: #585858;
  margin-top: 5px;
}

.time_recommended_inner > p > span {
  font-size: 1.6rem;
  color: #585858;
}

@media only screen and (max-width: 460px) {
  .time_recommended_inner > p {
    margin: auto 0;
  }
}

.time_recommended_div .time_recommended_input {
  padding: 10px;
  border: 2px solid #71b2c9;
  border-radius: 7px;
}

@media only screen and (max-width: 1024px) {
  .time_recommended_div .time_recommended_input {
    margin-left: 18px;
  }
}

@media only screen and (max-width: 820px) {
  .time_recommended_div .time_recommended_input {
    margin-left: 95px;
  }
}

@media only screen and (max-width: 460px) {
  .time_recommended_div .time_recommended_input {
    margin: 0;
  }
}

.time_recommended_div .time_recommended_input p {
  margin-top: auto;
  margin-bottom: auto;
  justify-content: start;
}

.time_recommended_div .time_recommended_input input {
  border: none;
  width: 27px;
  text-align: center;
  background-color: transparent;
  margin: auto;
  margin-right: 5px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05px;
}

.time_recommended_text,
.time_recommended_input input {
  font-size: 1.5rem !important;
}

.time_recommended_text {
  margin-right: auto;
}

.time_recommended_div .time_recommended_input .input-group {
  display: flex;
  width: 100%;
  font-weight: 600;
}

.time_recommended_div .time_recommended_input button {
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
  border-radius: 13px;
  color: white;
  border: none;
  font-size: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
}

.service_days_div {
  margin-bottom: 3rem;
}

.service_days_div p {
  text-align: start;
}

@media only screen and (min-width: 460px) {
  .service_days_div p {
    font-size: 0.8rem;
  }
}

@media (max-width: 680px) {
  .service_days_div:not(#recurrentsection) {
    padding: 0 1rem;
  }
}

.service_days_div .checkboxes {
  margin-top: 10px;
  display: flex;
}

@media only screen and (min-width: 1080px) {
  .service_days_div .checkboxes label {
    position: relative;
  }

  .service_days_div .checkboxes label:before,
  .service_days_div .checkboxes label:after {
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: calc(100% + 2px);
    transform: rotateX(180deg);
  }

  .service_days_div .checkboxes label:before {
    border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #fff;
    border-width: 10px;
    margin-left: -10px;
  }

  .service_days_div .checkboxes label:after {
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #71b2c9;
    border-width: 10px;
    margin-left: -10px;
  }

  .service_days_div .checkboxes input:checked + label:before,
  .service_days_div .checkboxes input:checked + label:after {
    opacity: 1;
  }
}

@media only screen and (max-width: 460px) {
  .service_days_div .checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5rem;
  }
}

.service_days_div .checkboxes label {
  border: 2px solid #71b2c9;
  text-transform: uppercase;
  padding-top: 22px;
  width: -webkit-fill-available;
  padding-bottom: 22px;
}

.service_days_div .checkboxes label:not(:last-child) {
  border-right: 1px solid #71b2c9;
}

@media only screen and (max-width: 460px) {
  .service_days_div .checkboxes label {
    width: 100%;
    border-radius: 7px;
    text-align: center;
    padding: 1.2rem 0;
  }
}

.service_days_div .checkboxes label:hover {
  background: rgba(117, 187, 209, 0.3);
}

@media only screen and (max-width: 460px) {
  .service_days_div .checkboxes label:nth-of-type(odd) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 320px) {
  .service_days_div .checkboxes label:nth-of-type(odd) {
    margin-right: 3%;
  }
}

.service_days_div .checkboxes label:first-of-type {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  border-left: 2px solid #00aec9;
}

.service_days_div .checkboxes label:last-of-type {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}

.service_days_div .checkboxes input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.service_days_div .checkboxes input[type="checkbox"]:checked + label {
  color: #ffffff;
  border-radius: 7px;
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
}

.down-arrow {
  border-color: black transparent;
  border-style: solid;
  border-width: 20px 20px 0px 20px;
  height: 0px;
  width: 0px;
}

.checkout_recepie {
  width: 40%;
}

.wantVisit_modal {
  position: fixed;
  z-index: 99999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 820px) {
  .wantVisit_modal {
    padding-top: 68px;
  }
}

@media only screen and (max-width: 680px) {
  .wantVisit_modal {
    /* position: initial; */
    background-image: none;
    /* overflow: hidden; */
    padding-top: 0;
  }
}

.wantVisit_modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 75%;
  display: flex;
  padding: 50px 15px;
  position: relative;
}

.wantVisit_modal-content > .wantVisit_close_btn,
.wantVisit_modal-content-success > .wantVisit_close_btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px;
  width: 34px;
  height: 34px;
  background-size: contain;
  background-image: url(/Images/General/close-button.svg);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .wantVisit_modal-content {
    width: 95%;
  }
}
@media only screen and (max-width: 880px) {
  .wantVisit_modal-content {
    width: 75%;
    display: block;
    background-size: contain;
    text-align: center;
  }
}

@media only screen and (max-width: 680px) {
  .wantVisit_modal-content {
    padding: 78px 16px 44px;
    width: auto;
    margin: 30px 16px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2),
      0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
  }
}

.wantVisit_modal-content input,
.wantVisit_modal-content textarea {
  border-radius: 7px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 14px;
}

.wantVisit_modal-content textarea {
  margin-top: 24px;
  margin-bottom: 24px;
}
.wantVisit_modal-content .input_primary_container + .input_primary_container {
  margin-left: 3%;
}

@media only screen and (max-width: 680px) {
  .wantVisit_modal-content .input_primary_container + .input_primary_container {
    margin-left: 0;
  }
}

@media only screen and (max-width: 320px) {
  .wantVisit_modal-content input,
  .wantVisit_modal-content textarea {
    font-size: 12px;
  }
}

.wantVisit_modal-content h1 {
  color: #5b5b5b;
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.wantVisit_modal-content h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
  text-transform: none;
  margin: 2rem 0;
  color: #5b5b5b;
}

@media only screen and (max-width: 680px) {
  .wantVisit_modal-content h1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 21px;
    color: #6eb2ca;
  }
  .wantVisit_modal-content h2 {
    font-size: 14px;
    margin: 16px auto;
    letter-spacing: 0;
    line-height: 18px;
  }
  .wantVisit_modal_img {
    width: 90%;
    margin-bottom: 24px;
  }
}

.wantVisit_modal-content .submit-btn {
  color: #ffffff;
  border-radius: 7px;
  font-weight: 500;
  padding: 15px 10px;
  margin-top: 5px;
  width: 45%;
}

.wantVisit_modal-content-column {
  width: 50%;
  display: inline-block;
  text-align: center;
  margin: auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 1080px) {
  .wantVisit_modal-content-column {
    width: 82%;
  }
  .wantVisit_modal-content .submit-btn {
    margin-top: 24px;
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .wantVisit_modal-content-column {
    width: 100%;
  }
}

.wantVisit_modal-content-column .wantVisit_modal-name-row {
  display: flex;
}
@media only screen and (max-width: 680px) {
  .wantVisit_modal-content-column .wantVisit_modal-name-row {
    display: block;
  }
}

.wantVisit_modal-name input:last-child {
  margin-left: 0.5rem;
}

.wantVisit-form {
  padding: 0 1rem;
  text-align: start;
  margin: auto 0;
}

@media only screen and (max-width: 1024px) {
  .wantVisit-form {
    padding: 1% 0%;
  }
}

@media only screen and (max-width: 375px) {
  .wantVisit-form p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .wantVisit-form p {
    font-size: 13px;
  }
}

.wantVisit-firstColumn {
  margin: auto 3%;
}

@media only screen and (max-width: 680px) {
  .wantVisit-firstColumn {
    margin: 0;
  }
}

.wantVisit_modal-ZipCode {
  width: 50%;
}

.wantVisit_modal-MobileNumber {
  margin-left: 3%;
  width: 50%;
}

.wantVisit_modal-MobileNumber input:last-child {
  margin-left: 0 !important;
}

@media only screen and (max-width: 680px) {
  .wantVisit_modal-MobileNumber {
    margin-left: 3%;
    width: 48%;
  }
}

.wantVisit_modal-notes textarea {
  height: auto;
  line-height: 25px;
}

.wantVisit_modal-content-success {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 75%;
  background-image: url(../Images/wantVisitModalBg2.svg),
    url(../Images/wantVisitModalBg.svg);
  background-position: 0% 10%, right;
  background-repeat: no-repeat, no-repeat;
  background-size: 36%, contain;
  padding: 50px 15px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.wantVisit_modal-content-success svg {
  height: 260px;
}

@media only screen and (max-width: 680px) {
  .wantVisit_modal-content-success {
    width: 85%;
  }
}

.wantVisit_modal-content-success h1 {
  color: #00aec9;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.14px;
  margin-top: 37px;
}

.wantVisit_modal-content-success p {
  color: #9f9d9d;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.08px;
  margin-top: 20px;
}

.wantVisit_modal-content-success svg {
  width: 30%;
}

.wantVisit_modal-content-success .success-btn {
  background: #ffce7d !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 1%;
  padding: 18px 28px;
  margin-top: 38px;
}

@media only screen and (max-width: 680px) {
  .wantVisit_modal-content-success .success-btn {
    width: 66%;
    font-size: 16px;
  }
}

.wantVisit_modal-content-success .goHome {
  color: #00aec9;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
}

@media only screen and (max-width: 680px) {
  .wantVisit_modal-content-success .goHome {
    margin-top: 2%;
  }
}

.input_icon_container input:valid:required + i {
  display: block;
}

/*
    ISTO ESTÁ NO BRANCH CHECKPAY - ELIMINAR QND FIZER MERGE
*/
.chevron:before {
  border-color: #fff;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  height: 1em;
  transform: rotate(-45deg);
  width: 1em;
}

.chevron--right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron--bottom:before {
  top: 0;
  transform: rotate(135deg);
}

.chevron--left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

/*
    END NOTA MERGE
*/

.container__quote {
  display: grid;
  grid-template-areas: "checkout sidebar";
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  box-sizing: border-box;
  position: relative;
  min-height: 1200px;
  width: 90%;
  margin: auto;
  max-width: 1160px;
  margin-top: 42px;
  margin-bottom: 24px;
}

.container__quote * {
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  .container__quote {
    grid-template-areas: "sidebar" "checkout" "faqsfooter";
    max-width: 100%;
    min-height: auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
    gap: 0;
  }
}

.nav__stage__container {
  grid-area: navstage;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 1080px) {
  .nav__stage__container {
    display: none;
  }
}

.quote__container {
  grid-area: checkout;
  max-width: 100vw;
  /* height: calc(100% + 200px); */
}

@media (max-width: 1080px) {
  .quote__container {
    margin-right: 0;
    margin-top: 1rem;
  }
}

.quote__summary {
  width: 100%;
  grid-area: summary;
  z-index: 2;
  margin-bottom: 0rem;
}

.quote__sidebar-inner {
  width: 100%;
}

@media (min-width: 1080px) {
  .quote__summary {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 2rem;
  }
  .quote__sidebar-inner {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: top 0.5s ease 0.05s;
    margin-bottom: 2rem;
  }
}

.quote__sidebar {
  grid-area: sidebar;
  grid-template-columns: 1fr;
  position: relative;
}

@media (max-width: 1080px) {
  .quote__sidebar {
    display: flex;
    flex-wrap: wrap;
  }
}

/* CARD WRAPPER */
.quote__summary__collapse {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  background-color: hsla(0, 0%, 95%, 1);
  perspective: 1000px;
}

.quote__summary__collapse.show {
  max-height: 99em;
  transition: max-height 0.5s ease-in-out;
}

.quote__faqs--absolute {
  position: absolute;
  /*bottom: 200px;*/
  top: 1000px;
}

.quote__faqs__container {
  grid-row: 2 / 2;
  /*align-self: end;*/
  position: relative;
}

@media (max-width: 1080px) {
  .quote__faqs__container {
    display: none;
  }
}

.quote__faqs__top {
  display: flex;
  align-items: center;
  border-radius: 7px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(117, 187, 209, 0.18);
}

.quote__faqs__top__img {
  width: 150px;
  height: auto;
  padding: 1rem;
}

.quote__faqs__top__text {
  padding: 1rem;
}

.quote__faqs__top__text--header {
  font-size: 1rem;
  text-transform: uppercase;
  color: #4092ac;
  font-weight: bold;
}

.quote__faqs__top__text--normal {
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #4a4a4a;
}

.quote__faqs__top__text--link {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #00aec9;
  font-weight: bold;
}

.quote__faqs__top__text--link > a {
  text-decoration: underline;
}

/* CARD */
.quote__summary__wrapper {
  position: relative;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
  /* min-height: 350px; */
}

/* .quote__summary__collapse:hover > .quote__summary__wrapper {
    transform: rotateY(180deg);
} */

.quote__summary__wrapper--flip {
  transform: rotateY(180deg);
}

/* CARD--FRONT CARD--BACK */
.quote__summary__pre,
.quote__summary__post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotateX(0deg);
}

.quote__summary__pre {
  z-index: 2;
}

.quote__summary__post {
  transform: rotateY(180deg);
}

.quote__summary__collapse__toggle {
  border: 0;
  outline: 0;
  background: none;
  margin-left: auto;
  margin-right: 1rem;
}

@media (min-width: 1080px) {
  .quote__summary__collapse {
    max-height: 99em;
    min-height: 220px;
  }

  .quote__summary__collapse__toggle {
    display: none;
  }
}

.quote__summary__header__mobile {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #71b2c9;
  color: #fff;
  height: 60px;
  transition: 0.3s all ease-in;
}

.quote__summary__header__mobile--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.quote__summary__header__mobile__data {
  width: 100%;
  display: flex;
  align-items: center;
}

.quote__summary__header__mobile__data > img {
  margin: 0 0.5rem 0 1rem;
}

.quote__summary__header__mobile__total {
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-block;
}

.quote__summary__header__mobile__total > span {
  font-weight: 500;
  font-size: 1.1rem;
}

.quote__summary__header__mobile__date {
  font-size: 0.8rem;
  padding: 8px;
  display: inline-block;
  margin-left: auto;
  margin-right: 1rem;
}

.quote__summary__header__desktop__date {
  border-radius: 7px;
  border: solid 1px #00aec9;
  font-size: 0.7rem;
  padding: 8px;
  color: #504f4f;
}

@media (min-width: 1080px) {
  .quote__summary__header__mobile {
    display: none;
  }
}

.quote__summary__header__desktop {
  background-color: #71b2c9;
  color: #fff;
}

.quote__summary__header__desktop__title {
  border-bottom: 1px solid #fff;
  padding: 1.5rem 0;
}

.quote__summary__header__desktop__title > p {
  margin: 0;
  margin-left: 1rem;
  font-weight: 600;
  font-size: 1.5rem;
}

.quote__summary__header__desktop__subtitle {
  padding: 0.5rem 0;
}

.quote__summary__header__desktop__subtitle > p {
  margin: 0;
  font-weight: 500;
  font-size: 0.9rem;
}

@media (max-width: 1080px) {
  .quote__summary__header__desktop {
    display: none;
  }
}

.quote__summary__details {
  background-color: hsla(0, 0%, 95%, 1);
  padding: 0 0.7rem;
}

@media (max-width: 1080px) {
  .quote__summary__details {
    margin-top: 1rem;
  }
}

.quote__summary__details p {
  margin: 0;
}

.quote__summary__details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* .quote__summary__details__title {
  font-weight: 600;
  font-size: 0.9rem;
  text-align: left;
  color: #4a4a4a;
  text-transform: uppercase;
}

@media (min-width: 1080px) {
  .quote__summary__details__title {
    display: none;
    text-align: center;
  }
} */

.quote__summary__details__table {
  padding: 1rem;
  border-collapse: collapse;
  width: 100%;
  margin: 0.5rem auto 0;
}

@media (min-width: 576px) and (max-width: 1080px) {
  .quote__summary__details__table {
    width: 80%;
    margin: 0 auto;
  }
}

.quote__summary__details__table > tbody > tr > td,
#summary_extras_content,
#summary_service_days,
#summary_service_time,
#summary_service_firstdate_container,
#summary_service_firstdate_container span,
#summary_service_firstdate,
#summary_service_weekday, #credits_price-label, #discount_price-label {
    padding: 1rem 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e2e43;
    max-width: 150px;
}

#credits_price-label, #discount_price-label {
    padding: 1rem 1.3rem;
    max-width: 100%;
}

#summary_service_firstdate_container,
#summary_service_firstdate_container span,
#summary_service_firstdate {
  font-weight: normal;
}

/* #summary_service_days,
#summary_service_time {
  font-weight: normal;
} */
#summary_service_firstdate_container {
  padding: 0rem 0.5rem 0rem 0;
}
.quote__summary__details__table > tbody > tr > td:first-child {
  padding-left: 0.5rem;
}

.quote__summary__details__table > tbody > tr > td:last-child {
  line-height: 15px;
}

.quote__summary__details__table__item {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}

.quote__summary__details__table__item > img {
  margin: 0 0.4rem;
  width: 75px;
}

.quote__summary__details__table__item > span {
  font-size: 0.7rem;
  /*align-self: flex-end;*/
}

.quote__summary__details__table__item--extra {
  position: relative;
}

.quote__summary__details__table__item--extra__text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.5rem;
}

.quote_summary_prices {
  background-color: #71b2c9;
  color: #fff;
  padding: 1rem;
}

.quote_summary_prices_includes {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.quote_summary_prices_includes > a {
  text-decoration: underline;
}

.quote_summary_prices_acrrual {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}

.quote_summary_prices_accrual_amount_container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-basis: 37%;
  min-width: 135px;
}

.quote_summary_prices_accrual_firstmonth {
  font-size: 1.375rem;
  font-weight: 600;
  flex-basis: 63%;
}

.quote_summary_prices_accrual_amount_value {
  font-size: 2rem;
}

@media (max-width: 680px) {
  .quote_summary_prices_accrual_firstmonth {
    font-size: 1.25rem;
  }
  .quote_summary_prices_accrual_note {
    line-height: 18px;
  }
  .quote_summary_prices_includes {
    line-height: 15px;
  }
}

.quote_summary_prices_accrual_amount_value > span:last-child,
.quote_summary_prices_accrual_note > span:first-child {
  color: #d40e0e;
  vertical-align: top;
  line-height: inherit;
}

.quote_summary_prices_accrual_note > span:last-child {
  line-height: 1rem;
}

.quote_summary_prices_accrual_amount_value > span {
  font-size: 1.5rem;
}

.quote_summary_prices_accrual_amount_tax {
  font-size: 0.75rem;
}

.quote_summary_prices_accrual_note span {
  font-size: 0.875rem;
}

@media (max-width: 680px) {
  .quote_summary_prices_accrual_note span {
    font-size: 0.75rem;
  }
}

.quote__summary__footer .quote_summary_prices_accrual_firstmonth,
.quote__summary__footer .quote_summary_prices_accrual_amount_value {
  color: #71b2c9;
}

.quote__summary__footer .quote_summary_prices_accrual_note {
  color: #1e2e43;
}

.quote__form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.quote__form__section {
  width: 100%;
  margin-bottom: 4rem;
}

@media (max-width: 460px) {
  .quote__form__section {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
  #service_details_and_costumer_data,
  #service_schedule {
    padding: 0;
  }
  #service_schedule > :last-child:not(#recurrentsection) {
    padding: 0 1rem;
  }
  .quote__form__section:last-child {
    margin-bottom: 0;
  }
}

.quote__form__section:last-child {
  margin-bottom: 0;
}

.quote__form__section__step {
  text-align: left;
  margin-bottom: 32px;
}

.quote__form__section__header {
  text-transform: uppercase;
  font-weight: 500;
  color: #504f4f;
  margin-bottom: 2rem;
  font-size: 1.625rem;
}

@media (max-width: 1080px) {
  .quote__form__section__header {
    text-align: left;
  }
}

.serviceschedule__section {
  margin-bottom: 0;
}

.quote__form__section__subheader {
  color: #979797;
  margin-bottom: 1rem;
  text-align: left;
  display: flex;
  align-items: center;
}

.recurrent__container .quote__form__section__subheader {
  font-weight: bold;
}

@media (max-width: 460px) {
  .recurrent__container .quote__form__section__subheader {
    color: #585858;
    text-transform: uppercase;
  }

  .calendar__recurrent__container {
    margin-bottom: 2rem;
  }
}

.quote__form__section__subheader > span {
  font-weight: 700;
  margin-right: 5px;
}

.quote__form__section__subheader > img {
  margin-right: 5px;
}

.quote__form input[type="radio"] + label,
.quote__form input[type="checkbox"] + label {
  cursor: pointer;
}

.buttons_checkout_item {
  display: inline-flex;
  width: 45%;
  justify-content: space-around;
}

.quote__summary__footer {
  font-size: 0.8rem;
  background-color: hsla(0, 0%, 95%, 1);
  padding: 1rem;
}

.quote__summary__footer__header {
  color: #504f4f;
  font-weight: bold;
  margin-left: 0.5rem;
}

.quote__summary__footer > p {
  padding: 15px 21px;
  line-height: 1rem;
}

.quote__summary__footer > p > span {
  text-transform: uppercase;
  font-weight: 700;
}

.quote__summary__subfooter {
  border-top: solid 1px rgba(151, 151, 151, 0.46);
  padding: 12px;
}

.quote__summary__subfooter > p {
  font-weight: 300;
  text-align: center;
  color: #00aec9;
}

.quote__summary__footer__table tr td:last-child {
  text-align: right;
}

.quote__summary__footer__taxsubtext {
  position: absolute;
  bottom: 0.2rem;
  right: 0.5rem;
  font-size: 0.6rem;
  line-height: 15px;
}

.servicecleaningtype__subtext {
  color: #71b2c9;
  font-size: 0.8rem;
  margin-top: 16px;
  display: block;
  cursor: pointer;
}

@media (max-width: 680px) {
  .servicecleaningtype__subtext {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.quote__terms {
  width: 84%;
  margin: 0 auto;
  text-align: left;
  display: flex;
}

@media (max-width: 820px) {
  .quote__terms {
    display: flex;
    width: 86%;
    margin: 0.5rem auto 0 auto;
  }
}

@media (max-width: 650px) {
  .quote__terms {
    width: 93%;
  }
}

.quote__terms input {
  display: none;
  opacity: 1;
  position: static;
  width: 15px;
  vertical-align: top;
}

.quote__terms label {
  cursor: pointer;
}

.quote__terms label:last-child {
  font-size: 0.75rem;
  color: #1c1f2a;
  line-height: 20px;
  margin-top: 4px;
}
.quote__terms label:last-child a {
  text-decoration: underline;
}

.quote__terms__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  border: 1px solid #979797;
}

.quote__terms__label:before {
  content: "";
  width: 12px;
  margin: 4px;
  background-color: transparent;
  font-weight: 900;
}

.quote__terms input:checked + .quote__terms__label:before {
  content: "\2714";
  color: #4a90e2;
}

.quote__terms span {
  font-size: 0.8rem;
}

/* Calendar */
.calendar__unique.jsCalendar,
.calendar__recurrent.jsCalendar {
  margin: 0 auto;
  width: 100%;
}

.calendar__recurrent.jsCalendar {
  /* width: 50%; */
  margin: 0;
}

.calendar__unique.jsCalendar table,
#calendarFortnight.jsCalendar table,
.calendar__recurrent.jsCalendar table {
  box-shadow: none;
}

.calendar__unique.jsCalendar table tr,
.calendar__recurrent.jsCalendar table tr {
  vertical-align: baseline;
  width: auto;
}

.calendar__unique.jsCalendar table {
  margin: 0 auto 3rem auto;
  justify-content: center;
}

@media (max-width: 1079px) {
  .calendar__unique.jsCalendar table {
    margin: 0 auto 2rem auto;
  }
}

/* @media(max-width: 680px) {
    .jsCalendar table {
        width: 100%;
    }
} */

.calendar__unique.jsCalendar table tbody,
.calendar__recurrent.jsCalendar table tbody {
  margin: 0;
  width: 110%;
}

/* funciona sem isto */
.calendar__unique.jsCalendar table thead,
.calendar__recurrent.jsCalendar table thead {
  margin: 0;
  width: 100%;
}

.calendar__recurrent.jsCalendar table thead {
  /* width: 60%; */
  margin: 0;
}

.calendar__unique.jsCalendar table thead tr,
.calendar__recurrent.jsCalendar table thead tr {
  width: 100%;
  display: flex;
}

.calendar__unique.jsCalendar table thead tr th,
.calendar__recurrent.jsCalendar table thead tr th {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.calendar__unique.jsCalendar table thead div.jsCalendar-title-name,
.calendar__recurrent.jsCalendar table thead div.jsCalendar-title-name {
  font-size: 26px;
  margin-right: 263px;
  color: #71b2c9;
}

@media (max-width: 1150px) {
  .calendar__unique.jsCalendar table thead div.jsCalendar-title-name,
  .calendar__recurrent.jsCalendar table thead div.jsCalendar-title-name {
    margin-right: 200px;
  }
}

.calendar__recurrent.jsCalendar table thead div.jsCalendar-title-name {
  font-size: 1rem;
  margin-right: 0;
  margin-left: 1rem;
}

.calendar__unique.jsCalendar table thead div.jsCalendar-title-right,
.calendar__recurrent.jsCalendar table thead div.jsCalendar-title-right {
  margin-left: auto;
}

.calendar__unique.jsCalendar table thead .jsCalendar-nav-left,
.calendar__unique.jsCalendar table thead .jsCalendar-nav-right,
.calendar__recurrent.jsCalendar table thead .jsCalendar-nav-left,
.calendar__recurrent.jsCalendar table thead .jsCalendar-nav-right {
  background-color: #71b2c9;
}

.jsCalendar thead .jsCalendar-nav-left:after,
.jsCalendar thead .jsCalendar-nav-right:after {
  color: white;
}

@media (max-width: 680px) {
  .calendar__unique.jsCalendar table thead div.jsCalendar-title-name,
  .calendar__recurrent.jsCalendar table thead div.jsCalendar-title-name {
    margin-right: 0;
    font-size: 1rem;
  }
}

.calendar__unique.jsCalendar thead .jsCalendar-week-days th,
.calendar__recurrent.jsCalendar thead .jsCalendar-week-days th {
  width: 72px;
}

@media (max-width: 1150px) {
  .calendar__unique.jsCalendar thead .jsCalendar-week-days th,
  .calendar__recurrent.jsCalendar thead .jsCalendar-week-days th {
    width: 58px;
  }
}

@media (max-width: 680px) {
  .calendar__unique.jsCalendar thead .jsCalendar-week-days th,
  .calendar__recurrent.jsCalendar thead .jsCalendar-week-days th {
    width: 46px;
  }
}

@media (max-width: 570px) {
  .calendar__unique.jsCalendar thead .jsCalendar-week-days th,
  .calendar__recurrent.jsCalendar thead .jsCalendar-week-days th {
    width: 40px;
  }
}

@media (max-width: 680px) {
  .jsCalendar__unique.jsCalendar tbody tr td,
  .jsCalendar__unique.jsCalendar tbody tr td.jsCalendar-current {
    border-radius: 5px;
    color: white;
    line-height: 1rem;
    padding: 2px;
    cursor: default;
    height: 40px;
    margin: 5px;
    width: 40px;
  }
}

/* Override current day styles */
.calendar__unique.jsCalendar tbody tr td,
.calendar__unique.jsCalendar tbody tr td.jsCalendar-current,
.calendar__recurrent.jsCalendar tbody tr td,
.calendar__recurrent.jsCalendar tbody tr td.jsCalendar-current {
  border-radius: 5px;
  color: white;
  line-height: 1rem;
  /* padding: 2px; */
  cursor: default;
  height: 64px;
  margin: 6px;
  width: 64px;
  background-color: transparent;
}

@media (min-width: 1080px) and (max-width: 1150px) {
  .calendar__unique.jsCalendar tbody tr td,
  .calendar__unique.jsCalendar tbody tr td.jsCalendar-curren,
  .calendar__recurrent.jsCalendar tbody tr td,
  .calendar__recurrent.jsCalendar tbody tr td.jsCalendar-current {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 682px) {
  .calendar__unique.jsCalendar tbody tr td,
  .calendar__unique.jsCalendar tbody tr td.jsCalendar-current,
  .calendar__recurrent.jsCalendar tbody tr td,
  .calendar__recurrent.jsCalendar tbody tr td.jsCalendar-current {
    width: 44px;
    height: 44px;
    margin: 2px;
  }
}

.calendar__recurrent.jsCalendar tbody tr td,
.calendar__recurrent.jsCalendar tbody tr td.jsCalendar-current,
.calendar__recurrent.jsCalendar thead .jsCalendar-week-days th {
  color: black;
  width: 45px;
  height: 35px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  line-height: 35px;
}

.calendar__recurrent.jsCalendar tbody tr td.calendar__cell--unavailable:hover {
  background-color: transparent;
}

.calendar__unique.jsCalendar
  tbody
  tr
  td:not(.calendar__cell--unavailable):hover {
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 3px 5px -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.calendar__unique.jsCalendar tbody tr td.calendar__cell--selected {
  border: none !important;
  color: #ffffff !important;
  border-radius: 5px;
  box-shadow: 0 5px 22px 4px rgba(0, 0, 0, 0.12),
    0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 7px 8px -4px rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
}

.calendar__unique.jsCalendar
  tbody
  tr
  td.calendar__cell--selected
  > span.calendar__cell__day,
.calendar__unique.jsCalendar
  tbody
  tr
  td.calendar__cell--selected
  > span.calendar__cell__text,
.calendar__unique.jsCalendar
  tbody
  tr
  td.calendar__cell--selected
  > span.calendar__cell__price,
.calendar__unique.jsCalendar
  tbody
  tr
  td.calendar__cell--selected
  > span.calendar__cell__price--discount {
  color: #ffffff;
}

.calendar__recurrent.jsCalendar tbody tr td.calendar__cell--selected {
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
}

.calendar__recurrent.jsCalendar tbody tr td:not(.calendar__cell--highlight) {
  pointer-events: none;
}

.calendar__unique.jsCalendar tbody td.jsCalendar-next,
#calendarFortnight.jsCalendar tbody td.jsCalendar-next {
  color: white;
}

.calendar__recurrent.jsCalendar tbody tr td,
.calendar__recurrent.jsCalendar thead .jsCalendar-week-days th {
  color: black;
  width: 45px;
  height: 35px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  line-height: 35px;
}

@media (max-width: 680px) {
  .jsCalendar__unique.jsCalendar tbody tr td,
  .jsCalendar__unique.jsCalendar tbody tr td.jsCalendar-current {
    border-radius: 5px;
    color: white;
    line-height: 1rem;
    padding: 2px;
    cursor: default;
    height: 40px;
    margin: 5px;
    width: 40px;
  }
}

/* .calendar__unique.jsCalendar tbody tr td.jsCalendar-current {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
} */

.calendar__unique.jsCalendar tbody tr td.calendar__cell--unavailable {
  opacity: 0.3;
  border: solid 1px #666666;
  color: #666666 !important;
  pointer-events: none;
}

.calendar__unique.jsCalendar tbody tr td.calendar__cell--discount {
  border: 2px solid #22b573;
  color: #4a4a4a !important;
}

.calendar__unique.jsCalendar tbody tr td.calendar__cell {
  border: 1px solid #4c9ab2;
  color: #4c9ab2 !important;
}

.calendar__unique.jsCalendar tbody tr span.calendar__cell__day {
  display: block;
  font-size: 1rem;
  margin: 0.5rem 0 0.3rem 0;
  font-weight: bold;
}

@media (max-width: 680px) {
  .calendar__unique.jsCalendar tbody tr span.calendar__cell__day {
    margin: 0.1rem 0;
    font-size: 0.8rem;
  }
}

/* @media(max-width: 570px) {
    .calendar__unique.jsCalendar tbody tr span.calendar__cell__day {
        font-size: 0.8rem;
    }
} */

.calendar__unique.jsCalendar tbody tr span.calendar__cell__text {
  display: block;
  color: #787878;
  font-size: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.1rem;
}

@media (max-width: 680px) {
  .calendar__unique.jsCalendar tbody tr span.calendar__cell__text {
    line-height: 0.3rem;
    font-size: 0.5rem;
  }
}

@media (max-width: 570px) {
  .calendar__unique.jsCalendar tbody tr span.calendar__cell__text {
    font-size: 0.4rem;
  }
}

.calendar__unique.jsCalendar tbody tr span.calendar__cell__price {
  display: block;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #4c9ab2;
  font-weight: bold;
}

@media (max-width: 570px) {
  .calendar__unique.jsCalendar tbody tr span.calendar__cell__price {
    font-size: 0.5rem;
  }
}

.calendar__unique.jsCalendar tbody tr span.calendar__cell__price--discount {
  display: block;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #4c9ab2;
  font-weight: bold;
}

@media (max-width: 570px) {
  .calendar__unique.jsCalendar tbody tr span.calendar__cell__price--discount {
    font-size: 0.5rem;
  }
}

.calendar__recurrent.jsCalendar
  .calendar__cell--highlight:not(.calendar__cell--unavailable) {
  background-color: rgba(139, 185, 206, 0.32);
  cursor: pointer;
}

.calendar__recurrent.jsCalendar thead th.calendar__cell--highlight {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.calendar__recurrent.jsCalendar tr:last-child td.calendar__cell--highlight {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.calendar__recurrent.jsCalendar thead .jsCalendar-title-name {
  padding: 0;
}

/* .jsCalendar tbody td:hover {
    background-color: #e6e6e6;
} */

.calendar__recurrent.jsCalendar .jsCalendar-previous,
.calendar__recurrent.jsCalendar .calendar__cell--unavailable,
.calendar__recurrent.jsCalendar td.jsCalendar-next {
  opacity: 0.5;
}

.calendar__container {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: white;
}

@media (max-width: 570px) {
  .calendar__container {
    box-shadow: none;
  }
}

.calendar__container__inner {
  width: 89%;
  margin: 0 auto;
  box-shadow: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
}

@media (max-width: 570px) {
  .calendar__container__inner {
    width: 100%;
    padding-bottom: 40px;
  }
}

.calendar__container__inner > p {
  text-align: left;
  font-size: 0.7rem;
  margin-bottom: 1rem;
  flex-basis: 84%;
}

@media (max-width: 680px) {
  .calendar__container__inner > p {
    flex-basis: 100%;
  }
}

.calendar__label__container {
  align-items: center;
  display: flex;
}

.calendar__label--green {
  display: inline-block;
  background-color: #22b573;
  width: 35px;
  height: 2px;
  margin-right: 5px;
}

.calendar__timeslots {
  width: 90%;
}

@media (max-width: 680px) {
  .calendar__timeslots {
    width: 100%;
  }
}

.calendar__timeslots__btn {
  border-radius: 7px;
  border: 3px solid #71b2c9;
  margin-bottom: 0;
  padding: 15px 20px;
}

.calendar__timeslots__list {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to bottom, #45c5d8, #2193b0);
  border-image-slice: 1;
  background-color: rgba(151, 151, 151, 0);
  padding: 15px 10px;
}

.calendar__timeslots__list__item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #504f4f;
  font-weight: bold;
}

.calendar__timeslots__list__item:not(.calendar__timeslots__list__item--unavailable):hover,
.calendar__timeslots__list__item--discount:hover {
  cursor: pointer;
}

.calendar__timeslots__list__item > img {
  margin-right: 15px;
}

.calendar__timeslots__btn .chevron {
  margin-left: auto;
  margin-right: 10px;
}

.calendar__timeslots__btn .chevron::before {
  border-color: #71b2c9;
}

.calendar__timeslots__list__item--unavailable {
  opacity: 0.54;
  color: #979797;
  font-weight: normal;
  cursor: default;
}

.calendar__timeslots__list__item--selected {
  color: #4c9ab2;
  font-weight: bold;
}

.calendar__timeslot__list__item__check {
  margin-left: auto;
  margin-right: 20px;
  width: 25px;
}

.recurrent__container {
  display: grid;
  grid-template-columns: 50% 50%;
}

@media (max-width: 680px) {
  .recurrent__container {
    grid-template-columns: 100%;
  }
}

.calendar__recurrent__timeslot__container {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 1.5rem;
}

/* @media(max-width: 680px) {
    .calendar__recurrent__timeslot__container {
        grid-template-columns: 100%;
    }
} */

.calendar__recurrent__timeslot__header {
  margin-bottom: 1rem;
}

.calendar__recurrent__timeslot__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.calendar__recurrent__timeslot__list__item {
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 7px;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #585858;
  width: 90%;
  justify-content: center;
  font-weight: bold;
  border: 2px solid #71b2c9;
}

.calendar__recurrent__timeslot__list__item:not(.calendar__recurrent__timeslot__list__item--unavailable):hover,
.calendar__recurrent__timeslot__list__item--selected {
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
  color: white;
  cursor: pointer;
}

.calendar__recurrent__timeslot__list__item--unavailable {
  opacity: 0.5;
}

.calendar__recurrent__timeslot__list__item--discount__container {
  padding: 15px 20px 6px 20px;
}

.calendar__recurrent__timeslot__list__item--discount {
  color: #7ed321;
  font-size: 0.5rem;
  width: 100%;
  margin-top: 3px;
}

.quote__summary__header__text {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

.extra_checkbox {
  justify-content: start;
}

.extra_checkbox label {
  margin-left: 0;
  margin-right: 5px;
}

.wantVisit.dontknowarea {
  width: 100%;
  justify-content: left;
  margin-top: 1rem;
}

@media (max-width: 480px) {
  .wantVisit.dontknowarea {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }

  .wantVisit.dontknowarea > span {
    color: #585858;
  }
}

.service_freq_desc {
  color: #585858;
}

@media (max-width: 820px) {
  .service_freq_desc {
    font-size: 0.875rem;
    color: #4a4a4a;
    font-weight: bold;
  }
}

.buttons_checkout input[type="radio"]:checked + label > span.service_freq_desc {
  color: #fff;
}

.monthlyAccrualDetailsCSUP button {
  width: 35px !important;
  height: 35px;
  background-image: url(../Images/monthlyAccrualDetaisInfoCSUP.svg) !important;
  background-size: 106%;
  border: none !important;
  background-color: transparent;
  box-shadow: none !important;
}

.monthlyAccrualDetailsCSUP-lightblue button {
  background-image: url(../Images/monthlyAccrualDetaisInfoCSUP-lightblue.svg) !important;
  width: 35px !important;
  height: 35px;
  background-size: 106%;
  border: none !important;
  background-color: transparent;
  box-shadow: none !important;
}

.monthlyAccrualPaymentPlanHead {
  text-align: center !important;
}

.divMonthlyAccrualPaymentPlan .monthlyAccrualDetailsTable tr td {
  vertical-align: middle !important;
  height: 52px;
}

.paymentPlanInvoiceNumber {
  font-weight: 600;
}

.paymentPlanInvoiceNumber button {
  width: 35px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../Images/paymentPlanInvoiceNumber.svg);
}

.paymentPlanPaymentType {
  width: 230px;
}

.paymentPlanSituation {
  width: fit-content;
  margin: auto;
  padding: 6px 0px;
  font-size: 12px;
  letter-spacing: 0.03px;
  line-height: 15px;
  font-weight: 500;
}

.paymentPlanSituationInvoice {
  border-radius: 20px;
  background-image: linear-gradient(
    to bottom,
    rgba(250, 160, 42, 1),
    rgba(203, 130, 24, 1)
  );
  cursor: pointer;
  color: #fff;
  width: 135px;
  padding: 6px 8px;
}

.paymentPlanSituationPendingInvoice {
  color: #4a4a4a;
  font-style: italic;
}

.paymentPlanSituationPaid {
  color: #417505;
  padding-left: 28px;
  background-image: url(../Images/General/payment_situation-paid.svg);
  background-repeat: no-repeat;
  background-position-y: center;
}

.paymentPlanSituationCancelled {
  color: #d0021b;
  padding-left: 28px;
  background-image: url(../Images/General/payment_situation-cancelled.svg);
  background-repeat: no-repeat;
  background-position-y: center;
}

.paymentPlanCSUP button {
  width: 35px;
  height: 35px;
  background-image: url(../Images/monthlyAccrualDetaisInfoCSUP.svg);
  background-size: 106%;
  margin-right: 20px;
}

.paymentPlanCSUP-lightblue button {
  background-image: url(../Images/monthlyAccrualDetaisInfoCSUP-lightblue.svg);
  width: 35px;
  height: 35px;
  background-size: 106%;
  margin-right: 20px;
}

.monthlyAccrualDetailsHeight {
  display: inherit;
  width: 100%;
}

.monthlyAccrualPaymentPlanTHead {
  display: inherit;
  width: 100%;
}

.monthlyAccrualPaymentPlanTBody {
  overflow-y: scroll;
  display: block;
  height: 396px;
}

.monthlyAccrualPaymentDetailsBox {
  width: 100%;
  height: 135px;
  overflow: auto;
  object-fit: contain;
  border-radius: 17px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #dfdddf;
  background-color: rgba(216, 216, 216, 0.44);
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
}

.monthlyAccrualPaymentDetailsBox .monthlyAccrualPaymentDetailsBox-column {
  width: 25%;
  border-right: 1px solid rgba(216, 216, 216, 0.44);
  padding: 10px;
  text-align: right;
  display: block;
  color: #282828;
  letter-spacing: 0.04px;
  font-size: 14px;
}

.monthlyAccrualPaymentDetailsBox
  .monthlyAccrualPaymentDetailsBox-column:last-of-type {
  border-right: none;
}

.monthlyAccrualPaymentDetailsBox
  .monthlyAccrualPaymentDetailsBox-column:first-of-type {
  text-align: center;
}

.monthlyAccrualPaymentDetailsBox
  .monthlyAccrualPaymentDetailsBox-column:first-of-type
  h1 {
  margin-top: 2%;
}

.monthlyAccrualPaymentDetailsBox .monthlyAccrualPaymentDetailsBox-column h1 {
  letter-spacing: 0.05px;
  font-size: 20px;
}

.monthlyAccrualPaymentDetailsBox .monthlyAccrualPaymentDetailsBox-column h2 {
  font-weight: 500;
  margin-bottom: 2%;
}

.monthlyAccrualPaymentDetailsBox .monthlyAccrualPaymentDetailsBox-column p {
  font-size: 14px;
  color: #878181;
}

.monthlyAccrualsRed {
  color: #d0021b;
}

.monthlyAccrualsGreen {
  color: #417505;
}

.monthlyAccrualsContactUsModal {
}

.monthlyAccrualsContactUsModal-lightblue {
}

.monthlyAccrualsContactUsModal .modal_card {
  background-color: #f4f3f3;
}

.monthlyAccrualsContactUsModal .modal_card select {
  border: 1.5px solid #195cad;
  background-color: transparent;
  margin-bottom: 4%;
  height: 50px;
}

.monthlyAccrualsContactUsModal-lightblue .modal_card select {
  border: 2px solid #00aec9;
}

.monthlyAccrualsContactUsModal .login-title {
  color: #195cad;
  font-size: 19px;
}

.monthlyAccrualsContactUsModal-lightblue .login-title {
  color: rgb(33, 147, 176);
}

.monthlyAccrualsContactUsModal .login-subtitle {
  color: #282828;
  font-size: 13px;
  letter-spacing: 0.03px;
}

.monthlyAccrualsContactUsModal .login-fields {
  width: 82%;
}

.monthlyAccrualsContactUsModal .form-row {
  align-items: unset;
}

.monthlyAccrualsContactUsModal .form-label {
  display: none;
}

.monthlyAccrualsContactUsModal .form-input {
  border: 1.5px solid #195cad;
  background-color: transparent;
  margin-bottom: 4%;
  height: 50px;
}

.monthlyAccrualsContactUsModal-lightblue .form-input {
  border: 2px solid #00aec9;
}

.monthlyAccrualsContactUsModal .login-submit {
  background-image: linear-gradient(to bottom, #195cad, #093282);
  border: none;
  height: 50px;
  font-weight: 500;
  margin-bottom: 0;
}

.monthlyAccrualsContactUsModal-lightblue .login-submit {
  background-image: linear-gradient(
    to bottom,
    rgb(69, 172, 216),
    rgb(33, 147, 176)
  );
}

.monthlyAccrualsTermsConditionsModal {
  overflow: auto;
  padding-top: 100px;
  z-index: 20;
}

.monthlyAccrualsTermsConditionsModal-content {
  background-color: #f4f3f3;
  margin: auto;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.monthlyAccrualsTermsConditionsModal-header {
  background-color: rgba(25, 92, 173, 0.27);
  font-size: 38px;
  padding: 2px 18px;
  font-weight: 300;
  color: #4a4a4a;
  height: 40px;
}

.monthlyAccrualsTermsConditionsModal-header span {
  cursor: pointer;
  float: right;
}

.monthlyAccrualsTermsConditionsModal-body {
  padding: 10px 22px;
}

.monthlyAccrualsMessage-body {
  text-align: center;
  width: 64%;
  margin: auto;
}

.monthlyAccrualsMessage-body h2 {
  text-transform: uppercase;
  font-size: 20px !important;
  font-weight: 700 !important;
}

.monthlyAccrualsTermsConditionsModal-body h2 {
  font-size: 15px;
  color: #195cad;
  letter-spacing: 0.04px;
  margin: 25px 0;
  font-weight: 500;
}

.monthlyAccrualsTermsConditionsModal-body p {
  color: #787878;
  letter-spacing: 0.04px;
  font-size: 12px;
  line-height: 20px;
  margin: 5px 0;
  font-weight: 500;
}
.monthlyAccrualsTermsConditionsModal-body b {
  font-size: 13px;
  font-weight: 600;
}

.monthlyAccrualsTermsConditionsModal-body textarea {
  border: 2px solid #195cad;
  height: 250px;
  margin: 5% 0px;
  border-radius: 7px;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
}

.monthlyAccrualsTermsConditionsModal-body button {
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #195cad, #093282);
  color: #fff;
  width: 38%;
  text-transform: uppercase;
  padding: 15px;
  font-size: 15px;
  margin-bottom: 2%;
}

.servicesCollapsableButton {
  width: 26px;
  height: 18px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../Images/servicesCollapsableButtonUp.svg);
  transform: rotate(180deg);
}

.servicesCollapsableButton-lightblue {
  width: 26px;
  height: 18px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../Images/servicesCollapsableButtonLightBlue.svg);
}

.servicesCollapsableDiv {
  background-color: rgba(25, 92, 173, 0.09);
  width: 65%;
  display: flex;
  height: 60px;
  padding: 14px 18px;
  font-size: 15px;
  color: #4a4a4a;
  text-align: left;
  margin-left: 3%;
}

.servicesCollapsableDiv .servicesCollapsableDiv-infoDiv {
  display: flex;
  width: 50%;
}

.servicesCollapsableDiv .servicesCollapsableDiv-infoDiv h2 {
  letter-spacing: 0.04px;
  width: 58%;
  font-weight: 500;
}

.servicesCollapsableDiv .servicesCollapsableDiv-infoDiv p {
  text-align: initial;
  margin-left: 3%;
  width: 100%;
  font-weight: 400;
}

.divMonthlyAccrualRatings {
  display: flex;
  justify-content: space-between;
}

.divMonthlyAccrualRatings table {
  width: 70%;
}

.divMonthlyAccrualRatings table td {
  vertical-align: middle !important;
  height: 52px;
  width: 12.3%;
}

.divMonthlyAccrualRatings table td button {
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03px;
}

.divMonthlyAccrualRatings .ratedButton {
  border-radius: 20px;
  width: 25px;
  background-position: center;
  font-weight: 600;
  height: 36px;
  width: 93.8px;
}

.divMonthlyAccrualRatings .divMonthlyAccrualRatings-message {
  width: 24%;
  border-radius: 17px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12),
    0 1px 1px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  text-align: center;
  padding-top: 6%;
}

.divMonthlyAccrualRatings .divMonthlyAccrualRatings-message h2 {
  color: #4a4a4a;
  font-size: 16px;
  letter-spacing: 0.03px;
  font-weight: 600;
  margin-top: 10%;
}

.divMonthlyAccrualRatings .divMonthlyAccrualRatings-message p {
  font-size: 12px;
  letter-spacing: 0.03px;
  width: 70%;
  margin: 14% auto;
  line-height: 23px;
}

.divMonthlyAccrualRatings .divMonthlyAccrualRatings-message button {
  /*border: 2px solid #195cad;*/
  padding: 10px;
  width: 70%;
  border-radius: 18px;
  /*color: #195cad;*/
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.monthyAccrualsBorderColorLightBlue {
  border: 2px solid #00aec9;
}

.monthyAccrualsBackgroundColorLightBlue {
  background-image: linear-gradient(
    to bottom,
    rgb(69, 172, 216),
    rgb(33, 147, 176)
  );
}

.monthyAccrualsFontColorLightBlue {
  color: rgb(0, 174, 201);
}

.monthyAccrualsBorderColorDarkBlue {
  border: 2px solid #195cad;
}

.monthyAccrualsBackgroundColorDarkBlue {
  background-image: linear-gradient(to bottom, #195cad, #093282);
}

.monthyAccrualsFontColorDarkBlue {
  color: #195cad;
}

table.quote__summary__details__table td {
  width: auto;
}

.summary__team__check__img {
  width: 20px !important;
}

.summary__team__img {
  width: 40px !important;
}

/* .calendar__unique .jsCalendar-nav-right {
        pointer-events: none;
    } */

#calendarFortnight.calendar__recurrent.jsCalendar
  tbody
  tr
  td:not(.calendar__cell--highlight) {
  pointer-events: all;
}

.tooltip_freq {
  /* position: relative; */
  display: inline-block;
  background-image: url(../Images/security-questions-blue.svg);
  background-repeat: no-repeat;
  background-size: 92%;
  height: 15px;
  width: 10px;
  margin-left: 5px;
}

.tooltip_freq_2 {
  display: inline-block;
  background-image: none;
  background-size: 100%;
  height: 15px;
  width: 10px;
  margin-left: 5px;
}

.tooltip_extras {
  display: none;
}

.buttons_extras svg {
  vertical-align: middle;
  margin-left: 8px;
}

.serviceextra__item > input:checked + label svg path,
.serviceextra__item > input:checked + label svg circle {
  fill: white;
}

.buttons_extras > span {
  margin-left: 1rem;
}

.buttons_extras > span > span {
  font-size: 1rem;
}

.buttons_extras > span > svg:hover + .tooltip_extras {
  display: block;
}

.buttons_extras > span > svg:hover + .tooltip_extras .tooltiptext {
  visibility: visible;
}
.buttons_extras > span > svg:hover + .tooltip_extras .tooltiptext span {
  font-size: 12px;
}

.tooltip_mobile {
  display: none;
}

.tippy-content {
  font-size: 0.75rem;
}

@media only screen and (max-width: 1080px) {
  .tooltip_mobile {
    display: block;
    align-self: center;
  }
  .tooltip_icon-desktop {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  .tooltip_freq {
    margin-left: 0;
  }
}

@media only screen and (max-width: 820px) {
  .buttons_extras > span > img {
    display: none;
  }
}

.tooltip_extras .tooltiptext,
.tooltip_freq .tooltiptext,
.tooltip_team .tooltiptext,
.tooltip_included .tooltiptext {
  bottom: auto;
  top: 55px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  visibility: hidden;
  width: 200px;
  background-color: #dcdcdc;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  line-height: 13px;
  color: #585858;
  font-weight: 600;
}

.tooltip_extras .tooltiptext::after,
.tooltip_freq .tooltiptext::after,
.tooltip_team .tooltiptext::after,
.tooltip_included .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #dcdcdc transparent transparent transparent;
}

.tooltip_extras:hover .tooltiptext,
.tooltip_freq:hover .tooltiptext,
.tooltip_team:hover .tooltiptext,
.tooltip_included:hover .tooltiptext {
  visibility: visible;
}

.tooltip_team {
  position: relative;
  display: inline-block;
  color: #504f4f;
  text-decoration: underline;
  font-size: 14px;
}

.tooltip_team .tooltiptext {
  top: 30px;
}

@media only screen and (max-width: 820px) {
  .tooltip_extras {
    display: none;
  }
}

.tooltip_extras .tooltiptext {
  bottom: auto;
}

.tooltip_extras .tooltiptext::after {
  top: -20px;
  bottom: 100%;
  border-color: transparent transparent #dcdcdc transparent;
}

.tooltip_included {
  position: relative;
  display: flex;
}

.tooltip_included .tooltiptext {
  bottom: auto;
  top: 220%;
}

.tooltip_included .tooltiptext::after {
  top: -20px;
  bottom: 100%;
  border-color: transparent transparent #dcdcdc transparent;
}

.tooltip_included:hover {
  text-decoration: underline;
}

.cleaningtype__button__container {
  flex: 1;
}

.cleaningtype__button__container:not(:last-child) {
  margin-right: 1rem;
}

/* .cleaningtype__button__container:not(:last-child) {
  margin-right: 1rem;
}
*/
@media only screen and (min-width: 820px) {
  .cleaningtype__button__container,
  .servicefrequency__item {
    max-width: 32%;
  }
}

.cleaningtype__tooltip {
  bottom: -50px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: auto !important;
  margin: 0 !important;
}

.cleaningtype__container {
  display: flex;
  justify-content: space-evenly;
}

@media (max-width: 680px) {
  .cleaningtype__container {
    justify-content: space-between;
  }
}

.serviceextras__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1rem;
  column-gap: 0.5rem;
}

@media (max-width: 480px) {
  .serviceextras__container {
    grid-template-columns: auto 20px;
  }
}

.quote__summary__details__table__item--team {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px !important;
  padding-right: 0 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0 !important;
}

.summary__team__text {
  font-size: 0.7rem;
}

.summary__team__description {
  margin-left: 1rem;
}

.monthlyAccrualsListMobile {
  display: none;
}

@media (max-width: 768px) {
  .monthlyAccrualsListMobile {
    display: block;
  }

  .monthlyAccrualCard {
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.37);
    background-color: rgba(155, 155, 155, 0.04);
    display: flex;
    height: 75px;
    margin: 6% 3%;
    width: 94%;
  }

  .monthlyAccrualCardIcon {
    width: 5%;
    margin: 0 7% 9% 7%;
  }

  .monthlyAccrualCardText {
    margin: auto auto auto 0;
  }

  .monthlyAccrualCardText h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2%;
  }

  .monthlyAccrualCardText p {
    margin-bottom: 2%;
    font-size: 14px;
  }

  .monthlyAccrualCardNext {
    margin: auto 8% auto 0;
  }

  .divMonthlyAccrualsListHeader {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    padding: 14px;
  }

  .FontColorLightBlue-mobile {
    color: #00aec9;
  }

  .FontColorDarkBlue-mobile {
    color: #195cad;
  }

  .monthlyAccrualDetails_tabbar {
    overflow: auto;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    display: block;
    border-radius: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  }

  .monthlyAccrualDetails_tabbar button {
    text-transform: uppercase;
    border-right: none;
    font-size: 12px;
    font-weight: 500;
  }

  .monthlyAccrualDetails_tabbar button:first-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .monthlyAccrualDetails_tabbar button:last-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .tabbarBottomBorder-lightBlue {
    border-bottom: 2px solid #00aec9;
  }

  .tabbarBottomBorder-darkBlue {
    border-bottom: 2px solid #195cad;
  }

  .monthlyAccrualDetails_main h1 {
    padding-left: 3%;
    font-size: 20px;
  }

  .divMonthlyAccrualDetails table {
    display: none;
  }

  .monthlyAccrualDetailsMobile {
    display: block;
    margin: auto 3%;
  }

  .monthlyAccrualDetailsMobile h2 {
    text-transform: uppercase;
    padding-left: 4%;
    margin: 5% 0;
  }

  .monthlyAccrualDetailsMobile-row {
    display: flex;
    justify-content: space-between;
    padding: 8% 5%;
    font-size: 14px;
  }

  .monthlyAccrualDetailsMobile-row button {
    width: 25%;
    background-image: linear-gradient(
      to bottom,
      rgb(238, 238, 238),
      rgb(216, 216, 216)
    );
    padding: 8px 12px;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border: 1px solid rgba(151, 151, 151, 0.62);
  }

  .monthlyAccrualDetailsMobile-row p:first-child {
    font-weight: 600;
    text-transform: uppercase;
  }

  .monthlyAccrualDetailsMobile-row p:last-child {
    text-align: end;
  }

  .monthlyAccrualDetailsMobile-lightblue .monthlyAccrualDetailsMobile-row {
    border-bottom: 1px solid #00aec9;
  }

  .monthlyAccrualDetailsMobile-lightblue
    .monthlyAccrualDetailsMobile-row:nth-child(odd) {
    background-color: rgba(0, 174, 201, 0.12);
  }

  .monthlyAccrualDetailsMobile-lightblue
    .monthlyAccrualDetailsMobile-row:first-of-type {
    border-top: 1px solid #00aec9;
  }

  .monthlyAccrualDetailsMobile-darkblue .monthlyAccrualDetailsMobile-row {
    border-bottom: 1px solid #195cad;
  }

  .monthlyAccrualDetailsMobile-darkblue
    .monthlyAccrualDetailsMobile-row:nth-child(odd) {
    background-color: rgba(25, 92, 173, 0.09);
  }

  .monthlyAccrualDetailsMobile-darkblue
    .monthlyAccrualDetailsMobile-row:first-of-type {
    border-top: 1px solid #195cad;
  }

  .monthlyAccrualDetails_main .divMonthlyAccrualsList-subtitle {
    display: none;
  }

  .monthlyAccrualDetailsCSUP,
  .monthlyAccrualDetailsCSUP-lightblue {
    text-align: center;
    margin-top: 4%;
  }

  .monthlyAccrualDetailsCSUP p,
  .monthlyAccrualDetailsCSUP-lightblue p {
    color: #787878;
    font-weight: 600;
    font-size: 13px;
    margin-top: 2%;
  }

  .monthlyAccrualsContactUsModal .login-fields {
    width: 100%;
  }

  .monthlyAccrualsContactUsModal .modal_card {
    padding: 32px;
  }

  .monthlyAccrualsContactUsModal .form-input {
    border-radius: 8px;
  }

  .monthlyAccrualPaymentDetailsBox {
    display: none;
  }

  .monthlyAccrualCard-column {
    text-align: center;
    margin: 5px;
  }

  .monthlyAccrualCard-column p {
    font-size: 14px;
    line-height: 16px;
  }

  .monthlyAccrualCard-column p:first-of-type {
    font-weight: 600;
    height: 65%;
    padding-bottom: 4px;
    text-transform: uppercase;
  }

  .monthlyAccrualCard-column--date {
    width: 31%;
  }

  .paymentPlanSituationInvoiceMobile {
    color: #f5a623;
  }

  .paymentPlanSituationPendingInvoiceMobile {
    color: #4a4a4a;
  }

  .paymentPlanSituationPaidMobile {
    color: #417505;
  }

  .paymentPlanSituationCancelledMobile {
    color: #d0021b;
  }

  .monthlyAccrualCard-details {
    display: inline-block;
    height: 80px;
    margin: 3% 3%;
  }

  .monthlyAccrualCard-row {
    display: flex;
    justify-content: space-evenly;
  }

  .monthlyAccrualCard-header {
    height: 22%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: end;
    color: #fff;
  }

  .monthlyAccrualCard-header p {
    padding-top: 2px;
    font-size: 12px;
    text-transform: capitalize;
    margin-right: 2%;
  }

  .monthlyAccrualPaymentPlanMobile button {
    color: #fff;
  }

  .monthlyAccrualPaymentPlanMobile button,
  .monthlyAccrualRatingsMobile button {
    margin-left: 3%;
    border-radius: 20px;
    padding: 13px 20px;
    font-size: 14px;
  }

  .monthlyAccrualCard-column--dayWeek {
    width: 50%;
  }

  .divMonthlyAccrualRatings-message {
    display: none;
  }

  .monthlyAccrualRatingsMobile {
    width: 100%;
  }

  .monthlyAccrualRatingsMobile .monthlyAccrualCard {
    justify-content: space-around;
  }

  .monthlyAccrualRatingsMobile .monthlyAccrualCard-column {
    margin: auto;
  }

  .monthlyAccrualRatingsMobile .monthlyAccrualCard-column button {
    border-radius: 25px;
    padding: 13px;
    width: 135px;
    text-transform: uppercase;
    font-size: 13px;
  }

  .rateButtonMobile {
    color: #fff;
  }

  .monthlyAccrualRatingsMobileBorder-lightBlue {
    border: 1px solid #00aec9;
  }

  .monthlyAccrualRatingsMobileBorder-darkBlue {
    border: 1px solid #195cad;
  }

  .monthlyAccrualAccountConsultationModal-content {
    width: 80%;
  }

  .monthlyAccrualAccountConsultationModal-body {
    text-align: center;
  }

  .monthlyAccrualAccountConsultationModal-body div {
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
    background-color: #e0dddd;
    padding: 8px;
    margin: 6% 4%;
    text-align: start;
    height: 105px;
  }

  .monthlyAccrualAccountConsultationModal-body h3 {
    font-size: 16px;
    margin: 14px 0;
    font-weight: 500;
  }

  .monthlyAccrualAccountConsultationModal-body h2 {
    font-weight: 600;
    margin: 15px 0;
    font-size: 15px;
  }

  .monthlyAccrualAccountConsultationModal-body .title-modal {
    text-transform: uppercase;
  }

  .monthlyAccrualAccountConsultationModal-body .price-modal {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .monthlyAccrualCard-column--dayWeek {
    width: 46%;
  }

  .monthlyAccrualCard-column p {
    font-size: 13px;
  }

  .monthlyAccrualServicesMobile p {
    font-size: 12px;
  }

  .monthlyAccrualAccountConsultationModal-body p {
    font-size: 13px;
  }

  .monthlyAccrualCard-row {
    display: flex;
    justify-content: space-evenly;
  }
}

@media (max-width: 320px) {
  .monthlyAccrualCard-column {
    margin: 4px;
  }

  .monthlyAccrualCard-column p {
    font-size: 11px;
  }

  .monthlyAccrualCard-column p:first-of-type {
    padding-bottom: 7px;
  }

  .monthlyAccrualDetailsMobile-row p {
    font-size: 14px;
  }

  .monthlyAccrualCard-column--dayWeek {
    width: 50%;
  }

  .monthlyAccrualAccountConsultationModal-body p {
    font-size: 11px;
  }
}

.time_recommended_subtext {
}

.time_recommended_subtext > span {
  font-size: 0.6rem;
  font-style: italic;
  color: #585858;
}

.time_recommended_inner_time {
  flex-basis: 57%;
  margin-left: auto;
}

@media only screen and (max-width: 460px) {
  .time_recommended_inner_time {
    flex-basis: 83%;
    margin: 1.5rem auto 0 auto;
  }
}

.servicetype__container {
  display: flex;
  justify-content: space-evenly;
}

@media (max-width: 680px) {
  .servicetype__container {
    justify-content: space-between;
  }
}

.servicefrequency__container {
  display: flex;
  justify-content: space-evenly;
}

.servicefrequency__item {
  position: relative;
  flex: 1;
}

.servicefrequency__item:not(:last-child) {
  margin-right: 1rem;
}

@media only screen and (max-width: 460px) {
  .quote__form__section__header {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 460px) {
  .servicefrequency__item > label {
    padding: 13px 5px;
  }
}

.serviceextra__item {
  position: relative;
  border-radius: 7px;
  background: transparent;
  padding: 0.7rem 0.9rem;
  color: #504f4f;
  text-align: left;
  border: 2px solid #71b2c9;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.serviceextra__item--selected {
  background: linear-gradient(180deg, #71b2c9 0%, #6ac3e0 100%);
  color: white;
  border: none;
}

.serviceextras__additional {
  margin-top: 2rem;
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .serviceextras__additional {
    width: 100%;
    margin-top: 0;
  }
  .extra-desinfection-info {
    margin-bottom: 2rem;
  }
  .quote__form__section.extras_div {
    margin-bottom: 2rem;
  }
}

.serviceextras__additional textarea {
  margin-left: 0;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.serviceextras__additional textarea.invalid {
  border-color: red;
}

.serviceextras__additional > p {
  font-size: 1rem;
  text-align: left;
  color: #585858;
  font-weight: bold;
  margin-bottom: 2rem;
}

.businesstype__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  grid-auto-rows: 54px;
}

@media only screen and (max-width: 680px) {
  .businesstype__container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}

.input__range__header {
  display: block;
  text-transform: uppercase;
  color: #979797;
  text-align: left;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

.quote__summary__pre {
  /* 3 rows w/ 80px each + padding */
  /* height: 312px; */
}

.quote__summary__pre__group {
  padding: 1rem;
}

.quote__summary__pre__row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote__summary__pre__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-top: 1px solid rgba(151, 151, 151, 0.28);
}

.quote__summary__pre__row > img {
  width: 80px;
  padding: 1rem;
  padding-left: 0.5rem;
}

.quote__summary__pre__row > span {
  margin-left: 1rem;
  font-size: 0.875rem;
  word-break: break-word;
  color: #1e2e43;
  font-weight: 500;
}

.monthlyAccrualPaymentModal-content {
  text-align: center;
}

.monthlyAccrualPaymentModal-content button {
  margin: 4%;
  width: 26%;
}

.monthlyAccrualPaymentModal-content h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
}

.payment-info {
  border: solid 1px rgba(155, 155, 155, 0.17);
  background-color: rgba(216, 216, 216, 0.2);
  width: 50%;
  margin: auto;
  text-align: start;
}

.payment-info .payment-info__first {
  display: flex;
}

.payment-info__image {
  width: 40%;
  display: flex;
}

.payment-info__image img {
  margin: 20% auto;
}

.payment-info__details {
  padding: 8%;
}

.payment-info__details div {
  display: flex;
}

.payment-info__details p {
  display: flex;
  color: #282828;
  line-height: 28px;
}

.payment-info__date {
  padding: 5% 7%;
}

.payment-info__date .payment-info__date--title {
  font-size: 16px;
  color: #282828;
  font-weight: 700;
}

.payment-info__date .payment-info__date--subtitle {
  font-size: 14px;
}

@media (max-width: 768px) {
  .monthlyAccrualPaymentModal-content {
    width: 85%;
  }

  .payment-info {
    border: none;
    background-color: transparent;
    width: 95%;
    text-align: center;
  }

  .payment-info .payment-info__first {
    display: inline-block;
    width: 90%;
  }

  .payment-info__image {
    display: inline-block;
    width: 90%;
  }

  .payment-info__image img {
    margin: 6% auto;
  }

  .payment-info__details {
    padding: 5% 0;
    margin-bottom: 4%;
  }

  .payment-info__date {
    width: 100%;
    text-align: start;
    padding: 5% 0;
  }

  .payment-info__date .payment-info__date--title {
    font-size: 15px;
  }

  .payment-info__details p {
    font-size: 18px;
  }
  .monthlyAccrualPaymentModal-content button {
    width: 60%;
  }
}
@media (max-width: 375px) {
  .monthlyAccrualPaymentModal-content button {
    width: 70%;
  }
  .payment-info__image {
    width: 40%;
    margin: 5% auto;
  }
  .payment-info__details {
    padding: 5% 0;
    margin-bottom: 12%;
  }
}
@media (max-width: 320px) {
  .monthlyAccrualPaymentModal-content h2 {
    font-size: 18px;
    margin: 18px 0;
  }
  .payment-info div:first-child p {
    font-size: 15px;
  }
  #monthlyAccrualPaymentModal {
    padding-top: 15px;
  }
  .payment-info__details {
    margin-bottom: 0;
  }
}
.monthlyAccrualDetailsMobile {
  display: none;
}
.monthlyAccrualPaymentPlanMobile {
  display: none;
}
.monthlyAccrualServicesMobile {
  display: none;
}
.monthlyAccrualRatingsMobile {
  display: none;
}
@media (max-width: 768px) {
  .monthlyAccrualDetailsMobile {
    display: block;
  }

  .monthlyAccrualPaymentPlanMobile {
    display: block;
  }

  .monthlyAccrualServicesMobile {
    display: block;
  }
  .monthlyAccrualRatingsMobile {
    display: block;
  }
}

@media (max-width: 1080px) {
  .quote__summary__pre__row > span {
    flex-basis: 70%;
  }
}

.summary__extra--pets {
  font-size: 0.7rem;
}

.summary_service_dates > span {
  display: block;
}

.summary__whatsincluded {
  color: #71b2c9;
  font-size: 0.875rem;
  cursor: pointer;
}

@media (max-width: 680px) {
  .wantVisit_modal.d-b ~ * {
    display: none;
  }
}

.checkout__faqs_footer {
  grid-area: faqsfooter;
  display: none;
  padding: 1rem;
  background-color: #eaeaea;
  margin-top: 2rem;
}

@media (max-width: 680px) {
  .checkout__faqs_footer {
    display: block;
  }
}

.checkout__faqs_footer .quote__faqs__top {
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

.checkout__faqs_footer .service_faq-list p {
  font-size: 0.5625rem;
}

.checkout__faqs_footer .new_service_faq-item {
  padding: 0 10px;
}

#roda-esquerda,
#roda-direita {
  animation: wheel 1s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}

#luz {
  animation: lights 2s infinite linear;
  transform-origin: center;
  transform-box: fill-box;
}

#Carrinha {
  animation: car 1s infinite linear alternate;
  /* transform-origin: center; */
  /* transform-box: fill-box; */
}

@keyframes wheel {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes lights {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes car {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
  }
}

#carta {
  animation: 1s slideup linear forwards;
}

#line1 {
  animation: 0.2s showline linear forwards;
}

#line2 {
  animation: 0.2s showline linear forwards;
  animation-delay: 0.2s;
}

#line3 {
  animation: 0.2s showline linear forwards;
  animation-delay: 0.4s;
}

#line4 {
  animation: 0.2s showline linear forwards;
  animation-delay: 0.6s;
}

#line5 {
  animation: 0.2s showline linear forwards;
  animation-delay: 0.8s;
}

@keyframes slideup {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-70px);
  }
}

@keyframes showline {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.quote__sidebar .clp_section-info,
.quote__sidebar .clp_section_info_bg_mobile {
  display: none;
}

#stats_bar1,
#stats_bar2,
#stats_bar3,
#stats_bar4 {
  animation: growup 2s ease-in-out forwards;
  transform-origin: 0 1000px;
  z-index: 1;
}
@keyframes growup {
  from {
    transform: scaleY(0.3);
  }
  to {
    transform: scaleY(1);
  }
}
.stats__rel {
  position: relative;
  width: 55%;
  margin: 0 auto;
}
.counter_1,
.counter_2,
.counter_3 {
  position: absolute;
  z-index: 2;
  color: #64b3f4;
}
.counter_1 .star,
.counter_2 .star,
.counter_3 .star {
  margin-left: 0.3vw;
  width: 1vw;
  height: 1vw;
}
.counter_1 .stats__num,
.counter_2 .stats__num,
.counter_3 .stats__num {
  font-size: 1.1vw;
  color: #505050;
  font-weight: bold;
}

.counter_1 .stats__text,
.counter_2 .stats__text,
.counter_3 .stats__text {
  font-size: 0.9vw;
  text-transform: uppercase;
}
.counter_1 .f-r,
.counter_2 .f-r,
.counter_3 .f-r {
  float: right;
}
.counter_1 .f-l,
.counter_2 .f-l,
.counter_3 .f-l {
  float: left;
}
.counter_1 {
  top: 35%;
  left: 24%;
}
.counter_2 {
  top: 17%;
  left: 36%;
}
.counter_3 {
  top: -1%;
  left: 49%;
}
.stats__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 2vw;
}

@media (max-width: 768px) {
  .serviceextras__additional label {
    text-align: left;
    font-size: 0.9rem;
  }
}

.wantVisit_modal_img {
  width: 100%;
  height: auto;
}

.homecity {
  margin: 0 auto 100px auto;
  text-align: center;
  display: block;
  width: 600px;
}

@media (max-width: 861px) {
  .homecity {
    display: none;
  }
}

.cleaning-type__modal {
  background-color: rgba(117, 187, 209, 0.82);
  display: none;
}
.cleaning-type__modal__content {
  height: 80%;
  color: #fff;
  background-color: #00aec9;
  width: 60%;
  margin: auto;
  margin-top: 5%;
  padding: 0%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.cleaning-type__modal__content__header {
  color: #fff;
  background-color: #00aec9;
  padding: 4%;
  position: relative;
}
.cleaning-type__modal__content__header h2 {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 2rem;
}
.cleaning-type__modal__content__header h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 1rem;
}
.cleaning-type__modal__content__header p {
  font-size: 15px;
}
.cleaning-type__modal__content__body {
  background-color: #fff;
  padding: 4%;
  overflow-y: scroll;
  max-height: 73%;
}
.cleaning-type__modal__content__body p {
  color: #504f4f;
}

.cleaning-type__modal__header__item {
  display: none;
}
.cleaning-type__modal__close {
  position: absolute;
  top: 5px;
  display: block;
  right: 15px;
  z-index: 25;
  font-size: 42px;
  cursor: pointer;
}
.cleaning-type__modal__body__header {
  display: flex;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 16px;
}

.cleaning-type__modal__body__header p {
  width: 15%;
  text-align: center;
  color: #00aec9;
}
.cleaning-type__modal__body__item {
  display: flex;
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
}
.cleaning-type__modal__body__item:last-of-type {
  border-bottom: none;
}
.cleaning-type__modal__body__item__check {
  width: 15%;
  margin: auto 0;
  text-align: center;
}
.cleaning-type__modal__body__item__text {
  width: 50%;
  margin: auto;
  font-size: 13px;
  color: #504f4f;
  font-weight: 400;
  letter-spacing: 0.02px;
  line-height: 20px;
}

@media (max-width: 820px) {
  .cleaning-type__modal__content {
    width: 88%;
    margin-top: 24%;
  }
  .cleaning-type__modal__content__body {
    padding: 0;
  }
  .cleaning-type__modal__body__header {
    background-color: #d8d8d8;
    height: 3rem;
    margin-bottom: 0rem;
    font-size: 14px;
    padding: 0 15px;
  }
  .cleaning-type__modal__body__header p {
    width: 24%;
    margin: auto 0;
  }

  .cleaning-type__modal__body__item {
    padding: 11px 15px;
  }
  .cleaning-type__modal__body__item__check {
    width: 24%;
  }
  .cleaning-type__modal__body__item__text {
    width: 52%;
    margin: 0;
  }
}
@media (max-width: 420px) {
  .cleaning-type__modal__content {
    width: 100%;
  }
  .cleaning-type__modal__body__header {
    padding: 0 6px;
  }
  .cleaning-type__modal__body__item {
    padding: 7px 6px;
  }
}
@media (max-width: 320px) {
  .cleaning-type__modal__body__header {
    font-size: 12px;
  }
}

.services_maintenance_img {
  width: 35%;
  max-width: 400px;
  display: inline-block;
  margin-left: 12rem;
  vertical-align: bottom;
  margin-bottom: 4rem;
}

@media (max-width: 1270px) {
  .services_maintenance_img {
    margin-left: 13% !important;
  }
}

@media (max-width: 1105px) {
  .services_maintenance_img {
    display: none !important;
  }
}

.service--painting .services_maintenance_img {
  margin-left: 15rem;
  margin-bottom: 23rem;
}

@media (max-width: 1270px) {
  .service--painting .services_maintenance_img {
    margin-left: 17% !important;
  }
}

.service_page_manairconditioner .services_maintenance_img,
.service_page_repairairconditioner .services_maintenance_img {
  margin-left: 13rem;
  margin-bottom: 9rem;
}

@media (max-width: 1270px) {
  .service_page_manairconditioner .services_maintenance_img,
  .service_page_repairairconditioner .services_maintenance_img {
    margin-left: 14% !important;
  }
}

.service_page_plumber .services_maintenance_img {
  margin-left: 14rem;
  margin-bottom: 3rem;
}

@media (max-width: 1170px) {
  .service_page_plumber .services_maintenance_img {
    display: none !important;
  }
}

.service_page_unblocking .services_maintenance_img {
  margin-left: 12rem;
  margin-bottom: 4rem;
}

@media (max-width: 1270px) {
  .service_page_unblocking .services_maintenance_img {
    margin-left: 14% !important;
  }
}

.service_page_electrician .services_maintenance_img {
  margin-left: 14rem;
  margin-bottom: 3rem;
}

@media (max-width: 1170px) {
  .service_page_electrician .services_maintenance_img {
    display: none !important;
  }
}

.service_page_handyman .services_maintenance_img {
  margin-left: 13rem;
  margin-bottom: 8rem;
}

@media (max-width: 1170px) {
  .service_page_handyman .services_maintenance_img {
    display: none !important;
  }
}

.service_page_smallconstructionjob .services_maintenance_img {
  margin-left: 13rem;
  margin-bottom: 13rem;
}

@media (max-width: 1170px) {
  .service_page_smallconstructionjob .services_maintenance_img {
    display: none !important;
  }
}

.recrutiment-success {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.4px;
}
.recrutiment-success img {
  width: 35%;
}
.recrutiment-success h1 {
  color: #00aec9;
  margin-bottom: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}
.recrutiment-success h2 {
  color: #00aec9;
  margin: 30px auto;
  width: 60%;
}
.recrutiment-success button {
  background-color: transparent;
  border: 1px solid #00aec9;
  color: #00aec9;
  padding: 20px 12px;
  height: unset;
}

.mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
  -webkit-transform: translateY(-106%) scale(0.75);
  transform: translateY(-106%) scale(0.75);
  cursor: auto;
}

.quote__summary__prices__table__item--notes {
  width: 100%;
}

.quote__summary__prices__table__item--notes > td {
  text-align: left !important;
  padding: 0.5rem 0 0.5rem 1.5rem !important;
}

.quote__alert--warning {
  padding: 20px 10px 30px 10px;
  background-color: #fcf1cd;
  max-width: 80%;
  margin: 0 auto 4rem auto;
}

.quote__alert--warning > h3 {
  text-transform: uppercase;
  color: #8a6116;
  font-weight: bold;
  margin: 0.5rem 0 1rem 0;
}

.quote__alert--warning > p {
  font-size: 0.8rem;
}

.calendar__recurrent__timeslot__warning {
  margin-top: 2rem;
  background-color: #eff9f9;
  padding: 10px;
}

.calendar__recurrent__timeslot__warning > p {
  line-height: 21px;
}

@media (max-width: 768px) {
  .calendar__recurrent__timeslot__warning > p {
    font-size: 0.8rem;
  }
}

.service_extra:checked ~ label span svg .extras_svg path {
  fill: #ffffff;
}

/* ANIMACAO ECRA ERRO*/
@keyframes flicker {
  0% {
    opacity: 1;
  }
  3% {
    opacity: 0.4;
  }
  6% {
    opacity: 1;
  }

  7% {
    opacity: 0.4;
  }

  8% {
    opacity: 1;
  }

  9% {
    opacity: 0.4;
  }
  10% {
    opacity: 1;
  }

  89% {
    opacity: 1;
  }

  90% {
    opacity: 0.4;
  }

  100% {
    opacity: 0.4;
  }
}

@keyframes glow-flicker {
  0% {
    opacity: 1;
  }

  3% {
    opacity: 0;
  }

  6% {
    opacity: 1;
  }

  7% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  9% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  89% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes shock {
  1% {
    transform: translateX(-2px);
  }

  3% {
    transform: translateX(2px);
  }

  6% {
    transform: translateX(-2px);
  }

  7% {
    transform: translateX(2px);
  }

  8% {
    transform: translateX(-2px);
  }

  9% {
    transform: translateX(2px);
  }

  10% {
    transform: translateX(-2px);
  }

  89% {
  }

  98% {
    transform: translateX(2px);
  }

  100% {
    transform: translateX(2px);
  }
}

#star1 {
  animation: flicker 4s infinite step-end;
}

#star1-glow {
  animation: glow-flicker 4s infinite step-end;
}

#star2 {
  animation: flicker 4s infinite step-end;
  animation-delay: 1s;
}

#star2-glow {
  animation: glow-flicker 4s infinite step-end;
  animation-delay: 1s;
}

#star3,
#light {
  animation: flicker 3s infinite step-end;
}

#star3-glow {
  animation: glow-flicker 3s infinite step-end;
}
#star1,
#star2,
#star3 {
  animation: shock 1s infinite step-end;
}

.text-cap {
  text-transform: capitalize;
}



/*CONTDOWN - CHECKOUT SUCCESS MBWAY*/
body {
    height: 100%;
    width: 100%;
    background-color: #333;
}

#countdown {
    position: relative;
    margin: auto;
    margin-top: 20px;
    height: 200px;
    width: 200px;
    text-align: center;
}

#countdown-number {
    color: #40bcd3;
    display: inline-block;
    line-height: 200px;
    font-size: 36px;
}

#countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

    #countdown svg circle {
        stroke-dasharray: 565px;
        stroke-dashoffset: 0px;
        stroke-linecap: round;
        stroke-width: 5px;
        stroke: #40bcd3;
        fill: none;
        animation: countdown 300s linear forwards;
    }

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 565px;
    }
}


.read-qr-code button {
    width: auto;
    height: 43px;
    border-radius: 7px;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#45c5d8), to(#2193b0) );
    background-image: linear-gradient(180deg, #45c5d8, #2193b0);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
}