* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
header,
nav,
section,
article,
aside,
footer,
hgroup,
figure {
  display: block;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button {
  border: 0;
  background-color: transparent;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.navbar-toggler:focus,
.form-control:focus,
.form-check-input:focus,
.accordion-button:focus,
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.form-control {
  border: unset;
}
textarea {
  resize: none;
}

button:focus,
input:focus,
.btn:focus,
.form-control:focus,
.btn-close:focus,
.btn-close:hover {
  outline: none;
  box-shadow: none;
  outline-color: transparent;
  outline-width: 0;
  border-color: unset;
  border: unset;
  color: unset;
  opacity: unset;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  margin-bottom: 0;
}
html,
body {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.modal-content {
  border: 0;
}
ul,
ol,
li {
  list-style: none;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  background-color: #fefefe;
  background-image: url(./img/appro-vector.svg);
  background-position: right 67vh;
  background-repeat: no-repeat;
  background-size: 55%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}

/* headings */
h1,
.h_42 {
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  color: #1a214d;
}
h2,
.h_32 {
  font-size: 32px;
  font-weight: 600;
  line-height: 16px;
  color: #1a214d;
}
h3,
.h_28 {
  font-size: 28px;
  font-weight: 600;
  line-height: 46px;
  color: #1a214d;
}
h4,
.h_24 {
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
  color: #1a214d;
}
h5,
.h_18 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.5px;
}
h6,
.h_16 {
  font-size: 16px;
  font-weight: 800;
  line-height: 17.6px;
  color: #646883;
}

/* paragraphs */
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #646883;
}
.p_14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #646883;
}
.p_18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #646883;
}
.p_19 {
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  color: #646883;
}
.p_20 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #002e4b;
}

/* colors */
.dark-blue {
  color: #1a214d;
}
.gray {
  color: #646883;
}
.white {
  color: #ffffff;
}
.shadow-blue {
  color: #002e4b;
}
.ylw-clr {
  color: #fdba23;
}

/* font-weights */
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}

/* as per design */

.banner-assurance {
  padding: 74px 0px 48px 0px;
  margin-top: 74px;
  position: relative;
}
.banner-assurance h1 {
  margin-bottom: 16px;
}
.banner-assurance .p_19,
.compliance-sec .p_19 {
  max-width: 930px;
}
.compliance-sec h3,
.category-sec h3 {
  margin-bottom: 16px;
}
.category-sec {
  padding: 48px 0px;
}
.category-sec h6 {
  margin-bottom: 8px;
}
.category-sec p {
  margin-bottom: 18px;
  max-width: 930px;
}
.assurance-form h2 {
  margin-bottom: 18px;
}
.bg-form {
  box-shadow: 0px 10px 35px 0px #00000008;
  padding: 48px;
  border-radius: 8px;
  max-width: 60%;
}
.assurance-form .form-group label {
  color: #5a7184;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  line-height: 24px;
}
.assurance-form .form-group input,
textarea {
  padding: 16px 20px;
  border: 1px solid #c3cad9;
  font-size: 16px;
  font-weight: 400;
  color: #1a214d;
  border-radius: 8px;
  width: 100%;
  font-family: lato;
}
.assurance-form .form-group {
  margin-bottom: 32px;
}
.assurance-form .form-group .custom-checkbox .checkmark {
  width: 16.8px;
  height: 16.8px;
  border: 1px solid #646883;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.assurance-form .form-group .custom-checkbox {
  font-size: 14px;
  font-weight: 400;
  color: #646883;
}
.assurance-form .form-group .custom-checkbox input {
  display: none;
}
.assurance-form .form-group .custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.assurance-form .form-group .custom-checkbox input:checked + .checkmark {
  background-color: #007bff;
  border: 1px solid #007bff;
}
.assurance-form .form-group .custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.assurance-form .submit-btn {
  width: 20%;
  padding: 14px 24px;
  background: #4a80eb;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  margin-top: 32px;
  font-weight: 600;
}
.assurance-form .submit-btn:hover {
  background: #4a80eb;
  color: #fff;
}
.assurance-form .submit-btn:disabled {
  opacity: 20%;
}
.assurance-form .form-group span {
  color: red;
}
.bg-form input::placeholder,
.bg-form textarea::placeholder {
  color: #d1d1d1;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.assurance-form .form-group textarea:focus {
  border: 1px solid #c3cad9 !important;
  outline: none;
}
.assurance-form .form-group .custom-checkbox {
  display: flex;
  align-items: center;
}
.assurance-form .form-group .custom-checkbox .checkmark {
  margin-right: 10px;
}

.assurance-verify-email-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Styling */
  background: white;
  padding: 1.5rem;
  max-width: 32rem;
  min-width: 16rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
  z-index: 1000;
}

.assurance-verify-email-popup--open {
  overflow: hidden;
  display: block;
}

.assurance-verify-email-popup__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}

.assurance-verify-email-popup__title {
  font-size: 1.75rem;
  font-weight: 600;
}

.assurance-verify-email-popup__description {
  line-height: 0.85rem;
  font-size: 0.85rem;
  color: grey;
}

.assurance-verify-email-popup__exit-button {
  position: absolute;
  top: 0;
  right: 0;
  background: #4a80eb;
  height: 3rem;
  width: 3.125rem;
  line-height: 2.5rem;
  font-size: 1.125rem;
  color: white;
  border-radius: 0 0.375rem 0 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.25rem;
  cursor: pointer;
}

.assurance-verify-email-popup__email-icon--big {
  background: #4a80eb;
  font-size: 3.25rem;
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  color: white;
  border-radius: 50%;
  text-align: center;
}

.assurance-verify-email-popup__email-icon--small {
  position: absolute;
  height: 3.125rem;
  width: 3.125rem;
  background: #4a80eb;
  color: white;
  line-height: 3.125rem;
  font-size: 1.5rem;
  border-radius: 0.325rem 0 0 0.325rem;
}

.assurance-verify-email-popup__email-form {
  width: 100%;
}

.assurance-verify-email-popup__email-form input,
.assurance-verify-email-popup__email-form button {
  height: 3.125rem;
  width: 100%;
  border-radius: 0.1875rem;
}

.assurance-verify-email-popup__email-form input {
  padding: 0 4rem;
  font-size: 0.85rem;
  outline: none;
  border: 0.125rem solid #a9c3f5;
  caret-color: #4a80eb;
}
.assurance-verify-email-popup__email-form input::placeholder {
  color: #8c8c8c;
}
.assurance-verify-email-popup__email-form input:focus {
  box-shadow: 0 0 1rem #82e6fc, 0 0 25px #b4f0fd, 0 0 35px #ffffff;
}

.assurance-verify-email-popup__email-form button {
  background: #4a80eb;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  border: 1px solid #a9c3f5;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  margin-top: 1rem;
  font-family: "Lato", sans-serif;
}
.assurance-verify-email-popup__email-form button:hover {
  background: #a9c3f5;
  border: 1px solid #a9c3f5;
  letter-spacing: 2px;
}

.assurance-verify-email-popup__email-form button:disabled {
  cursor: not-allowed;
  background: #cbeaff;
}

.assurance-verify-email-popup__email-form .error {
  color: red;
  display: flex;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  line-gap-override: 0.75rem;
  margin-top: 0.125rem;
}

/* Phones */
@media (max-width: 480px) {
  .assurance-verify-email-popup__title {
    font-size: 0.75rem;
  }

  .assurance-verify-email-popup__description {
    line-height: 0.6rem;
    font-size: 0.6rem;
  }

  .assurance-verify-email-popup__email-icon--big {
    font-size: 1.75rem;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
  }

  .assurance-verify-email-popup__exit-button {
    height: 1.5rem;
    width: 1.625rem;
    line-height: 1.25rem;
    font-size: 0.5625rem;
    padding-left: 0.125rem;
  }

  .assurance-verify-email-popup__email-form input,
  .assurance-verify-email-popup__email-form button {
    height: 1.625rem;
  }

  .assurance-verify-email-popup__email-form input {
    padding: 0 2rem;
    font-size: 0.6rem;
  }

  .assurance-verify-email-popup__email-icon--small {
    height: 1.625rem;
    width: 1.625rem;
    line-height: 1.625rem;
    font-size: 0.75rem;
  }

  .assurance-verify-email-popup__email-form button {
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-top: 0.5rem;
  }
}

@media (max-width: 968px) {
  .assurance-verify-email-popup__title {
    font-size: 1rem;
  }

  .assurance-verify-email-popup__description {
    line-height: 0.75rem;
    font-size: 0.75rem;
  }

  .assurance-verify-email-popup__email-icon--big {
    font-size: 2.25rem;
    height: 3.75rem;
    width: 3.75rem;
    line-height: 3.75rem;
  }

  .assurance-verify-email-popup__exit-button {
    height: 1.5rem;
    width: 1.625rem;
    line-height: 1.25rem;
    font-size: 0.5625rem;
    padding-left: 0.125rem;
  }

  .assurance-verify-email-popup__email-form input,
  .assurance-verify-email-popup__email-form button {
    height: 1.86875rem;
  }

  .assurance-verify-email-popup__email-form input {
    padding: 0 2rem;
    font-size: 0.75rem;
  }

  .assurance-verify-email-popup__email-icon--small {
    height: 1.86875rem;
    width: 1.86875rem;
    line-height: 1.86875rem;
    font-size: 0.9rem;
  }

  .assurance-verify-email-popup__email-form button {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

/* end-otp */

/* certiciates download */

.certificates {
  padding-top: 74px;
  margin-top: 74px;
}
.certificates .p_18 {
  margin-top: 18px;
}
.download-files {
  padding: 48px 0px 120px 0px;
}
.download-files .bg-reports {
  background: #ffffff;
  box-shadow: 0px 10px 35px 0px #00000008;
  border-radius: 8px;
  padding: 32px 42px 23px 42px;
  margin-bottom: 5px;
}
.file-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bg-reports .file-info .pdf-file {
  display: flex;
  align-items: center;
}
.bg-reports .file-info .pdf-file .pdf-file-report {
  margin-left: 16px;
}
.file-action .view-btn {
  border: 1px solid #4a80eb;
  border-radius: 50px;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #4a80eb;
  display: flex;
  align-items: center;
}
.file-action .action-btn {
  border: none;
  background: #4a80eb;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.file-action .view-btn img,
.file-action .action-btn img {
  margin-right: 8px;
}
.file-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.compliance-gap {
  margin-top: 2px;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #73787b !important;
}
.file-action .view-btn:focus {
  border: 1px solid #4a80eb;
  color: #4a80eb;
}
.file-action .action-btn:focus {
  color: #ffffff;
}
.file-action {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 300px;
  position: relative;
}
.file-action .action-btn,
.file-action .action-status {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.file-action .action-btn {
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
}
.file-action .action-status {
  display: none;
  min-width: 120px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #18a605;
}
.file-action .action-status.downloaded-color {
  color: white;
}
.file-action .downloaded-img {
  width: 20px;
  height: 20px;
}
.file-action .action-status.downloaded-color .downloaded-img {
  filter: invert(1);
}
.download-files #pdf-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.download-files .pdf-modal-content {
  width: 58vw;
  height: 100%;
  padding: 15px;
  position: relative;
  display: flex;
  justify-content: center;
}
.download-files .close-modal {
  position: absolute;
  top: 10px;
  right: 10%;
  background: #ffffff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  z-index: 1000;
}
.pdf-file-report .p_20 {
  font-size: 20px;
  font-weight: 700;
  color: #002e4b;
  line-height: 24px;
}
.download-files canvas#pdf-render-canvas {
  height: auto;
  background: transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  object-fit: contain;
  max-height: 80vh;
}

/* footer */

/* .reappro-footer{background:#F1F5F9;padding:43px;margin-top:80px;}
.appro-address{font-size:18px;font-weight:400;color:#0F172A;line-height:24px;max-width:295px;margin-top:12px;}
.strt-jur{font-size:23px;font-weight:600;line-height:30px;color:#334155;max-width:177px;}
.footer-row{display:flex;justify-content:space-between;}
.footer-st{display:flex;flex-direction:row;align-items:center;}
.ftr-bdr{border:1px solid #CBD5E1;margin-top:43px;}
.footer-details{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px;}
.footer-details .footer-list h4{color:#0F172A;margin-bottom:24px;}
.footer-details .footer-list ul li{margin-bottom:12px;}
.footer-details .footer-list ul li a{font-size:16px;font-weight:400;line-height:24px;color:#475569;  transition: color 0.3s ease;}
.footer-social {display:flex;}
.footer-social li{margin:0 6px;}
.footer-social li:first-child{margin-left:0;}
.footer-social li a img{width:38px;height:38px;}
.footer-form input{background: #E2E8F0;border-radius:8px;padding:13px 15px;font-size:16px;font-weight:400;line-height:20px;color:#64748B;border:none;margin-bottom:17px;width:100%;font-family:Lato;}
.footer-form textarea{background: #E2E8F0;border-radius:8px;padding:13px 15px;font-size:16px;font-weight:400;line-height:20px;color:#64748B;border:none;margin-bottom:17px;}
.send-btn{background:#4A80EB;border-radius:50px;padding:13px 62px;font-size:16px;font-weight:600;line-height:18px;color:#FFFFFF;}
.certification-list{display:flex;}
.copy-right{font-size:15px;font-weight:400;line-height:22px;color:#64748B;margin-top:27px;}
.ftr-gry-bdr{border:1px solid #CBD5E1;margin-top:31px;}
.footer-form textarea:focus{border:1px solid #E2E8F0 !important;outline:none;}

.apply-org-btn, .log-trans-btn{display:none;}
.certification-icons .certification-list li a img { width:100px; height:auto;} */

/* Header */

.top_banner {
  background: #1a214d;
  color: #ffffff;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}
a.appro_home {
  display: block;
  width: 166px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
}
.head_logo #white_logo {
  display: none;
}
a.appro_home img {
  width: 100%;
  height: 100%;
}
.top_hea {
  margin: 35px 0 10px 0;
}
#menu-main-menu ul li a {
  color: #1a214d;
  font-size: 17px;
  padding: 20px 22px;
  font-weight: 600;
  display: block;
}
#menu-main-menu ul li.current_page_item:after {
  bottom: 0;
  content: " ";
  width: 95%;
  height: 40px;
  border: 2px solid #1a214d;
  display: block;
  position: absolute;
  top: 12.5px;
  left: 0;
  right: 0;
  border-radius: 40px;
  z-index: -1;
  margin: 0 auto;
}
#menu-main-menu ul li.current_page_item {
  position: relative;
}
#menu-main-menu ul li.menu-item-has-children:after {
  display: none;
}
#menu-main-menu ul li.menu-item-has-children {
  position: inherit;
}
#menu-main-menu ul li.current_page_item.menu-item-has-children > a,
#menu-main-menu ul li a:hover {
  color: #fdba23;
}
#menu-main-menu ul li {
  display: inline-block;
}
body.single-products header.def_header #menu-main-menu ul.sub-menu,
#menu-main-menu ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  background: #4a80eb;
  bottom: -65px;
  transition: var(--hoverTransition);
  transform: translate3d(0, 5px, 0);
  z-index: 9;
}
#menu-main-menu ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body.page-template-page-for-banks
  header.def_header
  #menu-main-menu
  ul.sub-menu {
  visibility: hidden;
  opacity: 0;
}
ul#menu-main-menu {
  margin: 0;
}
#menu-main-menu ul.sub-menu li a {
  color: #fff;
  padding: 20px 25px;
  display: block;
  font-size: 17px;
  transition: var(--hoverTransition);
}
#menu-main-menu ul li.menu-item-has-children:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#menu-main-menu ul.sub-menu li a:hover {
  opacity: 0.7;
}
section.mds {
  padding-top: 90px;
  padding-bottom: 0px;
}
header.def_header {
  position: relative;
}
.slke_c h5 span {
  color: #fdba23;
}
.slke_c h5 {
  text-align: center;
}
.def_header {
  text-align: center;
}

/* Responsive */

@media screen and (max-width: 1024px) {
  /* footer */

  /* .footer-st{display:none;margin-left:24px;}
    .footer-details{grid-template-columns: repeat(2,1fr);}
    .reappro-footer{padding:43px 16px 36px 16px;}
    .footer-list:nth-child(3){margin-top:36px;display:flex;flex-direction:column;align-items:center;grid-column: 1 / -1;}
    .footer-list:nth-child(4){display:none;}
    .footer-details .footer-list h4{font-size:21px;}
    .appro-address{font-size:16px;max-width:259px;}
    .footer-details{margin-top:36px;}
    .footer-social{justify-content: center;}
    .ftr-gry-bdr{margin-top:16px;}
    .certification-icons{margin-top:36px;}
    .apply-org-btn{background-color:#FDBA23;padding:10 25px;border-radius:50px;font-size:16px;font-weight:600;color:#ffffff;width:250px;display: block;margin-top:24px;}
    .apply-btn,.log-btn{display:flex;justify-content:center;}
    .log-trans-btn{border:1px solid #000000;background:transparent;padding:10px 25px;font-size:16px;font-weight:600;color:#000000;border-radius:50px;margin-top: 16px;width:250px;display:block;} */

  /* assurance */

  .banner-assurance {
    margin-top: 16px;
    padding: 74px 16px 32px 16px;
  }
  .compliance-sec {
    padding: 0px 16px;
  }
  .category-sec {
    padding: 32px 16px;
  }
  .assurance-form {
    padding: 0px 16px;
  }
  .assurance-form h2 {
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 16px;
  }
  .bg-form {
    max-width: 100%;
    padding: 32px 16px;
  }
  .assurance-form .submit-btn {
    width: 35%;
  }

  .banner-assurance h1 {
    font-size: 28px;
    line-height: 33px;
  }
  .banner-assurance .p_19 {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.38px;
  }
  .compliance-sec h3 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .compliance-sec .p_19 {
    font-size: 16px;
    letter-spacing: 0.38px;
    line-height: 25px;
  }
  .category-sec h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  /* download */

  .certificates {
    margin-top: 16px;
    padding: 74px 16px 0px 50px;
  }
  .certificates h1 {
    font-size: 28px;
    line-height: 33px;
  }
  .download-files {
    padding: 24px 0px 37px 0px;
  }
  .download-files .bg-reports {
    padding: 32px 16px;
    margin: 0 16px 8px 16px;
  }
  .pdf-file-report .p_20 {
    font-size: 18px;
    line-height: 27px;
  }
  /* .file-info{display:block;} */
  .download-files .pdf-modal-content {
    width: 95vw;
    padding: 10px;
  }
  .download-files .close-modal {
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 375px) and (max-width: 375px) {
  .assurance-form .submit-btn {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .assurance-form .submit-btn {
    width: 30%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  /* .footer-details {grid-template-columns: repeat(4, 1fr) !important;}
    .footer-list:nth-child(4) {display: block !important;}
    .footer-list:nth-child(3){grid-column:unset !important;margin-top:0 !important;}
    .apply-org-btn, .log-trans-btn{display:none !important;}
    .footer-st{display:flex !important;}
    body{background-position:right 340px;} */
}

@media screen and (min-width: 375px) and (max-width: 768px) {
  .file-info {
    display: block;
  }
  .file-action {
    margin-top: 22px;
  }
  .file-action .view-btn img,
  .file-action .action-btn img {
    margin-right: 2px;
  }
  .file-action .view-btn {
    padding: 11px 20px;
  }
  .file-action .action-btn {
    padding: 11px 20px;
  }
}
@media screen and (max-width: 375px) {
  .download-files canvas#pdf-render-canvas {
    width: 95vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  body {
    background-position: right 225px;
  }
}

/* Mobile Menu */
#mobile_menu {
  display: none;
  height: 70px;
  padding: 0 20px;
}
body.single-products.ove_low #mobile_menu,
body.ove_low #mobile_menu,
body.ove_low.page-template-page-for-banks #mobile_menu {
  background: #1a214d;
}
body.ove_low {
  overflow: hidden;
}
.sid_menu {
  position: absolute;
  left: 0;
  top: 119px;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  overflow: auto;
  padding-bottom: 80px;
}
body.category .sid_menu,
body.page-template-page-how-it-works .sid_menu,
body.page-template-page-privacy-policy .sid_menu,
body.page-template-terms-page .sid_menu,
body.page-template-faqs-page .sid_menu,
body.page-template-careers-page .sid_menu,
body.page-template-press-page .sid_menu,
body.page-template-page-for-banks.ove_low .sid_menu {
  top: 70px;
}
.act_si_menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 36%);
  z-index: 99;
}
.m_menu_header {
  display: table;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.m_menu_header .lef_sec #menu_but svg,
.sid_menu #close_ope svg {
  width: 100%;
  height: auto;
  max-width: 25px;
}
#se_contsld li {
  display: inline-flex;
  margin: 0 2px;
  list-style: none;
  opacity: 0.7;
}
#se_contsld li:last-child {
  margin-right: 0;
}
#se_contsld li a {
  display: block;
  padding: 6px;
  max-height: 20px;
}
#se_contsld li a svg {
  max-height: 20px;
  width: auto;
}
#se_contsld {
  padding: 0;
  margin: 0;
}
.active_sid {
  display: block;
  opacity: 1;
}
.head_logo {
  max-width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  text-align: center;
  float: none;
  margin: 0 auto;
}
#si_ma_menu ul li ul {
  max-height: 0;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
#si_ma_menu ul li ul.sub-menu {
  display: block;
  padding: 0;
  bottom: auto;
  max-height: 500px;
}
#si_ma_menu ul li ul.sub-menu li a {
  font-size: 17px;
  padding: 10px 25px 10px 25px;
}
#si_ma_menu ul li ul.sub-menu li a:hover {
  color: #fdba23;
}
#si_ma_menu ul li ul.sub-menu.active {
  max-height: 500px;
  transition: max-height 0.3s ease;
  visibility: visible;
  display: block;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#si_ma_menu ul li {
  list-style: none;
  margin: 1px 0;
  width: 100%;
  text-align: center;
}
#si_ma_menu ul {
  padding: 0;
  overflow-x: auto;
  position: unset;
  max-height: 80vh;
  margin: 0;
}
#si_ma_menu ul li a {
  padding: 12px 25px 12px 30px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  color: #ffffff;
}
#si_ma_menu ul li ul {
  padding: 0 0 0 15px;
}
#si_ma_menu ul li.actsub > a {
  background: #131940;
}
#menu-main-menu ul li.current_page_item.not_current:after {
  opacity: 0;
}
.ri_sec ul li a {
  display: block;
  border-radius: 50%;
  height: 42px;
  width: 40px;
  line-height: 60px;
  margin: 0;
  transition: var(--hoverTransition);
  outline: 0;
}
.ri_sec ul li {
  float: left;
  margin: 0 2px;
  text-align: center;
}
.ri_sec ul {
  margin: 0;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  z-index: 99999;
}
.ri_sec ul li a svg {
  width: 26px;
  height: 26px;
  fill: #4a80eb;
}
.ri_sec ul li a svg path {
  stroke-width: 1.5px;
}
#menu_but {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
  display: flex;
  position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer;
  pointer-events: all;
  background: 0 0;
  outline: 0;
}
#menu_but:before {
  position: absolute;
  top: 31px;
  right: 20px;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #1a214d;
  transition: background-color 0.25s, transform var(--hoverTransition);
}
#menu_but:after {
  position: absolute;
  top: 39px;
  right: 20px;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #1a214d;
  transition: background-color 0.25s, transform var(--hoverTransition);
}
body.ove_low #menu_but:after {
  width: 25px;
  transform: translateY(-4px) rotate(135deg);
}
body.ove_low #menu_but:before {
  width: 25px;
  transform: translateY(4px) rotate(45deg);
}
body.ove_low {
  overflow: hidden;
}
body.ove_low #menu_but:before,
body.ove_low #menu_but:after {
  background: #fff;
}
.m_menu_header .ri_sec #menu_but {
  z-index: 99999;
}
#si_ma_menu {
  padding-top: 20px;
}
body.ove_low .lef_sec {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.call_tmob {
  font-size: 16px;
  margin: 5px 25px 0 0;
  z-index: 99999;
  font-family: var(--headfont);
}
.call_tmob a svg {
  max-width: 32px;
  height: auto;
  display: inline-block;
  position: absolute;
  left: -37px;
  top: -12px;
}
.call_tmob a span {
  display: inline-block;
}
.call_tmob a {
  display: block;
  position: relative;
  outline: 0;
}
#si_ma_menu ul.sub-menu {
  position: relative;
  width: 100%;
  top: auto;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#si_ma_menu #menu-main-menu ul.sub-menu li {
  margin: 13px 0;
  visibility: visible;
  opacity: 1;
  display: block;
  position: relative;
}
#si_ma_menu ul li.sub_mnus {
  position: relative;
}
#si_ma_menu ul li.sub_mnus:before {
  content: " ";
  position: absolute;
  width: 70px;
  height: 54px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.927' height='8.6' viewBox='0 0 13.927 8.6'%3E%3Cdefs%3E%3C/defs%3E%3Cpath fill='%23cbcbcb' d='M10.636,20.6l5.327-5.316L21.291,20.6l1.636-1.636L15.964,12,9,18.964Z' transform='translate(-9 -12)'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px;
  transition: transform 0.35s cubic-bezier(0.24, 1, 0.32, 1);
  transform: rotate(180deg) translateX(0);
  opacity: 0;
}
#si_ma_menu ul li.sub_mnus.actsub:before {
  transform: rotate(0deg) translateX(0);
}
a.logo_sde {
  display: block;
}
a.logo_sde img {
  width: 100%;
  height: auto;
}

/**/
.menu_but {
  width: 50px;
  height: 40px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
a.logo_sde.for_mob_only {
  display: none;
}
body.ove_low a.logo_sde.for_mob_only {
  display: block;
}
body.ove_low a.logo_sde {
  display: none;
}
#mobile_menu .head_logo {
  max-width: 100px;
  padding-top: 5px;
}
.menu-btn__burger,
.menu-btn__burger::before,
.menu-btn__burger::after {
  width: 32px;
  height: 3px;
  border-radius: 6px;
  background-color: #1a214d;
  transition: all 0.2s ease-in-out;
}
.menu-btn__burger::before,
.menu-btn__burger::after {
  content: "";
  position: absolute;
}
.menu-btn__burger::before {
  transform: translateY(-9px);
}
.menu-btn__burger::after {
  transform: translateY(9px);
}

/* ANIMATION */
.menu_but.open .menu-btn__burger {
  transform: translateX(-50px);
  background-color: transparent;
  box-shadow: none;
}
.menu_but.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.menu_but.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}
.menu_but.open .menu-btn__burger,
.menu_but.open .menu-btn__burger::before,
.menu_but.open .menu-btn__burger::after {
  background-color: #fff;
}
.ri_sec {
  z-index: 9999999;
}
body.single-products #mobile_menu,
body.page-template-page-for-banks #mobile_menu {
  background: #4a80eb;
}
body.single-products #mobile_menu a.logo_sde.for_mob_only,
body.page-template-page-for-banks #mobile_menu a.logo_sde.for_mob_only {
  display: block;
}
body.single-products #mobile_menu a.logo_sde,
body.page-template-page-for-banks #mobile_menu a.logo_sde {
  display: none;
}
body.single-products #mobile_menu .menu-btn__burger,
body.single-products #mobile_menu .menu-btn__burger::before,
body.single-products #mobile_menu .menu-btn__burger::after,
body.page-template-page-for-banks #mobile_menu .menu-btn__burger,
body.page-template-page-for-banks #mobile_menu .menu-btn__burger::before,
body.page-template-page-for-banks #mobile_menu .menu-btn__burger::after {
  background-color: #ffffff;
}
#mobile_menu .mobile_scontep {
  display: block;
}
.rea_more_single_product {
  display: none;
  margin-top: 50px;
}
.rea_more_single_product a.btn.no_bg {
  color: #ffffff;
  border: 2px solid #ffffff;
  min-width: 170px;
}
body.single.postid-27 .rea_more_single_product {
  display: block;
}

/* Main Slider */
.slkod_mg {
  width: 94%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.slkod_mg img {
  width: 100%;
  object-fit: contain;
}
.slko_ple h1 {
  margin: 0;
  color: #1a214d;
  font-size: 37px;
}
.slko_ple {
  width: 75%;
}
.slko_ple h1 span {
  display: block;
  color: #fdba23;
}
.kjfe_ple {
  margin-top: 35px;
}
.postid-28 .sldko_qr {
  display: none;
}
.postid-30 .sldko_qr {
  display: none;
}
.start_jn {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.qr_code_d {
  width: 135px;
  height: 100%;
  margin-right: 20px;
}
.qr_code_d img {
  width: 100%;
  height: 100%;
}
.mob_app a img {
  width: 100%;
  height: auto;
}
.sldko_qr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}
section.mds .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pdn,
.pdng {
  padding: 70px 0;
}
.page-id-8 section#why_appro {
  padding: 20px 0px;
}
.page-id-8 section.hme_video.pdng {
  padding: 0px 0px;
}
.apple_st,
.google_play {
  width: 140px;
  height: 50px;
  margin: 8px 0;
}
/* .apple_st img { width: 100%; height: 100%;} */
.google_play {
  margin-bottom: 0;
}
.apple_st {
  margin-top: 0;
}
.mobile_scontep {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.mobile_scontep .get_stt,
.lplde_e {
  display: none;
}
.don_loapp ul {
  text-align: center;
}
.don_loapp ul li {
  display: inline-block;
  margin: 0 3px;
}
.don_loapp ul li a {
  width: 160px;
  display: block; /* height: 55px;  */
}
.don_loapp ul li a img {
  width: 100%; /* height: 100%; */
  object-fit: contain;
}
.don_loapp ul li a .apple_st,
.don_loapp ul li a .google_play {
  width: 100%; /* height: 100%; */
  margin: 0;
}
.conte_skdjir h1 {
  font-weight: 600;
  font-size: 45px;
  max-width: 80%;
  margin: 0 auto;
}
.conte_skdjir {
  margin-top: 30px;
}
.conte_skdjir h1 strong {
  font-weight: 900;
  display: block;
  margin: 7px 0;
}
.conte_skdjir h1 span {
  display: block;
  color: #fdba23;
}
.get_stt {
  margin-bottom: 25px;
}
a.btn.ch_bg {
  background: #fdba23;
}
a.btn {
  display: block;
  background: #4a80eb;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: var(--hoverTransition);
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  .slkeoi_lates {
    transform: translateY(9px);
  }
  li.menu-item.current-menu-parent > a {
    color: #fdba23 !important;
  }
  span.trms_frm {
    margin-top: 0;
    margin-bottom: 25px;
  }
  section.mds {
    padding-top: 140px;
  }
  #si_ma_menu ul li ul.sub-menu li a:hover {
    color: #1a214d;
  }
  body.category .top_banner,
  body.page-template-page-how-it-works .top_banner,
  body.page-template-page-privacy-policy .top_banner,
  body.page-template-terms-page .top_banner,
  body.page-template-faqs-page .top_banner,
  body.page-template-careers-page .top_banner,
  body.page-template-press-page .top_banner,
  body.page-template-page-for-banks .top_banner,
  body.single-products .top_banner {
    display: none;
  }
  .sub_content_more p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  body.page-template-page-privacy-policy .pge_tit h2 {
    margin-bottom: 0;
  }
  .get_stt {
    display: block !important;
    margin-bottom: 0px;
  }
  .dfkjr_sdfoot {
    display: none;
  }
  .dfkjr_sdfoot.active {
    display: block;
  }
  .btn.ch_bg_new_1 {
    border: 1px solid white;
    background: transparent;
    margin-top: 10px;
  }
  .get_stt a {
    width: 70%;
    margin: 0 auto;
  }
  #lksdo_frm {
    margin-top: 10px;
  }
  #mobile_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header.def_header {
    display: none;
  }
  .pge_tit .skdji_er.left_side .sub_se {
    max-width: 90%;
  }
  body.single-products .sid_menu {
    top: 70px;
  }
  .uyw_d p {
    max-width: 80%;
    line-height: 21px;
  }
  .uyw_d h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }
  .foir_d:after {
    width: 310px;
    height: 310px;
  }
  .sec_tit {
    margin-bottom: 50px;
    max-width: 75%;
  }
  .sec_tit h3 {
    font-size: 30px;
    line-height: 36px;
  }
  section.ptnrs_bnks {
    padding-bottom: 80px;
    padding-top: 20px;
  }
  section.latest_articles:after {
    height: 422px;
  }
  .art_image {
    height: 240px;
  }
  .sing_article {
    margin: 15px 0;
  }
  .item_ot {
    padding: 10%;
    height: 360px;
  }
  .per_deta h3 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .per_deta span {
    margin: 0;
    font-size: 16px;
  }
  .sdjie_r p {
    font-size: 17px;
    line-height: 23px;
  }
  section.latest_articles {
    padding-bottom: 40px;
  }
  .o_dlpe h3 {
    font-size: 21px;
    min-height: auto;
  }
}
@media (max-width: 790px) {
  #menu-main-menu ul li.menu-item-has-children.menu-item-58 ul.sub-menu {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }
}

/* Initially hide background and menu items */
#mobile_menu {
  background-color: transparent !important;
  transition: background-color 0.3s ease;
}
#mobile_menu .menu > li {
  display: none;
}

/* When menu is open */
body.menu-open #mobile_menu {
  background-color: #1a214d !important;
}
body.menu-open #mobile_menu .menu > li {
  display: block;
}

@media screen and (min-width: 375px) and (max-width: 992px) {
  .banner-assurance {
    padding: 32px 16px;
  }
  .certificates {
    padding: 32px 16px 0px 16px;
  }
}

@media screen and (min-width: 375px) and (max-width: 768px) {
  /* .don_loapp{display:none;} */
  .don_loapp {
    margin-top: 24px;
  }
  .certification-icons .certification-list li {
    margin: 0 5px !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  body {
    background-image: url(./img/Ellipses.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
  }
}

@media screen and (max-width: 400px) {
  .don_loapp ul li {
    margin: 0 2px;
  }
}
@media screen and (max-width: 991px) {
  .don_loapp ul li {
    margin: 5px 2px;
  }
}
@media (max-width: 768px) {
  body:not(.ove_low) .sid_menu,
  body:not(.ove_low) .act_si_menu {
    display: none !important;
    pointer-events: none !important;
  }
}
@media screen and (max-width: 374px) {
  .file-info {
    display: block;
  }
  .pdf-file {
    margin-bottom: 16px;
  }
  .file-action .view-btn img,
  .file-action .action-btn img {
    margin-right: 2px;
  }
  .file-action .view-btn {
    padding: 11px 20px;
  }
  .file-action .action-btn {
    padding: 11px 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .container {
    max-width: 1000px !important;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .container {
    max-width: 850px !important;
    margin: 0 auto !important;
  }
}
.bg-reports {
  position: relative;
  z-index: 2;
}
.file-action .view-btn,
.file-action .action-btn,
.file-action .action-status {
  position: relative;
  z-index: 3;
}
.certification-icons .certification-list li {
  margin: 0 11px;
}
.certification-icons .certification-list li:first-child {
  margin-left: 0;
}
