
            /*<![CDATA[*/
            :root {
                --font-system: -apple-system, blinkmacsystemfont, segoe ui, roboto,
                    oxygen, ubuntu, cantarell, fira sans, droid sans, helvetica neue,
                    sans-serif;
                --font-body: "Libre Baskerville", var(--font-system);
                font-family: var(--font-body);
            }

            .top-nav {
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                color: #fff;
                padding: 25px 32px;
                border: 1px solid #cbd5e1;
                display: flex;
            }

            .top-nav .nav-logo a picture {
                display: flex;
            }

            .menu-2 {
                display: flex;
                flex-direction: row;
                list-style-type: none;
                margin: 0;
                padding: 0;
                grid-gap: 32px;
            }

            .sub-menu {
                display: none;
                position: absolute;
                background-color: #fff;
                color: #000;
                padding: 10px 0 16px;
                z-index: 1000;
                border-radius: 0 0 16px 16px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
                width: max-content;
                margin-top: 16px;
                margin-left: -1em;
                list-style: none;
            }

            .menu-2 a {
                color: #0f172a !important;
                text-transform: capitalize;
                padding: 20px 0;
                outline: 0;
                font-size: 20px;
            }

            .menu-2 li .sub-menu a {
                color: #0f172a !important;
                font-weight: 400;
            }

            .sub-menu li {
                line-height: 160%;
                margin: 0;
                padding: 4px 16px;
                border-radius: 8px;
                font-size: 18px !important;
            }

            .menu-2>li {
                margin: 0;
                position: relative;
            }

            .menu-button-container {
                display: none;
                height: 100%;
                width: 30px;
                cursor: pointer;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            .menu-button {
                display: block;
                background-color: #00910d;
                position: absolute;
                height: 4px;
                width: 30px;
                transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
                border-radius: 2px;
            }

            .menu-button::before {
                display: block;
                background-color: #00910d;
                position: absolute;
                height: 4px;
                width: 30px;
                transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
                border-radius: 2px;
                content: "";
                margin-top: -8px;
            }

            .menu-button::after {
                display: block;
                background-color: #00910d;
                position: absolute;
                height: 4px;
                width: 30px;
                transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
                border-radius: 2px;
                content: "";
                margin-top: 8px;
            }

            #menu-toggle,
            .down-arrow,
            .mobonly,
            .sub-menu-2 {
                display: none;
            }

            #menu-toggle:checked+.menu-button-container .menu-button::before {
                margin-top: 0;
                transform: rotate(405deg);
            }

            #menu-toggle:checked+.menu-button-container .menu-button::after {
                margin-top: 0;
                transform: rotate(-405deg);
            }

            .menu-2 li:after {
                background: 0;
                bottom: 0;
                content: "";
                display: block;
                height: 2px;
                left: 50%;
                position: absolute;
                background: #00910d;
                transition:
                    width 0.3s ease 0s,
                    left 0.3s ease 0s;
                width: 0;
            }

            .menu-2 li:hover:after {
                width: 100%;
                left: 0;
            }

            .menu-2 li:nth-last-child(2) .sub-menu {
                right: 0;
            }

            .sub-menu li:after {
                background: 0;
            }

            .nav-logo img {
                width: 229px;
                height: auto;
            }

            .sub-menu-2 li {
                padding: 4px 16px;
                border-radius: 8px;
                list-style: none;
            }

            .sub-menu-2 li a {
                padding: 20px 0;
            }

            .menu-2 ul.sub-menu li ul.sub-menu-2 li a {
                color: #0f172a !important;
            }

            .bgwhite {
                background: #fff;
            }

            #submain {
                padding-top: 10px;
                background: #f9f9f9;
                margin: 0 auto;
                max-width: 1040px;
                background: 0;
            }

            .social {
                position: initial;
                width: 50px;
                top: 200px;
                bottom: 5%;
                height: auto !important;
                text-align: center;
                z-index: 10000000;
            }

            .social-button {
                float: none !important;
                padding-right: 3px;
            }

            .social .social-button img {
                color: #212121;
                box-shadow: none;
                background: 0;
                background-image: none;
                border-radius: 4px;
                border: 1px solid #ddd;
                padding: 11px 7px;
                transition: none;
                width: auto;
                height: 42px;
                vertical-align: middle;
                padding-right: 9px;
            }

            html {
                background-color: #fff;
                font-family: sans-serif;
                -webkit-text-size-adjust: 100%;
                font-size: 12px;
                -webkit-tap-highlight-color: #fff0;
            }

            body {
                margin: 0;
                font-size: 16px;
                line-height: 1.42857143;
                color: #333;
                background-color: #fff;
            }

            footer,
            section {
                display: block;
            }

            [hidden] {
                display: none;
            }

            a {
                background-color: transparent;
                color: #337ab7;
                text-decoration: none;
            }

            b,
            strong {
                font-weight: 700;
            }

            h1 {
                font-weight: 700;
                margin: 0.67em 0;
                font-size: 34px;
                color: #0f172a !important;
                margin-top: 20px;
                margin-bottom: 10px;
                font-family: inherit;
                line-height: 1.1;
                letter-spacing: 1.1px;
            }

            .ft-menu .social .social-button img,
            img {
                border: 0;
            }

            input {
                margin: 0;
                font: inherit;
                color: inherit;
                line-height: normal;
                font-family: inherit;
                font-size: inherit;
            }

            button {
                overflow: visible;
                text-transform: none;
                -webkit-appearance: button;
                cursor: pointer;
                margin: 0;
                font: inherit;
                color: inherit;
            }

            button::-moz-focus-inner,
            input::-moz-focus-inner {
                padding: 0;
                border: 0;
            }

            input[type="checkbox"] {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0;
                margin: 4px 0 0;
                line-height: normal;
            }

            .arrow {
                border: solid #000;
                border-width: 0 3px 3px 0;
                display: inline-block;
                padding: 3px;
            }

            .down {
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
            }

            footer#submain {
                background: #fff;
                max-width: 100%;
                border-top: 1px solid #cbd5e1;
            }

            #submain .footermenu {
                padding-top: 0 !important;
                overflow-x: initial !important;
                white-space: initial !important;
            }

            #submain .footermenu div {
                margin: 10px 0 0;
            }

            #submain .footermenu ul {
                display: inline-block;
                margin-bottom: 0;
                padding-left: 0;
            }

            #submain .footermenu li {
                line-height: 1.42857143;
                padding: 12px 0 !important;
                font-size: 18px !important;
                color: #0f172a;
            }

            #submain .footermenu li a {
                text-transform: capitalize;
                color: #0f172a !important;
                outline: 0;
            }

            #submain .follow {
                font-size: 18px;
                line-height: 36px;
                font-weight: 700;
                padding: 0;
                color: #212121;
                margin: 30px 0 0;
                text-align: left;
            }

            #submain .copyfooter {
                color: #f1f5f9;
                background-color: #0f172a;
            }

            #submain .disclaimer_footer {
                margin: auto;
            }

            #submain .disclaimer_footer p {
                text-align: left;
                font-size: 15px !important;
                line-height: 22px;
                color: #f1f5f9;
                font-weight: 400;
                margin-bottom: 0;
                margin-top: 8px;
            }

            #submain .footermenu .social {
                position: initial;
                width: auto;
                top: auto;
                bottom: auto;
                display: block;
                text-align: left;
                height: auto;
            }

            .copyfooter {
                padding: 30px 0 20px;
            }

            .copyfooter p {
                font-size: 16px;
                line-height: 160%;
            }

            .sis-site {
                background: #fff;
                border-radius: 5px;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
            }

            #submain .footermenu li.sis-li {
                padding: 0 !important;
                width: 150px;
                height: 46px;
                text-align: center;
                vertical-align: top;
                overflow: hidden;
            }

            .sister-logos li {
                display: inline-block;
                border: 1px solid #cbd5e1;
                border-radius: 8px;
                margin: 4px 1px;
            }

            .disclaimer_footer a {
                color: #f1f5f9;
                text-decoration: underline;
            }

            .home-article-title a {
                line-height: 25.8px;
                color: #00910d;
                font-weight: 700;
                font-size: 20px;
                text-decoration: underline;
            }

            .m-pdt-gap {
                margin-bottom: 24px !important;
            }

            .ft-menu .social-button {
                padding-right: 0;
            }

            footer .col-sm-4 {
                width: 33% !important;
            }

            .container {
                display: table;
            }

            .reader-speak .container {
                display: block;
            }

            .swiper-wrapper {
                justify-content: center !important;
                display: inline-flex;
            }

            .home-articles picture img {
                min-height: 180px !important;
                width: 160px !important;
                height: 180px !important;
            }

            .d-flex {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                height: 100%;
            }

            .homeslidercover .swiper-slide img {
                min-height: 437px;
                width: 100%;
            }

            h2,
            h3 {
                color: #0f172a !important;
                font-weight: 700;
            }

            .truncate_content {
                width: 97%;
                display: flex;
                align-items: center;
                background-color: #fff;
                border: 1px solid #00910d;
                box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
                border-radius: 16px;
                padding: 12px 16px;
                min-height: 130px;
                justify-content: center;
            }

            .homeslidercover .story-content,
            .carousel .story-content {
                position: relative !important;
                margin-top: -150px !important;
                letter-spacing: 1.1px;
                font-size: 26px !important;
                color: #333;
                margin: 0 8px;
                text-align: center;
                display: block;
                font-weight: 700;
                line-height: inherit;
            }

            .swiper-pagination {
                display: none;
            }

            .story-content span:after {
                background: 0 !important;
            }

            .follow-count {
                font-size: 18px;
                font-weight: 700;
                color: #00910d;
                letter-spacing: -1px;
                line-height: 29.87px;
                text-align: center;
                vertical-align: middle;
                margin-left: 10px;
            }

            .home-article-title {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-wrap: nowrap;
                flex-direction: row;
                vertical-align: middle;
                border-bottom: 1px solid #cbd5e1;
                padding: 16px 0;
            }

            .social_followers_list {
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f8fafc;
                grid-gap: 130px;
                padding: 25px;
            }

            .facebook-list img {
                width: 14.5px;
                height: 26px;
            }

            .pintrest-list img {
                width: 21px;
                height: 25px;
            }

            .insta-list img {
                width: 25px;
                height: 24.5px;
            }

            .post-content h3 {
                font-weight: 700 !important;
                letter-spacing: 0;
                font-size: 26px !important;
                line-height: 33.6px;
                margin: 4px 0;
                -webkit-line-clamp: 3 !important;
                color: #0f172a;
                display: -webkit-box !important;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .home-article-title h2 {
                font-weight: 700 !important;
                letter-spacing: 0;
                text-transform: uppercase;
                margin: 0;
                line-height: 44.8px;
                font-size: 34px;
            }

            .home-articles {
                display: inline-block;
                margin-top: 40px;
            }

            .category-badge {
                background-color: #fff1f3;
                color: #00910d;
                padding: 4px 8px;
                border-radius: 16px;
                font-size: 16px;
                text-transform: uppercase;
            }

            .home-article-card {
                display: flex;
                margin: 0 0 40px;
                width: 100%;
                align-items: center;
                min-height: 180px;
            }

            .home-reviwer {
                color: #0f172a;
                display: -webkit-box !important;
                -webkit-box-orient: vertical;
                font-size: 18px;
                line-height: 25.6px;
                -webkit-line-clamp: 2;
            }

            .home-reviwer a {
                color: #00910d !important;
            }

            .pdl0,
            .pdr0 {
                padding-right: 0 !important;
                padding-left: 0 !important;
            }

            .pd0 {
                padding: 0 !important;
            }

            .sketch {
                background-color: #00910d;
                color: #fff;
                padding: 8px 16px;
                border-radius: 8px;
                margin: 8px 0;
                display: inline-block;
                text-transform: uppercase;
                font-weight: 700;
            }

            .medical-reviewers {
                background-color: #f0f6ff;
                padding: 40px 0;
                overflow: hidden !important;
            }

            .medical-reviewers p {
                font-size: 20px;
                margin: 20px 0 0;
            }

            .reviewer-profile {
                background-color: #fff;
                display: flex;
                align-items: center;
                border: 1px solid #00910d;
                border-radius: 16px;
                padding: 16px;
                grid-gap: 20px;
                margin: 0 40px 32px 0;
                box-shadow: 0 0 16px rgba(0, 136, 153, 0.16);
            }

            .profile-details a {
                font-size: 20px;
                color: #00910d;
                display: block;
                font-weight: 700;
            }

            .reviewer-details {
                display: block;
                margin: 40px 0;
            }

            .reader-speak {
                background-color: #fff9f3;
                padding: 32px 16px;
                min-height: 500px;
            }

            .reader-speak .reviewer-profile {
                display: block;
                min-height: 340px;
                position: relative;
            }

            .slider-quote {
                margin-bottom: 8px;
            }

            .reader-speak .reviewer-profile p {
                font-size: 18px;
            }

            .speaker-details {
                position: absolute;
                bottom: 1.5em;
            }

            .speaker-line {
                height: 4px;
                width: 52px;
                background-color: #fe5c75;
                display: block;
                margin: 16px 0 8px;
                border-radius: 8px;
            }

            .speaker-name {
                font-size: 22px;
                font-weight: 700;
            }

            .view-all-arrow {
                position: relative;
                vertical-align: bottom;
            }

            .count-reader {
                display: inline-block;
                width: 100%;
                line-height: 150%;
                position: relative;
                margin: 16px 0;
            }

            .count-reader-section {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .crs-1 {
                background-color: #fff;
                overflow: hidden;
                background: url(/wp-content/uploads/static-content/sc-banner-cr-1-bg.svg);
                box-shadow:
                    -5.168182373046875px 5.168182373046875px 5.168182373046875px 0 rgba(204, 204, 204, 0.328) inset,
                    -2.5840911865234375px 2.5840911865234375px 2.5840911865234375px 0 rgba(255,
                        255,
                        255,
                        0.328) inset,
                    5.168182373046875px -5.168182373046875px 5.168182373046875px 0 rgba(255,
                        255,
                        255,
                        0.328) inset,
                    2.5840911865234375px -2.5840911865234375px 2.5840911865234375px 0 rgba(204,
                        204,
                        204,
                        0.328) inset;
                border-radius: 7.97px 7.97px 0 7.97px;
            }

            .crs-1 .crs-cont {
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 0;
                gap: 14px;
                font-weight: 700;
                font-size: 29px;
            }

            .crs-1 .crs-cont span {
                padding: 0;
                line-height: 35.1px;
            }

            .crs-right {
                display: flex;
            }

            .crs-2 {
                border-radius: 7.97px 7.97px 0 0;
                background: rgba(244, 55, 124, 0.1);
                box-shadow:
                    -5.168182373046875px 5.168182373046875px 5.168182373046875px 0 rgba(204, 204, 204, 0.328) inset,
                    -2.5840911865234375px 2.5840911865234375px 2.5840911865234375px 0 rgba(255,
                        255,
                        255,
                        0.328) inset,
                    5.168182373046875px -5.168182373046875px 5.168182373046875px 0 rgba(255,
                        255,
                        255,
                        0.328) inset,
                    2.5840911865234375px -2.5840911865234375px 2.5840911865234375px 0 rgba(204,
                        204,
                        204,
                        0.328) inset;
                margin: 0;
            }

            .crs-3 {
                border-radius: 7.97px 7.97px 0 0;
                background: rgba(0, 187, 211, 0.1);
                box-shadow:
                    -5.168182373046875px 5.168182373046875px 5.168182373046875px 0 rgba(204, 204, 204, 0.328) inset,
                    -2.5840911865234375px 2.5840911865234375px 2.5840911865234375px 0 rgba(255,
                        255,
                        255,
                        0.328) inset,
                    5.168182373046875px -5.168182373046875px 5.168182373046875px 0 rgba(255,
                        255,
                        255,
                        0.328) inset,
                    2.5840911865234375px -2.5840911865234375px 2.5840911865234375px 0 rgba(204,
                        204,
                        204,
                        0.328) inset;
                margin: 0;
            }

            .crs-4 {
                background: rgba(151, 71, 255, 0.1);
                border-radius: 7.97px 7.97px 0 0;
                box-shadow:
                    -5.168182373046875px 5.168182373046875px 5.168182373046875px 0 rgba(204, 204, 204, 0.328) inset,
                    -2.5840911865234375px 2.5840911865234375px 2.5840911865234375px 0 rgba(255,
                        255,
                        255,
                        0.328) inset,
                    5.168182373046875px -5.168182373046875px 5.168182373046875px 0 rgba(255,
                        255,
                        255,
                        0.328) inset,
                    2.5840911865234375px -2.5840911865234375px 2.5840911865234375px 0 rgba(204,
                        204,
                        204,
                        0.328) inset;
                margin: 0;
            }

            .crs-5 {
                background: #d1f4e7;
                border-radius: 7.97px 7.97px 7.97px 0;
                box-shadow:
                    -5.168182373046875px 5.168182373046875px 5.168182373046875px 0 rgba(204, 204, 204, 0.328) inset,
                    -2.5840911865234375px 2.5840911865234375px 2.5840911865234375px 0 rgba(255,
                        255,
                        255,
                        0.328) inset,
                    5.168182373046875px -5.168182373046875px 5.168182373046875px 0 rgba(255,
                        255,
                        255,
                        0.328) inset,
                    2.5840911865234375px -2.5840911865234375px 2.5840911865234375px 0 rgba(204,
                        204,
                        204,
                        0.328) inset;
                margin: 0;
            }

            .crs-cont {
                display: flex;
                flex-direction: column;
            }

            .crs-count .crs-count-num {
                color: #00910d;
                font-weight: 700;
                font-size: 29px;
                line-height: 35.1px;
            }

            .crs-count .crs-count-text {
                font-size: 20px;
                color: #0f172a;
                line-height: 26px;
            }

            .crs-count {
                text-align: center;
                padding: 10px 5px;
                display: flex;
                flex-direction: column;
            }

            .carousel-indicators li {
                display: inline-block;
                width: 10px;
                height: 10px;
                margin: 1px;
                text-indent: -999px;
                cursor: pointer;
                background-color: transparent;
                border: 1px solid #fff;
                border-radius: 10px;
            }

            .clearfix:before,
            .container-fluid:before,
            .container:before,
            .row:before {
                display: table;
                content: " ";
            }

            .clearfix:after,
            .container-fluid:after,
            .container:after,
            .row:after {
                clear: both;
                display: table;
                content: " ";
            }

            .news-wrapper {
                margin-top: 50px;
                padding: 0 20px;
            }

            .carousel-showmanymoveone .carousel-inner .item {
                transition: transform 0.6s ease-in-out;
            }

            .carousel-showmanymoveone .carousel-control {
                width: 45px;
                height: 45px;
                top: 40%;
                transform: translateY(-50%);
                text-align: center;
                padding-top: 8px;
                border-radius: 50%;
                background-image: none !important;
                background: 0;
                border: 0 solid #0f172a;
                color: #0f172a;
                opacity: 1;
            }

            @media (max-width: 768px) {
                .carousel-showmanymoveone .carousel-control {
                    top: 43%;
                }
            }

            .carousel-showmanymoveone .carousel-control.right {
                right: 22px;
                padding-left: 2px;
                font-size: 52px;
            }

            @media (max-width: 768px) {
                .carousel-showmanymoveone .carousel-control.right {
                    right: -17px;
                    padding-left: 2px;
                }
            }

            .carousel-showmanymoveone .carousel-control.left {
                left: -17px;
                padding-right: 2px;
                font-size: 52px;
            }

            .form-group {
                margin-bottom: 15px;
            }

            .has-feedback {
                position: relative;
            }

            .has-feedback .form-control {
                padding-right: 42.5px;
            }

            .form-control-feedback {
                position: absolute;
                top: 0;
                right: 0;
                z-index: 2;
                display: block;
                width: 28px;
                height: 34px;
                line-height: 34px;
                text-align: center;
                pointer-events: all !important;
            }

            .btn {
                display: inline-block;
                padding: 6px 12px;
                margin-bottom: 0;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.42857143;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                -ms-touch-action: manipulation;
                touch-action: manipulation;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                background-image: none;
                border: 1px solid transparent;
                border-radius: 4px;
            }

            .btn-default {
                color: #333;
                background-color: #fff;
                border-color: #ccc;
            }

            .carousel,
            .dropdown {
                position: relative;
            }

            .carousel-inner {
                width: 100%;
                overflow: hidden;
                position: relative;
            }

            .carousel-inner>.item {
                position: relative;
                display: none;
                -webkit-transition: 0.6s ease-in-out left;
                -o-transition: 0.6s ease-in-out left;
                transition: 0.6s ease-in-out left;
            }

            .carousel-inner>.active {
                display: block;
                left: 0;
            }

            .carousel-control {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 15%;
                font-size: 22px;
                color: #fff;
                text-align: center;
                text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
                background-color: transparent;
                filter: alpha(opacity=50);
                opacity: 0.5;
            }

            .carousel-control.left {
                background-image: -webkit-linear-gradient(left,
                        rgba(0, 0, 0, 0.5) 0,
                        rgba(0, 0, 0, 0.0001) 100%);
                background-image: -o-linear-gradient(left,
                        rgba(0, 0, 0, 0.5) 0,
                        rgba(0, 0, 0, 0.0001) 100%);
                background-image: -webkit-gradient(linear,
                        left top,
                        right top,
                        from(rgba(0, 0, 0, 0.5)),
                        to(rgba(0, 0, 0, 0.0001)));
                background-image: linear-gradient(to right,
                        rgba(0, 0, 0, 0.5) 0,
                        rgba(0, 0, 0, 0.0001) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
                background-repeat: repeat-x;
            }

            .carousel-control.right {
                right: 0;
                left: auto;
                background-image: -webkit-linear-gradient(left,
                        rgba(0, 0, 0, 0.0001) 0,
                        rgba(0, 0, 0, 0.5) 100%);
                background-image: -o-linear-gradient(left,
                        rgba(0, 0, 0, 0.0001) 0,
                        rgba(0, 0, 0, 0.5) 100%);
                background-image: -webkit-gradient(linear,
                        left top,
                        right top,
                        from(rgba(0, 0, 0, 0.0001)),
                        to(rgba(0, 0, 0, 0.5)));
                background-image: linear-gradient(to right,
                        rgba(0, 0, 0, 0.0001) 0,
                        rgba(0, 0, 0, 0.5) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
                background-repeat: repeat-x;
            }

            .carousel-indicators .active {
                width: 12px;
                height: 12px;
                margin: 0;
                background-color: #fff;
            }

            @media (min-width: 1200px) {
                .container {
                    width: 1170px !important;
                }

                .col-lg-12 {
                    width: 100%;
                    float: left;
                }

                .col-lg-8 {
                    width: 66.66666667%;
                    float: left;
                }

                .col-lg-6 {
                    width: 50%;
                    float: left;
                }

                .col-lg-4 {
                    width: 33.33333333%;
                    float: left;
                }
            }

            @media (min-width: 992px) {
                .carousel-showmanymoveone .carousel-inner>.active {
                    left: 0;
                }

                .col-md-12 {
                    width: 100%;
                    float: left;
                }

                .col-md-8 {
                    width: 66.66666667%;
                    float: left;
                }

                .col-md-6 {
                    width: 50%;
                    float: left;
                }

                .col-md-4 {
                    width: 33.33333333%;
                    float: left;
                }
            }

            @media all and (min-width: 992px) and (transform-3d),
            all and (min-width: 992px) and (-webkit-transform-3d) {
                .carousel-showmanymoveone .carousel-inner>.item.active {
                    -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                    left: 0;
                }
            }

            @media (min-width: 768px) {

                .homeslidercover .story-content,
                .carousel .story-content {
                    max-height: -webkit-fill-available !important;
                    font-size: 24px;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow-y: hidden;
                    overflow: hidden;
                    min-height: 70px;
                    padding: 0 1rem;
                }

                .truncate_content {
                    padding: 8px 11px;
                }

                .carousel-indicators {
                    bottom: 20px;
                }

                .carousel-showmanymoveone .carousel-inner>.active {
                    left: 0;
                }

                .container {
                    width: 750px;
                }
            }

            @media all and (min-width: 768px) and (transform-3d),
            all and (min-width: 768px) and (-webkit-transform-3d) {
                .carousel-showmanymoveone .carousel-inner>.item.active {
                    -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                    left: 0;
                }
            }

            @media (max-width: 1280px) {
                .top-nav {
                    padding: 26px 12px;
                }

                .containergod.container {
                    padding-top: 0;
                }

                .menu-2 {
                    grid-gap: 26px;
                }

                .crs-count {
                    padding: 11px 13px;
                }
            }

            @media (max-width: 1050px) {
                .mobonly {
                    display: block;
                }

                .menu-button,
                .menu-button::after,
                .menu-button::before {
                    display: block;
                    height: 2px;
                    width: 22px;
                }

                .top-nav {
                    padding: 16px 12px;
                    z-index: 102;
                    width: 100%;
                    background-color: #fff;
                }

                .menu-button-container {
                    display: flex;
                    height: 30px;
                    width: 30px;
                    z-index: 102;
                    margin: 0;
                }

                .down-arrow {
                    display: none;
                    color: #0f172a;
                    font-size: 20px;
                    position: absolute;
                    right: 1em;
                    top: 14px;
                }

                .menu {
                    position: absolute;
                    top: 0;
                    margin-top: 70px;
                    left: auto;
                    width: 100%;
                    right: 0;
                    display: block;
                    z-index: 100;
                }

                #menu-toggle~.menu {
                    height: 0;
                    margin: 0;
                    padding: 0;
                    border: 0;
                    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
                    display: none;
                }

                .menu-2 {
                    background-color: #fff;
                    right: 0;
                    height: 100%;
                    padding-top: 0;
                    display: block;
                    width: 100%;
                }

                .menu-2 .mobonly img {
                    height: auto;
                    width: 229px;
                }

                .menu-2 li {
                    color: #fff;
                    border-bottom: 1px solid #cbd5e1;
                    height: auto;
                    padding: 0 !important;
                    background-color: #fff;
                }

                .menu-2>li {
                    display: block;
                    width: 100%;
                    justify-content: center;
                    margin: 0;
                    padding: 0.5em 0;
                }

                .menu-2 a {
                    text-transform: capitalize;
                    font-weight: 700;
                    display: inline-block;
                    padding: 16px 15px;
                }

                .sub-menu {
                    position: relative;
                    border-radius: 0;
                    box-shadow: none;
                    width: auto;
                    padding: 0;
                    margin: 0;
                    background-color: #fff1f3;
                }

                .menu-2 .sub-menu li a {
                    font-size: 18px;
                    font-weight: 400;
                    display: inline-block;
                }

                .sub-menu li:nth-last-child(1) {
                    border-bottom: none !important;
                }

                .sub-menu li {
                    border-radius: 0;
                    padding: 10px 0 !important;
                    border: 0 !important;
                    background-color: #fff1f3;
                    margin: 0;
                }

                .sub-menu li a {
                    padding: 0 24px;
                }

                .menu-2 li:after {
                    background: 0;
                }

                .menu-2 li.mobonly {
                    padding: 18px 0 18px 16px !important;
                    border-bottom: 1px solid #0f172a;
                }

                .sub-menu li:nth-child(1) {
                    border-top: 1px solid #cbd5e1 !important;
                }

                .sub-menu-2 {
                    display: block;
                }

                .sub-menu li .sub-menu-2 {
                    display: block;
                    position: relative;
                    width: fit-content;
                    left: 15px;
                    box-shadow: none;
                    margin-top: 0;
                    margin-left: 0;
                    color: #0f172a;
                    padding-top: 10px;
                    list-style: none;
                    padding-left: 40px;
                }

                .sub-menu-2 li:nth-child(1) {
                    border-top: 0 !important;
                }

                .sub-menu-2 li {
                    padding: 3px 0 !important;
                }

                .sub-menu-2 li a {
                    padding: 0;
                }

                .nodropdown-nails .down-arrow,
                .nodropdown-shopping .down-arrow,
                .nodropdown-tools .down-arrow {
                    display: none;
                }

                li.nodropdown-nails a,
                li.nodropdown-shopping a,
                li.nodropdown-tools a {
                    width: 100%;
                }

                footer .col-sm-4 {
                    width: 33% !important;
                }

                .home-articles {
                    margin-top: 20px;
                }

                .reader-speak {
                    min-height: 500px;
                }

                .reader-speak .reviewer-profile {
                    min-height: 370px;
                }

                .medical-reviewers .reviewer-profile {
                    min-height: 150px;
                    padding: 8px;
                    grid-gap: 10px;
                    margin: 0 10px 15px 0;
                }

                .profile-pic {
                    min-width: 80px;
                }

                .home-article-card {
                    min-height: auto;
                    margin: 20px 0 8px;
                }

                .pdr0 {
                    padding-left: 26px !important;
                }
            }

            @media (max-width: 1024px) {
                #homeslider .homeslidercover .swiper-slide {
                    width: 50% !important;
                    height: 100% !important;
                    left: 25%;
                }

                #homeslider .homeslidercover .swiper-slide img {
                    max-height: 500px;
                }

                .crs-1 .crs-cont {
                    padding: 13px 0;
                }
            }

            @media (max-width: 991px) {
                .home-articles .row {
                    margin: 0;
                }

                .category-badge {
                    padding: 4px;
                }

                .swiper-pagination {
                    display: block;
                    padding: 20px;
                }

                .follow-count {
                    margin-left: 5px;
                }

                .social_followers_list {
                    grid-gap: 34px;
                }

                .home-article-card {
                    gap: 16px;
                    margin: 20px 7px 0;
                }

                .pdr0 {
                    padding-left: 0 !important;
                }

                .home-article-card img {
                    width: 172px;
                    height: auto;
                    max-width: 100%;
                }

                .reader-speak .reviewer-profile {
                    min-height: 350px;
                    margin: 0 0 20px;
                }

                .home-article-title h2 {
                    font-size: 26px;
                    line-height: 140%;
                }

                .post-content h3 {
                    font-size: 18px !important;
                    line-height: 22.6px;
                    display: -webkit-box !important;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                }

                .post-content {
                    margin: 20px 0 0;
                    min-height: 140px;
                }

                .medical-reviewers .reviewer-profile {
                    margin: 10px;
                    flex-direction: column;
                    text-align: center;
                    justify-content: center;
                    min-height: 160px;
                }

                .home-article-title a,
                .profile-details a {
                    font-size: 14px;
                }

                .home-reviwer {
                    line-height: 19.2px;
                    display: -webkit-box !important;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    font-size: 14px;
                }

                .reader-speak {
                    min-height: 470px;
                }

                .medical-reviewers p {
                    font-size: 18px;
                }

                .sketch {
                    font-size: 14px;
                }

                .m-pdl0 {
                    padding-left: 0 !important;
                }

                .crs-count {
                    padding: 3px 15px;
                }

                .crs-1 .crs-cont {
                    padding: 0;
                    align-items: flex-end;
                }

                .crs-1 .crs-cont span:nth-child(2) {
                    padding: 7px 0;
                }
            }

            @media (max-width: 820px) {
                .count-reader-section {
                    flex-direction: column;
                    background: #fff;
                }

                .crs-1 {
                    position: relative;
                    width: 100%;
                    text-align: center;
                    margin-left: 0;
                    border-radius: 0;
                    transform: initial;
                }

                .crs-cont {
                    transform: initial;
                }

                .crs-1 .crs-cont span {
                    line-height: 30px;
                }

                .crs-1 .crs-cont,
                .crs-count .crs-count-num {
                    font-size: 25px;
                }

                .crs-right {
                    flex-wrap: wrap;
                    padding: 0;
                }

                .crs-2,
                .crs-3,
                .crs-4,
                .crs-5 {
                    flex: 0 0 50%;
                    margin: 0;
                    border-radius: 0;
                }

                .crs-count .crs-count-text {
                    font-size: 16px;
                    line-height: 18px;
                }

                .crs-count {
                    text-align: center;
                    padding: 5px 22px 15px 5px;
                }
            }

            @media (max-width: 768px) {
                .container {
                    display: block;
                }

                .swiper-wrapper {
                    justify-content: start !important;
                }

                .sister-logos {
                    text-align: center;
                }

                .sis-li {
                    border-bottom: 1px solid #cbd5e1 !important;
                }

                body .copyfooter .containergod.container {
                    padding-top: 0 !important;
                }

                .nav-ft.pd0 {
                    display: inline-block;
                    width: 33%;
                    padding: 0;
                }

                .m-pdl16 {
                    padding-left: 24px;
                }

                #submain {
                    padding: 0;
                }

                footer#submain .container.containergod {
                    padding-top: 70px;
                }

                #submain .footermenu div.follow {
                    margin: 0 0 1rem;
                }

                .copyfooter {
                    padding: 1em 0;
                }

                #submain .footermenu li {
                    text-align: left;
                    padding: 10px 0;
                    font-size: 14.6px !important;
                }

                #submain .footermenu div {
                    text-align: center;
                    text-transform: capitalize;
                }

                #submain .footermenu .social {
                    text-align: left !important;
                    display: inline-block;
                }

                #submain .footermenu div strong {
                    display: block;
                    font-size: 17px;
                    line-height: normal;
                }

                #submain .disclaimer_footer {
                    width: 100%;
                }

                .copyfooter p {
                    padding: 0 15px;
                }

                .reader-speak .reviewer-profile {
                    min-height: 350px;
                }

                .reader-speak {
                    min-height: 420px;
                }
            }

            @media (max-width: 575px) {
                .top-nav {
                    justify-content: center;
                    padding: 16px 12px;
                    align-items: self-end;
                    position: relative;
                }

                .menu-button-container {
                    display: flex;
                    height: 20px;
                    width: 20px;
                    z-index: 102;
                    position: absolute;
                    right: 18px;
                    top: 18px;
                }

                footer .col-xs-6 {
                    width: 49% !important;
                }

                .mobile-top {
                    position: absolute;
                    margin-top: -100% !important;
                    width: 100%;
                }

                .nav-ft.pd0 {
                    width: 49%;
                }

                .ft-menu .social .social-button img {
                    margin-right: 0;
                }

                footer .col-xs-12 {
                    width: 100% !important;
                }

                #submain .footermenu li {
                    display: block !important;
                }

                #submain .footermenu li.sis-li {
                    display: inline-block !important;
                    width: 156px;
                }

                body #submain .m-pdt-gap {
                    padding: 5em 16px 12px !important;
                }

                .sister-logos {
                    text-align: center;
                    width: 100%;
                }

                .medical-reviewers .reviewer-profile {
                    min-height: 180px;
                    display: block;
                    padding: 16px 8px;
                }

                .homeslidercover .swiper-slide img {
                    min-height: 460px;
                }

                #homeslider .homeslidercover .swiper-slide {
                    width: 100% !important;
                    left: 0;
                }

                .home-article-card {
                    display: inline-block;
                    margin: 20px 7px 0;
                }

                .home-article-card img {
                    width: 172px;
                    height: auto;
                    max-width: 100%;
                }

                .category-badge {
                    padding: 4px;
                }

                .home-reviwer {
                    font-size: 14px;
                    line-height: 19.2px;
                    display: -webkit-box !important;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                }

                .crs-right {
                    padding: 0;
                }

                .crs-1 .crs-cont span:nth-child(2) {
                    padding-right: 10px;
                }
            }

            @media (max-width: 480px) {

                .swiper-slide,
                .swiper-wrapper {
                    position: relative;
                    width: 100%;
                    height: 100%;
                }

                .swiper-slide {
                    -webkit-flex-shrink: 0;
                    -ms-flex: 0 0 auto;
                    flex-shrink: 0;
                    width: 100%;
                    height: 100%;
                    position: relative;
                }

                .swiper-wrapper {
                    z-index: 1;
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-transition-property: -webkit-transform;
                    -moz-transition-property: -moz-transform;
                    -o-transition-property: -o-transform;
                    -ms-transition-property: -ms-transform;
                    transition-property: transform;
                    -webkit-box-sizing: content-box;
                    -moz-box-sizing: content-box;
                    box-sizing: content-box;
                    -webkit-transform: translate3d(0, 0, 0);
                    -moz-transform: translate3d(0, 0, 0);
                    -o-transform: translate(0, 0);
                    -ms-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                    position: relative;
                    width: 100%;
                    height: 100%;
                }
            }

            @media (max-width: 370px) {
                .mobile-top {
                    margin-top: -20.5em !important;
                }

                #submain .footermenu li {
                    padding: 12px 0 !important;
                }

                .post-content {
                    margin: 20px 0 0;
                    min-height: 155px !important;
                }
            }

            @media (max-width: 360px) {
                .reader-speak .reviewer-profile {
                    min-height: 430px;
                }

                .home-article-card {
                    min-height: 345px;
                }
            }

            @media (max-width: 321px) {
                .reader-speak .reviewer-profile {
                    min-height: 460px;
                }
            }

            @media (transform-3d),
            (-webkit-transform-3d) {
                .carousel-inner>.item {
                    -webkit-transition: -webkit-transform 0.6s ease-in-out;
                    -o-transition: -o-transform 0.6s ease-in-out;
                    transition: transform 0.6s ease-in-out;
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -webkit-perspective: 1000px;
                    perspective: 1000px;
                }

                .carousel-inner>.item.active {
                    left: 0;
                    -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                }
            }

            .full-w-container .carousel {
                position: relative;
                box-shadow: 0 1px 6px rgba(0, 0, 0, 0.64);
            }

            .sc-mobile-slider .carousel-inner {
                position: relative;
                overflow: hidden;
                width: 100%;
            }

            .carousel-open:checked+.carousel-item {
                position: static;
                opacity: 100;
            }

            .carousel-item {
                position: absolute;
                opacity: 0;
                -webkit-transition: opacity 0.6s ease-out;
                transition: opacity 0.6s ease-out;
            }

            .carousel-item img {
                display: block;
                height: auto;
                max-width: 100%;
            }

            .carousel-control-new {
                background: rgba(0, 0, 0, 0.28);
                border-radius: 50%;
                color: #fff;
                cursor: pointer;
                display: none;
                font-size: 42px;
                height: 40px;
                line-height: 35px;
                position: absolute;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                cursor: pointer;
                -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
                text-align: center;
                width: 40px;
                z-index: 10;
                padding: 0;
            }

            .carousel-control-new.prev-slide {
                left: 2%;
            }

            .carousel-control-new.next-slide {
                right: 2%;
            }

            .carousel-control-new:hover {
                background: rgba(0, 0, 0, 0.8);
                color: #aaa;
            }

            #carousel-1:checked~.control-1,
            #carousel-2:checked~.control-2,
            #carousel-3:checked~.control-3 {
                display: block;
            }

            .carousel-bullet {
                color: #fff;
                cursor: pointer;
                display: block;
                font-size: 37px;
            }

            .carousel-bullet:hover {
                color: #aaa;
            }

            #carousel-1:checked~.control-1~.carousel-indicators li:nth-child(1) .carousel-bullet,
            #carousel-2:checked~.control-2~.carousel-indicators li:nth-child(2) .carousel-bullet,
            #carousel-3:checked~.control-3~.carousel-indicators li:nth-child(3) .carousel-bullet {
                color: #428bca;
            }

            .swiper-wrapper {
                display: flex !important;
            }

            .full-w-container {
                min-height: 470px;
            }

            @media (max-width: 768px) {
                .full-w-container {
                    min-height: 460px;
                }

                .sc-mobile-slider {
                    display: block;
                }

                .home-banner-desktop {
                    display: none;
                }
            }

            @media (min-width: 769px) {
                .sc-mobile-slider {
                    display: none;
                }

                .home-banner-desktop {
                    display: block;
                }
            }

            /*]]>*/
        