.calculate{
   line-height: normal;
   color: #1c212a;
}

.calculate ul {
   padding: 0;
   list-style: none;
}
.calculate ul.questions>li ul.options.options-section>li label {
   height: 172px;
}
.calculate .numbers {
   font-family: Coolvetica;
}

.calculate ul.questions>li ul.options.options-checkbox>li label::before {
   position: absolute;
   top: 2px;
   left: 0;
   content: '';
   width: 24px;
   height: 24px;
   box-sizing: border-box;
   border: 2px solid #f03454;
   border-radius: 2px;
   background: url(https://calculator.plat4m.com/images/check.png) no-repeat center center/11.5px auto;
   transition: all .3s;
}

.calculate ul.questions > li p {
   margin: 0;
   padding-bottom: 34px;
}

.content.estimate-div {
   position: relative;
   height: 100%;
}

.content.estimate-div .wrapper {
   max-width: 1180px;
   padding: 0 30px;
   box-sizing: border-box;
   margin: 0 auto;
}

.content.estimate-div .wrapper .estimate-modal.show {
   position: fixed;
   top: 0;
   left: -9999px;
   z-index: 10;
   font-size: 0;
   text-align: center;
   width: 100%;
   height: 100%;
   opacity: 0;
   transform: translate3d(0,100px,0);
   transition: left 0s .5s,opacity .5s,transform .5s;
}

.content.estimate-div .wrapper .estimate-modal.show .mask {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.estimate {
   max-width: 1180px;
   margin: 120px auto;
   background: #fff;
   box-shadow: 0 12px 32px rgb(0 0 0 / 10%);
   padding: 60px 50px;
   position: relative;
   min-height: 200px;
   color: #1c212a;
   font-size: 14px;
   font-family: Proxima,Arial,sans-serif;
   line-height: normal;
}

body.page-home.page-loading.blur-estimate.submitted-added {
   overflow: auto;
}

.next-final a {
   display: block;
   position: relative;
   float: left;
   margin-right: 15px;
   background: #40cb93;
   padding: 0 20px;
   font-size: 16px;
   font-weight: 700;
   color: #fff;
   letter-spacing: .5px;
   border-radius: 20px;
   transition: all .3s;
}
.next-final {
   padding-top: 40px;
   line-height: 40px;
   font-size: 15px;
   font-weight: 700;
   color: rgba(130,142,153,.5);
   -webkit-font-smoothing: antialiased;
   opacity: 0;
   pointer-events: none;
   transform: translate3d(0,50px,0);
   transition: all .3s;
}
.calculate ul.questions>li.completed .next-final {
   opacity: 1;
   pointer-events: auto;
   transform: translate3d(0,0,0);
}

.next-final a:hover {
   background-color: #2cb67f;
}

.estimate .left {
   float: left;
}

.estimate .triangle {
   position: absolute;
   right: -26px;
   top: -14px;
   width: 180px;
}

.estimate .estimate-header {
   padding-right: 150px;
   position: relative;
   font-size: 18px;
}

.estimate .estimate-header .project-name {
   display: block;
   width: 100%;
   height: 70px;
   box-sizing: border-box;
   padding: 0 20px;
   border: 1px dashed #000;
   font-size: 24px;
   color: #1c212a;
   border-radius: 6px;
   margin-top: 15px;
   transition: all .3s;
}

.estimate .estimate-header .description {
   margin: 0;
   margin-top: 35px;
   font-size: 20px;
   color: #4c5970;
   font-family: Proxima,Arial,sans-serif;
}

.estimate .estimate-header .left {
   width: 65%;
}

.estimate .estimate-header .right {
   text-align: right;

}

.estimate .right {
   float: right;
}

.clear {
   content: '';
   clear: both;
   display: block;
}

.estimate .estimate-header .total {
   height: 70px;
   line-height: 70px;
   margin-top: 15px;
   font-family: Coolvetica,Arial,sans-serif;
   font-size: 52px;
   color: #f03454;
   letter-spacing: 2px;
}

.estimate .spacer {
   height: 1px;
   background: #f1f3f7;
   margin: 40px 0;
}
.calculate ul.questions>li ul.options.options-section>li label .name {
   line-height: 29px;
   bottom: 24px;
}

.calculate ul.questions>li ul.options.options-section>li label .icon svg {
   display: block;
   margin-bottom: 4px;
}

.estimate .estimate-section h2 {
   font-family: Coolvetica,Arial,sans-serif;
   font-size: 26px;
   color: #1c212a;
   padding-bottom: 25px;
   letter-spacing: 1px;
   margin: 0;
   line-height: normal;
}

.estimate .estimate-section p {
   max-width: 600px;
   font-size: 20px;
   color: #4c5970;
   padding-bottom: 25px;
   font-family: Proxima,Arial,sans-serif;
   margin: 0;
}

.estimate .estimate-section ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.estimate .estimate-section ul >li {
   font-size: 22px;
   color: #4c5970;
   line-height: 45px;
   padding-left: 20px;
   padding-right: 20px;
}

.estimate .estimate-section ul >li.header {
   font-size: 12px;
   text-transform: uppercase;
   color: #adb2bf;
   opacity: 1;
   visibility: visible;
}

.estimate .estimate-section ul>li:after {
   content: '';
   clear: both;
   display: block;
}

.estimate .estimate-section ul>li.sum {
   background: #f8f9fb;
   font-size: 24px;
   font-weight: 600;
   margin-top: 10px;
}

.estimate .estimate-cost {
   background: #f03454;
   margin: 50px -50px 0 -50px;
   padding: 20px 50px;
   font-family: Coolvetica,Arial,sans-serif;
   font-size: 40px;
   line-height: 60px;
   letter-spacing: 2px;
   color: #fff;
}

.estimate .estimate-cost:after {
   content: '';
   clear: both;
   display: block;
}
.estimate .estimate-cost .right {
   font-size: 52px;
   letter-spacing: 3px;
}

.calculate ul.questions > li h2{
   font-family: Coolvetica;
   margin: 0;
   line-height: normal;
   padding-bottom: 11px;
}


@media (max-width: 900px){

   .estimate .estimate-header .left {
      width: 60%;
   }

   .estimate .triangle {
      display: none;
   }

   .estimate .estimate-header {
      padding-right: 0;
   }
   .estimate .estimate-section ul>li .left {
      width: 65%;
   }

}

@media (max-width: 640px){

   .content.estimate-div .wrapper {
      padding: 0 20px;
   }

   .estimate {
      padding: 25px 0;
   }

   .estimate .estimate-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      font-size: 14px;
      padding: 0 20px;
   }

   .estimate .estimate-header .left, 
   .estimate .estimate-header .right {
      text-align: left;
      width: 100%;
   }

   .estimate .estimate-header .left {
      margin: 25px 0 0 0;
   }

   .estimate .estimate-header .total {
      font-size: 30px;
      height: auto;
      line-height: 26px;
      margin-top: 10px;
   }

   .estimate .estimate-header .project-name {
      font-size: 16px;
      height: 60px;
      padding: 0 15px;
      margin-top: 10px;
   }

   .estimate .estimate-header .description {
      font-size: 14px;
      line-height: 20px;
      margin-top: 20px;
   }

   .estimate .estimate-section h2 {
      font-size: 22px;
      line-height: 26px;
      letter-spacing: .25;
      padding: 0 20px 10px 20px;
   }

   .estimate .estimate-section p {
      font-size: 14px;
      line-height: 20px;
      padding: 0 20px 25px 20px;
   }

   .estimate .spacer {
      width: calc(100% - 40px);
      margin: 25px 20px;
   }

   .estimate .estimate-section ul>li.header {
      line-height: 22px;
      padding-bottom: 10px;
   }

   .estimate .estimate-section ul>li.sum {
      font-size: 16px;
      line-height: 45px;
      padding-bottom: 0;
      margin-top: 0;
   }

   .estimate .estimate-section ul>li {
      font-size: 16px;
      line-height: 22px;
      padding-bottom: 15px;
   }

   .estimate .estimate-cost {
      font-size: 24px;
      line-height: 26px;
      letter-spacing: .5px;
      height: 100%;
      line-height: 70px;
      padding: 0 20px;
      margin: 40px 0;
      min-height: 70px;
   }

   .estimate .estimate-cost .right {
      font-size: 24px;
      letter-spacing: 2px;
   }

}

.calculate.submitted {
   display: none;
}

.calculate.submitted ~ .content.estimate-div {
   display: block !important;
}
.calculate ~ .content.estimate-div{
   opacity: 0;
   transition: all 0.5s ease;
}
.calculate.submitted-added ~ .content.estimate-div{
   opacity: 1;
}
.check {
   width: 60px;
   height: 45px;
   background: url(https://calculator.plat4m.com/images/echeck.png) no-repeat right center/16px auto;
}