body {
  font-family: Inter, sans-serif !important;
  color: #0a0a0a;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1170px !important;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1300px !important;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1400px !important;
  }
}
.container img {
  display: initial;
}

.text-1 {
  font-size: calc(32px + 32 * (100vw - 320px) / 1600);
  line-height: calc(38px + 39 * (100vw - 320px) / 1600);
  letter-spacing: -2.56px;
  font-weight: 700;
}

.text-2 {
  font-size: calc(28px + 16 * (100vw - 320px) / 1600);
  line-height: calc(33px + 35 * (100vw - 320px) / 1600);
  letter-spacing: -0.88px;
  font-weight: 700;
}

.text-3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  line-height: 27px;
  font-weight: 500;
}

.text-4 {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  line-height: calc(27px + 17 * (100vw - 320px) / 1600);
  letter-spacing: -0.48px;
  font-weight: 500;
}

.text-5 {
  font-size: calc(20px + 20 * (100vw - 320px) / 1600);
  line-height: calc(28px + 28 * (100vw - 320px) / 1600);
  font-weight: 700;
}

.primary-button {
  padding: 1rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.26px;
  color: #fff;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.primary-button.green-colored {
  background: #29b34b;
}
.primary-button.green-colored:hover {
  background: #1f8a3a;
}
.primary-button.black-colored {
  background: #181818;
}
.primary-button.black-colored:hover {
  background: #414141;
}
.primary-button::after {
  position: absolute;
  content: url();
}

a {
  color: #29b34b;
  text-decoration: none;
  background-color: transparent;
}

li {
  list-style: none;
}

.black-button {
  background: #181818;
  border-radius: 7px;
  padding: 20px 50px 20px 22px;
  border: none;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.26px;
  position: relative;
}
@media screen and (max-width: 375px) {
  .black-button {
    padding: 20px 40px 20px 15px;
    font-size: 12px;
  }
}
.black-button::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/button_arrow.svg);
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  right: 15px;
  bottom: 17px;
}

header {
  padding: 25px;
  border-bottom: 1px solid #e4e4e4;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
header .btn-wrapper .login_btn {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
header .btn-wrapper a:hover {
  color: #fff;
  text-decoration: none;
}
header .btn-wrapper a.lang {
  color: #a7a7a7;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  header .btn-wrapper a.lang {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  header .btn-wrapper {
    margin-top: -20px;
    float: right;
  }
}

.banner {
  background: #edfdf3;
  position: relative;
  padding: 8rem 0 0 0;
  overflow: hidden;
}
.banner a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 375px) {
  .banner {
    padding: 104px 0 0 0;
    text-align: center;
  }
}
.banner:before {
  content: url(../images/monitoring-bnr-dots.svg);
  position: absolute;
  left: -25px;
  bottom: 115px;
  height: 205px;
  width: 200px;
}
@media screen and (max-width: 576px) {
  .banner:before {
    display: none;
  }
}
.banner:after {
  content: url(../images/monitoring-bnr-circle.svg);
  position: absolute;
  right: 0;
  top: 45%;
  height: 273px;
  width: 173px;
}
@media screen and (max-width: 576px) {
  .banner:after {
    display: none;
  }
}
.banner .title {
  max-width: 950px;
  margin: 0px auto 5rem auto;
}
@media screen and (max-width: 375px) {
  .banner .title {
    margin: 30px auto 5rem auto;
  }
}
.banner .title .heading {
  font-size: calc(30px + 26 * (100vw - 320px) / 1600);
  color: #181818;
  line-height: 1.3;
  font-weight: 700;
}
.banner .title .heading span {
  color: #29b34b;
}
.banner .title .sub-heading {
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  color: #414141;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
}
.banner .title .sub-heading:after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 13.5px);
  width: 37px;
  height: 2px;
  background: #414141;
  content: "";
}
.banner .title .description {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  color: #6a6a6a;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 50px;
  margin-top: 24px;
}
.banner .banner-button {
  background: #29b34b;
  border-radius: 7px;
  padding: 20px 50px 20px 22px;
  border: none;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.26px;
  position: relative;
}
@media screen and (max-width: 375px) {
  .banner .banner-button {
    padding: 20px 44px 20px 15px;
    font-size: 16px;
  }
}
.banner .banner-button::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/button_arrow.svg);
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  right: 15px;
  bottom: 17px;
}

.cc-pointers {
  padding: 80px 0;
  background: url(./images/credit-pointer-green-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .cc-pointers {
    padding: 40px 0 60px 0;
  }
}
.cc-pointers .heading {
  font-size: calc(30px + 18 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #fff;
  max-width: 75%;
  text-align: center;
  margin: 0 auto 40px auto;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .cc-pointers .heading {
    max-width: 100%;
  }
}
.cc-pointers .pointers-wrapper {
  gap: 30px;
  max-width: 70%;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .cc-pointers .pointers-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cc-pointers .pointers-wrapper {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.cc-pointers .pointers-wrapper .pointer {
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 3rem;
  min-height: 280px;
  width: calc(50% - 15px);
}
@media screen and (max-width: 1200px) {
  .cc-pointers .pointers-wrapper .pointer {
    min-height: 310px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cc-pointers .pointers-wrapper .pointer {
    padding: 30px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .cc-pointers .pointers-wrapper .pointer {
    width: 100%;
  }
}
.cc-pointers .pointers-wrapper .pointer .pointer-info {
  color: #181818;
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin: 1rem 0;
}
.cc-pointers .pointers-wrapper .pointer .pointer-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #6a6a6a;
}
.cc-pointers .pointers-wrapper .cc-btn {
  width: 100%;
  margin-top: 3rem;
}
.cc-pointers .pointers-wrapper .cc-btn a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .cc-pointers .pointers-wrapper .cc-btn {
    margin-top: 2rem;
  }
}

.credit-report {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 576px) {
  .credit-report {
    padding: 40px 0;
  }
}
.credit-report .heading {
  font-size: calc(28px + 12 * (100vw - 320px) / 1600);
  font-weight: 600;
  max-width: 75%;
  margin: auto;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .credit-report .heading {
    max-width: 100%;
  }
}
.credit-report .description {
  max-width: 65%;
  margin: auto;
  color: #181818;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .credit-report .description {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .credit-report .description {
    max-width: 100%;
  }
}
.credit-report .credit-report-wrapper {
  margin-top: 60px;
}
.credit-report .credit-report-wrapper .report-box {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  margin: 30px auto;
}
@media screen and (max-width: 991px) {
  .credit-report .credit-report-wrapper .report-box {
    margin: 80px auto;
  }
}
@media screen and (max-width: 768px) {
  .credit-report .credit-report-wrapper .report-box {
    margin: 80px auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .credit-report .credit-report-wrapper .report-box {
    flex-wrap: wrap;
    margin: 50px auto;
  }
}
.credit-report .credit-report-wrapper .report-box .content-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .credit-report .credit-report-wrapper .report-box .content-box {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .credit-report .credit-report-wrapper .report-box .content-box {
    width: 100%;
  }
}
.credit-report .credit-report-wrapper .report-box .content-box .reports-name {
  color: #181818;
  font-size: 14px;
  text-transform: uppercase;
  background: #ffe7cf;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
}
.credit-report .credit-report-wrapper .report-box .content-box .reports-info {
  font-weight: 700;
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  margin: 10px 0 16px 0;
  line-height: 1.4;
}
.credit-report .credit-report-wrapper .report-box .content-box .reports-desc {
  line-height: 1.5;
  font-size: 18px;
  color: #414141;
}
.credit-report .credit-report-wrapper .report-box:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .credit-report .credit-report-wrapper .report-box:nth-child(2) {
    flex-direction: row;
  }
}
.credit-report .credit-report-wrapper .report-box:last-child {
  margin-bottom: 0;
}

.pricing-sec {
  padding: 180px 0 80px 0;
  background: url(../images/credit-health-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.pricing-sec p {
  margin: 0;
}
.pricing-sec .what-included {
  align-items: center;
}
.pricing-sec .what-included .text-4 {
  font-weight: 600;
}
.pricing-sec .what-included .text-3 {
  max-width: 522px;
}
@media screen and (max-width: 768px) {
  .pricing-sec .what-included {
    padding-top: 3rem;
  }
}
.pricing-sec .what-included ul.outer-box {
  padding: 0;
  margin-top: 30px;
}
.pricing-sec .what-included .outer-box li {
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
}
.pricing-sec .what-included .outer-box li:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8zNTM5XzE1MTMwKSI+DQo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kZF8zNTM5XzE1MTMwKSI+DQo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHJ4PSI0IiBmaWxsPSIjMjlCMzRCIi8+DQo8cmVjdCB4PSIwLjc1IiB5PSIwLjc1IiB3aWR0aD0iMTYuNSIgaGVpZ2h0PSIxNi41IiByeD0iMy4yNSIgc3Ryb2tlPSIjMjlCMzRCIiBzdHJva2Utd2lkdGg9IjEuNSIvPg0KPC9nPg0KPHBhdGggZD0iTTUuNDAwMzkgOS45MDAzOUw4LjMyNzg5IDExLjU2MDJMMTIuNjAwNCA1LjQwMDM5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9nPg0KPGRlZnM+DQo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RkXzM1MzlfMTUxMzAiIHg9Ii0yIiB5PSItMSIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+DQo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPg0KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+DQo8ZmVPZmZzZXQgZHk9IjEiLz4NCjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiLz4NCjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPg0KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMC4wOTQxMTc2IDAgMCAwIDAgMC4wOTQxMTc2IDAgMCAwIDAgMC4xMDk4MDQgMCAwIDAgMC4wNCAwIi8+DQo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18zNTM5XzE1MTMwIi8+DQo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4NCjxmZU1vcnBob2xvZ3kgcmFkaXVzPSI1IiBvcGVyYXRvcj0iZXJvZGUiIGluPSJTb3VyY2VBbHBoYSIgcmVzdWx0PSJlZmZlY3QyX2Ryb3BTaGFkb3dfMzUzOV8xNTEzMCIvPg0KPGZlT2Zmc2V0IGR5PSIzIi8+DQo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyIi8+DQo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4NCjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAuMDk0MTE3NiAwIDAgMCAwIDAuMDk0MTE3NiAwIDAgMCAwIDAuMTA5ODA0IDAgMCAwIDAuMDMgMCIvPg0KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18zNTM5XzE1MTMwIiByZXN1bHQ9ImVmZmVjdDJfZHJvcFNoYWRvd18zNTM5XzE1MTMwIi8+DQo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDJfZHJvcFNoYWRvd18zNTM5XzE1MTMwIiByZXN1bHQ9InNoYXBlIi8+DQo8L2ZpbHRlcj4NCjxjbGlwUGF0aCBpZD0iY2xpcDBfMzUzOV8xNTEzMCI+DQo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHJ4PSI5IiBmaWxsPSJ3aGl0ZSIvPg0KPC9jbGlwUGF0aD4NCjwvZGVmcz4NCjwvc3ZnPg0K);
  left: 0;
  top: 3px;
  position: absolute;
  color: #00bc8b;
}
.pricing-sec .what-included .price-list-outer {
  max-width: 550px;
  margin: 45px auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  background: #0267ff;
  padding: 6px;
  cursor: pointer;
  border-radius: 18px;
}
.pricing-sec .what-included .price-list-outer .tagline2 {
  color: #fff;
  padding: 10px;
}
.pricing-sec .what-included .price-list-outer .annually {
  color: #181818;
  font-weight: 600;
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  text-transform: uppercase;
}
.pricing-sec .what-included .price-list-outer sub {
  font-weight: 400;
}
.pricing-sec .what-included .price-list-outer .white-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #e4e4e4;
}
.pricing-sec .what-included .price-list-outer .text-5 {
  margin: 10px 0 10px;
  color: #414141;
}
.pricing-sec .what-included .whiteboxwrapper {
  max-width: 547px;
  margin: 40px auto;
}
.pricing-sec .what-included .whiteboxwrapper sub {
  font-weight: 400;
}
.pricing-sec .what-included .whiteboxwrapper .annually {
  color: #181818;
  font-weight: 600;
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  text-transform: uppercase;
}
.pricing-sec .what-included .whiteboxwrapper .white-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #e4e4e4;
}
.pricing-sec .what-included .whiteboxwrapper .text-5 {
  margin: 10px 0 10px;
  color: #414141;
}
.pricing-sec .what-included .whiteboxwrapper .content {
  max-width: 400px;
}
.pricing-sec .what-included .btn {
  background: #29b34b;
  max-width: 550px;
  margin: 30px auto;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
}
.pricing-sec .what-included .btn a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .pricing-sec {
    padding: 120px 0 0px 0;
  }
}

.cta {
  padding: 5rem 0 6rem;
  background: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  text-align: center;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}
.cta .text-2 {
  color: #fff;
  max-width: 617px;
  margin: 0 auto 2rem;
  line-height: 1.5;
}
.cta a:hover {
  color: #fff;
  text-decoration: none;
}
.cta .cc-btn {
  margin-top: 50px;
}

.post-footer {
  background-color: #fff;
  padding: 15px 0;
}
.post-footer .post-footer-content {
  align-items: center;
}
.post-footer .post-footer-content .post-footer-left p {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .post-footer .post-footer-content .post-footer-left p {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .post-footer .post-footer-content {
    text-align: center;
    flex-direction: column-reverse;
  }
}
.post-footer .post-footer-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .post-footer .post-footer-right {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .post-footer .post-footer-right {
    flex-wrap: wrap;
  }
}
.post-footer .post-footer-right a {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.post-footer .post-footer-right .social-buttons a {
  padding: 2px 8px;
}

.modal-dialog {
  max-width: 712px;
  width: 712px;
}
@media screen and (max-width: 991px) {
  .modal-dialog {
    max-width: 450px;
    margin: auto;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    max-width: 300px;
    width: 300px;
    margin: 0 auto;
  }
}

.modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.modal-body .cont-left {
  background-color: #29b34b;
  background-image: url(../images/modal-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 50px 30px 100px;
  color: #fff;
}
.modal-body .cont-left h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.modal-body .cont-left .download-app-btn {
  width: 100%;
  color: #fff;
  display: block;
  margin: 30px 0;
}
.modal-body .cont-left a {
  margin-bottom: 15px;
}
.modal-body .cont-left a img {
  max-width: 150px;
}
.modal-body .cont-left .play-store {
  max-width: 130px;
  display: block;
  margin-bottom: 15px;
}
.modal-body .cont-left .app-store {
  max-width: 130px;
  display: block;
}
.modal-body .scanner {
  padding: 3rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .modal-body .scanner {
    padding: 16px 0px 0px;
  }
}
.modal-body .scanner .qr-code {
  max-width: 200px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .modal-body .scanner .qr-code {
    display: none;
  }
}
.modal-body .scanner .scanner-text {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 58px 16px;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 991px) {
  .modal-body .scanner .scanner-text {
    display: none;
  }
}
.modal-body .scanner .weblogin a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #0267ff;
  text-decoration: none;
}
.modal-body .scanner .weblogin a img {
  margin-left: 8px;
}
@media screen and (max-width: 991px) {
  .modal-body .scanner .weblogin {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .modal-body {
    display: block;
  }
}

.close {
  z-index: 9;
}
.close .cross-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #d9d9d9;
  padding: 5px 4px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
}

.download-outer {
  border-radius: 0;
  border: unset;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .download-outer {
    padding: 0px 15px 0 15px;
  }
}/*# sourceMappingURL=style.css.map */