/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #07B5F3;
    --secondary: #E5801F;

}

html {
    scroll-behavior: smooth;
    height: 100%;
}




body {
    position: relative;
    background: #F5F5F5;
    overflow-x: hidden;
    height: 100%;
    --font-Open-Sans: "Open Sans", sans-serif;
    font-family: "Roboto", sans-serif;

}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: "Oswald", sans-serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* PRELOADER */

/* Theme Btn Css Start */

.themeBtn {
    color: var(--white);
    background: #222222;
    font-weight: 600;
    display: inline-block;
    padding: 0.9375rem 4.5em;
    border-radius: 100px;
    font-size: 1.25rem;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.themeBtn:hover {
    background: var(--secondary);
    color: var(--white);
}

/* Theme Btn Css End */

/* Main Banner Css Start */

.mainBanner {
    background: url(../images/mainBanner.png)center/cover fixed;
    height: 922px;
}

.bannerContent h1 {
    text-transform: uppercase;
    color: #222222;
    font-weight: 500;
    font-size: 4.5rem;
}

.bannerContent h2 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 1.875rem;
    margin-bottom: 1.75rem;
}

.bannerContent {
    margin-top: 5.625rem;
}

.bannerPaths img {
    position: absolute;
}

.path1 {
    right: 0;
    bottom: 2px;
    z-index: 1;
}

.path2 {
    bottom: -3.3rem;
    left: 8rem;
}

.path3 {
    bottom: 0.625rem;
    left: 16%;
}

/* Main Banner Css End */

/* Lab Sec Css Start */

.labSec {
    background: url(../images/labBg.png) no-repeat;
    background-size: 100% 100%;
    padding: 9.0625rem 0 10.625rem 0;
    margin-top: -3rem;
    z-index: 1;
}

.labContent h3 {
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 2.125rem;
    font-weight: 500;
}

.labContent p {
    color: var(--white);
    margin: 0;
    font-size: 1.75rem;
    font-style: italic;
}

/* Lab Sec Css End */

/* Natural Sec Css Start */

.naturalSec {
    padding: 5rem 0 6.25rem 0;
}

.naturalPath {
    position: absolute;
    top: -4rem;
    left: -1rem;
    z-index: -1;
}

.secHeading {
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #222222;
    font-weight: 500;
}

.naturalContent span {
    color: var(--primary);
    font-weight: 500;
    display: block;
    margin-bottom: 0.625rem;
    font-size: 1.35rem;
}

.naturalContent p {
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
}

.naturalContent img {
    margin: 0.625rem 0 1rem 0;
}

/* Natural Sec Css End */

/* Clinical Sec Css Start */

.clinicalSec {
    padding: 6.25rem 0 7.5rem 0;
    background: #76CCDF;
    z-index: 1;
}

.mainHeading {
    font-size: 3.125rem;
    text-transform: uppercase;
    color: #222222;
    font-weight: 500;
}

.clinicalImage img {
    width: 100%;
    box-shadow: 0 15px 26px 0 rgb(173 185 202 / 17%);
}

.clinicalImage {
    margin-top: 3.125rem;
}

.clinicalBox {
    background: var(--white);
    box-shadow: 0 10px 32px 0 rgb(0 0 0 / 6%);
    padding: 7.5rem 1.875rem 1.875rem 1.875rem;
    min-height: 370px;
    margin-top: 5rem;
    position: relative;
}

.clinicalBox figure {
    background: #203388;
    width: 170px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 32px 0 rgb(0 0 0 / 6%);
    position: absolute;
    top: -2.5rem;
}

.clinicalBox figure h3 {
    color: var(--white);
    text-transform: uppercase;
    margin: 0.75rem 0 0 0;
    font-size: 1.25rem;
}

.clinicalBox figure h3 span {
    font-size: 0.875rem;
    display: block;
}

.clinicalBox p {
    color: #333333;
    margin: 1.625rem 0 0 0;
}

.clinicalBox p a {
    color: var(--primary);
    word-break: break-all;
}

/* Clinical Sec Css End */

/* Acid Sec Css Start */

.acidSec {
    /* background: #EFEFEF;
    padding: 7rem 0 10rem 0; */
    background: url(../images/helpBg.png)no-repeat;
    background-size: 100% 100%;
    padding: 10rem 0 10rem 0;
    margin-top: -4rem;
}

.acidboxOne figure img {
    width: 100%;
    margin-bottom: 1rem;
}

.acidboxOne span {
    color: var(--white);
    display: block;
    font-weight: 500;
    margin: 1rem 0;
}

.acidboxOne h2 {
    color: var(--white);
    text-transform: uppercase;
}

.acidboxOne p {
    color: var(--white);
    font-size: 1.125rem;
    margin: 0;
    line-height: 1.75;
}

/* Acid Sec Css End */

/* Information Sec Css Start */

.informationSec {
    margin-top: -5rem;
}

.informationHeading {
    background: url(../images/infoHead.png)no-repeat;
    padding: 3.75rem 0;
    margin-top: -2.5rem;
    background-size: 100% 100%;
}

.informationSec .container-fluid.p-0 {
    padding: 3.125rem 5rem 4.375rem 5rem !important;
}

.informationBox {
    border: 1px solid #C7C7C7;
    border-radius: 30px;
    padding: 2.5rem 30px;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 100%;
}

.informationBox h3 {
    font-size: 1.625rem;
    color: var(--secondary);
    text-transform: uppercase;
    font-weight: 500;
    margin: 1rem 0 0 0;
}

.informationBox figure {
    text-align: center;
}

.informationBox p {
    color: #333333;
    flex: 1;
    margin: 0;
}

.informationSec .col-md-3 {
    padding: 0 4px;
}

/* Information Sec Css End */

/* Stages Sec Css Start */

.stagesSec {
    padding: 6.875rem 0 9.375rem 0;
    background: #EFEFEF;
}

.stagesSec .mainHeading,
.helpSec .mainHeading,
.differenceSec .mainHeading,
.testimonialSec .mainHeading {
    color: var(--black);
    font-weight: 600;
}

[class^=box-] {
    display: none;
}

[class^=box-].showfirst {
    display: block;
}

.tabsPack {
    display: flex;
    text-align: center;
    justify-content: space-between;
    margin-top: 3.75rem;
}

.stageOne figure {
    border: 7px solid #064D8F;
    width: 95px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 100%;
    margin: 0 auto 1rem;
    position: relative;
}

.stageOne figure:before {
    content: "";
    position: absolute;
    background: #064D8F;
    width: 3px;
    height: 30px;
    bottom: -2rem;
    left: 0;
    right: 0;
    margin: auto;
}

.stageBox {
    background: #064D8F;
    width: 260px;
    height: 140px;
    display: grid;
    place-items: center;
    clip-path: polygon(84% 0, 100% 50%, 85% 100%, 0% 100%, 12% 50%, 0% 0%);
}

.stageBox span {
    color: var(--white);
    font-weight: 600;
    font-size: 1.25rem;
}

.tabsPack a:nth-child(2) .stageOne figure {
    border-color: #4C54A8;
}

.tabsPack a:nth-child(2) .stageOne figure:before,
.tabsPack a:nth-child(2) .stageOne .stageBox {
    background: #4C54A8;
}

.tabsPack a:nth-child(3) .stageOne figure {
    border-color: #0081AF;
}

.tabsPack a:nth-child(3) .stageOne figure:before,
.tabsPack a:nth-child(3) .stageOne .stageBox {
    background: #0081AF;
}

.tabsPack a:nth-child(4) .stageOne figure {
    border-color: #09B19E;
}

.tabsPack a:nth-child(4) .stageOne figure:before,
.tabsPack a:nth-child(4) .stageOne .stageBox {
    background: #09B19E;
}

.tabsPack a:nth-child(5) .stageOne figure {
    border-color: #8BC904;
}

.tabsPack a:nth-child(5) .stageOne figure:before,
.tabsPack a:nth-child(5) .stageOne .stageBox {
    background: #8BC904;
}

.tabsPack a:nth-child(6) .stageOne figure {
    border-color: #FF9D00;
}

.tabsPack a:nth-child(6) .stageOne figure:before,
.tabsPack a:nth-child(6) .stageOne .stageBox {
    background: #FF9D00;
}

.infoContent {
    text-align: center;
    margin-top: 6.25rem;
}

.infoContent p {
    color: var(--black);
    font-size: 2.1875rem;
    font-style: italic;
    width: 61%;
    margin: 0 auto 2.2rem;
}

.infoContent h4 {
    margin: 0;
    color: var(--black);
    font-weight: 400;
    font-size: 2.1875rem;
}

/* Stages Sec Css End */

/* Help Sec Css Start */

.helpSec {
    background: url(../images/helpBg.png)no-repeat;
    background-size: 100% 100%;
    padding: 7.5rem 0 10.625rem 0;
    margin-top: -5rem;
}

.helpWraps {
    margin-top: 3.125rem;
}

.helpWraps figure img {
    width: 100%;
}

.helpWraps h3 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.875rem;
    margin: 2rem 0 1.25rem 0;
}

.helpWraps p {
    color: var(--white);
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.75;
}

/* Help Sec Css End */

/* Difference Sec Css Start */

.differenceSec {
    padding: 3.125rem 0 7.5rem 0;
}

.differenceSec .mainHeading {
    margin-bottom: 3.125rem;
}

.differenceBox {
    background: var(--white);
    box-shadow: 0 10px 32px 0 rgb(0 0 0 / 6%);
    padding: 3.125rem 1.875rem;
    height: 100%;
}

.differenceBox h3 {
    color: var(--secondary);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.875rem;
    margin: 0;
}

.differenceBox h3 span {
    color: var(--black);
}

.differenceBox ul {
    list-style: disc;
    list-style-position: inside;
    margin: 1.25rem 0 1.5625rem 0;
}

.differenceBox ul li {
    font-size: 21px;
    color: #333333;
}

.differenceBox ul li+li {
    margin-top: 6px;
}

.differenceBox p {
    text-align: center;
    margin: 0;
    font-size: 1.5rem;
    color: var(--primary);
    font-weight: 500;
    font-weight: bold;
}

.differenceBox2 p {
    color: var(--secondary);
}

.differenceBtn {
    margin-top: 2.5rem;
}

/* Difference Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
    background: url(../images/testimonialBg.png)no-repeat;
    background-size: 100% 100%;
    padding: 6rem 0 7.5rem 0;
}

.testimonialSlider {
    padding: 3.75rem 0 5rem 0;
}

.testimonialWraps ul {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.testimonialWraps ul li {
    color: #FAA432;
}

.testimonialWraps p {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 500;
    font-style: italic;
    width: 64%;
    margin: 50px auto;
    line-height: 1.75;
}

.testimonialWraps h3 {
    margin: 1rem 0 0 0;
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.testimonialSlider .swiper-pagination-bullet {
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    opacity: 60%;
    transition: 0.5s ease;
}

.testimonialSlider .swiper-pagination-bullet-active {
    width: 20px;
    height: 10px;
    background: #FFFFFF;
    opacity: 100%;
    border-radius: 50px;
}

.testimonialSec .swiper-button-next:after,
.testimonialSec .swiper-button-prev:after {
    display: none;
}

.testimonialSec .swiper-button-next,
.testimonialSec .swiper-button-prev {
    color: var(--white);
    font-size: 3rem;
    background: rgb(13 155 77 / 30%);
    width: 55px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 100%;
}

.testimonialSec .swiper-button-next i {
    margin-left: -3rem;
}

.testimonialSec .swiper-button-prev i {
    margin-right: -3rem;
}

.testimonialWraps img {
    border-radius: 100%;
}

/* Testimonial Sec Css End */

/* Secure Sec Css Start */

.secureContent h2 {
    font-style: italic;
}

.secureContent h3 {
    font-size: 1.875rem;
    text-transform: uppercase;
    color: #222222;
}

.secureContent {
    margin-bottom: 2.5rem;
}

/* Secure Sec Css End */

/* Order Sec Css Start */

.orderSec {
    background: #07B5F3;
    background: linear-gradient(to right, #07B5F3 50%, #DD8200 50%);
    padding: 5.625rem 0;
}

.orderBox {
    text-align: center;
    position: relative;
}

.orderBox * {
    color: var(--white);
}

.orderBox h2 {
    font-style: italic;
}

.orderBox h3,
.orderBox h5 {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 400;
}

.orderBox h4 {
    font-size: 6.25rem;
    font-weight: bold;
    font-family: 'Oswald';
    margin-top: 2.5rem;
}

.orderBox h4 span {
    font-weight: 400;
}

.orderBox h5 {
    font-family: 'Oswald';
    margin-bottom: 3.5rem;
}

.orderImg1 {
    position: absolute;
    bottom: -3rem;
    right: 2rem;
}

.orderImg2 {
    position: absolute;
    bottom: -6rem;
    right: -8rem;
}

/* Order Sec Css End */

/* Rank Sec Css Start */

.rankSec {
    padding: 5rem 0;
}

.rankContent h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3rem;
    color: #DD8200;
}

.rankContent h2 span {
    color: #222222;
}

.rankContent p {
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.75;
    margin: 0;
    width: 86%;
}

.rankContent img {
    margin: 0.875rem 0 2.5rem 0;
}

/* Rank Sec Css End */

/* News Letter Sec Css Start */

.newsletterSec {
    padding: 6.25rem 0 9rem 0;
    background: url(../images/newsletterBg.png)no-repeat;
    background-size: 100% 100%;
}

.newsletterHeading h2 {
    font-weight: 600;
}

.newsletterHeading h3,
.newsWraps h3 {
    text-transform: uppercase;
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 400;
}

.ourVision {
    margin: 3rem 0 0 4rem;
}

.ourVision h3 {
    text-transform: uppercase;
    color: var(--secondary);
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.ourVision ul {
    list-style: disc;
    list-style-position: inside;
    width: 100%;
}

.ourVision ul li,
.ourVision p {
    color: var(--white);
    font-size: 1.125rem;
}

.ourVision p {
    margin: 2rem 0 0 0;
}

.ourVision p {
    width: 73%;
}

.newsletterSec .row+.row {
    margin-top: 7.5rem;
}

.newsWraps input {
    border: unset;
    outline: unset;
    box-shadow: unset;
    height: 55px;
    background: #F5F5F5;
    border-radius: unset;
    width: 100%;
    padding-left: 1.5rem;
    color: #6D6D6D;
}

.newsWraps input::placeholder {
    color: #6D6D6D;
}

.newsWraps button {
    background: var(--secondary);
    border: unset;
    color: var(--white);
    width: 100%;
    padding: 0.9375rem 0;
    font-weight: bold;
    outline: unset;
    border: unset;
}

.newsWraps button:hover {
    background: var(--primary);
}

.newsForm {
    margin-top: 3.125rem;
}

/* News Letter Sec Css End */

/* Footer Css Start */

footer {
    background: url(../images/footerBg.png)top no-repeat;
    padding-top: 8rem;
    margin-top: -6rem;
    background-size: 100% 100%;
}

.footLogo p {
    color: var(--white);
    margin: 1.75rem 0;
}

.footLogo ul {
    display: flex;
    gap: 0.625rem;
    margin-top: 2rem;
}

.footLogo ul li a {
    background: #1B1B1B;
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: var(--white);
}

.footLogo ul li a:hover {
    background: var(--primary);
    color: var(--white);
}

footer h3 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.25rem;
    letter-spacing: 0.4px;
    font-weight: 500;
    margin-bottom: 1.875rem;
}

.list li a {
    color: var(--white);
    font-size: 1.125rem;
    text-transform: capitalize;
}

.list li a:hover,
.contactInfo ul li a:hover {
    color: var(--primary);
}

.list li+li {
    margin-top: 0.625rem;
}

.contactInfo p {
    color: var(--white);
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
}

.contactInfo ul li a {
    color: var(--white);
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.contactInfo ul li a i {
    color: var(--primary);
}

.contactInfo ul li+li {
    margin-top: 0.75rem;
}

.copyRight {
    padding: 1.5625rem 0;
    border-top: 1px solid #262626;
    margin-top: 4rem;
}

.copyRight p {
    color: var(--white);
    margin: 0;
}

/* Footer Css End */

/* SEARCH BAR CSS */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    outline: unset !important;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
}


/* !SEARCH BAR CSS */

/* !OTHER PAGES CSS */

.breadcrumb-section.service-page {
    background-image: url('../images/sub-banner-1.png');
    height: 570px;
}

.breadcrumb-section.service-page-2 {
    background-image: url('../images/sub-banner-1.png');
    height: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-section.service-page .symptoms {
    margin-top: 95px;
}

.service-page-inner-content.symptoms {
    padding-bottom: 198px;
}

.breadcrumb-section.service-page h2 {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 72px;
    line-height: 81.36px;
    text-transform: uppercase;
    color: #222222;
}

.breadcrumb-section.service-page-2 h2 {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 72px;
    line-height: 81.36px;
    text-transform: uppercase;
    color: #222222;
}

.breadcrumb-section.service-page.refiefBanner {
    padding-top: 60px;
}

.breadcrumb-section.service-page .older-couple-jogging {

    height: 570px;
}

.breadcrumb-section.service-page img.older-couple-jogging-a {
    position: absolute;
    bottom: 0;
    left: 0;
}

.breadcrumb-section.service-page img.older-couple-jogging-b {
    position: absolute;
    bottom: -7%;
    right: 0;
}

.service-page-inner-content {
    margin-top: 61px;
    margin-bottom: 160px;
}

.service-page-inner-content p.periPheral-desc {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    text-align: center;
}

.service-page-inner-content .informationSec {
    padding: 0;
    margin-top: 87px;
    margin-bottom: 87px;
}

.breadcrumb-section.service-page .symptoms img.older-couple-jogging-b {
    right: 90px;
}

.service-page-inner-content.symptoms .informationHeading {
    z-index: 1111;
    position: relative;
}

.service-page-inner-content.symptoms ul {
    margin-left: 20px;
}

.service-page-inner-content.symptoms ul li {
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    color: #333333;
    text-transform: capitalize;
    list-style: disc;
    margin-bottom: 20px;
}

.breadcrumb-section.service-page .refief {
    margin-top: 95px;
}

.breadcrumb-section.service-page img.refief-a {
    position: absolute;
    bottom: 0;
    right: -145px;
}

.breadcrumb-section.service-page img.refief-b {
    position: absolute;
    bottom: -50px;
    left: 0;
}

.service-page-inner-content.refief .informationHeading {
    z-index: 11;
    position: relative;
}

.service-page-inner-content.refief p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    color: #333333;
}

.service-page-inner-content.refief ul {
    margin-left: 20px;
}

.service-page-inner-content.refief ul li {
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    color: #333333;
    text-transform: capitalize;
    list-style: auto;
    margin-bottom: 20px;
}

.service-page-inner-content.refief {
    padding-bottom: 198px;
}

.service-page-inner-content.contact {
    padding-bottom: 134px;
    padding-top: 168px;
    margin-top: 0px;
}

.service-page-inner-content.contact label.form-label {
    font-family: var(--font-Open-Sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 28.8px;
    color: #676767;
    margin-top: 8.5px;
}

.service-page-inner-content.contact input.form-control,
.service-page-inner-content.contact select.form-control {
    height: 58px;
    border: 1px solid #CCCCCC;
    box-shadow: none;
    background-color: transparent;
}

.service-page-inner-content.contact textarea {
    border: 1px solid #CCCCCC;
    box-shadow: none;
    background-color: transparent;
}

.service-page-inner-content.contact .btn.btn-primary {
    background-color: #1EA1ED;
    border-radius: 4px;
    font-weight: 600;
    font-family: var(--font-Open-Sans);
    font-size: 14px;
    width: 100%;
    margin-top: 13px;
    padding: 15px;
    border: unset;
    outline: unset;
    box-shadow: unset;
}

.service-page-inner-content.contact .side-box {
    background-color: #F37907;
    padding: 37px 27px 27px 37px;
    height: 100%;
}

.service-page-inner-content.contact .side-box .contact-info {
    padding: 37px 27px 27px 0px;
}

.service-page-inner-content.contact .side-box .contact-info a {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    line-height: 40px;
    color: #F5F5F5;
    text-align: left;
    display: block;
}

.service-page-inner-content.about {
    z-index: 111;
}

.service-page-inner-content.about ul li {
    font-size: 19px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    color: #333333;
    text-transform: capitalize;
    list-style: auto;
    margin-bottom: 20px;
}

.service-page-inner-content.about .about-phar-content p {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    text-align: left;
}

.service-page-inner-content.faqs .faqs-box {
    background-color: #ffffff;
    box-shadow: 0px 10px 32px 0px #0000000F;
    padding: 40px 55px;
    margin-bottom: 17px;
}

.service-page-inner-content.faqs .faqs-box h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
}

.service-page-inner-content.faqs .faqs-box p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    margin: 0;
}

.breadcrumb-section.shop {
    background: linear-gradient(0deg, #07B5F3, #07B5F3), linear-gradient(0deg, #07B5F3, #07B5F3);
    padding: 92px 0px 92px 0px;
    text-align: center;
}

section.breadcrumb-section.shop h2 {
    font-family: 'Oswald';
    color: #222222;
    font-weight: 700;
    font-size: 72px;
    line-height: 81.36px;
    text-transform: uppercase;
}

.shop h3.breadcrumb-sub-title {
    font-family: 'Oswald';
    color: #444444;
    font-weight: 600;
    font-size: 28px;
    line-height: 46px;
}

.shop {
    padding-top: 100px;
    padding-bottom: 200px;
}

.shop .cus-breadcrumb a {
    font-family: var(--font-Open-Sans);
    color: #000000;
    font-weight: 400;
    font-size: 14.7px;
    line-height: 40px;
}

.shop .cus-breadcrumb b {
    font-family: var(--font-Open-Sans);
    color: #000000;
    font-weight: 400;
    font-size: 14.7px;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.shop .cus-breadcrumb span {
    font-family: var(--font-Open-Sans);
    color: #676767;
    font-weight: 400;
    font-size: 14.7px;
    line-height: 40px;
}

.shop .product-box {
    margin-top: 63px;
}

.shop .product-box .pro-img {
    text-align: center;
}

.shop .product-box .pro-img img {
    height: 100%;
    width: 100%;
}

.shop .product-box h3 {
    font-family: "Roboto", sans-serif;
    color: #222222;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
    margin-top: 18px;
}

.shop .product-box h4 {
    font-family: var(--font-Open-Sans);
    color: #1EA1ED;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-top: 7px;
}

/* !OTHER PAGES CSS */

.symptomsBanner img.older-couple-jogging-b {
    bottom: 9% !important;
}

.refiefBanner img.refief-b {
    bottom: 3.5rem !important;
}


/* Shop Inner */

.shopInner {
    padding: 7.5rem 0 4.375rem 0;
}

.shopLeftBar h3 {
    color: var(--black);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem;
}

.catWraps {
    display: flex;
    color: #000;
    justify-content: space-between;
    width: 90%;
    margin-top: 0.75rem;
    text-transform: capitalize;
}

.catWraps .form-check {
    display: flex;
    align-items: center;
}

.prodText {
    text-align: center;
}

.prodText h3 {
    color: var(--black);
    text-transform: capitalize;
    font-size: 1.375rem;
    font-weight: bold;
}

.prodText span {
    color: var(--black);
    font-size: 1.375rem;
    font-weight: bold;
    color: var(--primary);
}

.prodCards figure {
    position: relative;
    overflow: hidden;
}

.prodCards figure ul {
    display: flex;
    justify-content: center;
    gap: 6px;
    position: absolute;
    bottom: 1.5625rem;
    left: 0;
    right: 0;
    transform: translateY(4rem);
    transition: 0.5s ease;
}

.prodCards figure ul li a {
    background: var(--black);
    width: 38px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: #0E0D0D;
}

.prodCards figure:before {
    content: "";
    position: absolute;
    background: var(--primary);
    inset: 0;
    opacity: 0;
    transition: 0.5s ease;
    border-radius: 20px;
}

.prodText {
    margin-top: 1.25rem;
}

.prodCards:hover figure:before {
    opacity: 50%;
}

.prodCards {
    cursor: pointer;
    margin-bottom: 3.125rem;
}

.prodCards:hover figure ul {
    transform: translateY(0);
}

.mySwiper img {
    width: 90%;
}

.mySwiper2 img {
    width: 100%;
    border-radius: 20px;
}

.mySwiper {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 1rem;
}

.quantity-container {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--black);
    border-radius: 50px;
    overflow: hidden;
    width: fit-content;
}

.qty-btn {
    background-color: transparent;
    border: none;
    padding: 0.625rem 0.9375rem;
    cursor: pointer;
    font-size: 1.125rem;
    user-select: none;
    transition: background 0.3s;
    outline: unset !important;
    box-shadow: unset;
    color: var(--black);
}

.qty-btn:hover {
    background-color: transparent;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 1rem;
    outline: none;
    background: transparent;
    color: var(--black);
}

.detailBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    gap: 1rem;
}

.shopDetails h2 {
    color: var(--black);
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
}

ul.stars {
    display: flex;
    gap: 2px;
}

ul.stars li {
    font-size: 0.75rem;
    color: var(--black);
    margin: 0.75rem 0;
}

a.themeBtn.cardsBtns {
    width: 70%;
    text-align: center;
    padding: 1rem 3.6em;
}

a.themeBtn.buyBtn {
    width: 100%;
    text-align: center;
    padding: 1rem 3.6em;
    margin-top: 0.875rem;
}

.shopDetails {
    margin-top: 2rem;
}

.shopDetails p {
    color: var(--black);
    line-height: 1.75;
}

.price {
    color: var(--black);
    font-weight: 600;
    font-size: 1.5rem;
}

.producttabSec .tabsPack {
    justify-content: left;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

.producttabSec .tabsPack {
    display: flex;
    gap: 1.875rem 2.5rem;
    flex-wrap: wrap;
    margin: 3.4375rem 0 1.875rem 0;
}

.producttabSec .tabsPack a {
    color: var(--black);
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 600;
}

.producttabSec .tabsPack a.active,
.producttabSec .tabsPack a.current {
    color: var(--primary);
}

[class^=box-] {
    display: none;
}

[class^=box-].showfirst {
    display: block;
}

.prodtabContent p {
    color: var(--black);
    font-size: 1.125rem;
}

.producttabSec {
    padding-bottom: 10rem;
}

.mySwiper {
    padding: 0 5%;
    width: 100%;
}

.mySwiper .swiper-button-prev {
    left: 0rem;
}

.mySwiper .swiper-button-next {
    right: 0rem;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    padding: 5px 5px;
    background: #222;
    border-radius: 3px;
}

.mySwiper .swiper-button-prev:after,
.mySwiper .swiper-button-next:after {
    font-size: 1rem;
    color: #fff;
}

.mySwiper2 img {
    max-width: 100%;
    border-radius: 20px;
    margin: auto;
    width: auto;
}

.mySwiper2 .swiper-slide {
    text-align: center;
}

.service-page-inner-content.symptoms .informationHeading ul {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.textsimple .wp-block-image,
.textsimple .wp-block-image a {
    margin-bottom: 1rem;
}

.textsimple .wp-block-image a {
    display: block;
}

.textsimple p {
    font-size: 1.1rem;
}

.textsimple h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}








