body {
    background-color: white;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

p,
.booking_description {
    font-size: 16px;
}

.hidden,
.always-hidden {
    display: none !important;
}

.badge {
    color: white;
    display: inline-block;
}

.main-content {
    /*max-width: 1140px !important;*/
    width: 100% !important;
    padding-left: 11px;
    padding-right: 11px;
    display: block;
    margin: auto;
    float: none;
}

.header img {
    display: block;
    margin: auto;
}

.booking-info {
    margin: 20px;
}

#top-image {
    position: relative;
}

#top-image img {
    /* max-height: 100%; */
}

#service-title-in-image {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 0;
    font-size: 20px;
    margin-bottom: 10px;
    text-shadow: 1px 1px #6b6b6b;
}

.contact-items {
    font-size: 14px;
}

.plus-minus-btn {
    height: 30px;
}

.plus-minus-input {
    text-align: center;
}

.item-title, .item-price {
    /*font-size: 16px !important;*/
}

.book-service-block {
    padding: 0px !important;
    border: 1px solid white;

    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.1)
    ),
    url("https://cdn.loknstore.co.uk/store-images/100sqft-1160-x-670.jpg");
    background-size: cover;
}

.book-service-block:hover {
    padding: 0px !important;
    border: 1px solid white;

    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.1)
    ),
    url("https://cdn.loknstore.co.uk/store-images/100sqft-1160-x-670.jpg");
    background-size: cover;
}

.breadcrumb-item {
    padding: 10px;
}

.bbreadcrumb-item.active {
    background-color: #e0e2e6;
}

.services-container {
    padding-left: 15px;
    padding-right: 15px;
}

.book-service-block-container {
    position: relative;

    padding-bottom: 30px;

    height: 200px;
}

.book-service-block-container h6 {
    margin-top: 20px;
    margin-left: 20px;
    color: white;
    text-shadow: black;
}

.service-more-info-btn {
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 50%;
    margin-top: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.add-service-to-cart-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    margin-top: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.how-it-works img {
    display: block;
    margin: auto;
}

.how-it-works * {
    text-align: center;
}

.how-it-works ul {
    display: table;
    margin: 0 auto;
}

.how-it-works li {
    text-align: center;
}

.service-info {
    background-color: #f9f9f9;
}

.service-block {
    /* border:2px solid #F9F9F9; */
    border-radius: 2px;
    padding: 0px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.start-booking {
    height: 40px;
    padding-top: 8px;
    font-size: 16px !important;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.star-rating {
    color: #007bff;
}

.star-rating-empty {
    color: #b3b3b3;
}

.faq-question {
    font-weight: bold;
    padding-top: 10px;
    margin-right: 20px;
}

.timeslots {
    font-size: 14px;
}

.footer {
    padding: 40px;
    margin-top: 20px;
    text-align: center;
    background-color: #f9f9f9;
}

.footer img {
    display: block;
    margin: auto;
    width: 150px;
}

.add-to-booking-col {
    text-align: right;
    width: 50px;
}

.add-to-booking-col input {
    padding: 1px;
    text-align: center;
}

#breadcrumbs {
    position: relative;
    padding-top: 40px;
}

#close-now {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    z-index: 1;
}

.col-breadcrumb {
    position: relative;
    width: 100%;
    min-height: 1px;
    text-align: center;
    color: white;
    font-size: 18px;
}

.col-breadcrumb-full {
    width: 25% !important;
}

.col-breadcrumb-short {
    width: 33% !important;
}

.breadcrumb-circle {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #dadada;
    margin: auto;
    z-index: 10;
    position: relative;
}

.col-breadcrumb.complete .breadcrumb-circle,
.col-breadcrumb.active .breadcrumb-circle {
    background-color: white !important;
}

.breadcrumb-line {
    border-bottom: 2px solid white;
    z-index: 9;
    position: relative;
}

.col-breadcrumb.complete .breadcrumb-line-left,
.col-breadcrumb.active .breadcrumb-line-left {
    border-bottom: 2px solid white;
}

.col-breadcrumb.complete .breadcrumb-line-right {
    border-bottom: 2px solid white;
}

.col-breadcrumb.active .breadcrumb-line-right {
    border-bottom: 2px solid white !important;
}

.breadcrumb-line-right {
    height: 1px;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 54%;
}

.breadcrumb-line-left {
    height: 1px;
    width: 50%;
    position: absolute;
    top: 50%;
    left: -4%;
}

.booking-calendar .datepicker-inline {
    width: 100%;
}

.service-block.booking-time {
    padding: 0;
    border: none;
}

.form-check-inline {
    margin-right: 0px;
}

/* calendar */

.fc button {
    height: 3.1em;
}

@media (min-width: 1201px) {
    div.main-content .container-fluid {
        margin-left: 0 !important;
        padding-left: 1.5rem !important;
    }
}

#styled-container {
    margin: 5px;
}

@media only screen and (max-width: 414px) {
    .feature-arrow {
        display: none !important;
    }

    .styled-container-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #close-now {
        margin-top: 0px !important;
        font-size: 24px !important;
    }

    .col-breadcrumb {
        font-size: 14px !important;
    }
}

/* calendar */

.dow {
    background-color: black;
    color: white;
}

.disabled.day {
    opacity: 0.4;
    border-color: #f7f8f9 !important;
    color: #bbc2c5;
}

.datepicker-days table {
    border-collapse: separate;
    border-spacing: 10px;
    /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
    /*margin-top: 20px;*/
}

.datepicker-days table tfoot {
    display: none;
}

.day {




    /*background-color: red;*/
    /*border: 1px solid #eff1f2 !important;*/
    /*height: 60px !important;*/
    /*position: relative !important;*/
    /*text-align: right !important;*/
    /*vertical-align: bottom !important;*/
    /*padding-bottom: 2px !important;*/
    /*padding-right: 2px !important;*/
    /*color: black;*/
}

.day.active {
    background-color: #00cb8f !important;
}

/**New **/

#booking-datetime-section .service-block {
    border: none;
}

#styled-container {
    background: #fff;
    transition: 0.5s;
    border: 0;
    margin-bottom: 30px;
    position: relative;
}

#breadcrumbs {
}

.booking-sections {
    background-color: white;
}

.booking-sections .booking-options ul,
.booking-sections .booking-options ol,
ul.custom-booking-desc,
ol.custom-booking-desc {
    list-style-position: inside;
    padding-left: 0px;
}

.section-icon {
    font-size: 20px;
}

.no-border {
    border: none;
}

.client-styling-textinput {
    border: none !important;
    border-bottom: 1px solid #1a7018 !important;
    border-radius: 0 !important;
    margin-bottom: 20px !important;
    font-size: 1em !important;
    padding-left: 0 !important;
}

/* booking description styling */

.booking_description ul {
    padding-left: 0px;
    margin-top: 10px;
    list-style: none;
}

.booking_description li .list-tick {
    margin-right: 10px;
}

.booking_description li.dot {
    list-style-type: disc;
}

.info-header {
    font-weight: bold;
    color: black;
}

.number-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    border-radius: 20px;
    float: left;
    font-size: 16px;
}

.icon-icon {
    padding-top: 12px;
}

.number-icon-text {
    float: left;
    margin-top: -38px;
    margin-left: 50px;
}

.bold {
    font-weight: bold;
    color: black;
}

.faq-block {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-top: 10px;
    position: relative;
    padding-right: 20px;
}

.faq-block-icon {
    position: absolute;
    top: 16px;
    right: 16px;
}

#reviews {
    padding-top: 20px;
    padding-bottom: 20px;
}

#faq {
    padding-bottom: 20px;
}

.testimonal-block {
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.testimonal-block p {
    margin: 10px;
    padding: 0;
}

.carousel-indicators {
    position: absolute;
    top: -10 !important;
    bottom: auto;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.review-star {
    color: #ffd32d;
}

.service-header {
    margin-top: 40px;
    font-size: 2em !important;
}

.service-subheader {
    font-size: 1.5em !important;
    margin-top: 10px;
    margin-bottom: 40px;
}

.booking-service-block {
    margin: 0 0 10px 0px !important;
}

.booking-service-block-terms {
    margin-top: 17px !important;
}

.fancy-checkbox-booking span {
    width: 22%;
    text-align: right;
}

.fancy-checkbox-booking {
    float: right;
    width: 100%;
    text-align: right;
    margin: 0;
}

/* reworked */

.review-block {
    border: 1px solid #ededed;
    background-color: #f9f9f9;
    border-radius: 4px;
    margin: 5px;
}

.review-avatar {
    text-align: center;
    height: 70px;
    font-size: 100px;
    width: 70px;
    position: relative;
    border: 1px solid #ededed;
    border-radius: 35px;
    background-color: #ef386f;
    color: white;
}

.review-avatar h3 {
    padding-top: 10px;
    font-size: 2.3rem;
}

.background-coloured-block {
    background-color: #f6f6f6;
}

#view-terms-link {
    text-decoration: underline !important;
    font-size: 0.7rem;
}

.feature-arrow-container {
    max-width: 12.5%;
    flex: 0 0 12.5%;
}

.feature-arrow {
    margin: auto;
    width: 160%;
    margin-left: -20px;
    margin-top: 40px;
}

#booking-steps,
#booking-steps h5 {
    color: white !important;
}

.background-image-block {
    background-image: url(https://www.twinkleclean.co/wp-content/uploads/2020/04/man-cleaning-carpet-london.jpg?id=9131) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.background-image-block:before {
    content: "";
    position: absolute;
    background-color: #262256;
    opacity: 0.82;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#top-image img:before {
    background: rgb(101, 55, 129);
    background: linear-gradient(
        164deg,
        rgba(101, 55, 129, 1) 0%,
        rgba(186, 165, 199, 1) 59%,
        rgba(255, 255, 255, 0.3113620448179272) 93%
    );
}

#booking-steps {
    padding-top: 40px;
    padding-bottom: 40px;
}

svg {
    stroke: transparent;
    stroke-width: 0px;
}

/* NEW */

h6 {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    color: #020072;
    text-align: center;
}

h5 {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    color: #020072;
    text-transform: none;
}

.option-description {
    color: #020072;
    font-size: 14px;
    margin-bottom: 20px;
}

.booking-checkbox {
    color: #020072;
    font-size: 12px;
    font-weight: bold;
}

.booking-checkbox span {
    font-weight: normal !important;
}

/*.single-option {*/
/*    padding-left: 20px;*/
/*}*/

.fancy-checkbox input[type="checkbox"] + span:before {
    font-family: "FontAwesome" !important;
    border-color: #b54258 !important;
    background-color: white !important;
    border-radius: 4px !important;
}

.fancy-checkbox input[type="checkbox"]:checked + span:before {
    font-family: "FontAwesome" !important;
    border-color: #b54258 !important;
    background-color: #b54258 !important;
}

/*a {*/
/*    color: #b54258 !important;*/
/*}*/
.time-blocks .booking-time {
    text-align: center;
    border: 2px solid #41b1d9;
    padding: 11px;
    cursor: pointer;
}
.time-blocks .disabled-time {
    background: #f3f3f3;
    cursor: not-allowed;
    color: #b4b4b4!important;
    border: 1px solid gray!important;
}
.time-blocks {
    margin-top: 15px;
}
.datepicker-days table tfoot {
    display: none;
}
.time-blocks .active {
    background: #41b1d9;
    color: white;
}



.day.active {
    background-color: #41b1d9 !important;
}

/**New **/

#booking-datetime-section .service-block {
    border: none;
}

#styled-container {
    background: #fff;
    transition: 0.5s;
    border: 0;
    margin-bottom: 30px;
    position: relative;
}
.summary-subscriptioninfo-block {
    margin: 0 -20px -20px -20px;
    background: #f8f8f8;
    padding: 10px;
    text-align: center;
    font-size: 0.9em;
    border-top: 1px solid #f0f0f0;
}

@media (max-width: 577px) {

    .width-24{
        width: 40px!important;
    }
    .item-price span{
        position: initial!important;
    }
    .align-right{
        text-align: left!important;
    }
    .align-right .width-24{
        float: right;
    }
}

@media only screen and (min-width: 600px){
}

@media (max-width: 485px) {
    .width-24{
        width: 40px!important;
    }
}

@media (max-width: 400px) {
    .width-24{
        width: 40px!important;
    }
}
.br-4{
    border-radius: 4px!important;
}

.summary-title{
    /*font-weight: bold!important;*/
}

.single-option-summary ul{
    padding-left: 19px;
    margin: 0px;
}

.single-option-summary .text-muted{
    margin:0px!important;
}
.last-hr{
    color: #344063;
    height: 2px!important;
    opacity: 1;
}
.total-title{
    font-weight: bold;
}
.summary-container ul:not(.terms-content){
    padding-left: 18px!important;
    margin-left: 5px;
}
.single-option-summary .img-container a {
    display: none;
}
.single-option-summary .img-container {
    width: 100px;
    float: left;
    border: 2px solid white;
}
.next-button{
    color: white!important;
    text-transform: uppercase;
}
