:root {
    --primary: #008080;
    --primaryHover: #52b5b5;
    --secondary: #52b5b5;
    --tertiary: #009BDB;
    --textColor: #002237;
}
/* write your CSS code here */

/* Common CSS */
a, button{
    transition: .2s;
}
body{
    color: var(--textColor);
}
.text-red {
    color: #ff0101;
}
.text-center{
    text-align: center;
}
.mt-0{
    margin-top: 0px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.f-30{
    font-size: 30px !important;
}
.f-10{
    font-size: 10px !important;
}
.w-130{
    width: 130px !important;
}
.w-150{
    width: 150px !important;
}
.w-300{
    width: 300px !important;
}
.full-width{
    display: block;
    width: 100% !important;
}
.d-block{
    display: block !important;
}
.b-600{
    font-weight: 600;
}
.b-700{
    font-weight: 700;
}
.p-10{
    padding: 10px;
}
.p-15{
    padding: 15px;
}
.p-20{
    padding: 20px;
}
.p-30{
    padding: 30px;
}
.text-yellow{
    color: #ffcc00 !important;
}
.text-sky-blue{
    color: #6fddff !important;
}
.d-none{
    display: none !important;
}
.text-right {
    text-align: right;
}
.bg-facebook{
    color: #fff;
    background: #3b5998;
}
.bg-twitter{
    color: #fff;
    background: #1da1f2;
}
.bg-instagram{
    color: #fff;
    background: #c32aa3;
}
.bg-linkedin{
    color: #fff;
    background: #0a66c2;
}
.bg-pinterest{
    color: #fff;
    background: #bd081c;
}
.bg-youtube{
    color: #fff;
    background: #ff0000;
}
.bg-calendar{
    color: #fff;
    background: #0a66c2;
}
.bg-vimeo{
    color: #fff;
    background: #1ab7ea;
}
.bg-nft{
    color: #fff;
    background: #fba300;
}
.bg-tickets{
    color: #fff;
    background: #bd5c08;
}
.bg-race-results{
    color: #fff;
    background: var(--tertiary);
}
.bg-news{
    color: #fff;
    background: #960a0c;
}
.bg-podcast{
    color: #fff;
    background: #32037f;
}
.bg-dribble{
    color: #fff;
    background: #ea4c89;
}
.bg-discord{
    color: #fff;
    background: #5865f2;
}
.bg-track-pass{
    color: #fff;
    background: var(--tertiary);
}
.bg-ebay{
    color: #fff;
    background: #c3003a;
}
.bg-whatnot{
    color: #fff;
    background: #fff351;
}
.bg-etsy{
    color: #fff;
    background: #F1641E;
}
.bg-store{
    color: #fff;
    background: #12833a;
}
.rcp_message p {
    margin-bottom: 10px !important;
    background: #eee !important;
    border-radius: 5px !important;
    border-left: 3px solid #919191 !important;
    border-right: 3px solid #919191 !important;
}
.rcp_message .rcp_error {
    background: #f1a6a6 !important;
    color: #722828 !important;
    border-color: #d10000 !important;
    border: 1px solid #d10000 !important;
    border-left: 3px solid #d10000 !important;
    border-right: 3px solid #d10000 !important;
}
.custom-alert{
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #eee;
    border-radius: 5px;
    border-left: 3px solid #919191;
    border-right: 3px solid #919191;
}
.custom-alert-info {
    background: #caedff;
    color: #006599;
    border-color: #006599;
}
.custom-alert-danger{
    background: #d10000;
    color: #722828;
    border-color: #d10000;
}
.custom-alert-warning {
    background: #ff8d00;
    color: #f9f9f9;
    border-color: #af6100;
}
.custom-alert-primary {
    background: var(--tertiary);
    color: #ffffff;
    border-color: #086493;
}
.responsive-img img{
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: unset !important;
}
.shadow, .shadow-hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
/* Close Common CSS */

nav#_nav_menu-7-27 .oxy-menu-toggle {
    position: absolute;
    left: 16rem;
    top: -13px;
}
.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-toggle {
    position: unset !important;
}
#headline-84-27 b {
    color: #0083d4;
}
.oxy-toggle {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.oxy-expand-collapse-icon {
    background: #3299d9;
    margin: 0;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
}
.oxy-expand-collapse-icon::after, .oxy-expand-collapse-icon::before {
    content: "";
    background-color: #ffffff;
    height: 4px;
    top: 8px;
}

/* Main Testimonials */
    .testimonial-slider-wrapper {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    .owl-theme .owl-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        top: 40%;
        margin: 0 !important;
        height: 1px;
    }
    .testimonial-slider-item {
        width: 100%;
        height: 529px;
        border-radius: 10px;
        position: relative;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 960px;
    }
    .testimonial-slider-item::before{
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #07468152;
    }
    .testimonial-slider-content {
        background: var(--background-highlight-white, linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.50) 50%, rgba(255, 255, 255, 0.05) 100%));
        position: absolute;
        bottom: 20px;
        width: 95%;
        margin: 0 auto;
        left: 0;
        right: 0;
        display: flex;
        gap: 24px;
        align-items: center;
        justify-content: space-between;
        padding: 12px 24px;
    }
    .ts-user-says h5 {
        color: #fff;
        font-family: inherit;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
    }
    .ts-user-says p {
        color: #fff;
        font-family: inherit;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        font-style: italic;
    }
    .ts-user-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 15%;
        font-family: inherit;
    }
    .ts-user-says {
        width: 100%;
    }
    .ts-user-img {
        width: 100px;
        height: 100px;
        background-position: center;
        background-size: cover;
        border-radius: 50%;
        border: 3px solid #fff;
    }
    .ts-user-info h5 {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        line-height: 27px;
        font-family: inherit;
    }
    .ts-ratings {
        color: #FEA500;
        font-size: 18px;
        margin-top: 10px;
    }
    .owl-nav button span {
        font-size: 110px;
        color: #008080;
        line-height: 1;
    }
    .owl-theme .owl-dots{
        margin-top: 20px;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #008080!important;
        transition: .2s;
    }
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
    }
    .owl-nav button span:hover {
        font-size: 110px;
        color: #52b5b5;
        line-height: 1;
    }
/* Close Main Testimonials  */

/* Form Styles */
    .td-custom-form .gform_heading {
        display: none;
    }
    .ginput_container input,
    .ginput_container textarea,
    .ginput_container select {
        padding: 20px !important;
        height: auto !important;
        -webkit-box-shadow: 0px 4px 20px 0px #1877F233 !important;
        box-shadow: 0px 4px 20px 0px #1877F233 !important;
        width: 100%;
        border-radius: 5px !important;
        border: 0 !important;
        line-height: 1 !important;
        font-size: 16px !important;
    }
    .gform-theme--foundation .gform_fields {
        row-gap: 25px !important;
    }

    .gform_footer input[type="submit"], 
    .gform_footer button,
    .td-primary-btn{
        background-image: linear-gradient(160deg, #3299d9 70%, #8ccaed 100%) !important;
        gap: 8px !important;
        padding: 12px 25px !important;
        border-radius: 100px !important;
        border: 1px solid #3299d9 !important;
        box-shadow: 0px 4px 8px 0px #055F7B40 !important;
        -webkit-box-shadow: 0px 4px 8px 0px #055F7B40 !important;
        font-size: 16px !important;
        transition: .2s;
        font-family: inherit;
        font-weight: 700;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
    }
    .gform_footer input[type="submit"]:hover, 
    .gform_footer button:hover,
    .td-primary-btn:hover{
        background-image: linear-gradient(#3299d9 100%, #3299d9 100%) !important;
    }
    .td-custom-form .gform_footer input[type="submit"], 
    .td-custom-form .gform_footer button{
        width: 212px !important;
    }

    .td-secondary-btn{
        background-image: linear-gradient(120deg, #ffffff 50%, #bde6ff 100%);
        gap: 8px !important;
        padding: 12px 25px !important;
        border-radius: 100px !important;
        border: 1px solid #3299d9 !important;
        box-shadow: 0px 4px 8px 0px #055F7B40;
        -webkit-box-shadow: 0px 4px 8px 0px #055F7B40;
        font-size: 16px !important;
        transition: .2s;
        font-family: inherit;
        cursor: pointer;
        font-weight: 700;
        color: #3299d9;
        font-size: 14px;
    }
    .td-secondary-btn:hover{
        background-image: linear-gradient(#ffff 100%, #ffff 100%);
    }
/* Close Form Styles */

/* Booking Form */
    .schedule-form-container, .schedule-form-container form {
        gap: 8px;
        display: flex;
        flex-direction: column;
    }
    .td-form-row {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: space-between;
    }
    .td-form-control {
        padding: 20px;
        -webkit-box-shadow: 0px 4px 20px 0px #1877F233 !important;
        box-shadow: 0px 4px 20px 0px #1877F233 !important;
        border-radius: 5px !important;
        border: 0 !important;
        line-height: 1 !important;
        font-size: 16px !important;
        width: 100%;
        display: block;
        outline: 0;
    }
    .td-form-col {
        width: 100%;
    }
    .schedule-form-container {
        padding: 16px 24px;
        background: #ECF8FF;
        border-radius: 20px;
    }
    .bform-heading,
    .bform-sec-heading {
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        color: #006AAB;
    }
    .bform-heading {
        color: #006AAB;
    }
    .bform-sec-heading {
        color: #fff;
    }
    .price-estimate-result-container {
        background: linear-gradient(180deg, #3299D9 0%, #009DFF 100%);
        padding: 8px 16px 16px 16px;
        border-radius: 5px;
        display: flex;
        gap: 8px;
        flex-direction: column;
    }
    .schedule-form-container .td-primary-btn,
    .schedule-form-container .td-secondary-btn {
        padding: 20px !important;
        border-radius: 10px !important;
    }
/* Close Booking Form */

/* Blog Lists */
    .blog-lists-wrapper ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .blog-lists-wrapper ul .blog-item {
        width: 32%;
        border-radius: 10px;
        padding: 32px;
        gap: 24px;
        display: flex;
        box-shadow: 0px 4px 20px 0px #1877F233;
        flex-direction: column;
        margin-bottom: 24px;
    }
    .blog-heading h3 {
        font-size: 28px;
        text-align: left;
        line-height: 33.6px;
        margin-bottom: 20px;
        font-family: inherit;
        color: #006AAB;
        transition: .2s;
    }
    .blog-heading h3:hover{
        color: #002237;
    }
    .blog-img::before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(100% 102.68% at 0% 2.08%, rgba(0, 105, 171, 0) 0%, rgba(7, 70, 129, 0.5) 83%, rgba(0, 105, 171, 0.5) 100%);
    }
    .blog-img::after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 57px;
        width: 50px;
        background-size: cover;
        background-image: url(/wp-content/uploads/2024/05/union-star.png);
        background-repeat: no-repeat;
    }
    .blog-item .blog-img {
        width: 100%;
        height: 202px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }
    .blog-details li {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 12px;
        line-height: 18px;
        color: #006AAB;
    }
    .blog-body-content {
        font-size: 16px;
        text-align: left;
        color: #002237;
        line-height: 24px;
    }
    .blog-read-more {
        color: #006AAB;
        font-size: 16px;
        line-height: 20.16px;
        font-weight: 700;
        transition: .3s;
    }
    .blog-read-more:hover {
        color: #002237;
    }
    .blog-item .ts-user-info {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 15px;
    }
    .blog-item .ts-user-info .ts-user-img {
        border: 3px solid #006AAB;
    }
    .blog-item .ts-right-details h5 {
        color: #006AAB;
    }
/* Close Blog Lists */

/* Scheduling Slider UI */
    .slider-container {
        margin: 20px 0;
    }

    .slider-container label {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        line-height: 1.2;
    }

    .slider-container input[type="range"] {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 10px;
        background: linear-gradient(300deg, #3299d9 70%, #8ccaed 100%);
        outline: none;
        opacity: 0.7;
        transition: opacity .15s ease-in-out;
        border-radius: 5px;
    }

    .slider-container input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: #0083d4;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid #fff;
    }

    .slider-container input[type="range"]::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: #0083d4;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        border: 1px solid #fff;
    }

    .slider-container output {
        color: #006aab;
        font-weight: 600;
    }
    .save-15-txt-row {
        text-align: left;
    }
    .save-15-txt-row h5 {
        font-size: 21px;
        color: #006aab;
    }
    .save-15-txt-row p {
        margin: 0;
        margin-bottom: 20px;
        font-size: 16px;
    }
    /* If Under homepage banner */
    .homepage-banner-form .slider-container label {
        font-size: 14px;
        gap: 5px;
    }
    .homepage-banner-form .schedule-form-container{
        border: 1px solid var(--Brand-White, #FFF);
        background: rgba(255, 255, 255, 0.30);
        backdrop-filter: blur(10px);
        color: #fff;
    }
    .homepage-banner-form .slider-container {
        margin: 10px 0;
    }
    .homepage-banner-form .slider-container output,
    .homepage-banner-form .bform-heading {
        color: #ffffff;
    }
    .homepage-banner-form .save-15-txt-row h5 {
        font-size: 18px;
        color: #ffffff;
    }
    .homepage-banner-form .slider-container input[type="range"] {
        background: linear-gradient(300deg, #0083d4 40%, #d3d3d3 100%);
    }
    .homepage-banner-form .save-15-txt-row p {
        margin: 0;
        margin-bottom: 5px;
        font-size: 14px;
    }
/* Close Scheduling Slider UI */


/* Form Wizard Tab UI */
.main-booking-form-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
}
.wizard-form-container,
.booking-information-summary {
    position: relative;
    width: 100%;
}
.tab-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.tab-status::after {
    content: " ";
    height: 1px;
    width: 100%;
    border: 1px solid #006aab;
    position: absolute;
}
.tab-status .tab {
    line-height: 1;
    border-radius: 50%;
    border: 2px solid #008080;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    color: #008080;
    justify-content: center;
    font-size: 14px;
    background: #fff;
    position: relative;
    z-index: 1;
    font-weight: 500;
}
.tab.active {
    color: #fff;
    background: #008080;
}
.multiple-fields-wrapper {
    margin: 15px 0px !important;
    border: 1px solid #C7C7C7 !important;
    border-radius: 5px;
    padding: 10px 10px 10px 0px;
    position: relative;
}
.multiple-action-btns {
    position: absolute;
    right: -13px;
    top: 10px;
    display: flex;
    flex-direction: column;
}
.multiple-action-btns a {
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    line-height: 1;
    font-size: 14px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .9;
    transition: .2s;
    margin: 2px 0;
}
.multiple-action-btns a:hover {
    opacity: 1;
}
.multiple-action-btns a.add-btn {
    background: #05ad3d;
}
.multiple-action-btns a.remove-btn {
    background: #c3003a;
}
#onboarding-form-modal .custom-modal-content {
    background: #fff;
    padding: 20px;
}
.hidden{
    display: none !important;
}
.active{
    display: block;
}
.booking-information-summary {
    width: 700px;
    background: #fff;
    border-radius: 20px;
}
.bis-heading {
    padding: 20px 30px 20px 30px;
}
.sm-heading {
    text-align: left;
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #006aab;
    text-shadow: 2px 4px 8px #055F7B40;
}
.sm-sub-heading {
    margin: 5px 0;
}
.bis-final-totals {
    padding: 20px 30px 20px 30px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bis-txt {
    font-size: 16px;
    font-weight: 500;
}
.bis-final-price-txt {
    text-align: right;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #006aab;
    text-shadow: 2px 4px 8px #055F7B40;
}
.bis-price-txt {
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: #008080;
    text-shadow: 2px 4px 8px #055F7B40;
}
.bis-sub-tax-wrapper,
.bis-final-details {
    margin: 0;
    list-style-type: none;
    padding: 20px 30px 20px 30px;
    border-top: 1px solid #eee;
}
.bis-sub-tax-wrapper li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.bis-final-details li {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    display: flex;
}
ul.bis-final-details li .active-txt {
    color: #008080;
    text-shadow: 2px 4px 8px #055F7B40;
}
ul.bis-final-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
ul.bis-final-details li i {
    font-size: 26px;
    color: #000;
}
.wizard-form-container {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}
.custom-form {
    position: relative;
}
.panel-form-heading h5 {
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    color: #008080;
    text-shadow: 2px 4px 8px #055F7B40;
    text-transform: uppercase;
}
.panel-form-heading p {
    margin: 0;
    line-height: 1.5;
}
.panel-form-heading {
    margin-bottom: 20px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 20px;
}
.form-group label {
    font-size: 14px;
}
.form-input {
    padding: 20px !important;
    height: auto !important;
    -webkit-box-shadow: 0px 4px 20px 0px #1877F233 !important;
    box-shadow: 0px 4px 20px 0px #1877F233 !important;
    width: 100%;
    border-radius: 5px !important;
    border: 0 !important;
    line-height: 1 !important;
    font-size: 16px !important;
    outline: 0;
    font-family: inherit;
}
.wizard-pagination {
    margin-top: 40px;
}
.wizard-pagination .td-custom-white-button,
.wizard-pagination .td-custom-blue-button {
    cursor: pointer;
    width: 170px;
    font-weight: 700;
    gap: 3px;
}
.wizard-pagination .text-right {
    text-align: right;
    align-items: end;
    display: flex;
    justify-content: end;
}
.wizard-pagination .td-custom-blue-button{
    color: #fff;
}
.wizard-pagination .td-custom-blue-button:disabled {
    background: #bacdd8;
    border: 1px solid #bacdd8;
    color: #6a8ea3;
    cursor: no-drop;
}
.cleaning-type-lists ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 10px;
    align-items: stretch;
    justify-content: space-evenly;
    list-style-type: none;
}
.cleaning-type-lists ul li{
    width: 100%;
    max-width: 200px;
    position: relative;
}
.cleaning-type-item {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 40px 20px 20px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: .2s;
    height: 100%;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.cleaning-type-item.selected-item {
    border: 1px solid #008080;
    background: #008080;
    color: #fff;
}
.cleaning-type-item:hover {
    border: 1px solid #6fbae6;
}
.cleaning-type-item.qty-multiple.selected-item {
    padding-bottom: 50px;
}
.cleaning-type-item h6 {
    text-align: center;
    line-height: 1.2;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    word-wrap: break-word;
}
.ct-top-details{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.ctype-price {
    background: #52b5b5;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
    font-weight: 700;
    color: #fff;
}
.ctype-mins {
    background: #3299d9;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-bottom-right-radius: 10px;
    font-weight: 700;
    color: #fff;
}
.ctype-quantity-wrapper {
    display: none;
    align-items: stretch;
    justify-content: space-evenly;
    background: #52b5b5;
    text-align: center;
    border: 1px solid #52b5b5;
    border-radius: 5px;
    padding: 0;
    position: relative;
    z-index: 2;
    margin-top: 1px;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0px;
}
.qty-multiple.selected-item .ctype-quantity-wrapper{
    display: flex;
}
.ctype-quantity-wrapper.selected-item {
    display: flex;
}
.ctype-quantity-wrapper .quantity-input {
    border: 0;
    background: #006aab;
    width: 75px;
    font-size: 20px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    outline: 0;
}
.qty-txt, .increment-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.qty-txt{
    padding: 0 5px;
    font-size: 12px;
}
.increment-btns span {
    padding: 2px 10px;
    font-size: 10px;
    cursor: pointer;
    transition: .2s;
}
.increment-btns span:hover {
    color: #94eea6;
}
.ct-item-total-price {
    background: #52b5b5;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 12px;
}
.cleaning-type-item .ct-item-total-price {
    display: none;
}
.cleaning-type-item.selected-item .ct-item-total-price {
    display: block;
}
/* Form Wizard Tab UI */