@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.scrollYHidden {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

a {
  color: #4E94C8;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section {
  padding: 12rem 0;
}

.section-top {
  padding: 12rem 0 0;
}

.section-bottom {
  padding: 0 0 12rem 0;
}

.btn.focus, .btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus, .btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #42d6a4;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
  color: #F60;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #42d6a4;
  text-shadow: none;
}

::selection {
  background: #42d6a4;
  text-shadow: none;
  color: #ffffff;
}

.mb-30 {
  margin-bottom: 30px;
}

.page-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  display: none;
}

.btn-style-one {
  display: inline-block;
  color: #ffffff;
  background-color: #42d6a4;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 30px;
  white-space: nowrap;
}

.btn-style-one:hover {
  background-color: #3FCB9C;
  color: #ffffff;
}

.btn-style-two {
  display: inline-block;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#155072), to(#4E94C8));
  background-image: linear-gradient(#155072, #4E94C8);
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 30px;
  white-space: nowrap;
}

.btn-style-two:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4E94C8), to(#155072));
  background-image: linear-gradient(#4E94C8, #155072);
  color: #ffffff;
}

.btn-style-three {
  display: inline-block;
  color: #ffffff;
  background-color: #ff9948;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 30px;
  color: #ffffff;
  white-space: nowrap;
}

.btn-style-three:hover {
  color: #ffffff;
  background-color: #F60;
}

.btn-style-four {
  display: inline-block;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4E94C8), to(#155072));
  background-image: linear-gradient(#4E94C8, #155072);
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 30px;
  white-space: nowrap;
}

.btn-style-four:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#155072), to(#4E94C8));
  background-image: linear-gradient(#155072, #4E94C8);
  color: #ffffff;
}

.section-title h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
}

@media (max-width: 575.98px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.section-padding {
  padding: 60px 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  -webkit-transition: all linear .4s;
  transition: all linear .4s;
}

.header.active {
  position: fixed;
  -webkit-box-shadow: 5px 0 15px #bebebe;
          box-shadow: 5px 0 15px #bebebe;
}

.header .top-nav {
  background-color: #155072;
}

.header .top-nav p {
  padding: 5px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.header .top-nav p a {
  color: #ffffff;
}

.header .top-nav p a:hover {
  text-decoration: underline;
  color: #F60;
}

.header .menu {
  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;
  padding: 10px 0;
}

.header .menu .mobile-icon {
  display: none;
  cursor: pointer;
}

.header .menu .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .menu .nav ul li {
  margin-left: 25px;
}

.header .menu .nav ul li a {
  color: #333333;
}

.header .menu .nav ul li a:hover {
  color: #F60;
}

@media (max-width: 991.98px) {
  .header {
    position: relative;
  }
  .header .menu .mobile-icon {
    display: block;
  }
  .header .nav {
    position: fixed;
    top: 102px;
    right: 0;
    z-index: 99;
    -webkit-box-shadow: 0 10px 10px transparent;
            box-shadow: 0 10px 10px transparent;
    min-width: 190px;
    height: calc(100vh - 102px);
    background-color: #ffffff;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header .nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0 10px 10px #bebebe;
            box-shadow: 0 10px 10px #bebebe;
  }
  .header .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
    width: 100%;
  }
  .header .nav ul li {
    margin-left: 0 !important;
    text-align: right;
    margin-bottom: 10px;
  }
  .header .nav ul li a {
    display: block;
  }
}

.footer {
  padding: 90px 0 30px;
  background-color: inherit;
  background-color: #155072;
}

.footer h4 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer ul li a, .footer ul li span {
  display: inline-block;
  font-size: 14px;
  line-height: 48px;
  color: #ffffff;
  opacity: .75;
  font-weight: 400;
}

.footer ul li a:not(span):hover, .footer ul li span:not(span):hover {
  opacity: 1;
  color: #F60;
}

.footer .copyright p {
  color: #ffffff;
  margin: 0;
  padding: 30px 0;
  text-align: center;
}

.footer .description p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 23px;
  text-align: center;
}

.faqs .accordion {
  display: block;
  padding-top: 60px;
}

.faqs .accordion .card {
  margin-bottom: 15px;
  border: 0;
}

.faqs .accordion .card .card-header {
  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;
  border-radius: 0;
  border-color: transparent;
}

.faqs .accordion .card .card-header button {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.faqs .accordion .card .card-header span {
  height: 25px;
  width: 25px;
  color: #155072;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  cursor: pointer;
}

.faqs .accordion .card .card-body {
  display: none;
  padding: 15px;
}

.faqs .accordion .card .card-body p {
  font-size: 15px;
  line-height: 25px;
  margin: 0px;
}

.accordion .card:nth-child(1) .card-body {
  display: block;
}

.banner {
  padding: 160px 0 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#155072), to(#4E94C8));
  background-image: linear-gradient(#155072, #4E94C8);
  text-align: center;
}

@media (max-width: 991.98px) {
/*  .banner {
    padding: 80px 0 80px;
  */}
}

.banner .slider-text {
  padding-bottom: 30px;
}

.banner .slider-text h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .banner .slider-text h1 {
    font-size: 46px;
    line-height: 56px;
  }
}

@media (max-width: 575.98px) {
  .banner .slider-text h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

.banner p {
  margin-bottom: 0;
  padding-top: 30px;
  color: #ffffff;
}

.banner .page-banner h1 {
  font-weight: 400;
  font-size: 50px;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .banner .page-banner h1 {
    font-size: 46px;
    line-height: 56px;
  }
}

@media (max-width: 575.98px) {
  .banner .page-banner h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

.breadcrumb .breadcrumb-link-wrap {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumb .breadcrumb-link-wrap:not(:last-child)::after {
  content: '\003E';
  padding-left: 5px;
}

.breadcrumb .breadcrumb-link-wrap:last-child a {
  pointer-events: none;
  cursor: default;
}

.breadcrumb .breadcrumb-link-wrap:last-child a span {
  color: #333333 !important;
}

.how-loan .how-loan-items {
  padding-top: 60px;
}

.how-loan .how-loan-items .single-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 100%;
}

.how-loan .how-loan-items .single-item img {
  max-width: 90px;
}

.how-loan .how-loan-items .single-item h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.how-loan .how-loan-items .single-item a {
  margin-top: auto;
}

.loan-calculate .calculate-text .list .list-item {
  position: relative;
  padding-left: 40px;
}

.loan-calculate .calculate-text .list .list-item::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #42d6a4;
  position: absolute;
  top: 15px;
  left: 12px;
  z-index: -1;
}

.loan-calculate .calculate-text .list .list-item:last-child::after {
  display: none;
}

.loan-calculate .calculate-text .list .list-item p {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.loan-calculate .calculate-text .list .list-item span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-weight: 400;
  font-size: 12px;
  background-color: #42d6a4;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
}

.loan-calculate .calculate-text .list .list-item h4 {
  font-size: 18px;
}

.loan-calculate .calculator {
  padding: 30px;
  background-color: #2cccd2;
}

.loan-calculate .calculator h2 {
  text-align: center;
  color: #ffffff;
  padding-bottom: 30px;
}

.loan-calculate .calculator .figure {
  width: 100%;
  padding-bottom: 30px;
}

.loan-calculate .calculator .figure .output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}

.loan-calculate .calculator .figure .output span {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.loan-calculate .calculator .figure .output input {
  height: auto;
  border: 0;
  max-width: 80px;
  padding: 0;
  text-align: center;
  background-color: transparent;
  color: #155072;
  font-weight: 700;
  margin: 0;
}

.loan-calculate .calculator .figure.total-pay {
  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;
}

.loan-calculate .calculator .figure.total-pay p {
  font-weight: 400;
  font-size: 18px;
  color: #155072;
  margin-bottom: 0;
}

.loan-calculate .calculator .figure.total-pay h4 {
  color: #155072;
  margin-bottom: 0;
  font-weight: 700;
}

.loan-calculate .calculator .content {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(21, 80, 114, 0.4);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.loan-calculate .calculator .content span,
.loan-calculate .calculator .content p {
  color: #155072;
}

.loan-calculate .calculator .content p {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.loan-calculate form button {
  border: 0;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.loan-calculate .loan-calculate .ui-slider-horizontal {
  height: 5px;
  background-color: #155072;
  border: 0;
  border-radius: 0;
}

.loan-calculate .loan-calculate .ui-slider-horizontal .ui-slider-handle {
  top: -8px;
}

.loan-calculate .loan-calculate .ui-slider .ui-slider-handle {
  width: 6px;
}

.loan-calculate .loan-calculate .ui-slider .ui-slider-handle {
  background-color: #fff;
  border: 0;
  cursor: pointer;
  margin-left: -4px;
}

.loan-calculate .loan-calculate .ui-state-active,
.loan-calculate .loan-calculate .ui-widget-content .ui-state-active,
.loan-calculate .loan-calculate .ui-widget-header .ui-state-active,
.loan-calculate .loan-calculate a.ui-button:active,
.loan-calculate .loan-calculate .ui-button:active,
.loan-calculate .loan-calculate .ui-button.ui-state-active:hover {
  border: 0;
  background: #fff;
}

.how-loan-work .section-title {
  padding-bottom: 60px;
}

.how-loan-work .process-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  margin-bottom: 5px;
  border-top: 1px solid #2cccd2;
  border-bottom: 1px solid #2cccd2;
}

.how-loan-work .process-item:first-child {
  border-top-color: transparent;
}

.how-loan-work .process-item:last-child {
  border-bottom-color: transparent;
}

.how-loan-work .process-item .serial {
  width: 10%;
  padding-right: 15px;
}

.how-loan-work .process-item .serial span {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-style: 18px;
  font-weight: 700;
  background-color: #2cccd2;
  color: #ffffff;
}

.how-loan-work .process-item .title {
  width: 25%;
  text-align: center;
  padding-right: 30px;
}

.how-loan-work .process-item .title h4 {
  font-weight: 400;
  color: #333333;
}

.how-loan-work .process-item .description {
  width: 65%;
}

.how-loan-work .process-item .description p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .how-loan-work .process-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .how-loan-work .process-item .serial,
  .how-loan-work .process-item .title,
  .how-loan-work .process-item .description {
    width: 100% !important;
    padding-right: 0;
  }
  .how-loan-work .process-item .serial,
  .how-loan-work .process-item .title {
    padding-bottom: 15px;
  }
}

.check-offer {
  background-color: #4E94C8;
}

.check-offer .check-offer-content {
  padding: 30px 0;
  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;
}

.check-offer .check-offer-content h2 {
  margin: 0;
  margin-right: 30px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: .5px;
}

@media (max-width: 676.98px) {
  .check-offer .check-offer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .check-offer .check-offer-content h2 {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
  }
}

.how-bill-work .video-content {
  padding-top: 60px;
  max-width: 650px;
  margin: 0 auto;
}

.how-bill-work .text-content {
  padding-top: 60px;
}

.privacy-policy h4 {
  padding-top: 30px;
  font-size: 32px;
  font-weight: 400;
  color: #F60;
}

.privacy-policy ul {
  margin-bottom: 15px;
  padding: 0;
}

.privacy-policy ul li {
  position: relative;
  line-height: 28px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.privacy-policy ul li::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.privacy-policy p {
  font-style: 16px;
  line-height: 28px;
}

.about-info {
  padding: 120px 0;
}

.about-info .about-img,
.about-info .about-text {
  padding-bottom: 50px;
}

.secure-steeps .section-title {
  padding-bottom: 40px;
}

.secure-steeps .steep-item {
  margin-bottom: 30px;
  text-align: center;
}

.secure-steeps .steep-item span {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-bottom: 30px;
  border: 2px solid #42d6a4;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 45px;
  color: #42d6a4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.secure-steeps .steep-item h4 {
  font-size: 18px;
}

.secure-steeps .steep-item:hover span {
  background-color: #42d6a4;
  color: #ffffff;
}

.summery-personal-loan ul {
  padding-left: 30px;
  list-style-type: disc;
}

.summery-personal-loan ul li {
  margin-bottom: 3px;
}

:root {
  --star-size: 20px;
  --star-color: #fff;
  --star-background: #0045cd;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  position: relative;
}

.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(transparent));
  background: linear-gradient(90deg, var(--star-background) var(--percent), transparent var(--percent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}

.Stars::after {
  content: "★★★★★";
  letter-spacing: 3px;
  color: #9498a3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.personal-loan .time {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #515260;
}

.personal-loan .coll-btn a {
  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%;
  border-top: 1px solid #155072;
  border-bottom: 1px solid #155072;
  color: #151515;
  font-size: 18px;
  font-weight: 600;
  line-height: 75px;
  padding: 0 5px;
  margin-bottom: 30px;
}

.personal-loan .coll-btn a:hover {
  color: #F60;
  background-color: rgba(255, 102, 0, 0.05);
}

.personal-loan .coll-btn.active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.personal-loan .top-box {
  padding: 25px;
  border-radius: 5px;
  margin-top: 5px;
  background-color: #f3f4f8;
  background-image: url(../images/bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  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;
}

.personal-loan .top-box h4 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
}

.personal-loan .top-box .text {
  padding-right: 10px;
}

@media (max-width: 992px) {
  .personal-loan .top-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .personal-loan .top-box .btn-area {
    width: 100%;
  }
  .personal-loan .top-box .btn-area a {
    width: 100%;
  }
}

/* Table styling */
.table {
  min-width: 100%;
  margin-top: 30px;
}

.table th {
  cursor: pointer;
}

.table .tb-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table .tb-head p {
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}

.table .tb-head .arrows {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
}

.table .tb-head .arrows .angle {
  position: absolute;
  bottom: -5px;
  left: 8px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  border: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-color: #0000ee;
  border-left-color: #0000ee;
  border-right-color: #666;
  border-bottom-color: #666;
}

.table .active .tb-head .arrows .angle {
  border-top-color: #666;
  border-left-color: #666;
  border-right-color: #0000ee;
  border-bottom-color: #0000ee;
}

.table .tb-head img {
  display: block;
}

.table .tb-head .notice {
  position: relative;
}

.table .td-1 {
  text-align: center;
}

.table .td-1 .rating .count {
  font-weight: 700;
}

.table .td-2 p,
.table .td-3 p,
.table .td-4 p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.table .td-2 p sup,
.table .td-3 p sup {
  font-size: 16px;
}

.table .td-5 {
  max-width: 210px;
  text-align: center;
}

.table tr td:last-child {
  width: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table tr td:last-child a {
  white-space: nowrap;
}

.table tr td {
  vertical-align: top;
}

.table .tr td.active {
  background-color: #f3f4f8;
}

.table .th {
  border-bottom: 1px solid #000;
}

.table .th th {
  padding: 25px 0;
  border-bottom: 1px solid #666;
}

.table .th th.border-color {
  border-bottom: 3px solid #0000ee;
}

/* Personal loan summery */
.summery ul {
  list-style-type: disc;
}

.summery .table {
  border: 1px solid #f0f0f2;
}

.summery .table tr:first-child {
  background-color: #f0f0f2;
  text-align: center;
}

.summery .table tr:first-child th {
  text-align: center;
  color: #50525a;
}

.summery .table tr:first-child th:first-child {
  padding-left: 10px;
}

.summery .table tr:first-child th:last-child {
  padding-right: 10px;
}

.summery .table tr td:first-child {
  padding-left: 10px;
}

.summery .table tr td:last-child {
  padding-right: 10px;
}

.desktop-col-content {
  display: none;
}

@media (min-width: 992px) {
  .desktop-col-content {
    display: block;
  }
}

/* mobile-col-content */
.mobile-col-content {
  display: none;
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .mobile-col-content {
    display: block;
  }
}

.mobile-col-content .single-item {
  -webkit-box-shadow: 0 0 15px rgba(21, 21, 21, 0.2);
          box-shadow: 0 0 15px rgba(21, 21, 21, 0.2);
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 4px;
}

.mobile-col-content .single-item .logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #b1b7c5;
}

.mobile-col-content .single-item .logo-area .logo {
  width: 50%;
  text-align: center;
}

.mobile-col-content .single-item .logo-area .ratting {
  width: 50%;
  text-align: center;
}

.mobile-col-content .single-item .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

.mobile-col-content .single-item .content-area > div {
  padding-bottom: 30px;
  text-align: center;
}

.mobile-col-content .single-item .content-area > div span {
  display: block;
  color: #42d6a4;
  padding-bottom: 10px;
  font-weight: 700;
}

@media (max-width: 400px) {
  .mobile-col-content .single-item .content-area > div {
    padding-bottom: 0;
  }
}

.mobile-col-content .single-item .content-area > div:nth-child(1),
.mobile-col-content .single-item .content-area > div:nth-child(2) {
  width: 50%;
}

.mobile-col-content .single-item .content-area > div:nth-child(3) {
  width: 100%;
}

.mobile-col-content .single-item .content-area span {
  font-size: 13px;
  color: #515260;
  display: block;
  line-height: 5px;
}

.mobile-col-content .single-item .content-area p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 5px;
}

.mobile-col-content .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 400px) {
  .mobile-col-content .btn-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mobile-col-content .btn-area a {
  display: block;
  text-align: center;
  width: calc(50% - 15px);
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 4px;
}

@media (max-width: 400px) {
  .mobile-col-content .btn-area a {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Responsive table */
.table-responsive {
  overflow-x: scroll;
}

@media (max-width: 575.98px) {
  .mobile-col-content .single-item .content-area span {
    line-height: 15px;
  }
}

/* New business section */
.new-business-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
}

.new-business-list .business-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.new-business-list .business-item .img,
.new-business-list .business-item .time,
.new-business-list .business-item .adAddress {
  padding-right: 20px;
}

.new-business-list .business-item .img {
  text-align: center;
  padding-right: 10px;
  width: 160px;
}

.new-business-list .business-item p {
  margin-bottom: 0;
}

.new-business-list .business-item img {
  max-width: 100px;
}

.new-business-list .business-item p a {
  display: inline-block;
  padding-right: 10px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.new-business-list .business-item .time p,
.new-business-list .business-item .adAddress p {
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #222;
  padding-right: 10px;
}

.new-business-list .business-item span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #42d6a4;
  font-weight: 700;
  display: none;
}

@media (max-width: 991.98px) {
  .new-business-list .business-item span {
    display: block;
  }
}

.new-business-list .business-item .entry-content-containerR {
  text-align: center;
}

.new-business-list .title .one {
  margin-right: 9.5%;
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}

.new-business-list .title .two {
  margin-right: 16%;
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}

.new-business-list .title .three {
  margin-right: 15.5%;
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}

.new-business-list .title .four {
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}

@media (max-width: 991.98px) {
  .new-business-list .title {
    display: none;
  }
  .new-business-list .business-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-shadow: 0 0 15px rgba(21, 21, 21, 0.2);
            box-shadow: 0 0 15px rgba(21, 21, 21, 0.2);
    padding: 25px 0;
    margin-bottom: 30px;
    border-radius: 4px;
  }
  .new-business-list .business-item .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .new-business-list .business-item .phone {
    max-width: 160px;
    padding: 15px;
  }
  .new-business-list .business-item .time {
    max-width: 160px;
    margin: 0 auto;
    padding: 15px;
  }
  .new-business-list .business-item .adAddress {
    padding: 15px;
    max-width: 300px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .new-business-list .business-item .phone {
    max-width: 50%;
    width: 50%;
    text-align: center;
  }
  .new-business-list .business-item .time {
    max-width: 50%;
    width: 50%;
    text-align: center;
  }
  .new-business-list .business-item .adAddress {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .new-business-list .entry-content-containerR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .new-business-list .entry-content-containerR a {
    width: calc(50% - 15px);
  }
  .new-business-list .business-item .entry-content-containerR .btn-style-two {
    color: #ffffff;
    background-color: #ff9948;
    background-image: none;
  }
  .new-business-list .business-item .entry-content-containerR .btn-style-two:hover {
    color: #ffffff;
    background-color: #F60;
  }
  .new-business-list .business-item .entry-content-containerR .visit-side {
    display: inline-block;
    color: #ffffff;
    background-color: #42d6a4;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 30px;
    white-space: nowrap;
  }
  .new-business-list .business-item .entry-content-containerR .visit-side:hover {
    background-color: #3FCB9C;
    color: #ffffff;
  }
}

@media (max-width: 991.98px) and (max-width: 991px) {
  .new-business-list .business-item .entry-content-containerR {
    padding: 0 15px;
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) and (max-width: 575.98px) {
  .new-business-list .business-item .entry-content-containerR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new-business-list .business-item .entry-content-containerR br {
    display: none;
  }
  .new-business-list .business-item .entry-content-containerR a {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.business-listing .section-title {
  padding-bottom: 50px;
}

.business-listing .single-item {
  margin-bottom: 30px;
  text-align: center;
}

.business-listing .single-item img {
  margin-bottom: 30px;
}

.business-listing .single-item ul li a,
.business-listing .single-item ul li p {
  font-size: 18px;
  font-weight: 400;
}

.business-listing .single-item ul li span {
  display: inline-block;
  font-size: 12px;
}

.business-listing .business-description {
  padding: 30px;
  margin-top: 30px;
  -webkit-box-shadow: 0 0 15px #ddd;
          box-shadow: 0 0 15px #ddd;
}

@media (max-width: 575.98px) {
  .business-listing .business-description {
    padding: 15px;
  }
}

.bill-agent .section-btn {
  margin-top: 30px;
}

.bill-agent .section-btn a {
  padding: 12px 25px;
  background-color: #155072;
  color: #ffffff;
  border-radius: 5px;
}

.bill-agent .section-btn a.secondary-color {
  background-color: #42d6a4;
}

.bill-agent .section-title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.bill-agent .bill-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 90px;
  text-align: left;
}

.bill-agent .bill-banner .content {
  padding: 50px 30px;
  background-color: #155072;
  color: #ffffff;
  max-width: 800px;
}

.bill-agent .bill-banner .content h1 {
  color: #2cccd2;
  font-weight: 500;
}

.bill-agent .bill-banner .content .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bill-agent .bill-banner .content .btn-area a {
  display: inline-block;
  color: #ffffff;
  width: 120px;
  height: 50px;
  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: 5px;
}

.bill-agent .bill-banner .content .btn-area a:first-child {
  font-size: 18px;
  text-transform: uppercase;
  background-color: #2cccd2;
}

.bill-agent .bill-banner .content .btn-area a:last-child {
  text-decoration: underline;
}

.bill-agent .see-more {
  padding: 90px 0;
}

.bill-agent .facility {
  padding: 90px 0;
  background-color: #155072;
}

.bill-agent .facility .item {
  padding: 15px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.bill-agent .facility .item img {
  max-width: 80px;
}

.bill-agent .facility .item h4 {
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
}

.bill-agent .facility .item p {
  margin-bottom: 0;
  font-weight: 300;
}

.bill-agent .offer {
  padding: 90px 0;
}

.bill-agent .offer [class^="col"] {
  margin-bottom: 30px;
}

.bill-agent .offer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bill-agent .offer .item .number {
  width: 70px;
  background-color: rgba(66, 214, 164, 0.15);
  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;
}

.bill-agent .offer .item .number span {
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: #42d6a4;
}

.bill-agent .offer .item .text {
  width: calc(100% - 70px);
  padding: 15px;
}

.bill-agent .offer .item .text p {
  margin-bottom: 0;
}

.bill-agent .resone {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}

.bill-agent .resone::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(21, 80, 114, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bill-agent .resone [class^="col"] {
  margin-bottom: 30px;
}

.bill-agent .resone .item {
  padding: 15px;
  text-align: center;
  color: #ffffff;
}

.bill-agent .resone .item img {
  max-width: 60px;
}

.bill-agent .resone .item h4 {
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
}

.bill-agent .resone .item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.bill-agent .get-started {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.bill-agent .get-started::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bill-agent .get-started h2 {
  font-size: 46px;
}

.bill-agent .get-started p {
  margin-bottom: 0;
}

.bill-agent .get-started a {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 30px;
  background-color: #155072;
  color: #ffffff;
  border-radius: 5px;
}

.steep-form-area {
  padding: 90px 0;
  /* Make circles that indicate the steps of the form: */
}

.steep-form-area input.invalid {
  background-color: #ffdddd !important;
}

.steep-form-area .tab {
  display: none;
}

.steep-form-area .top-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}

.steep-form-area .top-progress-bar .step {
  text-align: center;
  width: 25%;
}

@media (max-width: 767.98px) {
  .steep-form-area .top-progress-bar .step {
    width: 50%;
    margin-bottom: 30px;
  }
}



.steep-form-area .top-progress-bar .step .step-count {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #cccccc;
  color: #ffffff;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .steep-form-area .top-progress-bar .step {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }

  .steep-form-area .top-progress-bar .step .step-count {
    margin-left: 0;
    margin-right: 10px;
  }

  .steep-form-area .top-progress-bar .step h4 {
    margin-top: 0 !important;
  }
}

.steep-form-area .top-progress-bar .step .step-count::before {
  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;
  position: absolute;
  content: 'a';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #ffffff;
  display: none;
}

.steep-form-area .top-progress-bar .step h4 {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  color: #cccccc;
  margin: 0;
  margin-top: 5px;
}

.steep-form-area .top-progress-bar .step.active .step-count::before {
  display: block;
  content: "\f303";
  background-color: #0091ff;
}

.steep-form-area .top-progress-bar .step.active h4 {
  color: #0091ff;
}

.steep-form-area .top-progress-bar .step.finish .step-count::before {
  display: block;
  background-color: #4caf50;
  content: "\f00c";
}

.steep-form-area .top-progress-bar .step.finish h4 {
  color: #4caf50;
}

.steep-form-area .primary-btn {
  display: inline-block;
  min-width: 120px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #0091ff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px 0;
}

.steep-form-area .form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 30px;
}

.steep-form-area .good-match-top {
  margin-bottom: 30px;
}

.steep-form-area .good-match-top h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: #42A5F5;
}

.steep-form-area .good-match-top p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

.steep-form-area .text-6 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000000;
}

.steep-form-area .text-blue {
  color: #42A5F5;
}

.steep-form-area .text-5 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000000;
}

.steep-form-area .form-check-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.steep-form-area .form-check-group .form-check-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.steep-form-area .form-check-group .form-check-inline .form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.steep-form-area .form-check-group .form-check-inline .form-check-label {
  text-transform: capitalize;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  padding-left: 0;
}

.steep-form-area .single-box {
  display: none;
  margin-top: 30px;
}

.steep-form-area .form-check {
  margin-bottom: 20px;
}

.steep-form-area .form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
}

.steep-form-area .form-check .form-check-label span {
  display: inline-block;
  font-weight: 600;
  background-color: #B4D8F5;
  padding: 3px 8px;
  line-height: 1;
  border-radius: 3px;
}

.steep-form-area .form-check .form-check-input {
  width: 20px;
  height: 20px;
}

.steep-form-area .single-section.hide-section {
  display: none;
}

.steep-form-area .single-section ul {
  margin: 0;
  padding-left: 45px;
}

.steep-form-area .single-section ul li {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  position: relative;
}

.steep-form-area .single-section ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #000000;
  position: absolute;
  top: 10px;
  left: -18px;
  border-radius: 50%;
}

.steep-form-area .single-section ul li span {
  display: inline-block;
  color: #000000;
  font-weight: 600;
}

.steep-form-area .conform-back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

.steep-form-area .conform-back-btn .btn {
  border: 1px solid #027be3;
  border-right-width: 0;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  background-color: transparent;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.steep-form-area .conform-back-btn .btn:first-child {
  border-radius: 3px 0 0 3px;
}

.steep-form-area .conform-back-btn .btn:last-child {
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
}

.steep-form-area .conform-back-btn .btn.active {
  background-color: #027be3;
  color: #ffffff;
}

.steep-form-area .single-box.yes-box.active {
  display: block;
}

.steep-form-area .single-box.no-box.active {
  display: block;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}

.steep-form-area .primary-form {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 30px 80px;
  border-radius: 15px;
}

@media (max-width: 767.98px) {
  .steep-form-area .primary-form {
    padding: 30px 0;
  }
}

.steep-form-area .primary-form .form-group {
  margin-bottom: 20px;
}

.steep-form-area .primary-form .form-group label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000000;
}

.steep-form-area .primary-form .form-group .form-control {
  width: 100%;
  height: 60px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.steep-form-area .primary-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.steep-form-area .primary-form .form-group .nice-select {
  margin-bottom: 20px;
  background-color: transparent;
  border-radius: 5px;
  border: solid 1px #cccccc;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  height: 60px;
  line-height: 58px;
  padding-left: 15px;
}

.steep-form-area .conform-back-btn-2 {
  display: none;
}

.steep-form-area .conform-back-btn-2.show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.steep-form-area .commercial {
  display: none;
}

.steep-form-area .iconfirm-box {
  display: none;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}

.steep-form-area .iconfirm-box.show {
  display: block;
}

.steep-form-area .iconfirm-box .steps-list {
  margin-top: 30px;
}

.steep-form-area .iconfirm-box .steps-list .single-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.steep-form-area .iconfirm-box .steps-list .single-step .step-number {
  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;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 20px;
  color: #ffffff;
  background-color: #42A5F5;
  font-size: 16px;
  font-weight: 700;
}

.steep-form-area .iconfirm-box .steps-list .single-step .step-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.steep-form-area .iconfirm-box .steps-list .single-step .step-info h4 {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}

.steep-form-area .iconfirm-box .steps-list .single-step .step-info h4 span {
  text-transform: capitalize;
  font-size: 14px;
}

.steep-form-area .iconfirm-box .steps-list .single-step .step-info p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.steep-form-area .back-later-box {
  display: none;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #cccccc;
}

.steep-form-area .back-later-box.show {
  display: block;
}

.steep-form-area .back-later-box .no-website-content {
  border-radius: 5px;
  padding: 15px;
  background-color: #e3f2fd;
}

.steep-form-area .back-later-box .no-website-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: capitalize;
  color: #000000;
}

.steep-form-area .back-later-box .no-website-content p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.steep-form-area .back-later-box .no-website-content h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000000;
}

.steep-form-area .back-later-box .no-website-content .website-url {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #0000EE;
}

.steep-form-area .popup-form-info ul li {
  margin-bottom: 10px;
}

.steep-form-area .popup-form-info ul li strong,
.steep-form-area .popup-form-info ul li span {
  display: inline-block;
}

.steep-form-area .popup-form-info ul li strong {
  width: 150px;
}
