.project-wrap-layout1 {
    padding: 70px 0px 0px 0px;
  }
  @media only screen and (max-width: 1439px) {
    .project-wrap-layout1 {
      padding: 0px;
    }
  }
  .project-wrap-layout1 .section-subtitle {
    color: #7e7e7e;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    position: relative;
    margin-bottom: 10px;
  }
  .project-wrap-layout1 .section-subtitle:before {
    content: "";
    height: 4px;
    width: 15px;
    background-color: #8d53529e;
    position: absolute;
    bottom: 12px;
    left: 314px;
    border-radius: 10px;
    border: none;
  }
  .project-wrap-layout1 .section-subtitle:after {
    content: "";
    height: 4px;
    width: 34px;
    background-color: #8d5352;
    position: absolute;
    bottom: 12px;
    left: 333px;
    border-radius: 10px;
    border: none;
  }
  .project-wrap-layout1 .section-subtitle-sm:before {
    left: 82px;
  }
  .project-wrap-layout1 .section-subtitle-sm:after {
    left: 103px;
  }

  
  .project-box1 {
    margin-bottom: 38px;
  }

  
  @media only screen and (max-width: 991px) {
    .project-box1 {
      margin-bottom: 15px;
    }
  }
  .project-box1 .section-title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-right: 12px;
  }
  @media only screen and (max-width: 1199px) {
    .project-box1 .section-title {
      font-size: 30px;
      padding-right: 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .project-box1 .section-title {
      font-size: 24px;
      line-height: 30px;
    }
  }



  /*-----------------------------------------------------------------------------------*/
/*  EMI Calculator Responsive Widget style sheet
/*-----------------------------------------------------------------------------------*/
#ecww-formwrapper {
    background: #EEE;
}

#ecww-formwrapper,
#ecww-summary,
#ecww-piechart {
    height: 315px;
    overflow: hidden;
}

#ecww-form {
    background: #EEE;
    padding: 10px 20px;
}

#ecww-summary,
#ecww-piechart {
    background: #FFF;
    border: 1px solid #EEE;
    border-top: 0 none;
}

#ecww-piechart {
    border-bottom: 0 none !important;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:768px) {

    #ecww-summary,
    #ecww-piechart {
        border-left: 0 none;
        border-bottom: 0 none;
        border-top: 1px solid #EEE;
    }
}

#ecww-header {
    background: #333 url(../img/emicalculator.png) 50% 50% no-repeat;
    margin: -1px 0 0 -1px;
    height: 40px;
    text-indent: -9999px;
    padding: 0;
    border: 0 none;
}

.ecww-inline-input-group {
    overflow: hidden;
}

.ecww-tenure-choice {
    float: right;
    margin-left: 10px;
}

.ecww-percent-sign {
    font-weight: 700;
    font-size: 16px;
}

.glyphicon-rupee::before {
    content: 'Ã¢â€šÂ¹';
    font-weight: 700;
    font-size: 16px;
}

.glyphicon-percent::before {
    content: '%';
    font-weight: 700;
    font-size: 16px;
}

#ecww-monthlypayment,
#ecww-totalinterest,
#ecww-totalamount {
    padding: 18px 0;
    text-align: center;
    border-bottom: 1px dotted #DBDAD7;
}

#ecww-totalamount {
    border-bottom: 0 none;
}

#ecww-summary h4 {
    color: #888;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    padding: 0;
}

#ecww-summary p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
}

#ecww-monthlypayment p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.glyphicon {
    width: 1.28571429em;
    text-align: center;
}