/* line 7, ../sass/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../sass/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../sass/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
/* line 27, ../sass/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../sass/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../sass/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../sass/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 63, ../sass/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../sass/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../sass/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
/* line 81, ../sass/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 90, ../sass/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 94, ../sass/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 104, ../sass/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 109, ../sass/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 115, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
/* line 121, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 125, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
/* line 129, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
/* line 137, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
/* line 143, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* line 147, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
/* line 151, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
/* line 158, ../sass/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 164, ../sass/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 168, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 175, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 179, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 188, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 197, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 204, ../sass/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 216, ../sass/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 220, ../sass/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
/* line 224, ../sass/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 229, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 232, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 238, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 240, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 248, ../sass/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #282828;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #282828;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 251, ../sass/bootstrap/_panels.scss */
.panel-primary {
  border-color: #1c3e95;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1c3e95;
  border-color: #1c3e95;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1c3e95;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #1c3e95;
  background-color: #fff;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1c3e95;
}

/* line 254, ../sass/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 257, ../sass/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 260, ../sass/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 263, ../sass/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../sass/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 1, ../sass/custom/_custom-radio.scss */
.custom-radio {
  position: relative;
  display: inline-block;
}
/* line 4, ../sass/custom/_custom-radio.scss */
.custom-radio input[type="radio"] {
  display: none;
}
/* line 6, ../sass/custom/_custom-radio.scss */
.custom-radio input[type="radio"] + label {
  font-size: 14px;
  padding-left: 30px;
  padding-right: 25px;
  color: #282828;
  font-weight: 600;
}
/* line 12, ../sass/custom/_custom-radio.scss */
.custom-radio input[type="radio"] + label::before {
  content: " ";
  height: 22px;
  width: 22px;
  border: 2px solid #9d9ba0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #fff;
}

/* line 29, ../sass/custom/_custom-radio.scss */
.custom-radio input[type="radio"]:checked + label::after {
  content: " ";
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 5px;
  top: 2px;
  background: #1c3e95;
}
/* line 40, ../sass/custom/_custom-radio.scss */
.custom-radio input[type="radio"]:checked + label::before {
  border: 2px solid #1c3e95;
}

/* line 45, ../sass/custom/_custom-radio.scss */
.cust-box {
  position: relative;
  margin-top: 8px;
}
/* line 49, ../sass/custom/_custom-radio.scss */
.cust-box input[type=checkbox] {
  left: 2px;
  position: absolute;
  top: -1px;
  z-index: 1;
  opacity: 0;
}
/* line 56, ../sass/custom/_custom-radio.scss */
.cust-box .lbl-cus {
  font-size: 14px;
  color: #818286;
  font-weight: normal;
  padding-left: 8px;
}
/* line 61, ../sass/custom/_custom-radio.scss */
.cust-box .lbl-cus::before {
  content: " ";
  background-color: #fff;
  border: 1px solid #818286;
  display: block;
  font-size: 13px;
  height: 19px;
  width: 19px;
  position: absolute;
  left: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transform: scale(o);
  transition: all .2s;
}

/* line 78, ../sass/custom/_custom-radio.scss */
.cust-box input[type=checkbox]:checked + .lbl-cus::before {
  content: "\2714";
  text-align: center;
  background-color: #1c3e95;
  color: #fff;
  transform: scale(1);
  border-color: #1c3e95;
}

/* line 5, ../sass/calculator.scss */
ul li {
  list-style: none;
}

/* line 9, ../sass/calculator.scss */
.calculator-outer {
  margin: 32px 0 15px;
}
/* line 11, ../sass/calculator.scss */
.calculator-outer h1 {
  font-size: 30px;
  color: #282828;
  padding: 55px 0 45px;
  margin: 0;
}
/* line 17, ../sass/calculator.scss */
.calculator-outer .form-control {
  height: 47px;
  border-color: transparent;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  border-radius: 3px;
}
/* line 24, ../sass/calculator.scss */
.calculator-outer .selectboxit-container {
  border-radius: 3px;
}
/* line 28, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .nav-tabs {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 25px;
}
/* line 31, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .nav-tabs li {
  margin-bottom: -1px;
  float: none;
  display: inline-block;
}
/* line 36, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .nav-tabs li.active a {
  color: #282828;
  border-top: 3px solid #1c3e95;
  border-right: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-radius: 4px 4px 0 0;
}
/* line 42, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .nav-tabs li.active a:hover {
  background-color: #fff;
}
/* line 47, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .nav-tabs li a {
  margin-left: none;
  border-radius: 0;
  margin-right: 0;
  font-size: 15px;
  color: #818286;
  padding: 20px 20px;
  transition: none;
  font-weight: 700;
}
/* line 58, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .nav-tabs li:hover a {
  background-color: transparent;
  color: #282828;
}
/* line 67, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .tab-content h2 {
  padding-bottom: 0;
  font-size: 19px;
  color: #282828;
  text-align: center;
  margin-bottom: 15px !important;
  margin-top: 5px !important;
  font-weight: 600;
}
/* line 76, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .tab-content .form-group {
  margin-bottom: 0;
  text-align: left;
}
/* line 79, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .tab-content .form-group label {
  font-weight: 600;
  font-size: 14px;
}
/* line 84, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .tab-content .form-group .selectboxit-container .selectboxit {
  border-radius: 3px;
}
/* line 89, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .tab-content .form-group .custom-radio input[type="radio"]:checked + label::after {
  top: 5px;
}
/* line 95, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .tab-content .tab-pane .outer-radio-design {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 25px;
}
/* line 99, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .tab-content .tab-pane .outer-radio-design [type="radio"]:not(:checked) + label,
.calculator-outer .tabs-calculator .tab-content .tab-pane .outer-radio-design [type="radio"]:checked + label {
  margin: 0;
  padding-top: 3px;
  margin-right: 25px;
}
/* line 105, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .tab-content .tab-pane .outer-radio-design .radio-design {
  float: left;
}
/* line 107, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .tab-content .tab-pane .outer-radio-design .radio-design input {
  display: none;
}
/* line 113, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .tab-content .tab-pane .contents-calc {
  color: #818286;
  padding: 0 3%;
  margin-bottom: 30px;
}
/* line 117, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .tab-content .tab-pane .contents-calc h3 {
  font-size: 24px;
  color: #282828;
}
/* line 121, ../sass/calculator.scss */
.calculator-outer .tabs-calculator .tab-content .tab-pane .contents-calc.by-vsrent {
  margin-top: 30px;
}

/* line 130, ../sass/calculator.scss */
.pad-0 {
  padding: 0;
}

/* line 134, ../sass/calculator.scss */
.column-sz {
  margin-bottom: 16px;
}
/* line 136, ../sass/calculator.scss */
.column-sz label {
  width: 100%;
  font-size: 15px;
  color: #282828;
  font-weight: 700;
}
/* line 142, ../sass/calculator.scss */
.column-sz input,
.column-sz select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px;
  line-height: 18px;
}
/* line 149, ../sass/calculator.scss */
.column-sz .new-adj {
  position: relative;
}

/* line 156, ../sass/calculator.scss */
.custom-radio input[type="radio"] + label.calc-label {
  font: 19px/28px "Open Sans", sans-serif;
  color: #282828;
  text-transform: capitalize;
  padding-left: 34px;
  cursor: pointer;
}

/* line 165, ../sass/calculator.scss */
.custom-radio input[type="radio"] + label.calc-label::before {
  height: 25px;
  width: 25px;
}

/* line 170, ../sass/calculator.scss */
.custom-radio input[type="radio"] + label.calc-label::after {
  left: 7px;
  top: 7px;
}

/* line 175, ../sass/calculator.scss */
.form-home-worth .formsbt-margin .btn-lg {
  width: 100%;
  padding: 9px 78px;
  font: 16px 600;
}

/* line 181, ../sass/calculator.scss */
.result-calc {
  font: 19px 300;
  color: #282828;
  background-color: #f8f8f8;
  border-bottom: 1px solid #d7d7d7;
  margin-top: 25px;
  padding: 13px 30px;
}
/* line 188, ../sass/calculator.scss */
.result-calc .results-cl {
  padding-bottom: 10px;
}
/* line 191, ../sass/calculator.scss */
.result-calc .results-cl .price {
  font-family: 600;
}
/* line 193, ../sass/calculator.scss */
.result-calc .results-cl .price .icon::before {
  color: #282828;
}

/* line 201, ../sass/calculator.scss */
.percentages::after, .year::after {
  color: #818286;
  content: "%";
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: 40px;
  font-weight: 400;
}

/* line 214, ../sass/calculator.scss */
.year::after {
  content: "Year";
  text-transform: capitalize;
}

/* line 221, ../sass/calculator.scss */
.form-home-worth br {
  clear: both;
}
/* line 224, ../sass/calculator.scss */
.form-home-worth .blk-rent {
  border-bottom: 1px solid #ececec;
  float: none;
  margin: 33px auto;
  width: 96%;
}
/* line 231, ../sass/calculator.scss */
.form-home-worth .calc-form-submit {
  margin-top: 25px;
}
/* line 233, ../sass/calculator.scss */
.form-home-worth .calc-form-submit input {
  vertical-align: middle;
  width: auto;
  padding: 15px 5px;
  color: #282828;
  font-weight: 700;
  line-height: 21px;
}
/* line 241, ../sass/calculator.scss */
.form-home-worth .calc-form-submit .btn-lg {
  border: 0;
  margin-left: 0;
  background-color: #1c3e95 !important;
}
/* line 246, ../sass/calculator.scss */
.form-home-worth .calc-form-submit .btn {
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  border: 0;
  width: 50%;
  margin: 0;
  float: left;
  font-weight: 600;
}
/* line 256, ../sass/calculator.scss */
.form-home-worth .calc-form-submit .btn-primary {
  color: #fff;
}

/* line 262, ../sass/calculator.scss */
.form-default-result {
  margin-top: 30px;
  display: none;
}
/* line 265, ../sass/calculator.scss */
.form-default-result .calc-result-head {
  color: #1c3e95;
  font-size: 16px;
}
/* line 269, ../sass/calculator.scss */
.form-default-result .calc-back {
  float: right;
  cursor: pointer;
  font-size: 16px;
  color: #333333;
}
/* line 274, ../sass/calculator.scss */
.form-default-result .calc-back::before {
  color: #000;
  content: "\2190";
  font: 17px 600;
  padding-right: 4px;
}

/* line 284, ../sass/calculator.scss */
.inner-results-calc {
  border-top: 1px solid #d7d7d7;
  margin-top: 4px;
}
/* line 287, ../sass/calculator.scss */
.inner-results-calc h3 {
  font-size: 20px;
}
/* line 289, ../sass/calculator.scss */
.inner-results-calc h3 small {
  font-size: 80%;
  font-family: "Open Sans", sans-serif;
}
/* line 294, ../sass/calculator.scss */
.inner-results-calc h4 {
  color: #282828;
  font: 16px "Open Sans", sans-serif;
  margin: 0 0 8px;
}
/* line 299, ../sass/calculator.scss */
.inner-results-calc .bg-calc-reslt {
  background-color: #fafafa;
  border-top: 1px solid #d7d7d7;
  padding: 7px 0px 4px;
}
/* line 303, ../sass/calculator.scss */
.inner-results-calc .bg-calc-reslt .lbl {
  color: #444;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 360px) {
  /* line 303, ../sass/calculator.scss */
  .inner-results-calc .bg-calc-reslt .lbl {
    letter-spacing: -0.5px;
  }
}
/* line 311, ../sass/calculator.scss */
.inner-results-calc .bg-calc-reslt .txt {
  margin-bottom: 10px;
}
/* line 314, ../sass/calculator.scss */
.inner-results-calc .bg-calc-reslt .txt input {
  border: 1px solid #ddd;
  padding: 5px 3px 4px 15px;
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  font-size: 13px;
}
/* line 323, ../sass/calculator.scss */
.inner-results-calc .bg-calc-reslt .txt .rs::before {
  color: #282828;
  font-size: 14px;
  left: 5px;
  position: absolute;
  top: 6px;
}
/* line 332, ../sass/calculator.scss */
.inner-results-calc .bg-calc-reslt.blk-buy-align {
  padding-left: 8%;
}
/* line 336, ../sass/calculator.scss */
.inner-results-calc .bg-rental-calc {
  background-color: transparent;
  border: none;
  padding-right: 0;
}
/* line 341, ../sass/calculator.scss */
.inner-results-calc .bg-rental-calc .txt input {
  background-color: #fafafa;
  font-size: 13px;
}
/* line 348, ../sass/calculator.scss */
.inner-results-calc .vs {
  background: #d9d9d9;
  color: #282828;
  font-size: 18px;
  margin-top: 27px;
  text-align: center;
  padding: 29% 0;
  flex: 1;
  margin-bottom: -5px;
}
/* line 358, ../sass/calculator.scss */
.inner-results-calc br {
  clear: both;
}
/* line 361, ../sass/calculator.scss */
.inner-results-calc .brk-divider {
  border-bottom: 1px solid #d7d7d7;
  margin-top: 18px;
  margin-bottom: 25px;
}
/* line 366, ../sass/calculator.scss */
.inner-results-calc .width-renting {
  width: 45%;
  flex: 5;
}
/* line 370, ../sass/calculator.scss */
.inner-results-calc .height-buys {
  display: flex;
}

/* line 377, ../sass/calculator.scss */
.coln-bef {
  padding-left: 7px;
  padding-right: 0;
  text-align: right;
}
/* line 381, ../sass/calculator.scss */
.coln-bef::before {
  content: ":";
  font-size: 20px;
  left: 0px;
  line-height: 22px;
  position: absolute;
  font-weight: 400;
}

/* line 392, ../sass/calculator.scss */
.emi-calc-tab h3 {
  color: #606060;
}
/* line 395, ../sass/calculator.scss */
.emi-calc-tab h2 {
  padding-left: 0 !important;
}
/* line 398, ../sass/calculator.scss */
.emi-calc-tab .lbl-emi {
  font-size: 15px;
  color: #282828;
  padding-bottom: 4px;
  font-weight: 600;
}
/* line 404, ../sass/calculator.scss */
.emi-calc-tab .cols-submit {
  margin-top: 10px;
  padding-bottom: 10px;
}
/* line 408, ../sass/calculator.scss */
.emi-calc-tab br {
  clear: both;
}
/* line 411, ../sass/calculator.scss */
.emi-calc-tab .brk-divider {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
/* line 415, ../sass/calculator.scss */
.emi-calc-tab .blk-borders {
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  font-size: 14px;
  color: #282828;
  text-align: left;
  font-weight: 600;
}
/* line 424, ../sass/calculator.scss */
.emi-calc-tab .blk-borders.first {
  border-top: 1px solid #d9d9d9;
}
/* line 427, ../sass/calculator.scss */
.emi-calc-tab .blk-borders.borderbotoom {
  border-bottom: none;
}

/* line 433, ../sass/calculator.scss */
.my-emi {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
/* line 437, ../sass/calculator.scss */
.my-emi tr th {
  color: #282828;
  background-color: #f1f1f1;
  padding: 14px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
/* line 446, ../sass/calculator.scss */
.my-emi tr th small {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
/* line 451, ../sass/calculator.scss */
.my-emi tr th:last-child {
  text-align: right;
  padding-right: 20px;
}
/* line 456, ../sass/calculator.scss */
.my-emi tr td {
  padding: 14px 0;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  font-weight: 400;
}
/* line 461, ../sass/calculator.scss */
.my-emi tr td:last-child {
  text-align: right;
  padding-right: 20px;
}
/* line 465, ../sass/calculator.scss */
.my-emi tr td .rs:before {
  display: none;
}
/* line 469, ../sass/calculator.scss */
.my-emi tr td[colspan="4"] {
  text-align: center;
  border-bottom: none;
}
/* line 474, ../sass/calculator.scss */
.my-emi:last-child {
  border-bottom: 1px solid #d9d9d9;
}

/* line 479, ../sass/calculator.scss */
.final-emi-ins {
  font-size: 14px;
  color: #6e6d6d;
  margin-top: 17px;
}
/* line 483, ../sass/calculator.scss */
.final-emi-ins span {
  color: #282828;
  font-family: 600;
  padding: 0 5px;
}

/* line 490, ../sass/calculator.scss */
.emi-outer-result {
  display: none;
}
/* line 492, ../sass/calculator.scss */
.emi-outer-result > h3.head-emi {
  margin: 0;
  font-weight: 700;
  border-bottom: none;
}

/*to add common*/
/* line 501, ../sass/calculator.scss */
.txt-center {
  text-align: center;
}

/* line 505, ../sass/calculator.scss */
.txt-left {
  text-align: left;
}

/* line 509, ../sass/calculator.scss */
.pad-lft {
  padding-left: 0;
}

/* line 513, ../sass/calculator.scss */
.pad-rgt {
  padding-right: 0;
}

/* line 517, ../sass/calculator.scss */
input[type="button"]:focus {
  outline: 0;
}

@media screen and (min-width: 0\0) {
  /* line 522, ../sass/calculator.scss */
  .inner-results-calc .height-buys {
    max-height: 160px;
  }
}
/* line 532, ../sass/calculator.scss */
.result-calc .rs::before,
.coln-bef .rs::before,
.my-emi .rs::before {
  color: #282828;
}

/* line 537, ../sass/calculator.scss */
.rs {
  font-size: calc(100% - 2px);
}

/* line 541, ../sass/calculator.scss */
.form-control,
.captcha {
  border-radius: 3px;
}

/* line 546, ../sass/calculator.scss */
.coln-bef .rs::before,
.my-emi .rs::before {
  font-size: 12px;
}

/* line 552, ../sass/calculator.scss */
.coln-bef .rs::before,
.my-emi .rs::before {
  font-size: 15px;
  margin-right: 2px;
}

/* line 558, ../sass/calculator.scss */
ul.lst-style-2 {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 15px;
}
/* line 563, ../sass/calculator.scss */
ul.lst-style-2 li {
  position: relative;
  margin-bottom: 10px;
}

/* line 569, ../sass/calculator.scss */
.cal-disclaimer {
  padding-bottom: 50px;
  width: 910px;
  margin: 0 auto;
}
/* line 573, ../sass/calculator.scss */
.cal-disclaimer p {
  font-size: 13px;
  color: #818286;
}

/* line 581, ../sass/calculator.scss */
.content .container .box-style {
  margin-top: 50px;
  margin-bottom: 100px;
}

/* line 586, ../sass/calculator.scss */
.btn-fix-section {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  z-index: 9;
}
/* line 593, ../sass/calculator.scss */
.btn-fix-section .btn {
  border-radius: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  /* line 593, ../sass/calculator.scss */
  .btn-fix-section .btn {
    height: 60px;
  }
}

/* line 606, ../sass/calculator.scss */
.inner-mobheader .tab-conts ul li {
  width: 33.3333% !important;
}
/* line 608, ../sass/calculator.scss */
.inner-mobheader .tab-conts ul li.active a {
  border-color: #fff !important;
}
