.modal {
  background: #004375;
  overflow: auto;
  padding: 0px;
}
.modal .modal-dialog-centered {
  max-width: 770px;
  margin: 0 auto;
  transform: none;
}
@media screen and (max-width: 768px) {
  .modal .modal-dialog-centered {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .modal .modal-content {
    width: 95%;
  }
}
.modal .doccheck-header {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 32px 36px 36px 36px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e9ef;
  align-items: start;
  position: relative;
  font-family: Avenir-Next-DemiBold, sans-serif;
}
@media screen and (max-width: 768px) {
  .modal .doccheck-header {
    padding: 32px 24px 24px 30px;
  }
}
.modal .doccheck-header .images-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 24px;
}
.modal .doccheck-header .images-container .doccheck-logo {
  width: 25%;
}
.modal .doccheck-header .images-container .close-icon {
  width: 100%;
}
.modal .doccheck-header .images-container .close-icon:hover {
  cursor: pointer;
}
.modal .doccheck-header h5 {
  font-size: 18px;
  color: #db4923;
  font-weight: 600;
  font-family: Avenir-Next-DemiBold, sans-serif;
}
@media screen and (max-width: 768px) {
  .modal .doccheck-header h5 {
    font-size: 16px;
  }
}
.modal .doccheck-input {
  display: flex;
  flex-direction: column;
  padding: 12px 36px 36px 36px;
  gap: 20px;
}
.modal .doccheck-input input {
  border: 1px solid #e7e9ef;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
  color: #333;
  font-family: Avenir-Next-DemiBold, sans-serif;
}
.modal .doccheck-input input:focus {
  outline: none;
  border-color: #db4923;
}
.modal .doccheck-links {
  display: flex;
  flex-direction: column;
  padding: 12px 36px 36px 36px;
  gap: 20px;
  font-family: Avenir-Next-DemiBold, sans-serif;
}
.modal .doccheck-links a {
  color: #db4923;
  text-decoration: none;
  font-weight: 600;
}
.modal .doccheck-links a:hover {
  text-decoration: underline;
}
.modal #doc-check-login {
  background-color: #db4923;
  color: #fff;
  padding: 12px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: Avenir-Next-DemiBold, sans-serif;
}
.modal #doc-check-login:hover {
  background-color: rgb(197.0137795276, 65.6712598425, 31.4862204724);
}
.modal .modal-header {
  border: none;
  padding: 32px 36px 35px 54px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e9ef;
  display: flex;
  align-items: center;
  position: relative;
  font-family: Avenir-Next-DemiBold, sans-serif;
}
@media screen and (max-width: 768px) {
  .modal .modal-header {
    padding: 32px 24px 24px 30px;
  }
}
.modal .modal-header h5 {
  font-size: 18px;
  color: #db4923;
  font-weight: 600;
  font-family: Avenir-Next-DemiBold, sans-serif;
}
@media screen and (max-width: 768px) {
  .modal .modal-header h5 {
    font-size: 16px;
  }
}
.modal .modal-header .close-popup {
  position: absolute;
  top: 12px;
  right: -145px;
  opacity: 0;
  width: 190px;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: -1px 1px 14px 5px rgba(222, 222, 222, 0.75);
  color: #333;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  transition: 0.3s;
  font-weight: normal;
}
.modal .modal-header .close-popup:hover {
  right: -44px;
  opacity: 1;
}
.modal .cards-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 20px 20px 40px 20px;
}
@media screen and (max-width: 768px) {
  .modal .cards-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.modal .cards-container .wrapper-content {
  width: 40%;
  background-color: #fafafa;
  border: 1px solid #e7e9ef;
  padding: 35px 24px 60px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal .cards-container .wrapper-content {
    width: 90%;
  }
}
.modal .cards-container .wrapper-content:hover {
  box-shadow: -1px 1px 14px 5px rgba(222, 222, 222, 0.75);
  transition: 0.2s;
  cursor: pointer;
}
.modal .cards-container .wrapper-content:hover .button-container a {
  text-decoration: underline;
}
.modal .cards-container .wrapper-content img {
  width: 26px;
  padding-bottom: 22px;
  margin: 0 auto;
}
.modal .cards-container .wrapper-content .wrap-text {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: normal;
  font-family: "Montserrat-Regular", sans-serif;
}
.modal .cards-container .wrapper-content .button-container {
  display: flex;
  justify-content: center;
}
.modal .cards-container .wrapper-content .button-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 0;
}
.modal .cards-container .wrapper-content .button-container a:hover {
  text-decoration: underline;
}
.modal .cards-container .wrapper-content .button-container a .arrow-icon {
  width: 30px;
  margin-left: 15px;
  display: inline-block;
  padding-bottom: 0px;
}