@charset "utf-8";
/* CSS Document */

.blog-bx.blogSection.calculatorSection .blog-img {
    padding: 10px 10px 0px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-bx.blogSection.calculatorSection .blog-img img {
    width: auto;
    height: auto;
    object-fit: none;
}
.blog-bx.blogSection.calculatorSection .blog-txt h3 {
    text-align: center;
}
.blog-bx.blogSection.calculatorSection .blog-txt p {
    font-size: 16px;
    text-align: center;
    -webkit-line-clamp: 4;
    height: 85px;
}
.blog-bx.blogSection.calculatorSection .blog-txt {
  padding: 0px 36px 30px;
}
.allCalcBody .subHeadding {
    text-align: left;
    padding-top: 0px;
}
.allCalcBody h3.subHeadding::after {
    width: 100px;
    left: 0%;
    margin-left: 0px;
}
.calculatorBtn {
    margin-top: 20px;
}
.calcTopText {
    font-weight: 300;
    font-size: 16px;
    color: #7D7987;
    /*margin-bottom: 75px;*/
    margin-bottom: 15px
}
.calcForm .col-form-label {
    font-weight: 700;
    font-size: 18px;
    color: #3F3D56;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
}
.calcForm .form-group {
    margin-bottom: 25px;
}
.calcForm .form-group .form-control {
    border: none;
    background: #EFF0F7;
    border-radius: 16px;
    min-height: 56px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
}
.calcForm .form-group .cal-icon {
    height: 100%;
    background: none;
    border: none;
    color: #458FF6;
    font-weight: 700;
    font-size: 18px;
    top: 1px;
    right: 16px;
    padding: 5px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calcForm.getInTouchForm .cont-info-box {
    padding: 52px 87px 80px;
    margin-top: 30px;
}
/*.calcForm em.error {*/
/*    top: auto;*/
/*    bottom: -14px;*/
/*}*/
.calcBelowBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}
.calcBelowBtn .banner-btn {
    height: 50px;
    padding: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calcBelowBtn .banner-btn.whitebg {
    width: 180px;
}
.calcBelowBtn .banner-btn {
    width: 250px;
}
.allCalcOutput .table tr td,
.allCalcOutput .table tr th {
    font-weight: 700;
    /*font-size: 18px;*/
    font-size: 16px;
    line-height: 20px;
    color: #3F3D56;
    height: 62px;
    vertical-align: middle;
    text-align: center;
    background: #F6F7FA;
    border-top: 1px solid #458FF6;
    border-right: 1px solid #C4C4C4;
}
.allCalcOutput .table {
    margin-bottom: 40px;
}
.allCalcOutput .table tr th {
    height: 60px;
    /*vertical-align: bottom;*/
    border-top: none;
}
.allCalcOutput .table tr:first-child td {
    border-top: none;
}
.allCalcOutput .table tr td:last-child,
.allCalcOutput .table tr th:last-child {
    border-right: none;
}
.calcOutputNote {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: left;
    margin: 0px;
}
.allCalcOutput .calcForm.getInTouchForm .cont-info-box {
    padding: 40px 50px;
}
.allCalcBody .surveyBackBtn {
  text-align: center;
  margin-top: 70px;
}
/*.allCalcBody .surveyBackBtn .banner-btn {*/
/*  min-width: 180px;*/
/*}*/
.allCalcBody .webinarsCardAll.calcBodyWithMargin {
    /*margin-top: 50px;*/
    margin-top: 30px;
}




