html {
  scroll-behavior: smooth;
}

.primary-color {
  color: #006fcf;
}

#page-content {
  padding: 15px;
  min-height: 600px;
}

@font-face {
  font-family: Segoe UI;
  src: url("../fonts/segoe-ui-4-cufonfonts/Segoe UI.ttf");
}
.form-group .form-label {
  font-family: Helvetica Neue, Roboto, Helvetica, sans-serif;
  font-size: 0.8125rem;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.form-group input[type=text] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.form-group input[type=email] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.form-group select {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.form-group input[type=password] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.form-group textarea {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.form-group .form-control.is-invalid {
  border-color: #dc3545 !important;
}

.download-button-flex-0n-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.download-button-flex-0n-top a {
  border: 2px solid black;
  padding: 2px 5px;
  color: black;
  display: inline-flex;
  border-radius: 7px;
  text-decoration: none;
  font-family: "Segoe UI";
  background-color: #fff;
}
.download-button-flex-0n-top img {
  width: 42px;
  height: 45px;
  margin-right: 10px;
}
.download-button-flex-0n-top i {
  font-size: 2rem;
  float: left;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0px;
  }
}
.btn-primary {
  background-color: #006fcf;
  border-color: #006fcf;
}

.btn-primary:hover {
  opacity: 0.8;
}

h1 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #53565a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
}

.content-page {
  background-color: #e9e9e9;
  min-height: 900px;
  width: 100%;
  margin-top: 55px;
}
.content-page bg-white {
  margin-top: 55px;
}
@media only screen and (max-width: 600px) {
  .content-page .search-bar {
    display: none;
  }
  .content-page .collapse .mobile-search-bar {
    width: 100%;
    font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #53565a;
    font-size: 14px;
  }
  .content-page .collapse .mobile-search-bar .example input[type=text] {
    padding: 5px;
    font-size: 15px;
    border: 0px solid #53565a;
    border-right: 0px;
    float: left;
    width: 84%;
    background: #ffffff;
    outline: 0;
    border: 0;
    box-shadow: none;
  }
  .content-page .collapse .mobile-search-bar .example span {
    float: left;
    width: 16%;
    padding: 5px 18px;
    background: #fff;
    color: #006fcf;
    font-size: 15px;
    border: 0px solid #53565a;
    border-left: none;
    /* Prevent double borders */
  }
  .content-page .collapse .mobile-search-bar .example button:hover {
    color: #53565a;
  }
  .content-page .collapse .mobile-search-bar .example ::after {
    content: "";
    clear: both;
    display: table;
  }
}
.content-page .top-bar {
  width: 100%;
  background: #fff;
}
.content-page .navbar {
  padding: 2px 0px;
}
.content-page .navbar .logo-text {
  font-weight: 600;
}
.content-page .navbar .search-bar {
  width: 300px;
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #53565a;
  font-size: 14px;
}
.content-page .navbar .search-bar .example input[type=text] {
  padding: 5px;
  font-size: 15px;
  border: 1px solid #53565a;
  border-right: 0px;
  float: left;
  width: 84%;
  background: #ffffff;
}
.content-page .navbar .search-bar .example span {
  float: left;
  width: 16%;
  padding: 5px 18px;
  background: #fff;
  color: #006fcf;
  font-size: 15px;
  border: 1px solid #53565a;
  border-left: none;
  /* Prevent double borders */
}
.content-page .navbar .search-bar .example button {
  float: left;
  width: 16%;
  padding: 5px;
  background: #fff;
  color: #006fcf;
  font-size: 15px;
  border: 1px solid #53565a;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
}
.content-page .navbar .search-bar .example button:hover {
  color: #53565a;
}
.content-page .navbar .search-bar .example ::after {
  content: "";
  clear: both;
  display: table;
}
@media only screen and (max-width: 600px) {
  .content-page .navbar .search-bar {
    display: none;
  }
  .content-page .navbar .mobile-search-bar {
    width: 100%;
    font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #53565a;
    font-size: 14px;
  }
  .content-page .navbar .mobile-search-bar .example input[type=text] {
    padding: 5px;
    font-size: 15px;
    border: 1px solid #53565a;
    border-right: 0px;
    float: left;
    width: 84%;
    background: #ffffff;
  }
  .content-page .navbar .mobile-search-bar .example button {
    float: left;
    width: 16%;
    padding: 5px;
    background: #fff;
    color: #006fcf;
    font-size: 15px;
    border: 1px solid #53565a;
    border-left: none;
    /* Prevent double borders */
    cursor: pointer;
  }
  .content-page .navbar .mobile-search-bar .example button:hover {
    color: #53565a;
  }
  .content-page .navbar .mobile-search-bar .example ::after {
    content: "";
    clear: both;
    display: table;
  }
}
.content-page .navbar-mobile-nav {
  display: none;
}
@media only screen and (max-width: 600px) {
  .content-page .text-start {
    text-align: center !important;
    margin-top: 30px;
  }
  .content-page .navbar-nav {
    display: none;
  }
  .content-page .navbar-mobile-nav {
    display: -webkit-box;
    list-style: none;
    margin: 0px;
  }
  .content-page .nav-mobile-btn {
    font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding-left: 5px;
  }
  .content-page .nav-mobile-btn .nav-btn {
    font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 0px;
  }
  .content-page .nav-mobile-btn .nav-btn .btn {
    background-color: #006fcf;
    font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 5px 10px;
  }
  .content-page .nav-mobile-btn .nav-btn .help {
    background-color: #fff;
    font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #006fcf;
    font-size: 12px;
    padding: 5px 10px;
  }
  .content-page .nav-item-btn {
    font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-left: 0px !important;
  }
  .content-page .nav-item-btn svg {
    width: 22px;
    height: 22px;
  }
  .content-page .nav-item-btn .nav-btn {
    font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0px;
  }
  .content-page .nav-item-btn .nav-btn .btn {
    background-color: #006fcf;
    font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 7px 12px !important;
  }
  .content-page .nav-item-btn .nav-btn .help {
    background-color: #fff;
    font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #006fcf;
    font-size: 14px;
    padding: 7px 15px;
  }
}
.content-page .nav-item-btn {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-left: 10px;
}
.content-page .nav-item-btn .nav-btn {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0px;
}
.content-page .nav-item-btn .nav-btn .btn {
  background-color: #006fcf;
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 7px 20px;
}
.content-page .nav-item-btn .nav-btn .btn:hover {
  background: #1068a5;
}
.content-page .nav-item-btn .nav-btn .help {
  background-color: #fff;
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #006fcf;
  font-size: 14px;
  padding: 7px 15px;
}
.content-page .nav-item-btn .nav-btn .help:hover {
  background: #E5E5E5 !important;
}
.content-page .nav-header {
  background-color: #006fcf;
  padding: 0;
  margin: 0;
  text-align: center;
}
.content-page .nav-header a .mdi {
  font-size: 22px;
}
.content-page .nav-header .help {
  color: #006fcf !important;
}
.content-page .nav-header .nav-brand {
  color: #fff;
  margin: 0;
  border-radius: 0;
  font-size: 1rem;
  line-height: 48px;
}
.content-page .nav-header .nav-brand a {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}
.content-page .m-menu {
  display: none;
}
.content-page .secnd-bar {
  background-color: #006AFF;
  padding: 12px;
  text-align: center;
}
.content-page .secnd-bar ul {
  list-style: none;
  margin: 0;
}
.content-page .secnd-bar ul li {
  display: inline-block;
}
.content-page .secnd-bar ul li a {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 14px;
}
@media only screen and (max-width: 600px) {
  .content-page .bg-white {
    padding: 0px;
    margin-top: 0px;
  }
  .content-page .m-menu {
    background-color: #026fcf;
    color: #f7f8f9;
    display: block;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
  }
  .content-page .m-menu a:active {
    background-color: #026fcf;
    color: #f7f8f9;
  }
  .content-page .secnd-bar {
    display: none;
    background-color: #d0d3d4;
    padding: 12px;
    text-align: center;
  }
  .content-page .secnd-bar ul {
    list-style: none;
    margin: 0;
    padding: 0px;
  }
  .content-page .secnd-bar ul li {
    display: block;
  }
  .content-page .secnd-bar ul li a {
    font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #53565a;
    text-transform: uppercase;
    padding: 14px;
  }
  .content-page .secnd-bar-menu {
    background-color: #d0d3d4;
    padding: 12px;
    text-align: center;
  }
  .content-page .secnd-bar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0px;
  }
  .content-page .secnd-bar-menu ul li {
    display: block;
  }
  .content-page .secnd-bar-menu ul li a {
    font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #53565a;
    text-transform: uppercase;
    padding: 14px;
  }
}
.content-page .img-hero img {
  width: 100%;
  height: 420px;
}
.content-page .head-box {
  background-color: #ffffff;
  left: 0;
  right: 0;
  height: 58px;
  text-align: center;
}
.content-page .head-box h1 {
  font: 0.9375em/1.66667 Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  position: relative;
  top: -63%;
  display: inline-block;
  background-color: #006fcf;
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 600px) {
  .content-page .img-hero img {
    width: 100%;
    height: auto;
  }
  .content-page .head-box h1 {
    font-size: 24px;
    top: -49%;
  }
}
.content-page .txt-hero {
  width: 100%;
  background: #fff;
  min-height: 650px;
  padding: 0 15px;
}
.content-page .txt-hero .textur-midle {
  min-height: 300px;
  padding-top: 16px;
}
.content-page .txt-hero .textur-midle h2 {
  text-align: center;
  font-weight: 400;
  color: #53565a;
}
.content-page .txt-hero .textur-midle p {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  color: #53565a;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: normal;
  margin-bottom: 12px;
}
.content-page .txt-hero .section-more {
  padding: 0 15px;
}
.content-page .txt-hero .section-more .imge-one {
  background-image: url(../images/lounge.jpg);
  position: relative;
  opacity: 0.99;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 375px;
  margin-bottom: 30px;
}
.content-page .txt-hero .section-more .imge-one .overly {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 23, 90, 0), #00175a);
  z-index: 1;
}
.content-page .txt-hero .section-more .imge-one .overly h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  margin-bottom: 0.2em;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  position: absolute;
  bottom: 78px;
  padding-left: 13px;
}
.content-page .txt-hero .section-more .imge-one .overly .btn {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 14px;
  display: inline-block;
  margin: 0;
  padding: 0.8em 1.2em;
  color: #fff;
  margin-top: 10px;
  margin-left: 15px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6em;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border-radius: 5px;
  background-color: white;
  color: #006fcf;
  cursor: pointer;
}
.content-page .txt-hero .section-more .imge-one .overly .btn:hover {
  background-color: #006fcf;
  color: #fff;
}
.content-page .txt-hero .section-more .view-more {
  padding: 1.66667rem 0;
  text-align: center;
}
.content-page .txt-hero .section-more .view-more .btn {
  display: inline-block;
  margin: 0;
  padding: 0.8em 1.2em;
  color: #fff;
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border-radius: 5px;
  background-color: #006fcf;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.content-page .txt-hero .section-map h2 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #53565a;
}
.content-page .txt-hero .section-map .location-nav {
  list-style: none;
  display: flex;
  margin: 0 auto 30px;
  width: 260px;
  border: 1px solid #006fcf;
  border-radius: 5px;
}
.content-page .txt-hero .section-map .location-nav .nav-link-left {
  position: relative;
  padding: 12px 10px 10px 36px;
  min-height: 5.9em;
  color: #00175a;
  font-size: 11px;
  line-height: 1.3;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
}
.content-page .txt-hero .section-map .location-nav .nav-link-current {
  color: #53565a;
  background: #fff;
  border-radius: 5px;
}
.content-page .txt-hero .section-four .find_btn {
  text-align: center;
}
.content-page .txt-hero .section-four .find_btn .btn {
  display: inline-block;
  margin: 0;
  padding: 0.8em 1.2em;
  color: #fff;
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border-radius: 5px;
  background-color: #006fcf;
  cursor: pointer;
}
.content-page .txt-hero .section-four .text-legal p {
  text-align: center;
  color: #888;
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.content-page .txt-hero .picture img {
  max-width: 100%;
}
.content-page .txt-hero .picture .block-content {
  height: 276px;
  background-color: #006fcf;
  color: #fff;
  padding: 2rem;
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
}
.content-page .txt-hero .picture .block-content h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  position: relative;
  margin-bottom: 0.6em;
  padding-bottom: 0.4em;
  font-size: 2rem;
}
.content-page .txt-hero .picture .block-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2.5rem;
  width: 5rem;
  border-bottom: 1px solid #fff;
}
.content-page .txt-hero .picture .block-content p {
  font-size: 0.9375em;
  margin-bottom: 0;
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.content-page .txt-hero .nav-footer {
  padding-top: 50px;
  min-height: 152px;
}
.content-page .txt-hero .container--wide {
  max-width: 960px;
}
.content-page .txt-hero .container--wide .three-footer {
  position: relative;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #d0d3d4;
  margin: 0;
  list-style-type: none;
}
.content-page .txt-hero .container--wide .three-footer li {
  display: inline-block;
  border-bottom: none;
}
.content-page .txt-hero .container--wide .three-footer li a {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  color: #53565a;
  font-size: 1.4rem;
  line-height: 3.4rem;
  white-space: nowrap;
  text-decoration: none;
}
.content-page .txt-hero .container--wide .three-footer li a:hover {
  color: #006fcf;
}
.content-page .txt-hero .container--wide #back-to-top .button-back {
  border: none;
  background: white;
  margin: auto;
  color: #007bff;
}
.content-page .txt-hero .container--wide #back-to-top .icon {
  color: #007bff;
}
.content-page .footer-end {
  background: white;
}
.content-page .footer-end .inner-links {
  padding-top: 30px;
}
.content-page .footer-end .inner-links .about h2 {
  color: #53565a;
  font-weight: 600;
  font-size: 0.8125rem;
  text-align: left;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.content-page .footer-end .inner-links .about ul {
  list-style: none;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}
.content-page .footer-end .inner-links .about ul li {
  margin: 6px 0px;
}
.content-page .footer-end .inner-links .about ul li a {
  color: #006fcf;
  font-size: 13px;
}
.content-page .footer-end .end-last .bd {
  border-top: 1px solid gray;
  padding-top: 45px;
}
.content-page .footer-end .end-last .left-side {
  float: right;
}
.content-page .footer-end .end-last .left-side .flag-US img {
  height: 17px;
}
.content-page .footer-end .end-last .left-side .united {
  font-weight: 600;
  font-size: 13px;
  margin: 0px 4px;
}
.content-page .footer-end .end-last .left-side a {
  font-weight: 600;
  font-size: 13px;
  margin: 0px 4px;
}
.content-page .footer-end .end-last .term ul {
  list-style-type: none;
  align-items: baseline;
  display: inline-flex;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}
.content-page .footer-end .end-last .term ul .line::after {
  color: #97999b;
  content: "|";
  font-size: 1.2rem;
  font-weight: 200;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.content-page .footer-end .end-last .term ul .line a {
  font-size: 13px;
  font-weight: normal;
}
.content-page .footer-end .end-last .term ul a {
  font-size: 13px;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  .content-page .footer-end .end-last .term ul {
    display: block;
  }
  .content-page .footer-end .end-last .term ul .line::after {
    color: #97999b;
    content: "";
    font-size: 1.2rem;
    font-weight: 200;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.content-page .footer-end .end-last .soical-icn {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-page .footer-end .end-last .soical-icn img {
  height: 32px;
  margin: 0px 6px;
}
.content-page .footer-end .end-last .paraghp {
  font-size: 14px;
}
.content-page .footer-end .end-last p {
  font-size: 14px;
}

.home .section .blue-bg {
  background: #006aff;
  color: #fff;
}
.home .section .blue-bg h1 {
  font-size: 3rem;
  margin-bottom: 0px;
  font-family: "Segoe UI";
  color: #fff;
}
.home .section .blue-bg .tag-line {
  font-size: 0.95rem;
  text-align: center;
  font-family: "Segoe UI";
  margin-left: -22px;
}
.home .section .blue-bg span {
  font-size: 0.95rem;
  text-align: center;
  font-family: "Segoe UI";
}
.home .section .blue-bg p {
  text-align: justify;
  font-size: 1rem;
  font-family: "Segoe UI";
}
.home .section .blue-bg p a {
  color: #fff;
  font-family: "Segoe UI";
  font-size: 1.2rem;
}
.home .section .blue-bg .promo-text {
  font-size: 0.8rem;
  color: white;
}
.home .section .blue-bg .promo-text a {
  color: #fff;
}
.home .section .mobile-app {
  background-image: url("/custom-assets/images/three-smartphone-sg-app.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media only screen and (max-width: 992px) {
  .home .section .mobile-app {
    min-height: 428px;
  }
}
@media only screen and (max-width: 768px) {
  .home .section .mobile-app {
    min-height: 360px;
  }
  .home .section .blue {
    padding: 15px;
  }
}
.home .section .white-bg {
  background: #fff;
  padding: 30px 60px;
}
.home .section .white-bg h1 {
  font-size: 1.5rem;
  color: #006aff;
  text-align: center;
  font-family: "Segoe UI";
  font-weight: 500;
  padding-top: 10px;
}
.home .section .white-bg h4 {
  font-size: 1.1rem;
  font-family: "Segoe UI";
  font-weight: 500;
}
.home .section .white-bg p {
  font-family: "Segoe UI";
  font-size: 0.9rem;
}
.home .section .white-bg .secure-spot {
  font-family: "Segoe UI";
  color: #006aff;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .home .section .white-bg {
    padding: 15px 30px;
  }
}
.home .section .features-bg {
  background: #006aff;
  color: #fff;
}
.home .section .features-bg h4 {
  font-size: 1.1rem;
  font-family: Segoe UI;
  font-weight: 500;
  color: white;
  padding: 30px 15px 0px 15px;
  text-align: center;
}
.home .section .features-bg .features {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.home .section .features-bg .features p {
  color: #fff;
  font-family: "Segoe UI";
  line-height: 1.2;
  font-size: 1.1rem;
  text-align: start;
  width: 90%;
}
.home .section .features-bg .features .image {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 50px;
  height: 50px;
  padding: 10px;
}
.home .section .features-bg .secure-spot {
  font-family: "Segoe UI";
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}
.home .section .features-bg .mobile-screen {
  display: flex;
  justify-content: center;
}
.home .section .benefits-new {
  background-color: #fff;
}
.home .section .benefits-new .benefits-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}
.home .section .benefits-new .benefits-inner .box {
  height: 300px;
  width: 300px;
  background-color: #F7F7F7;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 5px;
  padding: 15px;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .section .benefits-new .benefits-inner .box img {
  height: 60px;
}
.home .section .benefits-new .benefits-inner .box h3 {
  color: #006AFF;
  font-size: 1.25em;
  font-family: "Segoe UI";
  text-align: center;
}
.home .section .benefits {
  background-color: #fff;
}
.home .section .benefits h4 {
  font-family: "Segoe UI";
  color: #006AFF;
  font-size: 1.3rem;
  text-align: center;
  margin: 20px 0px;
  font-weight: 500;
}
.home .section .benefits .benefits-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}
.home .section .benefits .benefits-inner .box {
  height: 190px;
  width: 225px;
  background-color: #F7F7F7;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 5px;
  padding: 15px;
  margin-top: 15px;
}
.home .section .benefits p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: inherit;
  margin: 20px;
}
.home .section .benefits .downlaod-button {
  border: 2px solid black;
  border-radius: 5px;
  padding: 10px 20px;
  color: black;
  display: inline-flex;
  border-radius: 10px;
}

.signin h2 {
  font-family: BentonSans, Helvetica Neue, Roboto, Helvetica, sans-serif;
  font-size: 1.25rem;
  color: #53565a;
  text-align: center;
  font-weight: 400;
}
.signin h5 {
  font-family: BentonSans, Helvetica Neue, Roboto, Helvetica, sans-serif;
  font-size: 13px;
  color: #53565a;
  font-weight: bold;
  text-align: center;
}
.signin .form-group .form-label {
  font-family: Helvetica Neue, Roboto, Helvetica, sans-serif;
  font-size: 0.8125rem;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.signin .form-group input[type=text] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.signin .form-group input[type=email] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.signin .form-group input[type=password] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.signin .form-group button {
  color: #fff;
  font-weight: 400;
  background: #006fcf;
  padding: 0.8125rem 1.875rem;
}
.signin .form-group button:hover {
  background: #1068a5;
}
.signin .forget-password a {
  font-family: Helvetica Neue, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #006fcf;
  letter-spacing: 0.5px;
  line-height: 30px;
}
.signin .modal-dialog {
  max-width: 350px;
}
.signin .modal-dialog .modal-content h3 {
  font-size: 1.5rem;
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  color: #006fcf;
  font-weight: normal;
}
.signin .modal-dialog .modal-content p {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
}

.signup h2 {
  font-family: BentonSans, Helvetica Neue, Roboto, Helvetica, sans-serif;
  font-size: 27px;
  color: #53565a;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.signup h5 {
  font-family: BentonSans, Helvetica Neue, Roboto, Helvetica, sans-serif;
  font-size: 13px;
  color: #53565a;
  font-weight: bold;
  text-align: center;
}
.signup .form-group .form-label {
  font-family: Helvetica Neue, Roboto, Helvetica, sans-serif;
  font-size: 0.8125rem;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.signup .form-group input[type=text] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.signup .form-group input[type=email] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.signup .form-group input[type=password] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.signup .form-group button {
  color: #fff;
  font-weight: 400;
  background: #006fcf;
  padding: 0.8125rem 1.875rem;
}
.signup .form-group button:hover {
  background: #1068a5;
}
.signup .form-group .country-flag {
  padding-top: 10px;
}
.signup .forget-password a {
  font-family: Helvetica Neue, Roboto, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #006fcf;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.app-collapse {
  height: auto;
  position: relative;
}
.app-collapse .shadow-bottom-inset {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.6) 50%, #fff 90%);
}

.app-collapse .view-less {
  height: 500px;
  overflow: hidden;
}

.affiliate {
  padding: 15px;
}
.affiliate h1 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: center;
  font-size: 2.3rem;
}
.affiliate h1 span {
  color: rgba(0, 111, 207, 0.6);
}
.affiliate h2 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006FCF;
  text-align: center;
  font-size: 1.6rem;
}
.affiliate h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006FCF;
  text-align: center;
  font-size: 1rem;
}
.affiliate .form-group label {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006FCF;
  text-align: center;
  font-size: 1.3rem;
}
.affiliate .form-group input[type=email] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.affiliate .form-group input[type=text] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.affiliate .form-group input[type=password] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.affiliate .form-group input[type=number] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.affiliate .form-group select {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.affiliate .form-group .message {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
}

.add-business {
  padding: 15px;
}
.add-business h1 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: center;
  font-size: 2.3rem;
}
.add-business h1 span {
  color: rgba(0, 111, 207, 0.6);
}
.add-business h2 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: center;
  font-size: 1.6rem;
}
.add-business .gray {
  color: #53565a !important;
}
.add-business h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: center;
  font-size: 1rem;
}
.add-business .content-center {
  padding-top: 20px;
  text-align: center;
}
.add-business .form-group label {
  font-family: Helvetica Neue, Roboto, Helvetica, sans-serif;
  font-weight: 500;
  color: black;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.add-business .form-group .red-text {
  color: red !important;
}
.add-business .form-group input[type=text] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.add-business .form-group input[type=password] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.add-business .form-group input[type=number] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.add-business .form-group select {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 3.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.add-business .form-group button {
  color: #fff;
  font-weight: 400;
  background: #006fcf;
  padding: 0.8125rem 1.875rem;
}
.add-business .form-group button:hover {
  background: #1068a5;
}
.add-business .form-group .message {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
}
.add-business .price-table .row:before {
  display: table;
  content: " ";
}
.add-business .price-table .flat-price-table:hover {
  margin-top: -20px;
  border: 4px solid #ffffff;
  cursor: pointer;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.11);
}
.add-business .price-table .flat-price-table {
  text-align: center;
  border: 1px solid #dfdfdf;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.add-business .price-table .flat-price-table .price-title {
  font-family: Helvetica Neue, Roboto, Helvetica, sans-serif;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  word-spacing: -3.6px;
  padding-top: 44px;
  padding-bottom: 14px;
}
.add-business .price-table .flat-price-table .price-title:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #343434;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  margin-top: 2px;
}
.add-business .price-table .flat-price-table .price-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #343434;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  margin-top: 8px;
}
.add-business .price-table .flat-price-table .price {
  padding-top: 30px;
  padding-bottom: 25px;
}
.add-business .price-table .flat-price-table .price p {
  font-size: 14px;
  color: #b9b9b9;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-top: -14px;
}
.add-business .price-table .flat-price-table .price .dola {
  color: #006fcf;
  font-weight: 600;
  font-size: 40px;
  line-height: 27px;
}
.add-business .price-table .flat-price-table ul {
  margin-top: -4px;
  margin-bottom: 30px;
  list-style: none;
  padding: 0px;
}
.add-business .price-table .flat-price-table ul li {
  font-size: 14px;
  line-height: 40px;
  color: #212121;
}
.add-business .price-table .flat-price-table ul li:nth-child(2n+1) {
  background-color: #f1f1f1;
}
.add-business .price-table .flat-price-table ul span {
  font-size: 30px;
}
.add-business .price-table .flat-price-table ul .red {
  color: red;
}
.add-business .price-table .flat-price-table ul .green {
  color: green;
}
.add-business .price-table .flat-price-table .btn {
  background-color: #006fcf;
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFf;
  padding: 15px 40px;
  margin-bottom: 29px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: none;
}
.add-business .price-table .detail-price-table {
  text-align: center;
  border: 0px solid #dfdfdf;
  position: relative;
}
.add-business .price-table .detail-price-table .price-title {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  word-spacing: -3.6px;
  padding-top: 44px;
  padding-bottom: 14px;
  font-family: Helvetica Neue, Roboto, Helvetica, sans-serif;
  margin-bottom: 50px;
}
.add-business .price-table .detail-price-table .price-title:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #343434;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  margin-top: 2px;
}
.add-business .price-table .detail-price-table .price-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #343434;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  margin-top: 8px;
}
.add-business .price-table .detail-price-table .price {
  padding-top: 20px;
  padding-bottom: 30px;
}
.add-business .price-table .detail-price-table .price p {
  font-size: 14px;
  color: #b9b9b9;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-top: -14px;
}
.add-business .price-table .detail-price-table .price .dola {
  color: #212121;
  font-weight: 400;
  font-size: 55px;
  line-height: 27px;
}
.add-business .price-table .detail-price-table ul {
  margin-top: -4px;
  margin-bottom: 30px;
  list-style: none;
  padding: 0px;
}
.add-business .price-table .detail-price-table ul li {
  font-size: 14px;
  line-height: 46px;
  color: #212121;
}
.add-business .price-table .detail-price-table ul li:nth-child(2n+1) {
  background-color: #f1f1f1;
}
.add-business .package {
  justify-content: center;
  margin-bottom: 25px;
}
.add-business .package .box {
  height: auto;
  color: #fff;
  background-color: #cdcdcd;
  text-align: center;
  padding: 3rem 0rem;
  margin: 1rem 0rem;
  background-color: #006fcf;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 50px;
}
.add-business .package .box-one {
  line-height: 300px;
}
.add-business .package .box:hover {
  cursor: pointer;
}
.add-business .package .selected {
  background-color: #006fcf;
}
.add-business p {
  font-family: Helvetica Neue, Roboto, Helvetica, sans-serif;
}

.member-dashboard {
  padding: 15px;
}
.member-dashboard h1 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: center;
  font-size: 2.3rem;
}
.member-dashboard h1 span {
  color: rgba(0, 111, 207, 0.6);
}
.member-dashboard h2 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: center;
  font-size: 1.6rem;
}
.member-dashboard .gray {
  color: #53565a !important;
}
.member-dashboard h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: center;
  font-size: 1rem;
}
.member-dashboard .content-center {
  padding-top: 20px;
  text-align: center;
}
.member-dashboard .form-group a {
  color: #fff;
  font-weight: 400;
  background: #006fcf;
  padding: 0.8125rem 1.875rem;
}
.member-dashboard .form-group a:hover {
  background: #1068a5;
}
.member-dashboard .member-list {
  background-color: #fafafa;
  padding: 10px;
}
.member-dashboard .member-list .image img {
  width: 100%;
  height: 120px;
}
.member-dashboard .member-list .discription h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: left;
  font-size: 20px;
}
.member-dashboard .member-list .discription p {
  font-size: 14px;
  margin-bottom: 4px;
}
.member-dashboard .member-list .circles .circle-impression1 {
  position: absolute;
  top: 55px;
  color: #000;
}
.member-dashboard .member-list .circles .circle-impression1 .outer-circle {
  border: 3px solid #000;
  padding: 25px 20px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bolder;
}
.member-dashboard .member-list .circles .circle-impression1 .inner-circle {
  background-color: green;
  padding: 4px;
  border-radius: 15px;
  position: absolute;
  left: -8px;
  top: -13px;
  font-size: 10px;
  color: #fff;
}
.member-dashboard .member-list .circles .circle-impression1 .inner-hours {
  color: green;
  position: absolute;
  left: 18px;
  top: -9px;
  font-size: 10px;
}
.member-dashboard .member-list .circles .circle-impression2 {
  position: absolute;
  top: 55px;
  left: 80px;
  color: #000;
}
.member-dashboard .member-list .circles .circle-impression2 .outer-circle {
  border: 3px solid #000;
  padding: 25px 20px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bolder;
}
.member-dashboard .member-list .circles .circle-impression2 .inner-circle {
  background-color: darkorange;
  padding: 4px;
  border-radius: 15px;
  position: absolute;
  left: -8px;
  top: -13px;
  font-size: 10px;
  color: #fff;
}
.member-dashboard .member-list .circles .circle-impression2 .inner-hours {
  color: darkorange;
  position: absolute;
  left: 18px;
  top: -9px;
  font-size: 10px;
}
.member-dashboard .member-list .circles .circle-impression3 {
  position: absolute;
  top: 55px;
  left: 160px;
  color: #000;
}
.member-dashboard .member-list .circles .circle-impression3 .outer-circle {
  border: 3px solid #000;
  padding: 25px 20px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bolder;
}
.member-dashboard .member-list .circles .circle-impression3 .inner-circle {
  background-color: red;
  padding: 4px;
  border-radius: 15px;
  position: absolute;
  left: -8px;
  top: -13px;
  font-size: 10px;
  color: #fff;
}
.member-dashboard .member-list .circles .circle-impression3 .inner-hours {
  color: red;
  position: absolute;
  left: 18px;
  top: -9px;
  font-size: 10px;
}
@media only screen and (max-width: 600px) {
  .member-dashboard .member-list .circles {
    height: 90px;
  }
  .member-dashboard .member-list .circles .circle-impression1 {
    position: absolute;
    top: 38px;
    left: 10%;
    color: #000;
  }
  .member-dashboard .member-list .circles .circle-impression1 .outer-circle {
    border: 3px solid #000;
    padding: 25px 20px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bolder;
  }
  .member-dashboard .member-list .circles .circle-impression1 .inner-circle {
    background-color: green;
    padding: 4px;
    border-radius: 15px;
    position: absolute;
    left: -8px;
    top: -13px;
    font-size: 10px;
    color: #fff;
  }
  .member-dashboard .member-list .circles .circle-impression1 .inner-hours {
    color: green;
    position: absolute;
    left: 18px;
    top: -9px;
    font-size: 10px;
  }
  .member-dashboard .member-list .circles .circle-impression2 {
    position: absolute;
    top: 38px;
    left: 40%;
    color: #000;
  }
  .member-dashboard .member-list .circles .circle-impression2 .outer-circle {
    border: 3px solid #000;
    padding: 25px 20px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bolder;
  }
  .member-dashboard .member-list .circles .circle-impression2 .inner-circle {
    background-color: darkorange;
    padding: 4px;
    border-radius: 15px;
    position: absolute;
    left: -8px;
    top: -13px;
    font-size: 10px;
    color: #fff;
  }
  .member-dashboard .member-list .circles .circle-impression2 .inner-hours {
    color: darkorange;
    position: absolute;
    left: 18px;
    top: -9px;
    font-size: 10px;
  }
  .member-dashboard .member-list .circles .circle-impression3 {
    position: absolute;
    top: 38px;
    left: 70%;
    color: #000;
  }
  .member-dashboard .member-list .circles .circle-impression3 .outer-circle {
    border: 3px solid #000;
    padding: 25px 20px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bolder;
  }
  .member-dashboard .member-list .circles .circle-impression3 .inner-circle {
    background-color: red;
    padding: 4px;
    border-radius: 15px;
    position: absolute;
    left: -8px;
    top: -13px;
    font-size: 10px;
    color: #fff;
  }
  .member-dashboard .member-list .circles .circle-impression3 .inner-hours {
    color: red;
    position: absolute;
    left: 18px;
    top: -9px;
    font-size: 10px;
  }
}
.member-dashboard .member-list .menu-button {
  padding: 40px 0px !important;
}
.member-dashboard .member-list .menu-button .star {
  width: auto;
  font-size: 15px;
  padding: 7px;
}
.member-dashboard .member-list .menu-button .button a {
  color: #fff;
  font-weight: 400;
  background: #006fcf;
  padding: 8px 10px;
  font-size: 12px;
}
.member-dashboard .member-list .menu-button .button a:hover {
  background: #1068a5;
}
@media only screen and (max-width: 600px) {
  .member-dashboard .member-list .menu-button {
    padding: 0px 0px !important;
  }
}

.city {
  padding: 15px;
}
.city h1 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: center;
  font-size: 2.3rem;
}
.city h1 span {
  color: rgba(0, 111, 207, 0.6);
}
@media only screen and (max-width: 600px) {
  .city h1 {
    font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    color: #006fcf;
    text-align: center;
    font-size: 28px;
  }
  .city h1 span {
    color: rgba(0, 111, 207, 0.6);
  }
}
.city h2 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: center;
  font-size: 1.6rem;
}
.city .gray {
  color: #53565a !important;
}
.city h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: center;
  font-size: 1rem;
}
.city .content-center {
  padding-top: 20px;
  text-align: center;
}
.city .client-adds {
  background-color: #fff;
}
.city .client-adds .featured-business h4 {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #006fcf;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 5px;
  margin-bottom: 0px;
}
.city .client-adds .featured-business .featured-image {
  width: 100%;
}
.city .client-adds .featured-business .featured-image img {
  width: 100%;
  height: 150px;
}
.city .client-adds .featured-business .featured-heading {
  display: flex;
  justify-content: space-between;
}
.city .client-adds .featured-business .featured-heading h5 {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #006fcf;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 10px 5px 5px;
}
.city .client-adds .featured-business .featured-heading span {
  color: #000;
  font-size: 14px;
  padding: 10px 5px 5px;
}
.city .client-adds .featured-business p {
  font-size: 12px;
  color: #53565a;
  margin-bottom: 0px;
  padding: 0 5px;
}
.city .client-adds .add-listing .add-heading {
  display: flex;
  justify-content: space-between;
}
.city .client-adds .add-listing .add-heading h5 {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #006fcf;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 0px 5px 3px;
}
.city .client-adds .add-listing .add-heading span {
  color: #000;
  font-size: 13px;
  padding: 0px 5px 3px;
}
.city .client-adds .add-listing .add-box {
  width: 100%;
  display: flex;
  padding: 0px 5px 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #cdcdcd;
}
.city .client-adds .add-listing .add-box .image {
  width: 30%;
}
.city .client-adds .add-listing .add-box .image img {
  width: 100%;
  height: 60px;
}
.city .client-adds .add-listing .add-box .content {
  width: 70%;
}
.city .client-adds .add-listing .add-box .content p {
  font-size: 12px;
  color: #53565a;
  margin-bottom: 0px;
  padding: 0 10px;
}
.city .client-adds .video-add .video-box {
  width: 100%;
}
.city .client-adds .video-add .video-box .video {
  height: auto;
  border: 1px solid #cdcdcd;
  padding: 5px;
}
.city .client-adds .video-add .video-box .video img {
  width: 100%;
  height: auto;
  min-height: 250px;
}
.city .client-adds .video-add .video-box .video iframe {
  width: 100%;
  height: auto;
  min-height: 250px;
}
.city .client-adds .video-add .video-box .video-content {
  display: flex;
  justify-content: space-between;
}
.city .client-adds .video-add .video-box .video-content .left .message-from {
  font-size: 14px;
  color: #53565a;
  font-style: italic;
  font-weight: 400;
}
.city .client-adds .video-add .video-box .video-content .left .leader-name {
  font-size: 16px;
  color: #006fcf;
  font-weight: 500;
}
.city .client-adds .video-add .video-box .video-content .left .leader-detail {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.city .client-adds .video-add .video-box .video-content .right .address {
  font-size: 14px;
  color: #006fcf;
  font-weight: 500;
  text-align: right;
}
.city .client-adds .video-add .video-box .video-content .right .directory {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-align: right;
}
.city .client-adds .video-add .video-box .video-content .right .directory a {
  font-size: 13px;
  color: #000;
  line-height: 30px;
  font-weight: 400;
}
.city .client-adds .video-add .video-box .video-content .right .directory a:hover {
  color: #006fcf;
  text-decoration: none;
}
.city .client-adds .video-add .video-box p {
  font-size: 14px;
  color: #53565a;
  margin-bottom: 0px;
}
.city .category-search {
  background-color: #fafafa;
}
.city .category-search .category-label {
  font-family: Helvetica Neue, Roboto, Helvetica, sans-serif;
  font-size: 15px;
  color: #006fcf;
  font-weight: 500;
  line-height: 40px;
}
@media only screen and (max-width: 600px) {
  .city .category-search .category-label {
    text-align: center;
  }
}
.city .category-search button {
  color: #fff;
  font-weight: 400;
  background: #006fcf;
  padding: 8px 10px;
}
.city .category-search button:hover {
  background: #1068a5;
}
.city .business-check {
  padding: 10px;
  padding: 5px;
}
.city .business-check label {
  font-size: 14px;
}
.city .business-check .list-group-item {
  padding: 5px 5px;
}
.city .business-check figure {
  font-size: 12px;
}
.city .business-check a {
  font-size: 18px;
  color: #000;
}
.city .business-check a i {
  color: #006fcf;
  margin-right: 5px;
}
.city .business-check a:hover {
  text-decoration: none;
  color: #006fcf;
}
.city .recent-visit h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  color: #006fcf;
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .city .recent-visit h3 {
    font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
    color: #006fcf;
    text-align: center;
    font-size: 18px;
  }
}
.city .recent-visit .city-button {
  padding: 5px 10px;
}
.city .recent-visit .city-button button {
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  background: #006fcf;
  padding: 5px 5px;
}
.city .recent-visit .city-button button:hover {
  background: #1068a5;
}
.city .recent-visit .city-button a {
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  background: #006fcf;
  padding: 5px 5px;
}
.city .recent-visit .city-button a:hover {
  background: #1068a5;
}

.business-news .news-heading {
  display: flex;
  justify-content: space-between;
}
.business-news .news-heading h1 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  font-size: 2.3rem;
}
.business-news .news-heading span button {
  color: #fff;
  font-weight: 400;
  background: #006fcf;
  padding: 8px 10px;
}
.business-news .news-heading span button:hover {
  background: #1068a5;
}
.business-news figure {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  bottom: 0px;
  margin-bottom: 0px;
}
.business-news .discription {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}
.business-news .news-search {
  background-color: #fafafa;
  margin-bottom: 20px !important;
}
.business-news .news-search input[type=text] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.business-news .news-list {
  padding: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  margin-bottom: 15px !important;
}
.business-news .news-list a .news-image img {
  width: 100%;
  height: auto;
  min-height: 120px;
}
.business-news .news-list a .news-detail {
  padding: 0px 10px;
}
.business-news .news-list a .news-detail h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: left;
  font-size: 20px;
}
.business-news .news-list a .news-detail p {
  font-size: 14px;
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.business-news .news-list a:hover {
  text-decoration: none;
}
.business-news .news-list:hover {
  background-color: #fafafa;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.groups-news .groups-heading h1 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  font-size: 2.3rem;
  text-align: center;
}
.groups-news .discription {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}
.groups-news .groups-search {
  background-color: #fafafa;
  margin-bottom: 20px !important;
}
.groups-news .groups-search input[type=text] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.groups-news .groups-list {
  padding: 5px;
}
.groups-news .groups-list .list-group-item {
  padding: 5px 5px;
}
.groups-news .groups-list a {
  font-size: 14px;
  color: #000;
}
.groups-news .groups-list a i {
  color: #006fcf;
  margin-right: 5px;
}
.groups-news .groups-list a:hover {
  text-decoration: none;
  color: #006fcf;
}

.articles .articles-heading {
  display: flex;
  justify-content: space-between;
}
.articles .articles-heading h1 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  font-size: 2.3rem;
}
@media only screen and (max-width: 600px) {
  .articles .articles-heading h1 {
    font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    color: #006fcf;
    font-size: 26px;
    text-align: center;
  }
}
.articles .articles-heading span button {
  color: #fff;
  font-weight: 400;
  background: #006fcf;
  padding: 8px 10px;
}
.articles .articles-heading span button:hover {
  background: #1068a5;
}
.articles .discription {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}
.articles .articles-search {
  background-color: #fafafa;
  margin-bottom: 20px !important;
}
.articles .articles-search input[type=text] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.articles .articles-list {
  padding: 10px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  margin-bottom: 15px !important;
}
.articles .articles-list a .articles-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .articles .articles-list a .articles-image {
    margin-bottom: 15px;
  }
}
.articles .articles-list a .articles-detail {
  padding: 0px 10px;
}
.articles .articles-list a .articles-detail h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  text-align: left;
  font-size: 20px;
}
.articles .articles-list a .articles-detail p {
  font-size: 14px;
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.articles .articles-list a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .articles .articles-list a {
    display: block !important;
  }
}
.articles .articles-list:hover {
  background-color: #fafafa;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.articles .articles-topic {
  padding: 5px;
}
.articles .articles-topic h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  font-size: 27px;
}
.articles .articles-topic .list-group-item {
  padding: 5px 5px;
}
.articles .articles-topic a {
  font-size: 14px;
  color: #000;
}
.articles .articles-topic a i {
  color: #006fcf;
  margin-right: 5px;
}
.articles .articles-topic a span {
  margin: 2px 0;
  padding: 3px 5px;
  height: -moz-fit-content;
  height: fit-content;
}
.articles .articles-topic a:hover {
  text-decoration: none;
  color: #006fcf;
}
.articles figure {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  bottom: 0px;
  margin-bottom: 0px;
}

.business-opportunity .opportunity-heading {
  display: flex;
  justify-content: space-between;
}
.business-opportunity .opportunity-heading h1 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  font-size: 2.3rem;
}
.business-opportunity .banner {
  margin-top: 20px;
}
.business-opportunity .banner img {
  width: 100%;
  height: auto;
}
.business-opportunity .discription h4 {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.business-opportunity .discription p {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}
.business-opportunity .discription p b {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.business-opportunity .video {
  margin-top: 20px;
  width: 100%;
}
.business-opportunity .video img {
  width: 100%;
  height: auto;
}
.business-opportunity .opportunity-topic {
  padding: 5px;
}
.business-opportunity .opportunity-topic h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  font-size: 27px;
}
.business-opportunity .opportunity-topic .list-group {
  margin-bottom: 20px;
}
.business-opportunity .opportunity-topic .list-group-item {
  padding: 5px 5px;
}
.business-opportunity .opportunity-topic a {
  font-size: 14px;
  color: #000;
}
.business-opportunity .opportunity-topic a i {
  color: #006fcf;
  margin-right: 5px;
}
.business-opportunity .opportunity-topic a:hover {
  text-decoration: none;
  color: #006fcf;
}

.accountants .image {
  width: 100%;
}
.accountants .image img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .accountants .image img {
    height: auto;
  }
}
.accountants .map {
  width: 100%;
}
.accountants .global-stats {
  min-height: 255px;
  padding: 20px !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px !important;
}
.accountants .global-stats h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  font-size: 27px;
}
.accountants .global-stats .list-group-item {
  padding: 5px 5px;
  font-size: 14px;
  color: #000;
}
.accountants .global-stats .list-group-item span {
  margin: 2px 0;
  padding: 3px 5px;
}
.accountants .accountants-group {
  min-height: 415px;
  padding: 20px !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.accountants .accountants-group h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  font-size: 27px;
}
.accountants .accountants-group .discription {
  font-size: 14px;
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
}
.accountants .recent-articles {
  padding: 20px !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px !important;
}
.accountants .recent-articles h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  font-size: 27px;
}
.accountants .recent-articles .list-group .list-group-item {
  padding: 5px 5px;
}
.accountants .recent-articles .list-group a {
  font-size: 14px;
  color: #000;
}
.accountants .recent-articles .list-group a i {
  color: #006fcf;
  margin-right: 5px;
}
.accountants .recent-articles .list-group a:hover {
  text-decoration: none;
  color: #006fcf;
}
.accountants .comments h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  font-size: 27px;
  text-align: center;
}
.accountants .comments .form-label {
  font-family: Helvetica Neue, Roboto, Helvetica, sans-serif;
  font-size: 0.8125rem;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.accountants .comments .form-group textarea {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 1.375rem;
  padding: 8px;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.accountants .comments .form-group button {
  color: #fff;
  font-weight: 400;
  background: #006fcf;
  padding: 0.8125rem 1.875rem;
}
.accountants .comments .form-group button:hover {
  background: #1068a5;
}

.reviews {
  padding: 15px;
  min-height: 600px;
}
.reviews h1 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  color: #006fcf;
  font-size: 2rem;
}
.reviews h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  color: #006fcf;
  font-size: 1.5rem;
}
.reviews p {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.reviews i {
  color: #006fcf;
  font-size: 0.75rem;
}
.reviews span {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.reviews label {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
}

.professional-profile {
  padding: 15px 30px;
}
.professional-profile h1 {
  color: #006fcf;
}
.professional-profile span {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
}

.small-menu {
  font-size: 12px;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  display: inline-block;
  /* background-color: #000; */
  background-color: #006AFF;
  color: #fff;
  /* border-color: #000; */
  border-color: #006AFF;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 0px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(0px);
  transform-style: preserve-3d;
}

.small-menu ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: 0.3s ease;
  transform: translateY(5px);
  visibility: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 29px;
  right: 53px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  text-align: right;
}

.small-menu.show ul {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transform: translateY(0);
}

.small-menu.show ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.small-menu ul li a {
  display: block;
  color: #1f1f1f;
  white-space: nowrap;
  padding: 7px 10px;
}

.small-menu ul li:last-child a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 14px 0;
  border-color: transparent rgba(0, 0, 0, 0.05) transparent transparent;
  content: "";
  position: absolute;
  right: -2px;
  bottom: -14px;
  height: 11px;
  width: 11px;
}

.small-menu ul li:last-child a:after {
  transition: 0.3s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  position: absolute;
  right: 0px;
  bottom: -10px;
  height: 11px;
  width: 11px;
}

.small-menu ul li a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}

.small-menu ul li:last-child {
  border-bottom: none;
}

.small-menu ul li:last-child a:hover:after {
  border-color: transparent #e8e8e8 transparent transparent;
}

.small-menu:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  background-color: #408FFF;
  border-color: #408FFF;
}

.leader-dashboard {
  padding: 0px 30px 15px 30px;
}
.leader-dashboard h1 {
  font-size: 2.25rem;
  margin: 1rem 0rem;
}
.leader-dashboard .box {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 15px;
  position: relative;
  background-color: #fff;
}
.leader-dashboard .box figure {
  margin: 0px;
}
.leader-dashboard .form-group select {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 2.5rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}

.networkleader-profile {
  padding: 0px 30px 30px 30px;
}
.networkleader-profile h1 {
  font-size: 2.25rem;
  color: #006fcf;
}
.networkleader-profile .btn-active {
  background-color: #757575;
  color: #fff;
}
.networkleader-profile .btn-primary {
  color: #fff;
}

.update-company h3 {
  color: #006fcf;
}
.update-company .border {
  border: 1px solid #006fcf !important;
  padding: 1rem;
}
.update-company .checkMark {
  width: 20px;
  padding-top: 5px;
}
.update-company label {
  font-size: 12px;
}
.update-company .form-group input[type=text] {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 1.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}
.update-company .form-group select {
  -webkit-appearance: none;
  background-color: #f7f8f9;
  border: 1px solid #c8c9c7;
  border-radius: 0.25rem;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 2.125rem;
  padding: 0 0.625rem;
  transition: border-color 0.25s ease-out;
  width: 100%;
}

.press-release .pressrelease-heading {
  display: flex;
  justify-content: space-between;
}
.press-release .pressrelease-heading h1 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  font-size: 2.3rem;
}
.press-release .banner {
  margin-top: 20px;
}
.press-release .banner img {
  width: 100%;
  height: auto;
}
.press-release .discription h4 {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.press-release .discription p {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}
.press-release .discription p b {
  font-family: Benton Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.press-release .video {
  margin-top: 20px;
  width: 100%;
}
.press-release .video img {
  width: 100%;
  height: auto;
}
.press-release .pressrelease-topic {
  padding: 5px;
}
.press-release .pressrelease-topic h3 {
  font-family: Guardian Egyptian Web, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  color: #006fcf;
  font-size: 27px;
}
.press-release .pressrelease-topic .list-group {
  margin-bottom: 20px;
}
.press-release .pressrelease-topic .list-group-item {
  padding: 5px 5px;
}
.press-release .pressrelease-topic a {
  font-size: 14px;
  color: #000;
}
.press-release .pressrelease-topic a i {
  color: #006fcf;
  margin-right: 5px;
}
.press-release .pressrelease-topic a:hover {
  text-decoration: none;
  color: #006fcf;
}

.cookie-consent {
  position: fixed;
  bottom: 10px;
  width: 100%;
  display: none;
  justify-content: center;
  z-index: 1;
}
.cookie-consent .box {
  padding: 15px;
  background: #F7F7F7;
  width: 640px;
  max-width: 90%;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.cookie-consent .box h3 {
  margin-bottom: 16px;
  font-size: 1.5rem;
}
.cookie-consent .box .bi-x-lg {
  cursor: pointer;
}
.cookie-consent .box p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  text-align: justify;
}
.cookie-consent .box .btn-cookie {
  color: #006aff;
  padding: 5px 10px;
  border-radius: 5px;
  background: none;
  border: none;
  text-decoration: underline;
}
.cookie-consent .box .btn-cookie:hover {
  background: #eaf0f8;
}/*# sourceMappingURL=style.css.map */