@font-face {
    font-family: Gilroy-SemiBold;
    src: url('../fonts/Radomir Tinkov - Gilroy-SemiBold.eot');
    src: local(â˜º), url('../fonts/Radomir Tinkov - Gilroy-SemiBold.woff') format("woff"), url('../fonts/Radomir Tinkov - Gilroy-SemiBold.ttf') format("truetype"), url('../fonts/Radomir Tinkov - Gilroy-SemiBold.otf') format("truetype"), url('../fonts/Radomir Tinkov - Gilroy-SemiBold.svg') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Bold;
    src: url('../fonts/Radomir Tinkov - Gilroy-Bold.eot');
    src: url('../fonts/Radomir Tinkov - Gilroy-Bold.woff') format("woff"), url('../fonts/Radomir Tinkov - Gilroy-Bold.ttf') format("truetype"), url('../fonts/Radomir Tinkov - Gilroy-Bold.otf') format("truetype"), url('../fonts/Radomir Tinkov - Gilroy-Bold.svg') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Medium;
    src: url('../fonts/Radomir Tinkov - Gilroy-Medium.eot');
    src: url('../fonts/Radomir Tinkov - Gilroy-Medium.woff') format("woff"), url('../fonts/Radomir Tinkov - Gilroy-Medium.ttf') format("truetype"), url('../fonts/Radomir Tinkov - Gilroy-Medium.otf') format("truetype"), url('../fonts/Radomir Tinkov - Gilroy-Medium.svg') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Regular;
    src: url('../fonts/Radomir Tinkov - Gilroy-Regular.eot');
    src: url('../fonts/Radomir Tinkov - Gilroy-Regular.woff') format("woff"), url('../fonts/Radomir Tinkov - Gilroy-Regular.ttf') format("truetype"), url('../fonts/Radomir Tinkov - Gilroy-Regular.otf') format("truetype"), url('../fonts/Radomir Tinkov - Gilroy-Regular.svg') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Light;
    src: url(../fonts/Gilroy-Light.eot);
    src: url(../fonts/Gilroy-Light.woff) format("woff"), url(../fonts/Gilroy-Light.ttf) format("truetype"), url(../fonts/Gilroy-Light.otf) format("truetype"), url(../fonts/Gilroy-Light.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-ExtraBold;
    src: url(../fonts/Gilroy-ExtraBold.eot);
    src: url(../fonts/Gilroy-ExtraBold.woff) format("woff"), url(../fonts/Gilroy-ExtraBold.ttf) format("truetype"), url(../fonts/Gilroy-ExtraBold.otf) format("truetype"), url(../fonts/Gilroy-ExtraBold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

html {
    scroll-behavior: smooth;
}

body {
    height: 100vh;
    overflow: hidden;

}

body:before, section-bg:before, #section02:before, #section03:before, #section04:before, #section05:before, #section06:before, #section07:before {
    content: '';
    background-image: url('../img/bg-img.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    height: 571px;
    width: 100%;
    position: absolute;
    left: -20px;
}

.header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
    background:#fff;
}

.header .logo-div {
    padding: 20px 15px;
}

.header .logo-div img {
    width: 200px;
}

form {
    height: 100%;
}

.stp-sec {
    display: block;
    clear: both;
    margin: 0px auto 50px;
    text-align: center;
}

.stp-sec h1 {
    color: #282526;
    font-size: 42px;
    line-height: 48px;
    font-family: Gilroy-Bold;
    margin: 0px auto 20px;
    text-align: center;
}

.stp-sec p {
    color: #282526;
    font-size: 16px;
    line-height: 20px;
    font-family: Gilroy-Regular;
    margin: 10px auto 10px;
    text-align: center;
}

.btn-sec {
    display: inline-block;
    clear: both;
    margin-top: 100px;
    width: 100%;

}

.btn-sec .back-btn {
    text-align: left;
    display: inline-block;
}

.btn-sec .next-btn {
    display: inline-block;
    float: right;
}

.est-project-name {
    margin-top: 20px;
    margin-bottom: -30px;
    color: #ee3824;
}

.btn-sec .next-btn a {
    background: rgb(255, 162, 10);
    background: linear-gradient(-90deg, rgba(255, 162, 10, 1) 0%, rgba(253, 75, 15, 1) 100%);
    padding: 10px 40px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    line-height: 16px;
    font-family: Gilroy-Regular;
    box-shadow: 0px 26px 59.52px 2.48px rgba(236, 54, 32, 0.12);
    transition: all .5s;
}

.btn-sec .next-btn a:hover {
    color: #fff;
}

.btn-sec .next-btn input[type='submit'] {
    background: rgb(255, 162, 10);
    background: linear-gradient(-90deg, rgba(255, 162, 10, 1) 0%, rgba(253, 75, 15, 1) 100%);
    padding: 10px 40px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    line-height: 16px;
    font-family: Gilroy-Regular;
    box-shadow: 0px 26px 59.52px 2.48px rgba(236, 54, 32, 0.12);
    transition: all .5s;
    border: 0;
    outline: 0;
}

.btn-sec .next-btn input[type='button'] {
    background: rgb(255, 162, 10);
    background: linear-gradient(-90deg, rgba(255, 162, 10, 1) 0%, rgba(253, 75, 15, 1) 100%);
    padding: 10px 40px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    line-height: 16px;
    font-family: Gilroy-Regular;
    box-shadow: 0px 26px 59.52px 2.48px rgba(236, 54, 32, 0.12);
    transition: all .5s;
    border: 0;
    outline: 0;
}

.btn-sec .back-btn a {
    padding: 10px 40px;
    border-radius: 6px;
    text-align: center;
    color: #ee3824;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    line-height: 16px;
    font-family: Gilroy-Regular;
    transition: all .5s;
}

.btn-sec .back-btn a:hover {
    color: #ee3824;
}

.btn-sec .back-btn a i {
    color: #ee3824;
    margin-right: 15px;
}

.boxes {
    display: table;
    /*min-height: 250px;*/
    height: 250px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 8px;
    transition: all .5s;

}

.boxes:hover {
    box-shadow: 0px 26px 59.52px 2.48px rgba(236, 54, 32, 0.12);
    transition: all .5s;
}

.boxes .hover-img {
    display: none;
    transition: all .5s;
}

.boxes:hover .hover-img {
    display: inline-block;
    transition: all .5s;
}

.boxes .normal-img {
    display: inline-block;
    transition: all .5s;
}

.boxes:hover .normal-img {
    display: none;
    transition: all .5s;
}

.boxes label {
    display: table-cell;
    vertical-align: middle;
}

/* The container */
.box-label {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

/* Hide the browser's default checkbox */
.box-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.box-label .checkmark {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #282526;
}

/* On mouse-over, add a grey background color */
.box-label:hover input ~ .checkmark {
    border: 1px solid #ee3824;
}

/* When the checkbox is checked, add a blue background */
.box-label input:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid #ee3824;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.box-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.box-label .checkmark:after {
    left: 10px;
    top: 4px;
    width: 8px;
    height: 16px;
    border: solid #ee3824;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-img h2 {
    color: #282526;
    font-size: 22px;
    line-height: 24px;
    font-family: Gilroy-SemiBold;
    margin: 30px auto 10px;
    transition: all .5s;
}

.boxes:hover .box-img h2 {
    color: #ee3824;
}

.stpleft {
    margin-bottom: 50px;
}

.stpleft h2 {
    color: #282526;
    font-size: 42px;
    line-height: 48px;
    font-family: Gilroy-Bold;
    margin: 0px auto 20px;
    text-align: left;
    padding: 0px 15px;
}

.stpleft p {
    color: #282526;
    font-size: 16px;
    line-height: 26px;
    font-family: Gilroy-Regular;
    margin: 0px auto 10px;
    text-align: left;
    padding: 0px 15px;
}

.stpleft .point-number {
    padding: 0px 15px;
    font-family: Gilroy-SemiBold;
    letter-spacing: 3px;
    color: #282526;
    font-size: 12px;
    margin-bottom: 20px;
}

.stpleft .point-number:before {
    content: '';
    background: #ee3824;
    width: 50px;
    height: 1px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -4px;
}

.stpleft .point-number span {
    color: #ee3824;
}

.small-box {
    /*min-height: 60px;*/
    height: 60px;
    border-radius: 20px;
}

.boxes.small-box:hover {
    box-shadow: 0px 10px 30px 2px rgba(236, 54, 32, 0.12);
    transition: all .5s;
}

.small-box .box-label .checkmark {
    left: 25px;
    top: 14px;
}

.small-box .box-label {
    color: #282526;
    font-size: 14px;
    font-family: Gilroy-SemiBold;
    text-align: left;
    padding-left: 75px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.form-content h2 {
    color: #282526;
    font-size: 32px;
    line-height: 40px;
    font-family: Gilroy-Bold;
    margin: 0px auto 10px;
    text-align: left;

}

.form-content p {
    color: #282526;
    font-size: 16px;
    line-height: 26px;
    font-family: Gilroy-Regular;
    margin: 0px auto 10px;
    text-align: left;
}

.form-div label {
    color: #282526;
    font-size: 13px;
    line-height: 16px;
    font-family: Gilroy-SemiBold;
    margin: 0px auto 0px;
    text-align: left;
    text-transform: uppercase;
    opacity: 0.3;
    width: 100%;
}

.form-div {
    margin-bottom: 30px;
}

.form-div input[type='text'], .form-div input[type='email'] {
    height: 50px;
    line-height: 50px;
    border: 0px;
    color: #282526;
    font-family: Gilroy-Light;
    font-size: 17px;
    border-color: #bebdbd;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    width: 100%;
    outline: 0px;
}

.form-div h3 {
    color: #282526;
    font-size: 24px;
    line-height: 32px;
    font-family: Gilroy-Medium;
    margin: 20px auto 20px;
    text-align: left;

}

.form-div .small-box {
    margin-bottom: 20px;
    width: auto;
    font-family: Gilroy-Medium;
    font-size: 14px;
    padding-right: 20px;
}

.form-div .small-box label {
    opacity: 1;
}

.form-div .small-box .box-label .checkmark:after {
    width: 22px;
    height: 22px;
    background: #ee3824;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}

.form-submit input[type='submit'] {
    background: rgb(255, 162, 10);
    background: linear-gradient(-90deg, rgba(255, 162, 10, 1) 0%, rgba(253, 75, 15, 1) 100%);
    padding: 15px 40px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    line-height: 16px;
    font-family: Gilroy-Regular;
    box-shadow: 0px 26px 59.52px 2.48px rgba(236, 54, 32, 0.12);
    transition: all .5s;
    width: 100%;
    text-transform: uppercase;
    border: 0px;
    margin: 30px auto 0px;
    text-align: center;
    display: block;
}

.calculator-form {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 50px;
    border-radius: 5px;
}

#estimation {
    margin-bottom: 50px;
    margin-top: 50px;
}

#estimation .container {
    background: #fff !important;
    z-index: 9;
    position: relative;
}

body.estimation {
    height: 100%;
    overflow: auto;
}

.estimation .header {
    position: relative;
}

.estimation .point-number {
    padding: 0px 15px;
    font-family: Gilroy-SemiBold;
    letter-spacing: 3px;
    color: #282526;
    font-size: 12px;
    margin-bottom: 0px;
}

.estimation .point-number:before {
    content: '';
    background: #ee3824;
    width: 50px;
    height: 1px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -4px;
}

.estimation .point-number span {
    color: #282526;
}

.estimation h1 {
    color: #282526;
    font-size: 42px;
    line-height: 50px;
    font-family: Gilroy-Bold;
    margin: 0px auto 20px;
    text-align: left;

}

.estimation div.price-total {
    color: #ee3824;
    font-size: 42px;
    line-height: 50px;
    font-family: Gilroy-Bold;
    margin: 20px auto 20px;
    text-align: right;

}

.estimation p {
    color: #282526;
    font-size: 16px;
    line-height: 26px;
    font-family: Gilroy-Regular;
    margin: 0px auto 10px;
    text-align: left;
}

.core-sec {
    margin: 50px 0px;
}

.core-sec .core-btn {
    background: #f5f7fa;
    height: 80px;
    font-family: Gilroy-SemiBold;
    text-align: center;
    line-height: 80px;
    border-radius: 50px;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0px 50px;
}

.estimation .table {
    border-bottom: 1px solid #f5f7fa;
}

.estimation .table td i {
    color: #ee3824;
    text-align: center;
}

.estimation .btn-table {
    text-align: right;
    margin: 30px 0px;
    display: block;
}

.estimation .btn-table div.newbbb {
    background: rgb(255, 162, 10);
    background: linear-gradient(-90deg, rgba(255, 162, 10, 1) 0%, rgba(253, 75, 15, 1) 100%);
    padding: 15px 50px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    line-height: 16px;
    font-family: Gilroy-Regular;
    box-shadow: 0px 26px 59.52px 2.48px rgba(236, 54, 32, 0.12);
    transition: all .5s;
    width: 100%;
    text-transform: uppercase;
    border: 0px;
    margin: 30px auto 0px;
    text-align: center;
    min-width: 300px;
    width: auto;
    display: inline-block;
}

.estimation .table td, .estimation .table th {
    padding: 1.5em 1em;
    vertical-align: top;
    border-top: 0px solid #f5f7fa;
    width: 50%;
}

.estimation .table td {
    font-family: Gilroy-Regular;
    font-size: 16px;
}

.estimation-div .col-12.col-sm-12.col-md-6, .estimation-div .col-12.col-sm-12.col-md-12 {
    padding: 0px 50px;
}

.estimation-div .col-12.col-sm-12.col-md-8 {
    padding-left: 50px;
}

.estimation-div .col-12.col-sm-12.col-md-4 {
    padding-right: 50px;
}

.estimation .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .00);
}

.estimation .table thead th {
    border-bottom: 1px solid #efefef;
    font-family: Gilroy-Bold;
    text-transform: uppercase;
    font-size: 12px;
    opacity: .5;
}

.col-12.col-sm-12.col-md-12.estimation-footer {
    background: #282526;
    padding: 50px 50px;
    margin-top: 30px;
}

.last-para {
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    font-family: Gilroy-Medium;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
}

.last-price {
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    font-family: Gilroy-SemiBold;
    margin: 0px;
    text-align: right;
}

.estimation-div {
    box-shadow: 0px 20px 47.04px 1.96px rgba(0, 0, 0, 0.09);
    padding-top: 50px;
}

.section--main {
    width: 100%;
    display: contents;
}

.alert-info {
    color: #ee3824;
    background-color: transparent;
    padding: 5px 30px;
    font-size: 11px;
    margin-top: 6px;
    display: inline-block;
    text-transform: uppercase;
    outline: 0px;
    box-shadow: unset;
    border-color: #ee3824;
    margin-bottom: 0px;

}

.boxes .box-label i {
    position: absolute;
    top: 20px;
    right: 20px;
    padding-left: 0px;
    transition: all .5s;
}

.boxes:hover .box-label i {
    color: #ee3824;
    padding-left: 5px;
    transition: all .5s;
}
.btn-secs_header a.top-btn {
    background: rgb(255, 162, 10);
    background: linear-gradient(-90deg, rgba(255, 162, 10, 1) 0%, rgba(253, 75, 15, 1) 100%);
    padding: 10px 40px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    line-height: 16px;
    font-family: Gilroy-Regular;
    box-shadow: 0px 26px 59.52px 2.48px rgb(236 54 32 / 12%);
    transition: all .5s;
    border: 0;
    outline: 0;    margin: 20px 0px 20px auto;
    display: block;
    max-width: 190px;}
@media only screen and (max-width: 3000px) and (min-width: 1441px) {
    .col--20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0px 5px;
    }


    .col--20 .box-img {
        margin-top: 20px;
    }
}


@media only screen and (max-width: 1440px) and (min-width: 1201px) {
    .stp-sec {
        margin: 0px auto 30px;
    }

    .btn-sec {
        margin-top: 40px;
    }

    .stp-sec h1, .stpleft h2 {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .boxes {
        /*min-height: 220px;*/
        height: 220px;
    }

    .small-box {
        height: 50px;
        /*min-height: 50px;*/
    }

    .stpleft {
        margin-bottom: 20px;
    }

    .stpleft p, .stp-sec p, .form-content p {
        font-size: 15px;
    }

    .box-label .checkmark {
        height: 25px;
        width: 25px;
    }

    .small-box .box-label .checkmark {
        left: 25px;
        top: 14px;
    }

    .box-label .checkmark:after {
        left: 9px;
        top: 3px;
        width: 6px;
        height: 14px;
    }

    .m-b-20 {
        margin-bottom: 10px;
    }

    .calculator-form {
        padding: 30px 50px 1px;
    }

    .form-div label {
        font-size: 12px;
    }

    .form-div input[type='text'], .form-div input[type='email'] {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .form-div h3 {
        font-size: 22px;
        margin: 10px auto 10px;
    }

    .small-box .box-label {
        font-size: 12px;
    }

    .form-submit input[type='submit'] {
        margin-top: 10px;
    }

    body.form-section {
        height: 100%;
        overflow: auto;

    }

    body.form-section .header {
        position: relative;
    }

    #email-form {
        margin-bottom: 50px;
    }

    .form-div .small-box .box-label .checkmark:after {
        width: 19px;
        height: 19px;
        background: #ee3824;
        border-radius: 50%;
        left: 2.3px;
        top: 1.3px;
    }

    .core-sec .core-btn {
        font-size: 26px;
        height: 60px;
        line-height: 60px;
    }

    .col--20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0px 5px;
    }


    .col--20 .box-img {
        margin-top: 20px;
    }


}

@media only screen and (max-width: 1200px) and (min-width: 901px) {
    .form-div input[type='text'], .form-div input[type='email'] {
        font-size: 14px;
    }

    .form-div h3 {
        font-size: 22px;
        margin: 10px auto 10px;
    }

    .small-box .box-label {
        font-size: 12px;
    }

    .core-sec .core-btn {
        font-size: 22px;
        height: 50px;
        line-height: 50px;
    }

    .stp-sec {
        margin: 0px auto 30px;
    }

    .btn-sec {
        margin-top: 40px;
    }

    .stp-sec h1, .stpleft h2 {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .boxes {
        /*min-height: 180px;*/
            height: 180px;
    }

    .small-box {
        /*min-height: 50px;*/
         height: 50px;
    }

    .stpleft {
        margin-bottom: 20px;
    }

    .stpleft .point-number {
        margin-bottom: 10px
    }

    .box-img h2 {
        font-size: 18px;
        margin: 10px auto 10px;
    }

    .box-img img {
        width: 50px;
    }

    .small-box .box-label .checkmark {
        left: 25px;
        top: 10px;
    }

    body.form-section {
        height: 100%;
        overflow: auto;
    }

    .calculator-form {
        padding: 20px 30px;
        margin-bottom: 40px;
    }

    body.form-section .header {
        position: relative;
    }

    .col--20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0px 5px;
    }

    .col--20 .box-img img {
        width: 50px;

    }

    .col--20 .box-img {
        margin-top: 20px;
    }

    .box-label .checkmark {
        position: absolute;
        top: 15px;
        right: 15px;
        height: 20px;
        width: 20px;
    }

    .box-label .checkmark:after {
        left: 6px;
        top: 2px;
        width: 6px;
        height: 10px;
    }
}

@media only screen and (max-width: 900px) and (min-width: 737px) {
    .form-div input[type='text'], .form-div input[type='email'] {
        font-size: 14px;
    }

    .form-div h3 {
        font-size: 22px;
        margin: 10px auto 10px;
    }

    .small-box .box-label {
        font-size: 12px;
        padding-left: 60px;
    }

    .core-sec .core-btn {
        font-size: 22px;
        height: 50px;
        line-height: 50px;
    }

    .stp-sec {
        margin: 0px auto 30px;
    }

    .btn-sec {
        margin-top: 20px;
    }

    .header .logo-div {
        padding: 10px 15px;
    }

    .stp-sec h1, .stpleft h2 {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .boxes {
        /*min-height: 150px;*/
        height: 150px;
    }

    .small-box {
        height: 45px;
          /*min-height: 45px;*/
    }

    .stpleft {
        margin-bottom: 20px;
    }

    .stpleft .point-number {
        margin-bottom: 10px
    }

    .box-img h2 {
        font-size: 16px;
        margin: 10px auto 10px;
    }

    .box-label .checkmark {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 20px;
        width: 20px;
    }

    .box-label .checkmark:after {
        left: 6px;
        top: 2px;
        width: 6px;
        height: 10px;
    }

    .box-img img {
        width: 50px;
    }

    .small-box .box-label .checkmark {
        left: 20px;
        top: 10px;
    }

    body.form-section {
        height: 100%;
        overflow: auto;
    }

    .calculator-form {
        padding: 20px 30px;
        margin-bottom: 40px;
    }

    body.form-section .header {
        position: relative;
    }

    .form-div .small-box .box-label .checkmark:after {
        width: 18px;
        height: 19px;
        background: #ee3824;
        border-radius: 50%;
        left: 3px;
        top: 2px;
    }


    .estimation-div .col-12.col-sm-12.col-md-8 {
        padding-left: 30px;
    }

    .estimation-div .col-12.col-sm-12.col-md-4 {
        padding-right: 30px;
    }

    .estimation-div .col-12.col-sm-12.col-md-6, .estimation-div .col-12.col-sm-12.col-md-12 {
        padding: 0px 30px;
    }

    .col-12.col-sm-12.col-md-12.estimation-footer {
        padding: 30px 10px;
    }

    .col--20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0px 5px;
    }

    .col--20 .box-img img {
        width: 50px;

    }

    .col--20 .box-img {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 736px) and (min-width: 481px) {
    .stp-sec {
        margin-bottom: 20px;
    }

    .boxes {
        height: 100px;
          /*min-height: 100px;*/
    }

    .box-img img {
        width: 50px;
    }

    .box-img h2 {
        font-size: 14px;
        line-height: 18px;
        margin: 10px auto 0px;
        transition: all .5s;
        font-family: Gilroy-Light;
    }

    .col-6 {
        margin-bottom: 10px;
    }

    .boxes:hover {
        box-shadow: 0px 4px 20px 1px rgba(236, 54, 32, 0.12);
        transition: all .5s;
    }

    .btn-sec {
        margin-top: 20px;
        padding-right: 20px;
    }

    .stp-sec h1, .stpleft h2 {
        font-size: 30px;
        line-height: normal;
        margin: 0px auto 10px;
    }

    .stp-sec p, .stpleft p {
        color: #282526;
        font-size: 14px;
        line-height: normal;;
        margin: 10px auto 0px;

    }

    .box-label .checkmark {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 20px;
        width: 20px;
    }

    .box-label .checkmark:after {
        left: 6px;
        top: 2px;
        width: 6px;
        height: 12px;
    }

    .stpleft .point-number {
        margin-bottom: 10px;
    }

    .stpleft {
        margin-bottom: 20px;
    }

    .padding-0 {
        padding: 0px 10px;
    }

    .small-box {
       height: 42px;
        /*min-height: 42px;*/
    }

    .small-box .box-label {
        font-size: 12px;
        padding-left: 40px;
    }

    .small-box .box-label .checkmark {
        left: 11px;
        top: 11px;
    }

    .m-b-20 {
        margin-bottom: 10px;
    }

    .section--main {
        width: 100%;
        height: 200px;
        overflow-y: scroll;
    }

    .btn-sec .back-btn a {
        padding: 10px 20px;
    }

    .mt-100 {
        margin-top: 70px;
    }

    body.form-section {
        height: 100%;
        overflow: auto;
    }

    body.form-section .header {
        position: relative;
    }

    .calculator-form {
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .form-div input[type='text'], .form-div input[type='email'] {
        font-size: 14px;
    }

    .form-content h2 {
        font-size: 24px;
        line-height: normal;
    }

    .form-content p {
        font-size: 14px;
        line-height: normal;
    }

    .form-submit input[type='submit'] {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        display: block;
    }

    .form-div .small-box .box-label .checkmark:after {
        width: 16px;
        height: 16px;
        background: #ee3824;
        border-radius: 50%;
        left: 1px;
        top: 1px;
    }

    .estimation h1, .estimation div.price-total {
        font-size: 32px;
        line-height: normal;
        margin: 0px auto 10px;

    }

    .core-sec .core-btn {
        font-size: 18px;
        font-family: Gilroy-Medium;
        line-height: normal;
        height: auto;
        padding: 15px 30px;
    }

    .estimation .btn-table a {
        padding: 15px 30px;
        font-size: 14px;
    }

    .form-div h3 {
        font-size: 18px;
        line-height: normal;
    }

    .estimation-div .col-12.col-sm-12.col-md-8 {
        padding-left: 15px;
    }

    .estimation-div .col-12.col-sm-12.col-md-4 {
        padding-right: 15px;
    }

    .estimation-div .col-12.col-sm-12.col-md-6, .estimation-div .col-12.col-sm-12.col-md-12 {
        padding: 0px 15px;
    }

    .estimation .table td {
        font-family: Gilroy-Regular;
        font-size: 14px;
        padding: 10px 5px;
    }

    .estimation .table th {
        font-size: 14px;
        padding: 10px 5px;
    }

    .col-12.col-sm-12.col-md-12.estimation-footer {
        padding: 20px 15px !important;
        margin-top: 40px;
    }

    .last-para, .last-price {
        text-align: center;
    }

    #estimation {
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
.header .logo-div img {
    width: 150px;
}.header .logo-div {
    padding: 10px 15px;
}
    .stp-sec {
        margin-bottom: 20px;
        padding: 0px 10px;
    }

    .boxes {
        /*min-height: 100px;*/
       height: 100px;
    }

    .box-img img {
        width: 50px;
    }

    .box-img h2 {
        font-size: 14px;
        line-height: 18px;
        margin: 10px auto 0px;
        transition: all .5s;
        font-family: Gilroy-Light;
    }

    .col-6 {
        margin-bottom: 7px;
    }

    .boxes:hover {
        box-shadow: 0px 4px 20px 1px rgba(236, 54, 32, 0.12);
        transition: all .5s;
    }

    .btn-sec {
        margin-top: 20px;
        padding-right: 10px;
    }

    .stp-sec h1, .stpleft h2 {
        font-size: 26px;
        line-height: normal;
        margin: 0px auto 10px;
        padding:0px 10px;
    }

    .stp-sec p, .stpleft p {
        color: #282526;
        font-size: 14px;
        line-height: normal;;
        margin: 10px auto 0px;

    }

    .box-label .checkmark {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 20px;
        width: 20px;
    }

    .box-label .checkmark:after {
        left: 6px;
        top: 2px;
        width: 6px;
        height: 12px;
    }

    .stpleft .point-number {
        margin-bottom: 10px;
    }

    .stpleft {
        margin-bottom: 10px;
    }

    .padding-0 {
        padding: 0px 10px;
    }

    .small-box {
      height: 42px;
        /*min-height: 42px;*/
    }

    .small-box .box-label {
        font-size: 12px;
        padding-left: 40px;
    }

    .small-box .box-label .checkmark {
        left: 11px;
        top: 11px;
    }

    .m-b-20 {
        margin-bottom: 10px;
    }

    .section--main {
        width: 100%;
        height: 200px;
        overflow-y: scroll;
        display: block;
    }

    .btn-sec .back-btn a {
       padding: 10px 40px;
    font-size: 12px;
    line-height: 12px;

    }

.btn-sec .next-btn input[type='submit'],.btn-sec .next-btn input[type='button'] {
      padding: 10px 40px;
    font-size: 12px;
    line-height: 12px;

}
    .mt-100 {
        margin-top: 100px;
    }

    #section1 .mt-100, #section2 .mt-100 {
        margin-top: 60px;
    }

    body.form-section {
        height: 100%;
        overflow: auto;
    }

    body.form-section .header {
        position: relative;
    }

    .calculator-form {
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .form-div input[type='text'], .form-div input[type='email'] {
        font-size: 14px;
    }

    .form-content h2 {
        font-size: 24px;
        line-height: normal;
    }

    .form-content p {
        font-size: 14px;
        line-height: normal;
    }

    .form-submit input[type='submit'] {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        display: block;
    }

    .form-div .small-box .box-label .checkmark:after {
        width: 16px;
        height: 16px;
        background: #ee3824;
        border-radius: 50%;
        left: 1px;
        top: 1px;
    }

    .estimation h1, .estimation div.price-total {
        font-size: 32px;
        line-height: normal;
        margin: 0px auto 10px;

    }

    .core-sec .core-btn {
        font-size: 18px;
        font-family: Gilroy-Medium;
        line-height: normal;
        height: auto;
        padding: 15px 30px;
    }

    .estimation .btn-table a {
        padding: 15px 30px;
        font-size: 14px;
        display: initial;
    }

    .form-div h3 {
        font-size: 18px;
        line-height: normal;
    }

    .estimation-div .col-12.col-sm-12.col-md-8 {
        padding-left: 15px;
    }

    .estimation-div .col-12.col-sm-12.col-md-4 {
        padding-right: 15px;
    }

    .estimation-div .col-12.col-sm-12.col-md-6, .estimation-div .col-12.col-sm-12.col-md-12 {
        padding: 0px 15px;
    }

    .estimation .table td {
        font-family: Gilroy-Regular;
        font-size: 14px;
        padding: 10px 5px;
    }

    .estimation .table th {
        font-size: 14px;
        padding: 10px 5px;
    }

    .col-12.col-sm-12.col-md-12.estimation-footer {
        padding: 20px 15px !important;
        margin-top: 40px;
    }

    .last-para, .last-price {
        text-align: center;
    }

    #estimation {
        padding: 0px 15px;
    }
    .alert-info {
    padding: 0px 15px;
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    margin: 0px;
}

}