::-moz-selection {
    background: #333;
    color: #fff;
}

::selection {
    background: #333;
    color: #fff;
}

body {
    font-size: 17px;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    color: var(--pry-color);
}

footer {
    margin-top: auto;
    padding: 50px 0 10px;
    background-color: var(--light-sec-color);
}

p {
    font-weight: 400 !important;
    font-size: 18px;
}

footer p{
  font-size: 18px;
}

*:focus {
    outline: 0 !important;
}
.wistia_popover_embed {
  height: auto !important;
  width: auto !important;
}
#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #000;
}

#backToTop:hover {
    background-color: #ffffff;
}

a {
    text-decoration: none;
    opacity: 1;
    color: var(--sec-color);
}

.bg-light-sec {
    background-color: var(--light-sec-color);
}

.bg-sec {
    background-color: var(--sec-color);
}

.bg-pry {
    background-color: var(--pry-color);
    color: #fff;
}

.text-pry {
    color: var(--sec-color);
}

.text-sec {
    color: var(--sec-color);
}

a:hover {
    color: var(--sec-color);
}

b, strong, .font-weight-bold {
    font-family: 'RegolaProBold';
}

.web {
    display: block;
}

.mobile {
    display: none;
}
.text-pryondary {
  color: #888;
}
.btn-pryondary {
  border: 1px solid #999;
}
.spacing {
    margin: 0 50px
}

.navbar-brand {
    display: block;
    padding-block: 10px;
}

.navbar-brand img {
    height: 50px;
}

nav.navbar {
    padding: 0;

    width: 100%;
}

.navbar.about {
    background-color: var(--light-sec-color);
}

.nav-item:not(:last-child) {
    margin-right: 1.5rem;
}

.nav-link {
    color: #000;
    font-size: 16px;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus {
    color: var(--sec-color);
}

.p-sm {
    font-size: 16px;
}

.curve {
    width: 100%;
    height: 100px;
    margin-top: -50px;
    background-color: var(--light-sec-color);
    border-radius: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.separator::before {
    margin-inline: 10px;
    border-right: 1px solid #aaa;
    content: '';
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 100 !important;
}
.btn {
  /* border-radius: 10px !important; */
}
.btn-nav {
    border: 1px solid var(--pry-color);
    padding: 0.6rem 2rem !important;
    transition: .5s;
    border-radius: 8px;
}

.btn-nav:hover {
    background: var(--pry-color);
    color: #fff;

    transition: .5s;
}


.top-title {
    font-optical-sizing: auto;
    font-weight: 600 !important;
    margin-top: 30px;
    font-size: 55px;
    line-height: 65px;
    letter-spacing: 0;
    max-width: 525px;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Noto Sans', sans-serif !important;
}
.top-title * {
  -webkit-font-smoothing: antialiased !important;
  font-family: 'Noto Sans', sans-serif !important;
}
.subtitle-md {
  font-size: 45px;
  line-height: 48px;
  font-weight: 600 !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: 'Noto Sans', sans-serif !important;
}
@media screen and (min-width:1400px) {
  .top-title.sm {
    font-size: 60px;
    line-height: 70px;
    margin-top: 0;
  }
  .top-title.lg {
    font-size: 96px;
    line-height: 96px;
    font-weight: 500;
    max-width: 100%;
    /* letter-spacing: -0.48px */
  }
}
.top ul {
    padding: 0;
    margin: 0;
}

.top li {
    list-style: none;
    font-size: 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.top .line {
    margin-block: 40px;
}

.top .arrow {
    float: left;
    margin-left: 301px;
    margin-top: -20px;
}

.arrow img {
    height: 40px;
    width: 40px;
    object-fit: contain;
}

.zip-container h6 {
    font-size: 28px;
}

.zip-search {
    margin-top: 30px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
}

.zip-search input {
    border: 0;
}

.zip-search .btn {
    border-left: 1px solid #aaa;
}

.btn-shadow {

}

.btn-pry {
    background-color: var(--pry-color);
    color: #fff;
    padding: 15px 40px;
}

.btn-pry:hover {
    transition: .5s;

    color: rgba(255, 255, 255, .8);
}

.pro-intro {
  max-width: 500px;
  background-color: #ffffff;
  padding: 30px 40px 60px 30px;
  border-radius: 20px;
  margin-top: -250px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.pro-top {
  background-position:right;
  background-size: 70%;
  background-repeat: no-repeat;
  height: 550px;
}
.overlay-cream {
  background-image: url('/app/pyg/img/overlay-cream.png');
  background-position: left;
  background-size:  cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.btn-grey {
    color: var(--pry-color);
    background-color: rgba(26, 21, 57, 0.0509804);
    padding: 15px 40px;

}

.btn-grey:hover {
    transition: .5s;

    color: var(--pry-color);
    background-color: rgba(26, 21, 57, 0.0509804);
    padding: 15px 40px;
}

.video-container {
    width: 100%;
    border-radius: 20px;
    position: relative;
}
.title {
    font-size: 45px;
    font-family: 'RegolaProBold';
}

.sub-title {
    font-size: 33px;
    font-family: 'RegolaProBold';
}

.quote {
    font-size: 30px;
    font-family: 'RegolaProBold';
}

.hiw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hiw>div {
    width: 100%;
}

.hiw p {
    width: 78%;
}
.hiw .step h5 {
    font-weight: bold;
}


.featured {
    height: 400px;
    background-color: var(--sec-color);

    padding-block: 60px;
    border-radius: 10px;
}

.featured .title {
    color: #fff;
}

.fc-container {
    margin-top: -250px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}

.cleaner-card {
    background-color: #ffffff;
    border: 1px solid rgba(112, 112, 112, 0.2);

    border-radius: 8px;
}

.box-header {
    font-weight: 600;
}

.profile-top {
    background-color: var(--light-sec-color);
    padding: 40px 60px;
    border-radius: 10px;
    position: sticky !important;
    top: 0;
}
.flex-gallery {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.edit-pp {
  position: relative;
  cursor: pointer;
}
.edit-pp:hover::before {
  content: '+';
  z-index: 1;
  position: absolute;
  margin: auto;
  padding-top: 10px;
  width: 100%;
  height: 130px;
  text-align: center;
  background-color: rgba(0,0,0,.1);
  color: #fff;
  font-size: 50px;
}

.featured-img, .profile-img {
    height: 100px;
    width: 100px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.profile-img img {
    width: 100%;
    object-fit: contain;
}

.featured-img img {
    height: 165px;
    width: 100%;
    object-fit: contain;
}

.featured-img span {
    position: absolute;
    background-color: var(--pry-color);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 3px;
    text-transform: uppercase;
}

.cleaner-title, .profile-title {
    font-size: 28px;
    font-family: 'RegolaProBold';
}


.fc-rating {
    display: flex;
    margin-block: 8px;
    align-items: center;
}

.works {
    text-align: center;
    margin: 60px 0 80px;
}

.works h5 {
    font-size: 45px;
    font-weight: 700;
}

.steps-container {
    /* display: flex;
  justify-content: space-between; */
    padding-top: 16px;
    position: relative;
}

.steps-container::before {
    content: '';
    position: absolute;
    top: 44px;
    height: 1px;
    width: 77%;
    left: 130px;
    /* background: #ccc; */
}

.steps {
    max-width: 250px;
    display: grid;
    place-items: center;
}
.steps-profile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .steps-profile .underline.sec {
    background-color: var(--sec-color);
  }
  .steps-profile .underline {
    height: 3px;
    margin-top: -50px;
    display: block;
    width: 100%;
    background-color: #F2F1F3;
  }

.top.inner {
    min-height: auto;
}

.top.inner .top-info {
    padding-top: 0 !important;
}

.top.inner h5 {
    padding-top: 100px;
}

.top-info p {
    width: 100%;
}

.top-info {
    max-width: 55%;
}

.top.inner .top-info, .top.inner .cdr {
    padding-left: 190px;
    padding-bottom: 90px;
}

.header {
    /*SAL CHANGED FROM 45 to 38*/
    font-size: 38px;
    font-weight: 600;
    width: 70%;
}


.darker .accordion-item, .darker .accordion-button:not(.collapsed), .darker .accordion-item {
    border-color: var(--pry-color) !important;
}

.accordion-item:last-of-type, .accordion-item:first-of-type {
    border-radius: 0;
}
.nsb {
  position: relative;
  margin-bottom: -50px;

}

.faq-arrow img{
  position: absolute;
  top:-100px;
  right:-80px;
}

.info-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: sticky;
    top: 10px;
}

.info-card .title {
    font-size: 40px;
    line-height: 50px;
}

.info-card .subtitle {
    font-size: 28px;
}

.m-neg {
    margin-bottom: -50px;
}
.careers >div {
  padding-right: 120px;
  margin-left: 50px;
}
.careers-img {
    margin-top: 80px;
    margin-left: -20%;
    width: 130%;
}

textarea {
    height: 100px !important;
    resize: none;
}
.select-2-input textarea {
    height: 38px !important;
}

.list, .check {
    margin-bottom: 0;
    padding-left: 10px;
    list-style: none;
}

.list li, .check li {
    /* margin-bottom: 18px; */
    font-size: 17px;
    display: flex;
    opacity: .7;
    align-items: flex-start;
}

.check.d-flex li {
    margin-right: 12px;
}

.list li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f069";
    color: #000 !important;
    margin-right: 8px;
}

.check li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: '\f00c';
    color: #000 !important;
    margin-right: 8px;
}

.light-pry {
    background: rgba(26, 21, 57, 0.1);
    padding-block: 50px;
}

.center {
    display: grid;
    place-items: center;
}

.st-container {
    margin-right: -20px;
    border: 1px solid rgba(112, 112, 112, 0.2);

    border-radius: 16px;
    padding: 40px;
    padding-right: 60px;
}

.st-title {
    font-size: 30px;
    font-weight: bold;
    font-weight: 'RegolaProBold';
}

.form-control {
    height: 48px;
}

.svc-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.svc {
    position: relative;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
}

.sv-icon {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 10px;
}

.sv-icon img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.hidden {
    display: none;
}

.hidden-checkbox {
    visibility: hidden;
    position: absolute;
}

.left-auth {
    min-height: 100vh;
    margin-top: -70px;
    background-image: url('/app/rl/img/bg-gradient.svg');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.left-auth .logo {
    padding-left: 50px;
}

.cl, .tp, .sv-trusted, .sv-about {
    position: relative;
    font-family: 'RegolaProBold';
}

.about .title {
  font-size: 57px;
  line-height: 72px;
}

.cl:before, .tp:before, .sv-trusted:before, .sv-about::before {
    bottom: -7px;
    content: '';
    position: absolute;
    width: 100%;
    background-image: url('/app/rl/img/cl.svg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 7px;
}

.tp::before {
    background-image: url('/app/rl/img/tp.svg');
}

.sv-trusted:before {
    background-image: url('/app/rl/img/trusted-ul.svg');
}
.sv-about::before {
  background-image: url('/app/rl/img/sv-about.svg');
}

.team {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  margin-top: 70px;
}
.team .name {
  max-width: 120px
}
.team .arrow {
  max-width: 25px
}

.person-1 {
  display: flex;
  align-items: center;
}
.person-1 .name {
  margin-top: -70px;
}
.person-1 .arrow {
  margin-left: -40px;
  margin-right: 30px;
}
.person-1 .profile {
  margin-top: 20px;
  height: 100px;
  width: 100px;
  object-fit: contain;
}

.person-2 {
  display: grid;
  place-items: center;
}
.person-2 .name {
  margin-top: -40px;
}
.person-2 .arrow {
  margin-top: -10px;
}
.person-2 .profile {
  height: 130px;
  width: 130px;
  object-fit: contain;
}

.person-3 {
  display: grid;
  place-items: end;
}
.person-3 .name {
  margin-right: -20px;
}
.person-3 .arrow {
  margin-bottom: 10px;
}
.person-3 .profile {
  height: 110px;
  width: 110px;
  object-fit: contain;
}

.person-4 {
  display: flex;
  align-items: center;
}
.person-4 .name {
  margin-top: -150px;
  margin-left: -50px;
}
.person-4 .arrow {
  margin-top: -80px;
  margin-right: -20px;
  margin-left: 10px;
}
.person-4 .profile {
  margin-top: 20px;
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.ls-sm {
  letter-spacing: .3px;
}

.cc-tp {
    border: 1px solid rgba(112, 112, 112, 0.2);

    border-radius: 8px;
    background-color: #ffffff;
}

.my-lg {
    margin-block: 80px;
}

.bc-arrow img {
    position: absolute;
    width: 30%;
    left: -165px;
    top: -205px;
}

.how-works {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.how-works>div {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.top-works-img {
    background-image: url('/app/rl/img/peach-vector.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 50px;
}

.yv {
    background-image: url('/app/rl/img/yellow-vector.svg');
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.service-peach {
    background-image: url('/app/rl/img/service-peach-vector.svg');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 40px;
}

.residential {
    background-image: url('/app/rl/img/residential-vector.svg');
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 60px;
    padding-left: 10px;
    text-align: right;
}

.commercial {
    background-image: url('/app/rl/img/commercial-vector.svg');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 60px;
    padding-right: 60px;
}

.const {
    background-image: url('/app/rl/img/construction-vector.svg');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 60px;
}

.outdoors {
    background-image: url('/app/rl/img/outdoors-vector.svg');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 30px;
    padding-left: 10px;
}

.reason {
    background-image: url('/app/rl/img/reason-vector.svg');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 40px;
    padding-left: 20px;
}

.perks {
    background-image: url('/app/rl/img/perks-vector.svg');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 40px;
}

.bc {
    background-image: url('/app/rl/img/bc-vector.svg');
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 30px;
    padding-right: 30px;
}

.top-works-img img {
    width: 90%;
}

.mb-img {
    max-width: 95%;
}

.blank {
    list-style: none;
    margin-top: 20px;
    padding-left: 10px;
}

.blank li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.num {
    margin-top: -5px;
    height: 30px;
    width: 30px;
    display: grid;
    place-items: center;
    border-radius: 100%;
    background-color: var(--pry-color);
    color: #fff;
    margin-right: 10px;
}

.no-shadow {

}

.gallery-upload-photo {
    width: 100%;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 15px;
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gallery-upload-photo input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.gallery-upload-photo i {
    font-size: 50px;
    color: #bfbcbc;
}

.record-video-btn {
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 5px;
    color: #666262;
}

.sidenav .nav-link {
    margin-bottom: 0 !important;
}

.sidenav .nav-item.active .nav-link {
    color: #fff !important;
    border-bottom: none;
    background-color: var(--sec-color);
    font-weight: bold;
}

.careers-list li span {
    cursor: pointer;
    color: var(--sec-color);
}

.careers-list li span i {
    color: var(--sec-color);
}

.accounts-list {
    background-color: #FFE6E3;
    border-radius: 16px;
}

.morph-button-modal-btn button img {
    width: 100%;
}

@media screen and (max-width:1399px) {
    .top {
        padding-bottom: 40px;
        margin-bottom: 150px;
    }

    .title {
        font-size: 50px;
        line-height: 50px;
    }

    .top.inner {
        padding-bottom: 0;
    }

    .top.inner .cdr {
        padding-left: 40px;
    }

    .top-works-img img {
        width: 80%;
    }

    .bc-arrow img {
        left: -120px;
        top: -150px;
    }

    .header {
        font-size: 40px
    }

    .how-works h5 {
        font-size: 19px;
    }
    .careers > div {
      padding-left: 0;
    }
    .faq-arrow img{
      height: 70px;
    }
}

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

    .overlay-support {
        background-color: rgba(251, 251, 251, 0.9);
    }
    .pro-top {
      background-size: cover;
      border-bottom: 1px solid #333;
      height: 300px;
      margin-bottom: 100px;
    }
    .container-lg {
      max-width: 1140px;
    }
    .pro-top .row {
      align-items: center;
    }
    .pro-top .top-title {
      padding-top: 0 !important;
      padding-bottom: 50px;
    }
    .pro-intro {
      margin-top: 0;
      padding: 20px;
      margin-inline: auto;
    }

    .pb-tab {
        padding-bottom: 210px;
    }
    .info-card {
        top: 0;
        height: auto;
        position: relative;
    }

    .mb-down {
      margin-bottom: -45px;
    }

    .top.inner .cdr {
        padding-left: 0;
    }

    .my-lg {
        margin-block: 40px;
    }

    .featured {
        margin-inline: 0;
        border-radius: 0;
    }

    .fc-container {
        display: block;
    }

    .cleaner-card {
        margin-bottom: 40px;
    }

    .st-container {
        padding: 30px;
        margin-bottom: 40px;
    }

    .st-video {
        /* width: 100%; */
        margin-left: 10% !important;
    }

    .nav-item:not(:last-child) {
        margin-right: 5px;
    }

    .top {
        /* padding-inline: 30px; */
        margin-bottom: 50px;
    }

    .ab-icons .icon-6, .ab-icons .icon-7, .ab-icons .icon-8, .ab-icons .icon-9, .ab-icons .icon-10 {
        display: none;
    }

    .careers-img {
        margin-left: 0;
        width: 100%;
        margin-top: 40px;
    }

    .tab-center {
        display: grid;
        place-items: center
    }

    .clear-tab {
        display: none;
    }

    .m-neg {
        margin-bottom: 0;
    }

    .bc-arrow img {
        width: 45%;
    }

    .how-works {
        align-items: flex-start;
    }

    .how-works>div {
        display: grid;
        place-items: center;
    }
    .svc-container {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .st-container, .st-video {
        margin-inline: 0 !important;
    }

    .st-video.video-container {
        width: 100%;
        border-radius: 0;
    }

    .m-video {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 20px;
    }

    .video-modal {
        height: 40px;
        width: 40px;
        display: grid;
        place-items: center;
        background-color: var(--light-sec-color);
        border-radius: 100%;
        z-index: 1;
    }
    .title {
        font-size: 48px;
    }
    .faq-arrow img{
      height: 50px;
    }
}

@media screen and (max-width:991px) {
    .profile-top {
        position: relative !important;
    }
    .info-card .title {
        font-size: 35px;
        line-height: 40px
    }

    .info-card .subtitle {
        font-size: 25px;
        line-height: 35px
    }

    .how-works {
        gap: 50px;
    }

    .mb-img {
        width: 80%;
    }

    .hiw {
        display: block;
        text-align: center;
    }

    .hiw p {
        margin: auto;
        margin-bottom: 20px;
    }

    .header {
        font-size: 35px;
    }

    .web {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mb-center {
        display: grid;
        place-items: center;
    }


    nav.navbar .container-fluid {
        position: relative;
        border-bottom: none;
        display: flex;
        flex-wrap: nowrap;
    }



    .ab-icons {
        display: none;
    }

    .navbar-toggler {
        color: var(--pry-color);
        border: 1px solid var(--pry-color);
        background-color: #fff;
        padding: 15px 12px;
        margin-bottom: 0;
        border-radius: 8px;
    }

    .navbar-toggler:focus {

    }

    #navBar {
        background: #fff;
        padding: 0;
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0;
        z-index: 200;
    }

    .nav-item {
        margin-right: 0;
    }


    .nav-item .nav-link{
        border-bottom: 0;
    }

    .pb-tab {
        padding-bottom: 100px;
    }
    .team {
      flex-wrap: wrap;
      justify-content: center;
    }
    .team > div {
      display: grid;
    }
    .team .arrow {
      display: none;
    }
    .team .profile {
      margin:0;
      padding:0;
    }
    .team .name {
      margin:0;
      padding:0;
      padding-top: 10px;
      order:1;
    }

    .about .title {
      font-size: 50px;
      line-height: 56px;
    }
    .sv-about {
      display: inline-block;
    }

}

@media screen and (max-width:767px) {
    .how-works>div {
        display: flex;
    }
    .mb-down {
      margin-bottom: -25px;
    }
    .fc-container {
        margin-top: -220px;
    }
    .advisor-bg .content, .tutor-bg .content {
      width: 100% !important;
    }
    .advisor-bg, .tutor-bg {
      background-image: none !important;
      min-height: auto !important;
    }

    .top {
        /* padding-inline: 15px; */
    }
    .top-title {
        font-size: 50px;
        line-height: 55px;
        text-align: center;
    }
    .spacing {
        margin: 0 10px;
    }

    .how-works {
        display: grid;
        place-items: center;
        gap: 15px;
    }

    .info-card .title {
        font-size: 35px;
        line-height: 40px;
    }

    .info-card .subtitle {
        font-size: 20px;
    }

    .info-card .cleaner-title {
      font-size: 25px;
    }

    .sub-title {
        font-size: 30px;
    }

    .st-title {
        font-size: 25px;
    }

    .st-container {
        padding: 30px 15px;
    }
    .title {
        font-size: 40px;
    }
    .about .title {
      font-size: 40px;
      line-height: 50px;
    }
    .careers >div {
      padding-right: 0;
      margin-left: 0;
      max-width: 100%;
    }
}

@media screen and (max-width: 545px) {
    .mb-img {
        width: 100%;
    }
    .pb-tab {
        padding-bottom: 50px;
    }
    .profile-top {
        padding: 40px;
        border-radius: 0;
    }
    .zip-search {
        display: block;
    }
    .info-card .title {
        font-size: 25px;
        line-height: 30px;
    }
    .info-card .cleaner-title {
        font-size: 20px;
    }
    .navbar-brand img {
      width: 180px;
    }
    .quote {
      font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .svc {
        width: 45%;
    }
    .svc img {
        height: 80px;
        width: 80px;
    }
    .top-title {
      font-size: 45px;
    }
    .sm-title {
      font-size: 32px;
      line-height: 40px;
    }
}
@media screen and (max-width: 340px) {
  .sv-about {
    display: inline;
  }
  .navbar-brand img {
    width: 125px;
  }
}

@media screen and (max-width: 991px) {
    .appt-title-section {
       width: 100%;
        margin-bottom: 15px;
    }
}
.dashboard {
    max-width: 95%;
}
.dashboard .profile-card {
    position: relative;
    padding: 10px 10px 10px 10px;
}
.dashboard .profile-card h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 48px;
    color: #fff;
}
.dashboard .profile-card .profile-snapshot {
    background-color: #fff;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}
.dashboard .profile-card .profile-snapshot .pp-round-container {
    width: 100px;
    height: 100px;
}
.dashboard .profile-card .profile-snapshot .pp-round-container img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.dashboard .profile-card .profile-snapshot .profile-link {
    font-weight: 500;
    color: #1A1539;
}

.dashboard .account-finance {
    /*background: linear-gradient(228.77deg, #69C982 -14.18%, #068374 94.11%);*/
    border-radius: 12px;
    /*color: #fff;*/
    padding: 30px;
    border: 1px solid #CDCCD3;
}
.dashboard .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.dashboard .icon.icon-40 {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    line-height: 43px;
}
.dashboard .icon.icon-40 i {
    margin: 0;
    font-size: 24px;
}
.dashboard .icon i {
    margin-top: 6px;
}
.dashboard .icon.green {
    background-color: #57BC80;
}
.dashboard .icon.dark-blue {
    background-color: #395076;
}
.dashboard .icon.secondary{
    background-color: #FFE6E3;
}
.dashboard .account-finance h6 {
    font-weight: 600;
    font-size: 18px;
}
.dashboard .account-finance h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
}
.dashboard .account-finance .btn-grey {
    color: #fff;
    background-color: var(--sec-color);
    padding: 15px 40px;

    border-radius: 30px;
}
.dashboard .contracts-profiles {
    background: linear-gradient(93.81deg, #1A1539 6.4%, #1E437A 106.01%);
    mix-blend-mode: normal;
    border-radius: 12px;
    padding: 20px 30px;
    color: #fff;
}
.dashboard .contracts-profiles h6 {
    font-weight: 600;
    margin-bottom: 0;
}
.dashboard .contracts-profiles .profiles {

}
.dashboard .contracts-profiles .profiles img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(28, 45, 95, 0.8);
    padding: 5px;
    background-color: #fff;
    margin-right: 10px;
}
.dashboard .card {
    border: none;
}
.dashboard .card .card-header {
    background-color: #fff;
    border: 1px solid #CDCCD3;
    border-radius: 8px;
    padding: 15px;
}
.dashboard .card .card-header h6 {
    font-weight: bold;
}
.cw-55 {
    width: 55px;
    display: inline-block;
}

.dashboard .btn-outline-dark {
    border-color: rgba(0, 0, 0, 0.2);
    color: #1A1539;
}
.dashboard .btn-outline-dark:hover,
.dashboard .btn-outline-dark:focus {
    color: #fff;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 10px;
}

.fc-col-header thead th {
    background: #FFE6E3;
    color: #EF7F72;
    font-weight: normal;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #ffe6e3;
}
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ffe6e3;
    border-right: none;
    border-bottom: none;
    border-radius: 12px;
    overflow: hidden;
}
.fc-header-toolbar.fc-toolbar { display: none }

.fc .fc-daygrid-day-number {
    color: #1A1539;
}

.fc .fc-button {
    text-transform: capitalize;
}

.fc .fc-daygrid-day-number {
    padding: 4px 20px 4px 4px;
}

.dashboard .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.dashboard .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
    margin-left: 6px;
    margin-top: 5px;
    background-color: transparent !important;
    background-size: 100% 100%;
    border: 0 !important;
}
.dashboard .fc-scrollgrid-section.fc-scrollgrid-section-body>td {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}
.dashboard .swan-appt-confirmed {
    background-image: url(/img/dot-confirmed.svg);
}
.dashboard .swan-appt-pending {
    background-image: url(/img/dot-waiting.svg);
}
.dashboard .swan-appt-unsure {
    background-image: url(/img/dot-unsure.svg);
}
.dashboard .swan-appt-declined {
    background-image: url(/img/dot-declined.svg);
}
.popover.bs-popover-top.po-confirmed>.popover-arrow::before {
    border-top-color: #E3F7E9;
}
.popover.bs-popover-top.po-pending>.popover-arrow::before {
    border-top-color: #FFFAE3;
}
.popover.bs-popover-top.po-unsure>.popover-arrow::before {
    border-top-color: #ffe5dd;
}
.popover.bs-popover-top.po-declined>.popover-arrow::before {
    border-top-color: #FFFAE3;
}
.popover.bs-popover-top.po-confirmed>.popover-arrow::after {
    border-top-color: #E3F7E9;
}
.popover.bs-popover-top.po-pending>.popover-arrow::after {
    border-top-color: #FFFAE3;
}
.popover.bs-popover-top.po-unsure>.popover-arrow::after {
    border-top-color: #ffe5dd;
}
.popover.bs-popover-top.po-declined>.popover-arrow::after {
    border-top-color: #FFFAE3;
}

.popover.bs-popover-bottom.po-confirmed>.popover-arrow::before {
    border-bottom-color: #E3F7E9;
}
.popover.bs-popover-bottom.po-pending>.popover-arrow::before {
    border-bottom-color: #FFFAE3;
}
.popover.bs-popover-bottom.po-unsure>.popover-arrow::before {
    border-bottom-color: #ffe5dd;
}
.popover.bs-popover-bottom.po-declined>.popover-arrow::before {
    border-bottom-color: #FFFAE3;
}
.popover.bs-popover-bottom.po-confirmed>.popover-arrow::after {
    border-bottom-color: #E3F7E9;
}
.popover.bs-popover-bottom.po-pending>.popover-arrow::after {
    border-bottom-color: #FFFAE3;
}
.popover.bs-popover-bottom.po-unsure>.popover-arrow::after {
    border-bottom-color: #ffe5dd;
}
.popover.bs-popover-bottom.po-declined>.popover-arrow::after {
    border-bottom-color: #FFFAE3;
}

.dashboard .fc-h-event .fc-event-main {
    color: transparent;
}
.dashboard .fc-daygrid-day-events {
    display: flex;
}
.dashboard .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.event-popover {
    background: #E4EFFF;
}
.popover {
    border-color: transparent;
    max-width: 330px;
}
.popover-body {
    padding: 0;
}

.event-popover h6 {
    background-color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    color: #567EBA;
    font-weight: 400;
    font-size: 14px;
}
.event-popover .time {
    color: #567EBA;
}
.event-popover h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.event-popover h5 a {
    color: #567EBA;
    font-weight: 500;
    font-size: 14px;
}
.event-popover .pro{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #567EBA;
}

.event-popover.Declined {
    background: #ffe5dd;
}
.event-popover.Declined h6 {
    background-color: #ea430f;
    color: #fff;
}
.event-popover.Declined .time,
.event-popover.Declined h5 a,
.event-popover.Declined .pro {
    color: #ea430f;
}

.event-popover.Confirmed {
    background: #E3F7E9;
}
.event-popover.Confirmed h6 {
    background-color: #5A9269;
    color: #fff;
}
.event-popover.Confirmed .time,
.event-popover.Confirmed h5 a,
.event-popover.Confirmed .pro {
    color: #5A9269;
}

.event-popover.Pending {
    background: #FFFAE3;
}
.event-popover.Pending h6 {
    background-color: #EAA80F;
    color: #fff;
}
.event-popover.Pending .time,
.event-popover.Pending h5 a,
.event-popover.Pending .pro {
    color: #EAA80F;
}

@media screen and (max-width:1200px) {
    .page-links {
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
    }
    .nav-tabs .nav-link {
        white-space: nowrap;
    }
}
@media screen and (max-width:1024px) {
    .contract-pro-profile {
        justify-content: center !important;
        align-items: center !important;
    }
    .contract-pro-profile>div {
        justify-content: center;
    }
    .contract-pro-profile  .pro-geo {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .section-tags span {
        margin-bottom: 15px;
    }
    .appt-list-info {
        gap: 15px !important;
        flex-wrap: wrap;
    }
    .list-btn-holder {
        width: 100%;
    }
    .list-btn {
        width: 100%;
    }
    .list-date {
        width: 100% !important;
    }
    .page-header {
        margin-bottom: 10px !important;
    }
    .modal-payment-actions {
        flex-direction: column;
    }
    .modal-payment-actions div[moe] {
        display: block;
        width: 100%;
    }
    .modal-payment-actions .btn-pay-now {
        min-width: 100% ;
        margin-bottom: 15px;
    }
    [moe] [url]:not([show]) {
        max-width: 80% !important;
    }
    .appt-day {
        width: 35px !important;
        height: 35px !important;
        line-height: 38px !important;
        padding-top: 0 !important;
        font-size: 17px !important;
    }
}



/* messages UI overrides */
.im-container {
    display: flex;
    align-items: stretch;
}
.im-container .im-lhs {
    min-width: 300px;
    max-width: 300px;
    border-right: 1px solid #ddd;
    padding: 0.5rem;
    overflow: auto;
}
.im-container .im-lhs .im-conversation {
    border-radius: 4px;
    padding: 0.5rem;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.im-container .im-lhs .im-conversation:hover {
    background: aliceblue;
    text-decoration: none;
}
.im-container .im-lhs .im-conversation.active {
    background: aliceblue;
    border-color: #288ace;
}
.im-container .im-lhs .im-conversation:not(:last-child) {
    margin-bottom: 0.5rem;
}
.im-container .im-lhs .im-conversation .unread-conversation {
    position: absolute;
    right: 0;
    top: 0;
}
.im-container .im-lhs .im-conversation span.unread-badge {
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    padding: 0.1rem 0.3rem;
    font-weight: normal;
    color: #fff;
    background: #288ace;
    font-size: 10px;
    border-bottom-left-radius: 3px;
}
.im-container .im-rhs {
    flex-grow: 1;
    padding: 8px;
    display: inline-flex;
    flex-direction: column;
    max-height: 600px;
}
.im-container .im-rhs.inline .im-messages {
    max-height: 300px;
}
.im-container .im-rhs .im-messages {
    flex-grow: 1;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: auto;
    margin-bottom: 1rem;
}
.im-container .im-rhs .im-messages .im-message {
    margin-top: 7px !important;
    margin-bottom: 14px !important;
    padding: 0 0.5rem;
    text-align: left;
}
.im-container .im-rhs .im-messages .im-message.sent {
    text-align: right;
}
.im-container .im-rhs .im-messages-header {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}
.im-container .im-rhs .im-messages .im-message .im-message-sender {
    display: flex;
    justify-content: flex-start;
}
.im-container .im-rhs .im-messages .im-message .im-message-sender .unread-message {
    margin-bottom: -5px;
    margin-top: -5px;
    font-size: 16px;
}
.im-container .im-rhs .im-messages .im-message .im-message-content {
    background: #eee;
    padding: 0.5rem;
    margin-top: 0.25rem;
    white-space: pre-wrap;
    word-break: break-word;
    text-align: left;
    display: inline-block;
    min-width: 150px;
    max-width: 75%;
    flex-grow: 0;
    border-radius: 12px !important;
}
.im-container .im-rhs .im-messages .im-message.sent .im-message-sender {
    justify-content: flex-end;
}
.im-container .im-rhs .im-messages .im-message.received .im-message-content {
    border-top-left-radius: 0 !important;
}
.im-container .im-rhs .im-messages .im-message.sent .im-message-content {
    margin-left: auto;
    background: #1A1539 !important;
    color: #fff !important;
    border-top-right-radius: 0 !important;
}

.im-container .im-rhs .im-messages .im-message.sent .header-item {
    margin-left: 0.75rem;
}
.im-container .im-rhs .im-messages .im-message.received .header-item {
    margin-right: 0.75rem;
}
.im-container .im-rhs .im-messages .im-message.sent .attachment {
    margin-left: 0.75rem;
}
.im-container .im-rhs .im-messages .im-message.received .attachment {
    margin-right: 0.75rem;
}

.im-container .im-rhs .im-input textarea {
    height: 60px;
    border-color: #ccc;
    padding: 0.3rem;

}
.im-container .im-rhs .im-input.pr-input textarea {
    height: 150px;
}
.im-container .im-rhs .im-input textarea:focus,
.im-container .im-rhs .im-input textarea:active,
.im-container .im-rhs .im-input textarea:focus-visible {
    /* border: 1px solid #307899 !important; */
}
.im-container .im-rhs .im-input #selected-files .selected-file {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 20px 2px 5px;
    cursor: pointer;
    position: relative;
    margin-top: 6px;
    margin-right: 6px;
}
.im-container .im-rhs .im-input #selected-files .selected-file:hover {
    color: #b11313;
}
.im-container .im-rhs .im-input #selected-files .selected-file:after {
    position: absolute;
    content: '✕';
    right: 4px;
    color: #b11313;
}
.im-container .im-rhs .im-video-container {
    max-width: 480px;
    display: inline-block;
    position: relative;
    margin-top: 4px;
}
.im-container .im-rhs .im-video-container video {
    max-width: 100%;
}
.im-container .im-rhs .im-video-container .vs-control {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    margin: 0 !important;
    top: 0;
    right: 0;
    background: rgba(238, 238, 238, 0.75) !important;
    border: 0 !important;
    border-bottom-left-radius: 3px;
    text-align: right !important;
    width: auto !important;
    font-size: 11px !important;
}
.im-container .im-rhs .im-video-container:hover .vs-control {
    opacity: 1;
    background: rgba(238, 238, 238, 1) !important;
}
.im-container .im-rhs .im-video-container .vs-control select {
    width: auto !important;
    border: 0 !important;
}
.im-message.proofreading {
    border: 1px solid #9aceb8;
    padding: 4px !important;
    background: #f1fff9;
    border-radius: 5px;
}
.msg-header {
    background-color: #FB6108;
    color: #fff;
}
.msg-input {
    border: 1px solid #ccc;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible !important;
}
.msg-input textarea, .msg-input textarea:focus{
    outline:0;

    border:none;
    resize: none;
    width: 100%;
    height: 35px !important;
    margin-left: 12px;
}
.im-btn-send {
    margin-right: -1px !important;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
}
.btn-input, .btn-input:hover, .btn-input:focus {
    /*height: 40px;
    width: 44px;
    font-size: 18px;
    padding: 0;
    display: grid;
    place-items:center;
    border-radius: 100%;
    background: #32abd1;
    color: #fff;*/
    margin-right: -1px !important;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
    z-index: 1;
}
.btn-input i {
    margin-left: -4px;
}
.im-date-separator {
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    margin: 16px 0;
}
.im-date-separator::before {
    border-top: 1px solid #0003;
    position: absolute;
    width: 100%;
    content: '';
    top: 9px;
    left: 0;
}
.im-date-separator>span {
    position: absolute;
    background: #fff;
    top: 0;
    left: calc(50% - 70px);
    width: 140px;
    color: #1A153999;
    font-weight: normal;
}
.im-message .on-hover-visible-header-item {
    display: none;
}
.im-message:hover .on-hover-visible-header-item {
    display: block;
}
.note-editor button.note-btn {
    width: auto !important;
  }
  .flex-gallery {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
  ul.flex-gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .up-img-container {
    height: 170px;
    width: 180px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 5px;
  }
  .up-img-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .up-img-container a {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
  }
