﻿.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

h1, h2 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700;
}

.et_pb_row {
  width: 100%;
  padding: 15px;
}

.container {
  width: 100%;
}

.row {
  width: 100%;
}

.cta-btn {
  background-color: #2ecc71;
  color: #fff;
  height: auto !important;
  line-height: normal !important;
  padding: 10.5px 30px;
  box-shadow: none;
  border: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 13px;
  text-decoration: none;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
  border-radius: 100px;
}

.listings-section {
  padding: 0px 0px 30px;
  background-color: #f3f3f3;
}
.listings-section .product-list {
  transition: all 0.5s;
}
.listings-section .product-list .title-section {
  margin-top: 30px;
  margin-bottom: 60px;
}
.listings-section .product-list .title-section h2 {
  color: #44d89e;
}
.listings-section .product-list .item {
  background-color: #fff;
  transition: all 0.3s;
  margin-bottom: 30px;
  position: relative;
  border-radius: 25px;
}
.listings-section .product-list .item .product-img-box {
  height: 220px;
  background-size: cover;
  background-position: center, center;
  overflow: hidden;
  position: relative;
}
.listings-section .product-list .item .product-img-box .free-contact-sticker {
  position: absolute;
  left: -45px;
  top: 30px;
  background-color: #2ecc71;
  padding: 0 40px;
  color: #fff;
  font-size: 12px;
  transform: rotate(-45deg);
}
.listings-section .product-list .item .product-img-box img {
  display: none;
}
.listings-section .product-list .item .text-box {
  padding: 15px;
  position: relative;
  text-align: center !important;
}
.listings-section .product-list .item .text-box:nth-child(3) {
  height: 150px;
}
.listings-section .product-list .item .text-box.top-border {
  border-top: 1px solid #454c52;
  padding-top: 20px;
}
.listings-section .product-list .item .text-box span {
  display: inline-block;
  font-size: 1em;
  color: #44d89e;
}
.listings-section .product-list .item .text-box span.red-color {
  color: #44d89e;
  font-size: 0.8em;
}
.listings-section .product-list .item .cta-btn {
  background-color: #2a8cd5;
}
.listings-section .product-list .item .cta-btn:hover {
  color: #fff;
  background-color: #2270aa;
}

.link-list a {
  margin-bottom: 15px;
  display: inline-block;
  color: #44d89e;
  word-break: break-word;
}
.link-list a:hover {
  text-decoration: underline;
}

.top-buttons {
  width: 100%;
  z-index: 3;
  text-align: right;
}
.top-buttons .cta-btn {
  background-color: #fff;
  color: #44d89e;
  margin-left: 15px;
  line-height: normal;
  padding: 10px 13px;
}
@media (max-width: 767px) {
  .top-buttons .cta-btn {
    font-size: 0.9em;
  }
}

@media (max-width: 767px) {
  .small-icon {
    width: 50% !important;
  }
}

.footer-section {
  padding: 45px 0px 60px 0px;
  width: 100%;
  background-image: linear-gradient(54deg, #2b87da 21%, #29c4a9 67%) !important;
  color: #fff !important;
}
.footer-section h1, .footer-section h2, .footer-section h3, .footer-section h4, .footer-section h5, .footer-section h6 {
  color: #fff;
}
.footer-section .footer-info-text {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.footer-section .footer-info-text p {
  color: #fff;
}
.footer-section .footer-info-text .cta-btn {
  width: auto;
  max-width: unset;
  text-align: center;
  margin-left: 15px;
  line-height: normal;
  padding: 10px 15px;
}
.footer-section .footer-cta {
  text-align: center;
  margin-top: 15px;
}
.footer-section .footer-cta .cta-btn {
  background-color: #fff;
  color: #44d89e;
  line-height: normal;
  padding: 10px 13px;
}
@media (max-width: 480px) {
  .footer-section .footer-cta {
    margin-top: 0;
    text-align: left;
    padding-bottom: 10px;
  }
  .footer-section .footer-cta .cta-btn {
    margin: 7.5px 0;
    width: 100%;
    max-width: 100%;
  }
}
.footer-section .copyright-line {
  margin-top: 0;
  text-align: left;
  color: #fff;
}
@media (max-width: 480px) {
  .footer-section .copyright-line {
    text-align: left;
  }
}
.footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.footer-section ul li {
  margin-bottom: 5px;
}
.footer-section ul li a {
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
}
.footer-section ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-section ul.colsize {
  column-count: 3;
  column-gap: 25px;
  break-inside: avoid;
}
@media (max-width: 768px) {
  .footer-section ul.colsize {
    column-count: 2;
    margin-bottom: 30px;
  }
}
.footer-section h5 {
  margin-top: 15px;
}
.footer-section .footerlogo {
  margin: 30px 0 15px 0;
  height: 50px;
  display: block;
}
@media (max-width: 1200px) {
  .footer-section .footerlogo {
    height: 30px;
  }
}
.footer-section .social-list {
  padding: 0;
  margin: 30px 0 0 0;
  text-align: left;
}
.footer-section .social-list li {
  list-style: none;
  display: inline-block;
  margin: 0 7.5px;
  font-size: 1.4em;
  background-color: transparent;
  text-align: center;
  border-radius: 50%;
}
.footer-section .social-list li:last-child {
  margin-right: 0;
}
.footer-section .social-list li a {
  color: #fff;
  display: block;
}
.footer-section .social-list li a:hover {
  color: #fff;
}
@media (max-width: 480px) {
  .footer-section .social-list {
    text-align: left;
  }
}
.footer-section .copyright {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .footer-section .social-list li {
    margin-bottom: 15px;
  }
}

.text-banner-section {
  padding: 120px 0px 120px;
  background-image: linear-gradient(54deg, #2b87da 21%, #29c4a9 67%) !important;
  color: #fff;
}
.text-banner-section h1 {
  font-size: 4em;
  color: #fff;
  margin-bottom: 15px;
}
.text-banner-section .cta-btn:hover {
  background-color: #24ac76;
  color: #fff;
}
@media (max-width: 767px) {
  .text-banner-section {
    padding: 200px 0px 120px;
  }
}

.articles-list-section {
  padding: 60px 0px 30px;
}
.articles-list-section .article-item {
  margin-bottom: 30px;
}
.articles-list-section .article-item img {
  border-radius: 30px;
  margin-bottom: 5px;
}
.articles-list-section .article-item h2 {
  margin-bottom: 10px;
  font-size: 1.3em;
}
.articles-list-section .article-item .cta-btn {
  width: 100%;
  text-align: center;
}
.articles-list-section .article-item .cta-btn:hover {
  background-color: #24ac76;
  color: #fff;
}

.text-w-image-section {
  padding: 120px 0px 60px;
  background-image: linear-gradient(54deg, #2b87da 21%, #29c4a9 67%) !important;
  color: #fff;
}
.text-w-image-section img {
  border-radius: 30px;
}
.text-w-image-section .cta-btn {
  margin-top: 15px;
}
.text-w-image-section .cta-btn:hover {
  background-color: #24ac76;
  color: #fff;
}
.text-w-image-section h1, .text-w-image-section h2, .text-w-image-section h3 {
  color: #fff;
}

.blog-content-section {
  padding: 60px 0px;
  background-color: #fff;
}
.blog-content-section h1, .blog-content-section h2, .blog-content-section h3 {
  color: #44d89e !important;
}
.blog-content-section .image-section img {
  border-radius: 30px;
}
.blog-content-section .img-list img {
  margin-bottom: 15px;
  border-radius: 30px;
}

body #page-container .et_pb_section .et_pb_button_0, body #page-container .et_pb_section .et_pb_button_1 {
  font-size: 1em;
}
@media (max-width: 767px) {
  body #page-container .et_pb_section .et_pb_button_0, body #page-container .et_pb_section .et_pb_button_1 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 767px) {
  .et_pb_section_0.et_pb_section {
    padding-bottom: 100px;
  }
}

.et_pb_section_11 {
  overflow: hidden;
}

div.et_pb_section.et_pb_section_0 {
  margin-top: -120px;
}

.et_pb_row_27 {
  max-width: 600px !important;
}

.et_pb_text_29 {
  max-width: 1080px;
  margin: 0 auto;
}

.next-article-section {
  padding: 30px 0px 60px;
}
.next-article-section .text-link {
  position: relative;
}
.next-article-section .text-link img {
  position: absolute;
  top: -3px;
}
.next-article-section .text-link.text-left {
  padding-left: 50px;
}
.next-article-section .text-link.text-left img {
  left: 0;
}
.next-article-section .text-link.text-end {
  padding-right: 50px;
}
.next-article-section .text-link.text-end img {
  right: 0;
}
.next-article-section a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  position: relative;
}
.next-article-section a span {
  font-style: italic;
  font-size: 12px;
  opacity: 0.7;
  display: inline-block;
}

.top-menu {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .top-menu .logo {
    margin: 0 auto;
    display: block;
    position: relative;
    left: 15px;
    margin-bottom: 15px;
  }
}
.top-menu .container {
  max-width: 1080px;
}
.top-menu .logo-text {
  color: #fff;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700;
  font-size: 1.8em;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .top-menu .logo-text {
    text-align: center;
    left: 15px;
    margin-bottom: 20px;
  }
}
.top-menu .top-buttons {
  position: relative;
  right: -30px;
}
@media (max-width: 767px) {
  .top-menu .top-buttons {
    right: 0px;
  }
  .top-menu .top-buttons .cta-btn {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
}
