@charset "UTF-8";
.calculator-section *:not(.fa):not(.fas) {
  font-family: "Lato", sans-serif;
}
.calculator-section .tab-content > .tab-pane {
  display: none;
}
.calculator-section .tab-content > .active {
  display: block;
}
.calculator-section .o-rainbow.header {
  background: linear-gradient(135deg, #4486c6 0%, #81ca9c 100%);
  padding-top: 40px;
  padding-bottom: 85px;
  height: auto;
}
.calculator-section .o-rainbow.header h1,
.calculator-section .o-rainbow.header .h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}
.calculator-section .header-circles-wrapper {
  background-color: #fff;
}
.calculator-section .header-circles-wrapper .header-circles {
  position: relative;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator-section .header-circles-wrapper .header-circles .header-circle-small {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  background: #81ca9c;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: relative;
  top: -29px;
}
.calculator-section .header-circles-wrapper .header-circles .header-circle-small i {
  font-size: 14px;
}
.calculator-section .header-circles-wrapper .header-circles .header-circle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-decoration: none;
}
.calculator-section .header-circles-wrapper .header-circles .header-circle .circle {
  background-color: #fff;
  border-radius: 100%;
  font-size: 19px;
  font-weight: 500;
  width: 88px;
  height: 88px;
  border: 7px solid #4486c6;
  color: #828282;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.calculator-section .header-circles-wrapper .header-circles .header-circle h3,
.calculator-section .header-circles-wrapper .header-circles .header-circle .h3 {
  color: #828282;
  font-weight: 500;
  font-size: 17px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.calculator-section .header-circles-wrapper .header-circles .header-circle .info {
  display: none;
  position: absolute;
  top: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4486c6), to(#81ca9c));
  background: linear-gradient(180deg, #4486c6 0%, #81ca9c 100%);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  padding: 15px;
  z-index: 2;
  width: 225px;
  left: 50%;
  border-radius: 9px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.calculator-section .header-circles-wrapper .header-circles .header-circle:hover .info {
  display: block;
}
.calculator-section .header-circles-wrapper .header-circles .header-circle.active .circle, .calculator-section .header-circles-wrapper .header-circles .header-circle:hover .circle {
  width: 98px;
  height: 98px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4486c6), to(#81ca9c));
  background: linear-gradient(180deg, #4486c6 0%, #81ca9c 100%);
  border: 10px solid #fff;
  color: #fff;
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11);
}
.calculator-section .header-circles-wrapper .header-circles .header-circle.active h3,
.calculator-section .header-circles-wrapper .header-circles .header-circle.active .h3, .calculator-section .header-circles-wrapper .header-circles .header-circle:hover h3,
.calculator-section .header-circles-wrapper .header-circles .header-circle:hover .h3 {
  font-weight: 900;
  color: #4486c6;
}
.calculator-section .content h2,
.calculator-section .content .h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 0;
}
.calculator-section .content .header-text-section .header-custom-title {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 45px;
}
.calculator-section .content .header-text-section .circle {
  margin-bottom: 45px;
}
.calculator-section .content .circle {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4486c6), to(#81ca9c));
  background: linear-gradient(180deg, #4486c6 0%, #81ca9c 100%);
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11);
}
.calculator-section .content .circle i {
  font-size: 40px;
  color: #fff;
}
.calculator-section .content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #4f4f4f;
  margin-bottom: 20px;
}
.calculator-section .content p strong {
  font-weight: 900;
}
.calculator-section .content .icon {
  margin-top: -20px;
  margin-bottom: 20px;
}
.calculator-section .content .border-inside {
  position: relative;
  height: 100%;
}
.calculator-section .content .border-inside:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f2f2f2;
}
.calculator-section .header-text-section {
  padding: 60px 0;
}
.calculator-section .header-box {
  padding: 40px;
  border-radius: 30px;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.11);
}
.calculator-section .header-box p {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #333333;
}
.calculator-section .header-box2 {
  border-radius: 30px;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.11);
}
.calculator-section .header-box2 p {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #333333;
}
.calculator-section .header-box2 .title {
  background-color: #81ca9c;
  color: white;
  padding: 20px;
  border-radius: 30px 30px 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}
.calculator-section .header-box2 .content {
  padding: 20px 40px;
}
.calculator-section .header-box2 .content ul {
  margin-bottom: 0;
  list-style: none;
}
.calculator-section .header-box2 .content ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #4f4f4f;
}
.calculator-section .header-box2 .content ul li strong {
  font-weight: bold;
  color: black;
}
.calculator-section .header-box2 .content ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #81ca9c; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.calculator-section .section-shadow {
  position: relative;
}
.calculator-section .section-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(248, 248, 248, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(248, 248, 248, 0) 100%);
  opacity: 0.05;
}
.calculator-section ul.safe-list {
  margin-top: 60px;
  margin-bottom: 0;
  list-style: none;
}
.calculator-section ul.safe-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator-section ul.safe-list li .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4486c6), to(#81ca9c));
  background: linear-gradient(180deg, #4486c6 0%, #81ca9c 100%);
  border: 10px solid #fff;
  color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11);
}
.calculator-section ul.safe-list li .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.calculator-section ul.safe-list li .content p {
  margin-bottom: 0;
}
.calculator-section ul.faq-list {
  margin-top: 25px;
  margin-bottom: 0;
  list-style: none;
}
.calculator-section ul.faq-list li:not(:last-of-type) {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.calculator-section ul.faq-list li .faq-head {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.calculator-section ul.faq-list li .faq-head i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  color: #333333;
}
.calculator-section ul.faq-list li .faq-head:before {
  border-radius: 100%;
  content: "";
  width: 10px;
  height: 10px;
  background: #4486c6;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.calculator-section ul.faq-list li .faq-head[aria-expanded=true] {
  font-weight: 900;
}
.calculator-section ul.faq-list li .faq-head[aria-expanded=true] i {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.calculator-section ul.faq-list li .faq-head[aria-expanded=true]:before {
  background: #81ca9c;
}
.calculator-section ul.faq-list li .faq-head[aria-expanded=true]:hover:before {
  background: #4486c6;
}
.calculator-section ul.faq-list li .faq-head[aria-expanded=false]:hover:before {
  background: #81ca9c;
}
.calculator-section ul.faq-list li .collapse {
  display: none;
}
.calculator-section ul.faq-list li .collapse.show {
  display: block;
}
.calculator-section ul.faq-list li .collapse .collapse-inner {
  padding-top: 25px;
  padding-left: 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #4f4f4f;
}
.calculator-section .form-section {
  padding: 70px 0;
}
.calculator-section .form-section .aside {
  padding-top: 25px;
}
.calculator-section .form-section .aside .step {
  color: #4486c6;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.calculator-section .form-section .aside h2,
.calculator-section .form-section .aside .h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  color: #000;
}
.calculator-section .form-section .aside p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #4f4f4f;
}
.calculator-section .form-section .aside p.small {
  font-size: 12px;
  line-height: 14px;
  color: #828282;
  letter-spacing: 0.07em;
}
.calculator-section .form-section .form {
  padding-top: 25px;
  padding-bottom: 25px;
}
.calculator-section .form-section .form .form-item:not(:last-of-type) {
  margin-bottom: 60px;
}
.calculator-section .form-section .form .form-item .title {
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.calculator-section .form-section .form .form-group {
  position: relative;
}
.calculator-section .form-section .form .form-group .select-manual {
  color: #828282;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.calculator-section .form-section .form .form-group .select-manual .select-manual-other {
  color: #828282;
}
.calculator-section .form-section .form .form-group .select-manual .select-manual-other:hover {
  color: #000;
}
.calculator-section .form-section .form .form-group.form-inline {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator-section .form-section .form .form-group.form-inline > *:not(:last-child) {
  margin-right: 10px;
}
.calculator-section .form-section .form .form-group.form-inline > .form-label {
  color: #828282;
  margin-bottom: 0;
}
.calculator-section .form-section .form .form-group.form-inline > .form-control {
  width: auto;
}
.calculator-section .form-section .form .form-group.form-inline.has-info .form-control {
  width: auto;
}
.calculator-section .form-section .form .form-group.form-inline.has-info .info-tip {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  bottom: auto;
}
.calculator-section .form-section .form .form-group > ul.parsley-errors-list {
  margin-right: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.calculator-section .form-section .form .form-group.has-info .form-control {
  width: calc(100% - 25px);
}
.calculator-section .form-section .form .info-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 15px;
  min-width: 15px;
  height: 15px;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 7%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  background-color: #bdbdbd;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 11;
}
.calculator-section .form-section .form .info-tip .info {
  display: none;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#4486c6), to(#81ca9c));
  background: linear-gradient(180deg, #4486c6 0%, #81ca9c 100%);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  padding: 15px;
  z-index: 2;
  width: 225px;
  border-radius: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}
.calculator-section .form-section .form .info-tip:hover {
  background-color: #81ca9c;
}
.calculator-section .form-section .form .info-tip:hover .info {
  display: block;
}
.calculator-section .form-section .checkboxes {
  margin-top: 40px;
}
.calculator-section .result-page .result-header h2,
.calculator-section .result-page .result-header .h2 {
  text-align: left;
  margin-bottom: 25px;
  margin-top: 0;
}
.calculator-section .result-page .result-header p {
  font-weight: 400;
  font-size: 15px;
  color: #4f4f4f;
  margin-bottom: 40px;
}
.calculator-section .result-page h2,
.calculator-section .result-page .h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 70px;
  margin-top: 10px;
  text-align: center;
}
.calculator-section .result-page .result-box {
  padding: 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #828282;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.11);
  border-radius: 30px;
  background-color: #fcfcfc;
  margin-bottom: 35px;
  position: relative;
}
.calculator-section .result-page .result-box.result-box-center {
  text-align: center;
}
.calculator-section .result-page .result-box strong {
  font-weight: 900;
  color: #4f4f4f;
}
.calculator-section .result-page .result-box h3,
.calculator-section .result-page .result-box .h3 {
  font-weight: 900;
  font-size: 17px;
  margin-bottom: 25px;
  color: #333333;
  margin-top: 0;
}
.calculator-section .result-page .result-box .result-value {
  margin-top: 10px;
  font-weight: 900;
  font-size: 17px;
  color: #4486c6;
}
.calculator-section .result-page .result-box.result-box-blue h3,
.calculator-section .result-page .result-box.result-box-blue .h3, .calculator-section .result-page .result-box.result-box-green h3,
.calculator-section .result-page .result-box.result-box-green .h3 {
  font-weight: 900;
  font-size: 17px;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
  margin-top: 0;
}
.calculator-section .result-page .result-box.result-box-green {
  border: 1px solid #81ca9c;
}
.calculator-section .result-page .result-box.result-box-blue {
  border: 1px solid #4486c6;
}
.calculator-section .result-page .result-box.result-box-blue ul.result-list li {
  color: #4486c6;
}
.calculator-section .result-page .result-box.result-box-blue ul.result-list li .result-value {
  border-color: #4486c6;
  color: #4486c6;
}
.calculator-section .result-page .result-box ul.result-list {
  padding: 0;
  margin: 0 0 -30px;
  list-style: none;
}
.calculator-section .result-page .result-box ul.result-list li {
  position: relative;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 15px;
  color: #81ca9c;
  padding-right: 65px;
}
.calculator-section .result-page .result-box ul.result-list li .result-value {
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 11px;
  border: 2px solid #81ca9c;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.07em;
  color: #81ca9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 45px;
}
.calculator-section .result-page .result-box ul.result-list li .result-value.result-yellow {
  color: #fff;
  border-color: #f2c94c;
  background-color: #f2c94c;
}
.calculator-section .result-page .result-box ul.result-list li .result-value.result-orange {
  color: #fff;
  border-color: #f2994a;
  background-color: #f2994a;
}
.calculator-section .result-page .result-box ul.result-list li .result-value.result-red {
  color: #fff;
  border-color: #eb5757;
  background-color: #eb5757;
}
.calculator-section .result-page .result-box .result-box-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background-color: #f2f2f2;
  padding: 15px 30px;
}
.calculator-section .result-page .result-box .result-box-footer ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calculator-section .result-page .result-box .result-box-footer ul li {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #828282;
}
.calculator-section .result-page .result-box .result-box-footer ul li .dot {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  margin-right: 15px;
}
.calculator-section .result-page .result-box .result-box-footer ul li .dot.green {
  background: #81ca9c;
}
.calculator-section .result-page .result-box .result-box-footer ul li .dot.blue {
  background: #4486c6;
}
.calculator-section .result-page .result-box .info-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 15px;
  min-width: 15px;
  height: 15px;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 100%;
  background-color: #bdbdbd;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 11;
}
.calculator-section .result-page .result-box .info-tip .info {
  display: none;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#4486c6), to(#81ca9c));
  background: linear-gradient(180deg, #4486c6 0%, #81ca9c 100%);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
  padding: 15px;
  width: 225px;
  z-index: 2;
  border-radius: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}
.calculator-section .result-page .result-box .info-tip:hover {
  background-color: #81ca9c;
}
.calculator-section .result-page .result-box .info-tip:hover .info {
  display: block;
}
.calculator-section .result-page .just-text {
  margin-top: 40px;
}
.calculator-section .result-page .just-text h3,
.calculator-section .result-page .just-text .h3 {
  font-weight: 900;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
}
.calculator-section .result-page .just-text p {
  font-weight: 400;
  font-size: 15px;
  color: #4f4f4f;
  margin-bottom: 20px;
}
.calculator-section .result-page .result-single-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calculator-section .result-page .result-single-icon:not(:last-of-type) {
  margin-bottom: 40px;
}
.calculator-section .result-page .result-single-icon .result-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  text-align: left;
}
.calculator-section .result-page .result-single-icon .result-icon i {
  font-size: 32px;
  color: #81ca9c;
}
.calculator-section .result-page .result-single-icon .result-text {
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 400;
  font-size: 15px;
  color: #828282;
  text-align: left;
}
.calculator-section .result-page .result-single-icon .result-amount {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  font-weight: 900;
  font-size: 15px;
  color: #828282;
  text-align: center;
}
.calculator-section .what-next-header h2,
.calculator-section .what-next-header .h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 25px;
  margin-top: 0;
}
.calculator-section .what-next-header p {
  font-weight: 400;
  font-size: 15px;
  color: #4f4f4f;
  margin-bottom: 0;
}
.calculator-section .what-next-section {
  background-color: #f8f8f8;
  padding: 70px 0;
}
.calculator-section .what-next-section .title h2,
.calculator-section .what-next-section .title .h2 {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 36px;
  line-height: 43px;
}
.calculator-section .what-next-section .title p {
  font-weight: 400;
  font-size: 15px;
  color: #4f4f4f;
  line-height: 20px;
  margin-bottom: 40px;
}
.calculator-section .what-next-section ul.what-next-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.calculator-section .what-next-section ul.what-next-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.calculator-section .what-next-section ul.what-next-list li .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4486c6;
  border-radius: 100%;
  color: #fff;
  font-weight: 900;
  font-size: 17px;
}
.calculator-section .what-next-section ul.what-next-list li .circle {
  margin-bottom: 0;
  position: absolute;
  left: 70px;
}
.calculator-section .what-next-section ul.what-next-list li .text {
  margin-left: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 40px;
  padding-left: 95px;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.11);
  border-radius: 30px;
  background-color: #fcfcfc;
}
.calculator-section .what-next-section ul.what-next-list li .text h3,
.calculator-section .what-next-section ul.what-next-list li .text .h3,
.calculator-section .what-next-section ul.what-next-list li .text .number_text {
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 0;
}
.calculator-section .what-next-section ul.what-next-list li .text .number_text {
  display: none;
}
.calculator-section .what-next-section ul.what-next-list li .text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #4f4f4f;
}
.calculator-section .what-next-section ul.what-next-list li .text *:last-child {
  margin-bottom: 0;
}
.calculator-section .what-next-section .form-footer {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 136px;
}
.calculator-section .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculator-section .form-footer.only-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.calculator-section .btn {
  background: #4486c6;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 12px 25px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator-section .btn strong {
  font-weight: 900;
  margin-right: 5px;
}
.calculator-section .btn img {
  margin-left: 10px;
  height: 14px;
  width: auto !important;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.calculator-section .btn i {
  margin-left: 13px;
  margin-right: -5px;
}
.calculator-section .btn:hover {
  background: #81ca9c;
}
.calculator-section .btn.btn-strong {
  font-weight: 900;
}
.calculator-section .btn.btn-red {
  background: #eb5757;
}
.calculator-section .btn.btn-red:hover {
  background: #4486c6;
}
.calculator-section .btn.btn-empty {
  background: transparent;
  color: #4486c6;
  padding: 0;
}
.calculator-section .btn.btn-empty:hover {
  background: transparent;
  color: #4486c6;
}
.calculator-section .btn.btn-empty img {
  -webkit-filter: none;
          filter: none;
}
.calculator-section .btn.btn-reverse {
  background: transparent;
  border: 1px solid #4486c6;
  color: #4486c6;
}
.calculator-section .btn.btn-reverse img {
  -webkit-filter: none;
          filter: none;
}
.calculator-section .btn.btn-reverse:hover {
  background: #4486c6;
  color: #fff;
}
.calculator-section .btn.btn-reverse:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.calculator-section .btn.btn-white {
  color: #4486c6;
  background-color: #fff;
}
.calculator-section .btn.btn-white:hover {
  color: #fff;
  background-color: #4486c6;
}
.calculator-section .blog-section {
  background-color: #f8f8f8;
  padding: 55px 0;
}
.calculator-section .blog-section .header h2,
.calculator-section .blog-section .header .h2 {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 43px;
}
.calculator-section .blog-section .header p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
.calculator-section .blog-section .header .btn {
  float: right;
  margin-top: 35px;
}
.calculator-section .blog-section .blog-carousel {
  margin-top: 60px;
}
.calculator-section .blog-section .blog-carousel .item {
  padding-top: 15px;
}
.calculator-section .blog-section .blog-carousel .owl-stage .owl-item.active::before {
  display: none;
}
.calculator-section .blog-section .blog-carousel .owl-dots {
  display: none;
}
.calculator-section .blog-single {
  display: block;
  position: relative;
}
.calculator-section .blog-single .blog-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -15px;
  left: 0;
  border-bottom-right-radius: 20px;
  background-color: #4486c6;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.calculator-section .blog-single .blog-tag i,
.calculator-section .blog-single .blog-tag img {
  margin-right: 10px;
}
.calculator-section .blog-single .blog-tag img {
  display: inline-block;
  width: 20px;
}
.calculator-section .blog-single .blog-tag.blog-article {
  background-color: #81ca9c;
}
.calculator-section .blog-single .blog-image {
  background-color: #fff;
  width: 100%;
  height: 238px;
}
.calculator-section .blog-single .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-right-radius: 50px;
}
.calculator-section .blog-single .blog-content {
  padding: 15px 20px;
  overflow: hidden;
  border-bottom-right-radius: 50px;
  background-color: #fff;
}
.calculator-section .blog-single .blog-content h3,
.calculator-section .blog-single .blog-content .h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 17px;
  color: #000;
}
.calculator-section .blog-single .blog-content small {
  color: #828282;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
}
.calculator-section .clients-section {
  padding: 70px 0;
}
.calculator-section .clients-section .header h5,
.calculator-section .clients-section .header .h5 {
  color: #bdbdbd;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
  margin-top: 0;
}
.calculator-section .clients-section .header h2,
.calculator-section .clients-section .header .h2 {
  margin-top: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
}
.calculator-section .clients-section .clients-carousel {
  margin-top: 60px;
}
.calculator-section .clients-section .clients-carousel .owl-stage .owl-item.active::before {
  display: none;
}
.calculator-section .clients-section .clients-carousel .owl-dots {
  display: none;
}
.calculator-section .clients-section .client-single {
  background: #f2f2f2;
  border-radius: 0px 20px 20px 20px;
  padding: 35px 60px 45px;
}
.calculator-section .clients-section .client-single img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
.calculator-section .clients-section .client-single p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #4f4f4f;
  margin-bottom: 10px;
}
.calculator-section .clients-section .client-single .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.calculator-section .clients-section .client-single h5,
.calculator-section .clients-section .client-single .h5 {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}
.calculator-section .clients-section .client-single .city {
  color: #828282;
  margin-bottom: 0;
}
.calculator-section .chart1-wrapper {
  position: relative;
  margin-bottom: 70px;
}
.calculator-section .chart1-wrapper #chart1 {
  height: 490px;
  overflow: hidden;
}
.calculator-section .chart1-wrapper #chart1 svg > g > text {
  fill: #000;
  -webkit-transform: translateY(8%);
      -ms-transform: translateY(8%);
          transform: translateY(8%);
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
}
.calculator-section .chart1-wrapper .arrow-left {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calculator-section .chart1-wrapper .arrow-left img {
  width: 32px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.calculator-section .chart1-wrapper .arrow-right {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calculator-section .chart1-wrapper .arrow-right img {
  width: 32px;
}
.calculator-section .chart1-wrapper .chart1-legend {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-bottom: 0;
}
.calculator-section .chart1-wrapper .chart1-legend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #828282;
}
.calculator-section .chart1-wrapper .chart1-legend li:not(:last-of-type) {
  margin-bottom: 15px;
}
.calculator-section .chart1-wrapper .chart1-legend li .dot {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 15px;
}
.calculator-section .chart1-wrapper .chart1-legend li .dot.green {
  background: #81ca9c;
}
.calculator-section .chart1-wrapper .chart1-legend li .dot.blue {
  background: #4486c6;
}
.calculator-section #chart2 {
  overflow: hidden;
  height: 235px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.calculator-section #chart2 svg > g text {
  fill: #828282;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.07em;
}
.calculator-section .owl-theme .owl-nav {
  margin-top: 0;
  margin-left: -65px;
  width: calc(100% + 130px);
  top: 30% !important;
}
.calculator-section .owl-carousel .owl-nav button.owl-next,
.calculator-section .owl-carousel .owl-nav button.owl-prev,
.calculator-section .owl-carousel button.owl-dot {
  background: white;
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11);
  border-radius: 100%;
}
.calculator-section .form-label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.calculator-section .form-control {
  max-width: 100%;
  width: 100%;
  border: none;
  outline: none;
  padding: 12px 15px;
  background: #f2f2f2;
  border-radius: 0 20px 20px 20px;
  font-size: 14px;
}
.calculator-section select.form-control {
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.calculator-section select.form-control:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.calculator-section .select2 {
  max-width: 100%;
  width: 100% !important;
  border: none;
  outline: none;
  background: #f2f2f2;
  border-radius: 0 20px 20px 20px;
  font-size: 14px;
  position: relative;
}
.calculator-section .select2.select2-container--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.calculator-section .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 12px 15px;
}
.calculator-section .select2-container--default .select2-selection--single {
  background: none;
  border: none;
  height: auto;
}
.calculator-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 5px;
}
.calculator-section .custom-checkbox {
  padding-left: 35px;
  padding-top: 0;
  position: relative;
  z-index: 1;
  display: block;
}
.calculator-section .custom-checkbox .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.2035rem;
  opacity: 0;
}
.calculator-section .custom-checkbox .custom-control-label {
  cursor: pointer;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #828282;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.calculator-section .custom-checkbox .custom-control-label::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0px;
  left: -35px;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
}
.calculator-section .custom-checkbox .custom-control-label:after {
  display: block;
  position: absolute;
  content: "";
  background: 50%/50% 50% no-repeat;
  width: 20px;
  height: 20px;
  top: 0px;
  left: -35px;
  background-size: 8px;
}
.calculator-section .custom-checkbox .custom-control-label a {
  color: #4f4f4f;
}
.calculator-section .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.calculator-section .custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #d9d9d9;
}
.calculator-section .custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d9d9d9;
}
.calculator-section .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.calculator-section .custom-checkbox .custom-control-input:not(:checked):hover ~ .custom-control-label::before {
  border-color: #d9d9d9;
}
.calculator-section .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.calculator-section .form-group {
  margin-bottom: 30px;
}
.calculator-section input.parsley-error,
.calculator-section select.parsley-error,
.calculator-section textarea.parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.calculator-section .parsley-errors-list {
  margin: 5px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #b94a48;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.calculator-section .parsley-errors-list.filled {
  opacity: 1;
}
.calculator-section.calculator-login {
  padding-top: 120px;
}
.calculator-section.calculator-login .content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.calculator-section.calculator-login .r-border {
  border-right: 1px solid #f2f2f2;
}
.calculator-section.calculator-login .login-form-wrapper {
  padding-right: 30px;
}
.calculator-section.calculator-login .login-form-wrapper .form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator-section.calculator-login .login-form-wrapper .form-img {
  position: relative;
}
.calculator-section.calculator-login .login-form-wrapper .form-img img {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calculator-section.calculator-login .login-form-wrapper .form-img .form-control {
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.calculator-section.calculator-login .login-form-wrapper .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.calculator-section.calculator-login .login-form-wrapper a {
  text-decoration: none;
  color: #4486c6;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.calculator-section.calculator-login .login-form-wrapper a:hover {
  color: #81ca9c;
}
.calculator-section.calculator-login .login-form-wrapper p {
  font-weight: 400;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 20px;
}
.calculator-section.calculator-login .news-wrapper {
  padding-left: 50px;
}
.calculator-section.calculator-login .news-wrapper h2,
.calculator-section.calculator-login .news-wrapper .h2 {
  margin-bottom: 40px;
}
.calculator-section.calculator-login .news-wrapper .form-bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
.calculator-section.calculator-login .news-wrapper .news-list .item {
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.calculator-section.calculator-login .news-wrapper .news-list .item:not(:first-of-type) {
  padding-top: 40px;
}
.calculator-section.calculator-login .news-wrapper .news-list .item h3,
.calculator-section.calculator-login .news-wrapper .news-list .item .h3 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.calculator-section.calculator-login .news-wrapper .news-list .item h3:before,
.calculator-section.calculator-login .news-wrapper .news-list .item .h3:before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #81ca9c;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calculator-section.calculator-login .news-wrapper .news-list .item .date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #828282;
  margin-bottom: 15px;
}
.calculator-section.calculator-login .news-wrapper .news-list .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #4f4f4f;
}
.calculator-section.calculator-login .news-wrapper .news-list .item.item-video h3:before,
.calculator-section.calculator-login .news-wrapper .news-list .item.item-video .h3:before {
  background-color: #4486c6;
}
.calculator-section.calculator-landing .header {
  padding-top: 65px;
  padding-bottom: 65px;
}
.calculator-section.calculator-landing .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator-section.calculator-landing .header-wrapper h2,
.calculator-section.calculator-landing .header-wrapper .h2 {
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 43px;
}
.calculator-section.calculator-landing .header-wrapper p {
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.calculator-section.calculator-landing .header-wrapper .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator-section.calculator-landing .header-wrapper .right-side a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 20px;
  font-weight: 900;
  font-size: 17px;
}
.calculator-section.calculator-landing .header-wrapper .right-side a:not(:first-of-type) {
  margin-left: 25px;
}
.calculator-section.calculator-landing .header-wrapper .right-side a.email {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator-section.calculator-landing .header-wrapper .right-side a.email .email-ico {
  margin-right: 10px;
  padding: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calculator-section.calculator-landing .header-wrapper .right-side a.email .email-ico img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  vertical-align: middle;
}
.calculator-section.calculator-landing .header-wrapper .right-side a.email:hover {
  color: #4486c6;
}
.calculator-section.calculator-landing .header-wrapper .right-side a.email:hover .email-ico {
  border-color: #4486c6;
}
.calculator-section.calculator-landing .header-wrapper .right-side a.email:hover .email-ico img {
  -webkit-filter: none;
          filter: none;
}
.calculator-section.calculator-landing .header-wrapper .right-side a.btn {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calculator-section.calculator-landing .header-wrapper .right-side a.btn .user-ico {
  margin-right: 10px;
}
.calculator-section.calculator-landing .header-wrapper .right-side a.btn .user-ico img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 0;
}
.calculator-section.calculator-landing .section-1 {
  position: relative;
}
.calculator-section.calculator-landing .section-1 .blue-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background: #0d365e;
}
.calculator-section.calculator-landing .section-1 .blue-bg:before {
  content: "";
  position: absolute;
  top: -95px;
  left: -660px;
  height: 1160px;
  width: 1160px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(217, 217, 217, 0) 81.77%);
  mix-blend-mode: overlay;
}
.calculator-section.calculator-landing .section-1 .blue-bg:after {
  content: "";
  position: absolute;
  top: -358px;
  left: 570px;
  height: 1160px;
  width: 1160px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(217, 217, 217, 0) 81.77%);
  mix-blend-mode: overlay;
}
.calculator-section.calculator-landing .section-1 .bg-image {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.calculator-section.calculator-landing .section-1 .content-left {
  position: relative;
  z-index: 5;
  padding-top: 100px;
  padding-bottom: 100px;
}
.calculator-section.calculator-landing .section-1 .content-left h2,
.calculator-section.calculator-landing .section-1 .content-left .h2 {
  color: #fff;
  font-weight: 300;
  font-size: 46px;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 20px;
}
.calculator-section.calculator-landing .section-1 .content-left h2 strong,
.calculator-section.calculator-landing .section-1 .content-left .h2 strong {
  font-weight: 700;
}
.calculator-section.calculator-landing .section-1 .content-left p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.calculator-section.calculator-landing .section-1 .content-right {
  position: relative;
  z-index: 5;
  padding-top: 40px;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: -30px;
}
.calculator-section.calculator-landing .section-1 .content-right .blog-single {
  background-color: #fff;
  padding: 45px 30px;
  position: relative;
  border-bottom-right-radius: 70px;
  -webkit-box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.19);
}
.calculator-section.calculator-landing .section-1 .content-right .blog-single:before {
  content: "";
  border-bottom-right-radius: 100px;
  position: absolute;
  background-color: #fff;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  -webkit-transform: translate(-30px, 30px);
      -ms-transform: translate(-30px, 30px);
          transform: translate(-30px, 30px);
  -webkit-box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.19);
  z-index: -1;
}
.calculator-section.calculator-landing .section-1 .content-right .blog-single .blog-content {
  border-radius: 0;
}
.calculator-section.calculator-landing .section-1 .content-right .blog-single .blog-tag {
  top: 30px;
  left: 30px;
}
.calculator-section.calculator-landing .section-2 {
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.calculator-section.calculator-landing .section-2 .image img {
  width: 100%;
  border-radius: 0px 0px 0px 70px;
}
.calculator-section.calculator-landing .section-2:after {
  right: 0;
  top: 0;
  bottom: 0;
  width: 433px;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.8;
}
.calculator-section.calculator-landing .section-2:before {
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.calculator-section.calculator-landing .section-2 .content {
  padding-left: 50px;
}
.calculator-section.calculator-landing .section-2 .content h5,
.calculator-section.calculator-landing .section-2 .content .h5 {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #4486c6;
}
.calculator-section.calculator-landing .section-2 .content h2,
.calculator-section.calculator-landing .section-2 .content .h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
}
.calculator-section.calculator-landing .section-2 .content ul {
  margin-bottom: 15px;
  list-style: none;
}
.calculator-section.calculator-landing .section-2 .content ul li {
  position: relative;
  padding-left: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 95px;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}
.calculator-section.calculator-landing .section-2 .content ul li:before {
  z-index: -1;
  top: 0;
  left: -300px;
  right: -30vw;
  bottom: 0;
  position: absolute;
  content: "";
}
.calculator-section.calculator-landing .section-2 .content ul li:nth-child(1):before {
  background: #4486c6;
}
.calculator-section.calculator-landing .section-2 .content ul li:nth-child(2):before {
  background: #579adb;
}
.calculator-section.calculator-landing .section-2 .content ul li:nth-child(3):before {
  background: #6dadeb;
}
.calculator-section.calculator-landing .section-2 .content ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calculator-section.calculator-landing .section-3 {
  position: relative;
  padding-top: 75px;
  overflow: hidden;
}
.calculator-section.calculator-landing .section-3 .bg-image {
  position: absolute;
  width: 160px;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.calculator-section.calculator-landing .section-3 .green-bg {
  background: #244430;
  position: absolute;
  top: 0;
  left: 160px;
  right: 0;
  bottom: 0;
}
.calculator-section.calculator-landing .section-3 .green-bg:before {
  content: "";
  position: absolute;
  top: -95px;
  left: -660px;
  height: 1160px;
  width: 1160px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(217, 217, 217, 0) 81.77%);
  mix-blend-mode: overlay;
}
.calculator-section.calculator-landing .section-3 .green-bg:after {
  content: "";
  position: absolute;
  top: -358px;
  left: 570px;
  height: 1160px;
  width: 1160px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, rgba(217, 217, 217, 0) 81.77%);
  mix-blend-mode: overlay;
}
.calculator-section.calculator-landing .section-3 .content-left {
  position: relative;
  z-index: 5;
}
.calculator-section.calculator-landing .section-3 .content-left h2,
.calculator-section.calculator-landing .section-3 .content-left .h2 {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  margin-top: 0;
  margin-bottom: 30px;
}
.calculator-section.calculator-landing .section-3 .content-left ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: section;
}
.calculator-section.calculator-landing .section-3 .content-left ul li {
  counter-increment: section;
  position: relative;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.calculator-section.calculator-landing .section-3 .content-left ul li:before {
  content: counter(section);
  width: 60px;
  height: 60px;
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #81ca9c;
  border-radius: 100%;
}
.calculator-section.calculator-landing .section-3 .content-right {
  position: relative;
  z-index: 5;
  padding-right: 100px;
}
.calculator-section.calculator-landing .section-3 .content-right .img1 {
  width: 100%;
  height: auto;
  margin-bottom: -60px;
  border-radius: 0px 0px 70px 0px;
}
.calculator-section.calculator-landing .section-3 .content-right .img2 {
  position: absolute;
  top: 50%;
  right: -5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: drop-shadow(0px 14px 104px rgba(0, 0, 0, 0.59));
          filter: drop-shadow(0px 14px 104px rgba(0, 0, 0, 0.59));
  border-radius: 0px 70px 0px 0px;
}
.calculator-section.calculator-landing .section-4 {
  padding-top: 170px;
  padding-bottom: 70px;
}
.calculator-section.calculator-landing .section-4 .title {
  text-align: center;
  margin-bottom: 60px;
}
.calculator-section.calculator-landing .section-4 .title h5,
.calculator-section.calculator-landing .section-4 .title .h5 {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #4486c6;
  margin-bottom: 10px;
}
.calculator-section.calculator-landing .section-4 .title h2,
.calculator-section.calculator-landing .section-4 .title .h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  margin-top: 0;
  color: #000000;
}
.calculator-section.calculator-landing .section-4 .section {
  margin-bottom: 50px;
}
.calculator-section.calculator-landing .section-4 .section .text {
  padding: 130px 0;
}
.calculator-section.calculator-landing .section-4 .section .text h2,
.calculator-section.calculator-landing .section-4 .section .text .h2 {
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
}
.calculator-section.calculator-landing .section-4 .section .text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
.calculator-section.calculator-landing .section-4 .section .text .btn {
  margin-top: 25px;
}
.calculator-section.calculator-landing .section-4 .section .images {
  position: relative;
  height: 100%;
}
.calculator-section.calculator-landing .section-4 .section .images img {
  max-width: 100%;
}
.calculator-section.calculator-landing .section-4 .section.variant-1 .text {
  min-height: 500px;
}
.calculator-section.calculator-landing .section-4 .section.variant-1 .images:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 350px;
  border-radius: 60px;
  background: #4486c6;
}
.calculator-section.calculator-landing .section-4 .section.variant-1 .images .img1,
.calculator-section.calculator-landing .section-4 .section.variant-1 .images .img2,
.calculator-section.calculator-landing .section-4 .section.variant-1 .images .img3 {
  position: absolute;
  border-radius: 20px;
  border: 2px solid #bdbdbd;
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.19);
}
.calculator-section.calculator-landing .section-4 .section.variant-1 .images .img1 {
  left: 0;
  top: 40px;
  height: 300px;
  width: auto;
}
.calculator-section.calculator-landing .section-4 .section.variant-1 .images .img2 {
  width: 190px;
  height: auto;
  right: 0;
  top: 150px;
}
.calculator-section.calculator-landing .section-4 .section.variant-1 .images .img3 {
  width: 390px;
  height: auto;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.calculator-section.calculator-landing .section-4 .section.variant-2 .text {
  min-height: 480px;
}
.calculator-section.calculator-landing .section-4 .section.variant-2 .images:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70px;
  width: 350px;
  height: 265px;
  border-radius: 60px;
  background: #81ca9c;
}
.calculator-section.calculator-landing .section-4 .section.variant-2 .images .img1,
.calculator-section.calculator-landing .section-4 .section.variant-2 .images .img2 {
  position: absolute;
  border-radius: 20px;
  border: 2px solid #bdbdbd;
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.19);
}
.calculator-section.calculator-landing .section-4 .section.variant-2 .images .img1 {
  left: 0;
  top: 150px;
  width: 350px;
  height: auto;
}
.calculator-section.calculator-landing .section-4 .section.variant-2 .images .img2 {
  width: 560px;
  height: auto;
  right: 0;
  top: 0;
}
.calculator-section.calculator-landing .section-4 .section.variant-3 .text {
  min-height: 450px;
}
.calculator-section.calculator-landing .section-4 .section.variant-3 .images:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 350px;
  height: 300px;
  border-radius: 60px;
  background: #4486c6;
}
.calculator-section.calculator-landing .section-4 .section.variant-3 .images .img1,
.calculator-section.calculator-landing .section-4 .section.variant-3 .images .img2 {
  position: absolute;
  border-radius: 20px;
  border: 2px solid #bdbdbd;
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.19);
}
.calculator-section.calculator-landing .section-4 .section.variant-3 .images .img1 {
  right: 0;
  top: 65px;
  width: 570px;
  height: auto;
}
.calculator-section.calculator-landing .section-4 .section.variant-3 .images .img2 {
  width: 240px;
  height: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calculator-section.calculator-landing .section-4 .section.variant-4 .text {
  min-height: 370px;
  padding: 70px 0;
}
.calculator-section.calculator-landing .section-4 .section.variant-4 .images:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 45px;
  width: 350px;
  height: 300px;
  border-radius: 60px;
  background: #81ca9c;
}
.calculator-section.calculator-landing .section-4 .section.variant-4 .images .img1,
.calculator-section.calculator-landing .section-4 .section.variant-4 .images .img2 {
  position: absolute;
  border-radius: 20px;
  border: 2px solid #bdbdbd;
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 14px 104px rgba(0, 0, 0, 0.19);
}
.calculator-section.calculator-landing .section-4 .section.variant-4 .images .img1 {
  right: 0;
  top: 0;
  width: 500px;
  height: auto;
}
.calculator-section.calculator-landing .section-4 .section.variant-4 .images .img2 {
  width: 280px;
  height: auto;
  left: 0;
  top: 90px;
}
.calculator-section .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.calculator-section .no-gutters > .col,
.calculator-section .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.select2-dropdown {
  top: 30px;
}

.select2-results__option--highlighted {
  background-color: #4486c6;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1620px) {
  .calculator-section .clients-section .clients-carousel {
    width: 80%;
  }
  .calculator-section .blog-section .blog-carousel {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  .calculator-section .clients-section .clients-carousel {
    width: 72%;
  }
  .calculator-section .blog-section .blog-carousel {
    width: 72%;
  }
}
@media screen and (max-width: 700px) {
  .calculator-section .clients-section .clients-carousel {
    width: 63%;
  }
  .calculator-section .blog-section .blog-carousel {
    width: 63%;
  }
}
@media screen and (max-width: 500px) {
  .calculator-section .clients-section .clients-carousel {
    width: 60%;
  }
  .calculator-section .blog-section .blog-carousel {
    width: 60%;
  }
}
@media screen and (max-width: 1699px) {
  .calculator-section.calculator-landing .section-3 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .calculator-section.calculator-landing .header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator-section.calculator-landing .header-wrapper .right-side {
    margin-top: 20px;
  }
  .calculator-section.calculator-landing .section-1 .content-right {
    padding-right: 0;
  }
  .calculator-section.calculator-landing .section-2 .image {
    height: 100%;
  }
  .calculator-section.calculator-landing .section-2 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .calculator-section.calculator-landing .section-2:after {
    width: 200px;
  }
  .calculator-section.calculator-landing .section-3 .content-right {
    padding-right: 0;
  }
  .calculator-section.calculator-landing .section-4 .section.variant-3 .images .img1 {
    right: auto;
    left: 0;
    top: 50px;
  }
  .calculator-section.calculator-landing .section-4 .section.variant-3 .images .img2 {
    top: 75%;
    left: auto;
    right: 10px;
  }
  .calculator-section.calculator-landing .section-4 .section.variant-2 .images .img1 {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .calculator-section.calculator-landing .section-4 .section.variant-2 .images .img2 {
    top: 50px;
  }
  .calculator-section.calculator-landing .section-4 .section.variant-4 .images .img2 {
    left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .calculator-section.calculator-login .r-border {
    border-right: none;
  }
  .calculator-section.calculator-login .login-form-wrapper {
    padding-right: 0;
  }
  .calculator-section.calculator-login .news-wrapper {
    padding-left: 0;
  }
  .calculator-section .clients-section,
  .calculator-section .blog-section,
  .calculator-section .what-next-section {
    padding: 40px 0;
  }
  .calculator-section .header-circles-wrapper .header-circles .header-circle h3,
  .calculator-section .header-circles-wrapper .header-circles .header-circle .h3 {
    margin-bottom: 0;
  }
  .calculator-section .header-circles-wrapper .header-circles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator-section .header-circles-wrapper .header-circles .header-circle-small {
    top: 0;
  }
  .calculator-section ul.safe-list li {
    margin-bottom: 20px;
  }
  .calculator-section .header-circles-wrapper .header-circles .header-circle,
  .calculator-section .header-circles-wrapper .header-circles .header-circle-small {
    margin-bottom: 20px;
  }
  .calculator-section .header-circles-wrapper .header-circles .header-circle-small {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .calculator-section .header-circles-wrapper .header-circles .header-circle .info {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .calculator-section .what-next-section ul.what-next-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator-section .what-next-section ul.what-next-list li .circle {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .calculator-section .what-next-section ul.what-next-list li .text {
    margin-left: 0;
    margin-top: 65px;
    padding-left: 40px;
    padding-top: 85px;
  }
  .calculator-section .what-next-section ul.what-next-list li .number {
    display: none;
  }
  .calculator-section .what-next-section ul.what-next-list li .text h3,
  .calculator-section .what-next-section ul.what-next-list li .text .h3,
  .calculator-section .what-next-section ul.what-next-list li .text .number_text {
    display: inline;
  }
  .calculator-section .what-next-section ul.what-next-list li .text .number_text {
    display: inline;
  }
  .calculator-section .what-next-section ul.what-next-list li .text p {
    margin-top: 15px;
  }
  .calculator-section .what-next-section .form-footer {
    padding-left: 0;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  /*.calculator-section ul.safe-list li {
      justify-content: center;
  }*/
  .calculator-section .form-section .form .select2 {
    max-width: 300px;
  }
  .calculator-section .o-rainbow.header h1,
  .calculator-section .o-rainbow.header .h1 {
    font-size: 36px;
    line-height: 43px;
  }
  .calculator-section .content .header-text-section .header-custom-title,
  .calculator-section .clients-section .header h2,
  .calculator-section .clients-section .header .h2,
  .calculator-section .blog-section .header h2,
  .calculator-section .blog-section .header .h2,
  .calculator-section .form-section .aside h2,
  .calculator-section .form-section .aside .h2,
  .calculator-section .result-page h2,
  .calculator-section .result-page .h2,
  .calculator-section .result-page h2,
  .calculator-section .result-page .h2,
  .calculator-section .content h2,
  .calculator-section .content .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .calculator-section .content .header-text-section .header-custom-title {
    margin-bottom: 30px;
  }
  .calculator-section .btn strong {
    display: none;
  }
  .calculator-section.calculator-landing .section-1 .content-left h2,
  .calculator-section.calculator-landing .section-1 .content-left .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .calculator-section.calculator-landing .section-2 .content h2,
  .calculator-section.calculator-landing .section-2 .content .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .calculator-section.calculator-landing .section-4 .title h2,
  .calculator-section.calculator-landing .section-4 .title .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .calculator-section.calculator-landing .section-4 .section .text h2,
  .calculator-section.calculator-landing .section-4 .section .text .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .calculator-section.calculator-landing .section-3 .content-left h2,
  .calculator-section.calculator-landing .section-3 .content-left .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .calculator-section.calculator-landing .section-1 .blue-bg {
    width: 100%;
  }
  .calculator-section.calculator-landing .section-1 .bg-image {
    width: 100%;
    top: 50%;
  }
  .calculator-section.calculator-landing .section-2 .image {
    z-index: 5;
    position: relative;
  }
  .calculator-section.calculator-landing .section-3 .content-left {
    margin-bottom: 30px;
  }
  .calculator-section.calculator-landing .section-3 .green-bg {
    left: 0;
  }
  .calculator-section.calculator-landing .section-3 .bg-image {
    display: none;
  }
  .calculator-section.calculator-landing .section-3 .content-right .img2 {
    right: 0;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .calculator-section.calculator-landing .section-3 .content-right .img1 {
    margin-bottom: 0;
  }
  .calculator-section.calculator-landing .section-4 .section .images {
    height: 500px;
  }
  .calculator-section.calculator-landing .section-4 .section .text {
    min-height: 0 !important;
    padding: 30px 0 !important;
  }
  .calculator-section.calculator-landing .section-4 .section.variant-2 .images .img1 {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .calculator-section.calculator-landing .section-1 .content-right {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
  }
  .section-4 .section .row > .col-12.col-lg-5 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-4 .section .row > .col-12.col-lg-6 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .calculator-section.calculator-landing .section-4 .section.variant-1 .images .img1 {
    height: auto;
  }
  .calculator-section.calculator-landing .section-4 .section .images img {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .calculator-section.calculator-landing .header-wrapper .right-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator-section.calculator-landing .header-wrapper .right-side a:not(:first-of-type) {
    margin-left: 0;
  }
  .calculator-section.calculator-landing .header-wrapper .right-side a {
    margin-bottom: 10px;
  }
  .calculator-section.calculator-landing .section-4 {
    padding-top: 70px;
  }
  .calculator-section.calculator-landing .section-2 .content {
    padding-left: 0;
  }
  .calculator-section.calculator-landing .section-2:before,
  .calculator-section.calculator-landing .section-2:after {
    display: none;
  }
  .calculator-section.calculator-landing .section-2 .content h2 br,
  .calculator-section.calculator-landing .section-2 .content .h2 br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .calculator-section .clients-section .client-single {
    padding: 20px;
  }
  .calculator-section .form-section {
    padding-bottom: 40px;
  }
  .calculator-section .content .header-text-section .header-custom-title,
  .calculator-section .clients-section .header h2,
  .calculator-section .clients-section .header .h2,
  .calculator-section .blog-section .header h2,
  .calculator-section .blog-section .header .h2,
  .calculator-section .form-section .aside h2,
  .calculator-section .form-section .aside .h2,
  .calculator-section .result-page h2,
  .calculator-section .result-page .h2,
  .calculator-section .result-page h2,
  .calculator-section .result-page .h2,
  .calculator-section .content h2,
  .calculator-section .content .h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .calculator-section .form-section .form .form-group.form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .calculator-section .form-section .form .form-group.form-inline.has-info {
    padding-right: 0;
  }
  .calculator-section .form-section .form .form-group.form-inline.has-info .info-tip {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .calculator-section .form-section .form .form-group.form-inline > .form-label {
    margin-bottom: 10px;
  }
  .calculator-section .form-section .form .form-group.form-inline > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .calculator-section .result-page .result-single-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .calculator-section .result-page .result-single-icon .result-text {
    padding: 10px 0;
  }
  .calculator-section .result-page .result-box .result-box-footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator-section .result-page .result-box .result-box-footer ul li {
    margin-right: 0;
  }
  .calculator-section .result-page .result-box .result-box-footer ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .calculator-section .chart1-wrapper .chart1-legend {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 30px;
  }
  .calculator-section .chart1-wrapper .chart1-legend li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .calculator-section .form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .calculator-section .form-footer .btn {
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #chart1 {
    height: auto;
  }
  #chart2 {
    height: auto;
  }
  .calculator-section.calculator-landing .section-4 .section .images:before {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  .calculator-section.calculator-landing .section-4 .section.variant-1 .images .img2 {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .calculator-section.calculator-landing .section-4 .section.variant-2 .images .img2 {
    top: 0;
  }
  .calculator-section.calculator-landing .section-4 .section.variant-4 .images .img2 {
    top: 160px;
  }
  .calculator-section.calculator-landing .section-4 .section.variant-3 .images .img1 {
    top: 10px;
  }
  .calculator-section.calculator-landing .section-4 .section.variant-3 .images .img2 {
    left: 50%;
    top: 62%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .calculator-section.calculator-landing .section-3 .content-right {
    text-align: center;
  }
  .calculator-section.calculator-landing .section-3 .content-right .img2 {
    position: relative;
    margin-top: 10px;
    border-radius: 0px 0px 70px 0px;
  }
  .calculator-section.calculator-landing .section-1 .content-right {
    padding-right: 0;
    padding-left: 0;
  }
  .calculator-section.calculator-landing .section-1 .content-left h2 br,
  .calculator-section.calculator-landing .section-1 .content-left .h2 br {
    display: none;
  }
  .calculator-section.calculator-landing .section-4 .section.variant-2 .images {
    height: 300px;
  }
  .calculator-section.calculator-landing .section-4 .section.variant-3 .images {
    height: 350px;
  }
}
@media screen and (min-width: 576px) {
  .mr-sm-3 {
    margin-right: 15px;
  }
}