@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Open+Sans:wght@400;500;700&display=swap");

.mobile-ad {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .desktop-ad {
    display: none !important;
  }
  .mobile-ad {
    display: block !important;
  }
}

.error-message {
  font-size: 11px;
  color: #d13938;
  font-style: italic;
  display: block;
  line-height: 16px;
  margin-top: 4px;
}

.swal2-title {
  font-family: "Lato", sans-serif !important;
  line-height: 1.2;
}

.editor-box .editor-gallery-list .article-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.editor-box .editor-gallery-list .article-img {
  margin-bottom: 10px;
  margin-right: 0;
  width: 100% !important;
}

.editor-box .editor-gallery-list .items {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.editor-box .editor-gallery-list {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

.editor-box .editor-gallery-list .address-title,
.editor-gallery-list
  .contact-section
  .contact-list
  .items.info-item
  .address-item
  .address-line,
.contact-section
  .contact-list
  .items.info-item
  .address-item
  .editor-gallery-list
  .address-line {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #2f373a;
}

.top-bar {
  background: #4473c1 !important;
}

.footer {
  background: #4473c1;
}

.copyright {
  color: #fff;

  border-top: 1px solid #4473c1;
}

.copyright .company-info a {
  color: #fff;
}

.footer .description,
.footer .section.home-services.home-testimonials .item .address-line,
.section.home-services.home-testimonials .item .footer .address-line {
  color: #fff;
  line-height: 18px;
}

.copyright .company-info a:hover {
  color: #333;
}

.top-bar .email-link .title-line {
  color: #fff;
}

.top-bar .email-link .title-line .left-icon {
  color: #fff;
}

.email-link .drop-line {
  color: #fff;
}

ul.footer-nav li a {
  color: #fff;
}

header .logo-box .circle-logo {
  min-width: auto;
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  height: 100px;
  position: absolute;
  top: -17px;
  left: 20px;
}

@media (max-width: 575.98px) {
  header .logo-box .circle-logo {
    min-width: auto;
    height: 80px;
    width: 80px;
    position: absolute;
    top: -10px;
    left: 20px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
