.webAppCostBox {
    padding: 80px 0
}

.webAppCostBox .iconBox {
    margin: 0
}

.webAppCostBox .iconBox .table-cell {
    width: 25%
}

.webAppCostBox .iconBox .table-cell:last-child {
    width: 75%
}

.sidebar .box .selectedFeaturedList {
    padding: 0;
    overflow: auto;
    max-height: 350px;
    min-height: 72%;
}

@media(max-width:600px) {
    .webAppCostBox .iconBox .table-cell:first-child {
        display: none
    }
}

.webAppCostBox .iconBox figure {
    text-align: center;
    border-right: solid #e3e3e3 1px
}

.webAppCostBox .iconBox p {
    padding-left: 40px
}

@media(max-width:600px) {
    .webAppCostBox .iconBox p {
        padding-left: 0
    }
}

@media(max-width:768px) {
    .webAppCostBox {
        padding: 40px 0 0
    }
}

.webAppFeatures {
    display: block;
    float: left;
    width: calc(100% - 500px)
}

.webAppFeatures .common_h3 {
    margin-bottom: 40px
}

@media(max-width:600px) {
    .webAppFeatures .common_h3 {
        margin-bottom: 20px
    }
}

.webAppFeatures .featuresList {
    padding: 0;
    margin-top: 40px
}

.webAppFeatures .featuresList li {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    cursor: pointer;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 25px;
    border: solid transparent 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.webAppFeatures .featuresList li:before {
    content: '';
    position: absolute;
    top: 30px;
    right: -2px;
    height: 90px;
    border-right: solid #e4e4e4 1px
}

.webAppFeatures .featuresList li:nth-child(4n):before {
    border-right: 0
}

.webAppFeatures .featuresList li input[type=checkbox] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.webAppFeatures .featuresList li figure {
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.webAppFeatures .featuresList li figure p {
    font-size: 14px;
    color: #383838;
    font-weight: 400;
    text-align: center
}

.webAppFeatures .featuresList li figure span {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-image: url(../images/get_estimate/sprit_web_app.png);
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.webAppFeatures .featuresList li figure span.icon1 {
    background-position: 0 0
}

.webAppFeatures .featuresList li figure span.icon2 {
    background-position: -80px 0
}

.webAppFeatures .featuresList li figure span.icon3 {
    background-position: -160px 0
}

.webAppFeatures .featuresList li figure span.icon4 {
    background-position: -240px 0
}

.webAppFeatures .featuresList li figure span.icon5 {
    background-position: -320px 0
}

.webAppFeatures .featuresList li figure span.icon6 {
    background-position: 0 -80px
}

.webAppFeatures .featuresList li figure span.icon7 {
    background-position: -80px -80px
}

.webAppFeatures .featuresList li figure span.icon8 {
    background-position: -160px -80px
}

.webAppFeatures .featuresList li figure span.icon9 {
    background-position: -240px -80px
}

.webAppFeatures .featuresList li figure span.icon10 {
    background-position: -320px -80px
}

.webAppFeatures .featuresList li figure span.icon11 {
    background-position: 0 -160px
}

.webAppFeatures .featuresList li figure span.icon12 {
    background-position: -80px -160px
}

.webAppFeatures .featuresList li figure span.icon13 {
    background-position: -160px -160px
}

.webAppFeatures .featuresList li figure span.icon14 {
    background-position: -240px -160px
}

.webAppFeatures .featuresList li figure span.icon15 {
    background-position: -320px -160px
}

.webAppFeatures .featuresList li figure span.icon16 {
    background-position: 0 -240px
}

.webAppFeatures .featuresList li figure span.icon17 {
    background-position: -80px -240px
}

.webAppFeatures .featuresList li figure span.icon18 {
    background-position: -160px -240px
}

.webAppFeatures .featuresList li figure span.icon19 {
    background-position: -240px -240px
}

.webAppFeatures .featuresList li figure span.icon20 {
    background-position: -320px -240px
}

.webAppFeatures .featuresList li figure span.icon21 {
    background-position: 0 -320px
}

.webAppFeatures .featuresList li figure span.icon22 {
    background-position: -80px -320px
}

.webAppFeatures .featuresList li figure span.icon23 {
    background-position: -160px -320px
}

.webAppFeatures .featuresList li figure span.icon24 {
    background-position: -240px -320px
}

.webAppFeatures .featuresList li figure span.icon25 {
    background-position: -320px -320px
}

.webAppFeatures .featuresList li figure span.icon26 {
    background-position: 0 -400px
}

.webAppFeatures .featuresList li figure span.icon27 {
    background-position: -80px -400px
}

.webAppFeatures .featuresList li figure span.icon28 {
    background-position: -160px -400px
}

.webAppFeatures .featuresList li:hover {
    background: #fff;
    border: solid #e4e4e4 1px;
    border-radius: 14px;
}

.webAppFeatures .featuresList li:hover:before {
    opacity: 0
}

.webAppFeatures .featuresList li.active {
    /* background: url(../img/get_estimate/selected_check.png) right 15px no-repeat #fff; */
    border: solid #e4e4e4 3px;
    border-radius: 14px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    /* border: solid #f9004d 1px; */
}

.webAppFeatures .featuresList li.active:before {
    opacity: 0
}

@media(min-width:1601px) {
    .webAppFeatures .featuresList li {
        width: 20%
    }
}

@media(min-width:1301px) {
    .sidebar .box .selectedFeaturedList {
        min-height: 76%;
    }
}

@media(max-width:1199px) {
    .webAppFeatures .featuresList li {
        width: 33.33334%
    }

    .webAppFeatures .featuresList li:nth-child(3n):before {
        border-right: 0
    }

    .webAppFeatures .featuresList li:nth-child(4n):before {
        border-right: solid #e4e4e4 1px
    }
}

.webAppFeatures .featuresList.restaurantPage li figure span {
    background-image: url(../img/restaurant/sprit_restaurant.png)
}

@media(max-width:1366px) {
    .webAppFeatures .featuresList.restaurantPage li {
        min-height: 180px
    }
}

@media(max-width:1199px) {
    .webAppFeatures .featuresList.restaurantPage li {
        min-height: 0
    }
}

.sidebar {
    position: relative;
    float: right;
    width: 440px;
    padding: 25px;
    background: #f0f1f3
}

.sidebar .box {
    z-index: 11;
    background: #fff;
    overflow: hidden;
    border: solid #e4e4e4 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    height: 78vh;
}

.sidebar .box h3 {
    font-family: proxima_novaregular;
    font-size: 22px;
    margin: 0;
    color: #012a5e;
    padding: 30px 30px 5px
}

.sidebar .box h4 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 15px
}

.sidebar .box p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 30px
}



.sidebar .box .selectedFeaturedList.mCustomScrollbar .mCSB_inside {
    padding: 20px 35px
}

@media(max-width:1366px) {
    .sidebar .box .selectedFeaturedList.mCustomScrollbar .mCSB_inside {
        padding: 20px
    }
}

.sidebar .box .selectedFeaturedList ul {
    padding: 0;
    margin: 0
}

.sidebar .box .selectedFeaturedList li {
    display: block;
    font-size: 16px;
    color: #000000;
    padding: 0 15px;
    line-height: 40px;
    background: #ffffff;
    margin-bottom: 15px;
    border: solid #e4e4e4 1px;
    margin: 15px 10px;
    border-radius: 14px;
}

.sidebar .box .selectedFeaturedList li span {
    display: inline-block
}

.sidebar .box .selectedFeaturedList li span.featurePrice {
    float: right
}

@media(max-width:1366px) {
    .sidebar .box .selectedFeaturedList li {
        font-size: 14px
    }
}

.sidebar .box .totalAmount {
    background: #232323;
    font-size: 18px;
    color: #fff;
    padding: 20px 35px
}

.sidebar .box .totalAmount span {
    display: inline-block;
    font-weight: 400
}

.sidebar .box .totalAmount span.price {
    float: right
}

@media(max-width:1366px) {
    .sidebar .box .totalAmount {
        padding: 10px 20px;
        font-size: 14px
    }

    .sidebar .box .selectedFeaturedList {
        min-height: 80%;
    }
}

.sidebar .letsBuildWebApp {
    padding: 0
}

.sidebar .letsBuildWebApp p {
    color: #444;
    padding: 20px 30px 0
}

.sidebar .letsBuildWebApp .formbox {
    padding: 0 30px 30px
}

@media(max-width:480px) {
    .sidebar .letsBuildWebApp .formbox {
        padding: 0 15px 30px
    }
}

.cartIcon {
    display: none;
    position: fixed;
    bottom: 80px;
    left: 20px;
    width: 60px;
    height: 60px;
    z-index: 100;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #FF5B2E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.cartIcon .sf_count {
    position: absolute;
    top: -5px;
    right: -5px;
    line-height: 30px;
    padding: 0;
    color: #FFFFFF;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #9A0001;
    border-radius: 50%
}

@media(max-width:991px) {
    .cartIcon {
        display: block
    }

    .sidebar .box .selectedFeaturedList {
        min-height: 80%;
    }
}

.closeBtn {
    display: none;
    position: absolute;
    top: 62px;
    right: 37px;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    cursor: pointer;
}

.letsBuildWebApp .formbox {
    padding: 0
}

.letsBuildWebApp .formbox fieldset {
    position: relative;
    margin: 0 0 30px
}

.letsBuildWebApp .formbox fieldset .form-control {
    padding: 12px;
    font-size: 16px;
    color: #000;
    height: auto;
    background: #f5f4f4;
    border: solid #e4e4e4 1px
}

.letsBuildWebApp .formbox fieldset .form-control.check {
    width: 14px;
    height: 14px;
    vertical-align: sub
}

.letsBuildWebApp .formbox fieldset .form-control:focus {
    border-color: #999
}

.letsBuildWebApp .formbox fieldset textarea.form-control {
    height: 80px;
    resize: none
}

.letsBuildWebApp .formbox fieldset label.error {
    position: absolute;
    top: 100%;
    left: 0;
    color: red
}

.letsBuildWebApp .formbox fieldset .checkbox {
    padding-left: 20px;
    cursor: pointer
}

.letsBuildWebApp .formbox fieldset .checkbox input {
    margin-right: 15px
}

.letsBuildWebApp .formbox fieldset .uploadFile {
    background: #f5f4f4;
    position: absolute;
    bottom: 1px;
    left: 1px;
    right: 16px;
    padding: 5px 5px 5px 10px;
    display: flex;
    justify-content: flex-end
}

.letsBuildWebApp .formbox fieldset .uploadFile .attachmentLabel {
    color: #999
}

.letsBuildWebApp .formbox fieldset .uploadFile .fa {
    padding: 0 0 0 10px;
    font-size: 20px;
    color: #999
}

.letsBuildWebApp .formbox fieldset .uploadFile .uploader-input-file {
    position: absolute;
    width: 90px;
    right: 16px;
    opacity: 0;
    cursor: pointer
}

.letsBuildWebApp .formbox fieldset .uploadFile input[type=file]::-webkit-file-upload-button {
    cursor: pointer
}

.showSidebar {
    padding: 0
}

.showSidebar .webAppFeatures {
    width: calc(100% - 320px)
}

.showSidebar .sidebar {
    position: relative;
    right: 0
}

.showBd {
    display: none
}

.box {
    width: auto;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1)
}

.formBox {
    margin: 0
}

.formBox fieldset {
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.formBox fieldset .placeholder {
    position: absolute;
    top: 13px;
    left: 0;
    z-index: -1;
    font-size: 18px;
    color: #666;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

@media(max-width:600px) {
    .formBox fieldset .placeholder {
        font-size: 14px
    }
}

.formBox fieldset .form-control {
    font-family: proxima_novaregular;
    font-size: 16px;
    color: #666;
    border: 0;
    height: 52px;
    background: 0;
    border-bottom: solid #012a5e 2px
}

@media(max-width:600px) {
    .formBox fieldset .form-control {
        height: 44px
    }

    .closeBtn {
        right: 48px;
    }
}

.formBox fieldset select.form-control {
    cursor: pointer
}

.formBox fieldset textarea.form-control {
    height: 100px;
    resize: none
}

.formBox fieldset .btn {
    border: 0;
    outline: 0;
    background: 0
}

.formBox fieldset label.error {
    position: absolute;
    top: 105%;
    right: 0;
    color: red;
    display: none
}

.formBox fieldset.input--filled .placeholder {
    font-size: 12px;
    top: -8px;
    color: #012a5e
}

@media(max-width:600px) {
    .formBox fieldset {
        margin-bottom: 25px
    }
}

.formBox.white fieldset .placeholder {
    color: #fff
}

.formBox.white fieldset .form-control {
    border-bottom-color: #fff
}

.formBox.white fieldset.input--filled .placeholder {
    color: #fff
}

.wrapper {
    position: relative;
    overflow-X: hidden
}

@media(max-width:1199px) {
    .webAppFeatures {
        width: calc(100% - 400px)
    }

    .sidebar {
        width: 380px
    }

    .webAppFeatures .featuresList li {
        width: 33.3334%
    }
}

@media(max-width:992px) {
    .fixedFooter {
        display: block
    }

    .sidebar {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        bottom: 0;
        z-index: 1000;
        margin: 0;
        background: #fff;
        overflow: auto;
        padding: 50px 40px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .closeBtn {
        display: block;
        right: 53px;
    }

    .sidebar.show {
        opacity: 1;
        visibility: visible;
        margin-top: 30px;
    }



    .webAppFeatures {
        width: 100%
    }

    .webAppFeatures .featuresList li {
        width: 25%
    }

    .handleSidebar,
    .showBd {
        display: inline-block
    }
}

@media(max-width:768px) {
    .sidebar {
        left: 0;
        top: 0
    }

    .webAppFeatures .featuresList li {
        width: 33.33333%
    }

    .main_container.showSidebar .webAppFeatures .featuresList li {
        width: 100%
    }
}

@media(max-width:600px) {
    .webAppFeatures .featuresList li {
        width: 50%
    }

    .webAppFeatures .featuresList li:nth-child(3n):before {
        border-right: solid #e4e4e4 1px
    }

    .webAppFeatures .featuresList li:nth-child(2n):before {
        border-right: 0
    }
}

@media(max-width:600px) {
    .showSidebar .sidebar {
        right: 0;
        position: fixed
    }

    .main_container {
        padding: 20px 20px 60px
    }

    .main_container.showSidebar .webAppFeatures {
        width: 100%
    }

    .webAppFeatures h1 {
        font-size: 24px;
        font-weight: 500
    }

    .webAppFeatures p {
        font-size: 14px
    }
}

@media(max-width:480px) {
    .sidebar {
        padding: 50px 25px
    }

    .fixedFooter a {
        font-size: 14px
    }

    .webAppFeatures .featuresList {
        margin-top: 10px
    }

    .webAppFeatures .featuresList li {
        margin-bottom: 20px
    }

    .webAppFeatures .featuresList li figure {
        transform: scale(.8);
        margin-bottom: 0
    }

    .webAppFeatures .featuresList li.active figure {
        transform: scale(.85)
    }

    .webAppFeatures .featuresList li p {
        margin-bottom: 0
    }

    .closeBtn {
        right: 37px;
    }
}

@media(max-width:400px) {
    .webAppFeatures {
        text-align: center
    }

    .webAppFeatures .featuresList li {
        width: 100%
    }

    .webAppFeatures .featuresList li:before {
        border-right: 0
    }

    .webAppFeatures .featuresList li:nth-child(3n):before {
        border-right: 0
    }

    .webAppFeatures .featuresList li figure {
        transform: scale(.7);
        margin-bottom: 0;
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    .webAppFeatures .featuresList li.active figure {
        transform: scale(.72)
    }

    .autoHide {
        display: none
    }
}

@media(max-width:320px) {
    .webAppFeatures .featuresList li {
        margin-bottom: 30px
    }

    .webAppFeatures .featuresList li figure {
        transform: scale(.6);
        margin-bottom: 0
    }

    .webAppFeatures .featuresList li.active figure {
        transform: scale(.65)
    }
}

@media(max-width:320px) {
    .webAppFeatures .featuresList li {
        width: 100%;
        margin-bottom: 30px
    }

    .webAppFeatures .featuresList li figure {
        transform: scale(.85);
        margin-bottom: 0
    }

    .webAppFeatures .featuresList li.active figure {
        transform: scale(.9)
    }

    .fixedFooter a {
        font-size: 12px
    }
}

.append {
    background-color: #FFF2E2;
    padding: 10px 10px 10px 10px;
}