.common-container {
  margin-top: 87px;
  border-top: 2px solid #b6b6b6;
}
.info-container {
  display: flex;
  flex-direction: column;
  width: 36%;
}
.main-info {
  font-family: neurial-grotesk;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 36px;
}

.info {
  font-family: neurial-grotesk;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 12px;
}

.top-container {
  border-bottom: 1px solid black;
  display: flex;
  padding-left: 14rem;
  padding-bottom: 2px;
  justify-content: space-around;
}
.left-content h5 {
  padding-left: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.inner-right .left-content p {
  padding-left: 10px;
  margin-bottom: 5px;
  width: 250px;
}

.loan-container {
  width: 616px;
  height: 228px;
  left: 364px;
  top: 439px;
  margin-bottom: 40px;
  display: flex;
  padding: 7px;
  /* browns/ather beige */

  background: #fcf3d0;
  border-radius: 4px;
}

.loan-card-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: neurial-grotesk;
  border-bottom: 1px solid #b6b6b6;
  padding: 21px 0;
  font-size: 1.5rem;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loan-card-section-two {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  font-family: neurial-grotesk-regular;
  font-size: 21px;
  line-height: 1.75rem;
  color: #191919;
}

.loan-card-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 23px;
  background: #fdf8ef;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  border-radius: 10px;
  padding: 18px 24px;
  margin-bottom: 40px;
}
.loan-card-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 36%;
}

.loan-card-third {
  color: #7b7b7b;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  font-family: neurial-grotesk-regular;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.loan-card-fourth {
  font-family: neurial-grotesk-regular;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 36px;
}
.loan-card-fifth {
  font-family: neurial-grotesk-regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  -webkit-letter-spacing: 0;
  -moz-letter-spacing: 0;
  -ms-letter-spacing: 0;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 12px;
}
.loan-card-six {
  font-weight: 600;
}
.loan-card-seven {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #191919;
  color: #fff;
  width: 100%;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 2px;
  color: #ffffff !important;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loan-card-eight {
  font-family: neurial-grotesk-regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.loan-card-nine {
  font-size: 12px;
  text-align: left;
  font-family: neurial-grotesk-regular;
  color: #191919;
  margin-top: 8px;
}
.laon-card-ten {
  color: #7b7b7b;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  font-family: neurial-grotesk-regular;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.left-headline-loan {
  display: block;
}

.common-inner-scetions {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  margin-top: 44px;
}
.common-inner-scetions-subscription {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-plans-sections .inner-common-heading {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: #191919;
  padding-bottom: 28px;
}

.border-top-loan {
  border-bottom: 1px solid black;
  margin-bottom: 21px;
  display: flex;
  justify-content: space-between;
}
.border-top-loan .second {
  margin-bottom: 5px;
  margin-right: 55px;
}
.border-top-loan .first {
  margin-bottom: 5px;
  margin-left: 28vw;
}

.inner-left {
  flex-basis: 30%;
  position: relative;
}
.bottom-space {
  margin-bottom: 96px;
}
.inner-right {
  flex-basis: 66%;
}
.inner-right p {
  width: 420px;
  margin-bottom: 36px;
}
.inner-banner {
  padding: 8px;
  background: #7cfdc2;
  border-radius: 0 0 2px 2px;
  width: 304px;
}
.inner-banner span {
  margin: 11.5px 7px 11.5px 10.5px;

  width: 20px;
  height: 23px;
}
.inner-banner label {
  font-family: "Neurial Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  /* identical to box height, or 140% */
  padding-bottom: 4px;
  letter-spacing: 0.16px;

  /* black/ather black100 */

  color: #191919;
}
.intrest-details {
  display: flex;
  margin-bottom: 40px;
}
.intrest-details li:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 97px;
}
.intrest-details li label {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #191919;
  display: block;
  margin-bottom: 12px;
}
.intrest-details li span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #191919;
}
.calculate-emi {
  margin-bottom: 89px;
}
.arrow-rotate .fal {
  transform: rotate(45deg);
}
.common-accordion-header {
  border-top: 1px solid #191919;
}
.common-accordion-header.top {
  border-top: 0px solid #191919;
}
.common-accordion-header h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  padding: 16px 0px;
  cursor: pointer;
}
.common-accordion-header h2 .fal {
  float: right;
}
.loan-content {
  margin-bottom: 16px;
}
.loan-content span {
  font-size: 16px;
  line-height: 32px;
  color: #191919;
  margin-bottom: 20px;
  display: block;
}
.loan-content li {
  font-size: 16px;
  line-height: 32px;
  color: #8d8d8d;
  list-style: inside;
}
.document-check-list {
  background: #dbdbdb;
  padding: 19px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.document-check-list p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  width: auto;
}
.document-check-list label {
  border-bottom: 1px solid #191919;
  color: #8f8f8f;
}
.document-check-list .form-control {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #8f8f8f;
  background-color: transparent;
  border: 0px solid #ced4da;
  border-radius: 0px;
  margin-right: 20px;
  min-width: 180px;
}
.document-check-list .form-control:focus {
  box-shadow: inherit;
}
.document-check-list button {
  border: none;
  background-color: transparent;
  padding: 0px;
}
.document-check-list button:focus {
  outline: none;
}
.inner-right h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #191919;
  margin-bottom: 42px;
}
.work-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.work-list li {
  flex-basis: 30%;
  color: #191919;
}
.work-list li label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  margin-bottom: 12px;
  background: #bfbfbf;
}
.work-list li p {
  width: auto;
  margin-bottom: 0px;
}

/*Responsive  */
@media only screen and (max-width: 1100px) {
  .document-check-list .form-control {
    margin-right: 20px;
    min-width: 180px;
  }

  .type-lease .modal-dialog {
    min-width: 1000px !important;
  }
}
