/*
<!-- bootstrep -->*/
@import url('../css/bootstrap.min.css');

/*
<!-- fontawsome -->*/
@import url('../css/all.css');

/*
<!-- iconsax -->*/
@import url('../css/iconsax.css');

@import url('../css/slick.css');
@import url('../css/select2.min.css');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* font-family: 'Rubik', sans-serif; */

html {
    scroll-behavior: smooth;
}

:root {
    --rs-primary-color: #007a7a;
    --rs-main-color: #e5e5e5;
    --rs-second-color: #f33;
    --rs-font-color: #000;
    --rs-white-color: #fff;
    --rs-font-style: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
}

img {
    max-width: 100%;
}

/**user-selext-content**/
::-moz-selection {
    /* Code for Firefox */
    color: var(--rs-white-color);
    background: var(--rs-primary-color);
}

::selection {
    color: var(--rs-white-color);
    background: var(--rs-primary-color);
}

/**user-selext-content-end**/
body {
    /*-webkit-user-select: none;
-ms-user-select: none;
user-select: none;*/
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--rs-font-style);
    color: var(--rs-font-color);
    background: #ffffff;
}

/* loader and scrollbar */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .9);
    z-index: 99;
}

#status {
    width: 100px;
    height: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: green;
    /*background-image: url('../../images/Loader.gif');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translate(-50%, -50%);
}

/*scroll bar css**/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px var(--rs-primary-color);
    background-color: var(--rs-primary-color);
}

/*loader and scrollbar end*/

/* input focus */
.form-control:focus {
    box-shadow: none;
    border-color: var(--rs-primary-color);
}

.p-100 {
    padding: 50px 0;
}

.p-50 {
    padding: 50px 0;
}

.title {
    font-size: 38px;
    color: #23aab0;
    font-weight: 900;
    padding-bottom: 20px;
    margin: 0;
}

.title span {
    color: #23aab0;
}

.title_des {
    color: #513857;
}

.title_des p {
    margin: 0;
    padding: 10px 0 25px;
    color: #191919;
}

.btn-primary {
    background: #23aab0;
    border-radius: 8px;
    border: 0;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 50px;
}

.wrapper {
    padding: 103px 0 0 0;
}

.btn-primary:hover {
    background: #000000;
}
.weightflow-box1 p {
    margin: 0;
}
.banner_rs_img img {
    width: 100%;
}

.bg_cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.profile_detiles h4 {
    padding: 15px 0 5px;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}

.profile_detiles {
    text-align: center;
}

.menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: .0;
    padding: 0;
}

.menu {
    display: flex;
    flex-wrap: wrap;
}

.get_started {
    background: #fff;
    padding: 5px 10px;
    font-size: 16px;
    color: #007a7a;
    text-decoration: none;
    border-radius: 7px;
    margin-left: 15px;
    border: 1px solid #007a7a;
    display: inline-block;
}

.get_started:hover {
    background:  #007a7a;
    color: #fff;
    border-color:  #007a7a;
}

.menu ul li {
    list-style: none;
    padding: 7px 20px 0 0;
}

.menu ul li:last-child {
    padding-right: 0;
}

.menu ul li a {
    text-decoration: none;
    color: #191919;
    font-weight: 600;
}

.menu ul li a:hover {
    color:  #007a7a;
}

.menu ul li a {
    padding-bottom: 5px;
}

.menu ul li a {
    position: relative;
    font-size: 16px;
    display: inline-block;
}

.menu ul li a:after {
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    content: '';
    height: 2px;
    bottom: 0;
    margin: 0 auto;
    transition: all 500ms ease-in-out;
}

.menu ul li a:hover:after {
    width: 100%;
    background:  #007a7a;
}

.menu ul li.active a:after {
    width: 100%;
    background:  #007a7a;
}

.menu ul li.active a {
    color:  #007a7a;
}

.profile_detiles span {
    color: #513857;
    display: table;
    margin: 10px auto;
    font-size: 16px;
}

.text-bg-primary {
    background: #23aab04D !important;
    border-radius: 27px;
    color: #513857 !important;
    padding: 10px 20px;
    font-weight: 500;
}

.pro_img {
    width: 100%;
    max-width: 306px;
    background: #f8f6f9;
    margin: 0 auto;
    border-radius: 0px 101px 0 101px;
}

.pro_img img {
    border-radius: 0px 101px 0 101px;
}

/* .screening_banner.bg_cover {
background-position: bottom;
} */
.advised_br {
    border: 1px solid #23aab0;
    border-radius: 24px;
    padding: 60px;
    text-align: center;
    background: #f7f4f8;
}

.born_bx {
    padding: 40px 0 0;
}

.white_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 24px #23aab014;
    border-radius: 24px;
    padding: 50px 30px;
}

.white_box span {
    font-size: 26px;
    color: #000;
    padding: 40px 0 10px 0;
    display: block;
    font-weight: 600;
}

.white_box p {
    color: #000;
}

.down_img img {
    height: 90px;
}

.did_khow.bg_cover {
    background-position: top center;
    background-size: 100% 86%;
}

.decide-whether.bg_cover {
    background-size: auto;
    background-position: top left;
}

.prenatal-white {
    padding: 30px 0;
}

.prenatal-white .item_rs {
    width: 33.33%;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

.prenatal-white .item_rs p {
    margin: 0;
    color: #23aab0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 24px #23aab014;
    border-radius: 24px;
    padding: 20px 15px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.line_first p {
    position: relative;
    z-index: 1;
}

.line_first:before {
    position: absolute;
    content: '';
    width: 110px;
    height: 100px;
    right: -40px;
    top: 40px;
    border: 1px solid #23aab0;
    z-index: -1;
    border-radius: 30px;
    border-top: 0;
    border-right: 0;
}

.line_second:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 100px;
    left: 0px;
    top: -66px;
    border: 1px solid #23aab0;
    z-index: -1;
    border-radius: 0px 30px 0px 0px;
    border-bottom: 0;
    border-left: 0;
}

.individuals_img {
    padding: 30px 0;
}

.decide-expect.bg_cover {
    background-position: right bottom;
    background-size: auto;
}

.purple_br {
    background: #FFFFFf;
    box-shadow: 0px 8px 24px #23aab014;
    border: 1px solid #23aab0;
    border-radius: 34px 0px 34px 0;
    padding: 50px 30px 30px;
    position: relative;
}

.purple_br span {
    background: #23aab0 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 24px #23aab014;
    border: 1px solid #23aab0;
    border-radius: 30px 0px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21px;
}

.purple_br h3 {
    color: #23aab0;
    font-weight: 700;
    margin: 0;
    padding: 0 0 20px;
}

.white_box_rs {
    padding: 50px 0 100px;
    position: relative;
    z-index: 1;
}

.purple_br.purple_mr {
    margin-top: 40px;
}

.white_box_rs:before {
    position: absolute;
    content: '';
    width: calc(100% - 20%);
    height: calc(100% - 50%);
    border: 1px solid #23aab0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 36px;
}

.rainbow-white .item {
    background: rgb(79 193 35 / 10%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 24px #23aab014;
    border-radius: 24px;
    border: 1px solid #4fc123;
    margin-bottom: 20px;
    padding: 30px;
}

.rainbow-white .item h4 {
    color: #513857;
    font-weight: 800;
    padding: 10px 0;
    margin: 0;
}

.rainbow-white .item p {
    margin: 0;
}

.rainbow-white .item .risk {
    width: 45px;
    height: 45px;
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid #23aab0;
    border-radius: 27px;
}

.low_risk.item:nth-child(2) {
    background: rgb(255 223 13 / 10%);
    border-color: #FFDF0D;
}

.low_risk.item:nth-child(3) {
    border: 1px solid #FF314D;
    background: rgb(255 49 77 / 10%);
}

.purple_dr_section {
    margin: 20px 0;
    background-color: #23aab0;
    padding: 30px;
    border-radius: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/profile-after.png);
}

.purple_dr_section {
    color: #fff;
}

.purple_dr_section span {
    color: #fff;
}

.purple_dr_section h4 {
    font-size: 20px;
}

.about_ct p {
    font-weight: 300;
}

.rs_disclaimer {
    background: linear-gradient(45deg, rgb(7 182 173 / 20%), rgb(12 163 192 / 20%));
    border-top: 0px solid #f2f2f2;
    background: #f6f6f6;
}

.footer p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
}

.logo h2 {
    color: #513857;
    font-weight: 900;
    margin: 0;
}

.header {
    padding: 15px 0 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    background: #fff;
    box-shadow: 0 -8px 24px 8px rgb(174 127 184 / 16%);
}

.rs_blue_header {
    background: linear-gradient(45deg, #07B6AD, #23aab0, #07B6AD);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    margin: 0;
    text-align: center;
    padding: 3px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.header.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px 0px #51387b;
}

.small_profile {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
}

.small_profile .right {
    width: calc(100% - 50px);
}

.small_profile .left {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #513857;
}

.small_profile .right p {
    margin: 0px 12px 0 0px;
    font-weight: 500;
    text-align: right;
}

.menu_header {
    opacity: 0;
}

header.header.sticky .menu_header {
    opacity: 1;
}

header.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #f4fbfb;
    box-shadow: 0 -8px 24px 8px rgb(174 127 184 / 16%);
    -webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 100%;
    margin-top: 0;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@-moz-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

/* loader */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.corners {
    width: 40px;
    height: 40px;
    position: relative;
    transform-origin: center;
    animation: spin 3s infinite linear;
    top: 0;
    z-index: 99999;
}

#loader {
    position: fixed;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 9999;
    background: rgb(255 255 255 / 50%);
    width: 100%;
    top: 0;
    justify-content: center;
}

.corner {
    width: 100%;
    height: 100%;
    position: absolute;

    &::before {
        display: block;
        width: 48%;
        height: 48%;
        border-radius: 0 0% 0 0%;
        background-color: #23aab0;
        content: '';
    }
}

@keyframes spin1 {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(270deg);
    }

    70% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin3 {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(180deg);
    }

    70% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin4 {
    0% {
        transform: rotate(0deg);
    }

    30% {
        transform: rotate(90deg);
    }

    70% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.corner--1 {
    animation: spin1 3s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.corner--2 {
    animation: spin2 3s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.corner--3 {
    animation: spin3 3s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.corner--4 {
    animation: spin4 3s infinite cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.mobile {
    display: block;
}

.prenatal-screening img {
    max-width: 500px;
    margin: 0 auto;
    display: table;
    width: 100%;
}

.lang_select .form-select {
    width: auto;
    background: rgb(81 56 87 / 0%);
    border: 1px solid #513857;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 91% 50%;
    color: #513857;
    outline: none;
    box-shadow: none;
    padding: 2px 18px 1px 7px;
    background-size: 10px;
    font-size: 16px;
}

.header_top_fixed {
    display: flex;
    align-items: center;
    justify-content: end;
}

.lang_select {
    padding-left: 10px;
}

.rs_item_box {
    margin: 20px 0 0 0;
    height: calc(100% - 20px);
    border: 1px solid #FFCCBF;
    border-radius: 22px;
    text-align: center;
    padding: 40px 20px;
}

.rs_item_box p {
    margin: 0;
    color: #191919;
}

.rs_item_box h5 {
    padding: 15px 0;
    margin: 0;
    color: #191919;
    font-size: 18px;
    font-weight: 700;
}

.rs_item_review {
    margin: 0 15px;
    border: 1px solid #FFE1D9;
    border-radius: 24px;
    padding: 40px 30px;
}

.rs_item_review ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.rs_item_review ul li {
    list-style: none;
    color: #FBB040;
    margin: 0 5px 0 0;
}

.rs_item_review p {
    margin: 0;
    padding: 15px 0;
    color: #333333;
    font-weight: 500;
}

.name_star h5 {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-align: left;
}

.name_star span {
    color: #666666;
    font-size: 15px;
}

.slick-dots {
    margin: 0;
    padding: 30px 0 0 0;
    display: flex;
    justify-content: center;
}

.slick-dots li {
    list-style: none;
    padding: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #FFE1D9;
    background: #fff;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #ff6943;
    box-shadow: inset 0 0 0px 4px #ffffff;
}

.acc {
    margin: 0 auto;
    max-width: 100%;
}

.acc__card {
    margin: 0 0 20px;
    position: relative;
    border-bottom: 0;
    background: #fff;
    box-shadow: 0px 0px 0px 2px #f7f7f7;
    border-radius: 7px;
}

.acc__title {
    cursor: pointer;
    display: block;
    padding: 10px 40px 10px 20px;
    text-align: left;
    position: relative;
    border-radius: 8px;
}

.acc__panel {
    display: none;
    margin: 0;
    padding: 10px 20px 10px 20px;
    text-align: left;
}

.acc__title i {
    position: absolute;
    top: 13px;
    right: 13px;
}

.acc__title.active {
    color: #23aab0;
    background: rgb(8 82 157 / 10%);
}

.rs_accodiyan {
    border: 0px solid #23aab0;
    border-radius: 24px;
    padding: 0;
    background: #fff;
}

.faq_rs {
    padding: 30px 0 0 0;
}

.acc__title.active i:before {
    content: "\f068";
}

.acc__card:last-child {
    border: 0;
}

.our_app h4 {
    color: #000;
    font-weight: 800;
    font-size: 20px;
}

.our_app p {
    color: #191919;
    padding: 10px 0 30px;
    margin: 0;
}

.rs_contact .title {
    font-size: 24px;
}

.form-control {
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px 16px;
}

.rs_tiffin_contact .form-label { 
    font-size: 16px;
    font-weight: 700;
}

.rs_tiffin_contact {
    padding: 50px 0 0 0;
}

.country_rs_code {
    display: flex;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    overflow: hidden;
}

.country_rs_code select {
    width: 90px;
    border: 0;
    border-radius: 0;
    border-right: 1px solid #F1F1F1;
}

.country_rs_code input {
    border: 0;
    border-radius: 0;
}

.toggle_btn button {
    background: #ffffff;
    border: 1px solid #000;
    color: #000;
    display: none;
}

/* select2 css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9b9b9b;
    line-height: 46px;
    font-size: 16px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #f1f1f1;
    border-radius: 8px;
}

.select2-container .select2-selection--single {
    height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

.select_new span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select_new span.selection {
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--multiple {
    width: 100%;
}

span.selection {
    display: block;
    width: 100%;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dfe5ef 1px;
    height: 39px;
    line-height: 25px;
    border-radius: 8px;
    padding: 0 8px;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfe5ef;
    height: 40px;
    line-height: 25px;
    padding: 0 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ff6943;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

.modal-header {
    border: 0 !important;
}

.modal-content {
    border-radius: 22px;
    margin: 0 auto;
}

.app_down {
    display: flex;
}

.app_down a {
    margin-right: 10px;
}

.title_des .app_down {
    padding-bottom: 25px;
}

.title_des .app_down a img {
    width: 100%;
    max-width: 140px;
}

.app_down a img {
    width: 100%;
    max-width: 250px;
}

.our_app .app_down {
    justify-content: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;


    margin: 0;
}

.header .container-fluid {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.icon_img {
    text-align: center;
}

.icon_img h4 {
    font-size: 18px;
    margin: 0;
    padding: 15px 0;
}

.icon_img p {
    font-size: 16px;
}

.icon_img {
    padding: 35px 10px;
    border: 1px solid #23aab0;
    height: 100%;
}

.border_rs_view {
    position: relative;
    z-index: 1;
}

.border_rs_view:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    z-index: 0;
}

.icon_img img {
    height: 80px;
    object-fit: contain;
}

.title_top_header {
    text-align: center;
}

.title_top_header h2 {
    color: #23aab0;
    font-weight: 700;
    margin: 0;
    font-size: 22px;
}

.title_top_header p {
    letter-spacing: 0;
    text-align: center;
    color: #23aab0;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
}

.bmi-table-wrapper {
    border: 1px solid #000000;
    border-radius: 20px;
    overflow: hidden;
}

.bmi-table-wrapper table td {
    padding: 12px 15px;
    font-weight: 500;
    color: #000000;
}

.bmi-table-wrapper table tr:last-child td {
    border-bottom: none;
}

.bmi-table-wrapper table td:first-child {
    border-left: none;
}

.bmi-table-wrapper table td:last-child {
    border-right: none;
}

.middle_title h5 {
    color: #000000;
    font-weight: 500;
    margin: 0;
    padding: 0 0 15px;
}

.bg_graident {
    padding: 20px;
    margin: 25px 0 20px 0;
    background: linear-gradient(45deg, #07B6AD, #0CA3C0);
    border-radius: 40px;
    color: #fff;
}

.bg_middle_title p {
    font-size: 16px;
    margin: 0;
}

.bg_middle_title {
    height: 100%;
    border-left: 1px solid #ffffff;
    padding-left: 15px;
}

.bg_graident .col-12 .row .col-12:first-child .bg_middle_title {
    border: 0;
}

.about_obesity_diabetes .container {
    padding-left: calc((100% - 1320px) / 2);
    width: 100%;
    max-width: calc(100% - 30px);
}

.screening_banner_obesity_diabetes .container {
    padding-right: calc((100% - 1320px) / 2) !important;
    width: 100%;
    max-width: calc(100% - 0px);
    padding-left: 0;
}

.screening_banner_obesity_diabetes .icon_img {
    text-align: left;
}

.daily-life.about_obesity_diabetes .container {
    max-width: 100%;
    padding-right: 0;
}

.bg_diet {
    background: linear-gradient(45deg, #07B6AD, #0CA3C0);
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 10px 6px;
}

.bg_diet p {
    margin: 0;
}

.bg_diet h3 {
    font-weight: 800;
}

.bg_graident.bg_graident_remove {
    background: transparent;
    color: #000;
    padding: 15px 0;
}

.bg_graident.bg_graident_remove .bg_middle_title {
    border-color: #000000;
}

.rs_what_obesity {
    background: linear-gradient(45deg, rgb(7 182 173 / 20%), rgb(12 163 192 / 20%));
}

/* Table Section */
.bmi_table {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.bmi_table table {
    margin-bottom: 0;
}

.bmi_table th {
    background: linear-gradient(90deg, #0f766e, #1e3a8a);
    color: #fff;
}

.bmi_table td,
.bmi_table th {
    vertical-align: middle;
}

.bmi_card_main {
    background: #f4fbfb;
    border-radius: 15px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.bmi_header {
    background: linear-gradient(135deg, #007a7a, #23aab0);
    color: #fff;
    padding: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.bmi_body {
    padding: 30px 10px;
}

.nav-pills .nav-link {
    border-radius: 6px;
    border: 1px solid #0f766e;
    color: #0f766e;
    font-weight: 500;
    margin-right: 5px;
}

.nav-pills .nav-link.active {
    background: #0f766e;
    color: #fff;
}

.bmi_input {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 8px;
}

.bmi_btn {
    background: linear-gradient(135deg, #007a7a, #23aab0);
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    color: #fff;
    margin-top: 15px;
    transition: 0.3s;
}

.bmi_btn:hover {
    background: #0d5f59;
}

/* Gauge */
.gauge-wrapper {
    text-align: center;
}

canvas {
    max-width: 100%;
}

.bmi_result_number {
    font-size: 28px;
    font-weight: 600;
    margin-top: -20px;
}

.bmi_result_status {
    font-size: 16px;
    color: #0f766e;
}

.bmi_pro_card {
    background: #ffffff;
    padding: 15px 15px;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: calc(100% - 5px);
    border-top: 6px solid #0f766e;
}

.rs_fruit_view {
    background: #fff;
    padding: 30px;
    text-align: center;
    height: calc(100% - 15px);
    margin-bottom: 15px;
    border-radius: 26px;
    border: 1px solid #037076;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rs_fruit_view img {
    height: 200px;
    object-fit: contain;
}

.rs_dieat_plan .card {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

/* subtle gradient strip */
.rs_dieat_plan .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #2f8f83, #2563eb);
}

.rs_dieat_plan .calorie-grid {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rs_dieat_plan .calorie-box {
    flex: 1;
    min-width: 260px;
    padding: 35px;
    border-radius: 16px;
    background: #f9fbff;
    transition: all 0.3s ease;
    border: 1px solid #eef2f7;
}

.rs_dieat_plan .calorie-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.07);
}

.rs_dieat_plan .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.rs_dieat_plan .men-icon {
    background: #e0e7ff;
    fill: #1e3a8a;
}

.rs_dieat_plan .women-icon {
    background: #e0f2fe;
    fill: #0369a1;
}

.rs_dieat_plan .gender {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #111827;
}

.rs_dieat_plan .calorie-value {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 6px;
}

.rs_dieat_plan .men-value {
    color: #1e3a8a;
}

.rs_dieat_plan .women-value {
    color: #0284c7;
}

.rs_dieat_plan .unit {
    font-size: 16px;
    color: #6b7280;
}

.rs_dieat_plan .icon svg {
    width: 40px;
}

@media(max-width:768px) {
    .rs_dieat_plan .calorie-grid {
        flex-direction: column;
    }
}

.balanced_diet .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.balanced_diet .image-box {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.balanced_diet .image-box img {
    max-width: 500px;
    border-radius: 4%;
    /*box-shadow:0 10px 30px rgba(0,0,0,0.08);
*/
    width: 100%;
    -webkit-border-radius: 4%;
    -moz-border-radius: 4%;
    -ms-border-radius: 4%;
    -o-border-radius: 4%;
}

.balanced_diet .macro-box {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.balanced_diet .macro {
    padding: 25px 30px;
    border-radius: 16px;
    background: #f9fbff;
    border-bottom: 3px solid rgb(219 219 219);
    transition: 0.3s ease;
}

.balanced_diet .macro:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.balanced_diet .macro-title {
    font-size: 16px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 6px;
}

.balanced_diet .macro-value {
    font-size: 32px;
    font-weight: 700;
    color: #1e3a8a;
}

.balanced_diet .macro small {
    font-size: 13px;
    color: #9ca3af;
}

.logo_second img {
    width: 100%;
    max-width: 174px;
}

.logo img {
    width: 80px;
}

@media(max-width:768px) {
    .balanced_diet .content {
        flex-direction: column;
        text-align: center;
    }
}

.fitness-item img {
    transition: 0.3s;
}

.fitness-item:hover img {
    transform: scale(1.08);
}

.fitness-item p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.fitness-item strong {
    color: #1e4fa3;
    font-weight: 600;
}

.fitness-item {
    background: #fff;
    padding: 30px 0;
    border-radius: 16px;
}

.physical-activity {
    background: #f5f6f8;
}

.bg_rs_section {
    background: #2d9db0;
    color: #fff;
}

.bg_rs_section .title {
    color: #fff;
}

.rs_fruit_view h5 {
    font-weight: 700;
}

.new_rs_vr_section {
    background: #fff;
    color: #000000;
    padding: 35px 40px;
    border-radius: 25px;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 20px 1px 30px #d3d3d3;
}

/* Left Accent Line */
.new_rs_vr_section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background: #2d9db0;
}

/* Heading Style */
.new_rs_vr_section h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #2d9db0;
}

/* Paragraph */
.new_rs_vr_section p {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 15px;
}

/* List */
.new_rs_vr_section ul {
    padding-left: 18px;
    margin: 0;
}

.new_rs_vr_section ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #090909;
}

.new_rs_vr_section ul li b {
    color: #00c6ff;
    font-weight: 600;
}

/* Hover Effect */
.new_rs_vr_section:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

@media(max-width:768px) {
    .new_rs_vr_section {
        padding: 25px;
    }
}

.new_mobile_rs {
    display: flex;
    align-items: center;
}

.banner_rs_img {
    min-height: 400px;
    padding: 30px 0;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.home_banner {
    font-size: 60px;
    font-style: italic;
}

.home_banner b {
    font-style: normal;
}

.text_blue {
    color: #364698;
}

.bmi-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.bmi-card thead th {
    background-color: #f1f3f5;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #495057;
}

.bmi-card .badge-soft {
    border-radius: 50rem;
    padding: 0.45em 1em;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.result-wrapper {
    text-align: center;
    padding-bottom: 10px;
}

.result-wrapper .result-number {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.desing_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #f3f5f9;
    border-radius: 14px;
    overflow: hidden;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
    border: none;
}

/* Header */
.desing_table thead tr {
    background: linear-gradient(135deg, #007a7a, #23aab0);
}

.desing_table thead th {
    padding: 18px 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
    border: none;
}

/* Body rows */
.desing_table tbody tr {
    background: #ffffff;
    transition: 0.3s ease;
}

.desing_table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e6eaf0;
}

.desing_table tbody td {
    padding: 18px 20px;
    font-size: 15px;
    color: #2c3e50;
    border: none;
    white-space: nowrap;
}

/* Category Column Styling */
.desing_table tbody td:first-child {
    font-weight: 600;
}

/* Indian Cut-off Color Highlight */
.desing_table tbody tr:nth-child(1) td:last-child {
    color: #000;
    /* Green */
    font-weight: 600;
}

.desing_table tbody tr:nth-child(2) td:last-child {
    color: #000;
    /* Orange */
    font-weight: 600;
}

.desing_table tbody tr:nth-child(n+3) td:last-child {
    color: #000;
    font-weight: 600;
}

.desing_table tbody tr:nth-child(n+4) td:last-child {
    font-weight: 600;
    color: #000;
}

.desing_table tbody tr:nth-child(n+5) td:last-child {

    font-weight: 600;

    color: #000;
}

.desing_table tbody tr:nth-child(n+6) td:last-child {

    font-weight: 600;

    color: #000;
}

/* Hover Effect */
.desing_table tbody tr:hover {
    background: #f8faff;
}

.middle_title h5.text_blue,
.text_blue {
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 600;
}

.plat_img img {
    max-width: 210px;
    margin: 0 auto;
    height: 160px;
    width: 100%;
    object-fit: contain;
}

.bg_diet_img {
    text-align: center;
}

.bg_diet_img h3 {
    color: #133c8b;
    margin: 0;
    font-size: 24px;
    padding: 15px 0 5px;
}

.bg_diet_img p {
    font-size: 16px;
}

.apolo_27 {
    background: rgb(8 82 157 / 10%);
    text-align: center;
}

.apolo_27 h3 {
    color: #23aab0;
    font-weight: 700;
}

.apolo_27 h5 {
    color: #23aab0;
    margin-bottom: 20px;
}

.apolo_27 p {
    font-size: 16px;
}

.mobile_logo {
    display: none;
}

.des_logo {
    display: block;
}

.about_obesity_diabetes .row {
    margin: 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.rs_disclaimer p {
    text-align: left;
    font-size: 11px;
    padding: 0 0 5px 0;
    font-weight: 500;
}

.rs_disclaimer {
    padding: 15px 0;
}

.social-icons {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-icons li {
    list-style: none;
    padding: 0 4px;
}

.social-icons li a {
    width: 30px;
    height: 30px;
    background: #007a7a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
}

.new_rs_footer {
    background: #007a7a;
    color: #fff;
    /* position: absolute;
    bottom: 0;
    width: 100%; */
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: end;
    margin: 0;
}

.social-icons li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #d5d6d7;
}

/* Hover Effects */
.social-icons li a:hover {
    transform: translateY(-5px);
    color: #fff;
}

/* Individual Brand Colors */
.social-icons li:nth-child(1) a:hover {
    background: #0077b5;
    /* LinkedIn */
}

.social-icons li:nth-child(2) a:hover {
    background: #1877f2;
    /* Facebook */
}

.social-icons li:nth-child(3) a:hover {
    background: #000000;
    /* Twitter X */
}

.social-icons li:nth-child(4) a:hover {
    background: #ff0000;
    /* YouTube */
}

.reference-container{
    width: 100%;
    max-width:900px;
    margin:auto;
    background:white;
    padding:35px 45px;
    border-radius:6px;
    box-shadow:0 0 10px rgba(0,0,0,0.08);
}

.ref-title{
    font-size:22px;
    font-weight:bold;
    margin-bottom:20px;
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.reference-list{
    padding-left:22px;
}

.reference-list li{
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 16px;
    /* text-indent: -18px; */
    padding-left: 5px;
}

.journal{
    font-style:italic;
}

.reference-list a{
    color:#1a73e8;
    text-decoration:none;
    word-break:break-all;
}

.reference-list a:hover{
    text-decoration:underline;
}

.rs_references {
    padding: 30px 0;
    background: rgb(231 231 231 / 10%);
}
.privacy_policy h3 {
    font-size: 20px;
    color: #23aab0;
}

	/* ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #ededed;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #ededed;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}
        .custom-tab-sec-wrapper {
  padding: 60px 0;
  background: #ffffff;
} */

/* Tabs Container */
.custom-tab-sec-nav {
  position: relative;
  display: flex;
  gap: 10px;
  background: #f1f7f7;
  padding: 6px;
  border-radius: 50px;
  width: fit-content;
  margin: auto;
  border: 1px solid #b2e0e0;
  z-index: 1;
}

/* Buttons */
.custom-tab-sec-btn {
  position: relative;
  z-index: 2;
  border: none;
  background: transparent;
  padding: 13px 20px;
  font-weight: 600;
  color: #000;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #b2e0e0;
}

.custom-tab-sec-btn.active {
  color: #fff;
}

/* Indicator */
.custom-tab-sec-indicator {
      position: absolute;
    top: 6px;
    left: 5px;
    height: calc(100% - 12px);
    width: 0;
    background: linear-gradient(135deg, #007a7a, #23aab0);
    border-radius: 50px;
    transition: 0.4s cubic-bezier(.77, 0, .18, 1);
    z-index: 1;
}

/* Content */
.custom-tab-sec-content {
  margin-top: 40px;
}

.custom-tab-sec-pane {
  display: none;
  animation: fadeIn 0.4s ease;
  padding: 0 0 30px;
}

.custom-tab-sec-pane.active {
  display: block;
}

.banner_rs_img {
    position: relative;
    z-index: 1;
}
.p-50{
    padding: 50px 0 30px;
}

.banner_rs_img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    top: 0;
    left: 0;
    z-index: -1;
}
/* Animation */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}
.tab_view_rs {
    /* background: #f4fbfb; */
}
.rs_mail_tab {
    margin: -32px 0 0 0;
}

:root {
  --obesity-primary: #007a7a;
  --obesity-secondary: #23aab0;
  --obesity-neutral: #000;
  --obesity-bg: #f4fbfb;
}

/* SECTION WRAPPER */
.obesity-sec-wrapper {
  padding: 0;
  /* background: #f4fbfb;  */
}

/* HEADING */
.obesity-sec-heading { 
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.3; 
color: #000;
  margin-bottom: 20px;
}

/* SUBTEXT */
.obesity-sec-subtext {
  font-size: 1.05rem;
  color: var(--obesity-neutral);
  margin-bottom: 10px;
}

/* HIGHLIGHT */
.obesity-sec-highlight-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 35px;
}

.obesity-sec-highlight-label {
  font-size: 1rem;
  color: #000;
}

.obesity-sec-highlight-number {
  font-size: 4rem;
  font-weight: 800;
  background: linear-gradient(135deg,#007a7a, #23aab0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* STATS BOX */
.obesity-sec-stats-box {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

/* STAT ITEM */
.obesity-sec-stat {
  position: relative;
  padding-left: 20px;
}

.obesity-sec-stat:not(:last-child) {
  margin-bottom: 22px;
}

.obesity-sec-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 80%;
  background: linear-gradient(to bottom, #23aab0, #23aab0);
  border-radius: 4px;
}

.obesity-sec-stat-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--obesity-primary);
  margin-bottom: 4px;
}

.obesity-sec-stat-text {
  font-size: 0.95rem;
  color: var(--obesity-neutral);
  line-height: 1.6;
}

/* IMAGE */
.obesity-sec-image-box {
  position: relative;
}

.obesity-sec-image-box img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* DECORATION */
/* .obesity-sec-image-box::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, var(--obesity-primary), var(--obesity-secondary));
  border-radius: 20px;
  opacity: 0.15;
  z-index: -1;
} */
.brand-color {
    color: #007a7a;
  }

  .brand-bg {
    background: #007a7a;
    color: #fff;
  }

  .custom-card {
    border: none;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  }

  .custom-card:hover {
    transform: translateY(-6px);
  }

  .stat-number {
    font-size: 34px;
    font-weight: 700;
  }

  .pill {
    background: rgba(0,122,122,0.1);
    color: #007a7a;
    padding: 6px 15px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .title-main {
    font-size: 36px;
    font-weight: 700;
  }


  :root {
  --primary: #007a7a;
  --secondary: #23aab0;
  --neutral: #000;
  --soft-bg: #f6fbfb;
}

.weightflow-section {
  padding: 100px 0;
  background: var(--soft-bg);
  
}

/* Heading */
.weightflow-title {
  
    font-size: 28px;
  
font-weight: 800;
  
text-align: center;
  
color: #000;
}
.weightflow-illustration svg {
    width: 120px;
    height: auto;
}
.weightflow-sub {
  text-align: center;
  color: var(--neutral);
  margin-bottom: 60px;
  font-size: 16px;
}

/* FLOW CARD */
.weightflow-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.weightflow-card:hover {
  transform: translateY(-8px);
}

/* Illustration */
.weightflow-illustration {
  height: 120px;
  margin-bottom: 20px;
}

.weightflow-illustration img {
  height: 100%;
  object-fit: contain;
}

/* Number badge */
.weightflow-step {
  position: absolute;
  top: -12px;
  left: 20px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 20px;
}

/* Text */
.weightflow-heading {
  font-weight: 700;
  margin-bottom: 10px;
}

.weightflow-text {
  font-size: 0.95rem;
  color: var(--neutral);
}

/* Connector line */
.weightflow-line {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, var(--primary), transparent);
}

@media(max-width:992px){
  .weightflow-line{
    display:none;
  }
}
:root {
  --primary: #007a7a;
  --secondary: #23aab0;
  --neutral: #000;
  --bg-soft: #f5fbfb;
}

/* Bottom section */
.weightflow-bottom {
  margin-top: 70px;
}

.weightflow-box {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
      height: calc(100% - 15px);
}

.weightflow-box.highlight {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
}

.weightflow-box.highlight p {
  color: #fff;
}
  .tab-pane label {
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
}

/* SECTION */
.semaneo-wrap {
  padding: 0;
}

/* TITLE */
.semaneo-heading { 
  font-size: 2.4rem;
  font-weight: 800;
  color: #111;
}

/* TEXT */
.semaneo-text {
  font-size: 1rem;
  color: var(--neutral);
  line-height: 1.7;
  margin-top: 15px;
}

/* LIST */
.semaneo-list {
  margin-top: 25px;
  padding-left: 0;
  list-style: none;
}
.semaneo-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    width: 80%;
    position: relative;
}
/* ICON */
.semaneo-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -59px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.semaneo-icon svg {
     fill: #fff;
     height: 46px;
     width: auto;
}

/* LIST TEXT */
.semaneo-list-text {
  font-size: 0.95rem;
  color: var(--neutral);
}

/* IMAGE */
.semaneo-img {
  text-align: center;
}

.semaneo-img img {
  /* max-width: 320px; */
  width: 100%;
  border-radius: 16px;
}
.contact-info a {text-decoration: none;color: #333;display: flex;align-items: center;}

.contact-info a i {
    padding-right: 7px;
}
.green_shadow {
    background: #c9e3e3;
    color: #007a7a;
    font-size: 16px;
    padding: 5px 12px;
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
}
 
.weightflow-card._new h2 {
    font-size: 24px;
    color: #097a7a;
    font-weight: 600;
    margin-bottom: 15px;
}

.weightflow-card._new p {
    text-align: left;
    margin: 0 0 10px;
    font-size: 18px;
}

/* Parent Scope */
.rs_section {
  padding: 100px 0 0;
}

/* Heading */
.rs_title {
  font-size: 48px;
  font-weight: 700;
  color: #1b7a78;
  text-align: center;
}

.rs_subtitle {
  text-align: center;
  color: #2d7c7a;
  margin-top: 10px;
  margin-bottom: 30px;
  
}

/* Select Box Container */
.rs_select_box {
  display: flex;
  border: 2px solid #1b7a78;
  max-width: 600px;
  width: 100%;
}

/* Left Label */
.rs_label {
  background: #e6f2f1;
  padding: 12px 18px;
  font-weight: 600;
  color: #1b7a78;
  border-right: 2px solid #1b7a78;
}

/* Dropdown */
.rs_dropdown {
  border: none;
  flex: 1;
  padding: 12px;
  outline: none;
  color: #000;
  font-weight: 500;
}

/* Contact Box */
.rs_contact_box {
    color: #fff;
    padding: 0;
    font-weight: 500;
    text-align: center;
    min-width: 260px;
    width: 100%;
    margin: 10px 0 0;
    border-radius: 8px;
    overflow: hidden;
}

.rs_contact_box span {
  display: block;
    padding-left: 10px;
  font-size: 16px;
}
.rs_contact_box div:not(:first-child) {
    border-top: 1px solid #007a7a24;
}
.semaneo-wrapper {
    padding: 50px 0;
}

/* Sidebar */
.semaneo-wrapper .sidebar {
    position: sticky;
    top: 120px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.semaneo-wrapper .step-link {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    margin-bottom: 6px;
    text-decoration: none;
    color: #333;
}

.semaneo-wrapper .step-link.active,
.semaneo-wrapper .step-link:hover {
    background: #007a7a;
    color: #fff;
}

/* Cards */
.semaneo-wrapper .step-card {
    border-radius: 14px;
    padding: 0;
    margin-bottom: 25px;
    box-shadow: none;
}

/* Step header */
.semaneo-wrapper .step-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.semaneo-wrapper .step-number {
    width: 35px;
    height: 35px;
    background: #007a7a;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    margin-right: 10px;
}

.semaneo-wrapper .step-title {
    font-weight: 600;
    color: #0f766e;
}
 
.semaneo-wrapper .dummy-img {
    height: auto;
    border-radius: 10px;
    border: 0px dashed #007a7a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}
.uxJourneyCardPro img {
    width: 100%;
    max-width: 110px;
}
.semaneo-wrapper .dummy-img img {
    max-width: 150px;
} 
.semaneo-wrapper ul {
    padding-left: 18px;
}

.semaneo-wrapper li {
    margin-bottom: 6px;
    font-size: 18px;
}
 
.menu ul li {
  position: relative;
}     
.has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  border-radius: 10px;
  padding: 10px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  z-index: 999;
}
 
.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
 
.dropdown li {
  width: 100%;
}

.dropdown li a {
  padding: 12px 18px;
  color: #333;
  font-size: 16px;
  display: block;
  transition: 0.3s;
}
 
.dropdown li a:hover {
  background: #f8f8f8; 
  padding-left: 22px;
}

a.child-triggerm {
    padding: 0 !important;
    position: absolute;
}

.dropdown li {
    padding-right: 0 !important;
}
.dropdown li  {
    display: block;
    padding: 0 !important;
    width: 100% !important;
}

.menu ul li ul.dropdown a {
    display: block;
}
.mrq_logo {
    text-align: center;
    /* background: #f4fbfb; */
}

.mrq_logo img {
    width: 100px;
}
.semaneo-logo img {
    max-width: 320px;
    width: 100%;
}

.result-number, .result-status {
    font-weight: 900;
    font-size: 19px;
}
.weightflow-sub1, .weightflow-sub2 {
    text-align: center;
    font-weight: 800;
    color: #007a7a;
}
.weightflow-sub2 {
    font-size: 16px;
    margin: 0 0 20px;
    color: #000000;
    font-weight: 500;
}

.weightflow-sub1 {
    font-size: 20px;
    margin: 0 0 4px;
}

.weightflow-sub2 {
    font-size: 20px;
    margin: 0 0 20px;
}
.uxHowBlockZ p, .uxHowListZ li, .uxHowNumZ li {
    margin-bottom: 5px;
}
.grre___bg_rs {
    background: #2eaeb9;
    padding: 10px 0 50px;
    margin: 0 0 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.what_happens .new_inside_rs_content {
    text-align: center;
}

.what_happens .new_label {
    margin: 0 auto 30px;
}

.what_happens {
    padding: 30px 0;
}
body {
    background: #e5eff1;
}
.obesity_happens .afrerr_rs_effect:before {
    position: absolute;
    content: '';
    bottom: 17px;
    width: 70px;
    height: 70px;
    background: #59b7c3;
    right: 40px;
    z-index: 9;
    border-radius: 50%;
    opacity: 0.3;
        top: inherit;
    left: inherit;
}
.rs_simple_content_new p {
    color: #5b5b5b;
    font-weight: 700;
}

.rs_simple_content_new p img {
    width: 20px;
    margin: 0 10px 0 0;
}
.new_brain h2 {
    color: #fff;
    font-weight: 800;
}
.grre___bg_rs .weightflow-card {
    background: transparent;
    color: #fff;
    padding: 0 0;
    box-shadow: none;
}
.text-muted {
    color: #000 !important;
    font-size: 16px;
}

.grey_br_rs_section {
    border: 1px solid #b2e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px 0;
    background: #fff;
}

.grey_br_rs_section ul {
    margin: 0;
    padding: 0 0 0 40px;
}
 .pj_wrapper {
  width: 100%;
  padding:  20px;
  background: linear-gradient(135deg, #F4FAFB, #EAF6F3);
  display: flex;
  justify-content: start;
  align-items: center;
}

.pj_prescribing_section {
  max-width: 650px;
  width: 100%;
  text-align: center;
  margin: 30px auto 0;
}

.pj_icon {
  font-size: 48px;
  margin-bottom: 20px;
  opacity: 0.8;
}

.pj_title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.pj_desc {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Button */
.pj_download_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 50px;
  background: linear-gradient(135deg, #0ea7a7, #005454);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(3, 161, 212, 0.25);
}

.pj_download_btn svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  transition: transform 0.3s ease;
}

/* Hover Effects */
.pj_download_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(3, 161, 212, 0.35);
}

.pj_download_btn:hover .pj_btn_icon {
  transform: translateX(5px);
}

/* Subtle animation */
.pj_download_btn {
  animation: pj_pulse 2.5s infinite;
}

@keyframes pj_pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(0 87 87 / 41%);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(3, 161, 212, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(3, 161, 212, 0);
  }
}
.rs_contact_box div {
    display: flex;
    justify-content: center;
    background: #e5eff1;
    padding: 5px;
    color: #007a7a;
    font-weight: 600;
}
.why_choose {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
        padding: 30px 0;
}
/* .why_choose .left_inside {
    position: relative;
    max-width: 600px;
    margin-right: auto;
}
.why_choose .right_inside {
    width: 50%;
} */
.pharmaceutical_auditing .item:nth-child(1), .pharmaceutical_auditing .item:nth-child(7) {
    margin-left: -160px;
}
.img_icon {
    background: linear-gradient(135deg, #0ea7a7, #005454);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
}

.pharmaceutical_auditing .item h6 {
    width: calc(100% - 80px);
    padding-left: 20px;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.gre_bx h4 {
    margin: 0;
}
.pharmaceutical_auditing .item:nth-child(1), .pharmaceutical_auditing .item:nth-child(5) {
    margin-left: -160px;
}

.pharmaceutical_auditing .item:nth-child(2), .pharmaceutical_auditing .item:nth-child(4) {
    margin-left: -80px;
}

.pharmaceutical_auditing .item:nth-child(3) {margin-left: -30px;}
.right_arrow_fixed {
    position: relative;
}
.pharmaceutical_auditing .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.gre_bx {
    position: relative;
    background: #fff;
    width: 300px;
    height: 300px;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005454;
    margin: 0 auto;
    box-shadow: inset 0 0 99px 20px #0054542b;
    overflow: hidden;
    z-index: 1;
}

/* Animated Border */
.gre_bx::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg,
        #005454,
        #00a3a3,
        #66d9d9,
        #005454
    );
    animation: rotateBorder 3s linear infinite;
    z-index: -2;
}

/* White Inner Layer */
.gre_bx::after {
    content: "";
    position: absolute;
    inset: 8px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}

@keyframes rotateBorder {
    100% {
        transform: rotate(360deg);
    }
}
/* .new_bg_section_row p {
    background: transparent;
    padding: 0;
    border-radius: 13px;
    margin: 0 0 6px;
    font-size: 18px;
} */
.rs_small {display: flex;align-items: center;justify-content: center;}

.rs_simple_content_img.rs_small img {
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
}
.new_bg_section_row h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.new_bg_section_row  img {
    border-radius: 26px;
}
.rs_simple_content_new h4 {
    color: #007979;
    font-weight: 600;
    font-size: 40px;
}

.rs_simple_content_new h2 {
    text-shadow: 0px 0px 6px #f4fbfb;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 3px #0d7c80;
    margin: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.rs_simple_content_img {
    width: 320px;
    background: #fafafa;
    border-radius: 50%;
    height: 320px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.afrerr_rs_effect:before {
    position: absolute;
    content: '';
    top: 20px;
    width: 70px;
    height: 70px;
    background: #59b7c3;
    left: 40px;
    z-index: 9;
    border-radius: 50%;
    opacity: 0.3;
}
.afrerr_rs_effect {
    margin-bottom: 40px;
}
.new_label {
    display: table;
    background: #cce1e4;
    padding: 8px 30px;
    border-radius: 14px;
    font-size: 24px;
    color: #007a7a;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

p.new-color {
    color: #2eaeb9;
    font-size: 22px;
    font-weight: 600;
}

.semaneo_helps {
    text-align: center;
    padding: 30px 0;
    color: #fff;
    margin-bottom: 30px;
    border-bottom: 2px dashed #fff;
}

.semaneo_helps h2 {
    font-weight: bold;
    font-size: 40px;
}

.semaneo_helps p {
    font-size: 28px;
    max-width: 436px;
    margin: 0 auto;
    width: 100%;
}

/* Responsive */
@media (max-width: 992px) {
    .semaneo-wrapper .sidebar {
        position: relative;
        margin-bottom: 15px;
    }
}
/* Responsive */
@media(max-width:768px){

  .rs_title {
    font-size: 32px;
  }
  .rs_flex {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}


.rs_flex {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}


/* RESPONSIVE */
@media(max-width:992px){
  .semaneo-wrap {
    padding: 30px 0;
  }
  .semaneo-heading {
    font-size: 2rem;
  }
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .obesity-sec-wrapper {
    padding: 0;
  }

  .obesity-sec-heading {
    font-size: 2rem;
  }

  .obesity-sec-highlight-number {
    font-size: 2.8rem;
  }

  .obesity-sec-image-box::after {
    display: none;
  }
}
/* SECTION */
.uxDoseWrapV {
  padding: 0;
}

/* TITLE */
.uxDoseTitleV {
  font-size: 2.6rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}

/* CONTAINER */
.uxDoseBoxV {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 40px;
  border: 1px solid #e6eeee;
}

/* HEADER */
.uxDoseHeadV {
  text-align: center;
  margin-bottom: 40px;
}

.uxDoseHeadV h3 {
  font-size: 1.6rem;
  font-weight: 700;
}

/* GRID */
.uxDoseGridV {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  position: relative;
  margin-bottom: 20px;
}

/* CONNECTOR LINE */
.uxDoseGridV::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 5%;
  width: 90%;
  height: 2px;
  background: #e0eded;
  z-index: 0;
}

/* CARD WRAP */
.uxDoseItemWrapV {
  position: relative;
  text-align: center;
  z-index: 2;
}

/* BADGE (SAME AS STEP STYLE) */
.uxDoseBadgeV {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #007a7a;
  color: #fff;
  font-size: 0.65rem;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 700;
  white-space: nowrap;
}

/* CARD */
.uxDoseCardV {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px 15px 30px;
  border: 1px solid #eef3f3;
  transition: 0.3s;
  height: calc(100% - 10px);
}

.uxDoseCardV:hover {
  box-shadow: 0 15px 30px rgba(0,0,0,0.06);
}

/* MG */
.uxDoseMgV {
  font-size: 1.5rem;
  font-weight: 800;
}

/* WEEK */
.uxDoseWeekV {
  font-size: 0.85rem;
  color: #000;
  margin-top: 6px;
  line-height: 1.4;
}

/* NOTE */
.uxDoseNoteV {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-top: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* BOTTOM */
.uxBottomV {
  margin-top: 10px;
  text-align: center;
}

.uxSubTitleV {
  font-size: 18px;
  font-weight: 500;
}
.steps {
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .step {
      display: flex;
      align-items: center;
      gap: 22px;
      background: rgb(255 255 255);
      border: 1px solid rgb(0 0 0);
      border-radius: 18px;
      padding: 20px 24px;
      transition: all 0.3s ease;
    }

    .step:hover {
      border-color: #007a7a;
      box-shadow: 0 10px 25px rgba(0, 122, 122, 0.2);
    }

    .step-number {
      width: 52px;
      height: 52px;
      background: linear-gradient(135deg, #007a7a, #00a3a3);
      color: white;
      font-size: 24px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      flex-shrink: 0;
      box-shadow: 0 6px 20px rgba(0, 122, 122, 0.4);
    }

    .step-content h3 {
      margin: 0 0 8px 0;
      font-size: 20px;
      font-weight: 600;
      color: #000000;
    }

    .step-content p {
      margin: 0;
      font-size: 15.5px;
      color: #000000;
      line-height: 1.55;
    }

    .highlight {
      color: #008787;
      font-weight: 600;
    }

/* RESPONSIVE */
@media(max-width:992px){
  .uxDoseGridV {
    grid-template-columns: repeat(2, 1fr);
  }

  .uxDoseGridV::before {
    display: none;
  }
}

@media(max-width:576px){
  .uxDoseGridV {
    grid-template-columns: 1fr;
  }
}

/* SECTION */
.uxHowWrapZ {
  padding: 0;
}

/* CENTER HEADER */
.uxHowCenterZ {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px;
}

.uxHowTitleZ {
  font-size: 2.6rem;
  font-weight: 800;
}

.uxHowSubZ {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 10px;
}

.uxHowTextZ {
  color: #000;
  margin-top: 15px;
  line-height: 1.7;
}

/* MAIN CARD */
.uxHowCardZ {
  background: #ffffff;
  border-radius: 20px;
  padding: 45px;
  border: 1px solid #e6eeee;
}

/* SPLIT BLOCK */
.uxHowBlockZ {
  background: #f9fefe;
  border-radius: 16px;
  padding: 25px;
  border: 1px solid #e3f1f1;
  height: 100%;
  transition: 0.3s;
}

.uxHowBlockZ:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* HEADINGS */
.uxHowHeadZ {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

/* LIST */
.uxHowListZ,
.uxHowBulletZ {
  padding-left: 18px;
  margin: 0;
}

.uxHowListZ li,
.uxHowBulletZ li {
  margin-bottom: 10px;
  color: #000;
}

/* NUMBER */
.uxHowNumZ {
  padding-left: 18px;
}

.uxHowNumZ li {
  margin-bottom: 10px;
}

/* FLOW CENTER BOX */
.uxHowFlowWrapZ {
  margin: 40px 0 0;
  text-align: center;
}

.uxHowFlowZ {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 50px;
  background: linear-gradient(90deg, #007a7a, #23aab0);
  color: #fff;
  font-weight: 600;
}

/* HELP SECTION */
.uxHowHelpWrapZ {
  margin-top: 0;
}

.uxHowHelpHeadZ {
  font-size: 1.3rem;
  font-weight: 700;
}

/* RESPONSIVE */
@media(max-width:768px){
  .uxHowCardZ {
    padding: 25px;
  }
}

.rs_hover_text {
    padding: 50px;
    border-radius: 16px;
    height: calc(100% - 15px);
    color: #fff;
    text-align: center;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
        z-index: 1;
}
.rs_hover_text:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 15px;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}
.neo-3d-btn {
  position: relative;
  display: inline-block;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 14px;
  background: linear-gradient(145deg, #009999, #007a7a);
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow:
    0 8px 0 #005f5f,
    0 15px 25px rgba(0,0,0,0.25);
  margin-bottom: 15px;
}

/* Inner Content */
.neo-3d-btn .btn-content {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

/* Glow layer */
.neo-3d-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0,255,255,0.3), transparent 60%);
  opacity: 0;
  transition: 0.4s;
}

/* Hover Effect */
.neo-3d-btn:hover {
  transform: translateY(3px) scale(1.03);
  box-shadow:
    0 4px 0 #005f5f,
    0 8px 20px rgba(0,0,0,0.3),
    0 0 15px rgba(0, 255, 255, 0.4);
}

.neo-3d-btn:hover::before {
  opacity: 1;
}

/* Click effect */
.neo-3d-btn:active {
  transform: translateY(7px);
  box-shadow:
    0 2px 0 #005f5f,
    0 4px 10px rgba(0,0,0,0.3);
}

/* Icon animation */
.neo-3d-btn i {
  transition: transform 0.3s;
}

.neo-3d-btn:hover i {
  transform: rotate(-10deg) scale(1.2);
}

/* Second button variation */
.neo-3d-btn.alt {
  background: linear-gradient(145deg, #007a7a, #004f4f);
}

.neo-3d-btn.alt:hover {
  box-shadow:
    0 4px 0 #003f3f,
    0 8px 20px rgba(0,0,0,0.3),
    0 0 15px rgba(0, 200, 200, 0.4);
}

/* SECTION */
.uxJourneyWrapPro {
  padding: 100px 0;
  background: linear-gradient(180deg, #f4fbfb 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

/* BG SHAPES */
.uxJourneyWrapPro::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: #23aab0;
  opacity: 0.08;
  border-radius: 50%;
  top: -100px;
  left: -100px;
}

.uxJourneyWrapPro::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: #007a7a;
  opacity: 0.06;
  border-radius: 50%;
  bottom: -80px;
  right: -80px;
}

/* TITLE */
.uxJourneyTitlePro {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

/* TEXT */
.uxJourneyTextPro {
  text-align: center;
  color: #000;
  max-width: 800px;
  margin: auto;
  line-height: 1.7;
}

/* BUTTON */
.uxJourneyBtnPro {
  display: inline-block;
  background: linear-gradient(90deg, #007a7a, #23aab0);
  color: #fff;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
  margin: 30px auto 60px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
}

.uxJourneyBtnPro:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,122,122,0.25);
}

/* CARD */
.uxJourneyCardPro {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 30px;
  border: 1px solid rgba(0,122,122,0.15);
  transition: 0.4s;
  height: 100%;
  text-align: center;
}

.uxJourneyCardPro:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* ICON */
.uxJourneyIconPro {
  width: 60px;
  margin-bottom: 20px;
}

/* TEXT */
.uxJourneyQPro {
  color: #000;
  line-height: 1.6;
  font-weight: 500;
}

.rs_state_select_wrap{
    background: linear-gradient(135deg,#ffffff,#f4fbff);
    border-radius: 28px;
    padding: 28px;
    border: 1px solid #d9eef5;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.rs_state_select_wrap::before{
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #00b4b41a;
    border-radius: 50%;
    top: -70px;
    right: -70px;
}

.rs_state_top{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.rs_state_icon{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg,#00a6a6,#006b6b);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.rs_state_small{
    margin: 0;
    font-size: 13px;
    color: #6d7d7d;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rs_state_top h5{
    margin: 4px 0 0;
    font-size: 26px;
    font-weight: 700;
    color: #033b3b;
}

.rs_custom_select{
    position: relative;
    z-index: 2;
}

.rs_dropdown{
    width: 100%;
    height: 68px;
    border-radius: 18px;
    border: 2px solid transparent;
    background: #fff;
    padding: 0 65px 0 22px;
    font-size: 17px;
    font-weight: 600;
    color: #033b3b;
    outline: none;
    appearance: none;
    transition: 0.35s;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.rs_dropdown:hover{
    transform: translateY(-2px);
}

.rs_dropdown:focus{
    border-color: #00a6a6;
    box-shadow: 0 0 0 6px rgba(0,166,166,0.10);
}

.rs_arrow{
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #00a6a6;
    font-size: 18px;
    pointer-events: none;
    transition: 0.3s;
}

.rs_custom_select:hover .rs_arrow{
    transform: translateY(-50%) rotate(180deg);
}

@media(max-width:576px){

    .rs_state_select_wrap{
        padding: 22px;
        border-radius: 22px;
    }

    .rs_state_top h5{
        font-size: 22px;
    }

    .rs_dropdown{
        height: 60px;
        font-size: 15px;
    }

}


/* OPTIONAL PREMIUM OFFSET (ONLY DESKTOP) */
@media (min-width: 992px) {
  .uxJourneyCardPro.offset-card {
    transform: translateY(40px);
  }
}

/* RESPONSIVE */
@media(max-width:768px){
  .uxJourneyTitlePro {
    font-size: 2rem;
  }
}
.contact-card {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  height: 100%;
  transition: all 0.3s ease;
}

/* Icon Circle */
.contact-card .icon {
  width: 50px;
  height: 50px;
  background: #f4f8f8;
  color: #007a7a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 18px;
}

.rs_view_card {
  background:#ffffff;
  border-radius:14px;
  padding:24px;
  box-shadow:0 10px 30px rgba(18,22,25,0.06);
  border-top: 6px solid #0f766e;
}

.rs_view_card h2{
  text-align:center;
  color:#183636;
  margin-bottom:20px;
}

.rs_view_card input[type=number]{
  padding:12px 14px;
  border-radius:10px;
  border:1px solid #e6e6e6;
  width:100%;
  outline:none;
}

.rs_view_card input:focus{
  border-color:#007a7a;
  box-shadow:0 0 0 4px rgba(0,122,122,0.08);
}

.rs_view_card .btn-primary{
  background:linear-gradient(90deg,#007a7a,#009999);
  border:none;
  border-radius:999px;
  font-weight:600;
  padding:10px;
  box-shadow:0 4px 12px rgba(0,122,122,0.25);
  color:#fff;
}

.rs_view_card .radio-row{
  display:flex;
  gap:10px;
}

.rs_view_card .radio-btn{
  padding:8px 14px;
  border-radius:999px;
  border:1px solid #e6f2f2;
  background:#f8fdfd;
  cursor:pointer;
  font-weight:600;
}

.rs_view_card .result{
  margin-top:15px;
  padding:12px;
  border-radius:10px;
  text-align:center;
  font-weight:700;
  display:none;
}

.rs_view_card .healthy{
  background:#e6f9f0;
  color:#16a085;
}

.rs_view_card .obesity{
  background:#fdecea;
  color:#e74c3c;
}

.rs_view_card .error{
  color:#d23a2a;
  text-align:center;
  margin-top:10px;
}

/* Title */
.contact-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

/* Text */
.contact-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Info line */
.contact-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #333;
}

.contact-info i {
  color: #007a7a;
}

/* Hover */
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-color: #e0f2f2;
}


/* MAIN WRAPPER */
.pj_wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

/* COLUMN */
.pj_wrapper .col {
  position: relative;
  background: #fafafa;
  border-right: 1px solid #eee;
}

.pj_wrapper .col:last-child {
  border-right: none;
}

/* HEADER */
.pj_wrapper .top {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.pj_wrapper .top.start {
    background: #f0bedb;
    color: #700042;
}

.pj_wrapper .top.light {
  background: #f4c7da;
  color: #a3004f;
}

/* CONTENT */
.pj_wrapper .content {
  text-align: center;
  padding: 30px 8px;
  min-height: 510px;
}

/* IMAGE */
.pj_wrapper .pen {
  /* height: 160px; */
      max-width: 30px;
  object-fit: contain;
  margin-bottom: 20px;
}

/* TEXT */
.pj_wrapper .dose {
  font-size: 24px;
  font-weight: 700;
}

.pj_wrapper .meta {
  font-size: 16px;
  color: #5f5d5d;
  line-height: 1.4;
}

/* ARROW */
.pj_wrapper .arrow {
  position: absolute;
  right: -14px;
  top: 55%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #d1007a;
  background: #fff;
}

/* BOTTOM BAR */
.pj_wrapper .bar {
  position: absolute;
  bottom: 0;
  height: 8px;
  width: 100%;
}

/* COLORS */
.pj_wrapper .c1 { background: #7fcac3; }
.pj_wrapper .c2 { background: #c94b75; }
.pj_wrapper .c3 { background: #a56a2b; }
.pj_wrapper .c4 { background: #1f6f8b; }
.pj_wrapper .c5 { background: #333; }

/* FOOTNOTE */
.parent .note {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}

.mobile_rs {
    display: none;
}
.des_rs {
    display: none;
}
.afrerr_rs_effect {
    position: relative;
}
.afrerr_rs_effect {
    max-width: 400px;
    margin: 0 auto;
} 

.missed_dose .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.missed_dose .container .rs_green_wrap .left p {
    margin: 0;
}
.missed_dose .container .rs_green_wrap:before {
    position: absolute;
    width: 50%;
    background: #2eaeb9;
    height: 100%;
    content: '';
    left: 0;
    z-index: -1;
}

.missed_dose .container .rs_green_wrap {
    z-index: 1;
}

.missed_dose .container .rs_green_wrap {
    padding-left: calc(100% - 1590px);
    margin: 0 auto 30px;
    padding-right: calc(100% - 1590px);
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
}

.missed_dose .container .rs_green_wrap .left {
    color: #fff;
    background: #2eaeb9;
    padding: 30px;
    width: 80%;
    border-radius: 0 50px 50px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

.missed_dose .container .rs_green_wrap .left h6 {
    font-weight: 800;
    width: 100%;
    font-size: 20px;
    letter-spacing: 1px;
}

.missed_dose .container .rs_green_wrap .right {
    width: 20%;
    padding-left: 22px;
    position: relative;
    /* padding: 30px; */
}
.missed_dose .container .rs_green_wrap .right img {
    max-width: 120px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.mis_rs_icon {
    background: #007a7a;
    text-align: center;
    height: 100%;
    padding: 30px;
    border-radius: 50px 00px 00px 50px;
        display: flex;
    align-items: center;
    justify-content: center;
}


#preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgb(0 0 0 / 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 36px;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  top: 0;
  left: 0;
  z-index: 999999;
}

#preloader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
} 
.bracket {
  position: absolute;
  width: 36px;
  height: 36px;
  opacity: 0;
}
.bracket::before, .bracket::after {
  content: '';
  position: absolute;
  background: #fff;
}
.bracket::before { width: 100%; height: 1px; top: 0; left: 0; }
.bracket::after  { width: 1px; height: 100%; top: 0; left: 0; }
.bracket.tl { top: 28px; left: 28px; }
.bracket.tr { top: 28px; right: 28px; transform: scaleX(-1); }
.bracket.bl { bottom: 28px; left: 28px; transform: scaleY(-1); }
.bracket.br { bottom: 28px; right: 28px; transform: scale(-1,-1); }
 
.pre-logo {
  font-size: 50px;
  letter-spacing: 0.25em;
  color: #ffffff;
  position: relative;
  line-height: 1;
  user-select: none;
}
.pre-logo-fill {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: var(--white);
  white-space: nowrap;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.2s cubic-bezier(0.76,0,0.24,1);
}
.pre-logo-fill.reveal { clip-path: inset(0% 0 0 0); }
 
.loader-ring {
  position: relative;
  width: 72px;
  height: 72px;
}

.loader-ring svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: ring-spin 2s linear infinite;
  -webkit-animation: ring-spin 2s linear infinite;
}

.ring-track {
  fill: none;
  stroke: rgb(255 255 255 / 48%);
  stroke-width: 2;
}

.ring-arc {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 180 226;
  stroke-dashoffset: 0;
  animation: arc-chase 2s ease-in-out infinite;
}

.ring-arc.a1 { stroke: #fff; filter: drop-shadow(0 0 5px #fff); }
.ring-arc.a2 {
  stroke: rgba(200,168,75,0.3);
  stroke-dasharray: 60 346;
  animation: arc-chase2 2s ease-in-out infinite;
}

.ring-center-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 14px #fff, 0 0 28px rgba(200,168,75,0.3);
  animation: dot-breathe 2s ease-in-out infinite;
}

@keyframes ring-spin { to { transform: rotate(360deg); } }
@keyframes arc-chase {
  0%   { stroke-dashoffset: 0; }
  50%  { stroke-dashoffset: -180; }
  100% { stroke-dashoffset: -406; }
}
@keyframes arc-chase2 {
  0%   { stroke-dashoffset: 0; }
  50%  { stroke-dashoffset: -80; }
  100% { stroke-dashoffset: -406; }
}
@keyframes dot-breathe {
  0%,100% { transform: translate(-50%,-50%) scale(1); opacity: 0.7; }
  50%      { transform: translate(-50%,-50%) scale(1.5); opacity: 1; }
}
 
.pre-count { 
  font-size: 16px;
  letter-spacing: 0.3em;
  color: rgb(255 255 255);
}
.pre-count span {
  color:#fff;
  font-weight: 700;
}
.safety {
    background: #007a7a;
    position: fixed;
    bottom: 79px;
    right: 0px;
    padding: 8px 10px;
    border-radius: 50px 0 0 50px;
    font-size: 14px;
    border: 1px solid #fff;
    box-shadow: 0 0 0px 3px #007a7a;
    border-right: 0;
    z-index: 999;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    -ms-border-radius: 50px 0 0 50px;
    -o-border-radius: 50px 0 0 50px;
}
.missed_dose .container .rs_green_wrap:after {
    position: absolute;
    width: 25%;
    background: #007a7a;
    height: 100%;
    content: '';
    right: 0;
    z-index: -1;
}
.missed_dose .rs_green_wrap:last-child {
    flex-direction: row-reverse;
}

.missed_dose .rs_green_wrap:last-child::before {}

.missed_dose .rs_green_wrap:last-child:before {
    right: 0;
    left: inherit;
}

.missed_dose .rs_green_wrap:last-child:after {
    right: inherit;
    left: 0;
    width: 25%;
}

.missed_dose .rs_green_wrap:last-child .right {
    padding-left: 0;
    padding-right: 20px;
    border-radius: 50px 50px 50px 50px;
}

.missed_dose .rs_green_wrap:last-child .right .mis_rs_icon {
    border-radius: 0px 50px 50px 0px;
}

.missed_dose .rs_green_wrap:last-child .left {
    border-radius: 50px 0px 0px 50px;
}
.safety:hover {
    background: #016666;
}
.new_rs_modal h3 {
    font-size: 18px;
    color: #007a7a;
}

.new_rs_modal p {
    font-size: 16px;
    margin: 0 0 4px;
}
.rs_simple_content_new h3 {
    color: #2eaeb9;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}
/* Responsive */
@media(max-width:576px){
  .custom-tab-sec-nav {
    flex-wrap: wrap;
    border-radius: 20px;
    justify-content: center;
  }
}
section.geen_bg_row {
    background: #e5eff1;
    padding: 30px 0;
    margin-bottom: 35px;
}


/* .new_rs_dot.new_rs_dot {
    position: relative;
}

.new_rs_dot.new_rs_dot:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #0b898a;
    top: 6px;
    left: -18px;
    border-radius: 50px;
} */

.rs_left_spacing {
    padding-left: 15px;
}
.rs_left_spacing .semaneo-text {
    padding-left: 5px;
}

/*min-devices-media-query*/

@media (min-width: 575.98px) {
    .mobile {
        display: none;
    }
    .des_rs {
        display: block;
    }

}

@media (min-width: 767.98px) {}

@media (min-width: 991.98px) {
    ...
}

@media (min-width: 1024.98px) {
    ...
}

@media (min-width: 1199.98px) {

    .about_img .pro_img,
    .about_img .pro_img img {
        border-radius: 0px 72px 0 72px;
    }
    a.child-triggerm {
    padding: 0px 0 0 5px !important;
}
a.child-triggerm i {
    position: relative;
    top: 2px;
}
.child-triggerm::after {
    opacity: 0;
}


}

@media (min-width: 1200.98px) {
    /* .menu ul li a {
    border: 1px solid #b2e0e0;
    padding: 5px 20px;
    border-radius: 50px;
    overflow: hidden;
}

.menu ul li {
    padding: 0 5px;
}

.menu ul li.active a {
    border: 0;
    background: #09737a;
    color: #fff;
} */
 
.header_top_fixed {
    padding: 10px 0 0 0;
}
.has-dropdown:hover .dropdown a {
        border: 0;
        border-radius: 0;
        background: #fff;
        color: #000;
    }
    .has-dropdown:hover .dropdown li.active a {
    background: #09737a;
    color: #fff;
}

}

/*max-devices-media-query*/

@media (max-width: 1699.98px) {
    .menu ul li {
        padding: 7px 10px 0 0;
    }

    .logo_second img {
        width: 100%;
        max-width: 180px;
    }

    .menu ul li a {
        font-size: 16px;
    }

}

@media (max-width: 1599.98px) {
.missed_dose .container .rs_green_wrap:after,
.missed_dose .rs_green_wrap:last-child:after {
    width: 0;
}
}

@media (max-width: 1499.98px) {}

@media (max-width: 1399.98px) {
    .menu ul li a {
        position: relative;
        font-size: 13px;
        display: inline-block;
    }

    .logo_second img {
        max-width: 110px;
    }
    .wrapper {
    padding: 76px 0 0 0;
}

    
   
}



@media (max-width: 1199.98px) {
.has-dropdown .dropdown {
    padding: 0;
}
a.child-triggerm {
    position: absolute !important;
    top: 0;
    width: 100% !important;
    right: 0 !important;
    display: block;
    text-align: right;
    height: 40px;
    background: transparent !important;
}

a.child-triggerm span {
    padding: 10px !important;
    display: block;
}
    .pro_img img,
    .pro_img {
        border-radius: 0px 50px 0 50px;
    }
.has-dropdown .dropdown {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    transform: translateY(0);
    box-shadow: none;
    display:none;
}
    .toggle_btn button {
        display: block;
        padding: 2px 7px;
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 26px;
    }

    .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1024;
        display: none;
    }

    .menu ul li {
        padding: 0;
        width: 100%;
    }

    .menu ul {
        width: 100%;
    }

    .menu ul li a {
        display: block;
        padding: 10px 10px;
        border-top: 1px solid #f7f7f7;
        background: #ffffff;
        color: #000000;
    }

    .menu ul li:first-child a {
        border: 0;
    }
}

@media (max-width: 1099.98px) {
    

    .home_banner {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .custom-tab-sec-btn {
    font-size: 14px;
    padding: 5px 10px;
}
.gre_bx {
    width: 300px;
    height: 300px;
}
    .bg_middle_title h5 {
        font-size: 16px;
    }
    .rs_mail_tab {
    margin: 10px 0 0 0;
}

    .bg_middle_title p {
        font-size: 12px;
    }

    .bg_diet_img h3 {
        font-size: 18px;
    }

    .bg_diet_img p {
        font-size: 16px;
    }

    .plat_img img {
        height: auto;
    }

    .bg_graident.bg_graident_remove {
        margin: 5px 0;
    }

    .p-100 {
        padding: 40px 0;
    }

    .banner_rs_img {
        position: relative;
    }

    .social-icons {
        justify-content: center;
        margin: 10px 0 0;
    }

    .rs_disclaimer p {
        text-align: center;
        padding-bottom: 10px;
    }

    .banner_rs_img h3 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        right: 0;
        margin: 0 auto;
        text-align: center !important;
        color: #fff;
        font-size: 20px;
        padding: 10px 0;
        background: rgb(0 0 0 / 50%);
    }

    .title {
        font-size: 30px;
    }

    body {
        font-size: 16px;
    }

    .title_des {
        padding: 10px 0;
    }

    .btn-primary {
        font-size: 16px;
    }

    .hero_banner.p-100 {
        padding: 100px 0 0 0;
    }

    .rs_item_review {
        margin: 0 5px;
        padding: 20px 15px;
        border-radius: 16px;
    }
    .wrapper {
    padding: 76px 0 0 0;
}

}

@media (max-width: 767.98px) {
        .gre_bx {
    margin: 0 auto;
}
.uxDoseTitleV, .uxHowTitleZ {
    margin: 30px 0 10px;
    font-size: 25px;
}
.rs_simple_content_new h2{
    margin: 30px 0 10px;
    font-size: 25px;
    -webkit-text-stroke: 1px #0d7c80;
}
.new_label {
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 20px;
}

p.new-color {
    font-size: 18px;
}
.new_bg_section_row h4 {
    margin: 10px 0;
}
.pharmaceutical_auditing .item:nth-child(1), .pharmaceutical_auditing .item:nth-child(5) {
    margin: 0;
}

.pharmaceutical_auditing .item:nth-child(2), .pharmaceutical_auditing .item:nth-child(4) {
    margin: 0;
}

.pharmaceutical_auditing .item:nth-child(3) {
    margin: 0;
}
    .pj_wrapper .pen {
    max-width: 12px;
}

.pj_wrapper .content {
    min-height: 320px;
}

.pj_wrapper .dose {
    font-size: 18px;
}

.pj_wrapper .meta {
    font-size: 14px;
}
.custom-tab-sec-pane {
    padding: 0 0 ;
}

.pj_wrapper {
    padding: 10px;
}
.custom-tab-sec-content {
    margin-top: 0;
}
    .wrapper {
    padding: 66px 0 0 0;
}
    .p-100 {
        padding: 20px 0;
    }

    .banner_rs_img h3 {
        font-size: 16px;
        text-align: center !important;
        padding: 10px 0;
    }

    .banner_rs_img h3 br {
        display: none;
    }

    .container,
    .container-sm {
        max-width: 100%;
    }

    .title {
        font-size: 20px;
    }

    body {
        font-size: 16px;
    }

    .title_des {
        padding: 10px 0;
    }

    .btn-primary {
        font-size: 16px;
    }

    .profile_detiles h4 {
        font-size: 18px;
    }

    .profile_detiles span {
        font-size: 16px;
    }

    .advised_br {
        padding: 30px 10px;
    }

    .white_box {
        padding: 30px 15px;
        margin-bottom: 15px;
    }

    .p-50 {
        padding: 20px 0;
    }

    .prenatal-white .item_rs {
        width: 100%;
    }

    .line_first:before {
        display: none;
    }

    .line_second:before {
        display: none;
    }

    .purple_br {
        margin-bottom: 20px;
        height: auto;
    }

    .white_box_rs {
        padding: 20px 0px;
    }

    .hero_banner {
        padding: 0;
    }
 

    .header {
        padding: 10px 0;
    }

    .mobile_btn a {
        margin: 0 2px;
        font-size: 12px;
    }

    .title_top_header h2 {
        font-size: 16px;
    }

    .title_top_header p {
        font-size: 10px;
    }

    .banner_rs_img {
        min-height: 250px;
        padding: 30px 0;
    }

    .home_banner {
        font-size: 24px;
    }

    .mobile_right_text {
        text-align: right;
    }
}

@media (max-width: 575.98px) {
    .missed_dose .container .rs_green_wrap {
    margin: 15px 0;
}

.missed_dose .container .rs_green_wrap .left {
    width: 100%;
    border-radius: 0;
}

.missed_dose .container .rs_green_wrap .right {
    width: 100%;
    padding: 0;
}

.missed_dose .container .rs_green_wrap {
    flex-wrap: wrap;
}

.mis_rs_icon {
    border-radius: 0;
}

.missed_dose .rs_green_wrap:last-child .right .mis_rs_icon {
    border-radius: 0;
}
    .mobile_rs {
    display: block;
}
.afrerr_rs_effect:before { 
    width: 50px;
    height: 50px; 
}
    .work_img {
        padding-bottom: 15px;
    }
    .bg_graident {
    padding: 15px 0;
    border-radius: 10px;
}
.pj_wrapper .col {
    width: 100%;
}
.img_icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.rs_simple_content_new h4 {
    font-size: 26px;
    margin: 20px 0 0 0;
}

.rs_simple_content_new h2 {
    font-size: 32px;
    margin: 10px 0;
    -webkit-text-stroke: 1.5px #0d7c80;
}

.rs_simple_content_img {
           max-width: 280px;
        height: 280px;
}
.pharmaceutical_auditing .item h6 {
    font-size: 15px;
}
.pj_wrapper {
    display: inline;
}
.bg_middle_title {
    border: 0;
    padding: 0;
}
.obesity-sec-stats-box {
    margin-bottom: 15px;
}
.obesity-sec-stats-box {
    margin-bottom: 15px;
}

.weightflow-bottom {
    margin-top: 20px;
}

.weightflow-box {
    margin-bottom: 15px;
}
.rs_view_card {
    margin-top: 15px;
}
.pj_download_btn {
  padding: 16px 14px;
}

    /* .hero_banner {
background-image: url(../images/banner-mob.png) !important;
} */
    /* body p{
text-align: justify;
} */
    .pro_img {
        max-width: 206px;
    }

    .prenatal-white {
        padding: 0;
    }

    .purple_br {
        padding: 30px 20px;
    }

    .rainbow-white .item .risk {
        margin: 0 auto;
    }

    .des {
        display: none;
    }

    /* h1,h2,h3,h4,h5,h6, .white_box p{
text-align: center;
} */
    /* .btn-primary {
        display: table;
        margin: 0 auto;
    } */

    .hero_banner .row {
        flex-direction: column-reverse;
    }

    .profile_detiles p {
        text-align: center;
    }

    p.text-center {
        text-align: justify !important;
    }

    p.text-center.pb-5 {
        padding: 0 !important;
    }

    .col-lg-auto.col-auto.ms-auto.mt-auto {
        width: calc(100% - 200px);
        margin: 0 auto 0 0 !important;
        padding: 0;
    }

    .mobile_btn a {
        display: block;
        margin: 0 0 4px;
    }

    .toggle_btn button {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        border: 1px solid #000 !important;
    }

    .new_mobile_rs {
        display: flex;
        align-items: center;
        margin: 0 auto 0 0;
        width: 100%;
    }

    .new_mobile_rs a {
        margin: 0 5px 0 0px;
    }

    .banner_rs_img {
        min-height: 200px;
        padding: 30px 0;
        background-position: center;
    }

    .logo_second img {
        max-width: 83px;
        width: 100%;
    }

    .mobile_logo img {
        width: 80px;
    }

    .mobile_btn {
        display: flex;
    }

    .logo_second {
        text-align: center;
        padding-bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .wrapper {
        padding: 53px 0 0px 0;
    }

    .apolo_27 .btn {
        margin-bottom: 15px;
    }

    .des_logo {
        display: none;
    }

    .mobile_logo {
        display: block;
    }
    .reference-container { 
        padding: 15px 10px;
    }
    .custom-tab-sec-indicator {
    display: none;
}
.obesity-sec-stat-number {
    font-size: 20px;
}
.obesity-sec-heading, .weightflow-title, .uxHowTitleZ, .uxDoseTitleV, .uxJourneyTitlePro, .title-main, .semaneo-heading, .pj_title {
    font-size: 22px;
    margin: 10px 0;
}
.semaneo-logo img {
    max-width: 200px;
    width: 100%;
}
body, .semaneo-text {
        font-size: 14px;
    }
.semaneo-wrapper .sidebar {
    top: 0;
    position: relative;
}

.grey_br_rs_section {
    padding: 15px;
}
.semaneo-wrapper {
    background: #f6f8fa;
    padding: 10px 0;
}
.semaneo-wrapper li {
    margin-bottom: 6px;
    font-size: 16px;
}

.obesity-sec-subtext {
    font-size: 16px;
}

.weightflow-sub1 {
    font-size: 18px;
}

.weightflow-sub2 {
    font-size: 16px;
}


button.custom-tab-sec-btn.active {
    background: linear-gradient(135deg, #007a7a, #23aab0);
}

button.custom-tab-sec-btn {
    padding: 6px 10px;
    font-size: 12px;
}
.custom-tab-sec-pane {
    padding: 10px 0;
}
.pj_wrapper .col {
    width: 50%;
    flex: inherit;
}

.pj_wrapper .col:first-child {
    width: 100%;
}
.pj_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.pj_wrapper .arrow {
    opacity: 0;
}

.pj_wrapper .content {min-height: auto;padding: 16px 0px;}

.pj_wrapper .pen {
    max-width: 14px;
    margin: 0 0 6px;
}

.pj_wrapper .col {
    margin-bottom: 10px;
}

.pj_wrapper .dose {
    font-size: 16px;
}

.pj_wrapper .meta {
    font-size: 13px;
}

.pj_wrapper .top.light {
    font-size: 13px;
}
.pj_wrapper {
    padding: 0;
}
.new_brain img {
    max-width: 120px;
    margin: 0 auto;
    text-align: center;
}

.new_brain {
    text-align: center;
}
.semaneo_helps h2 { 
        font-size: 22px;
}

.semaneo_helps p {
    font-size: 18px; 
}

}

@media (max-width: 475.98px) {

    .header_top_fixed {
        flex-wrap: wrap;
    }

    header.header.sticky .lang_select {
        display: none;
    }

    .menu_header {
        display: none;
    }

    header.header.sticky .menu_header {
        display: block;
    }

    .logo img {
        min-width: 50px;
        width: 70px;
        margin-right: 5px;
    }
}

@media (max-width: 375.98px) {
    .mobile_btn a {
        display: block;
        margin: 0 5px 0 0px;
        padding: 3px 5px;
        white-space: nowrap;
        text-align: center;
        font-size: 12px;
    }

    .col-lg-auto.col-auto.ms-auto.mt-auto {
        width: calc(100% - 140px);
        padding-bottom: 29px;
    }
}
 