/* How it works */
.box-fzt {
    padding: 50px 100px 0 200px;
}

.mt-84 {
    margin-top: 84px;
}

/* /How it works */

/* estimate concrete */
.fw-bold {
    font-weight: 600 !important;
}

.sm-text-size {
    font-size: 22px;
    font-weight: 500 !important;
}

/* /estimate concrete */

/* contact */
.contact-box-fzt {
    padding: 20px 100px 0 200px;
}

/* /contact */


/* calculator */

.scm-selector-grid p {
    margin-bottom: 20px;
}

.sm-text {
    color: rgba(250, 169, 24, 1);
    background-color: rgba(0, 122, 77, 1);
    font-size: 12px;
    padding: 14px 18px
}

/* /calculator */

/* key statistics */

.margin-after-default {
    margin-bottom: 40px;
}

/* /key statistics */


.pt-84 {
    padding-top: 84px;
}

/* case studies */

.pb-168 {
    padding-bottom: 168px;
}

/* /case studies */

/* accordion */

.accordion-collapse .accordion-body {
    font-size: 16px !important;
}

/* /accordion */

/* media query */

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

    /* calculator */
    .mb-20 {
        margin-bottom: 20px !important;
    }

    .mt-20 {
        margin-top: 20px !important;
    }

    /* /calculator */
}

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

    /* How it works */
    .box-fzt {
        padding: 70px;
    }

    /* /How it works */

    /* contact */
    .contact-box-fzt {
        padding: 70px;
    }

    /* /contact */
}

@media screen and (min-width:820px) {

    /* calculator */
    .scm-selector-grid {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 54px;
    }

    .col-span1 {
        grid-column: span 8 / span 8;
    }

    .col-span2 {
        grid-column: span 4 / span 4;
    }

    .text-align-end {
        text-align: end !important;
    }

    /* /calculator */
}

@media screen and (min-width: 1024px) {
    .sm-pl-12px {
        padding-left: 12px !important;
    }

    .sm-pr-12px {
        padding-right: 12px !important;
    }

}

@media screen and (min-width:1280px) {

    /* calculator */
    .carbon-volume::after {
        content: "";
        background: url(../images/group12451.png);
        background-repeat: repeat-y;
        background-size: contain;
        width: 75px;
        height: calc(100% - 344px);
        position: absolute;
        right: 28px;
        bottom: 30px;
    }

    /* /calculator */

    /* screed products */

    .pr-18 {
        padding-right: 18px !important;
    }

    .px-18 {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    .pl-18 {
        padding-left: 18px !important;
    }

    /* /screed products */
}


@media screen and (width:1280px) {
    .col-span1 {
        grid-column: span 7 / span 7;
    }

    .col-span2 {
        grid-column: span 5 / span 5;
    }

    .sm-linebreak {
        display: block;
    }
}

@media screen and (min-width:1280px) {
    .input-group-with-unit-addon {
        justify-content: center;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width:1500px) and (max-width:1920px) {
    .linebreak {
        display: block;
    }
}


/* /media query */