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/Michigan-Care/wp-content/themes/michigan-care/css/receieve.css
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Sequel Sans Bold Disp";
  src: url("fonts/sequel/SequelSans-BoldDisp.woff2") format("woff2"), url("fonts/sequel/SequelSans-BoldDisp.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sequel_sansmedium_body";
  src: url("fonts/sequel/sequel_sans_medium_body-webfont.woff2") format("woff2"), url("fonts/sequel/sequel_sans_medium_body-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sequel Sans Bold Body";
  src: url("fonts/sequel/SequelSans-BoldBody.woff2") format("woff2"), url("fonts/sequel/SequelSans-BoldBody.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Capraia";
  src: url("fonts/capraia-regular/Capraia-Italic.woff2") format("woff2"), url("fonts/capraia-regular/Capraia-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-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 ***/
.receive-wrap {
  background: #fafcf5;
  padding: 100px 0px;
}
@media (max-width: 1679px) {
  .receive-wrap {
    padding: 80px 0px;
  }
}
@media (max-width: 1481px) {
  .receive-wrap {
    padding: 60px 0px;
  }
}
@media (max-width: 1199px) {
  .receive-wrap {
    padding: 36px 0px;
  }
}
.receive-wrap .receiver-inner {
  justify-content: space-between;
}
@media (max-width: 579px) {
  .receive-wrap .receiver-inner {
    flex-wrap: wrap;
  }
}
.receive-wrap .card-wrap {
  width: calc(50% - 50px);
  margin-right: 100px;
}
@media (max-width: 1199px) {
  .receive-wrap .card-wrap {
    width: 49%;
    margin-right: 0px;
  }
}
@media (max-width: 579px) {
  .receive-wrap .card-wrap {
    width: 100%;
    margin-bottom: 26px;
    padding: 0px 24px;
  }
}
.receive-wrap .card-wrap:last-child {
  margin-right: 0px;
}
@media (max-width: 579px) {
  .receive-wrap .card-wrap:last-child {
    margin-bottom: 0px;
  }
}
.receive-wrap .card-wrap .card-inner {
  background: #ffffff;
  border-radius: 16px;
  padding: 70px 100px;
}
@media (max-width: 1679px) {
  .receive-wrap .card-wrap .card-inner {
    padding: 50px 80px;
  }
}
@media (max-width: 1481px) {
  .receive-wrap .card-wrap .card-inner {
    padding: 40px 60px;
  }
}
@media (max-width: 1199px) {
  .receive-wrap .card-wrap .card-inner {
    padding: 20px;
  }
}
.receive-wrap .card-wrap .card-title {
  color: #3D5751;
  margin-bottom: 30px;
}
.receive-wrap .card-wrap .card-title .italic-title {
  font-family: "Capraia";
  font-weight: 400;
  font-style: Italic;
  font-size: 27px;
  text-align: center;
}
.receive-wrap .card-wrap .card-title span {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  display: block;
}
.receive-wrap .card-wrap .icon-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.receive-wrap .card-wrap .icon-wrp .icon-sec {
  width: 48%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0px;
}
@media (max-width: 1281px) {
  .receive-wrap .card-wrap .icon-wrp .icon-sec {
    width: 48%;
  }
}
.receive-wrap .card-wrap .icon-wrp .icon-sec .icon {
  width: 66px;
  height: 66px;
  text-align: center;
  margin-bottom: 12px;
}
.receive-wrap .card-wrap .icon-wrp .icon-sec .icon img {
  width: 100%;
  height: 100%;
}
.receive-wrap .card-wrap .icon-wrp .icon-sec .txt {
  font-family: "sequel_sansmedium_body";
  color: #3d5751;
  font-size: 14px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 120px;
}
@media (max-width: 767px) {
  .receive-wrap .card-wrap .icon-wrp .icon-sec .txt {
    font-size: 13px;
  }
}
@media (max-width: 579px) {
  .receive-wrap .card-wrap .icon-wrp .icon-sec .txt {
    font-size: 14px;
  }
}
.receive-wrap .card-wrap .icon-wrp .icon-sec .txt span {
  display: block;
}

.best-care {
  padding: 100px 0px;
}
@media (max-width: 1679px) {
  .best-care {
    padding: 80px 0px;
  }
}
@media (max-width: 1481px) {
  .best-care {
    padding: 60px 0px;
  }
}
@media (max-width: 1199px) {
  .best-care {
    padding: 40px 0px;
  }
}
@media (max-width: 579px) {
  .best-care {
    padding-bottom: 48px;
  }
}
.best-care .topsec {
  display: flex;
}
.best-care .topsec .title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #3d5751;
  font-size: 36px;
  line-height: 39px;
  width: 34%;
  margin-left: -32px;
}
@media (max-width: 1679px) {
  .best-care .topsec .title {
    margin-left: -28px;
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1481px) {
  .best-care .topsec .title {
    margin-left: -24px;
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .best-care .topsec .title {
    margin-left: 0px;
    font-size: 33px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .best-care .topsec .title {
    margin-left: 0px;
    width: 50%;
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .best-care .topsec .title {
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 40px;
  }
}
@media (max-width: 579px) {
  .best-care .topsec .title {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    padding: 30px 0px 40px 45px;
  }
}
.best-care .topsec .title span {
  color: #c9daaf;
  font-weight: 400;
  font-style: Italic;
  font-family: "Capraia";
}
.best-care .topsec .best-care-inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: -77px;
}
@media (max-width: 1199px) {
  .best-care .topsec .best-care-inner {
    margin-top: -110px;
  }
}
@media (max-width: 767px) {
  .best-care .topsec .best-care-inner {
    margin-top: 0px;
  }
}
@media (max-width: 579px) {
  .best-care .topsec .best-care-inner {
    margin-top: 0px;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.best-care .topsec .best-care-inner .prgrm-txt {
  width: 38%;
  margin-right: 60px;
}
@media (max-width: 991px) {
  .best-care .topsec .best-care-inner .prgrm-txt {
    width: 50%;
    margin-right: 30px;
  }
}
@media (max-width: 579px) {
  .best-care .topsec .best-care-inner .prgrm-txt {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-top: 30px;
    padding: 48px;
  }
}
.best-care .topsec .best-care-inner .rt-img {
  width: 340px;
  margin-right: 110px;
}
@media (max-width: 991px) {
  .best-care .topsec .best-care-inner .rt-img {
    width: 50%;
    margin-right: 0px;
  }
}
@media (max-width: 579px) {
  .best-care .topsec .best-care-inner .rt-img {
    width: 100%;
    height: unset;
  }
}
.best-care .topsec .best-care-inner .rt-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 579px) {
  .best-care .topsec .best-care-inner .rt-img img {
    height: 100%;
  }
}
.best-care .topsec .prgrm-txt {
  background: #fafcf5;
  padding: 48px;
  border-radius: 16px;
}
@media (max-width: 1679px) {
  .best-care .topsec .prgrm-txt {
    padding: 44px;
  }
}
@media (max-width: 1481px) {
  .best-care .topsec .prgrm-txt {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .best-care .topsec .prgrm-txt {
    padding: 35px;
  }
}
@media (max-width: 991px) {
  .best-care .topsec .prgrm-txt {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .best-care .topsec .prgrm-txt {
    padding: 20px;
  }
}
@media (max-width: 579px) {
  .best-care .topsec .prgrm-txt {
    padding: 20px;
  }
}
.best-care .topsec .prgrm-txt .subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 34px;
  color: #3D5751;
  margin-bottom: 10px;
}
@media (max-width: 579px) {
  .best-care .topsec .prgrm-txt .subtitle span {
    display: block;
  }
}
@media (max-width: 330px) {
  .best-care .topsec .prgrm-txt .subtitle span {
    display: unset;
  }
}
.best-care .topsec .prgrm-txt .sub-content {
  font-family: "sequel_sansmedium_body";
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.best-care .bottom-sec {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
@media (max-width: 1679px) {
  .best-care .bottom-sec {
    margin-top: 50px;
  }
}
@media (max-width: 1481px) {
  .best-care .bottom-sec {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .best-care .bottom-sec {
    margin-top: 30px;
  }
}
@media (max-width: 579px) {
  .best-care .bottom-sec {
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 0;
  }
}
.best-care .bottom-sec .wh-chose-img {
  width: 338px;
  border-radius: 16px;
}
@media (max-width: 579px) {
  .best-care .bottom-sec .wh-chose-img {
    padding: 0px;
  }
}
.best-care .bottom-sec .wh-chose-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .best-care .bottom-sec .wh-chose-img {
    width: 35%;
  }
}
@media (max-width: 579px) {
  .best-care .bottom-sec .wh-chose-img {
    width: 100%;
    height: 222px;
    order: 2;
  }
}
.best-care .bottom-sec .wh-txt {
  flex: 1;
  margin-left: 40px;
  background: #f7f5c8;
  padding: 48px;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1679px) {
  .best-care .bottom-sec .wh-txt {
    padding: 38px;
    margin-left: 30px;
  }
}
@media (max-width: 1481px) {
  .best-care .bottom-sec .wh-txt {
    padding: 28px;
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .best-care .bottom-sec .wh-txt {
    padding: 20px;
  }
}
@media (max-width: 579px) {
  .best-care .bottom-sec .wh-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    order: 1;
    padding: 48px;
    margin-bottom: 24px;
  }
}
.best-care .bottom-sec .wh-txt .why-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 16px;
  color: #3D5751;
}
.best-care .bottom-sec .wh-txt .why-content {
  font-size: 14px;
  line-height: 22px;
  font-family: "sequel_sansmedium_body";
}
.care-help {
  background: #eef7e8;
  padding: 120px 0;
}
@media (max-width: 1679px) {
  .care-help {
    padding: 80px 0px;
  }
}
@media (max-width: 1481px) {
  .care-help {
    padding: 60px 0px;
  }
}
@media (max-width: 1199px) {
  .care-help {
    padding: 40px 0px;
  }
}
@media (max-width: 579px) {
  .care-help {
    padding: 72px 0px;
  }
}
.care-help .help-row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 579px) {
  .care-help .help-row {
    padding: 0px 35px !important;
  }
}
@media (max-width: 991px) {
  .care-help .help-row .help-wrp {
    width: calc(50% - 20px);
  }
}
@media (max-width: 680px) {
  .care-help .help-row .help-wrp {
    width: 100%;
  }
}
.care-help .help-title-box {
  margin-bottom: 24px;
  margin-bottom: 70px;
}
@media (max-width: 1679px) {
  .care-help .help-title-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 1481px) {
  .care-help .help-title-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .care-help .help-title-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 579px) {
  .care-help .help-title-box {
    text-align: left !important;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.care-help .help-title-box .help-main {
  font-style: italic;
  color: #3d5751;
  font-size: 36px;
  font-family: "Capraia";
}
@media (max-width: 579px) {
  .care-help .help-title-box .help-main {
    max-width: 167px;
  }
}
.care-help .help-title-box .help-sub {
  font-size: 24px;
  font-family: "Manrope", sans-serif;
  color: #3d5751;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1679px) {
  .care-help .help-title-box .help-sub {
    font-size: 22px;
  }
}
@media (max-width: 1481px) {
  .care-help .help-title-box .help-sub {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .care-help .help-title-box .help-sub {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .care-help .help-title-box .help-sub {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .care-help .help-title-box .help-sub {
    font-size: 14px;
  }
}
@media (max-width: 579px) {
  .care-help .help-title-box .help-sub {
    display: none;
  }
}
.care-help .help-title-box .help-sub span {
  display: block;
}
@media (max-width: 680px) {
  .care-help .help-img-box {
    height: 315px;
    margin-bottom: 30px;
  }
}
.care-help .help-img-box img {
  width: 100%;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
}
.care-help .help-list {
  margin-left: 40px;
}
@media (max-width: 680px) {
  .care-help .help-list {
    margin-left: 0px;
  }
}
.care-help .help-list .help-item {
  padding: 8px 0;
  cursor: pointer;
  transition: 0.2s;
}
.care-help .help-list .help-item.active {
  border-top: 1px solid #c9daaf;
  border-bottom: 1px solid #c9daaf;
  padding: 24px 0px;
}
.care-help .help-list .help-item.active .help-item-title {
  color: #3d5751;
}
.care-help .help-list .help-item .help-item-title {
  font-size: 24px;
  color: #98a7a3;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.care-help .help-list .help-item .help-item-desc {
  font-size: 14px;
  font-family: "sequel_sansmedium_body";
  color: #3d5751;
  margin-top: 6px;
  display: none;
}

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