footer .webContent h5,
footer .webContent p {
  font-size: .875rem;
  font-family: var(--font-family-content)
}

footer .webContent .mainHeading,
footer .webContent h5,
footer .webContent p {
  font-family: var(--font-family-content)
}

.bottomFooter .menu-footer li a:hover,
.menu-footer li a {
  text-decoration: none
}

.bottomFooter,
.social-links ul li {
  background: var(--bg-light)
}

footer {
  padding: 30px 0 0
}

footer .webContent .mainHeading {
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: .5px
}

footer .webContent h5 {
  color: var(--color-black);
  font-weight: 700;
  text-transform: uppercase
}

footer .webContent p {
  color: var(--color-second)
}

.menu-footer li a {
  font-size: 13px;
  color: var(--color-black);
  font-weight: 400;
  opacity: 1
}

.menu-footer li a:hover {
  color: var(--color-second);
  text-decoration: underline;
  opacity: 1
}

.footer .icon {
  background-color: var(--color-second);
  border-radius: 20%
}

.footer .icon,
.footer svg {
  height: 30px;
  width: 30px
}

.bottomFooter p {
  margin-bottom: 0;
  color: #555;
  font-size: 16px
}

footer .social-icons a {
  display: inline-block;
  background: 0 0;
  line-height: 30px;
  text-align: center;
  margin-right: 2px
}

footer .social-icons a i {
  color: var(--color-second);
  font-size: 2.2rem
}

.bottomFooter .menu-footer li {
  display: inline-block;
  margin-right: 18px
}

.bottomFooter .menu-footer li a {
  color: var(--color-black);
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600
}

.boder-white {
  border-color: var(--color-second)
}

.siteAppLink .button {
  padding: 5px 10px
}

.siteAppLink li {
  margin-bottom: 10px
}

.siteAppLink li a i,
.siteAppLink li a img {
  margin-right: 10px;
  vertical-align: middle
}

.siteAppLink li a img {
  width: 100%;
  height: auto;
  margin-right: 0
}

.social-links ul {
  list-style: none
}

.social-links ul li {
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px
}

.social-links ul li a {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  color: var(--color-second);
  line-height: 2;
  transition: .3s
}

/* Start - Newsletter */
.swal-modal {
  width: 400px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 25px;
  z-index: 9999;
  position: relative;
}

/* Success Icon */
.swal-icon--success {
  border: 4px solid #a5dc86;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}

.swal-icon--success__line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal-icon--success__line--tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

.swal-icon--success__line--long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

/* Title & Text */
.swal-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.swal-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.swal-footer {
  text-align: right;
  margin-top: 15px;
  padding: 0;
}

.swal-button-container {
  display: inline-block;
  margin-right: 5px;
}

.swal-button {
  background-color: #3085d6;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 25px;
}

/* End - Newsletter */

.modal-overlay {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}