.page-template-page-security h1,
.page-template-page-security h2,
.page-template-page-security h3,
.page-template-page-security h4,
.page-template-page-security h5,
.page-template-page-security h6 {
  font-family: "Roboto", sans-serif;
}

.security--intro {
  padding-top: 60px;
}

.security--content a {
  color: #3BAE5B;
}

.security--content a:hover {
  color: #2F8B49;
}

.intro.security {
  background-position: center !important;
  background-size: cover !important;
  background-attachment: initial !important;
  background-image: url("../img/bg3.jpg");
}

.securityHead {
  padding: 70px 0;
}

.securityHead .section-name {
  padding-bottom: 10px;
}

.securityHead p {
  font-size: 16px;
}

.securityImg {
  height: 110px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.securityImg.hipaa a {
  width: 104px !important;
}

.securityList article > h3 {
  font-weight: 400;
  display: block;
  font-size: 17px;
  line-height: 15px;
  margin: 0;
  padding-bottom: 10px;
}

.securityList article > h3:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #e2e2e2;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: -8px;
  top: 0px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: "ease-in-out";
}

.securityList article > div {
  font-weight: 400;
  display: block;
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 10px;
}

.securityList article > div:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #e2e2e2;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: -8px;
  top: 0px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: "ease-in-out";
}

.securityList article,
.securityList .article {
  color: #000;
  padding: 0 15px 0 30px;
  border-left: 2px solid #e2e2e2;
  position: relative;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: "ease-in-out";
}

.securityList article:hover > span:after,
.securityList .article:hover > span:after {
  background: #3BAE5B;
}

/*.securityList article:hover {
    border-left: 2px solid $primary;
}*/

.securityList article > .title,
.securityList .article > .title {
  font-size: 27px;
  color: #3BAE5B;
  margin: 0;
  line-height: 28px;
  height: 150px;
}

.securityList article > p {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.securityList article > .title:after,
.securityList .article > .title:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #3BAE5B;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: -8px;
  top: 0px;
}

.lastArticle {
  border-left: 2px solid transparent !important;
  margin-top: -4px;
}

.extra-security__title {
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  line-height: 28px;
  /*color: $primary;*/
  padding-bottom: 10px;
  display: inline;
  /*text-transform: uppercase;*/
}

.extra-security .section-name + p {
  margin-bottom: 60px;
}

.extra-security__content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.extra-security__img {
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 250px;
  z-index: 1;
  text-align: center;
}

.extra-security__img > img {
  bottom: 0;
  top: 80px;
  right: 0;
  left: 0;
  margin: auto 0;
  max-height: 500px;
  width: auto;
  position: absolute;
}

.extra-security__link {
  font-size: 15px;
  text-decoration: underline;
  font-weight: 400;
  margin: 1.5em 0 0;
  display: inline-block;
}

.section-name + p.old {
  font-size: 19px;
  line-height: 31px;
}

.main-menu-wrap,
.navbar.custom-navbar {
  display: none !important;
}

.header,
.offcanvas-footer {
  -webkit-font-smoothing: antialiased;
}

.header .btn-check + .btn:hover,
.offcanvas-footer .btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.header .btn:focus-visible,
.offcanvas-footer .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.header .btn-check:focus-visible + .btn,
.offcanvas-footer .btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.header .btn-check:checked + .btn,
.header :not(.btn-check) + .btn:active,
.header .btn:first-child:active,
.header .btn.active,
.header .btn.show,
.offcanvas-footer .btn-check:checked + .btn,
.offcanvas-footer :not(.btn-check) + .btn:active,
.offcanvas-footer .btn:first-child:active,
.offcanvas-footer .btn.active,
.offcanvas-footer .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.header .btn-check:checked + .btn:focus-visible,
.header :not(.btn-check) + .btn:active:focus-visible,
.header .btn:first-child:active:focus-visible,
.header .btn.active:focus-visible,
.header .btn.show:focus-visible,
.offcanvas-footer .btn-check:checked + .btn:focus-visible,
.offcanvas-footer :not(.btn-check) + .btn:active:focus-visible,
.offcanvas-footer .btn:first-child:active:focus-visible,
.offcanvas-footer .btn.active:focus-visible,
.offcanvas-footer .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.header .btn-check:checked:focus-visible + .btn,
.offcanvas-footer .btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.header .btn:disabled,
.header .btn.disabled,
.header fieldset:disabled .btn,
.offcanvas-footer .btn:disabled,
.offcanvas-footer .btn.disabled,
.offcanvas-footer fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.header .btn-primary,
.offcanvas-footer .btn-primary {
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 9px;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 20px;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-radius: 22px;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  --bs-btn-color: #000;
  --bs-btn-bg: #70EB94;
  --bs-btn-border-color: #70EB94;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #85eea4;
  --bs-btn-hover-border-color: #7eed9f;
  --bs-btn-focus-shadow-rgb: 95, 200, 126;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8defa9;
  --bs-btn-active-border-color: #7eed9f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #70EB94;
  --bs-btn-disabled-border-color: #70EB94;
  position: relative;
  z-index: 0;
  font: 600 16px/24px Montserrat, sans-serif;
  box-shadow: none;
  overflow: hidden;
}

.header .btn:hover:after,
.offcanvas-footer .btn:hover:after {
  opacity: 1;
}

.header .btn:after,
.offcanvas-footer .btn:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background: linear-gradient(77deg, #f0f5b3 -71.32%, #93f6a4 4.91%, #cbd2ff 78.55%);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.header a:hover,
.offcanvas-footer a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.header .btn:hover,
.offcanvas-footer .btn:hover {
  color: #022e34 !important;
  background-color: #85eea4 !important;
  border-color: #7eed9f !important;
}

.header .btn:hover,
.offcanvas-footer .btn:hover {
  --bs-btn-hover-color: #022E34 !important;
  --bs-btn-active-color: #022E34 !important;
}

.header .btn-sm,
.offcanvas-footer .btn-sm {
  --bs-btn-padding-y: 5px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 20px;
}

.btn-primary:focus {
  background: #70EB94 !important;
  border-color: #70EB94 !important;
}

.page-template-page-security .modal.fade.custom-m.pop-up.show,
.page-template-page-security .modal.fade.pop-up-thnx.show {
  opacity: 1;
  overflow: auto;
}

.page-template-page-security .modal:after {
  display: none;
}

.header--brand a:hover,
.header--brand a:focus {
  color: initial;
}

.footer--logo:hover {
  color: #fff;
}

@media (min-width: 1024px) {
  .security--intro {
    padding-top: 92px;
  }
}

@media (max-width: 1800px) {
  .extra-security__img {
    left: 5%;
  }
}

@media (max-width: 1360px) {
  .extra-security__img > img {
    max-height: 400px;
  }
}

@media (max-width: 1359px) {
  .securityList article > .title {
    font-size: 21px;
  }
}

@media (max-width: 1199px) {
  .extra-security__img {
    margin: 0 auto 70px;
  }
}

@media (max-width: 1090px) {
  .securityList .col-md-4 {
    float: none;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .securityList article > .title {
    font-size: 27px;
  }
}