@charset "UTF-8";
:root {
  --header-height: 120px;
  --footer-height: 610px;
}

:root {
  --header-height: 120px;
  --footer-height: 610px;
}

body {
  font-family: "Open Sans", sans-serif;
}
body.fixed-header {
  margin-top: 120px;
}

body.page-template-new-design {
  font-family: "Open Sans", sans-serif !important;
}
body.page-template-new-design a {
  font-family: "Open Sans", sans-serif !important;
}

.no-scroll {
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.icon-arrow-left:before {
  content: "\e94a";
  font-weight: 400;
}

.icon-arrow-right:before {
  content: "\e94b";
  font-weight: 400;
}

.icon-chevron-left:before {
  content: "\e94c";
  color: #244260;
}

.icon-chevron-right:before {
  content: "\e94d";
  color: #244260;
}

.icon-chevron-down:before {
  content: "\e94e";
  color: #244260;
}

.icon-chevron-up:before {
  content: "\e94f";
  color: #244260;
}

.icon-checkbox:before {
  content: "\e952";
}

.aml-duplicated-slide {
  visibility: hidden !important;
}

.icon-wrap {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.aml-post-duplicated-slide {
  visibility: hidden !important;
}
@media (min-width: 769px) {
  .aml-post-duplicated-slide {
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 1199px) {
  .aml-duplicated-slide-1 {
    display: none !important;
  }
}

@media (min-width: 551px) {
  .aml-brand-duplicated-slide {
    display: none !important;
  }
}

.aml-youtube {
  position: relative;
  width: 500px;
  height: 300px;
}

.aml-light-bg {
  background: #F6F8F6;
}

.aml-dark {
  background: #244260;
}

.aml-dark-gr {
  background: linear-gradient(77.81deg, #0E3250 9.58%, #003A74 50.95%, #009B7C 99.54%, #67C084 118.6%), #244260;
}

.aml-dark-gr2 {
  background: linear-gradient(86.01deg, #0E3250 -74.41%, #003A74 7.86%, #009B7C 104.48%, #67C084 142.38%);
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-mouse {
  0% {
    transform: translateY(-7px);
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  15% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(4px);
  }
  80% {
    transform: translateY(4px);
    visibility: hidden;
  }
  100% {
    transform: translateY(4px);
    visibility: hidden;
  }
}
@media (min-width: 991px) {
  .no-padding-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.content-style-1, .aml-accordion .accordion-item .content, p, ul, ol, ul li, ol li, blockquote {
  font-family: "Open Sans", sans-serif !important;
  color: #244260;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.content-style-2, a.small, a.aml-link.small, p.small, ul.small, ol.small, ul li.small, ol li.small, blockquote.small {
  font-size: 14px;
  line-height: 140%;
}

h1, h1.title-h1, h2, h2.title-h2, h3, h3.title-h3, h4, h4.title-h4 {
  font-family: "Open Sans", sans-serif !important;
  color: #244260;
  line-height: 120%;
  margin: 0;
}

h2, h2.title-h2, h3, h3.title-h3, h4, h4.title-h4 {
  font-weight: 700;
}

h1, h1.title-h1, .et_builder_inner_content h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
}

h2, h2.title-h2, .et_builder_inner_content h2 {
  font-weight: 300;
  font-size: 32px;
}

h3, h3.title-h3, .et_builder_inner_content h3 {
  font-size: 24px;
  line-height: 130%;
}

h4.title-h4, .et_builder_inner_content h4 {
  font-size: 18px;
  line-height: 140%;
}

p, ul, ol, ul li, ol li, blockquote {
  padding-bottom: 0;
  margin: 0;
}
a, a.aml-link {
  font-family: "Open Sans", sans-serif !important;
  color: #3FA590;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}
a:hover, a:active, a:focus, a.aml-link:hover, a.aml-link:active, a.aml-link:focus {
  text-decoration: none;
  color: #3FA590;
}

.aml-link {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.aml-simple-text {
  padding: 60px 0;
}
.aml-simple-text.aml-light-bg {
  background-color: #F6F8F6;
  border-top: 1px solid #e8ede8;
}
.aml-simple-text.light-text * {
  color: #fff;
}

p a, span a {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
}
p a:hover, span a:hover {
  font-weight: 700 !important;
}
p a:hover *, span a:hover * {
  font-weight: 700 !important;
}

@media (max-width: 550px) {
  h1, h1.title-h1, .et_builder_inner_content h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2, h2.title-h2, .et_builder_inner_content h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3, h3.title-h3, .et_builder_inner_content h3 {
    font-size: 18.66px;
    line-height: 28px;
  }

  h4, h4.title-h4, .et_builder_inner_content h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.btn, .btn-style-2, .btn-style-3, .btn-style-1 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  font-size: 18.66px;
  line-height: 28px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 22px;
  display: inline-block;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 32px;
  border: 2px solid #3FA590;
  transition: 0.5s;
  cursor: pointer;
}
.btn.disabled, .disabled.btn-style-2, .disabled.btn-style-3, .disabled.btn-style-1 {
  background-color: #00CCA3;
  border-color: #00CCA3;
}
.btn:hover, .btn-style-2:hover, .btn-style-3:hover, .btn-style-1:hover {
  background-color: #008066;
  border-color: #008066;
}
.btn:active, .btn-style-2:active, .btn-style-3:active, .btn-style-1:active, .btn:focus, .btn-style-2:focus, .btn-style-3:focus, .btn-style-1:focus {
  background-color: #00CCA3;
  border-color: #00CCA3;
}
.btn:hover, .btn-style-2:hover, .btn-style-3:hover, .btn-style-1:hover, .btn:active, .btn-style-2:active, .btn-style-3:active, .btn-style-1:active, .btn:focus, .btn-style-2:focus, .btn-style-3:focus, .btn-style-1:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.btn.underline, .underline.btn-style-2, .underline.btn-style-3, .underline.btn-style-1 {
  text-decoration: underline;
}

.btn-style-1 {
  color: #FFFFFF;
  background-color: #3FA590;
}
.btn-style-1:hover {
  color: #FFFFFF;
}

.btn-style-2, .btn-style-3 {
  background-color: #FFFFFF;
  color: #3FA590;
}
.btn-style-2:hover, .btn-style-3:hover {
  background-color: #FFFFFF;
  color: #008066;
}

.btn-style-3 {
  border-color: #FFFFFF;
}
.btn-style-3:hover {
  border-color: #FFFFFF;
}

.aml-scroll-animation-btn {
  width: 28px;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 14px);
}
.aml-scroll-animation-btn .mouse {
  width: 100%;
  height: 40px;
  border-radius: 24px;
  border: 2.5px solid #FFFFFF;
  margin-bottom: 7px;
}
.aml-scroll-animation-btn .mouse .rect {
  width: 4px;
  height: 12px;
  background-color: #fff;
  border-radius: 8px;
  margin: 5px auto;
  animation: slide-mouse 3.6s ease-in 1s infinite;
}
.aml-scroll-animation-btn .icon {
  text-align: center;
  width: 16px;
  height: 10px;
  line-height: 0;
  margin: 0 auto;
  animation: blinker 2s ease-in-out 1s infinite;
}
.aml-scroll-animation-btn .icon:before {
  color: #fff;
}

.btn-round-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.btn-round-icon.icon-arrow-right:before, .btn-round-icon.icon-arrow-left:before {
  font-size: 14px;
}
.btn-round-icon:hover {
  color: #008066;
}
.btn-round-icon:hover:before {
  color: #008066;
}
.btn-round-icon.dark-color {
  border-color: #3FA590;
}
.btn-round-icon.dark-color:before {
  color: #3FA590;
}
.btn-round-icon.dark-color:hover {
  color: #008066;
  border-color: #008066;
}
.btn-round-icon.dark-color:hover:before {
  color: #008066;
}
.btn-round-icon.dark-color:hover.dark-filled {
  background-color: #008066;
  border-color: #008066;
}
.btn-round-icon.dark-color:hover.dark-filled:active, .btn-round-icon.dark-color:hover.dark-filled:focus {
  background-color: #81C79C;
  border-color: #81C79C;
}
.btn-round-icon.dark-color.dark-filled {
  background-color: #3FA590;
}
.btn-round-icon.dark-color.dark-filled:before {
  color: #FFFFFF;
}
.btn-round-icon.black-color {
  border-color: #333;
}
.btn-round-icon.black-color:before {
  color: #333;
}
.btn-round-icon.black-color:hover {
  opacity: 0.8;
}
.btn-round-icon.large-size {
  width: 80px;
  height: 80px;
  font-size: 20px;
}
.btn-round-icon:before {
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-round-icon.fixed-btn {
  position: fixed;
  z-index: 50;
  bottom: 50px;
  right: 30px;
  left: auto;
}
body:not(.page-scrolled) .btn-round-icon.fixed-btn {
  display: none;
}

.btn-linkedin {
  background-color: #FFFFFF;
  font-family: "Open Sans", sans-serif !important;
  padding: 13.7px 31px;
  color: #3FA590;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 32px;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active {
  text-decoration: none;
  color: #008066;
}
.btn-linkedin:hover .icon:before, .btn-linkedin:focus .icon:before, .btn-linkedin:active .icon:before {
  color: #008066;
}
.btn-linkedin .icon:before {
  color: #3FA590;
}
.btn-linkedin .icon:after {
  content: "";
  background: #3FA590;
  opacity: 0.4;
  height: 28px;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 7px;
}

.et_pb_module_inner p a {
  text-decoration: underline;
  font-size: 18px;
}

p a {
  color: #244260;
}
p a:hover, p a:focus, p a:active {
  color: #244260;
}

.aml-pager-links {
  padding: 53.5px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aml-pager-links.only-next-active {
  justify-content: end;
}
.aml-pager-links a {
  font-family: "Open Sans", sans-serif !important;
  font-style: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3FA590;
}
.aml-pager-links a:hover, .aml-pager-links a:focus, .aml-pager-links a:active {
  text-decoration: none;
  color: #3FA590;
  opacity: 0.8;
}
.aml-pager-links a[rel=prev]:before {
  content: "\e94c";
  font-family: "amerilife-font";
  color: #3FA590;
  font-size: 12px;
  margin-right: 10px;
}
.aml-pager-links a[rel=next]:after {
  content: "\e94d";
  font-family: "amerilife-font";
  color: #3FA590;
  font-size: 12px;
  margin-left: 10px;
}

.play-btn {
  width: 80px;
  height: 80px;
  background-color: #3FA590;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.play-btn:before {
  content: "\e953";
  font-family: "amerilife-font";
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-37%, -50%);
  font-size: 34px;
  width: 29px;
  height: 34px;
  line-height: 1;
}
.play-btn:hover {
  background-color: #008066;
}
.play-btn.disabled {
  background-color: #9ed1c7;
}
.play-btn:active, .play-btn:focus {
  background-color: #81C79C;
}

.list ul, .aml-complex-text ul, .aml-banner-icons.grid-icons.cards-style ul {
  padding-left: 20px;
  margin-top: 10px;
}
.list ul li, .aml-complex-text ul li, .aml-banner-icons.grid-icons.cards-style ul li {
  position: relative;
  margin-bottom: 10px;
}
.list ul li:before, .aml-complex-text ul li:before, .aml-banner-icons.grid-icons.cards-style ul li:before {
  content: "";
  font-family: "amerilife-font";
  display: inline-block;
  background-image: url(../img/star-icon.png);
  background-repeat: no-repeat;
  transform: translateX(-100%);
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
}
.list ul li:last-child, .aml-complex-text ul li:last-child, .aml-banner-icons.grid-icons.cards-style ul li:last-child {
  margin-bottom: 0;
}
.list ol, .aml-complex-text ol, .aml-banner-icons.grid-icons.cards-style ol {
  padding-left: 20px;
  margin-top: 10px;
}
.list ol li, .aml-complex-text ol li, .aml-banner-icons.grid-icons.cards-style ol li {
  margin-bottom: 10px;
}

.overlay {
  position: relative;
}
.overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.overlay:before {
  background: linear-gradient(76.17deg, #0e3250 22.96%, #003a74d9 39.11%, #009b7c73 73.34%, #67c084bf 88.48%);
}
.overlay-style-2:before {
  background: linear-gradient(76.17deg, #0E3250 22.96%, #003A74 39.11%, #009B7C 73.34%, #67C084 88.48%);
  opacity: 0.8;
}
.overlay-style-3:before {
  background: linear-gradient(90deg, whitesmoke, rgba(239, 239, 239, 0.82));
}
.overlay-custom:before {
  opacity: 1;
}

.aml-main-header {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 9;
}
.aml-main-header span {
  margin-bottom: 0;
}
.aml-main-header ul {
  margin-top: 0;
}
.aml-main-header.fixed {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  transition: transform 0.5s;
  transform: translateY(0);
}
.admin-bar .aml-main-header.fixed {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .aml-main-header.fixed {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar.page-scrolled .aml-main-header.fixed {
    top: 0;
  }
}
.aml-main-header.fixed.scroll-up {
  transform: translateY(-100%);
}
.aml-main-header .mobile-menu-toggle {
  font-size: 22px;
  width: 18px;
  height: 18px;
}
.aml-main-header .icon-magnifying-glass {
  font-size: 22px;
  width: 18px;
  height: 18px;
}
.aml-main-header .icon-magnifying-glass:before {
  vertical-align: middle;
}
.aml-main-header > .container {
  display: flex;
  flex-wrap: wrap;
}
.aml-main-header .logo-wrap {
  width: 18%;
}
.aml-main-header .logo-wrap .mobile-menu-toggle {
  cursor: pointer;
  display: none;
}
.aml-main-header .logo-wrap .mobile-menu-toggle:before {
  content: "\e947";
  font-family: "amerilife-font";
  line-height: 0;
  vertical-align: middle;
  color: #244260;
}
.aml-main-header .logo-wrap .toggle-wrap {
  display: none;
}
.aml-main-header .logo-wrap a {
  padding: 4px;
  display: inline-block;
}
.aml-main-header .nav-wrap {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.aml-main-header .nav-wrap .menu > .menu-item > .sub-menu {
  transform: translateX(-10px);
}
.aml-main-header .nav-wrap .menu-items {
  width: 95%;
  text-align: right;
}
.aml-main-header .nav-wrap .menu-items .menu-item {
  display: inline-block;
  position: relative;
}
.aml-main-header .nav-wrap .menu-items .menu-item:hover.aml-menu-item-has-children.aml-menu-item-has-children > .menu-icon:before, .aml-main-header .nav-wrap .menu-items .menu-item:active.aml-menu-item-has-children.aml-menu-item-has-children > .menu-icon:before, .aml-main-header .nav-wrap .menu-items .menu-item:focus.aml-menu-item-has-children.aml-menu-item-has-children > .menu-icon:before {
  content: "\e94f";
  color: #008066;
}
.aml-main-header .nav-wrap .menu-items .menu-item:hover.aml-menu-item-has-children > a, .aml-main-header .nav-wrap .menu-items .menu-item:active.aml-menu-item-has-children > a, .aml-main-header .nav-wrap .menu-items .menu-item:focus.aml-menu-item-has-children > a {
  color: #008066;
}
.aml-main-header .nav-wrap .menu-items .menu-item:hover > .sub-menu, .aml-main-header .nav-wrap .menu-items .menu-item:active > .sub-menu, .aml-main-header .nav-wrap .menu-items .menu-item:focus > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children .menu-icon {
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: -15px;
  margin-bottom: 0;
}
.aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children .menu-icon:before {
  font-size: 12px;
}
.aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children .sub-menu .menu-icon {
  margin-left: -10px;
}
.aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children .sub-menu .menu-icon:before {
  content: "\e94d";
}
.aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children .aml-menu-item-has-children:hover > .menu-icon:before {
  content: "\e94d";
  color: #008066;
}
.aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children .aml-menu-item-has-children > .sub-menu {
  padding: 26px 0;
  left: 100%;
  top: -26px;
}
.aml-main-header .nav-wrap .menu-items .menu-item a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18.66px;
  line-height: 140%;
  margin: 0 14px;
  color: #244260;
  font-weight: 400;
  white-space: nowrap;
  display: inline-block;
}
.aml-main-header .nav-wrap .menu-items .menu-item a:hover, .aml-main-header .nav-wrap .menu-items .menu-item a:active, .aml-main-header .nav-wrap .menu-items .menu-item a:focus {
  text-decoration: none;
  color: #008066;
}
.aml-main-header .nav-wrap .menu-items .menu-item .sub-menu a {
  margin: 0 14.8px;
}
.aml-main-header .nav-wrap .menu-items .menu-item > .sub-menu {
  position: absolute;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  padding: 35px 0 22px 0;
  min-width: 170px;
}
.aml-main-header .nav-wrap .menu-items .menu-item > .sub-menu .menu-item a {
  padding: 0 10px;
}
.aml-main-header .nav-wrap .menu-items .menu-item > .sub-menu .aml-menu-item-has-children > a {
  margin-right: 0;
}
.aml-main-header .nav-wrap .menu-items .menu-item > .sub-menu > .menu-item {
  display: block;
  margin-bottom: 10px;
}
.aml-main-header .nav-wrap .menu-items .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
  margin-bottom: 13px;
}
.aml-main-header .nav-wrap .menu-items .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item:last-child {
  margin-bottom: 0;
}
.aml-main-header .nav-wrap .menu-items .menu-item > .sub-menu > .menu-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.aml-main-header .nav-wrap .menu-main-new-menu-container > .menu {
  margin-bottom: 0 !important;
  margin-top: 0;
}
.aml-main-header .menu-wrap {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.aml-main-header .searh-icon-container {
  width: 5%;
  display: flex;
  justify-content: right;
}
.aml-main-header .icon-wrap {
  width: 28px;
  height: 28px;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}
.aml-main-header .icon-wrap.active span:before {
  color: #3FA590;
}
.aml-main-header .icon-wrap > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aml-main-header .icon-wrap .icon-search {
  color: #244260;
}
.aml-main-header .icon-wrap .icon-search:before {
  color: #244260;
}

.aml-top-bar {
  background-color: #3FA590;
  padding: 7px 0;
  position: relative;
  z-index: 99;
}
.aml-top-bar .wrap {
  text-align: right;
}
.aml-top-bar .wrap > * {
  display: inline-block;
}
.aml-top-bar .contact-link {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  text-decoration: underline;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  cursor: pointer;
}
.aml-top-bar .contact-link:hover {
  color: #244260;
}
.aml-top-bar .contact-link.disabled {
  opacity: 0.5;
  color: #FFFFFF;
  pointer-events: none;
}
.aml-top-bar .et-social-icons {
  text-align: right;
  float: none;
  margin-bottom: 0 !important;
  margin-top: 0;
}
.aml-top-bar .et-social-icons:after {
  content: "";
  width: 1px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px;
  background-color: #FFFFFF;
  opacity: 0.4;
}
.aml-top-bar .et-social-icons .social-icon-item {
  margin-left: 10px;
  margin-bottom: 0;
}
.aml-top-bar .et-social-icons .social-icon-item a {
  line-height: 1;
}
.aml-top-bar .et-social-icons .social-icon-item a:before {
  color: #FFFFFF;
}
.aml-top-bar .et-social-icons .social-icon-item a:hover {
  opacity: 1;
}
.aml-top-bar .et-social-icons .social-icon-item a:hover:before {
  color: #244260;
}
.aml-top-bar .et-social-icons .social-icon-item a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.aml-top-bar .et-social-icons .social-icon-item a.disabled:before {
  color: #FFFFFF;
}

.aml-search-form {
  position: absolute;
  background-color: #FCFDFD;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  bottom: 0;
  height: 96px;
  display: flex;
  align-items: center;
  border-top: 1px solid #EBEDEF;
  transform: translateY(100%);
  z-index: -1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.aml-search-form form {
  position: relative;
}
.aml-search-form ::placeholder {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  color: #65778B;
  font-weight: 400;
}
.aml-search-form.active {
  z-index: 9;
  opacity: 1;
  visibility: visible;
}
.aml-search-form .icon-clear-field {
  position: absolute;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.aml-search-form .icon-clear-field:hover .icon-circle-xmark:before {
  color: #3FA590;
}
.aml-search-form .search-field {
  border: none;
  font-weight: 700;
  font-size: 32px;
  color: #244260;
  font-family: "Open Sans", sans-serif;
  width: 90%;
}
.aml-search-form .search-field:not(:placeholder-shown) ~ .icon-clear-field {
  opacity: 1;
}
.aml-search-form .search-field:focus {
  color: #244260;
}
.aml-search-form .search-field:focus ~ .btn-round-icon {
  opacity: 1;
  z-index: 9;
}
.aml-search-form .search-field:focus ~ .icon-clear-field {
  opacity: 0;
  z-index: 1;
}
.aml-search-form form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aml-search-form form.focused .btn-round-icon:hover {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9;
}
.aml-search-form .btn-round-icon {
  background-color: #3FA590;
  color: #FFFFFF;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  transition: opacity 0.5s;
  opacity: 0;
  font-size: 14px;
}
.aml-search-form .btn-round-icon:hover {
  background-color: #008066;
}
.aml-search-form .btn-round-icon:before {
  color: #FFFFFF;
}

.aml-search-page {
  padding: 0 0 80px 0;
}
.aml-search-page a {
  font-family: "Open Sans", sans-serif !important;
}
.aml-search-page .navigation.pagination {
  margin-top: 45px;
  display: block;
  text-align: center;
}

@media (max-width: 1200px) {
  .aml-main-header .icon-wrap {
    margin-left: 2px;
  }
  .aml-main-header .logo-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .aml-main-header .logo-wrap .toggle-wrap {
    display: flex;
    align-items: center;
  }
  .aml-main-header .logo-wrap .mobile-menu-toggle {
    display: flex;
  }
  .aml-main-header > .container {
    position: static;
  }
  .aml-main-header .nav-wrap {
    position: absolute;
    top: 119px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transform: translateX(-200%);
    transition: 0.5s;
    visibility: hidden;
    border-top: 1px solid #cccccc59;
  }
  .aml-main-header .nav-wrap .menu-items, .aml-main-header .nav-wrap .et-social-icons {
    width: 100%;
  }
  .aml-main-header .nav-wrap .menu-items {
    text-align: center;
    overflow-y: auto;
    max-height: 70vh;
    padding-top: 0;
  }
  .aml-main-header .nav-wrap .menu-items .menu > .menu-item > a {
    font-weight: 700;
    margin: 0;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item {
    display: block;
    border-bottom: 1px solid #EBEDEF;
    margin-bottom: 0 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item a {
    padding: 11px 0;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item:hover > a {
    color: #244260;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item:hover.aml-menu-item-has-children:hover > a {
    color: #244260;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item:hover.aml-menu-item-has-children:hover > .menu-icon:before {
    content: "\e94e";
    color: #244260;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item:hover.aml-menu-item-has-children:hover .aml-menu-item-has-children > .menu-icon:before {
    content: "\e94e";
    color: #244260;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children > .menu-icon {
    width: 25px;
    margin-left: 0;
    -webkit-tap-highlight-color: transparent;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children .sub-menu .menu-icon {
    margin-left: 0;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children .sub-menu .menu-icon:before {
    content: "\e94e";
  }
  .aml-main-header .nav-wrap .menu-items .menu-item:last-child a {
    margin-right: 14px;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children > .sub-menu {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children > .sub-menu > .menu-item:first-child {
    border-top: 1px solid #EBEDEF;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children .aml-menu-item-has-children > .sub-menu {
    padding: 0;
    margin: 0;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children.open-sub-menu {
    padding-bottom: 0;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children.open-sub-menu.aml-menu-item-has-children > a {
    color: #008066;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item.aml-menu-item-has-children.open-sub-menu.aml-menu-item-has-children > .menu-icon:before {
    content: "\e94f";
    color: #008066;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item > .sub-menu {
    position: static;
    text-align: center;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    height: 0;
    transform: translateX(-100%);
    transition: 0.5s;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item > .sub-menu .menu-item a {
    padding: 11px 0;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item > .sub-menu .aml-menu-item-has-children > a {
    margin: 0;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item.open-sub-menu.aml-menu-item-has-children > a {
    color: #008066;
    font-weight: 700;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item.open-sub-menu.aml-menu-item-has-children > .menu-icon:before {
    content: "\e94f" !important;
    color: #008066 !important;
  }
  .aml-main-header .nav-wrap .menu-items .menu-item.open-sub-menu > .sub-menu {
    height: 100%;
    transform: translateX(0);
  }
  .aml-main-header .nav-wrap .et-social-icons {
    text-align: center;
  }
  .aml-main-header .nav-wrap .et-social-icons:after {
    margin: 0 5px;
  }
  .aml-main-header .nav-wrap .icon-wrap {
    display: none;
  }
  .aml-main-header.active-mobile-menu .nav-wrap {
    transform: translateX(0);
    visibility: visible;
    align-items: flex-start;
  }
  .aml-main-header.active-mobile-menu .mobile-menu-toggle:before {
    content: "\e946";
  }

  .aml-top-bar .wrap {
    display: flex;
    justify-content: space-between;
  }
  .aml-top-bar .et-social-icons:after {
    content: none;
    margin: 0 10px;
  }
  .aml-top-bar .et-social-icons .social-icon-item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .aml-search-form ::placeholder {
    font-size: 24px;
  }
  .aml-search-form .search-field {
    font-size: 24px;
  }
}
.aml-main-footer {
  background-color: #244260;
  padding: 70px 0;
}
.aml-main-footer .row {
  clear: both;
}
.aml-main-footer .logo-wrap {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
}
.aml-main-footer .menu-wrap {
  margin-top: 40px;
}
.aml-main-footer .menu-wrap .widget-title {
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 140%;
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 20px;
}
.aml-main-footer .menu-wrap .menu-item {
  display: block;
  margin-bottom: 20px;
}
.aml-main-footer .menu-wrap .menu-item a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 400;
  display: inline-block;
  text-decoration: underline;
  text-transform: capitalize;
}
.aml-main-footer .menu-wrap .menu-item a:hover {
  font-weight: 700;
}
.aml-main-footer .menu-wrap ul {
  margin-left: 0;
}
.aml-main-footer .copyright-wrap {
  margin-top: 50px;
}
.aml-main-footer .copyright-wrap a {
  text-decoration: underline;
}
.aml-main-footer .copyright-wrap a:hover {
  font-weight: 700;
}
.aml-main-footer .copyright-wrap .text {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 400;
}
.aml-main-footer .copyright-wrap .copyright-text {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .aml-main-footer {
    padding: 60px 0;
  }
  .aml-main-footer .widget_nav_menu {
    margin-bottom: 30px;
  }
  .aml-main-footer .copyright-wrap {
    margin-top: 30px;
  }
  .aml-main-footer .copyright-wrap .copyright-text {
    margin-bottom: 10px !important;
  }
  .aml-main-footer .copyright-wrap .text {
    display: inline-block;
    margin-bottom: 10px;
  }
  .aml-main-footer .menu-wrap .widget-title {
    padding-bottom: 10px;
  }
  .aml-main-footer .menu-wrap .menu-item {
    margin-bottom: 10px;
  }
}
@media (min-width: 551px) {
  .aml-main-footer .menu-footer-new-widget-area-1-container,
.aml-main-footer .menu-footer-new-widget-area-2-container {
    display: block !important;
  }
}
@media (max-width: 550px) {
  .aml-main-footer {
    padding: 35px 0 0;
  }
  .aml-main-footer .copyright-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .aml-main-footer .copyright-wrap * {
    width: 100%;
  }
  .aml-main-footer .copyright-wrap .column-1 {
    order: 3;
    background-color: #1D354D;
    padding: 6.5px 15px;
    text-align: center;
    margin-top: 30px;
  }
  .aml-main-footer .copyright-wrap .copyright-text {
    margin-top: 10px;
  }
  .aml-main-footer .logo-wrap {
    text-align: center;
    padding-bottom: 35px;
  }
  .aml-main-footer .menu-wrap {
    margin: 0;
  }
  .aml-main-footer .widget_nav_menu {
    padding-left: 0;
    padding-right: 0;
  }
  .aml-main-footer .widget_nav_menu:first-child, .aml-main-footer .widget_nav_menu:nth-child(2) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
  }
  .aml-main-footer .widget_nav_menu:first-child *[class*=menu-footer-new-widget], .aml-main-footer .widget_nav_menu:nth-child(2) *[class*=menu-footer-new-widget] {
    margin-top: 25px;
  }
  .aml-main-footer .widget_nav_menu:first-child *[class*=menu-footer-new-widget] .menu-item:last-child, .aml-main-footer .widget_nav_menu:nth-child(2) *[class*=menu-footer-new-widget] .menu-item:last-child {
    margin-bottom: 25px;
  }
  .aml-main-footer .widget_nav_menu:first-child .widget-title, .aml-main-footer .widget_nav_menu:nth-child(2) .widget-title {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .aml-main-footer .widget_nav_menu:first-child .widget-title:after, .aml-main-footer .widget_nav_menu:nth-child(2) .widget-title:after {
    content: "\e951";
    font-family: "amerilife-font";
    font-weight: 400;
    position: absolute;
    right: 0;
  }
  .aml-main-footer .widget_nav_menu:first-child .widget-title + *[class*=menu-footer-new-widget], .aml-main-footer .widget_nav_menu:nth-child(2) .widget-title + *[class*=menu-footer-new-widget] {
    display: none;
    margin-top: 0;
  }
  .aml-main-footer .widget_nav_menu:first-child .widget-title.active:after, .aml-main-footer .widget_nav_menu:nth-child(2) .widget-title.active:after {
    content: "\e950";
  }
  .aml-main-footer .widget_nav_menu:nth-child(2) + .widget_nav_menu {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.aml-banner-block {
  padding: 140px 0 120px;
  background-size: cover;
  overflow: hidden;
}
.aml-banner-block .subtitle-banner {
  color: #FFFFFF;
  margin-bottom: 0;
  padding-bottom: 0;
}
.aml-banner-block .title-banner {
  color: #FFFFFF;
  font-size: 193.719px;
  font-weight: 200;
  line-height: 0.82;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.aml-banner-block .title-banner.default-symbol:before {
  content: "";
  width: 141.15px;
  height: 136.43px;
  display: inline-block;
  border: 26.6054px solid #FFFFFF;
  border-radius: 50%;
}
.aml-banner-block .img-title {
  margin-bottom: 30px;
}
.aml-banner-block .icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.aml-banner-block .desc {
  margin-bottom: 25px;
  max-width: 545px;
}
.aml-banner-block .desc p {
  color: #FFFFFF;
}
.aml-banner-block.dark-text .subtitle-banner, .aml-banner-block.dark-text .title-banner, .aml-banner-block.dark-text .desc, .aml-banner-block.dark-text .desc * {
  color: #244260;
}
.aml-banner-block.dark-text .title-banner:before {
  border-color: #244260;
}
.aml-banner-block.dark-text .aml-scroll-animation-btn .mouse {
  border-color: #244260;
}
.aml-banner-block.dark-text .aml-scroll-animation-btn .rect {
  background-color: #244260;
}
.aml-banner-block.dark-text .aml-scroll-animation-btn .icon:before {
  color: #244260;
}
@media (min-width: 1200px) {
  .aml-banner-block.screen-height {
    height: calc(100vh - var(--header-height));
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1200px) and (max-height: 720px) {
  .aml-banner-block.screen-height .title-banner {
    font-size: 140px;
  }
  .aml-banner-block.screen-height .title-banner:before {
    width: 105.15px;
    height: 105.43px;
  }
}
@media (min-width: 1200px) and (max-height: 550px) {
  .aml-banner-block.screen-height .subtitle-banner {
    font-size: 24px;
  }
  .aml-banner-block.screen-height .title-banner {
    font-size: 85px;
  }
  .aml-banner-block.screen-height .title-banner:before {
    width: 65px;
    height: 65px;
    border-width: 19px;
  }
}
@media (min-width: 1200px) and (max-height: 500px) {
  .aml-banner-block.screen-height .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 1200px) and (max-height: 450px) {
  .aml-banner-block.screen-height .desc {
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 1200px) and (max-height: 400px) {
  .aml-banner-block.screen-height .desc {
    display: none;
  }
}

@media (max-width: 1199px) {
  .aml-banner-block .title-banner {
    font-size: 110px;
  }
  .aml-banner-block .title-banner.default-symbol:before {
    width: 80px;
    height: 80px;
    border-width: 20.6054px;
  }
}
@media (max-width: 767px) {
  .aml-banner-block .desc {
    max-width: 100%;
  }
  .aml-banner-block .subtitle-banner {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .aml-banner-block .title-banner {
    font-size: 54px;
  }
  .aml-banner-block .title-banner.default-symbol:before {
    width: 41px;
    height: 41px;
    border-width: 8.6054px;
  }
  .aml-banner-block .container {
    text-align: center;
  }
}
@media (max-width: 550px) {
  .aml-banner-block {
    padding-top: 40px;
  }
}
.aml-text-btn-block {
  padding: 86px 0;
  background-size: cover;
  background-position: center;
}
.aml-text-btn-block.light-text .title {
  color: #FFFFFF;
}
.aml-text-btn-block .btn-style-2, .aml-text-btn-block .btn-style-3 {
  border-color: #fff;
}
.aml-text-btn-block .container {
  text-align: center;
}
.aml-text-btn-block .title {
  margin-bottom: 24px;
  padding-bottom: 0;
  text-transform: capitalize;
}

.aml-our-leaders-wrap {
  background-color: #F6F8F6;
  padding: 65px 0 0;
  border-top: 1px solid #e8ede8;
  background-repeat: no-repeat;
  background-position: 100% -9%;
}
.aml-our-leaders-wrap .info-wrap {
  margin: 0 auto 75px;
}
.aml-our-leaders-wrap p {
  line-height: 140%;
}

.aml-leaders.small-container {
  max-width: 900px;
}
.aml-leaders .small-container.container {
  max-width: 900px;
}
.aml-leaders .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.aml-leaders .item {
  background-color: #FFFFFF;
  margin: 10px;
  width: 275px;
  position: relative;
  transition: 0.5s;
}
.aml-leaders .item .title {
  padding-bottom: 0;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
}
.aml-leaders .item .desc, .aml-leaders .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aml-leaders .item .desc {
  -webkit-line-clamp: 3;
}
.aml-leaders .item .desc.text-vertical-2 {
  -webkit-line-clamp: 2;
}
.aml-leaders .item:hover {
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1);
}
.aml-leaders .item:hover .aml-link {
  color: #008066;
}
.aml-leaders .item .img-block {
  width: 100%;
  height: 275px;
  background-size: cover;
  background-color: #ccc;
  background-position: center;
}
.aml-leaders .item .item-info {
  padding: 35px 20px 75px;
}
.aml-leaders .item .item-info .title {
  font-weight: 700;
  text-transform: capitalize;
}
.aml-leaders .item .link-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aml-leaders .item .aml-link {
  position: absolute;
  bottom: 25px;
  left: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  transition: color 0.5s;
}
.aml-leaders.style-2 {
  background-color: #F6F8F6;
  border-top: 1px solid #e8ede8;
  padding: 100px 0;
}
.aml-leaders.style-2 .main-title {
  text-align: center;
  margin-bottom: 45px;
}

.aml-info-banner {
  background-size: cover;
  padding: 130px 0;
  margin-top: 120px;
}
.aml-info-banner .title, .aml-info-banner .subtitle, .aml-info-banner .text, .aml-info-banner .text > * {
  color: #FFFFFF;
}
.aml-info-banner .subtitle {
  font-weight: 600;
  line-height: 48px;
}
.aml-info-banner .title {
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.aml-info-banner .text p {
  line-height: 27px;
  padding-bottom: 5px;
}
.aml-info-banner .text a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
  text-decoration: underline;
}
.aml-info-banner .text a:hover {
  font-weight: 700;
}
.aml-info-banner .img {
  margin-top: 15px;
  display: inline-block;
}

.aml-banner-leader {
  display: flex;
  flex-wrap: wrap;
}
.aml-banner-leader .img-wrap {
  background-size: cover;
  width: 50%;
  background-color: #ccc;
  background-position: center;
}
.aml-banner-leader .text-wrap {
  background: linear-gradient(77.81deg, #0E3250 9.58%, #003A74 50.95%, #009B7C 99.54%, #67C084 118.6%), #244260;
  width: 50%;
  padding: 105px 15px;
}
.aml-banner-leader .text-info {
  max-width: 480px;
  margin: 0 auto;
}
.aml-banner-leader .title {
  line-height: 48px;
  color: #FFFFFF;
  font-weight: 600;
}
.aml-banner-leader .subtitle {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 3px;
}
.aml-banner-leader .text {
  margin-top: 30px;
  margin-bottom: 50px;
}
.aml-banner-leader .text p {
  color: #FFFFFF;
}
.aml-banner-leader.style-2 .img-wrap {
  width: 398px;
  height: 531px;
  margin-top: 12px;
}
.aml-banner-leader.style-2 .text-wrap {
  width: 100%;
  padding: 70px 0 80px;
}
.aml-banner-leader.style-2 .text-info {
  margin-left: 55px;
  max-width: 100%;
  width: calc(100% - 453px);
}
.aml-banner-leader.style-2 .text-info .title {
  padding-bottom: 5px;
}
.aml-banner-leader.style-2 .text-info .subtitle {
  font-weight: 700;
}
.aml-banner-leader.style-2 .text-info .text p {
  margin-bottom: 33px !important;
}
.aml-banner-leader.style-2 .container {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .aml-banner-leader .img-wrap {
    width: 100%;
    height: 500px;
  }
  .aml-banner-leader .text-wrap {
    width: 100%;
  }
  .aml-banner-leader.style-2 .img-wrap {
    margin: 0 auto;
  }
  .aml-banner-leader.style-2 .text-info {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .aml-info-banner {
    padding: 70px 0;
    margin-top: 70px;
  }
}
@media (max-width: 550px) {
  .aml-leaders {
    margin: 0;
  }
  .aml-leaders .item {
    display: flex;
    flex-wrap: wrap;
    width: 92%;
    height: 160px;
  }
  .aml-leaders .item .img-block {
    width: 143px;
    height: 100%;
  }
  .aml-leaders .item .item-info {
    padding: 30px 25px;
    position: relative;
    width: calc(100% - 143px);
  }
  .aml-leaders .item .item-info .title {
    font-size: 22px;
    -webkit-line-clamp: 1;
  }
  .aml-leaders .item .desc {
    -webkit-line-clamp: 1;
  }
  .aml-leaders .item .aml-link {
    bottom: 25px;
    left: 26px;
  }

  .aml-banner-leader .img-wrap {
    width: 100%;
    height: 350px;
  }
  .aml-banner-leader .text-wrap {
    padding: 60px 15px;
  }
  .aml-banner-leader.style-2 .img-wrap {
    width: 100%;
  }
}
.aml-breadcrumbs {
  margin: 35px 0;
}
.aml-breadcrumbs .links {
  margin-left: 0;
}
.aml-breadcrumbs .links .item {
  display: inline-block;
}
.aml-breadcrumbs .links .item:after {
  content: "\e94d";
  font-family: "amerilife-font";
  font-size: 8px;
  vertical-align: middle;
  margin: 0 3px;
  color: #65778B;
}
.aml-breadcrumbs .links .item:last-child:after {
  content: none;
}
.aml-breadcrumbs .links .item a {
  font-family: "Open Sans", sans-serif !important;
  color: #244260;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
.aml-breadcrumbs .links .item a:hover, .aml-breadcrumbs .links .item a:focus, .aml-breadcrumbs .links .item a:active {
  color: #3FA590;
}
.aml-breadcrumbs .links .item a.active {
  font-weight: 400;
  pointer-events: none;
  text-decoration: none;
}
.aml-breadcrumbs .title {
  padding-bottom: 0;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .aml-breadcrumbs .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
}
.aml-banner-with-media {
  min-height: 500px;
  background-repeat: no-repeat;
}
.aml-banner-with-media .text-block {
  padding: 100px 100px 100px 0;
  max-width: 50%;
}
.aml-banner-with-media .title-banner, .aml-banner-with-media .desc p {
  color: #FFFFFF;
}
.aml-banner-with-media .title-banner {
  text-transform: capitalize;
}
.aml-banner-with-media .subtitle-banner {
  color: #FFFFFF;
}
.aml-banner-with-media.gutter_media {
  padding-bottom: 80px;
  padding-top: 60px;
}
.aml-banner-with-media.gutter_media.media_left .media-block {
  left: 3%;
  right: auto;
}
.aml-banner-with-media.gutter_media .media-block {
  width: 47%;
  right: 3%;
  height: 75%;
  top: 60px;
}
.aml-banner-with-media.gutter_media .text-block {
  padding-top: 0;
}
.aml-banner-with-media .text-wrap {
  padding-right: 70px;
}
.aml-banner-with-media .media-block {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  z-index: 9;
  background-size: cover;
  background-position: center;
}
.aml-banner-with-media .media-block.image.animate {
  opacity: 0;
}
.aml-banner-with-media .media-block.active:hover .mb_YTPBar {
  opacity: 1;
}
.aml-banner-with-media .media-block.active .mb_YTPBar {
  display: block !important;
}
.aml-banner-with-media .media-block .aml-ytb-player-video-view {
  position: absolute !important;
  top: 1px;
  width: 100%;
  height: 100%;
}
.aml-banner-with-media .media-block .mb_YTPBar {
  display: none !important;
}
.aml-banner-with-media .media-block .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aml-banner-with-media .desc {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 28px;
}
.aml-banner-with-media .desc * {
  font-size: 18px;
  line-height: 28px;
}
.aml-banner-with-media .desc p, .aml-banner-with-media .desc * {
  margin-bottom: 0;
}
.aml-banner-with-media .links a {
  color: #FFFFFF;
  font-size: 18.66px;
  line-height: 28px;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}
.aml-banner-with-media .links a:before {
  content: "\e94b";
  font-family: "amerilife-font";
  color: #FFFFFF;
  margin-right: 10px;
  font-size: 12px;
  text-decoration: none;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
  width: 14px;
  height: 14px;
  font-weight: 400;
}
.aml-banner-with-media .links a span {
  text-decoration: underline;
  transition: 0.5s;
  display: inline-block;
}
.aml-banner-with-media .links a:hover {
  opacity: 1;
  text-decoration: none;
}
.aml-banner-with-media .links a:hover:before {
  opacity: 1;
}
.aml-banner-with-media .links a:hover span {
  transform: translateX(25px);
}
.aml-banner-with-media.media_left {
  background-position: 49vw 0px;
}
.aml-banner-with-media.media_left .media-block {
  left: 0;
}
.aml-banner-with-media.media_left .text-wrap {
  padding-right: 0;
}
.aml-banner-with-media .media-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.aml-banner-with-media .media-block iframe {
  opacity: 0;
}
.aml-banner-with-media .media-block.active video, .aml-banner-with-media .media-block.active iframe {
  opacity: 1;
}
.aml-banner-with-media .media-block .preview-video {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-size: cover;
  background-position: center;
}
.aml-banner-with-media .media-block .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.aml-banner-with-media .media-block .fluid-width-video-wrapper {
  position: static;
}
.aml-banner-with-media.style-2.aml-light-bg {
  border-top: 1px solid #e8ede8;
}
.aml-banner-with-media.style-2 .title-banner {
  color: #3FA590;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 20px;
}
.aml-banner-with-media.style-2 .desc {
  margin-bottom: 0;
  color: #244260;
}
.aml-banner-with-media.style-2 .desc p, .aml-banner-with-media.style-2 .desc * {
  color: #244260;
}
.aml-banner-with-media.style-2 .desc ul {
  list-style-type: disc;
  margin-left: 30px;
}
.aml-banner-with-media.style-2 .desc ol {
  list-style-type: decimal;
  margin-left: 30px;
}
.aml-banner-with-media.style-2 .desc * {
  font-family: "Open Sans", sans-serif;
  color: #244260;
  font-size: 18px;
  line-height: 28px;
}
.aml-banner-with-media.style-2 .container {
  min-height: inherit;
}
.aml-banner-with-media.style-2 .text-block {
  min-height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.aml-banner-with-media.style-2 .text-block {
  padding: 60px 0;
}
.aml-banner-with-media.style-2.dark_gr {
  background: linear-gradient(77.81deg, #0E3250 9.58%, #003A74 50.95%, #009B7C 99.54%, #67C084 118.6%), #244260;
  border: none;
}
.aml-banner-with-media.style-2.dark_gr .text-block {
  background: linear-gradient(77.81deg, #0E3250 9.58%, #003A74 50.95%, #009B7C 99.54%, #67C084 118.6%), #244260;
}
.aml-banner-with-media.style-2.dark_gr2 {
  background: linear-gradient(86.01deg, #0E3250 -74.41%, #003A74 7.86%, #009B7C 104.48%, #67C084 142.38%);
  border: none;
}
.aml-banner-with-media.style-2.dark_gr2 .text-block {
  background: linear-gradient(86.01deg, #0E3250 -74.41%, #003A74 7.86%, #009B7C 104.48%, #67C084 142.38%);
}
.aml-banner-with-media.style-2.dark {
  background: linear-gradient(77.81deg, #0E3250 9.58%, #003A74 50.95%, #009B7C 99.54%, #67C084 118.6%), #244260;
  background-repeat: no-repeat;
  border: none;
}
.aml-banner-with-media.style-2.dark .text-block {
  background: linear-gradient(77.81deg, #0E3250 9.58%, #003A74 50.95%, #009B7C 99.54%, #67C084 118.6%), #244260;
}
.aml-banner-with-media.style-2:not(.media_left) .text-block {
  background: transparent;
}
.aml-banner-with-media.style-2.light-text .title-banner, .aml-banner-with-media.style-2.light-text .desc, .aml-banner-with-media.style-2.light-text .desc p, .aml-banner-with-media.style-2.light-text .desc p *, .aml-banner-with-media.style-2.light-text .desc * {
  color: #FFFFFF;
}
.aml-banner-with-media.style-2:not(.no_bg).dark_gr .media-block .preview-video, .aml-banner-with-media.style-2:not(.no_bg).dark .media-block .preview-video {
  top: 0;
}
.aml-banner-with-media.style-2:not(.no_bg) .media-block .preview-video {
  top: 1px;
}
.aml-banner-with-media.style-2.media_left {
  background-position: 49vw 0px;
}
.aml-banner-with-media.style-2.media_left .text-block {
  margin-left: auto;
}
.aml-banner-with-media.style-2.media_left .text-block .text-wrap {
  max-width: 470px;
  margin: 0 auto;
}
.aml-banner-with-media.style-2.gutter_media .text-block {
  padding-top: 0;
  align-items: self-start;
}
.aml-banner-with-media.light-text .aml-numbers .number-row .title-item {
  color: #FFFFFF;
}
.aml-banner-with-media.light-text .aml-numbers .number-row .icon:before {
  color: #FFFFFF;
}
.aml-banner-with-media.light-text .aml-numbers .number-row .number-item .number {
  color: #FFFFFF;
}
.aml-banner-with-media .aml-numbers {
  padding: 5px 0 0 0;
}
.aml-banner-with-media .aml-numbers:not(.no_bg) {
  background-color: transparent;
}
.aml-banner-with-media .aml-numbers .number-row {
  position: relative;
}
.aml-banner-with-media .aml-numbers .number-row:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #81C79C;
  position: absolute;
  display: inline-block;
  bottom: 0;
}
.aml-banner-with-media .aml-numbers .number-row.style-2 {
  margin-bottom: 38px;
}
.aml-banner-with-media .aml-numbers .number-row.style-2 .number {
  font-weight: 700;
}
.aml-banner-with-media .aml-numbers .number-row .title-item {
  color: #244260;
}
.aml-banner-with-media .aml-numbers .number-row .icon:before {
  font-size: 38px;
  margin-right: 0;
  color: #244260;
}
.aml-banner-with-media .aml-numbers .number-row .number-item .icon-wrap {
  margin-right: 10px;
  text-align: center;
}
.aml-banner-with-media .aml-numbers .number-row .number-item .number {
  color: #244260;
}
.aml-banner-with-media .aml-numbers .number-row .number-item:after {
  content: none !important;
}
.aml-banner-with-media .aml-btn {
  margin-top: 40px;
}
.aml-banner-with-media .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.aml-banner-with-media.dark-text * {
  color: #244260;
}
.aml-banner-with-media.dark-text .desc * {
  color: #244260;
}
.aml-banner-with-media.dark-text .links a:before {
  color: #244260;
}

.mbYTP_wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.YTPOverlay {
  display: none !important;
}

@media (max-width: 992px) {
  .aml-banner-with-media.style-2 .text-block {
    padding-right: 16px;
    padding-left: 16px;
  }
  .aml-banner-with-media .aml-numbers .number-row.style-2 {
    padding-bottom: 10px;
  }
  .aml-banner-with-media .aml-numbers .number-row .number-item {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .aml-banner-with-media {
    min-height: 350px;
  }
  .aml-banner-with-media .text-block {
    width: 100%;
    padding: 60px 0;
    max-width: 100%;
  }
  .aml-banner-with-media .text-block .text-wrap {
    max-width: 480px;
    margin: 0 auto;
    padding-right: 0;
  }
  .aml-banner-with-media.media_left {
    background-position: top left;
  }
  .aml-banner-with-media.media_left.style-2 {
    background-position: top left;
  }
  .aml-banner-with-media.gutter_media {
    padding-bottom: 0;
  }
  .aml-banner-with-media.gutter_media.media_left .media-block {
    left: 0;
    right: 0;
    top: 0;
  }
  .aml-banner-with-media.gutter_media .media-block {
    width: 100%;
    height: 350px;
    right: 0;
  }
  .aml-banner-with-media.gutter_media.style-2 .text-block {
    padding-top: 50px;
  }
  .aml-banner-with-media .media-block {
    position: relative;
    width: 100%;
    height: 350px;
  }
  .aml-banner-with-media .desc {
    padding-right: 0;
  }
  .aml-banner-with-media .bg-color {
    display: none;
  }
}
@media (max-width: 550px) {
  .aml-banner-with-media .desc {
    margin-bottom: 25px;
  }
  .aml-banner-with-media.style-2 .container .text-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.aml-accordion {
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}
.aml-accordion .container {
  max-width: 767px;
}
.aml-accordion .main-title {
  margin-bottom: 40px;
  text-align: center;
  text-transform: capitalize;
}
.aml-accordion .accordion-item {
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
  padding: 25px 0;
}
.aml-accordion .accordion-item .title-text {
  position: relative;
  font-weight: 700;
  padding-right: 35px;
  font-size: 18px;
}
.aml-accordion .accordion-item .title-text:before {
  content: "\e951";
}
.aml-accordion .accordion-item .title-text:before {
  font-family: "amerilife-font";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 6px;
  font-weight: 400;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  transform: translateY(-5px);
}
.aml-accordion .accordion-item .title-text:hover:before {
  font-weight: 700;
  color: #3FA590;
}
.aml-accordion .accordion-item .content {
  font-size: 18px;
}
.aml-accordion .accordion-item .content * {
  font-size: 18px;
}
.aml-accordion .accordion-item .accordion-title-wrap {
  position: relative;
  cursor: pointer;
}
.aml-accordion .accordion-item .accordion-title-wrap.accordion-active .title-text:before {
  content: "\e950";
}
.aml-accordion .accordion-item .accordion-title-wrap:hover {
  transition: all 0.5s ease-out;
}
.aml-accordion .accordion-item .content {
  display: none;
  padding-top: 10px;
  padding-right: 35px;
}
.aml-accordion .accordion-item .content .button {
  margin-top: 15px;
}
.aml-accordion .info-text {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
}
.aml-accordion .info-text * {
  font-size: 18px;
}
.aml-accordion .info-text a {
  font-weight: 400;
  text-decoration: underline;
  color: #244260;
}
.aml-accordion .info-text a:hover {
  color: #244260;
}
.aml-accordion.light-text .main-title, .aml-accordion.light-text .title-text, .aml-accordion.light-text .title-text:before, .aml-accordion.light-text .info-text, .aml-accordion.light-text .info-text *,
.aml-accordion.light-text .accordion-item .content * {
  color: #fff;
}
.aml-accordion.light-text .title-text:hover:before {
  opacity: 0.9;
  color: #fff;
}
.aml-accordion.light-text .info-text a:hover {
  color: #fff;
}

@media (max-width: 550px) {
  .aml-accordion {
    padding: 64px 0;
  }
  .aml-accordion .main-title {
    margin-bottom: 10px;
    max-width: 260px;
    margin: 0 auto;
  }
  .aml-accordion .info-text {
    max-width: 260px;
    margin: 30px auto 0;
  }
  .aml-accordion .accordion-item .title-text {
    padding-right: 45px;
  }
}
.aml-banner-icons {
  padding: 84px 0 50px;
  background-size: cover;
  background-position: center;
  font-family: "Open Sans", sans-serif;
}
.aml-banner-icons .icon {
  font-size: 40px;
  display: inline-block;
}
.aml-banner-icons .icon:before {
  color: #3FA590;
}
.aml-banner-icons svg {
  width: 40px;
  height: 40px;
  fill: #3FA590;
}
.aml-banner-icons svg * {
  fill: #3FA590;
}
.aml-banner-icons .icon-wrap {
  margin-bottom: 20px;
}
.aml-banner-icons .title-wrap {
  margin-bottom: 65px;
}
.aml-banner-icons .title-wrap p a {
  text-decoration: underline;
  font-size: 18px;
}
.aml-banner-icons .title-wrap .title {
  text-transform: capitalize;
}
.aml-banner-icons .title-wrap.light-text * {
  color: #FFFFFF;
}
.aml-banner-icons .desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #244260;
}
.aml-banner-icons .container {
  text-align: center;
}
.aml-banner-icons .toggle-item-wrap.link-item-wrap {
  cursor: pointer;
  transition: 0.5s;
}
.aml-banner-icons .toggle-item-wrap.link-item-wrap:hover {
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1);
}
.aml-banner-icons .icons-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.aml-banner-icons .icons-wrap .link-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.aml-banner-icons .icons-wrap .et_pb_text_and_icon_toggle, .aml-banner-icons .icons-wrap .toggle-item-wrap {
  min-width: calc(33.333% - 20px);
  position: relative;
  padding: 0 20px;
  margin-bottom: 60px;
}
.aml-banner-icons .icons-wrap .icon-item .title-item {
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 0;
}
.aml-banner-icons.light-text .title-wrap *, .aml-banner-icons.light-text .title-item, .aml-banner-icons.light-text .icon:before, .aml-banner-icons.light-text .desc p {
  color: #FFFFFF;
}
.aml-banner-icons.light-text svg {
  fill: #FFFFFF;
}
.aml-banner-icons.light-text svg * {
  fill: #FFFFFF;
}
.aml-banner-icons.grid-icons {
  padding: 100px 0 75px;
}
.aml-banner-icons.grid-icons .icons-wrap {
  gap: 40px;
}
.aml-banner-icons.grid-icons .icons-wrap .et_pb_text_and_icon_toggle, .aml-banner-icons.grid-icons .icons-wrap .toggle-item-wrap {
  background-color: #FFFFFF;
  border: 0.5px solid #E6E6E6;
  padding: 33px 25px;
  margin-bottom: 0;
  width: calc(33.3333% - 30px);
  min-width: inherit;
  flex-basis: inherit;
  flex-grow: inherit;
  min-height: 248px;
  display: flex;
}
.aml-banner-icons.grid-icons .icons-wrap .et_pb_text_and_icon_toggle > *, .aml-banner-icons.grid-icons .icons-wrap .toggle-item-wrap > * {
  display: flex;
}
.aml-banner-icons.grid-icons .icons-wrap .icon-item {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.aml-banner-icons.grid-icons .icons-wrap .icon-item .title-item {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.aml-banner-icons.grid-icons .icons-wrap .icon-item .desc {
  text-align: left;
}
.aml-banner-icons.grid-icons .icons-wrap .icon-wrap {
  margin-left: 0;
}
.aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap {
  gap: 0;
  justify-content: center;
}
.aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .et_pb_text_and_icon_toggle, .aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .toggle-item-wrap {
  width: calc(33.3333% - 45px);
  margin: 0px 20px 40px;
  display: flex;
}
.aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .et_pb_text_and_icon_toggle .link-item, .aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .toggle-item-wrap .link-item {
  transition: 0.5s;
  border-bottom: 0 solid #3FA590;
}
.aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .et_pb_text_and_icon_toggle:hover .link-item, .aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .toggle-item-wrap:hover .link-item {
  border-width: 8px;
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1);
}
.aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .et_pb_text_and_icon_toggle > div, .aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .toggle-item-wrap > div {
  display: flex;
}
.aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .et_pb_text_and_icon_toggle .icon-item, .aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .toggle-item-wrap .icon-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .et_pb_text_and_icon_toggle .icon-item .icon-shopping-backet, .aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .toggle-item-wrap .icon-item .icon-shopping-backet {
  font-size: 30px;
}
.aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .et_pb_text_and_icon_toggle .icon-item .title-item, .aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .toggle-item-wrap .icon-item .title-item {
  text-align: left;
  margin-bottom: 3px;
  padding-bottom: 0;
}
.aml-banner-icons.grid-icons.cards-style {
  padding: 50px 0 25px;
}
.aml-banner-icons.grid-icons.cards-style .icons-wrap {
  gap: 0;
  justify-content: center;
}
.aml-banner-icons.grid-icons.cards-style .title-wrap {
  margin-bottom: 57px;
}
.aml-banner-icons.grid-icons.cards-style .title {
  font-weight: 600;
  padding-bottom: 0;
}
.aml-banner-icons.grid-icons.cards-style .title.light-text {
  color: #fff;
}
.aml-banner-icons.grid-icons.cards-style .title-item {
  letter-spacing: 3px;
  text-align: left;
}
.aml-banner-icons.grid-icons.cards-style .icons-wrap .toggle-item-wrap {
  width: calc(33.3333% - 45px);
  margin: 0 20px 40px;
  min-height: 100%;
}
.aml-banner-icons.grid-icons.cards-style .et_pb_text_and_icon_toggle, .aml-banner-icons.grid-icons.cards-style .toggle-item-wrap {
  position: relative;
}
.aml-banner-icons.grid-icons.cards-style .et_pb_text_and_icon_toggle.link-item-wrap:hover:before, .aml-banner-icons.grid-icons.cards-style .toggle-item-wrap.link-item-wrap:hover:before {
  height: 8px;
}
.aml-banner-icons.grid-icons.cards-style .et_pb_text_and_icon_toggle.link-item-wrap:before, .aml-banner-icons.grid-icons.cards-style .toggle-item-wrap.link-item-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #3FA590;
  transition: height 0.5s;
  bottom: 0;
  left: 0;
}
.aml-banner-icons.grid-icons.cards-style.card-style-1 .icon-wrap {
  min-height: 185px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.aml-banner-icons.grid-icons.cards-style.card-style-1 .icon-wrap .toggle-item-wrap {
  min-height: 248px;
}
.aml-banner-icons.grid-icons.cards-style.card-style-1 .title-item {
  padding-bottom: 0;
  margin-bottom: 0;
}
.aml-banner-icons.grid-icons.cards-style.card-style-2 .icons-wrap .toggle-item-wrap {
  width: calc(50% - 45px);
}
.aml-banner-icons.grid-icons.cards-style.card-style-2 .title-item {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.aml-banner-icons.grid-icons.cards-style.card-style-3 .icons-wrap .toggle-item-wrap {
  width: 560px;
  margin: 20px;
}
.aml-banner-icons.grid-icons.cards-style.card-style-3 .icons-wrap .toggle-item-wrap:first-child {
  margin-top: 0;
}

@media (max-width: 992px) {
  .aml-banner-icons.grid-icons .icons-wrap {
    justify-content: space-around;
  }
  .aml-banner-icons.grid-icons .icons-wrap .et_pb_text_and_icon_toggle, .aml-banner-icons.grid-icons .icons-wrap .toggle-item-wrap {
    width: calc(50% - 25px);
  }
  .aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap {
    justify-content: space-around;
  }
  .aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .et_pb_text_and_icon_toggle, .aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .toggle-item-wrap {
    width: calc(50% - 45px);
  }
  .aml-banner-icons.grid-icons.cards-style.card-style-2 .icons-wrap .toggle-item-wrap {
    width: calc(50% - 45px);
  }
  .aml-banner-icons.grid-icons.cards-style .icons-wrap .toggle-item-wrap {
    width: calc(50% - 45px);
  }
}
@media (max-width: 767px) {
  .aml-banner-icons {
    padding: 60px 0;
  }
  .aml-banner-icons .title {
    margin-bottom: 40px;
  }
  .aml-banner-icons .icons-wrap .et_pb_text_and_icon_toggle, .aml-banner-icons .icons-wrap .toggle-item-wrap {
    width: 100%;
    margin-bottom: 45px;
  }
  .aml-banner-icons .icons-wrap .icon {
    margin-bottom: 15px;
  }
  .aml-banner-icons .icons-wrap .toggle-item-wrap:last-child {
    margin-bottom: 0;
  }
  .aml-banner-icons.grid-icons.cards-style.card-style-2 .icons-wrap .toggle-item-wrap, .aml-banner-icons.grid-icons.cards-style.card-style-3 .icons-wrap .toggle-item-wrap {
    width: 100%;
  }
  .aml-banner-icons.grid-icons.cards-style .icons-wrap .toggle-item-wrap {
    width: 100%;
  }
}
@media (max-width: 551px) {
  .aml-banner-icons {
    padding: 49px 0;
  }
  .aml-banner-icons .title {
    max-width: 280px;
    margin: 0 auto 40px;
    padding-bottom: 0;
  }
  .aml-banner-icons .title-wrap {
    margin-bottom: 0;
  }
  .aml-banner-icons .icons-wrap .icon {
    margin-bottom: 10px;
  }
  .aml-banner-icons .icons-wrap .icon-item .title-item {
    margin-bottom: 10px;
  }
  .aml-banner-icons .icons-wrap .toggle-item-wrap {
    margin-bottom: 30px;
  }
  .aml-banner-icons svg {
    margin-bottom: 10px;
  }
  .aml-banner-icons.grid-icons .icons-wrap .et_pb_text_and_icon_toggle, .aml-banner-icons.grid-icons .icons-wrap .toggle-item-wrap {
    width: 100%;
  }
  .aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .et_pb_text_and_icon_toggle, .aml-banner-icons.grid-icons.grid-icons-2 .icons-wrap .toggle-item-wrap {
    width: 100%;
  }
}
.aml-brands {
  padding: 85px 0;
}
.aml-brands.dark-banner {
  background: linear-gradient(76.17deg, #0E3250 22.96%, #003A74 39.11%, #009B7C 73.34%, #67C084 88.48%);
}
.aml-brands.dark-banner .title {
  color: #FFFFFF;
}
.aml-brands .container {
  text-align: center;
}
.aml-brands .logos {
  position: relative;
}
.aml-brands .logos:not(.swiper-logos) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.aml-brands .logos .logo-item {
  margin: 20px;
}
.aml-brands .logos .arrow-wrap .btn-round-icon {
  bottom: auto;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 20px;
}
.aml-brands .logos .swiper-button-next {
  right: -70px;
  width: 52px;
}
.aml-brands .logos .swiper-button-prev {
  left: -70px;
  width: 52px;
}
.aml-brands .logos .swiper-button-disabled {
  display: none;
}
.aml-brands .logos:not(.swiper-logos) > * {
  margin: 0 4px;
}
.aml-brands .swiper-logos .swiper-slide {
  display: flex;
  align-items: center;
}
.aml-brands .swiper-logos .logo-item {
  margin: 15px;
  padding: 5px;
  border: 1px solid #EBEDEF;
}
.aml-brands .title {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.aml-brands .text {
  margin-bottom: 35px;
}
.aml-brands .text.style-2, .aml-brands .text.style-2 * {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

@media (max-width: 1400px) {
  .aml-brands {
    right: 0;
  }
  .aml-brands .logos .swiper-button-next {
    right: 0;
  }
  .aml-brands .logos .swiper-button-prev {
    left: 0;
  }
  .aml-brands .logos.swiper-logos {
    padding: 0 60px 0 60px;
  }
}
@media (max-width: 550px) {
  .aml-brands .swiper-logos.logos {
    padding: 0;
  }
  .aml-brands .swiper-logos .swiper-slide {
    justify-content: space-around;
  }
  .aml-brands .swiper-logos .swiper-slide-active {
    min-width: 181px;
    margin-right: 25px !important;
  }
  .aml-brands .swiper-logos .logo-item {
    width: 181px;
    height: 106px;
  }
  .aml-brands .swiper-logos .logo-item img {
    width: 100%;
    height: 100%;
  }
  .aml-brands .swiper-logos .arrow-wrap {
    display: none;
  }
}
.aml-slider-wrap {
  padding: 95px 0 70px;
}
.aml-slider-wrap.aml-light-bg {
  background-color: #F6F8F6;
}
.aml-slider-wrap .title-banner, .aml-slider-wrap .desc {
  text-align: center;
}
.aml-slider-wrap .title-banner {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.aml-slider-wrap .desc p {
  margin-bottom: 30px !important;
}
.aml-slider-wrap .text-wrap {
  max-width: 760px;
  margin: 0 auto;
}
.aml-slider-wrap .slider-wrap {
  display: flex;
  flex-wrap: wrap;
  transform: translateX(80px);
}
.aml-slider-wrap .slider-wrap .swiper-wrapper {
  padding: 30px 20px;
}
.aml-slider-wrap .slider-wrap .swiper {
  transform: translateX(-20px);
}
.aml-slider-wrap .slider-wrap .swiper-slide {
  border: 0.5px solid #E5E5E5;
  height: auto;
  background-color: #FFFFFF;
  opacity: 0.4;
}
.aml-slider-wrap .slider-wrap .swiper-slide:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 8px;
  background-color: transparent;
  width: 100%;
}
.aml-slider-wrap .slider-wrap .swiper-slide.swiper-slide-active, .aml-slider-wrap .slider-wrap .swiper-slide:hover {
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.aml-slider-wrap .slider-wrap .swiper-slide.swiper-slide-active:before, .aml-slider-wrap .slider-wrap .swiper-slide:hover:before {
  background-color: #3FA590;
}
.aml-slider-wrap .slider-wrap .swiper-slide .title-slide {
  font-weight: 600;
  line-height: 48px;
}
.aml-slider-wrap .slider-wrap .title-slides {
  color: #3FA590;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 5px;
}
.aml-slider-wrap .slider-wrap .img-bg {
  height: 330px;
  background-size: cover;
  background-position: center;
}
.aml-slider-wrap .slider-wrap .text-wrap {
  padding: 25px 20px 25px;
  background-color: #FFFFFF;
}
.aml-slider-wrap .slider-wrap .nav-wrap {
  width: 20%;
  position: relative;
  padding-top: 100px;
}
.aml-slider-wrap .slider-wrap .nav-wrap .arrow-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 40px), calc(-50% + 80px));
}
.aml-slider-wrap .slider-wrap .slides {
  width: 80%;
  margin-top: 35px;
}
.aml-slider-wrap .slider-wrap .swiper-scrollbar {
  display: none;
}
.aml-slider-wrap .swiper-button-prev, .aml-slider-wrap .swiper-button-next {
  position: relative;
  color: transparent;
  top: 0;
  left: 0;
  margin: 50px 0;
}
.aml-slider-wrap .btn-round-icon:before {
  font-size: 16px;
}
.aml-slider-wrap.light-text .title-banner, .aml-slider-wrap.light-text .desc, .aml-slider-wrap.light-text .desc * {
  color: #fff;
}

@media (max-width: 767px) {
  .aml-slider-wrap {
    padding: 65px 15px;
  }
  .aml-slider-wrap .slider-wrap {
    transform: none;
    position: relative;
  }
  .aml-slider-wrap .slider-wrap .swiper-wrapper {
    padding: 0;
  }
  .aml-slider-wrap .slider-wrap .img-bg {
    height: 200px;
  }
  .aml-slider-wrap .slider-wrap .nav-wrap {
    width: 100%;
    padding-top: 30px;
  }
  .aml-slider-wrap .slider-wrap .nav-wrap .arrow-wrap {
    display: none;
  }
  .aml-slider-wrap .slider-wrap .slides {
    width: 100%;
  }
  .aml-slider-wrap .slider-wrap .slides .title-slides {
    padding-bottom: 25px;
  }
  .aml-slider-wrap .slider-wrap .swiper {
    transform: none;
  }
  .aml-slider-wrap .slider-wrap .swiper .swiper-slide {
    box-shadow: none;
    max-height: 428px;
  }
  .aml-slider-wrap .slider-wrap .swiper .swiper-slide-active {
    min-width: 68vw;
  }
  .aml-slider-wrap .slider-wrap .swiper .swiper-slide .desc-slide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
  }
}
.aml-swiper-arrows .swiper-button-prev, .aml-swiper-arrows .swiper-button-next {
  color: transparent;
}

@media (max-width: 550px) {
  .aml-slider-wrap .slider-wrap .img-bg {
    height: 200px;
  }
}
.aml-simple-video {
  position: relative;
  margin-bottom: 110px;
}
.aml-simple-video .video-wrap {
  height: 592px;
  overflow: hidden;
}
.aml-simple-video .preview-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-size: cover;
  background-position: center;
}
.aml-simple-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aml-simple-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .aml-simple-video .video-wrap {
    height: 350px;
  }
}
.mfp-bg {
  opacity: 0.6;
}

.aml-popup-wrap {
  padding: 30px 0;
}

#aml-contact-us-form {
  max-width: 586px;
  margin: 0 auto;
}

.aml-contact-us-form {
  position: relative;
  background-color: #fff;
  width: 586px;
  margin: 0 auto;
}
.aml-contact-us-form .gform_heading {
  margin-bottom: 25px;
}
.aml-contact-us-form .gform_submission_error {
  font-family: "Open Sans", sans-serif;
}
.aml-contact-us-form .gfield_required .gfield_required_text, .aml-contact-us-form select .gf_placeholder,
.aml-contact-us-form .gform_heading .gform_title {
  display: none;
}
.aml-contact-us-form .gform_description, .aml-contact-us-form .gform_description a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18.66px;
  line-height: 150%;
  color: #244260;
  font-weight: 400;
}
.aml-contact-us-form .gform_description > span, .aml-contact-us-form .gform_description a > span {
  display: block;
  margin-bottom: 10px;
}
.aml-contact-us-form .gform_description a {
  text-decoration: underline;
}
.aml-contact-us-form .title-wrap {
  background-color: #fff;
  padding: 35px 40px;
}
.aml-contact-us-form .title-wrap .title-form {
  font-weight: 600;
  padding-bottom: 0;
}
.aml-contact-us-form .chosen-container-single {
  border-radius: 4px;
}
.aml-contact-us-form.confirmation-loaded .form-wrap {
  padding-top: 16px;
}
.aml-contact-us-form .form-wrap {
  position: relative;
  padding: 19px 40px;
  background-color: #F7F8F9;
  border-top: 1px solid #EBEDEF;
  border-bottom: 1px solid #EBEDEF;
}
.aml-contact-us-form .form-wrap .gform_body {
  max-width: 100%;
}
.aml-contact-us-form .form-wrap .gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aml-contact-us-form .form-wrap .gform_body .gfield {
  width: 100%;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.w-50 {
  width: calc(50% - 10px);
}
.aml-contact-us-form .form-wrap .gform_body .gfield.disable .gfield_label {
  color: #999999;
  pointer-events: none;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.disable ::placeholder {
  color: #999999;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.disable .ginput_container {
  cursor: no-drop;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.disable .ginput_container input, .aml-contact-us-form .form-wrap .gform_body .gfield.disable .ginput_container textarea {
  background-color: #FCFDFD !important;
  pointer-events: none;
  color: #999999;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.disable .ginput_container:hover input, .aml-contact-us-form .form-wrap .gform_body .gfield.disable .ginput_container:hover textarea {
  background-color: #FCFDFD !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.disable .ginput_container .chosen-container {
  pointer-events: none;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.disable .ginput_container .chosen-single {
  border-color: #EBEDEF !important;
  background-color: #FCFDFD !important;
  color: #999999 !important;
  cursor: no-drop;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.disable .gfield_checkbox label {
  pointer-events: none;
  color: #999999;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.disable .gfield_checkbox label > * {
  cursor: no-drop;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.disable .gfield_checkbox label:before, .aml-contact-us-form .form-wrap .gform_body .gfield.disable .gfield_checkbox label:after {
  color: #9ed1c7;
  border-color: #9ed1c7;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .gfield_label, .aml-contact-us-form .form-wrap .gform_body .gfield .gfield_checkbox label {
  font-family: "Open Sans", sans-serif;
  color: #244260;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .ginput_container:hover input, .aml-contact-us-form .form-wrap .gform_body .gfield .ginput_container:hover textarea, .aml-contact-us-form .form-wrap .gform_body .gfield .ginput_container_textarea:hover input, .aml-contact-us-form .form-wrap .gform_body .gfield .ginput_container_textarea:hover textarea {
  background-color: #f7f8f9 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .ginput_container:hover input:focus, .aml-contact-us-form .form-wrap .gform_body .gfield .ginput_container:hover textarea:focus, .aml-contact-us-form .form-wrap .gform_body .gfield .ginput_container_textarea:hover input:focus, .aml-contact-us-form .form-wrap .gform_body .gfield .ginput_container_textarea:hover textarea:focus {
  background-color: #fff !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .gfield_checkbox input {
  visibility: hidden;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .gfield_checkbox input:checked + label:after {
  visibility: visible;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .gfield_checkbox label {
  font-weight: 400;
  text-transform: none;
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  padding: 0;
  letter-spacing: 0;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .gfield_checkbox label:hover:before, .aml-contact-us-form .form-wrap .gform_body .gfield .gfield_checkbox label:hover:after {
  color: #008066;
  border-color: #008066;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .gfield_checkbox label:active:before, .aml-contact-us-form .form-wrap .gform_body .gfield .gfield_checkbox label:active:after, .aml-contact-us-form .form-wrap .gform_body .gfield .gfield_checkbox label:focus:before, .aml-contact-us-form .form-wrap .gform_body .gfield .gfield_checkbox label:focus:after {
  color: #81C79C;
  border-color: #81C79C;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .gfield_checkbox label:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 2px solid #3FA590;
  border-radius: 3px;
  margin-left: -23px;
  transform: translateX(-12px);
}
.aml-contact-us-form .form-wrap .gform_body .gfield .gfield_checkbox label:after {
  content: "\e952";
  font-family: "amerilife-font";
  color: #3FA590;
  font-size: 17px;
  position: absolute;
  left: -14px;
  top: 3px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  visibility: hidden;
}
.aml-contact-us-form .form-wrap .gform_body .gfield input, .aml-contact-us-form .form-wrap .gform_body .gfield textarea, .aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container .chosen-single {
  background-color: #fff !important;
  border: 2px solid #EBEDEF !important;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18.66px !important;
  line-height: 28px;
  color: #65778B !important;
  font-weight: 400;
}
.aml-contact-us-form .form-wrap .gform_body .gfield input, .aml-contact-us-form .form-wrap .gform_body .gfield textarea {
  color: #244260 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container.gselect-filled .chosen-single {
  border-color: #999999 !important;
  color: #244260 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container.gselect-filled .chosen-single:hover {
  background-color: #f7f8f9 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container .chosen-single:hover {
  background-color: #f7f8f9 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container .chosen-drop {
  border-width: 2px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container.chosen-container-active .chosen-single {
  border-color: #3FA590 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #3FA590 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  border-color: #EBEDEF !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container .chosen-single {
  padding: 0 17px 0 17px;
}
.aml-contact-us-form .form-wrap .gform_body .gfield input, .aml-contact-us-form .form-wrap .gform_body .gfield textarea {
  padding: 12px 17px !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield input::placeholder, .aml-contact-us-form .form-wrap .gform_body .gfield textarea::placeholder {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18.66px;
  line-height: 28px;
  color: #65778B;
  opacity: 1;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.focus-in .gfield_label {
  color: #3FA590;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.focus-in input, .aml-contact-us-form .form-wrap .gform_body .gfield.focus-in textarea {
  border-color: #3FA590 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.focus-in .chosen-container .chosen-single {
  border-color: #3FA590 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.focus-in .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #3FA590 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.focus-in .chosen-container-active.chosen-with-drop .chosen-drop {
  border-color: #EBEDEF !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.filled-in input, .aml-contact-us-form .form-wrap .gform_body .gfield.filled-in textarea {
  border-color: #999999 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.filled-in input:focus, .aml-contact-us-form .form-wrap .gform_body .gfield.filled-in textarea:focus {
  border-color: #3FA590 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.filled-in .chosen-container-active.chosen-with-drop .chosen-drop, .aml-contact-us-form .form-wrap .gform_body .gfield.filled-in .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #999999 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.filled-in .chosen-container.chosen-container-active .chosen-single {
  border-color: #3FA590 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.filled-in .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #3FA590 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.filled-in .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  border-color: #999999 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.gfield_error .gfield_label {
  color: #CC0000;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.gfield_error input, .aml-contact-us-form .form-wrap .gform_body .gfield.gfield_error textarea {
  border-color: #CC0000 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.gfield_error input:hover, .aml-contact-us-form .form-wrap .gform_body .gfield.gfield_error textarea:hover {
  background-color: #F7F8F9;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.gfield_error .instruction.validation_message,
.aml-contact-us-form .form-wrap .gform_body .gfield.gfield_error .gfield_validation_message {
  display: block;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.gfield_error .chosen-container .chosen-single {
  border-color: #CC0000 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield.gfield_error .chosen-container-active.chosen-with-drop .chosen-drop, .aml-contact-us-form .form-wrap .gform_body .gfield.gfield_error .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #CC0000 !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .gfield_description, .aml-contact-us-form .form-wrap .gform_body .gfield .validation_message, .aml-contact-us-form .form-wrap .gform_body .gfield .gfield_validation_message {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  font-size: 12px !important;
  margin-top: 5px !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .instruction.validation_message,
.aml-contact-us-form .form-wrap .gform_body .gfield .gfield_validation_message {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  display: none;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container {
  border: none !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container-active.chosen-with-drop .chosen-drop {
  border: 2px solid #3FA590;
  margin-top: 10px;
  box-shadow: none;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container-active.chosen-with-drop .chosen-single div:before {
  transform: translateY(-50%) rotate(-180deg);
  color: #3FA590;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container-active.chosen-with-drop .chosen-single div > b {
  background-image: none !important;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container-active.chosen-with-drop .chosen-results {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18.66px;
  line-height: 28px;
  color: #65778B;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container-active.chosen-with-drop .chosen-results .gf_placeholder {
  display: none;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container-active.chosen-with-drop .chosen-results .active-result {
  padding: 12px 15px;
  line-height: 28px;
  font-size: 18.66px;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container-active.chosen-with-drop .chosen-results .active-result.highlighted {
  background-image: none;
  background-color: #cccccc2e;
  color: #244260;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container .chosen-single {
  background: #fff;
  height: 53px;
  display: flex;
  align-items: center;
  box-shadow: none;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container .chosen-single div {
  right: 17px;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container .chosen-single div:before {
  content: "\e94e";
  font-family: "amerilife-font";
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.aml-contact-us-form .form-wrap .gform_body .gfield .chosen-container .chosen-single div > b {
  background-image: none !important;
}
.aml-contact-us-form .form-wrap .gform_footer.top_label {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 20px;
  padding-top: 0;
}
.aml-contact-us-form .form-wrap .gform_footer.top_label input[type=submit] {
  background-color: #3FA590;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  color: #fff;
  border: none;
  padding: 9px 25px;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
}
.aml-contact-us-form .form-wrap .gform_footer.top_label input[type=submit]:hover {
  background-color: #008066;
  border-color: #008066;
}
.aml-contact-us-form .form-wrap .gform_footer.top_label input[type=submit]:active, .aml-contact-us-form .form-wrap .gform_footer.top_label input[type=submit]:focus {
  background-color: #00CCA3;
  border-color: #00CCA3;
}
.aml-contact-us-form .phone-wrap, .aml-contact-us-form .text-wrap {
  border-top: 1px solid #EBEDEF;
  border-bottom: 1px solid #EBEDEF;
  padding: 13px 15px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18.66px;
  text-decoration: none;
  display: block;
}
.aml-contact-us-form .phone-wrap:hover a, .aml-contact-us-form .phone-wrap:hover .link, .aml-contact-us-form .text-wrap:hover a, .aml-contact-us-form .text-wrap:hover .link {
  text-decoration: none;
  color: #3FA590;
}
.aml-contact-us-form .phone-wrap a, .aml-contact-us-form .text-wrap a {
  text-decoration: none;
}
.aml-contact-us-form .phone-wrap b, .aml-contact-us-form .text-wrap b {
  letter-spacing: 0.06em;
}
.aml-contact-us-form .phone-wrap .icon-phone, .aml-contact-us-form .text-wrap .icon-phone {
  transform: rotateY(180deg);
  display: inline-block;
  margin-right: 3px;
}
.aml-contact-us-form .phone-wrap .icon-phone:before, .aml-contact-us-form .text-wrap .icon-phone:before {
  font-size: 20px;
}
.aml-contact-us-form .phone-wrap a, .aml-contact-us-form .phone-wrap .link, .aml-contact-us-form .text-wrap a, .aml-contact-us-form .text-wrap .link {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
}
.aml-contact-us-form .map-wrap {
  position: relative;
  height: 472px;
}
.aml-contact-us-form .map-wrap img {
  width: 100%;
  height: 100%;
}
.aml-contact-us-form .map-wrap .contact-info {
  width: 236px;
  height: 106px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 11px 12px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.aml-contact-us-form .map-wrap .contact-info:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 97%);
}
.aml-contact-us-form .map-wrap .contact-info .title {
  font-size: 18px;
  font-weight: 700;
  color: #244260;
  line-height: 1;
}
.aml-contact-us-form .map-wrap .contact-info .title:before {
  content: "\e934";
  font-family: "amerilife-font";
  font-size: 23px;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin-right: 8px;
  vertical-align: middle;
}
.aml-contact-us-form .map-wrap .contact-info a {
  font-size: 18.66px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.aml-contact-us-form .map-wrap .contact-info a:hover {
  font-weight: 700;
}
.aml-contact-us-form .map-wrap .contact-info img {
  width: 100%;
}
.aml-contact-us-form .text-wrap a {
  text-decoration: underline;
  font-weight: 400;
}
.aml-contact-us-form .text-wrap a:hover {
  color: #244260;
}
.mfp-close-btn-in .aml-contact-us-form .mfp-close {
  color: #244260;
  font-weight: 700;
  opacity: 1;
  top: 30px;
  right: 25px;
  width: 28px;
  height: 28px;
  line-height: 1;
}
.mfp-close-btn-in .aml-contact-us-form .mfp-close:hover {
  color: #008066;
}
.mfp-close-btn-in .aml-contact-us-form .mfp-close:hover:before {
  color: #008066;
}
.aml-contact-us-form .gform_confirmation_wrapper {
  min-height: 240px;
}
.aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message {
  background-color: #fff;
  padding-bottom: 40px;
  font-family: "Open Sans", sans-serif !important;
  width: 586px;
  border-top: 1px solid #EBEDEF;
  margin-left: -40px;
  margin-bottom: -25px;
}
.aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message a {
  font-weight: 400;
  text-decoration: underline;
  font-size: 18px;
}
.aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message a:hover {
  font-weight: 700;
}
.aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message h1, .aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message h2, .aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message h3, .aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message h4, .aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message h5, .aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message h6, .aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message p, .aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message a, .aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message ul, .aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message ol {
  font-family: "Open Sans", sans-serif !important;
}
.aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message br {
  display: none;
}
.aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  text-transform: capitalize;
  padding-bottom: 0;
  margin-bottom: 14px;
}
.aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message h2 {
  font-weight: 600;
  font-size: 32px;
  text-transform: capitalize;
  padding-bottom: 0;
  margin-bottom: 14px;
}
.aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message h3 {
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  padding-bottom: 0;
  margin-bottom: 14px;
}
.aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: capitalize;
  padding-bottom: 0;
  margin-bottom: 14px;
}
.aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message:before {
  content: "\e936";
  color: #3FA590;
  font-family: "amerilife-font";
  display: block;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  padding-top: 30px;
}
.aml-contact-us-form .gform_wrapper .ginput_counter {
  display: none;
}
.aml-contact-us-form .gform_wrapper .gform_validation_errors {
  border: none;
}
.aml-contact-us-form .gform_wrapper .gform_validation_errors > .hide_summary {
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
}
.aml-contact-us-form .gform_wrapper .chosen-container-single .chosen-drop {
  border-radius: 4px;
}
.aml-contact-us-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-drop {
  border-radius: 4px;
}
.aml-contact-us-form .gform_wrapper.gravity-theme .chosen-container .chosen-results {
  margin: -1px -1px -1px 0 !important;
  padding: 0;
  max-height: 318px;
}
.aml-contact-us-form #gform_86_validation_container {
  display: none;
}
.aml-contact-us-form .gform_wrapper.gravity-theme .chosen-container span:not(.ginput_price) {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .aml-contact-us-form {
    width: 90%;
  }
  .aml-contact-us-form .form-wrap .gform_body .gfield.w-50 {
    width: 100%;
  }
  .aml-contact-us-form .gform_confirmation_wrapper .gform_confirmation_message {
    width: calc(100% + 80px);
  }
}
@media (max-width: 550px) {
  .aml-contact-us-form .map-wrap {
    height: 350px;
  }
}
.aml-mfp-wrap {
  max-width: 586px;
  margin: 0 auto;
  position: relative;
}
.aml-mfp-wrap .mfp-close {
  color: #244260;
  font-weight: 700;
  opacity: 1;
  top: 30px;
  right: 25px;
  width: 28px;
  height: 28px;
  line-height: 1;
}
.aml-mfp-wrap .mfp-close:active {
  top: 30px;
}
.aml-mfp-wrap .mfp-close:hover:before {
  color: #008066;
}

.aml-contact-form, #gform_wrapper_44 {
  background-color: #fff;
  font-family: "Open Sans", sans-serif !important;
}
.aml-contact-form *, #gform_wrapper_44 * {
  font-family: "Open Sans", sans-serif !important;
}
.aml-contact-form .gform_heading, #gform_wrapper_44 .gform_heading {
  padding: 35px 40px;
  background-color: #fff;
  margin-bottom: 0 !important;
}
.aml-contact-form .gform_heading .gform_title, #gform_wrapper_44 .gform_heading .gform_title {
  font-weight: 600;
  color: #244260;
  padding: 0;
  margin: 0;
}
.aml-contact-form .gform_description, #gform_wrapper_44 .gform_description {
  display: none !important;
}
.aml-contact-form form, .aml-contact-form form#gform_44, #gform_wrapper_44 form, #gform_wrapper_44 form#gform_44 {
  position: relative;
  padding: 19px 40px 35px;
  background-color: #F7F8F9;
  border-top: 1px solid #EBEDEF;
}
.aml-contact-form form li, .aml-contact-form form#gform_44 li, #gform_wrapper_44 form li, #gform_wrapper_44 form#gform_44 li {
  width: 100% !important;
}
.aml-contact-form form li .gfield_label, .aml-contact-form form#gform_44 li .gfield_label, #gform_wrapper_44 form li .gfield_label, #gform_wrapper_44 form#gform_44 li .gfield_label {
  font-family: "Open Sans", sans-serif;
  color: #244260;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.aml-contact-form form li .ginput_container input, .aml-contact-form form#gform_44 li .ginput_container input, #gform_wrapper_44 form li .ginput_container input, #gform_wrapper_44 form#gform_44 li .ginput_container input {
  border: 2px solid #EBEDEF !important;
  border-radius: 4px;
  background-color: #fff !important;
  font-size: 18.66px !important;
  padding: 12px 17px !important;
  color: #244260 !important;
}
.aml-contact-form form li .ginput_container:hover input, .aml-contact-form form#gform_44 li .ginput_container:hover input, #gform_wrapper_44 form li .ginput_container:hover input, #gform_wrapper_44 form#gform_44 li .ginput_container:hover input {
  background-color: #f7f8f9 !important;
}
.aml-contact-form form li .ginput_container:hover input:focus, .aml-contact-form form#gform_44 li .ginput_container:hover input:focus, #gform_wrapper_44 form li .ginput_container:hover input:focus, #gform_wrapper_44 form#gform_44 li .ginput_container:hover input:focus {
  background-color: #fff !important;
}
.aml-contact-form form .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-single, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-single, #gform_wrapper_44 form .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-single, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #3FA590 !important;
}
.aml-contact-form form .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-results, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-results, #gform_wrapper_44 form .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-results, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-results {
  margin: 0 !important;
  padding: 0;
}
.aml-contact-form form .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-results .active-result, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-results .active-result, #gform_wrapper_44 form .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-results .active-result, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-results .active-result {
  padding: 12px 15px;
  line-height: 28px;
  font-size: 18.66px;
}
.aml-contact-form form .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-results .active-result.highlighted, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-results .active-result.highlighted, #gform_wrapper_44 form .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-results .active-result.highlighted, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-results .active-result.highlighted {
  background-image: none;
  background-color: #cccccc2e;
  color: #244260;
}
.aml-contact-form form .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop, #gform_wrapper_44 form .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  border: 2px solid #3FA590;
  margin-top: 10px;
  box-shadow: none;
}
.aml-contact-form form .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div:before, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div:before, #gform_wrapper_44 form .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div:before, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div:before {
  transform: translateY(-50%) rotate(-180deg);
  color: #3FA590;
}
.aml-contact-form form .gform_body .gfield .chosen-container.chosen-container-single .chosen-single, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container.chosen-container-single .chosen-single, #gform_wrapper_44 form .gform_body .gfield .chosen-container.chosen-container-single .chosen-single, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container.chosen-container-single .chosen-single {
  background-color: #fff !important;
  border: 2px solid #EBEDEF !important;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18.66px !important;
  line-height: 28px;
  color: #65778B !important;
  font-weight: 400;
  padding: 0 17px 0 17px;
}
.aml-contact-form form .gform_body .gfield .chosen-container.chosen-container-single .chosen-single:hover, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container.chosen-container-single .chosen-single:hover, #gform_wrapper_44 form .gform_body .gfield .chosen-container.chosen-container-single .chosen-single:hover, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container.chosen-container-single .chosen-single:hover {
  background-color: #f7f8f9 !important;
}
.aml-contact-form form .gform_body .gfield .chosen-container.chosen-container-single .chosen-single span, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container.chosen-container-single .chosen-single span, #gform_wrapper_44 form .gform_body .gfield .chosen-container.chosen-container-single .chosen-single span, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 38.4px;
  color: #65778B !important;
}
.aml-contact-form form .gform_body .gfield .chosen-container.chosen-container-single.gselect-filled .chosen-single span, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container.chosen-container-single.gselect-filled .chosen-single span, #gform_wrapper_44 form .gform_body .gfield .chosen-container.chosen-container-single.gselect-filled .chosen-single span, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container.chosen-container-single.gselect-filled .chosen-single span {
  color: #244260 !important;
}
.aml-contact-form form .gform_body .gfield .chosen-container .chosen-single, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container .chosen-single, #gform_wrapper_44 form .gform_body .gfield .chosen-container .chosen-single, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container .chosen-single {
  background: #fff;
  height: 53px;
  display: flex;
  align-items: center;
  box-shadow: none;
}
.aml-contact-form form .gform_body .gfield .chosen-container .chosen-single div, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container .chosen-single div, #gform_wrapper_44 form .gform_body .gfield .chosen-container .chosen-single div, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container .chosen-single div {
  right: 17px;
}
.aml-contact-form form .gform_body .gfield .chosen-container .chosen-single div:before, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container .chosen-single div:before, #gform_wrapper_44 form .gform_body .gfield .chosen-container .chosen-single div:before, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container .chosen-single div:before {
  content: "\e94e";
  font-family: "amerilife-font";
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.aml-contact-form form .gform_body .gfield .chosen-container .chosen-single div > b, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container .chosen-single div > b, #gform_wrapper_44 form .gform_body .gfield .chosen-container .chosen-single div > b, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container .chosen-single div > b {
  background-image: none !important;
}
.aml-contact-form form .gform_body .gfield .chosen-container.gselect-filled .chosen-single, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container.gselect-filled .chosen-single, #gform_wrapper_44 form .gform_body .gfield .chosen-container.gselect-filled .chosen-single, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container.gselect-filled .chosen-single {
  border-color: #999999 !important;
  color: #244260 !important;
}
.aml-contact-form form .gform_body .gfield .chosen-container .chosen-drop, .aml-contact-form form#gform_44 .gform_body .gfield .chosen-container .chosen-drop, #gform_wrapper_44 form .gform_body .gfield .chosen-container .chosen-drop, #gform_wrapper_44 form#gform_44 .gform_body .gfield .chosen-container .chosen-drop {
  border-color: #EBEDEF !important;
}
.aml-contact-form form .gform_body .gfield.focus-in .gfield_label, .aml-contact-form form#gform_44 .gform_body .gfield.focus-in .gfield_label, #gform_wrapper_44 form .gform_body .gfield.focus-in .gfield_label, #gform_wrapper_44 form#gform_44 .gform_body .gfield.focus-in .gfield_label {
  color: #3FA590;
}
.aml-contact-form form .gform_body .gfield.focus-in .chosen-container-single.gselect-filled .chosen-single, .aml-contact-form form#gform_44 .gform_body .gfield.focus-in .chosen-container-single.gselect-filled .chosen-single, #gform_wrapper_44 form .gform_body .gfield.focus-in .chosen-container-single.gselect-filled .chosen-single, #gform_wrapper_44 form#gform_44 .gform_body .gfield.focus-in .chosen-container-single.gselect-filled .chosen-single {
  border-color: #3FA590 !important;
}
.aml-contact-form form .gform_body .gfield.filled-in input, .aml-contact-form form .gform_body .gfield.filled-in textarea, .aml-contact-form form#gform_44 .gform_body .gfield.filled-in input, .aml-contact-form form#gform_44 .gform_body .gfield.filled-in textarea, #gform_wrapper_44 form .gform_body .gfield.filled-in input, #gform_wrapper_44 form .gform_body .gfield.filled-in textarea, #gform_wrapper_44 form#gform_44 .gform_body .gfield.filled-in input, #gform_wrapper_44 form#gform_44 .gform_body .gfield.filled-in textarea {
  border-color: #999999 !important;
}
.aml-contact-form form .gform_body .gfield.filled-in input:focus, .aml-contact-form form .gform_body .gfield.filled-in textarea:focus, .aml-contact-form form#gform_44 .gform_body .gfield.filled-in input:focus, .aml-contact-form form#gform_44 .gform_body .gfield.filled-in textarea:focus, #gform_wrapper_44 form .gform_body .gfield.filled-in input:focus, #gform_wrapper_44 form .gform_body .gfield.filled-in textarea:focus, #gform_wrapper_44 form#gform_44 .gform_body .gfield.filled-in input:focus, #gform_wrapper_44 form#gform_44 .gform_body .gfield.filled-in textarea:focus {
  border-color: #3FA590 !important;
}
.aml-contact-form form .gform_body .gfield.filled-in .chosen-container-active.chosen-with-drop .chosen-drop, .aml-contact-form form .gform_body .gfield.filled-in .chosen-container-active.chosen-with-drop .chosen-single, .aml-contact-form form#gform_44 .gform_body .gfield.filled-in .chosen-container-active.chosen-with-drop .chosen-drop, .aml-contact-form form#gform_44 .gform_body .gfield.filled-in .chosen-container-active.chosen-with-drop .chosen-single, #gform_wrapper_44 form .gform_body .gfield.filled-in .chosen-container-active.chosen-with-drop .chosen-drop, #gform_wrapper_44 form .gform_body .gfield.filled-in .chosen-container-active.chosen-with-drop .chosen-single, #gform_wrapper_44 form#gform_44 .gform_body .gfield.filled-in .chosen-container-active.chosen-with-drop .chosen-drop, #gform_wrapper_44 form#gform_44 .gform_body .gfield.filled-in .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #999999 !important;
}
.aml-contact-form form .gform_body .gfield.filled-in .chosen-container.chosen-container-active .chosen-single, .aml-contact-form form#gform_44 .gform_body .gfield.filled-in .chosen-container.chosen-container-active .chosen-single, #gform_wrapper_44 form .gform_body .gfield.filled-in .chosen-container.chosen-container-active .chosen-single, #gform_wrapper_44 form#gform_44 .gform_body .gfield.filled-in .chosen-container.chosen-container-active .chosen-single {
  border-color: #3FA590 !important;
}
.aml-contact-form form .gform_body .gfield.filled-in .chosen-container.chosen-container-active.chosen-with-drop .chosen-single, .aml-contact-form form#gform_44 .gform_body .gfield.filled-in .chosen-container.chosen-container-active.chosen-with-drop .chosen-single, #gform_wrapper_44 form .gform_body .gfield.filled-in .chosen-container.chosen-container-active.chosen-with-drop .chosen-single, #gform_wrapper_44 form#gform_44 .gform_body .gfield.filled-in .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #3FA590 !important;
}
.aml-contact-form form .gform_body .gfield.filled-in .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop, .aml-contact-form form#gform_44 .gform_body .gfield.filled-in .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop, #gform_wrapper_44 form .gform_body .gfield.filled-in .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop, #gform_wrapper_44 form#gform_44 .gform_body .gfield.filled-in .chosen-container.chosen-container-active.chosen-with-drop .chosen-drop {
  border-color: #999999 !important;
}
.aml-contact-form form .gform_body .gfield ::placeholder, .aml-contact-form form#gform_44 .gform_body .gfield ::placeholder, #gform_wrapper_44 form .gform_body .gfield ::placeholder, #gform_wrapper_44 form#gform_44 .gform_body .gfield ::placeholder {
  color: #65778B !important;
  opacity: 1;
}

body #gform_wrapper_44.gform_legacy_markup_wrapper .gform_footer .gform_button,
body .aml-contact-form #gform_wrapper_44 .gform_footer .gform_button {
  background-color: #3FA590;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  color: #fff;
  border: none !important;
  padding: 9px 25px !important;
  font-family: "Open Sans", sans-serif !important;
  margin-top: 0;
  font-size: 20px !important;
  width: auto !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
body #gform_wrapper_44.gform_legacy_markup_wrapper .gform_footer .gform_button:hover,
body .aml-contact-form #gform_wrapper_44 .gform_footer .gform_button:hover {
  background-color: #008066;
}
body #gform_wrapper_44.gform_legacy_markup_wrapper .gform_footer .gform_button:active, body #gform_wrapper_44.gform_legacy_markup_wrapper .gform_footer .gform_button:focus,
body .aml-contact-form #gform_wrapper_44 .gform_footer .gform_button:active,
body .aml-contact-form #gform_wrapper_44 .gform_footer .gform_button:focus {
  background-color: #81C79C;
}

body .aml-mfp-wrap .aml-contact-form #gform_wrapper_44 .gform_footer .gform_button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

span#input_44_2_5_container {
  padding: 0;
}

.gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
  margin-bottom: 0 !important;
}

body .aml-contact-form #gform_wrapper_44 .gform_heading .gform_title {
  font-size: 32px !important;
}

body .aml-contact-form #gform_wrapper_44 .gform_body .gform_fields .gfield input[type=text] {
  border-color: #EBEDEF !important;
}

body .aml-contact-form #gform_wrapper_44 .gform_body .gform_fields .gfield.filled-in input[type=text] {
  border-color: #999999 !important;
}
body .aml-contact-form #gform_wrapper_44 .gform_body .gform_fields .gfield.filled-in input[type=text]:focus {
  border-color: #3FA590 !important;
}

body .aml-contact-form #gform_wrapper_44 .gform_body .gform_fields .gfield.focus-in input[type=text] {
  border-color: #3FA590 !important;
}
body .aml-contact-form #gform_wrapper_44 .gform_body .gform_fields .gfield.focus-in input[type=text]:focus {
  border-color: #3FA590 !important;
}

body .aml-contact-form .gform_legacy_markup_wrapper select.medium.gfield_select + div.chosen-container-single[style] {
  width: 100% !important;
}

body .aml-contact-form .gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_right {
  padding-right: 0;
}

body div#gform_wrapper_44 {
  background-color: transparent !important;
  margin-top: 20px !important;
}

body div#gform_wrapper_44 form {
  border: 1px solid #EBEDEF;
}

@media only screen and (min-width: 641px) {
  body #gform_wrapper_44.gform_legacy_markup_wrapper select.medium.gfield_select + div.chosen-container-single[style] {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .et_pb_column_gform_44 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .aml-contact-form form, .aml-contact-form form#gform_44,
#gform_wrapper_44 form, #gform_wrapper_44 form#gform_44 {
    padding: 19px 20px 35px;
  }
}
.aml-numbers {
  padding: 100px 0 80px;
  background-size: cover;
  background-position: center;
  font-family: "Open Sans", sans-serif;
}
.aml-numbers .title {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 75px;
  text-transform: capitalize;
}
.aml-numbers .number-row {
  color: #FFFFFF;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #FFFFFF;
  margin-bottom: 65px;
}
.aml-numbers .number-row .number-item {
  padding-right: 45px;
  position: relative;
}
.aml-numbers .number-row .number-item .icon-wrap {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 15px;
  text-align: center;
}
.aml-numbers .number-row .title-item {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.aml-numbers .number-row .number {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 64px;
  line-height: 88px;
  display: inline-block;
}
.aml-numbers .number-row .icon:before {
  color: #FFFFFF;
  font-size: 48px;
}
.aml-numbers .number-row svg {
  width: 42px;
  height: 42px;
  fill: #fff;
}
.aml-numbers .number-row svg * {
  fill: #fff;
}
.aml-numbers .number-row.style-2, .aml-numbers .number-row.style-3 {
  border-bottom: none;
  margin-bottom: 10px;
}
.aml-numbers .number-row.style-2 .number, .aml-numbers .number-row.style-3 .number {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
}
.aml-numbers .number-row.style-2 .title-item, .aml-numbers .number-row.style-3 .title-item {
  font-size: 18.66px;
  line-height: 28px;
}
.aml-numbers .number-row.style-2 .number-item:first-child:after, .aml-numbers .number-row.style-3 .number-item:first-child:after {
  width: 416px;
}
.aml-numbers .number-row.style-2 .number-item:after, .aml-numbers .number-row.style-3 .number-item:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #81C79C;
  position: absolute;
  display: inline-block;
  bottom: -30px;
}
.aml-numbers .number-row.style-3 .number-item:nth-child(2) {
  padding-right: 75px;
}
.aml-numbers .number-row.style-3 .number-item:after {
  content: none;
}
.aml-numbers.dark-text .title {
  color: #244260;
}
.aml-numbers.dark-text .number-row {
  border-color: #244260;
}
.aml-numbers.dark-text .number-row .number, .aml-numbers.dark-text .number-row .title-item, .aml-numbers.dark-text .number-row .icon:before {
  color: #244260;
}
.aml-numbers.dark-text .number-row svg, .aml-numbers.dark-text .number-row svg * {
  fill: #244260;
}

@media (max-width: 1199px) {
  .aml-numbers .number-row .number-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .aml-numbers .number-row {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .aml-numbers .number-row .number-item {
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .aml-numbers .number-row.style-2, .aml-numbers .number-row.style-3 {
    margin-bottom: 0;
  }
  .aml-numbers .number-row.style-2 .number-item:first-child:after, .aml-numbers .number-row.style-3 .number-item:first-child:after {
    content: none;
  }
  .aml-numbers .number-row.style-2 .number-item:nth-child(2), .aml-numbers .number-row.style-3 .number-item:nth-child(2) {
    padding-right: 0;
  }
  .aml-numbers .number-row.style-2 .number-item:after, .aml-numbers .number-row.style-3 .number-item:after {
    position: static;
    margin-top: 30px;
  }
}
.aml-cards {
  padding: 50px 0 90px;
}
.aml-cards.aml-light-bg {
  background-color: #F6F8F6;
  border-top: 1px solid #e8ede8;
}
.aml-cards .wrap {
  display: flex;
  flex-wrap: wrap;
}
.aml-cards .text-wrap {
  width: 50%;
  padding-right: 110px;
}
.aml-cards .text-wrap .title {
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3FA590;
  margin-bottom: 20px;
}
.aml-cards .card-wrap {
  width: 50%;
  display: flex;
  justify-content: center;
}
.aml-cards .card-wrap .card-item {
  width: 275px;
  margin: 0 10px;
  background-color: #FFFFFF;
  position: relative;
  transition: 0.5s;
}
.aml-cards .card-wrap .card-item:hover {
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1);
}
.aml-cards .card-wrap .card-item:hover .aml-link {
  color: #008066;
}
.aml-cards .card-wrap .card-item .bg-person {
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  height: 275px;
}
.aml-cards .card-wrap .card-item .card-title {
  margin-top: 0;
  padding-bottom: 0;
}
.aml-cards .card-wrap .card-item .title-wrap {
  margin-bottom: 55px;
}
.aml-cards .card-wrap .card-item .info-wrap {
  padding: 30px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aml-cards .card-wrap .card-item .aml-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  position: absolute;
  bottom: 35px;
}
.aml-cards .card-wrap .card-item .aml-link:hover {
  color: #008066;
}
.aml-cards .card-wrap .card-item .link-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.aml-cards.light-text .text-wrap * {
  color: #fff;
}

@media (max-width: 1199px) {
  .aml-cards .card-wrap, .aml-cards .text-wrap {
    width: 100%;
  }
  .aml-cards .text-wrap {
    margin-bottom: 50px;
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .aml-cards .text-wrap .title {
    line-height: 40px;
  }
  .aml-cards .card-wrap {
    flex-wrap: wrap;
  }
  .aml-cards .card-wrap .card-item {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    width: 100%;
    height: 160px;
  }
  .aml-cards .card-wrap .card-item .info-wrap {
    padding: 30px 25px;
    position: relative;
    width: calc(100% - 143px);
  }
  .aml-cards .card-wrap .card-item .bg-person {
    width: 143px;
    height: 100%;
  }
  .aml-cards .card-wrap .card-item .card-title, .aml-cards .card-wrap .card-item .card-desc, .aml-cards .card-wrap .card-item .aml-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .aml-cards .card-wrap .card-item .card-title {
    font-size: 22px;
    -webkit-line-clamp: 1;
  }
  .aml-cards .card-wrap .card-item .card-desc, .aml-cards .card-wrap .card-item .aml-link {
    -webkit-line-clamp: 1;
  }
}
.aml-news-block {
  padding: 84px 0;
}
.aml-news-block.aml-light-bg {
  background-color: #F6F8F6;
}
.aml-news-block .container {
  text-align: center;
}
.aml-news-block .swiper {
  margin-bottom: 40px;
}
.aml-news-block .swiper-button-prev, .aml-news-block .swiper-button-next {
  color: transparent;
  transform: translateY(-50%);
}
.aml-news-block .swiper-button-next {
  right: -100px;
}
.aml-news-block .swiper-button-prev {
  left: -100px;
}
.aml-news-block .swiper-slide {
  background-color: #FFFFFF;
  height: auto;
}
.aml-news-block .swiper-button-disabled {
  display: none;
}
.aml-news-block .main-title {
  margin-bottom: 45px;
  text-transform: capitalize;
}
.aml-news-block .btn-round-icon {
  bottom: 0;
  background-color: #fff;
}
.aml-news-block .posts-wrap {
  position: relative;
}
.aml-news-block .posts-wrap.display-all-posts .swiper-wrapper {
  flex-wrap: wrap;
  transform: none !important;
  justify-content: center;
  gap: 20px;
}
.aml-news-block .posts-wrap.display-all-posts .swiper-wrapper .swiper-slide {
  width: calc(33.3% - 13px) !important;
  margin-right: 0 !important;
}
.aml-news-block .posts-wrap.display-all-posts .arrow-wrap {
  display: none;
}
.aml-news-block .grid-post-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.aml-news-block .grid-post-wrap .post-item {
  position: relative;
  width: calc(33.333% - 20px);
  background-color: #fff;
  min-height: 320px;
}
.aml-news-block .grid-post-wrap + .btn-see-all {
  margin-top: 40px;
}
.aml-news-block .title-posts {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 45px;
  font-weight: 600;
  text-transform: capitalize;
}
.aml-news-block .container-item {
  margin-bottom: 100px;
}
.aml-news-block .container-item:last-child {
  margin-bottom: 0;
}
.aml-news-block .btn-see-all {
  box-shadow: none;
}
.aml-news-block.light-text .main-title {
  color: #fff;
}

body.blog .aml-news-block {
  background-color: #F6F8F6;
}

.aml-post-tag, .aml-post-item .tag {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #244260;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #EBEDEF;
  padding: 5px 9px;
  border-radius: 4px;
}

.aml-post-item {
  background-color: #FFFFFF;
  padding: 30px 20px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 80px;
}
.aml-post-item .top-wrap {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aml-post-item .date {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #244260;
}
.aml-post-item .title-post, .aml-post-item .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aml-post-item .title-post {
  margin-bottom: 15px;
  padding-bottom: 0;
  -webkit-line-clamp: 5;
}
.aml-post-item .desc {
  -webkit-line-clamp: 7;
}
.aml-post-item .tag {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-width: 235px;
}
.aml-post-item .read-more-link {
  position: absolute;
  bottom: 30px;
  font-weight: 700;
  font-size: 18px;
}
.aml-post-item .read-more-link:hover {
  color: #008066;
}
.aml-post-item .post-link {
  text-decoration: none;
}
.aml-post-item .post-link:hover {
  color: #008066;
}
.aml-post-item .post-link:hover .title-post {
  color: #008066;
}

.single-post .aml-article-wrap ul {
  list-style-type: disc;
  list-style-position: outside !important;
  margin-left: 20px;
}
.single-post .aml-article-wrap ul li {
  margin-bottom: 15px;
}
.single-post .aml-article-wrap ul li::marker {
  color: #244260;
}
.single-post .aml-article-wrap ol {
  list-style-type: decimal;
  list-style-position: outside !important;
  margin-left: 20px;
  margin-top: 10px;
}
.single-post .aml-article-wrap ol li {
  margin-bottom: 15px;
}
.single-post .aml-article-wrap ol li::marker {
  color: #244260;
}

@media (max-width: 1400px) {
  .aml-news-block .posts-wrap {
    padding: 0 50px;
  }
  .aml-news-block .swiper-button-next {
    right: 0;
  }
  .aml-news-block .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 1200px) {
  .aml-news-block .posts-wrap.display-all-posts .swiper-wrapper .swiper-slide {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 992px) {
  .aml-post-item .tag {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .aml-news-block .grid-post-wrap .post-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .aml-post-item .title-post {
    -webkit-line-clamp: 3;
  }
  .aml-post-item .desc {
    -webkit-line-clamp: 1;
  }
  .aml-post-item .desc br {
    display: none;
  }

  .aml-news-block .posts-wrap {
    padding: 0;
  }
  .aml-news-block .posts-wrap.display-all-posts {
    padding: 0;
  }
  .aml-news-block .posts-wrap.display-all-posts .swiper-wrapper {
    justify-content: center;
  }
  .aml-news-block .posts-wrap.display-all-posts .swiper-wrapper .swiper-slide {
    min-height: 100%;
    margin-right: 0 !important;
    width: calc(100% - 20px) !important;
  }
  .aml-news-block .posts-wrap .swiper .swiper-slide-active {
    min-width: 68vw;
  }
  .aml-news-block .grid-post-wrap .post-item {
    width: 100%;
  }
  .aml-news-block .arrow-wrap {
    display: none;
  }
}
@media (max-width: 551px) {
  .aml-news-block {
    padding-top: 65px;
  }
  .aml-news-block .title-posts {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .aml-news-block .title-post {
    font-weight: 600;
  }
  .aml-news-block .container-item {
    margin-bottom: 65px;
  }

  .aml-post-item .top-wrap {
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }
  .aml-post-item .top-wrap .tag {
    margin-bottom: 10px;
  }
}
.aml-top-article-banner {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #F6F8F6;
}
.aml-top-article-banner .container {
  text-align: center;
}
.aml-top-article-banner .title, .aml-top-article-banner .desc, .aml-top-article-banner .desc > * {
  color: #fff;
}
.aml-top-article-banner .title {
  max-width: 70%;
  margin: 0 auto 20px;
}
.aml-top-article-banner .desc > * {
  font-weight: 700;
}
.aml-top-article-banner .button {
  margin-top: 45px;
}

@media (max-width: 551px) {
  .aml-top-article-banner .title {
    max-width: 100%;
  }
}
.aml-news-bottom-banner {
  padding: 80px 0 90px;
  background-size: cover;
  background-position: center;
}
.aml-news-bottom-banner .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  text-transform: capitalize;
}
.aml-news-bottom-banner .subtitle {
  text-align: center;
}
.aml-news-bottom-banner .subtitle a {
  text-decoration: underline;
}
.aml-news-bottom-banner .info-icons-block {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
.aml-news-bottom-banner .info-icons-block .item {
  text-align: center;
}
.aml-news-bottom-banner .info-icons-block .item .icon-wrap {
  min-height: 60px;
}
.aml-news-bottom-banner .info-icons-block .item .icon {
  font-size: 36px;
  color: #3FA590;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 25px;
}
.aml-news-bottom-banner .info-icons-block .item .title-item {
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.aml-news-bottom-banner .info-icons-block .btn-icon {
  position: relative;
  width: 52px;
  height: 52px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-color: #fff;
  transform: none;
  left: 0;
  top: 0;
  margin-top: 40px;
}
.aml-news-bottom-banner .info-icons-block .btn-icon:hover:before {
  color: #008066;
}
.aml-news-bottom-banner .info-icons-block .btn-icon:before {
  color: #3FA590;
}

@media (max-width: 550px) {
  .aml-news-bottom-banner .info-icons-block .item .icon {
    margin-bottom: 20px;
  }
  .aml-news-bottom-banner .info-icons-block .btn-icon {
    margin-top: 33px;
  }
}
.aml-plain-text {
  padding-top: 65px;
  padding-bottom: 75px;
}
.aml-plain-text.small-banner {
  padding-top: 75px;
  padding-bottom: 75px;
}
.aml-plain-text.medium-banner {
  padding-top: 90px;
  padding-bottom: 90px;
}
.aml-plain-text.large-banner {
  padding-top: 120px;
  padding-bottom: 130px;
}
.aml-plain-text.bg-img {
  background-size: cover;
  background-position: center;
}
.aml-plain-text .title {
  margin-top: 0;
  line-height: 120%;
  text-transform: capitalize;
}
.aml-plain-text .button {
  margin-top: 20px;
}
.aml-plain-text .text {
  color: #244260;
}
.aml-plain-text .text p {
  line-height: 27px;
}
.aml-plain-text .text p:empty {
  margin-top: 12px;
}
.aml-plain-text .text * {
  color: inherit;
}
.aml-plain-text.light-text * {
  color: #fff;
}

.aml-complex-text {
  padding: 120px 0;
}
.aml-complex-text.aml-light-bg {
  background-color: #f0f0f0;
}
.aml-complex-text .text-wrap {
  max-width: 570px;
  margin: 0 auto;
}
.aml-complex-text .title {
  font-weight: 700;
  text-transform: capitalize;
}
.aml-complex-text .desc {
  margin-bottom: 30px;
}
.aml-complex-text.center .title, .aml-complex-text.center .desc {
  text-align: center;
}
.aml-complex-text .bullets-wrap {
  text-align: left;
}
.aml-complex-text .bullets-wrap .bullet-item {
  display: flex;
}
.aml-complex-text .bullets-wrap .bullet-item .title-item {
  min-width: 35%;
  text-transform: capitalize;
}
.aml-complex-text .bullets-wrap .bullet-item .desc {
  text-align: left;
}
.aml-complex-text.bullet-center .bullets-wrap .bullet-item {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.aml-complex-text.bullet-center .bullets-wrap .bullet-item .title-item, .aml-complex-text.bullet-center .bullets-wrap .bullet-item .desc {
  width: 100%;
  text-align: center;
}
.aml-complex-text.light-text .title, .aml-complex-text.light-text .desc, .aml-complex-text.light-text .desc *, .aml-complex-text.light-text .title-item {
  color: #fff;
}

@media (max-width: 767px) {
  .aml-complex-text .bullets-wrap .bullet-item {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .aml-complex-text .bullets-wrap .bullet-item .title-item, .aml-complex-text .bullets-wrap .bullet-item .desc {
    width: 100%;
    text-align: center;
  }
}
.aml-quote {
  padding: 90px 0;
}
.aml-quote:not(.no_bg) {
  background-color: #D6D6D6;
}
.aml-quote > * {
  position: relative;
}
.aml-quote.bg-img {
  background-size: cover;
  background-position: center;
}
.aml-quote .quote {
  margin-bottom: 50px;
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}
.aml-quote .quote * {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-transform: capitalize;
}
.aml-quote .quote:before {
  content: "“";
  left: 14px;
  top: 13px;
  font-size: 32px;
}
.aml-quote .quote:after {
  content: "”";
  right: 14px;
  bottom: 13px;
  font-size: 32px;
}
.aml-quote .title {
  padding-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.aml-quote .position {
  font-weight: 700;
  text-transform: capitalize;
}
.aml-quote .text-wrap {
  max-width: 973px;
  margin: 0 auto;
  text-align: center;
}
.aml-quote.container {
  padding: 66px 15px;
  margin: 80px auto;
  border-radius: 16px;
}
.aml-quote.container.overlay:before {
  border-radius: 16px;
}
.aml-quote.light-text * {
  color: #fff;
}
.aml-quote.light-text .quote {
  color: #fff;
}
.aml-quote.light-text .quote:before {
  color: #fff;
}
.aml-quote.light-text .quote * {
  color: #fff;
}
.aml-quote.light-text .title {
  color: #fff;
}

@media (max-width: 991px) {
  .aml-quote .quote {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .aml-quote {
    padding: 80px 0;
  }
  .aml-quote .text-wrap {
    width: 100%;
  }
  .aml-quote.container {
    border-radius: 0;
  }
}
.aml-article-wrap {
  padding-bottom: 45px;
}
.aml-article-wrap .et_pb_row {
  width: 100%;
  max-width: 100%;
}
.aml-article-wrap .metainfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.aml-article-wrap .metainfo .date {
  color: #333333;
  opacity: 0.5;
  font-size: 14px;
}
.aml-article-wrap .author-article {
  display: flex;
  align-items: center;
}
.aml-article-wrap .author-article .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.aml-article-wrap .author-article .name {
  color: #333333;
  font-size: 14px;
  line-height: 140%;
  margin-left: 10px;
}
.aml-article-wrap .preview-article {
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center;
  margin-top: 10px;
}

.single-post .aml-breadcrumbs {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .single-post .aml-breadcrumbs .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .aml-article-wrap .preview-article {
    height: 300px;
    margin-bottom: 20px;
  }
}