@font-face {
    font-family: Gilroy-SemiBold;
    src: url('../fonts/Radomir%20Tinkov%20-%20Gilroy-SemiBold.eot');
    src: local(â˜º), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-SemiBold.woff') format("woff"), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-SemiBold.ttf') format("truetype"), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-SemiBold.otf') format("truetype"), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-SemiBold.svg') format("svg");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Bold;
    src: url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Bold.eot');
    src: url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Bold.woff') format("woff"), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Bold.ttf') format("truetype"), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Bold.otf') format("truetype"), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Bold.svg') format("svg");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Medium;
    src: url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Medium.eot');
    src: url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Medium.woff') format("woff"), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Medium.ttf') format("truetype"), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Medium.otf') format("truetype"), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Medium.svg') format("svg");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Regular;
    src: url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Regular.eot');
    src: url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Regular.woff') format("woff"), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Regular.ttf') format("truetype"), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Regular.otf') format("truetype"), url('../fonts/Radomir%20Tinkov%20-%20Gilroy-Regular.svg') format("svg");
    font-weight: 400;
    font-display: swap;
    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-display: swap;
    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-display: swap;
    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;
}

.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;
    font-display: swap;
    text-align: center;
}

.stp-sec p {
    color: #282526;
    font-size: 16px;
    line-height: 20px;
    font-family: Gilroy-Regular;
    font-display: swap;
    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;
    font-display: swap;
    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;
    font-display: swap;
    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;
    font-display: swap;
    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;
    font-display: swap;
    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;
    font-display: swap;
    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-display: swap;
    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-display: swap;
    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;
    font-display: swap;
    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-display: swap;
    font-family: Gilroy-SemiBold;
    text-align: left;
    padding-left: 75px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.form-content h2 {
    color: #282526;
    font-size: 32px;
    font-display: swap;
    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;
    font-display: swap;
}

.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%;
    font-display: swap;
}

.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;
    font-display: swap;
    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-display: swap;
    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;
    font-display: swap;
    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;
    font-display: swap;
    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-display: swap;
    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;
    font-display: swap;
    text-align: left;

}

.estimation div.price-total {
    color: #ee3824;
    font-size: 42px;
    font-display: swap;
    line-height: 50px;
    font-family: Gilroy-Bold;
    margin: 20px auto 20px;
    text-align: right;

}

.estimation p {
    color: #282526;
    font-size: 16px;
    font-display: swap;
    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;
    font-display: swap;
    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 a {
    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-display: swap;
    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;
    font-display: swap;
}

.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;
    font-display: swap;
}

.col-12.col-sm-12.col-md-12.estimation-footer {
    background: #282526;
    padding: 50px 50px;
    margin-top: 80px;
}

.last-para {
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    font-display: swap;
    font-family: Gilroy-Medium;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
}

.last-price {
    color: #fff;
    font-size: 42px;
    font-display: swap;
    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;
    font-display: swap;
}

.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;
}

@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;
        font-display: swap;
        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;
        font-display: swap;
    }

    .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;
        font-display: swap;
    }

    .form-div input[type='text'], .form-div input[type='email'] {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-display: swap;
    }

    .form-div h3 {
        font-size: 22px;
        font-display: swap;
        margin: 10px auto 10px;
    }

    .small-box .box-label {
        font-size: 12px;
        font-display: swap;
    }

    .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;
        font-display: swap;
        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;
        font-display: swap;
    }

    .form-div h3 {
        font-size: 22px;
        font-display: swap;
        margin: 10px auto 10px;
    }

    .small-box .box-label {
        font-size: 12px;
        font-display: swap;
    }

    .core-sec .core-btn {
        font-size: 22px;
        height: 50px;
        font-display: swap;
        line-height: 50px;
    }

    .stp-sec {
        margin: 0px auto 30px;
    }

    .btn-sec {
        margin-top: 40px;
    }

    .stp-sec h1, .stpleft h2 {
        font-size: 32px;
        font-display: swap;
        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;
        font-display: swap;
        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;
        font-display: swap;
    }

    .form-div h3 {
        font-size: 22px;
        font-display: swap;
        margin: 10px auto 10px;
    }

    .small-box .box-label {
        font-size: 12px;
        font-display: swap;
        padding-left: 60px;
    }

    .core-sec .core-btn {
        font-size: 22px;
        height: 50px;
        font-display: swap;
        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;
        font-display: swap;
        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;
        font-display: swap;
        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;
        font-display: swap;
        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;
        font-display: swap;
        margin: 0px auto 10px;
    }

    .stp-sec p, .stpleft p {
        color: #282526;
        font-size: 14px;
        font-display: swap;
        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;
        font-display: swap;
        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;
        font-display: swap;
    }

    .form-content h2 {
        font-size: 24px;
        font-display: swap;
        line-height: normal;
    }

    .form-content p {
        font-size: 14px;
        line-height: normal;
        font-display: swap;
    }

    .form-submit input[type='submit'] {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 16px;
        font-display: swap;
        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;
        font-display: swap;
        line-height: normal;
        margin: 0px auto 10px;

    }

    .core-sec .core-btn {
        font-size: 18px;
        font-family: Gilroy-Medium;
        line-height: normal;
        font-display: swap;
        height: auto;
        padding: 15px 30px;
    }

    .estimation .btn-table a {
        padding: 15px 30px;
        font-size: 14px;
        font-display: swap;
    }

    .form-div h3 {
        font-size: 18px;
        line-height: normal;
        font-display: swap;
    }

    .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;
        font-display: swap;
        padding: 10px 5px;
    }

    .estimation .table th {
        font-size: 14px;
        padding: 10px 5px;
        font-display: swap;
    }

    .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;
        font-display: swap;
        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;
        font-display: swap;
    }

    .stp-sec p, .stpleft p {
        color: #282526;
        font-size: 14px;
        font-display: swap;
        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;
        font-display: swap;
        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;
    font-display: swap;
    line-height: 12px;

    }

.btn-sec .next-btn input[type='submit'],.btn-sec .next-btn input[type='button'] {
      padding: 10px 40px;
    font-size: 12px;
    font-display: swap;
    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;
        font-display: swap;
    }

    .form-content h2 {
        font-size: 24px;
        font-display: swap;
        line-height: normal;
    }

    .form-content p {
        font-size: 14px;
        font-display: swap;
        line-height: normal;
    }

    .form-submit input[type='submit'] {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        font-display: swap;
        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;
        font-display: swap;
        line-height: normal;
        margin: 0px auto 10px;

    }

    .core-sec .core-btn {
        font-size: 18px;
        font-family: Gilroy-Medium;
        line-height: normal;
        height: auto;
        font-display: swap;
        padding: 15px 30px;
    }

    .estimation .btn-table a {
        padding: 15px 30px;
        font-size: 14px;
        font-display: swap;
        display: initial;
    }

    .form-div h3 {
        font-size: 18px;
        font-display: swap;
        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;
        font-display: swap;
        padding: 10px 5px;
    }

    .estimation .table th {
        font-size: 14px;
        font-display: swap;
        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;
    }
    .new-style .intl-tel-input {
        width: auto;
        height: 40px;
        border-right: 1px solid #e0e0e0;
        border-radius: 0px;
        margin-bottom: 00px;
        font-size: 14px;
        line-height: normal;
        color: #fff;
        font-display: swap;
        font-family: Gilroy-Regular, sans-serif;
        padding-left: 15px;
        transition: linear .3s;
        font-display: swap;
        line-height:40px;

    }
    .new-style .intl-tel-input .country-list .country ,.new-style .intl-tel-input .country-list .country.highlight {
        background-color: transparent;
        font-size: 12px;
        font-display: swap;
          height: 30px;
    }
    .new-style input[type=tel], .new-style input[type=tel]{
        padding-left:10px!important;
        border:0px;
    }
    .new-style .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background-color: transparent;
    }
    .new-style input{
    width: 55%;
        border: 0px;
        margin: 0px;
        box-shadow: none;
        position: absolute;
        height: 38px;
    }
    .new-style .phone-code{
        border: 0px solid #e0e0e0;
        outline:none;
    }
    .new-style #jquery-intl-phone1{
           padding-left: 40px;
        padding-right: 10px;
    }
    .new-style{
        width: auto;
        height: 40px;
        border-bottom: 1px solid #fff;
        border-radius: 0px;
        margin-bottom: 00px;
        font-size: 14px;
        line-height: normal;
        color: #555253;
        font-family: Gilroy-Regular, sans-serif;
        padding-left: 15px;
        transition: linear .3s;
        line-height: 40px;
        font-display: swap;
        position: relative;    padding: 0px;
    }
    .new-style input:focus {
        border-color: transparent;
        box-shadow: none;
        outline: 0 none;
        transition: linear .3s;
    }

    .new-style2 .intl-tel-input {
        width: auto;
        height: 40px;
        border-right: 1px solid #767676;
        border-radius: 0px;
        margin-bottom: 00px;
        font-size: 14px;
        line-height: normal;
        color: #fff;
        font-family: Gilroy-Regular, sans-serif;
        padding-left: 15px;
        font-display: swap;
        transition: linear .3s;
        line-height:40px;

    }
    .new-style2 .intl-tel-input .country-list .country ,.new-style2 .intl-tel-input .country-list .country.highlight {
         background-color: transparent;
        font-size: 12px;
        height: 30px;
        font-display: swap;
        color: #333;
    }
    .new-style2 input[type=tel], .new-style2 input[type=tel]{
        padding-left:10px!important;
        border:0px;
    }
    .new-style2 .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background-color: transparent;
    }
    .new-style2 input{
    width: 55%!important;
        border: 0px!important;
        margin: 0px;
        box-shadow: none;
        position: absolute;
        height: 38px;
    }
    .new-style2 input:-webkit-autofill,
    .new-style2 input:-webkit-autofill:hover,
    .new-style2 input:-webkit-autofill:focus,
    .new-style2 textarea:-webkit-autofill,
    .new-style2 textarea:-webkit-autofill:hover,
    .new-style2 textarea:-webkit-autofill:focus,
    .new-style2 select:-webkit-autofill,
    .new-style2 select:-webkit-autofill:hover,
    .new-style2 select:-webkit-autofill:focus {
      border: 0px solid green;
      -webkit-text-fill-color: #fff;
      -webkit-box-shadow: none;
      transition: background-color 5000s ease-in-out 0s;
    }
    .new-style2 .phone-code{
        border: 0px solid #767676;
        outline:none;
    }
    .new-style2 #jquery-intl-phone2{
           padding-left: 40px;
        padding-right: 10px;
    }
    .new-style2{
        width: auto;
        height: 40px;
        border-bottom: 1px solid #767676;
        border-radius: 0px;
        margin-bottom: 00px;
        font-size: 14px;
        line-height: normal;
        color: #555253;
        font-family: Gilroy-Regular, sans-serif;
        padding-left: 15px;
        transition: linear .3s;
        line-height: 40px;
        font-display: swap;
        position: relative;    padding: 0px;
    }
    .new-style2 input:focus {
        border-color: transparent;
        box-shadow: none;
        outline: 0 none;
        transition: linear .3s;
    }
        .contact-form .contact--form {
            position: relative;
            margin: 20px 0px;
        }

        #exampleModalCenter .form-section .pageloader {
            background: #000000eb;
            display: none;
            height: 95%;
            width: 100%;
            z-index: 9999;
            position: absolute;
            top: 0px;
            left: 0px;
        }

        .contant-section .footer--div {
            position: relative;
        }
    .contant-section .intl-tel-input .country-list{
        max-height:180px;
    }
        #exampleModalCenter .form-section .pageloader img {
            left: 50%;
            margin-left: -32px;
            margin-top: -32px;
            position: absolute;
            top: 50%;
        }

        .dial-code {
            display: none !important;
        }

        .country-list .country-name:nth-child(2):before {
            display: none;
        }

        .intl-tel-input .country-list {
            width: 200px;
            overflow-x: hidden;
            outline: none;
        }

        .intl-tel-input {
            width: 100%;
        }

       .contant-section .footer--div input[type=tel],
       .contact-div.phone-icon input[type=tel]{
            padding-left: 55px;
        }

        .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
            outline: none;
        }

        .intl-tel-input .country-list {
            width: 200px;
            overflow-x: hidden;
        }

        .contant-section .country-list .country-name {
            color: #333;
        }

        .contant-section .intl-tel-input .selected-flag .iti-arrow {
            border-top: 4px solid #fff;
        }

        #code-name1 {
            position: absolute;
            z-index: 999;
            height: 40px;
            line-height: 40px;
            left: 56px;
        }

        .contant-section .footer--div input::-webkit-input-placeholder { /* Edge */
            color: rgb(225, 255, 255, 0 .6);
        }

        .contant-section .footer--div input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: rgb(225, 255, 255, 0.6);
        }

        .contant-section .footer--div input::placeholder {
            color: rgb(225, 255, 255, 0.6);
        }
        .contact-div.phone-icon:before{
            display:none;
        }
        .contact-div.phone-icon #code-name2{
     position: absolute;
        z-index: 999;
        height: 30px;
        line-height: 30px;
        left: 56px;
        color:#fff;
         }
         .contact-div.phone-icon .intl-tel-input .selected-flag .iti-arrow{
                border-top: 4px solid #fff;
         }
         #beach-bandit {
             width: 227px;
             height: 102px
         }

         #beach-bandit .st0 {
             fill: #f7ec30
         }

         #beach-bandit .st1 {
             fill: url(#SVGID_1_)
         }

         #beach-bandit .st2 {
             fill: #5da044
         }

         #beach-bandit .st3 {
             fill: #0096a9
         }

         #beach-bandit .st4 {
             fill: #71a850
         }

         #beach-bandit .st5 {
             fill: #231f20
         }

         #beach-bandit .st6 {
             fill: url(#SVGID_2_)
         }

         #beach-bandit .st7 {
             fill: url(#SVGID_3_)
         }

         #beach-bandit .st8 {
             fill: url(#SVGID_4_)
         }

         #beach-bandit .st9 {
             fill: url(#SVGID_5_)
         }

         #beach-bandit .st10 {
             fill: url(#SVGID_6_)
         }

         #beach-bandit .st11 {
             fill: url(#SVGID_7_)
         }

         #picture-pick {
             width: 227px;
             height: 102px
         }

         #picture-pick .st0 {
             fill: #c6c5c5
         }

         #picture-pick .st1 {
             fill: #e6e7e8
         }

         #picture-pick .st2 {
             fill: #fff
         }

         #picture-pick .st3 {
             fill: url(#SVGID__1_)
         }

         #picture-pick .st4 {
             fill: url(#SVGID__2_)
         }

         #picture-pick .st5 {
             opacity: .2;
             fill: #fff
         }

         #picture-pick .st6 {
             opacity: .25;
             fill: #fff
         }

         #picture-pick .st7 {
             fill: #dd2427
         }

         #picture-pick .st8 {
             opacity: .3
         }

         #kush-me {
             width: 227px;
             height: 102px
         }

         #kush-me .st0 {
             fill: #219046
         }

         #kush-me .st1 {
             fill: #5e5e5e
         }

         #kush-me .st2 {
             fill: #fff
         }

         #kush-me .st3 {
             fill: #5cbb64
         }

         #smartid {
             width: 227px;
             height: 102px
         }

         #smartid .st-0 {
             fill: url(#smartid_5_)
         }

         #smartid .st-1 {
             fill: url(#smartid_6_)
         }

         #smartid .st-2 {
             fill: url(#smartid_8_)
         }

         #smartid .st-3 {
             fill: url(#smartid_9_)
         }

         #smartid .st-4 {
             fill: url(#smartid_10_)
         }

         #smartid .st-5 {
             fill: url(#smartid_11_)
         }

         #smartid .st-6 {
             fill: url(#smartid_12_)
         }

         #smartid .st-7 {
             fill: url(#smartid_14_)
         }

         #smartid .st-8 {
             fill: url(#smartid_15_)
         }

         #smartid .st-9 {
             fill: url(#smartid_25_)
         }

         #smartid .st-10 {
             fill: url(#smartid_27_)
         }

         #smartid .st-11 {
             fill: url(#smartid_29_)
         }

         #smartid .st-12 {
             fill: url(#smartid_30_)
         }

         #smartid .st-13 {
             fill: url(#smartid_31_)
         }

         #smartid .st-14 {
             fill: #333
         }

         #smartid .st-15 {
             fill: #6d7276
         }

         #qrolls {
             width: 227px;
             height: 102px
         }

         #qrolls .st0 {
             fill: #f8d94a
         }

         #qrolls .st1 {
             fill: #651afd
         }

         #un-logo {
             width: 227px;
             height: 102px
         }

         #un-logo .st0 {
             fill: #2c2c2c
         }

         #un-logo .st1 {
             fill: url(#un-logo_1_)
         }
    #estimation {
        padding: 0px 15px;
    }
    .alert-info {
    padding: 0px 15px;
    font-size: 10px;
    font-display: swap;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px;
    margin: 0px;
}

}
