.mkdf-content {
    position: relative;
    margin-top: 0;
    background-color: #fff;
}

.mkdf-full-width {
    position: relative;
    z-index: 100;
}

.main-content {
    display: flex;
    padding: 20px;
}

.tenant-dsh .main-content {
    justify-content: center;
}

.main-content .left {
    padding: 58px;
    max-width: 445px;
}

.main-content .left p {
    color: #325F7E;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 60px;
}

.main-content .left a.b-btn {
    letter-spacing: .125em;
    line-height: 2em;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    padding: 12px 37px;
    background-color: #7db8ca;
    border-radius: 7px;
}

.main-content .right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-content .right img {
    width: 100%;
    max-width: 400px;
}

.flexbox-container {
    display: flex;
    align-items: center;
    /* height: 70vh; */
    padding: 50px 0px;
}

.box-shadow-2 {
    box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}

.line-on-side {
    border-bottom: 1px solid #dadada;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.font-small-3 {
    font-size: 0.9rem !important;
}

.line-on-side span {
    background: #fff;
    padding: 0 10px;
}

.has-icon-left .form-control {
    padding-right: 1rem;
    padding-left: calc(2.75rem + 2px);
}

.form-simple input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control-position {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 3.2rem;
    text-align: center;
}

.has-icon-left .form-control-position {
    right: auto;
    left: inherit;
}

.btn-info {
    color: #fff;
    background-color: #7db8ca;
    border-color: #7db8ca;
}

.d-flex a {
    margin-left: 6px;
    color: rgba(50, 95, 126, 1);
}

.row.match-height {
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}

.form-actions.right {
    text-align: right;
}

.btn-primary {
    color: #fff;
    background-color: rgba(50, 95, 126, 1);
    border-color: rgba(50, 95, 126, 1);
}

.btn-warning {
    color: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 225px;
    padding: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content li {
    width: 100%;
}

.dropdown-content li a {
    color: rgba(50, 95, 126, 1) !important;
}

.main-content.dashboard h3 {
    color: #325F7E;
    font-size: 31px;
}

.main-content.dashboard .left {
    flex: 1;
}

.main-content.dashboard .left p {
    color: #325F7E;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: 400;
}

.main-content.dashboard .left a.phone {
    font-weight: 400;
    color: #325F7E;
    text-decoration: underline;
}

.main-content.dashboard .left {
    padding: 0px;
    max-width: 780px;
}

.main-content.dashboard .right {
    flex: none;
    align-self: center;
}

.main-content.dashboard .right a.call-me {
    letter-spacing: .125em;
    line-height: 2em;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    padding: 7px 23px;
    background-color: #7db8ca;
    border-radius: 7px;
}

.dashboard-box {
    display: flex;
    padding-bottom: 75px;
}

/* .dashboard-box .box{
    flex: 1;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px 0px #d2d2d2;
} */

/* .dashboard-box .box.d-box-1,.dashboard-box .box.d-box-2 {
    margin-right: 25px;
} */

.dashboard-box .box .title {
    flex: 1;
    align-items: center;
    display: flex;
}

.dashboard-box .box .title span {
    color: #325F7E;
    font-weight: 400;
    font-size: 32px;
}

.dashboard-box .box .status-block {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-box .box a.status-block {
    padding: 8px 20px;
    color: #fff;
    border-radius: 25px;
    max-width: 150px;
    font-size: 14px;
}

.dashboard-box .box a.status-block.green {
    background: green;
}

.dashboard-box .box a.status-block.blue {
    background: #7db8ca;
}

.dashboard-box .box a.status-block.red {
    background: red;
}

.product-blk-sec {
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}

.large-container {
    max-width: 1600px;
    margin: auto;
}

.product-category-row {
    display: flex;
}

.product-left-category {
    width: 275px;
    background: #fff;
    border: 1px solid #e7e7e7;
    height: fit-content;
}

.filter-options-block {
    display: block;
}

.clear {
    margin-top: -32px;
    margin-right: -1px;
    float: right;
}

.clear a {
    width: 115px;
    text-align: center;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
    color: rgba(50, 95, 126, 1);
}

.close-filter {
    display: none;
}

.filter-lbl h2 {
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    padding: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(50, 95, 126, 1);
}

.product-category-box {
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 0;
    margin-bottom: 10px;
}

.product-category-box.last-child {
    border-bottom: none !important;
}

.product-category-inner {
    padding: 0 15px;
}

.product-category-inner h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(50, 95, 126, 1);
    margin: 0px 0 10px 0px;
}

.price-range {
    padding: 2px 0 0;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}

.category-listing ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.category-img-listing ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.category-img-listing ul li {
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

.category-img-listing ul li.selected {
    border: 2px solid #43e643 !important;
}

.category-img-listing ul li a {
    display: block;
    padding: 10px;
}

.category-img-listing ul li:nth-child(odd) {
    margin-right: 10px;
}

.category-img-listing ul li img {
    max-width: 88px;
}

.check-custom {
    margin-bottom: 7px;
}

.check-custom input[type=checkbox] {
    display: none;
}


.check-custom input[type=checkbox]+label {
    background: transparent url(../images/chk.png) no-repeat left top;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    min-height: 26px;
    min-width: 26px;
    padding: 2px 0 0 32px;
}

.check-custom input[type=checkbox]:checked+label {
    background: transparent url(../images/chk_a.png) no-repeat left top;
}

.product-right-side {
    width: calc(100% - 250px);
    padding-left: 25px;
}

.price-range .form-control {
    height: 43px !important;
    padding: 8px;
}

.provider-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 0px 20px -2px #d2d3e0;
    padding: 5px 0px;
}

.name-block {
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding: 5px 0px;
    font-weight: 400;
    color: rgba(50, 95, 126, 1);
}

.main-detail-block {
    display: flex;
    padding: 5px 0px;
    border-bottom: 1px solid #ececec;
    align-items: center;
}

.image-block {
    width: 20%;
    text-align: center;
}

.image-block img {
    width: 100px;
    margin: 25px 0px;
}

.price-block {
    width: 20%;
    padding: 25px;
}

.price-block h2 {
    margin: 0px;
    color: rgba(50, 95, 126, 1);
    font-size: 42px;
}

.info-block {
    display: flex;
    width: 55%;
}

.info-block>div {
    width: 22%;
    padding: 25px 5px 30px;
    text-align: center;
}

.info-block>div i {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 20px;
    display: block;
    color: #00c686;
}

.info-block>div h2 {
    margin: 0px;
    margin-bottom: 22px;
    color: #00c686;
    font-size: 32px;
    line-height: 37px;
}

.button-block {
    width: 20%;
    display: flex;
    align-self: center;
}

.label-block {
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
}

.label-block i {
    margin-right: 5px;
    font-size: 14px;
}

.provider-page {
    max-width: 100%;
    background-color: #f5f6fa;
}

.button-block a {
    letter-spacing: 0.75px;
    line-height: 2em;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    padding: 7px 23px;
    background-color: #7db8ca;
    border-radius: 7px;
}

.line-on-side {
    border-bottom: 1px solid #dadada;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #4E5154;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #BABFC7;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#tenancyModal .modal-dialog {
    width: 80%;
    max-width: 768px;
}

#tenancyModal .modal-header {
    background-color: #58468c;
    padding: 0px;
}

#tenancyModal .modal-header h5 {
    color: #fff;
    font-size: 18px;
    margin: 0px;
}

#tenancyModal .modal-body h3 {
    color: #58468c;
    font-size: 18px;
    margin: 22px 0px;
}

.energy-blocks .main-detail-block>div {
    width: 25% !important;
    text-align: center;
}

.energy-blocks .main-detail-block div.estimated-cost h5 {
    margin-bottom: 0px;
    color: rgba(50, 95, 126, 1);
    font-weight: 500;
}

.energy-blocks .main-detail-block div.estimated-cost p {
    color: rgba(50, 95, 126, 1);
    font-weight: 400;
    margin: 0px;
    margin-top: 6px;
}

.energy-blocks .main-detail-block div.estimated-cost p:last-child {
    margin: 0px;
}

.energy-blocks .main-detail-block div.new-saving-block h2 {
    font-size: 24px;
    color: #00c686;
}

.energy-blocks .main-detail-block {
    padding: 15px 0px !important;
}

.form-group select {
    height: 45px !important;
}

.alert {
    font-size: 15px;
}


.btn-warning,
.btn-success,
.btn-primary,
.btn-danger {
    border-color: #7db8ca !important;
    background-color: #7db8ca !important;
    color: #fff;
}

.btn-warning:hover,
.btn-success:hover,
.btn-primary:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-success:focus,
.btn-success:active,
.btn-primary:focus,
.btn-primary:active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    border-color: #325f7e !important;
    background-color: #325f7e !important;
    color: #FFF !important;
}

.ct-featureBox h4 {
    padding: 10px 0 5px;
    color: #325F7E;
    font-size: 1.8rem;
}

.ct-featureBox p {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.main-content h2,
.main-content h3 {
    color: #fff;
    font-size: 5.5rem;
    text-align: center;
}

.main-content h2 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.main-content h3 {
    margin-top: 0;
}

.dashboard-box h3,
.dashboard-box .fa {
    font-size: 3rem;
    color: #325F7E;
}

.ct-featureBox {
    width: 100%;
    background: #fff;
    padding: 40px 55px;
    margin: 15px 0;
    min-height: 250px;
    display: flex;
    text-align: center;
    color: inherit;
    -webkit-transition: background-color, 0.25s, ease-in-out;
    transition: background-color, 0.25s, ease-in-out;
    box-shadow: 0 0px 10px 5px #ccc8c8;
    border-radius: 30px;
}

.ct-featureBox .inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.ct-featureBox .image {
    text-align: center;
}

.ct-featureBox .image img {
    display: inline-block;
}

img,
figure {
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .ct-featureBox {
        padding: 20px 55px;
    }
}

.small-loader {
    display: none;
    position: absolute;
    right: 11px;
    top: 11px;
}


.autocomplete-div {
    position: absolute;
    background-color: white;
    z-index: 1000;
    width: 100%;
    margin-bottom: 12px;
    max-height: 250px;
    overflow-y: auto;
}

.autocomplete-form-group {
    width: 100%;
    position: relative;
}

.autocomplete-div ul {
    list-style: none;
    padding: 0px;
    background-color: white;
    border: 1px solid #e0dada;
}

.autocomplete-div ul li {
    padding: 6px 41px;
    border-bottom: 1px solid #e0dada;
    cursor: pointer;
    font-size: 13px;
}

.autocomplete-div ul li:hover {
    background-color: blue;
    color: white;
}

.new-dashboard .new-tiles .btn {
    background: #7db8ca !important;
}

.new-dashboard .new-tiles .btn.green {
    background: green !important;
}


.new-dashboard .planning-tools.style1:hover .icon-bx {
    box-shadow: inset 0 0 0px 6px #7db8ca, 10px 0px 40px -5px rgba(57, 0, 0, 0.17)
}

.new-dashboard .planning-tools.style1:after {
    background: #7db8ca !important;
}

.new-dashboard .planning-tools.style1:hover .btn {
    background: #fff !important;
}

.new-dashboard .home-banner {
    background: #2e5c80;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.new-dashboard .section-head .box-title {
    font-size: 18px;
}

.new-dashboard .section-head .box-title span {
    font-size: 22px;
}

.new-dashboard .section-head .box-title span:first-child {
    margin-bottom: 16px;
}

.new-dashboard .section-head .box-title span.new_address_text {
    font-size: 16px;
    color: #666;
}

.new-dashboard .icon-bx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-dashboard .icon-bx .icon {
    font-size: 60px;
    color: #325f7e;
}

.new-dashboard .planning-tools.style1 .icon-bx,
.new-dashboard .planning-tools.style1 .icon-bx img {
    width: 100px;
    height: 100px;
}

.new-dashboard .planning-tools.style1:hover .icon-bx {
    border-radius: 100% !important;
}

.new-dashboard .apps-box {
    background: #7db8ca;
}

.small-image-dsh {
    display: none;
    width: 100%;
}

.checkterms div {
    display: flex;
}

.checkterms .termcondition-label {
    font-size: 13px !important;
    margin-left: 8px;
    margin-top: -4px;
}

.checkterms .termcondition-label a {
    text-decoration: underline;
}

.new-dashboard video {
    height: 330px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -65px;
}

.dlab-bnr-inr.dlab-bnr-inr-sm {
    height: 300px !important;
    top: -1px;
}

.new-dashboard .planning-tools.style1 .icon-bx.couimg,
.planning-tools.style1 .icon-bx.couimg img {
    max-width: 190px;
    width: auto;
    height: auto;
    border-radius: 0px;
    max-height: 130px;
}

.new-dashboard .planning-tools.style1 .content-bx p a {
    text-decoration: underline;
    color: #666;
}

.new-dashboard .planning-tools.style1:hover .icon-bx.couimg {
    border-radius: 0px !important;
}

.web-res {
    display: block;
}

.mobile-res {
    display: none;
}

.icon-bx h5 {
    display: none;
}

.information-message-block {
    display: none;
}

.information-block {
    display: none;
}

.new-dashboard .home-banner img {
    display: none;
}

.new-dashboard .home-banner video {
    display: block;
    margin: auto;
}

.new-dashboard .section-head-banner {
    background: #fff;
    max-width: 360px;
    margin: 0 auto;
    position: absolute;
    top: 198px;
    left: 50%;
    border-radius: 25px;
    padding: 15px;
    z-index: 10000;
    min-height: 150px;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
    flex-direction: column;
}


.section-head .box-title {
    font-size: 18px;
    line-height: unset;
}

.new-dashboard .content-inner {
    margin-top: 70px;
}

.rd-navbar-fixed .rd-navbar-panel {
    box-shadow: none;
}

.loadingProgressG,
.rd-navbar-fixed .rd-navbar-panel {
    background: #2e5c80 !important;
}

.big-image-dsh {
    display: none;
}

.greyout-overlay {
    position: absolute;
    background-color: rgb(224 217 217 / 50%);
    height: 93%;
    z-index: 100;
    top: 0px;
    width: 90%;
}


#broadbandModal .modal-content {
    border-radius: 60px;
    padding: 25px 10px;
}

#broadbandModal .modal-body p {
    text-align: center;
}

#broadbandModal .modal-body p.pcode {
    font-size: 32px;
    margin-top: 45px;
    position: relative;
    margin-bottom: 8px;
}

#broadbandModal .modal-body p.pcode span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 13px;
    position: absolute;
    text-transform: uppercase;
    display: none;
}

#broadbandModal .modal-footer {
    display: flex;
    justify-content: center;
}

#broadbandModal a {
    border-radius: 23px;
}

#broadbandModal .pcode i {
    border: 1px solid #d2c9c9;
    padding: 0px 6px;
    background-color: #e4e4e4;
    font-size: 20px;
    position: relative;
    top: -4px;
    cursor: pointer;
}

.new-dashboard .section-head .box-title {
    margin-top: 0px;
    margin-bottom: 10px;
}

.new-dashboard .social-channel-block .list.list-xs li a {
    color: #325F83;
}

.new-dashboard .social-channel-block .list.list-xs li:hover a {
    color: #fff;
}

.new-dashboard .social-channel-block .list.list-xs li:hover {
    background-color: #325F83;
}

.new-dashboard .social-channel-block .list.list-xs li:hover a span.icon {
    color: #fff;
}

@media screen and (min-width:768px) {
    #broadbandModal .modal-dialog {
        min-width: 685px;
    }

    .safe-secure-box {
        height: 140px;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .new-dashboard video {
        width: 100%;
    }


    .new-dashboard .content-inner {
        margin-top: 155px;
    }


    .big-image-dsh {
        display: block;
    }

    .greyout-overlay {
        width: 91.8%;
    }

}

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

    .big-image-dsh {
        display: none;
    }

    .small-image-dsh {
        display: block;
    }

    #broadbandModal .modal-body p.pcode span {
        position: relative;
    }


    .new-dashboard video {
        height: 130px;
    }

    .dlab-bnr-inr.dlab-bnr-inr-sm {
        height: 130px !important;
    }

    .web-res {
        display: none;
    }

    .mobile-res {
        display: block;
    }

    .new-dashboard .planning-tools.style1 {
        display: flex;
        align-items: center;
        box-shadow: 0px 0px 10px 4px #dadada;
        border-radius: 15px;
    }

    .new-dashboard .planning-tools.style1 .icon-bx.couimg {
        margin: 0px;
    }

    .new-dashboard .planning-tools.style1 .icon-bx.couimg,
    .planning-tools.style1 .icon-bx.couimg img {
        max-width: 200px;
    }

    .new-dashboard .tiles {
        position: relative;
    }

    .new-dashboard .information-block {
        position: absolute;
        top: 6px;
        right: 26px;
        color: #325f7e;
        font-size: 18px;
        display: block;
    }

    .new-dashboard .mobile-res {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .new-dashboard .mobile-res i {
        color: green;
        font-size: 5em;
    }



    .new-dashboard .icon-bx {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .new-dashboard .icon-bx .icon {
        font-size: 40px;
    }

    .icon-bx h5 {
        display: block;
    }

    .planning-tools.style1 .title {
        font-size: 19px;
    }

    .planning-tools.style1 .icon-bx {
        margin: 0px;
    }

    .new-dashboard .m-b30 {
        margin-bottom: 15px;
    }

    .information-message-block {
        position: absolute;
        background: #fff;
        z-index: 1000;
        padding: 5px 16px;
        width: 80%;
        top: 40px;
        border: 1px solid #ccc;
        right: 17px;
        display: none;
    }

    .information-message-block p {
        margin: 0px;
    }

    .information-message-block::after {
        content: "";
        background-color: #fff;
        border-color: #ccc;
        border-style: solid;
        border-width: 1px 1px 0 0;
        height: 16px;
        position: absolute;
        width: 16px;
        top: -9px;
        transform: rotate(-45deg);
        right: 8px;
    }

    .information-message-block .fa-close {
        font-size: 18px;
        position: absolute;
        top: 1px;
        right: 8px;
        margin-bottom: 12px;
    }

    .new-dashboard .home-banner img {
        display: block;
        margin: auto;
        top: -21px;
        position: relative;
    }

    .new-dashboard .home-banner video {
        display: none;
    }

    .dlab-bnr-inr.dlab-bnr-inr-sm.home-banner {
        padding-top: 20px !important;
    }



    .new-dashboard .section-head-banner {
        top: 70px;
        width: 90%;
    }


}


/*New Css*/
.dsh .rd-navbar-nav {
    margin-bottom: 0px !important;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.muuvo-dashboard {
    padding: 2rem 0;
    background-color: #f5f6fa;
    color: rgb(16, 16, 16);
    line-height: 1.867;
    font-size: 13px;
}

.muuvo-dashboard .row+.row {
    margin-top: 0;
}

.muuvo-dashboard h5 {
    font-size: 13px;
    margin-bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

.layout-card {
    border: 1px solid #e6dfdf;
    position: relative;
    color: #727272;
    border-radius: 7px;
    margin-bottom: 18px;
    overflow: hidden;
}

.padding-layout-card {
    padding: 36px 30px;
}

.layout-card.layout-borde {
    border-radius: 0;
}

.layout-card.layout-border::after {
    position: absolute;
    content: '';
    width: 4px;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #5766cb;
    display: block;
}

.layout-icon-box {
    position: relative;
    padding-left: 55px;
}

.layout-icon-box img.layout-img {
    max-width: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.suppliers-block-box .layout-icon-box img.layout-img {
    max-width: 103px;
}

.suppliers-block-box .layout-content p {
    padding-left: 85px;
}

.sitebtn {
    padding: 1.2em 1.8em;
    color: #fff;
    line-height: 1.5;
    background-color: #5766cb;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
}

.sitebtn .btn-icon {
    padding-right: 5px;
}

.welcome-box {
    font-size: 13px;
    line-height: 1.385;
    background-color: #fdefe4;
}

.broadband-box {
    background-color: #e8f2fa;
}

.welcome-box .inner-box {
    display: flex;
    justify-content: center;
    align-self: center;
}


.welcome-box .inner-box .sinner-1 {
    padding: 36px 30px;
}

.welcome-box .inner-box .sinner-2 img {
    max-width: 305px;
}

.broadband-box .sitebtn {
    background-color: #5766cb;
}

.insurance-link {
    color: #c97c7c;
    margin-right: 15px;
}

.insurance-box.layout-border::after,
.insurance-box .sitebtn {
    background-color: #c97c7c;
}

.insurance-box.layout-border::after {
    background-color: #c97c7c;
}

.n-insurance.layout-border::after,
.n-insurance .sitebtn {
    background-color: #b4111a;
}

.n-insurance.layout-border::after {
    background-color: #b4111a;
}

.electric-box.layout-border::after {
    background-color: #7db8ca;
}

.rent-tracking-block-dsh.layout-border::after,
.rent-tracking-block-dsh .sitebtn {
    background-color: #25debc;
}

.virgin-broadband-new-block .get-boardband-connect-button,
.virgin-broadband-new-block .mobile-broadband-content {
    display: flex;
    flex-direction: column;
}

.virgin-broadband-new-block .get-boardband-connect-button a:first-child,
.virgin-broadband-new-block .mobile-broadband-content a:first-child {
    margin-bottom: 12px;
}

.rebel-energy-block.layout-border::after,
.rebel-energy-block .sitebtn {
    background-color: #ff3f5c;
}

.green-val-block.layout-border::after,
.green-val-block .sitebtn {
    background-color: #13CE66;
}

.rebel-energy-block .layout-content p {
    margin-bottom: 0px !important;
}

.energy-box.layout-border::after {
    background-color: #c3baba;
}

.energy-box.layout-border.available-e::after,
.energy-box .sitebtn {
    background-color: #30af5f;
}

.energy-box.layout-border {
    border-color: rgb(230, 223, 223);
}

.energy-box .energy-lock-content {
    color: rgba(114, 114, 114, 50%);
}

.sidebar-card {
    color: rgba(112, 112, 112, 0.8);
    border-radius: 5px;
    margin-bottom: 1rem;
}

.sidebar-card .sidebar-inner {
    padding: 25px;
    border-bottom: 1px solid #f1ebeb;
}

.sidebar-card .sidebar-inner h4 {
    font-size: 17px;
    line-height: 1.5;
    color: rgba(16, 16, 16, 0.8);
}

.sidebar-card .sidebar-inner h4.address {
    margin-bottom: 2px;
}

.sidebar-card .sidebar-inner p.all-address {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    color: rgba(16, 16, 16, 0.8);
}

.progress-track {
    padding: 18px 25px;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}

.progress-menu ul li {
    padding: 20px 24px;
    border: 1px solid #f1ebeb;
    margin-bottom: -1px;
}

.progress-menu ul li.active {
    background-color: #f9fcf2;
}

.progress-menu .progress-content {
    position: relative;
    padding-left: 45px;
    padding-right: 50px;
}

.progress-menu ul li.disabled {
    color: rgba(112, 112, 112, 0.8);
}

.progress-menu ul li.disabled h5 {
    color: rgb(114, 114, 114);
}

.progress-menu ul li.disabled:last-child {
    border: 1px solid #f0f0f0;
    border-top: 1px solid #f1ebeb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.progress-menu ul li.disabled .progress-task-img {
    opacity: .4;
}

.progress-menu .progress-content .progress-task-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 28px;
}

.progress-menu .progress-content .progress-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
}

.progress-icon img {
    max-width: 30px;
}

.progress-icon .white-circle {
    width: 22px;
    height: 22px;
    content: "";
    border: 1px solid;
    border-radius: 50%;
}

.progress-icon .circle-img {
    width: 24px;
    height: 24px;
    display: block;
    opacity: .1;
    background-color: #707070;
    border-radius: 50%;
}

.progress-radio {
    width: 30px;
    height: 30px;
}

.home-sidebar {
    padding: 25px;
    border: 1px solid rgb(240, 240, 240);
}

.home-sidebar .sitebtn {
    background-color: #34678b;
}

.n-insurance.padding-layout-card {
    padding: 12px 30px;
}

.n-insurance .layout-icon-box {
    padding-left: 170px;
}

.n-insurance .layout-img {
    max-width: 150px !important;
}

.rent-tracking-block-dsh .layout-img {
    max-width: 160px !important;
    top: 58% !important;
}

.virgin-broadband-new-block .layout-img {
    max-width: 142px !important;
}

.n-insurance .layout-content p {
    font-size: 12px;
    line-height: 17px;
}

.n-insurance .col-md-auto {
    display: flex;
    flex-direction: column;
}

.n-insurance .col-md-auto a.get-a-quote {
    margin-bottom: 13px;
}

.a-b-group .layout-img {
    min-width: 170px;
    left: -12px !important;
    top: 56% !important;
}

.legal-4-landlords .layout-img {
    min-width: 150px;
}

.removal-box {
    background-color: #fff;
}

.removal-box .sitebtn {
    background-color: #41a5dd;
}

.safe-secure-box .sitebtn {
    background-color: #0f004e;
}

.legal-4-landlords .sitebtn {
    background-color: #3c3c3b;
}

.uw-box .sitebtn {
    background-color: #550091;
}

.hb-easy .sitebtn {
    background-color: #F7C929;
    color: #000;
}

.removal-box.layout-border::after {
    background-color: #41a5dd;
}

.safe-secure-box.layout-border::after {
    background-color: #0f004e;
}

.legal-4-landlords.layout-border::after {
    background-color: #3c3c3b;
}

.urban-jungle .sitebtn {
    background-color: #3d5cde;
}

.urban-jungle.layout-border::after {
    background-color: #3d5cde;
}

.uw-box.layout-border::after {
    background-color: #550091;
}

.hb-easy.layout-border::after {
    background-color: #F7C929;
}

.safe-secure-box .layout-img {
    max-width: 150px !important;
}

.removal-box .layout-icon-box {
    padding-left: 170px;
}

.removal-box.padding-layout-card {
    padding: 12px 30px;
}

.removal-box .layout-content p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px !important;
}

.removal-box .layout-icon-box .layout-img-1 {
    max-width: 148px;
    top: 32%;
}

.removal-box .layout-icon-box .layout-img-2 {
    max-width: 88px;
    margin-top: 35px;
    top: 31%;
}

.main-ind .broadband-box.padding-layout-card {
    padding: 21px 30px;
}

.main-ind .broadband-box .layout-content p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px !important;
}

.main-ind .broadband-box div.layout-img {
    position: absolute;
    left: 0px;
    top: 0px;
}


.main-ind .broadband-box.energy-tile-dt div.layout-img {
    position: absolute;
    left: 0px;
    top: -8px;
}

.main-ind .broadband-box .layout-img-1 {
    max-width: 60px;
}

.main-ind .broadband-box .layout-img-2 {
    max-width: 70px;
}

.main-ind .broadband-box .layout-img-3 {
    max-width: 40px;
}

.main-ind .broadband-box .layout-img-4 {
    max-width: 80px;
}

.main-ind .broadband-box .layout-img-3,
.broadband-box .layout-img-4 {
    margin-top: 3px;
}

.main-ind .broadband-box.energy-tile-dt .layout-img-3,
.broadband-box.energy-tile-dt .layout-img-4 {
    margin-top: -10px;
}

.main-ind .broadband-box,
.removal-box,
.insurance-box,
.energy-box {
    background-color: #f2f2f2 !important;
}

.main-ind .broadband-box .sitebtn {
    background-color: #7245a0;
}

.main-ind .broadband-box.energy-tile-dt .sitebtn {
    background-color: #0070C0;
}

.main-ind .broadband-box.layout-border::after {
    background-color: #7245a0;
}

.main-ind .broadband-box.layout-border.energy-tile-dt::after {
    background-color: #0070C0;
}

.main-ind .bespoke-slide .sitebtn {
    background-color: #FFBD59;
    color: #142640;
}

.main-ind .bespoke-slide.layout-border::after {
    background-color: #FFBD59;
}

.virgin-broadband-new-block.layout-border::after,
.virgin-broadband-new-block .sitebtn {
    background-color: #ff0000 !important;
}


.main-ind .broadband-box .layout-icon-box {
    padding-left: 167px;
}

.get-boardband-connect-button {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .layout-card.layout-border {
        border-left: 0;
    }

    .layout-card.layout-border::after {
        width: 5px;
    }

}

@media only screen and (max-width: 991px) {
    .progress-menu {
        display: none;
    }

    #progress-dropdown-task {
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .padding-layout-card {
        padding: 25px;
    }

    .muuvo-dashboard p,
    .muuvo-dashboard span {
        font-size: 13px;
    }

    .welcome-box {
        min-height: 235px;
    }

    .welcome-box p {
        font-size: 11px;
    }

    .welcome-box .inner-box {
        display: block;
    }

    .welcome-box .inner-box .sinner-1 {
        padding: 25px;
    }

    .welcome-box .inner-box .sinner-2 img {
        max-width: 100%;
    }

    .n-insurance .layout-icon-box {
        padding-left: 120px;
    }

    .n-insurance .layout-img {
        max-width: 100px !important;
        min-width: unset !important;
        left: 0px;
        top: 50%;
    }

    .virgin-broadband-new-block .layout-img {
        max-width: 100px !important;
        min-width: unset !important;
        left: 0px;
        top: 50%;
    }

    .legal-4-landlords .layout-img{
        max-width: 100px !important;
        min-width: unset !important;
        left: 0px;
        top: 50%;
    }


    .removal-box .layout-img {
        max-width: 100px !important;
    }

    .removal-box .layout-img-2 {
        max-width: 72px !important;
    }

    .removal-box .layout-icon-box {
        padding-left: 120px;
    }

    .removal-box .sitebtn,
    .broadband-box .sitebtn,
    .rent-tracking-block-dsh .sitebtn {
        width: 100%;
    }

    .main-ind .broadband-box div.layout-img {
        top: 30%;
    }

    .mobile-broadband-content {
        display: none !important;
    }

    .mobile-broadband-styles.padding-layout-card {
        padding: 21px 30px 7px !important;
    }

    .mobile-broadband-styles div.layout-img {
        top: 8px !important;
    }

    .get-boardband-connect-button {
        display: block !important;
        padding: 0px;
        margin-top: 10px;
    }

    .mobile-broadband-styles .layout-icon-box {
        padding-left: 134px !important;
    }

    .mobile-broadband-styles .layout-content h5 {
        font-size: 13px !important;
    }

    .mobile-broadband-styles .sitebtn {
        font-size: 10px !important;
    }

    .sitwidth100 {
        width: 100%;
    }

    .mobile-broadband-styles .layout-img-1 {
        max-width: 50px !important;
    }

    .mobile-broadband-styles .layout-img-2 {
        max-width: 50px !important;
    }

    .mobile-broadband-styles .layout-img-3 {
        max-width: 35px !important;
    }

    .mobile-broadband-styles .layout-img-4 {
        max-width: 70px !important;
    }

    .paddingLeft134 {
        padding-left: 134px !important;
    }

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

.rent-tracking-banner-section .heading-decorate.text-large {
    font-size: 50px;
}

.rent-tracking-banner-section .heading-decorate.text-large.fs50 {
    font-size: 30px;
}

.rent-tracking-banner-section p span.slideInDown {
    color: #fff;
    font-size: 22px;
}

#uwModal .modal-content {
    border-radius: 50px;
    border: 2px solid #5d0c96;
}

#uwModal .modal-body {
    text-align: center;
}

#uwModal p.uw-heading {
    font-size: 20px;
    color: #5d0c96;
    font-weight: 600;
}

#uwModal p.uw-content {
    color: #7028a2;
    font-size: 16px;
}

#uwModal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#uwModal .modal-footer a {
    background: #79a9fb !important;
    color: #28409c;
    font-weight: 600;
    border-radius: 50px;
}