.custom-model-mod {
  z-index: 99999 !important;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}
.custom-model-inner_mod {
  z-index: 9;
  display: inline-block;
  width: 600px;
  max-width: 97%;
  bottom: 0;
  position: fixed;
  bottom: 75px;
  right: 20px;
  transition: opacity 2s ease-in-out, background 1s ease-in;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #f5f6f7;

  background-clip: padding-box;
  outline: 0;
  text-align: center;
  padding: 48px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  font-family: Muli, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #000;
  text-rendering: optimizeLegibility;
}

.model-open .custom-model-inner_mod {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 924px;
  max-width: 90%;
  height: fit-content;
}

.close-btn_mod {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 99;
  font-size: 25px;
  color: #000;
}

.title_popup {
  font-family: Didot;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.pop-up-content-wrap {
  text-align: center;
}
.logo_safe {
  width: 100px;
}
.btn_popup {
  float: right;
  background: #fff;
  color: #082d41;
  text-decoration: none;
  height: 38px;
  line-height: 38px;
  border-radius: 3px !important;
  margin: 30px auto 0 auto;
  padding: 0 15px;
  border: 1px solid #082d41;
}
.btn_popup:hover {
  background: #082d41;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  height: 38px;
  line-height: 38px;
  border-radius: 3px !important;
  margin: 30px auto 0 auto;
  padding: 0 15px;
}
.row_pop {
  margin-top: 15px;
  padding: 0 30px;
}

@media (max-width: 736px) {
  .custom-model-inner_mod {
    right: 5px;
  }
  .btn_popup {
    display: block;
    width: 100%;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.card__icons {
  flex-wrap: nowrap !important;
}
.modal_home .main-title__eyebrow {
  font-size: calc(24px + ((12 * (100vw - 720px)) / 719));
  font-family: Great Vibes, cursive;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.modal_home .main-title__eyebrow:before,
.modal_home .main-title__eyebrow:after {
  background-color: #000 !important;
}
.modal_home .row_popup {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.modal_home .row_popup .col_popup {
  width: 50%;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.modal_home .row_popup .col_popup img {
  width: 100%;
  height: auto;
}
.modal_home .row_popup .col_popup h4 {
  padding: 20px 40px;
  font-family: Didot;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -1px;
  text-align: center;
}
@media (max-width: 767px) {
  .title_popup {
    font-size: 18px;
    line-height: 25px;
  }
  .modal_home .main-title__eyebrow {
    font-size: calc(30px + ((12 * (100vw - 720px)) / 719));
  }
  .modal_home .main-title__eyebrow:before,
  .modal_home .main-title__eyebrow:after {
    width: 70px;
  }
  /* .modal_home .row_popup {
      margin-top: 20px;
      flex-direction: column;
    }
    .modal_home .row_popup .col_popup {
      width: 100%;
    } */
  .modal_home .row_popup {
    gap: 10px;
    margin-top: 20px;
    flex-direction: column;
  }
  .modal_home .row_popup .col_popup h4 {
    padding: 12px;
    font-size: 17px;
    line-height: 22px;
  }
  .modal_home .row_popup .col_popup {
    width: 100%;
  }
  .custom-model-wrap {
    padding: 40px 18px;
    height: 100%;
  }
  .model-open .custom-model-inner_mod {
    height: 78vh;
  }
  .pop-up-content-wrap {
    height: 100%;
  }
}
.application .header {
  height: 100px !important;
}

.application .header__logo {
  position: relative;
  width: 106px !important;
}
.application .header__logo .logo_light_header,
.application .header__logo .logo_dark_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s ease;
}

.application .header__logo .logo_dark_header {
  opacity: 0;
}
.application .header.is-dark .header__logo .logo_light_header {
  opacity: 0;
}

.application .header.is-dark .header__logo .logo_dark_header {
  opacity: 1;
}
.application .header.is-dark.menu_opened .header__logo .logo_light_header {
  opacity: 1;
}
.application .header.is-dark.menu_opened .header__logo .logo_dark_header {
  opacity: 0;
}
.bg-dark .application .header.is-dark .header__logo .logo_light_header {
  opacity: 1;
}
.bg-dark .application .header.is-dark .header__logo .logo_dark_header {
  opacity: 0;
}

/* new task ms-103 */
ol,
ul,
li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer__logos {
  position: relative;
  top: -35px;
  margin-bottom: -35px;
  display: flex;
  align-items: center;
  width: 75%;
  margin-left: auto;
  justify-content: flex-end;
}
.footer__logos .list_logos_footer {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.footer__logos .list_logos_footer img {
  height: 65px;
  width: auto;
  border-radius: 16px;
}
@media (max-width: 1279px) {
  .footer__logos {
    width: 100%;
    top: inherit;
    margin-bottom: inherit;
    justify-content: center;
    margin: 0px auto;
    margin-top: 32px;
  }
  .footer__logos .list_logos_footer {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer__logos {
    margin-bottom: 32px;
  }
}

div#trustscore-widget {
  bottom: 39px;
  position: fixed;
  left: 1px;
  z-index: 1;
}

/* new style ticket mp-111  */
.section__map * {
  font-family: Muli, sans-serif;
}
.section__map .title {
  color: #032c42 !important;
  margin-bottom: 20px !important;
}
.section__map .two-halves__img {
  height: fit-content !important;
  padding: 0px !important;
}
.section__map .two-halves__img img {
  height: fit-content !important;
  object-fit: inherit !important;
  position: relative !important;
}
.bottom_img_map {
  display: flex;
  gap: 10px;
  width: 80%;
  margin-top: 24px;
}
.bottom_img_map .logo_bottom_map {
  width: 48px;
  height: 48px;
}
.bottom_img_map .logo_bottom_map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bottom_img_map .text_bottom_map span {
  font-size: 15px;
  color: #032c42;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.bottom_img_map .text_bottom_map p {
  font-size: 13px !important;
  color: #032c42 !important;
  line-height: 14px !important;
  margin-bottom: 8px !important;
  font-family: Muli, sans-serif !important;
}

.list_count {
  counter-reset: my-awesome-counter;
}
.list_count .list_map {
  font-family: Muli, sans-serif !important;
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
  counter-increment: my-awesome-counter;
}
.list_count .list_map::before {
  position: absolute;
  left: 0;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #021621;
  background-color: #215b7b;
  color: #fff;
  content: counter(my-awesome-counter) "";
}
.list_count .list_map .servicepoint_title {
  font-size: 15px;
  color: #032c42;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.list_count .list_map p {
  font-size: 13px !important;
  color: #032c42 !important;
  line-height: 14px !important;
  margin-bottom: 8px !important;
  font-family: Muli, sans-serif !important;
}
.align_self_top {
  align-self: auto !important;
}
@media (max-width: 1023px) {
  .bottom_img_map {
    width: 100%;
  }
}