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/common.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 ***/
body {
  font-family: "Inter", sans-serif !important;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

@media (min-width: 1482px) {
  .custom-container {
    max-width: 1430px;
  }
}
@media (min-width: 1680px) {
  .custom-container {
    max-width: 1530px;
  }
}

.title-wrap {
  text-align: center;
  padding: 0 0 45px 0;
}
@media (max-width: 1679px) {
  .title-wrap {
    padding-bottom: 30px;
  }
}

.title,
.sec-title {
  font-family: "Source Serif 4", sans-serif !important;
  font-weight: 900 !important;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 36px;
  color: #171717;
  line-height: 1.2;
}
@media (max-width: 1679px) {
  .title,
  .sec-title {
    font-size: 34px;
  }
}
@media (max-width: 1481px) {
  .title,
  .sec-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .title,
  .sec-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .title,
  .sec-title {
    font-size: 32px;
  }
}

.sub-title {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 20px;
  color: #171717;
  line-height: 1.4;
}
@media (max-width: 1679px) {
  .sub-title {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1481px) {
  .sub-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 20px;
  }
}

.para,
.sec-p {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #616161;
  line-height: 1.6;
}
@media (max-width: 1679px) {
  .para,
  .sec-p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .para,
  .sec-p {
    font-size: 16px;
    line-height: 1.6;
  }
}

.btn-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 579px) {
  .btn-wrap {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .btn-wrap {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}
.btn-wrap .btn {
  margin: 0;
  padding: 5px 20px;
  border: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #171717;
  height: 48px;
  border-radius: 6px;
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
}
@media (max-width: 1679px) {
  .btn-wrap .btn {
    font-size: 14px;
    height: 42px;
  }
}
@media (max-width: 1481px) {
  .btn-wrap .btn {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .btn-wrap .btn {
    font-size: 16px;
    height: 48px;
  }
}
@media (max-width: 579px) {
  .btn-wrap .btn {
    width: 100%;
  }
}
.btn-wrap .btn.btn-white {
  background: #fff;
  border: 1px solid #171717;
  color: #171717 !important;
}
.btn-wrap .btn:hover {
  background: #f655ff;
  border-color: #f655ff;
  color: #fff !important;
}

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