/** Shopify CDN: Minification failed

Line 729:6 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
  font-family: "Inter", sans-serif !important;
  letter-spacing: 0;
}
.page-width {
    max-width: 1280px !important;
    padding: 0px 24px !important;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none !important;
}

/* header css start */
.header-wrapper {
    border: none !important;
    border-bottom: 1px solid #F3F4F6 !important;
    padding: 16px 0px 17px;
}
.header-wrapper header.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-wrapper header.header .header__heading {
    margin: 0px !important;
}
.header-wrapper header.header .header__heading a {
    padding: 0px !important;
    margin: 0px !important;
}
.header-wrapper ul.list-menu {
    gap: 32px;
}
.header-wrapper ul.list-menu a {
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}
.header-wrapper ul.list-menu a span {
    text-decoration: none !important;
}
.header-wrapper header.header .header__icons {
    padding: 0px;
    align-items: center;
    gap: 16px;
}
.header-wrapper header.header .header__icons a {
    margin: 0px !important;
    width: auto !important;
    height: auto !important;
}
.header-wrapper header.header .header__icons a .svg-wrapper {
    width: auto !important;
    height: auto !important;
}
.header-wrapper header.header .header__icons .header__icon--account {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #33C3F0;
    border: 1px solid #33C3F0;
    background: #FBFCFD;
    border-radius: 10px;
    padding: 9.2px 16.2px;
}
.header-wrapper header.header .header__icons #cart-icon-bubble {
    width: 40px !important;
}
.header-wrapper header .get_started_btn a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    border: 1px solid #33C3F0;
    border-radius: 10px;
    padding: 9.2px 15.2px;
    display: flex;
    background: #33C3F0;
}
/* header css end */

/* banner css start */
.banner_main {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 64px;
    align-items: center;
}
.cstm_bnr_hm {
    background: #F8FCFF;
    padding: 96px 0px;
}
.banner_main h1 {
    margin: 0px 0px 28px;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.5px;
    color: #333333;
}
.banner_main h1 span {
    color: #33C3F0;
}
.banner_main p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    color: #374151;
    margin: 0px;
}
.banner_main .btn_divs {
    display: inline-flex;
    gap: 16px;
    margin-top: 34px;
    margin-bottom: 32px;
}
.banner_main .btn_divs a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #33C3F0;
    border-radius: 10px;
    padding: 11.2px 25px;
    border: 1px solid #33C3F0;
}
.banner_main .btn_divs a:last-child {
    background: #FBFCFD;
    color: #33C3F0;
}
.customer_satis {
    display: flex;
    align-items: center;
    gap: 16px;
}
.customer_satis span {
    display: block;
}
.customer_satis span {
    border: 2px solid #FFFFFF;
    background: #E5E7EB;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-left: -10px;
}
.testmonil_img {
    display: flex;
    align-items: center;
}
.customer_satis span:nth-child(1) {
    margin-left: 0;
}
.customer_satis p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}
/* banner css end */

/* service css start */
.cstm_service_sec {
    padding: 64px 0px;
}
.clean_health_haed h2 {
    margin: 0px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.9px;
    text-align: center;
}
.clean_health_haed p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 630px;
    margin: 18px auto 0px;
}
.our_service_inn {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 32px;
}
.our_service_inn .inn_service {
    background: #FFFFFF;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 12px;
    padding: 25px;
}
.our_service_inn .inn_service img {
    max-width: 48px;
}
.our_service_inn .inn_service h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin: 6px 0px 10px;
}
.our_service_inn .inn_service p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    margin: 0px 0px 14px;
}
.our_service_inn .inn_service a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #33c3f0;
    display: flex;
    gap: 9px;
    align-items: center;
}
/* services css end */

/* testimonials css start */
.cstm_client_sec {
    background: #F8FCFF;
    padding: 64px 0px;
}
.cstm_client_sec .clean_health_haed p {
    max-width: 672px;
}
.hm_client_inn {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
    margin-top: 48px;
}
.inn_client {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 34px 46px 34px 32px;
    border-radius: 12px;
}
.inn_client p {
    margin: 0px;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}
.test_with_img {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 26px;
}
.test_with_img span {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    overflow: hidden;
}
.inn_client p.client_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    color: #333333;
}
.inn_client p.designation {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
    font-style: normal;
}
.client_txt {
    background: #F2FCE280;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px auto 0px;
    max-width: 387px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #374151;
    padding: 18px 23px;
}
.client_txt span {
    color: #33C3F0;
    font-weight: 700;
    margin: 0px 4px;
}
.client_img_div_inner {
    display: flex;
    align-items: center;
    margin-right: 16px;
}
.client_img_div_inner span {
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    margin: 0px -10px 0px 0px;
    background: #33C3F0;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* testimonials css end */

/* ready css start */
.cstm_leftright_sec {
    padding: 64px 0px;
}
.left_right_main {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 96px;
    background: linear-gradient(90deg, #33C3F0 0%, #3B82F6 100%);
    line-height: 0;
    box-shadow: 0px 20px 25px -5px #0000001A;
    border-radius: 16px;
    overflow: hidden;
    align-items: center;
}
.left_right_main .left_sec {
    padding-left: 48px;
}
.left_right_main .left_sec h2 {
    margin: 0px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    max-width: 500px;
}
.left_right_main .left_sec p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFFE5;
    margin-bottom: 0px;
}
.left_right_main .left_sec a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background: #ffffff;
    border-radius: 10px;
    padding: 11.2px 25px;
    border: 1px solid #ffffff;
    color: #33C3F0;
}
.btn_divs {
    line-height: 47px;
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
}
/* ready css end */

/* footer css start */
footer.footer {
    border-top: 1px solid #F3F4F6;
    padding: 48px 0px !important;
}
footer.footer .footer__blocks-wrapper.grid {
    gap: 32px !important;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding-bottom: 48px;
}
footer.footer .footer__blocks-wrapper.grid .footer-block {
    width: 100% !important;
    max-width: 100% !important;
}
footer.footer .footer-block__brand-info h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 16px;
}
footer.footer .footer-block__brand-info h2 span {
    color: #33C3F0;
    margin-right: 3px;
}
footer.footer .footer-block__brand-info p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
}
.footer-block__brand-info .footer__list-social.list-social a {
    padding: 0px !important;
}
footer.footer .footer__blocks-wrapper.grid .footer-block h2.inline-richtext {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #0F1729;
    margin-bottom: 16px;
}
footer.footer .footer__blocks-wrapper.grid .footer-block ul.footer-block__details-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
footer.footer .footer__blocks-wrapper.grid .footer-block ul.footer-block__details-content li {
    margin: 0px;
}
footer.footer .footer__blocks-wrapper.grid .footer-block ul.footer-block__details-content li a {
    padding: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #4B5563;
}
.footer__content-bottom {
    padding: 0px !important;
    border: none !important;
}
.footer__content-bottom .footer__copyright.caption {
    width: 100%;
    margin: 0px !important;
    border-top: 1px solid #F3F4F6;
    padding-top: 34px;
}
.footer__content-bottom .footer__copyright.caption small.copyright__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #6B7280;
}
.footer-block__brand-info .footer__list-social.list-social {
    gap: 16px;
    margin-top: 18px;
}
/* footer css end */

/* solution page css start */
.tabs_sec_health {
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 2px 0px #0000000D;
    background: #fff;
    border-radius: 12px;
    padding: 16px 0px;
    gap: 16px;
    justify-content: center;
    margin-top: 20px;
}
.tabs_sec_health a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
}
.tabs_sec_health span {
    color: #D1D5DB;
    line-height: 20px;
}
.cstm_health_sol {
    padding: 64px 0px;
}
.cstm_health_sol .clean_health_haed p {
    max-width: 768px;
}
.cstm_health_sol .health_tabs {
    margin-top: 48px;
}
.cstm_health_sol .health_tabs ul.tabs {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5,1fr);
    background: #F8FCFF;
    border-radius: 12px;
    overflow: hidden;
}
.cstm_health_sol .health_tabs ul.tabs a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #65758B;
    padding: 16px 20px;
}
.cstm_health_sol .health_tabs ul.tabs a.active {
    background: #33C3F0;
    color: #fff;
}
.cstm_health_sol .health_tabs ul.tabs a.active path {
    stroke: #fff;
}
.cstm_health_sol .health_tabs .tab_cont_inner {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    background: #F8FCFF;
    border-radius: 12px;
    padding: 32px;
}
.cstm_health_sol .health_tabs .tab_cont_inner h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0px;
}
.cstm_health_sol .health_tabs .tab_cont_inner .left_cont p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 18px 0px 0px;
}
.cstm_health_sol .health_tabs .tab_cont_inner ul {
    padding: 0px;
    list-style: none;
    margin: 18px 0px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cstm_health_sol .health_tabs .tab_cont_inner ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
    position: relative;
    padding-left: 38px;
}
.cstm_health_sol .health_tabs .tab_cont_inner ul li strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    display: block;
}
.cstm_health_sol .health_tabs .tab_cont_inner ul li br {
    display: none;
}
.cstm_health_sol .health_tabs .tab_cont_inner ul li:after {
    content: "";
    background: url(/cdn/shop/files/check-icon-health.png?v=1746790544);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}
.cstm_health_sol .health_tabs .tab_cont_inner .left_cont .btn_group {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cstm_health_sol .health_tabs .tab_cont_inner .left_cont .btn_group a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    border: 1px solid #33C3F0;
    border-radius: 10px;
    padding: 9.2px 16.2px;
    background: #33C3F0;
}
.cstm_health_sol .health_tabs .tab_cont_inner .left_cont .btn_group a:last-child {
    background: #FBFCFD;
    color: #33C3F0;
}
.cstm_health_sol .health_tabs .tab_cont_inner .left_cont .btn_group {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cstm_health_sol .health_tabs .tab_cont_inner .left_cont .btn_group a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    border: 1px solid #33C3F0;
    border-radius: 10px;
    padding: 9.2px 16.2px;
    background: #33C3F0;
}
.cstm_health_sol .health_tabs .tab_cont_inner .left_cont .btn_group a:last-child {
    background: #FBFCFD;
    color: #33C3F0;
}
.cstm_health_sol .health_tabs .right_cont .over_txt {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -1px #0000001A;
    border-radius: 12px;
    padding: 16px 15px;
    max-width: 513px;
    margin: -34px auto 0px;
    position: relative;
}
.cstm_health_sol .health_tabs .right_cont .over_txt p {
    margin: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.cstm_health_sol .health_tabs .right_cont .over_txt p:last-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4B5563;
    margin-top: 4px;
}
.person_quiz {
    text-align: center;
    margin-top: 48px;
}
.person_quiz a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    border: 1px solid #33C3F0;
    border-radius: 10px;
    padding: 9.2px 16.2px;
    background: #33C3F0;
    display: inline-block;
}
.clean_heal_adva {
    background: #F8FCFF;
    padding: 64px 0px;
}
.clean_heal_adva .clean_health_haed p {
    max-width: 768px;
}
.clean_heal_adva .health_adv {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 48px;
    gap: 24px;
}
.health_adv .heal_inn {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 12px;
    padding: 24px;
}
.health_adv .heal_inn img {
    max-width: 40px;
}
.health_adv .heal_inn  h3 {
    margin: 14px 0px 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #333333;
}
.health_adv .heal_inn p {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
}
.left_right_health {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 12px;
    padding: 32px;
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 46px;
    align-items: center;
}
.left_right_health h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #333333;
    margin: 0px 0px 18px;
}
.left_right_health ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}
.left_right_health .left_health p {
    margin: 0px;
}
.left_right_health ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    \: 0%;
    padding-left: 50px;
}
.left_right_health ul li:before {
    content: "1";
    position: absolute;
    font-size: 20px;
    left: 0;
    background: #33C3F0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.left_right_health .right_health .txt_overlay {
    background: #D3E4FDE5;
    max-width: 320px;
    margin-left: auto;
    padding: 16px;
    border-radius: 12px;
    margin-top: -140px;
    position: relative;
    right: -14px;
}
.left_right_health .right_health .txt_overlay p {
    margin: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1F2937;
}
.left_right_health .right_health .txt_overlay .clint_outr {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 8px;
}
.left_right_health .right_health .txt_overlay .clint_outr img {
    border-radius: 100px;
    width: 32px;
    height: 32px;
}
.left_clien_img {
    line-height: 0;
}
.left_right_health .right_health .right_inf_cli p:last-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #374151;
}
.left_right_health ul li:nth-child(2)::before {
    content: "2" !important;
}
.left_right_health ul li:nth-child(3)::before {
    content: "3" !important;
}
.left_right_health ul li:nth-child(4)::before {
    content: "4" !important;
}
.succ_stori {
    padding: 64px 0px;
}
.succ_stori .clean_health_haed p {
    max-width: 780px;
}
.succ_stori .succ_stor_block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 48px;
}
.succ_stor_block .stroy_inn {
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 12px;
    border-top: 8px solid #33C3F0;
    background: #fff;
    padding: 24px 24px 48px;
}
.stroy_inn p {
    margin: 0px;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}
.stroy_inn .clint_outr {
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #E1E7EF;
    margin-top: 26px;
    padding-top: 18px;
}
.stroy_inn .clint_outr img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 100px;
}
.stroy_inn .clint_outr p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    color: #33C3F0;
}
.stroy_inn .clint_outr p strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.stroy_inn span.quote_span {
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #D3E4FD;
    display: block;
    margin-bottom: 18px;
}
.join_commn_main {
    background: #F2FCE233;
    border-radius: 12px;
    padding: 32px;
}
.join_commn_main .join_comm {
    max-width: 672px;
    margin: 0 auto;
    text-align: center;
}
.join_commn_main .join_comm h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0px 0px 18px;
}
.join_commn_main .join_comm  p {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #374151;
}
.join_commn_main .comm_number ul {
    padding: 0px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 416px;
    gap: 16px;
    justify-content: center;
    margin: 26px auto 0px;
}
.join_commn_main .comm_number ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 12px;
    padding: 14px 20px;
    justify-content: center;
}
.join_commn_main .comm_number ul li p {
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #4B5563;
}
.join_commn_main .comm_number ul li span {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #33C3F0;
    display: block;
    margin-bottom: 2px;
}
.cstm_edu_resou {
    margin-top: 64px;
    background: #F8FCFF;
    padding: 64px 0px 48px;
}
.cstm_edu_resou .clean_health_haed p {
    max-width: 758px;
}
.outr_edu_reso {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-top: 48px;
    gap: 24px;
}
.outr_edu_reso .edu_inn {
    box-shadow: 0px 1px 2px 0px #0000000D;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
}
.outr_edu_reso .edu_inn span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #33C3F0;
}
.outr_edu_reso .edu_inn .svg_title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}
.outr_edu_reso .edu_inn .svg_title h3 {
    margin: 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    vertical-align: middle;
}
.outr_edu_reso .edu_inn p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    margin: 10px 0px 0px;
    min-height: 97px;
}
.outr_edu_reso .edu_inn a {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    border: 1px solid #33C3F0;
    border-radius: 10px;
    margin-top: 26px;
    padding: 10px 20px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #33C3F0;
}
.cstm_per_guid {
    background: #F8FCFF;
    padding: 0px 0px 64px;
}
.outr_per_gui {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 12px;
    padding: 32px;
    gap: 58px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
}
.left_out_guid h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #333333;
    margin: 0px;
}
.left_out_guid p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}
.left_out_guid a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    border: 1px solid #33C3F0;
    border-radius: 10px;
    padding: 9.2px 16.2px;
    background: #33C3F0;
    display: inline-block;
    margin-top: 4px;
}
.right_outr_guid {
    background: #D3E4FD33;
    border-radius: 12px;
    padding: 24px;
}
.right_outr_guid h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #333333;
    margin: 0px;
}
.right_outr_guid ul {
    padding: 0px;
    list-style: none;
    margin: 16px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.right_outr_guid ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
}
.right_outr_guid strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.cstm_tras_heal {
    padding: 64px 0px;
}
.trans_outr_health {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background: linear-gradient(90deg, #33C3F0 0%, #3B82F6 100%);
    box-shadow: 0px 20px 25px -5px #0000001A;
    border-radius: 16px;
    align-items: center;
    overflow: hidden;
}
.trans_outr_health .left_health {
    padding: 74px 72px 74px 48px;
}
.health_top_haed {
    margin-bottom: 34px;
}
.health_top_haed h2 {
    margin: 0px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
    color: #fff;
}
.health_top_haed p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 18px 0px 0px;
}
.health_inner_main {
    background: #FFFFFF1A;
    backdrop-filter: blur(4px);
    border-radius: 12px;
    padding: 16px;
    margin-top: 16px;
}
.health_inner_main h4 {
    margin: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
}
.health_inner_main p {
    margin: 9px 0px 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFFCC;
}
.health_inner_main a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #33C3F0;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 9.2px 16.2px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.right_health {
    position: relative;
    line-height: 0;
}
.right_health .image_text_over {
    background: #FFFFFFE5;
    box-shadow: 0px 10px 15px -3px #0000001A;
    backdrop-filter: blur(4px);
    border-radius: 12px;
    max-width: 292px;
    padding: 16px;
}
.right_health .outr_inner {
    display: flex;
    align-items: center;
    gap: 12px;
}
.right_health .outr_inner p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.right_health .outr_inner .left_svg {
    line-height: 0;
}
.right_health .outr_inner .right_ov_cont p:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111827;
}
.right_health .top_overlay_div {
    position: absolute;
    right: 32px;
    top: 32px;
}
.right_health .btm_overlay_div {
    position: absolute;
    bottom: 32px;
    left: 32px;
}

/* product page css start */
.cstm_pro_sea {
    background: #F8FCFF;
    padding: 48px 0px 80px;
}
.cstm_pro_sea h2 {
    margin: 0px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.9px;
    text-align: center;
    color: #333333;
}
.cstm_pro_sea p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #4B5563;
    max-width: 743px;
    margin: 19px auto 36px;
}
.cstm_pro_sea .search_form {
    max-width: 448px;
    margin: 0 auto;
}
.cstm_pro_sea .search_form .field_new {
    position: relative;
}
.cstm_pro_sea .search_form .field_new input {
    border: 1px solid #D1D5DB;
    background: #fff;
    border-radius: 12px;
    height: auto !important;
    padding: 14.6px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #9CA3AF;
    letter-spacing: 0 !important;
}
.cstm_pro_sea .search_form .field_new input::placeholder {
    color: #9CA3AF;
    opacity: 1 !important;
}
.cstm_pro_sea .search_form .field_new .search_btn {
    border: none !important;
    background: #33C3F0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    right: 5px;
}
.cstm_pro_tab {
    padding: 48px 0px;
}
.cstm_pro_tab ul.pro_in_tabs {
    padding: 4px;
    list-style: none;
    background: #F8FCFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
}
.cstm_pro_tab ul.pro_in_tabs a.active {
    background: #33C3F0;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #0000000D;
    color: #fff;
}
.cstm_pro_tab ul.pro_in_tabs a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #65758B;
    padding: 7px 12px;
    display: inline-block;
}
.product_grid_main {
    margin-top: 32px;
}

.product_grid_main p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4B5563;
    max-width: 647px;
    margin: 0 auto;
}

.product_grid_inner {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
    margin-top: 32px;
}
.product_grid_inner .img_tags {
    line-height: 0;
    position: relative;
}
.product_grid_inner .img_tags .product-image {
    height: 192px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.product_grid_inner a {
    border: 1px solid #F3F4F6;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 12px;
    overflow: hidden;
}
.product_grid_inner .img_tags .pro_tags {
    position: absolute;
    top: 8px;
    right: 8px;
}
.product_grid_inner .img_tags .pro_tags .label {
    background: #F59E0B;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #F8FAFC;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    padding: 3px 11px;
    gap: 5px;
    border-radius: 100px;
}
.product_grid_inner .pro_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 25px 0px;
}
.product_grid_inner .pro_title h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin: 0px;
}
.product_grid_inner .pro_title  p.product-collection {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    border: 1px solid #93C5FD;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1D4ED8;
    border-radius: 100px;
    padding: 2.4px 10px;
}
.product_grid_inner .product-tags {
    margin-top: 6px;
    padding: 0px 25px;
}
.product_grid_inner .product-tags p {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 0p;
}
.product_grid_inner a>p {
    text-align: left;
    padding: 0px 25px;
    margin-top: 10px;
    max-width: 354px;
    margin-left: 0;
}
.product_grid_inner .Prescription_txt {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #FEF3C7;
    background: #FFFBEB;
    margin: 0px 25px;
    border-radius: 10px;
    padding: 9px;
    margin-top: 10px;
}
.product_grid_inner .Prescription_txt p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #D97706;
}
.product_grid_inner .Prescription_txt .metafield-rich_text_field {
    max-width: 280px;
}
.product_grid_inner .ky_benefits_txt {
    padding: 0px 25px;
    margin-top: 16px;
}
.product_grid_inner .ky_benefits_txt p {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
}
.product_grid_inner .ky_benefits_txt ul {
    margin: 4px 0px 0px;
    padding: 0px 0px 0px 20px;
}
.product_grid_inner .ky_benefits_txt ul li {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #4B5563;
}
.product_grid_inner .price_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px 25px;
    margin-top: 16px;
}
.product_grid_inner .price_button p.product-price {
    text-align: left !important;
    max-width: unset !important;
    margin-left: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #33C3F0;
}
.product_grid_inner .price_button .add-to-cart {
    background: #33C3F0;
    border: none !important;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}
.cstm_pro_purc {
    background: #F8FCFF;
    padding: 48px 0px;
}
.cstm_pro_purc h2 {
    margin: 0px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #333333;
}
.cstm_pro_purc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    margin-top: 18px;
    margin-bottom: 20px;
}
.cstm_pro_purc .purchase_btns {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cstm_pro_purc .purchase_btns a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: #33C3F0;
    color: #fff;
    padding: 11.2px 25px;
    border-radius: 10px;
    border: 1px solid #33C3F0;
}
.cstm_pro_purc .purchase_btns a:nth-child(2) {
    color: #33C3F0;
    background: none;
}
.phar_inner {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    max-width: 896px;
    margin: 0 auto;
    padding: 32px;
    border-radius: 12px;
}
.cstm_tele_form {
    background: #F8FCFF;
    padding: 48px 0px;
}
.cstm_tele_form h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.9px;
    text-align: center;
    color: #333333;
    margin: 0px;
}
.cstm_tele_form p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #4B5563;
    max-width: 760px;
    margin: 19px auto 0px;
}
.cstm_tele_blocks {
    padding: 64px 0px;
}
.tele_blocks_outr {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
}
.tele_blocks_outr .inn_blocks {
    background: #D3E4FD33;
    border-radius: 12px;
    padding: 26px;
    text-align: center;
}
.tele_blocks_outr .inn_blocks img {
    max-width: 64px;
}
.tele_blocks_outr .inn_blocks h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    margin: 16px 0px 10px;
}
.tele_blocks_outr .inn_blocks p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4B5563;
    margin: 0px;
}

/* about page css start */
.cstm_our_mission {
    padding: 64px 0px;
}
.cstm_our_mission h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.9px;
    text-align: center;
    color: #333333;
    margin: 0px 0px 24px;
}
.inn_mission {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 48px;
}
.inn_mission span {
    display: block;
    background: #F8FCFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 26px;
    border-radius: 12px;
    margin-bottom: 34px;
}
.inn_mission span p {
    margin: 0px;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    color: #33C3F0;
}
.inn_mission p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
    margin-top: 0px;
    margin-bottom: 18px;
}
.inn_mission ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 16px;
}
.inn_mission ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
    position: relative;
    padding-left: 32px;
}
.lft_miss {
    margin-top: 24px;
}
.inn_mission ul li:after {
    content: "";
    background: url(/cdn/shop/files/check-about.png?v=1747902354);
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
}
.cstm_uni_appr {
    padding: 64px 0px;
}
.cstm_uni_appr h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.9px;
    text-align: center;
    color: #333333;
    margin: 0px;
}
.cstm_uni_appr .uni_appr_head p {
    margin: 16px auto 0px;
    max-width: 768px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4B5563;
}
.main_uni_appro {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 48px;
    margin-top: 48px;
    align-items: center;
}
.left_appr h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 0px;
}
.left_appr  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}
.right_app {
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 16px;
    overflow: hidden;
}
.right_app h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 0px;
}
.left_appr {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.left_appr .left_uni {
    background: #F8FCFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 26px;
    border-radius: 12px;
}
.left_appr .left_uni p {
    margin: 10px 0px 0px;
}
.right_app .right_ap_inn {
    padding: 12px 24px 18px;
}
.right_app .right_ap_inn p {
    margin: 10px 0px 0px;
}
.outr_box {
    padding: 0px 24px 24px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
}
.outr_box .left_box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.outr_box .left_box h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.outr_box .left_box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 0px 0px;
    max-width: 192px;
}
.box_grid {
    background: #F2FCE24D;
    padding: 16px;
    border-radius: 12px;
    min-height: 100px;
}
.box_grid.blue_box {
    background: #D3E4FD4D;
}
.cstm_team .team_head h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.9px;
    text-align: center;
    color: #333333;
    margin: 0px;
}
.cstm_team .team_head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4B5563;
    max-width: 727px;
    margin: 18px auto 0px;
}
.cstm_team {
    background: #F8FCFF;
    padding: 64px 0px;
}
.team_outr {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 48px;
    gap: 24px;
}
.team_outr .team_inner {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 12px;
    overflow: hidden;
}
.team_outr .team_inner img {
    width: 100%;
}
.team_inn_text {
    padding: 14px 24px 18px;
}
.team_inn_text h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #333333;
    margin: 0px;
}
.team_inn_text span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #33C3F0;
    display: block;
    margin-top: 2px;
}
.team_inn_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0px 18px;
}
.team_inn_text a {
    line-height: 0;
}
.medical_advisory {
    box-shadow: 0px 1px 2px 0px #0000000D;
    background: #FFFFFF;
    padding: 32px 48px 48px;
    margin-top: 48px;
    border-radius: 12px;
}
.medical_advisory h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #333333;
    margin: 0px;
}
.feat_medi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    max-width: 1060px !important;
    margin: 40px auto 0px;
}
.feat_medi .inn_block {
    display: flex;
    align-items: center;
    gap: 16px;
}
.feat_medi .inn_block img {
    width: 64px;
    height: 64px;
    border-radius: 100px;
}
.feat_medi .inn_block h4 {
    margin: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.feat_medi .inn_block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 6px;
    margin: 8px 0px 0px;
}
.feat_medi .inn_block span {
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #33C3F0;
}
.cstm_choose_heal {
    padding: 64px 0px;
}
.choo_heal h2 {
    margin: 0px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.9px;
    text-align: center;
}
.choo_heal p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 731px;
    margin: 18px auto 0px;
    text-align: center;
    color: #4B5563;
}
.outr_health {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: 48px;
}
.outer_health_inner {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 12px;
    overflow: hidden;
}
.outr_health_img {
    background: #33C3F0;
    line-height: 0;
    text-align: center;
    padding: 24px;
}
.outr_health_img img {
    max-width: 40px;
}
.outr_health_cont {
    padding: 24px;
}
.outr_health_cont h3 {
    margin: 0px 0px 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
}
.outr_health_cont p {
    margin: 0px 0px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
}
.commit_sec_our {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 39px;
    background: #F8FCFF;
    margin-top: 48px;
    padding: 32px;
    border-radius: 12px;
}
.commit_sec_our h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0px 0px 10px;
}
.commit_sec_our p {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}
.commit_sec_our ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.commit_sec_our ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
    position: relative;
    padding-left: 34px;
}
.commit_sec_our ul li:after {
    content: "";
    background: url(/cdn/shop/files/check-about.png?v=1747902354);
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
}
.commit_sec_our .image-box {
    position: relative;
}
.commit_sec_our .image-box .testimonial {
    position: absolute;
    bottom: -10px;
    background: #FFFFFF;
    border-radius: 12px;
    max-width: 320px;
    right: -14px;
    box-shadow: 0px 4px 6px -1px #0000001A;
    padding: 16px;
}
.commit_sec_our .image-box .testimonial .testimonial-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1F2937;
}
.commit_sec_our .image-box .testimonial .testimonial-author {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4B5563;
    margin-top: 10px;
}
.health_jrn_main {
    background: #33C3F01A;
    border-radius: 16px;
    padding: 48px;
}
.cstm_client_journy {
    padding: 64px 0px;
}
.health_jrn_main h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.9px;
    text-align: center;
    margin: 0px;
}
.health_jrn_main .health_journ p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    max-width: 735px;
    margin: 24px auto 0px;
}
.health_jrn_main .btn_colmns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 16px;
}
.health_jrn_main .btn_colmns a {
    background: #FBFCFD;
    border: 1px solid #33C3F0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #33C3F0;
    border-radius: 10px;
    padding: 12px 33px;
}
.health_jrn_main .btn_colmns a:nth-child(1) {
    background: #33C3F0;
    color: #fff;
}
.health_jrn_main .grid_boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 768px;
    margin: 32px auto 0px;
    gap: 24px;
}
.health_jrn_main .grid_boxes .box_inn {
    width: 100%;
    text-align: center;
    box-shadow: 0px 1px 2px 0px #0000000D;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 15.2px 20px;
}
.health_jrn_main .grid_boxes .box_inn span {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #33C3F0;
}
.health_jrn_main .grid_boxes .box_inn p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4B5563;
    margin: 0px;
}
.inn_client span.quote_span {
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #D3E4FD;
    display: none;
    margin-bottom: 18px;
}
.clients_says_cstm .hm_client_inn span.quote_span{
  display: block;
}
.checkbox_cont {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
    align-items: flex-start;
    line-height: 0;
}
.checkbox_cont label {
    font-size: 14px;
    line-height: 21px !important;
}
.checkbox_cont label a {
    color: #33c3f0;
}
.clients_says_cstm .client_txt {
    background: #fff;
}

/* Login page css */
.cstm_login_page {
    background: #F9FAFB;
    padding: 115px 15px;
}
.cstm_login_page .customer {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #E1E7EF;
    border-radius: 12px;
    max-width: 448px !important;
    padding: 25px !important;
}
.cstm_login_page h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
    margin-bottom: 5px !important;
}
.cstm_login_page p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #65758B;
    margin: 0px !important;
}
.cstm_login_page form {
    margin-top: 26px !important;
}
.cstm_login_page form label {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    color: #0F1729;
    margin-bottom: 11px;
}
.cstm_login_page form input {
    width: 100%;
    background: #FBFCFD;
    border-radius: 10px;
    border: 1px solid #E1E7EF;
    outline: none !important;
    box-shadow: none !important;
    padding: 11px 13px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #65758B;
}
.cstm_login_page form input::placeholder {
    color: #65758B;
}
.cstm_login_page form .field_new {
    margin-bottom: 19px;
}
.cstm_login_page form button {
    margin: 0px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    border: 1px solid #33C3F0;
    border-radius: 10px;
    padding: 9.2px 15.2px;
    background: #33C3F0;
    letter-spacing: 0;
    width: 100%;
    height: auto !important;
    max-height: unset !important;
    min-height: unset !important;
    margin-bottom: 17px !important;
    display: block;
}
.cstm_login_page form button::before, .cstm_login_page form button::after {
    display: none;
}
.cstm_login_page form .signup_txt {
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #0F1729;
}
.cstm_login_page form .signup_txt a {
    display: inline-block !important;
    width: auto !important;
    margin: 0px !important;
    color: #33C3F0;
}
.forget_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}
.cstm_login_page form .forget_inner label {
    margin-bottom: 0px;
}
.forget_inner a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #33C3F0;
}

/* Health Quiz css */
.cstm_heal_quiz {
    background: #F8FCFF;
    padding: 64px 0px;
}
.cstm_heal_quiz .utr_quiz {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cstm_heal_quiz .left_quiz {
    max-width: 580px;
    width: 100%;
}
.cstm_heal_quiz .rght_quiz {
    width: 100%;
    max-width: 448px;
    box-shadow: 0px 10px 15px -3px #0000001A;
    line-height: 0;
    border-radius: 12px;
}
.quiz_head h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.9px;
    margin: 0px;
}
.quiz_head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4B5563;
    margin: 27px 0px 0px;
}
.quiz_block_cont {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.quiz_block_inner {
    display: flex;
    gap: 12px;
}
.quiz_block_inner .quiz_img {
    width: 100%;
    max-width: 42px;
}
.quiz_block_inner h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0px;
    color: #333333;
}
.quiz_block_inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    margin: 0px;
}
.cstm_heal_quiz .left_quiz a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    border: 1px solid #33C3F0;
    border-radius: 10px;
    padding: 9.2px 15.2px;
    display: inline-block;
    background: #33C3F0;
    margin-top: 26px;
}

/* content pages css start */
.cstm_pages {
    padding: 64px 0px;
}
.cstm_pages h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 32px;
    line-height: 46px;
    color: #333;
    letter-spacing: 0;
}
.cstm_pages p {
    font-size: 16px;
    color: #374151;
    margin: 0px !important;
  line-height: 24px;
}
.cstm_pages h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin: 32px 0px 16px;
    line-height: 36px;
    letter-spacing: 0;
}
.cstm_pages ul {
    margin: 4px 0px 0px;
}
.cstm_pages ul li {
    font-size: 16px;
    color: #374151;
    margin: 0px !important;
  
}
.cstm_pages .bg-clean-light {
    background: rgb(248 252 255);
    padding: 24px;
    border-radius: .75rem;
    margin-top: 32px;
}
.cstm_pages .bg-clean-light p {
    color: rgb(51 51 51);
    font-weight: 500;
    line-height: 24px;
}
.cstm_pages .bg-amber-50 {
    background: rgb(255 251 235);
    border: 1px solid rgb(253 230 138);
    border-radius: .75rem;
    padding: 24px;
}
.cstm_pages .bg-amber-50 ul {
    padding: 0px;
}
.cstm_pages .bg-amber-50 h3 {
    margin: 0px;
    color: rgb(146 64 14);
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 8px;
}
.cstm_pages .bg-amber-50 p, .cstm_pages .bg-amber-50 li {
    color: #b45309;
}
.cstm_our-teams .our_teams {
    padding-top: 64px;
}
.cstm_our-teams .our_teams h1 {
    margin: 0px 0px 32px;
    font-size: 60px;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 44px;
    color: #333333;
}
.cstm_our-teams .our_teams p {
    margin: 0px;
    max-width: 768px;
    color: rgb(55 65 81);
    line-height: 24px;
    margin-bottom: 48px;
}
.cstm_our-teams .inn_div {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
}
.cstm_our-teams .inn_div .inn_teams {
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 12px;
    overflow: hidden;
}
.cstm_our-teams .inn_div .inn_teams img {
    height: 25.5rem;
    width: 100%;
    object-fit: cover;
}
.team_inner_data {
    padding: 24px;
}
.team_inner_data h3 {
    margin: 0px;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 24px;
}
.team_inner_data span {
    color: #33c3f0;
    font-weight: 500;
    line-height: 26px;
    display: block;
    margin-bottom: 12px;
}
.team_inner_data p {
    margin: 0px 0px 16px;
    color: rgb(75 85 99);
    font-size: 14px;
    line-height: 20px;
}
.team_inner_data .social_icons {
    display: flex;
    align-items: center;
    gap: 12px;
}
.team_inner_data .social_icons a {
    display: flex;
    line-height: 0;
    align-items: center;
}
.team_inner_data .social_icons svg {
    max-width: 20px;
    width: 100%;
    line-height: 0;
    fill: #6b7280;
}
.inn_join_teams {
    padding: 64px 0px;
    text-align: center;
}
.inn_join_teams h2 {
    margin: 0px 0px 24px;
    text-align: center;
    letter-spacing: 0;
    font-size: 36px;
    font-weight: bold;
    color: rgb(51 51 51);
    line-height: 28px;
}
.inn_join_teams p {
    max-width: 662px;
    margin: 0 auto;
    color: rgb(55 65 81);
    line-height: 24px;
}
.inn_join_teams a {
    display: inline-block;
    margin-top: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #33C3F0;
    border-radius: 10px;
    padding: 11.2px 25px;
    border: 1px solid #33C3F0;
}
.cstm_blog_bnr {
    background: rgb(51 195 240);
    padding: 80px 0px;
}
.cstm_blog_bnr h1 {
    margin: 0px 0px 16px;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
}
.cstm_blog_bnr p {
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    max-width: 672px;
}
.main-blog {
    display: flex;
    gap: 32px;
}
.main-blog .rght_blog_cont {
    width: 100%;
    max-width: 300px;
}
.blog-articles {
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
    gap: 32px !important;
}
.blog-articles .blog-articles__article {
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 16px;
    overflow: hidden;
}
.blog-articles .blog-articles__article .card__inner {
    --ratio-percent: unset !important;
    display: block !important;
}
.blog-articles  .card__media {
    position: relative !important;
    width: 100% !important;
    line-height: 0;
}
.blog-articles .card__media .article-card__image {
    position: relative !important;
}
.blog-articles .card__media img {
    position: unset !important;
    height: 208px !important;
    object-fit: cover;
}
.blog-articles .blog-articles__article .card__inner .card__content {
    padding: 0px !important;
}
.blog-articles .card__information {
    padding: 24px !important;
}
.blog-articles .card__information .date_tag {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgb(107 114 128);
    margin-bottom: 12px;
}
.blog-articles .card__information .date_tag span.mx-2 {
    margin-left: 16px;
    margin-right: 6px;
}
.blog-articles .card__information .date_tag span:nth-child(1) {
    color: rgb(51 195 240);
    font-weight: 500;
    padding: 4px 8px;
    background: #f8fcff;
    border-radius: 2px;
}
.blog-articles .card__information h3 {
    font-size: 20px;
    font-weight: bold;
    max-width: 380px;
    margin-bottom: 12px;
}
.blog-articles .card__information p {
    margin: 0px 0px 16px;
    color: rgb(75 85 99);
    line-height: 24px;
}
.blog-articles .card__information .author_readmore {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-articles .card__information .author_readmore span {
    font-size: 14px;
    color: rgb(107 114 128);
}
.blog-articles .card__information .author_readmore a {
    color: rgb(51 195 240);
    font-weight: 500;
}
.tag_listings {
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    padding: 24px;
}
.main-blog .rght_blog_cont h3 {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: bold;
    color: #333333;
    margin: 0px 0px 16px;
}
.main_blog_pge {
    background: #f9fafb;
    padding: 48px 0px !important;
}
.tag_listings ul {
    padding: 0px 0px 0px 16px;
    margin: 0px;
}
.tag_listings ul li {
    color: rgb(55 65 81);
    margin-bottom: 2px;
}
.tag_listings ul li a {
    color: rgb(55 65 81);
}
.blog_newsltr {
    margin: 32px 0px;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    padding: 24px;
}
.blog_newsltr p {
    margin: 0px 0px 0px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(75 85 99);
    margin-bottom: 16px;
}
.book__conultion {
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    padding: 24px;
}
.book__conultion p {
    margin: 0px 0px 16px;
    font-size: 14px;
    color: rgb(75 85 99);
}
.book__conultion a {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #33C3F0;
    border: 1px solid #33C3F0;
    background: #ffffff;
    border-radius: 10px;
    padding: 10.2px 16.2px;
}
.blog_newsltr button {
    width: 100% !important;
    position: unset !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    border: 1px solid #33C3F0;
    border-radius: 10px;
    padding: 7px 15.2px;
    display: flex;
    background: #33C3F0 !important;
    margin-top: 10px;
}
.blog_newsltr input {
    border: 1px solid rgb(209 213 219);
    border-radius: 12px;
    padding: 8px 16px;
    height: auto !important;
    min-height: auto !important;
}
.blog_newsltr input::placeholder {
    opacity: 1 !important;
}
.cstm_blog_bnr a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #33C3F0;
    border: 1px solid #33C3F0;
    background: #FBFCFD;
    border-radius: 10px;
    padding: 18.2px 16.2px;
    display: inline-block;
    margin-top: 20px;
}
.why_work_with {
    padding: 64px 0px;
}
.why_work_with h2 {
    margin: 0px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    color: #333333;
    line-height: 39px;
    margin-bottom: 48px;
}
.why_work_with .block_work {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(6, 1fr);
}
.why_work_with .block_work .inn_work {
    background: rgb(248 252 255);
    border-radius: 12px;
    padding: 32px;
    grid-column: span 2;
}
.why_work_with .block_work .inn_work:nth-child(4), .why_work_with .block_work .inn_work:nth-child(5) {
    grid-column: span 3;
}
.why_work_with .inn_work .svg_icon {
    background: rgb(51 195 240);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-bottom: 16px;
}
.why_work_with .inn_work .svg_icon svg {
    fill: #33c3f0;
    stroke: #fff;
    width: 24px;
    height: 24px;
}
.why_work_with .inn_work h3 {
    letter-spacing: 0;
    font-size: 20px;
    font-weight: bold;
    color: rgb(51 51 51);
    margin: 0px 0px 12px;
}
.why_work_with .inn_work p {
    margin: 0px;
    line-height: 24px;
    color: rgb(55 65 81);
}
.open_positions {
    background: rgb(249 250 251);
    padding: 64px 0px;
}
.open_positions h2 {
    margin: 0px 0px 8px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    color: #333333;
    line-height: 39px;
}
.open_positions p {
    text-align: center;
    color: rgb(75 85 99);
    max-width: 662px;
    margin: 0 auto;
    line-height: 24px;
}
.block_position {
    background: #fff;
    border-radius: 12px;
    margin-top: 48px; 
}
.block_postion_main {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid hsl(214 32% 91%);
}
.block_postion_main h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    color: #333;
}
.block_postion_main .posit_counts {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}
.block_postion_main .posit_counts span {
    color: rgb(31 41 55);
    font-size: 12px;
    letter-spacing: 0;
    padding: 4px 12px;
    background: rgb(243 244 246);
    border-radius: 100px;
    font-weight: 500;
    line-height: 16px;
}
.block_postion_main .posit_counts span:nth-child(1) {
    background: #33c3f0;
    color: #fff;
}
.block_postion_main .apply_btn a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    border: 1px solid #33C3F0;
    border-radius: 10px;
    padding: 9.2px 15.2px;
    display: flex;
    background: #33C3F0;
}
.open_positions .open_posti {
    text-align: center;
    margin-top: 48px;
}
.open_positions .open_posti p {
    color: rgb(55 65 81);
}
.open_positions .open_posti a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #33C3F0;
    border: 1px solid #33C3F0;
    background: #FBFCFD;
    border-radius: 10px;
    padding: 9.2px 16.2px;
    display: inline-block;
    margin-top: 24px;
}
.what_teams_says {
    padding: 64px 0px;
}
.what_teams_says h2 {
    margin: 0px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    color: #333333;
    line-height: 39px;
    margin-bottom: 48px;
}
.inn_team_says {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
}
.inn_team_says .inn_team_blocks {
    background: rgb(248 252 255);
    border-radius: 12px;
    padding: 32px;
}
.inn_team_says .inn_team_blocks .block_img {
    display: flex;
    align-items: center;
    gap: 16px;
}
.inn_team_says .inn_team_blocks .block_img img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 100px;
}
.inn_team_says .inn_team_blocks .name_position h4 {
    margin: 0px;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.inn_team_says .inn_team_blocks .name_position p {
    margin: 0px;
    font-size: 14px;
    color: rgb(75 85 99);
}
.inn_team_says .inn_team_blocks p {
    color: rgb(55 65 81);
    font-style: italic;
    line-height: 24px;
    margin: 16px 0px 0px;
}
.ready_to_join {
	background: rgb(51 195 240);
	padding: 64px 0px;
}
.main_ready_to_join {
    text-align: center;
}
.main_ready_to_join h1 {
    margin: 0px 0px 24px;
    letter-spacing: 0;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.main_ready_to_join p {
    color: #fff;
    max-width: 600px;
    line-height: 24px;
    margin: 0 auto 32px;
}
.main_ready_to_join a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #33C3F0;
    border: 1px solid #33C3F0;
    background: #FBFCFD;
    border-radius: 10px;
    padding: 9.2px 16.2px;
    display: inline-block;
}
.main_contact_form {
    padding: 64px 0px;
}
.main_cont_form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 48px;
}
.left_cont_form h1 {
    margin: 0px 0px 24px;
    font-size: 60px;
    letter-spacing: 0;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.left_cont_form p {
    margin: 0px;
    font-size: 18px;
    color: rgb(55 65 81);
    line-height: 28px;
}
.inn_info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.inn_info .svg_icon {
    width: 48px;
    height: 48px;
    background: rgb(248 252 255);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inn_info .svg_icon svg {
    max-width: 18px;
    stroke: #33c3f0;
}
.inn_info h3 {
    margin: 0px;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.left_cont_form .inn_info p {
    font-size: 16px;
    color: rgb(75 85 99);
    line-height: 24px;
}
.left_cont_form .inn_info p a {
    color: rgb(75 85 99);
}
.cont_infor {
    margin: 32px 0px;
}
.connect_social {
    border-top: 1px solid rgb(229 231 235);
    padding-top: 32px;
}
.connect_social h3 {
    margin: 0px 0px 16px;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: bold;
    color: #333;
}
.connect_social .social_inn {
    display: flex;
    align-items: center;
    gap: 16px;
}
.connect_social .social_inn a {
    width: 48px;
    height: 48px;
    background: rgb(248 252 255);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.connect_social .social_inn a svg {
    max-width: 24px;
    color: #33c3f0;
}
.rght_cont_form {
    background: rgb(248 252 255);
    border-radius: 12px;
    padding: 32px;
}
.rght_cont_form h2 {
    margin: 0px 0px 24px;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.rght_cont_form .field_inner label {
    position: unset !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
    color: rgb(55 65 81);
    margin-bottom: 4px !important;
    display: block !important;
}
.rght_cont_form .field_inner input, .rght_cont_form .field_inner select, .rght_cont_form .field_inner textarea {
    border: 1px solid rgb(209 213 219);
    border-radius: 12px;
    padding: 10px 16px !important;
    height: auto !important;
    font-size: 14px;
    color: rgb(55 65 81);
}
.field_inner {
    margin-bottom: 24px;
}
.rght_cont_form .field_inner textarea {
    height: 137px !important;
}
.rght_cont_form .contact__button {
    margin-top: 0px !important;
}
.rght_cont_form .contact__button button.button {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    border: 1px solid #33C3F0;
    border-radius: 10px;
    padding: 9.2px 15.2px;
    display: flex;
    background: #33C3F0;
    letter-spacing: 0;
    width: 100%;
    height: auto !important;
    max-height: unset !important;
    min-height: unset !important;
}
.rght_cont_form .contact__button button.button::before, .rght_cont_form .contact__button button.button::after {
    display: none;
}
.main_faq_cont {
    padding-bottom: 64px;
}
.main_faq_cont h2 {
    margin: 0px 0px 24px;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: bold;
}
.main_faq_cont .faq_grids {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 32px;
}
.main_faq_cont .faq_grids .inn_faq {
    padding: 24px;
    background: rgb(255 255 255);
    border: 1px solid rgb(243 244 246);
    border-radius: 12px;
}
.main_faq_cont .faq_grids .inn_faq h3 {
    margin: 0px 0px 12px;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.main_faq_cont .faq_grids .inn_faq p {
    margin: 0px;
    color: rgb(55 65 81);
    line-height: 24px;
}
.health_panel {
    background: #F8FCFF;
    padding: 48px 0px 80px;
}
.health_panel h2 {
    margin: 0px;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.9px;
    text-align: center;
    color: #333333;
}
.health_panel p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #4B5563;
    max-width: 743px;
    margin: 19px auto 24px;
}
.health_panel a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    border: 1px solid #33C3F0;
    border-radius: 10px;
    padding: 9.2px 15.2px;
    display: inline-flex;
    background: #33C3F0;
    gap: 4px;
}
.health_panel a svg {
    max-width: 18px;
    width: auto !important;
    height: auto !important;
}
.health_panel .inn_pro_searc {
    text-align: center;
}
.cstm_tab_panels {
    padding: 48px 0px;
}
.cstm_tab_panels .pro_tabs .pro_in_tabs {
    padding: 4px;
    list-style: none;
    background: #F8FCFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 710px;
    margin: 0 auto;
}
.cstm_tab_panels .pro_tabs .pro_in_tabs li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #65758B;
    padding: 7px 12px;
    display: inline-block;
}
.cstm_tab_panels .pro_tabs .pro_in_tabs li a.active {
    background: #33C3F0;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #0000000D;
    color: #fff;
}
.cstm_tab_panels .product_grid_inner a {
    padding: 24px;
    position: relative;
}
.cstm_tab_panels .product_grid_inner .panel-tags {
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(245 158 11);
    padding: 4px 12px;
}
.cstm_tab_panels .product_grid_inner .panel-tags p {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}
.cstm_tab_panels .product_grid_inner a .product-collection {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    border: 1px solid #93C5FD;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1D4ED8;
    border-radius: 100px;
    padding: 2.4px 10px;
    display: inline-block;
}
.cstm_tab_panels .product_grid_inner a .pro_title {
    padding: 6px 0px 0px;
}
.cstm_tab_panels .product_grid_inner a .pro_title h2 {
    letter-spacing: 0;
}
.cstm_tab_panels .product_grid_inner a p {
    padding: 0px;
}
.cstm_tab_panels .product_grid_inner a h4 {
    letter-spacing: 0;
    margin: 16px 0px 8px;
    font-weight: 500;
    font-size: 16px;
}
.cstm_tab_panels .product_grid_inner a ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.cstm_tab_panels .product_grid_inner a ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgb(75 85 99);
}
.cstm_tab_panels .product_grid_inner a ul li svg {
    max-width: 16px;
    stroke: #33c3f0;
}
.cstm_tab_panels .product_grid_inner a .result_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.cstm_tab_panels .product_grid_inner a .result_time .inn_result, .cstm_tab_panels .product_grid_inner a .result_time .inn_time {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    gap: 6px;
    color: #6b7280;
}
.cstm_tab_panels .product_grid_inner a .result_time svg {
    max-width: 16px;
}
.cstm_tab_panels .product_grid_inner a .price_button {
    padding: 0px !important;
}
.cstm_tab_panels .product_grid_inner a .price_button p.product-price {
    font-size: 24px;
}
.cstm_tab_panels .panel_btm_txt {
    text-align: center;
    margin-top: 50px;
}
.cstm_tab_panels .panel_btm_txt p {
    color: rgb(75 85 99);
    margin: 0px;
}
.cstm_tab_panels .panel_btm_txt .btm_tbns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    gap: 16px;
}
.cstm_tab_panels .panel_btm_txt .btm_tbns a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #33C3F0;
    border: 1px solid #33C3F0;
    background: #FBFCFD;
    border-radius: 10px;
    padding: 9.2px 16.2px;
}
.cstm_tab_panels .panel_btm_txt .btm_tbns a:nth-child(2) {
    background: #33C3F0;
    color: #fff;
}
.cstm_tab_panels .product_grid_inner .tag_plan_blue {
    background: rgb(59 130 246);
}
ul.pagination__list {
    max-width: max-content;
    margin: 0 auto;
    border: 1px solid #4b55634a;
    border-radius: 12px;
    gap: 0;
    padding: 0px 0px;
    background: #fff;
}
ul.pagination__list li a::after {
    display: none !important;
}
ul.pagination__list li {
    flex: unset !important;
    display: flex;
    align-items: center;
    margin: 0px !important;
    max-width: unset !important;
    line-height: 0;
}
ul.pagination__list li a {
    height: auto !important;
    text-decoration: none !important;
    padding: 7px 16px;
}
ul.pagination__list li a.pagination__item.pagination__item--prev {
    border-left: 1px solid #4b55634a;
}
ul.pagination__list li span.svg-wrapper {
    width: 10px;
}
ul.pagination__list li a.pagination__item.pagination__item--next {
    border-right: 1px solid #4b55634a;
}

/* media css start */
@media(max-width:1199px){
.page-width {
    padding: 0 15px!important;
}
.header-wrapper header.header .header__icons #cart-icon-bubble {
    width: auto !important;
}
.header-wrapper ul.list-menu a {
    font-size: 15px;;
}
.banner_main {
    gap: 34px;
}
.banner_main h1 {
    font-size: 42px;
    line-height: 46px;
    max-width: 370px;
}
.banner_main .btn_divs a {
    font-size: 14px;
    padding: 10.2px 14px;
}
.our_service_inn {
    grid-template-columns: repeat(2,1fr);
}
.cstm_health_sol .health_tabs ul.tabs a {
    font-size: 13px;
}
.cstm_heal_quiz .utr_quiz {
    gap: 30px;
}
}

@media(max-width:989px){
.product_grid_inner {
    grid-template-columns: repeat(2,1fr);
}
.tele_blocks_outr {
    gap: 22px;
}
.tele_blocks_outr .inn_blocks {
    padding: 16px;
}
.tele_blocks_outr .inn_blocks h3 {
    font-size: 17px;
    line-height: 23px;
    margin: 10px 0px 10px;
}
.tele_blocks_outr .inn_blocks p {
    font-size: 15px;
    line-height: 23px;
}
.cstm_heal_quiz .utr_quiz {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.cstm_heal_quiz .left_quiz {
    max-width: 100%;
    width: 100%;
}
ul.menu-drawer__menu.has-submenu.list-menu {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0px 20px;
}
ul.menu-drawer__menu.has-submenu.list-menu a {
    background: none !important;
}
.main-blog {
    flex-direction: column;
}
.main-blog .rght_blog_cont {
    max-width: 100%;
}
.cstm_blog_bnr h1 {
    font-size: 48px;
    line-height: 50px;
}
.blog_newsltr form {
    max-width: 100% !important;
    width: 100% !important;
}
.blog_newsltr form .newsletter-form__field-wrapper {
    max-width: 100% !important;
}
.why_work_with .block_work {
    grid-template-columns: repeat(2,1fr);
    gap: 32px;
}
.inn_team_says {
    grid-template-columns: repeat(2,1fr);
    gap: 32px;
}
.main_cont_form {
    grid-template-columns: repeat(1,1fr);
    gap: 38px;
}
.left_cont_form h1 {
    margin: 0px 0px 18px;
    font-size: 44px;
}
.left_cont_form p {
    font-size: 16px;
    line-height: 24px;
}
}

@media(max-width:749px){
.cstm_bnr_hm {
    padding: 46px 0;
}
.banner_main {
    grid-template-columns: repeat(1,1fr);
}
.banner_main h1 {
    font-size: 38px;
    line-height: 40px;
    max-width: 320px;
    margin: 0 0 20px;
}
.banner_main p {
    font-size: 16px;
    line-height: 26.25px;
}
.banner_main .btn_divs {
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 22px;
    flex-direction: column;
    display: flex;
}
.banner_main .btn_divs a {
    width: 100%;
    text-align: center;
}
.cstm_service_sec {
    padding: 44px 0;
}
.clean_health_haed h2 {
    font-size: 30px;
    line-height: 32px;
}
.clean_health_haed p {
    font-size: 14px;
    line-height: 22px;
    margin: 11px auto 0;
}
.our_service_inn {
    grid-template-columns: repeat(1,1fr);
    margin-top: 28px;
    gap: 22px;
}
.our_service_inn .inn_service {
    padding: 20px;
}
.our_service_inn .inn_service img {
    max-width: 34px;
}
.our_service_inn .inn_service h3 {
    font-size: 18px;
    line-height: 26px
    margin: 4px 0 6px;
    letter-spacing: 0;
}
.our_service_inn .inn_service p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 12px;
}
.our_service_inn .inn_service a {
    font-size: 14px;
    line-height: 22px;
}
.cstm_client_sec {
    padding: 44px 0;
}
.hm_client_inn {
    grid-template-columns: repeat(1,1fr);
    gap: 22px;
    margin-top: 28px;
}
.inn_client {
    padding: 22px 22px;
}
.inn_client p {
    font-size: 14px;
    line-height: 22px;
}
.test_with_img {
    margin-top: 20px;
}
.test_with_img span {
    width: 38px;
    height: 38px;
}
.inn_client p.client_name {
    font-size: 14px;
    line-height: 22px;
}
.inn_client p.designation {
    font-size: 13px;
    line-height: 19px;
}
.client_txt {
    margin: 28px auto 0;
    font-size: 14px;
    line-height: 24px;
    padding: 14px 23px;
}
.cstm_leftright_sec {
    padding: 44px 0;
}
.left_right_main {
    grid-template-columns: repeat(1,1fr);
    gap: 32px;
}
.left_right_main .left_sec {
    padding-left: 20px;
    padding-top: 32px;
    padding-right: 20px;
}
.left_right_main .left_sec h2 {
    font-size: 28px;
    line-height: 34px;
}
.left_right_main .left_sec p {
    font-size: 15px;
    line-height: 25px;
}
.btn_divs {
    line-height: 47px;
    margin-top: 22px;
    gap: 12px;
    flex-direction: column;
}
.left_right_main .left_sec a {
    font-size: 14px;
    line-height: 20px;
    padding: 11.2px 25px;
    width: 100%;
    text-align: center;
}
footer.footer {
    padding: 38px 0!important;
}
footer.footer .footer__blocks-wrapper.grid {
    gap: 22px!important;
    grid-template-columns: repeat(1,1fr);
    padding-bottom: 38px;
   margin-bottom: 0px !important;
}
footer.footer .footer__blocks-wrapper.grid .footer-block {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
footer.footer .footer__blocks-wrapper.grid .footer-block ul.footer-block__details-content {
    margin-bottom: 0px !important;
}
footer.footer .footer__blocks-wrapper.grid .footer-block ul.footer-block__details-content li a {
    font-size: 14px;
    line-height: 21px;
}
footer.footer .footer-block__brand-info p {
    font-size: 14px;
    line-height: 22px;
}
footer.footer .footer__blocks-wrapper.grid .footer-block h2.inline-richtext {
    margin-bottom: 12px;
}
.get_started_btn {
    display: none;
}
.header-wrapper {
    padding: 12px 0 13px;
}
.customer_satis p {
    font-size: 14px;
    line-height: 20px;
}
.tabs_sec_health {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 16px 16px;
    gap: 10px;
}
.cstm_health_sol {
    padding: 44px 0px;
}
.cstm_health_sol .health_tabs ul.tabs a {
    font-size: 12px;
    padding: 14px 14px;
}
.cstm_health_sol .health_tabs .tab_cont_inner {
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
    padding: 20px;
}
.person_quiz {
    margin-top: 28px;
}
.cstm_health_sol .health_tabs .tab_cont_inner .left_cont .btn_group {
    gap: 12px;
  flex-direction: column;
}
.cstm_health_sol .health_tabs .tab_cont_inner .left_cont .btn_group a {
    width: 100%;
    text-align: center;
}
.tabs_sec_health span {
    display: none;
}
.cstm_health_sol .health_tabs ul.tabs {
    grid-template-columns: repeat(2,1fr);
}
.cstm_health_sol .health_tabs .tab_cont_inner h3 {
    font-size: 22px;
    line-height: 22px;
}
.cstm_health_sol .health_tabs .tab_cont_inner .left_cont p {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0px 0px;
}
.cstm_health_sol .health_tabs .tab_cont_inner ul li {
    font-size: 13px;
    line-height: 20px;
}
.cstm_health_sol .health_tabs .tab_cont_inner ul li strong {
    font-size: 14px;
    line-height: 22px;
}
.clean_heal_adva {
    padding: 44px 0px;
}
.clean_heal_adva .health_adv {
    grid-template-columns: repeat(1,1fr);
    margin-top: 28px;
    gap: 20px;
}
.health_adv .heal_inn {
    padding: 20px;
}
.health_adv .heal_inn img {
    max-width: 34px;
}
.health_adv .heal_inn  h3 {
    margin: 10px 0px 6px;
    font-size: 18px;
    line-height: 22px;
}
.health_adv .heal_inn p {
    font-size: 14px;
    line-height: 22px;
}
.left_right_health {
    padding: 20px 20px;
    margin-top: 34px;
    grid-template-columns: repeat(1,1fr);
    gap: 26px;
}
.left_right_health h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0px 16px;
}
.left_right_health ul li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 42px;
}
.left_right_health ul li:before {
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 22px;
}
.left_right_health .right_health .txt_overlay {
    margin-top: -40px;
    right: 0;
}
.succ_stori {
    padding: 44px 0px;
}
.succ_stori .succ_stor_block {
    grid-template-columns: repeat(1,1fr);
    margin-top: 28px;
}
.stroy_inn p {
    font-size: 14px;
    line-height: 22px;
}
.stroy_inn span.quote_span {
    font-size: 48px;
    line-height: 38px;
    margin-bottom: 0;
}
.join_commn_main {
    padding: 20px;
}
.join_commn_main .join_comm h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0px 0px 14px;
}
.join_commn_main .join_comm  p {
    font-size: 14px;
    line-height: 22px;
}
.join_commn_main .comm_number ul {
    grid-template-columns: repeat(1,1fr);
    gap: 16px;
    margin: 16px auto 0px;
}
.join_commn_main .comm_number ul li span {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 2px;
}
.cstm_edu_resou {
    margin-top: 44px;
    padding: 44px 0px 34px;
}
.outr_edu_reso {
    grid-template-columns: repeat(1,1fr);
    margin-top: 28px;
    gap: 20px;
}
.outr_edu_reso .edu_inn {
    padding: 20px;
}
.outr_edu_reso .edu_inn .svg_title h3 {
    font-size: 18px;
    line-height: 26px;
}
.outr_edu_reso .edu_inn p {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0px 0px;
    min-height: auto;
}
.outr_edu_reso .edu_inn a {
    margin-top: 16px;
}
.outr_per_gui {
    padding: 20px;
    gap: 28px;
    grid-template-columns: repeat(1,1fr);
}
.left_out_guid h3 {
    font-size: 22px;
    line-height: 28px;
}
.left_out_guid p {
    font-size: 14px;
    line-height: 22px;
}
.right_outr_guid {
    padding: 20px;
}
.right_outr_guid strong {
    font-size: 14px;
    line-height: 20px;
}
.right_outr_guid ul li {
    font-size: 13px;
    line-height: 20px;
}
.cstm_per_guid {
    padding: 0px 0px 44px;
}
.cstm_tras_heal {
    padding: 44px 0px;
}
.trans_outr_health {
    grid-template-columns: repeat(1,1fr);
}
.trans_outr_health .left_health {
    padding: 20px;
}
.health_top_haed h2 {
    font-size: 26px;
    line-height: 36px;
}
.health_top_haed p {
    font-size: 15px;
    line-height: 24px;
    margin: 14px 0px 0px;
}
.health_inner_main {
    margin-top: 12px;
}
.cstm_pro_tab ul.pro_in_tabs {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cstm_pro_sea h2 {
    font-size: 28px;
    line-height: 34px;
}
.cstm_pro_sea p {
    font-size: 16px;
    line-height: 25px;
    margin: 16px auto 22px;
}
.cstm_pro_sea {
    padding: 40px 0px 60px;
}
.product_grid_main {
    margin-top: 22px;
}
.product_grid_inner {
    grid-template-columns: repeat(1,1fr);
    gap: 22px;
    margin-top: 22px;
}
.phar_inner {
    padding: 22px;
}
.cstm_pro_purc .purchase_btns {
    flex-direction: column;
}
.cstm_pro_purc .purchase_btns a {
    font-size: 15px;
    line-height: 24px;
    padding: 11.2px 22px;
    width: 100%;
}
.tele_blocks_outr {
    grid-template-columns: repeat(1,1fr);
}
.cstm_tele_form {
    padding: 40px 0px;
}
.cstm_tele_blocks {
    padding: 44px 0px;
}
.cstm_tele_form h2 {
    font-size: 28px;
    line-height: 30px;
}
.cstm_tele_form p {
    font-size: 16px;
    line-height: 26px;
    margin: 14px auto 0px;
}
.cstm_login_page {
    padding: 55px 15px;
}
.cstm_heal_quiz {
    padding: 44px 0px;
}
.quiz_head h1 {
    font-size: 26px;
    line-height: 34px;
    margin: 0px;
}
.quiz_head p {
    font-size: 15px;
    line-height: 24px;
    margin: 14px 0px 0px;
}
.quiz_block_inner h4 {
    font-size: 15px;
    line-height: 20px;
}
.quiz_block_inner p {
    font-size: 14px;
    line-height: 21px;
    margin: 2px 0px 0px;
}
.cstm_our_mission {
    padding: 44px 0px;
}
.cstm_our_mission h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0px 24px;
}
.inn_mission {
    grid-template-columns: repeat(1,1fr);
    gap: 18px;
}
.lft_miss {
    margin-top: 0;
}
.inn_mission span p {
    font-size: 16px;
    line-height: 25px;
}
.inn_mission span br {
    display: none;
}
.inn_mission span {
    padding: 16px;
    margin-bottom: 24px;
}
.inn_mission p {
    font-size: 14px;
    line-height: 22px;
}
.inn_mission ul li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
}
.inn_mission ul li:after {
    top: 4px;
}
.cstm_uni_appr {
    padding: 44px 0px;
}
.cstm_uni_appr h2 {
    font-size: 30px;
    line-height: 32px;
}
.cstm_uni_appr .uni_appr_head p {
    margin: 14px auto 0px;
    font-size: 15px;
    line-height: 22px;
}
.main_uni_appro {
    grid-template-columns: repeat(1,1fr);
    gap: 28px;
    margin-top: 28px;
}
.left_appr p, .right_app .right_ap_inn p {
    font-size: 14px;
    line-height: 22px;
}
.outr_box {
    grid-template-columns: repeat(1,1fr);
}
.box_grid {
    min-height: auto;
}
.cstm_team {
    padding: 44px 0px;
}
.cstm_team .team_head h2 {
    font-size: 30px;
    line-height: 30px;
}
.cstm_team .team_head p {
    font-size: 15px;
    line-height: 23px;
    margin: 12px auto 0px;
}
.team_outr {
    grid-template-columns: repeat(1,1fr);
    margin-top: 28px;
    gap: 20px;
}
.medical_advisory {
    padding: 22px 28px 22px;
    margin-top: 38px;
}
.feat_medi {
    margin-top: 40px;
    margin: 20px auto 0px;
    flex-direction: column;
    gap: 20px;
}
.cstm_choose_heal {
    padding: 44px 0px;
}
.choo_heal h2 {
    font-size: 30px;
    line-height: 32px;
}
.choo_heal p {
    font-size: 15px;
    line-height: 23px;
    margin: 12px auto 0px;
}
.outr_health {
    grid-template-columns: repeat(1,1fr);
    gap: 24px;
    margin-top: 28px;
}
.outr_health_cont p {
    font-size: 14px;
    line-height: 22px;
}
.commit_sec_our {
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
    margin-top: 38px;
    padding: 22px 20px 40px;
    border-radius: 12px;
}
.commit_sec_our p {
    font-size: 14px;
    line-height: 22px;
}
.commit_sec_our ul li {
    font-size: 14px;
    line-height: 19px;
    padding-left: 33px;
}
.commit_sec_our ul li:after {
    top: 5px;
}
.commit_sec_our .image-box .testimonial .testimonial-text {
    font-size: 13px;
    line-height: 17px;
}
.cstm_client_journy {
    padding: 44px 0px;
}
.health_jrn_main {
    padding: 24px;
}
.health_jrn_main h2 {
    font-size: 30px;
    line-height: 38px;
}
.health_jrn_main .health_journ p {
    font-size: 15px;
    line-height: 23px;
    margin: 14px auto 0px;
}
.health_jrn_main .btn_colmns {
    margin-top: 20px;
    gap: 12px;
    flex-direction: column;
}
.health_jrn_main .btn_colmns a {
    display: block;
    width: 100%;
}
.health_jrn_main .grid_boxes {
    margin: 22px auto 0px;
    gap: 14px;
    flex-direction: column;
}
.health_jrn_main .grid_boxes .box_inn p {
    font-size: 14px;
    line-height: 22px;
}
.cstm_pages {
    padding: 48px 0px;
}
.cstm_pages h1 {
    font-size: 36px;
    line-height: 30px;
}
.cstm_pages .bg-clean-light {
    margin-top: 24px;
}
.cstm_pages h2 {
    font-size: 30px;
    line-height: 30px;
}
.cstm_our-teams .our_teams h1 {
    margin: 0px 0px 10px;
    font-size: 34px;
}
.cstm_our-teams .our_teams p {
    line-height: 22px;
    margin-bottom: 28px;
}
.cstm_our-teams .inn_div {
    grid-template-columns: repeat(1,1fr);
    gap: 22px;
}
.inn_join_teams {
    padding: 44px 0px;
}
.inn_join_teams h2 {
    margin: 0px 0px 14px;
    font-size: 28px;
}
.inn_join_teams p {
    line-height: 22px;
}
.inn_join_teams a {
    margin-top: 18px;
}
.cstm_our-teams .our_teams {
    padding-top: 44px;
}
.cstm_blog_bnr {
    padding: 48px 0px;
}
.cstm_blog_bnr h1 {
    font-size: 38px;
    line-height: 40px;
}
.blog-articles {
    grid-template-columns: repeat(1,1fr) !important;
}
.cstm_blog_bnr a {
    font-size: 15px;
    padding: 13.2px 16.2px;
}
.why_work_with {
    padding: 44px 0px;
}
.why_work_with h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 22px;
}
.why_work_with .block_work {
    grid-template-columns: repeat(1,1fr);
    gap: 22px;
}
.open_positions {
    padding: 44px 0px;
}
.open_positions h2 {
    font-size: 28px;
    line-height: 30px;
}
.block_position {
    margin-top: 28px;
}
.block_postion_main {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 16px;
}
.block_postion_main .apply_btn a {
    font-size: 13px;
    padding: 6.2px 15.2px;
}
.block_postion_main .posit_counts span {
    font-size: 10px;
    padding: 5px 12px;
    line-height: 12px;
}
.block_postion_main h3 {
    font-size: 18px;
}
.open_positions .open_posti {
    margin-top: 28px;
}
.what_teams_says {
    padding: 44px 0px;
}
.what_teams_says h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 28px;
}
.ready_to_join {
    padding: 44px 0px;
}
.main_ready_to_join h1 {
    margin: 0px 0px 14px;
    font-size: 28px;
}
.main_ready_to_join p {
    line-height: 24px;
    margin: 0 auto 20px;
}
.inn_team_says {
    grid-template-columns: repeat(1,1fr);
    gap: 22px;
}
.main_contact_form {
    padding: 44px 0px;
}
.left_cont_form h1 {
    margin: 0px 0px 12px;
    font-size: 34px;
}
.left_cont_form p {
    font-size: 15px;
    line-height: 23px;
}
.left_cont_form .inn_info p {
    font-size: 14px;
    line-height: 22px;
}
.main_faq_cont .faq_grids {
    grid-template-columns: repeat(1,1fr);
    gap: 22px;
}
.main_faq_cont {
    padding-bottom: 44px;
}
.cstm_tab_panels .pro_tabs .pro_in_tabs {
    flex-wrap: wrap;
}
.cstm_tab_panels .panel_btm_txt {
    margin-top: 30px;
}
.health_panel h2 {
    font-size: 28px;
    line-height: 30px;
}
.health_panel p {
    font-size: 15px;
    line-height: 24px;
    margin: 14px auto 18px;
}
.health_panel a {
    font-size: 11px;
    line-height: 20px;
    padding: 9.2px 10.2px;
}
.health_panel {
    padding: 48px 0px 60px;
}
.why_work_with .block_work .inn_work {
    grid-column: span 3;
}
}