HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/raya-health/wp-content/themes/raya-health/css/footer.css
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=League+Spartan:wght@100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.footer-wrap {
  padding: 64px 0;
  background: #fafafa;
}
@media (max-width: 1679px) {
  .footer-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 1481px) {
  .footer-wrap {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .footer-wrap {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .footer-wrap {
    padding: 48px 0;
  }
}
.footer-wrap .top-section {
  display: flex;
  justify-content: space-between;
  padding: 0 0 60px 0;
}
@media (max-width: 1679px) {
  .footer-wrap .top-section {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 1481px) {
  .footer-wrap .top-section {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 991px) {
  .footer-wrap .top-section {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .footer-wrap .top-section {
    flex-direction: column;
  }
}
.footer-wrap .top-section .left-wrap .name {
  color: #f655ff;
  font-size: 32px;
  font-weight: 700 !important;
  font-family: "League Spartan", sans-serif;
}
@media (max-width: 1679px) {
  .footer-wrap .top-section .left-wrap .name {
    font-size: 28px;
  }
}
.footer-wrap .top-section .left-wrap .social-wrap {
  padding: 30px 0 0 0;
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1679px) {
  .footer-wrap .top-section .left-wrap .social-wrap {
    padding: 20px 0 0 0;
    gap: 30px;
  }
}
@media (max-width: 1481px) {
  .footer-wrap .top-section .left-wrap .social-wrap {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 991px) {
  .footer-wrap .top-section .left-wrap .social-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .footer-wrap .top-section .left-wrap .social-wrap {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 579px) {
  .footer-wrap .top-section .left-wrap .social-wrap {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.footer-wrap .top-section .left-wrap .social-wrap .txt {
  color: #737373;
  font-size: 14px;
  font-weight: 400 !important;
  transition: 0.3s;
  font-family: "Inter", sans-serif !important;
}
.footer-wrap .top-section .left-wrap .social-wrap a {
  color: #737373;
  transition: 0.3s;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
.footer-wrap .top-section .left-wrap .social-wrap a:hover {
  color: #f655ff;
}
.footer-wrap .top-section .left-wrap .social-wrap a:hover .txt {
  color: #f655ff;
}
.footer-wrap .top-section .left-wrap .social-wrap .list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}
.footer-wrap .top-section .left-wrap .social-wrap .list li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Inter", sans-serif !important;
}
.footer-wrap .top-section .left-wrap .social-wrap .list li a:hover {
  opacity: 0.6;
  font-family: "Inter", sans-serif !important;
}
@media (max-width: 767px) {
  .footer-wrap .top-section .right-wrap {
    padding: 30px 0 0 0;
  }
}
.footer-wrap .top-section .right-wrap .content-wrap .info {
  color: #404040;
  font-size: 14px;
  font-weight: 400 !important;
  padding: 0 0 20px 0;
  margin: 0;
  max-width: 360px;
  font-family: "Inter", sans-serif !important;
}
@media (max-width: 1679px) {
  .footer-wrap .top-section .right-wrap .content-wrap .info {
    padding: 0 0 15px 0;
  }
}
@media (max-width: 991px) {
  .footer-wrap .top-section .right-wrap .content-wrap .info {
    padding: 0 0 10px 0;
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  .footer-wrap .top-section .right-wrap .content-wrap .info {
    padding: 0 0 25px 0;
  }
}
@media (max-width: 479px) {
  .footer-wrap .top-section .right-wrap .content-wrap .info {
    max-width: 100%;
  }
}
.footer-wrap .top-section .right-wrap .content-wrap .form-wrap {
  position: relative;
}
.footer-wrap .top-section .right-wrap .content-wrap .form-wrap .fields-wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
  font-family: "Inter", sans-serif !important;
}
.footer-wrap .top-section .right-wrap .content-wrap .form-wrap .fields-wrap .parsley-errors-list {
  bottom: -18px !important;
}
.footer-wrap .top-section .right-wrap .content-wrap .form-wrap .fields-wrap .txt {
  height: 40px;
  width: 350px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 5px 15px;
  font-size: 14px;
  color: #000;
  outline: 0;
  box-shadow: none;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .footer-wrap .top-section .right-wrap .content-wrap .form-wrap .fields-wrap .txt {
    width: 280px;
  }
}
@media (max-width: 479px) {
  .footer-wrap .top-section .right-wrap .content-wrap .form-wrap .fields-wrap .txt {
    width: 100%;
  }
}
.footer-wrap .top-section .right-wrap .content-wrap .form-wrap .fields-wrap .txt::placeholder {
  opacity: 1;
  color: #a3a3a3;
}
.footer-wrap .top-section .right-wrap .content-wrap .form-wrap .fields-wrap .sub-btn {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0;
  outline: 0;
  height: 40px;
  background: #171717;
  border-radius: 6px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500 !important;
  border: 0;
  font-family: "Inter", sans-serif !important;
}
@media (max-width: 479px) {
  .footer-wrap .top-section .right-wrap .content-wrap .form-wrap .fields-wrap .sub-btn {
    width: 100%;
  }
}
.footer-wrap .top-section .right-wrap .content-wrap .form-wrap .fields-wrap .sub-btn:hover {
  background: #f655ff;
  transition: 0.3s;
}
.footer-wrap .top-section .right-wrap .content-wrap .form-wrap .fields-wrap .sub-btn .spinner {
  max-height: 25px;
}
.footer-wrap .top-section .right-wrap .content-wrap .form-wrap .error {
  position: absolute;
  font-size: 12px;
  color: #ff0000;
  margin: 1px 0 0 0;
}
.footer-wrap .btm-section {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-wrap .btm-section {
    flex-direction: column;
    gap: 20px;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .footer-wrap .btm-section .left-wrap {
    order: 1;
  }
}
.footer-wrap .btm-section .left-wrap p {
  color: #737373;
  font-size: 14px;
  font-weight: 400 !important;
  margin: 0;
  font-family: "Inter", sans-serif !important;
}
@media (max-width: 767px) {
  .footer-wrap .btm-section .right-wrap {
    order: 0;
  }
}
.footer-wrap .btm-section .right-wrap .list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  font-family: "Inter", sans-serif !important;
}
@media (max-width: 1679px) {
  .footer-wrap .btm-section .right-wrap .list {
    gap: 20px;
  }
}
@media (max-width: 479px) {
  .footer-wrap .btm-section .right-wrap .list {
    flex-direction: column;
    gap: 10px;
  }
}
.footer-wrap .btm-section .right-wrap .list li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 400 !important;
  font-family: "Inter", sans-serif !important;
}
.footer-wrap .btm-section .right-wrap .list li a {
  color: #737373;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}
.footer-wrap .btm-section .right-wrap .list li a:hover {
  color: #f655ff;
}

/*# sourceMappingURL=footer.css.map */