/* ======================================== ** Banner Start Here ** ========================================   */
.siteBanner {
    position: relative;
    height: 100vh;
    min-height: 100%;
    width: 100%;
    background-size: cover;
    z-index: 1;
    background-position: center;
}

.siteBanner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(#0A0C1B80 100%, #00000080 100%);
    z-index: 1;
}

.bannerMeanWrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.siteBanner .bnVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.siteBanner .container {
    position: absolute;
    left: 50%;
    top: 0;
    justify-content: space-between;
    transform: translateX(-50%);
    padding-top: 150px;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    width: 100%;
    z-index: 9;
    align-items: center;
}

.buttonWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 75px;
}

.bnContentWrapper {
    width: 100%;
}

.siteBanner .bnPlayBtn {
    flex: 0 0 auto;
}

.bnContentWrapper .bnTitle {
    padding-bottom: 6px;
    font-weight: 500;
    letter-spacing: 3.9px;
}

.bnContentWrapper .bnHeading {
    font-weight: 800;
}

.bnContentWrapper .bnDesc {
    padding-top: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.bnContentWrapper .bnBtnsWrap {
    gap: 32px;
}

.bnBtnsWrap .cBtn.scBtn {
    background-color: #000000;
    color: #fff;
    border: 1px solid #ddd;
}

.bnBtnsWrap .cBtn.scBtn:hover {
    background-color: var(--scBgColor);
    border: 1px solid var(--scBgColor);
}

.bnBtnsWrap .cBtn.scBtn::after {
    filter: brightness(0.5) invert(1);
}

.siteBanner .bnPlayBtn {
    border: 7px solid rgb(255 255 255 / 60%);
    border-radius: 100%;
    background-color: #1F1F1F;
    cursor: pointer;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnContentWrapper {
    width: 100%;
}

.siteBanner .bnPlayBtn>img {
    width: 31px;
    height: 31px;
    object-fit: contain;
}

/* ======================================== ** Banner Responsive Start Here ** ========================================   */
@media(max-width:1399px) {
    .bnContentWrapper .bnBtnsWrap {
        gap: 28px;
    }

    .buttonWrapper {
        padding-top: 60px;
    }

    .bnContentWrapper .bnDesc {
        font-size: 22px;
    }

    .siteBanner .bnPlayBtn {
        border: 5px solid rgb(255 255 255 / 60%);
        width: 70px;
        height: 70px;
    }

    .siteBanner .bnPlayBtn>img {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }
}

@media(max-width:1199px) {
    .bnContentWrapper .bnBtnsWrap {
        gap: 24px;
    }

    .bnContentWrapper .bnTitle {
        letter-spacing: 2.1px;
    }

    .buttonWrapper {
        padding-top: 45px;
    }

    .siteBanner .container {
        padding-top: 130px;
    }
}

@media(max-width:991px) {
    .bnContentWrapper .bnBtnsWrap {
        gap: 20px;
    }

    .bnContentWrapper .bnTitle {
        letter-spacing: 0.16px;
    }

    .siteBanner .container {
        padding-top: 120px;
    }

    .bnContentWrapper .bnDesc {
        font-size: 18px;
    }

    .siteBanner .bnPlayBtn>img {
        width: 20px;
        height: 25px;
    }

    .siteBanner .bnPlayBtn {
        border: 3px solid rgb(255 255 255 / 60%);
        width: 60px;
        height: 60px;
    }
}

@media(max-width:767px) {
    .bnContentWrapper .bnDesc {
        font-size: 16px;
    }

    .siteBanner::before {
        min-height: 600px;
    }

    .siteBanner .bnPlayBtn {
        position: absolute;
        right: 50px;
        bottom: 60px;
    }

    .siteBanner .container {
        padding-top: 60px;
    }

    .siteBanner {
        min-height: 600px;
    }

    .bnContentWrapper .bnBtnsWrap {
        gap: 20px;
    }
}

@media(max-width:575px) {
    .siteBanner {
        min-height: 500px;
        height: 80vh;
    }

    .siteBanner .bnPlayBtn {
        right: 20px;
        bottom: 20px;
    }

    .bnContentWrapper .bnBtnsWrap {
        justify-content: left;
    }

    .siteBanner .bnPlayBtn {
        border: 3px solid rgb(255 255 255 / 60%);
        width: 50px;
        height: 50px;
    }

    .siteBanner .bnPlayBtn>img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .siteBanner::before {
        min-height: 500px;
        height: 80vh;
    }
}

/* ======================================== ** Under Hero Section Start Here ** ========================================   */
.underHero {
    padding: var(--secPadding) 0;
}

.underHero .underHeroWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 44px;
}

.underHeroWrap .underHeroImg {
    width: 50%;
}

.underHeroWrap .underHeroCont {
    flex: 1;
    position: relative;
}

.underHeroCont .underTitle {
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    line-height: 1.2;
}

.underContent>p {
    font-size: 17px;
    font-weight: 300;
    color: rgb(255 255 255 / 70%);
    line-height: 1.4;
    padding: 38px 0 25px 0px;
}

.welcome-sub-text ul>li p {
    padding: 10px 0 0 0;
    font-size: 16px;
    line-height: 1.3;
    color: rgb(255 255 255 / 0.8);
    font-weight: 500;
}

.welcome-sub-text>ul li {
    position: relative;
    padding: 0px 0 0 20px;
    padding-bottom: 14px;
}

.welcome-sub-text>ul li>h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.3px;
}

.welcome-sub-text ul>li::after {
    content: '';
    left: 0px;
    position: absolute;
    border: 1px solid var(--detailtext);
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--detailtext);
}

.underHeroCont .cBtn.prBtn {
    width: fit-content;
    margin-top: 27px;
}

.underContent ul {
    padding-bottom: 20px;
}

.underHeroImg>img {
    width: 100%;
    max-width: 760px;
}

.unercontHeading {
    border-left: 4px solid var(--detailtext);
    padding-left: 20px;
    border-radius: 2px 2px 2px 2px;
}

.welcome-sub-text>ul {
    padding: 10px 20px;
}

.underHeroCont .cBtn.prBtn {
    margin-left: 20px;
}

/* ======================================== ** Under Hero Section Responsive ** ========================================   */
@media(max-width:1399px) {
    .welcome-sub-text ul>li {
        font-size: 15px;
    }

    .underHeroCont .cBtn.prBtn {
        margin-top: 22px;
    }

    .welcome-sub-text>ul li>h4 {
        font-size: 19px;
    }
}

@media (max-width:1199px) {
    .underContent>p {
        padding: 23px 0 15px 0px;
    }

    .underHeroCont .cBtn.prBtn {
        margin-top: 18px;
    }

    .underContent ul>li {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .underHeroWrap .underHeroImg {
        width: 100%;
    }

    .underHeroCont .cBtn.prBtn {
        margin-top: 14px;
    }

    .welcome-sub-text>ul li>h4 {
        font-size: 17px;
    }

    .underContent>p {
        padding: 15px 0 10px 0px;
    }

    .welcome-sub-text>ul {
        padding: 10px 0;
    }

    .underHeroCont .cBtn.prBtn {
        margin-left: 0;
    }
}

@media(max-width:575px) {
    .underContent>p {
        padding: 15px 0 10px 0px;
        font-size: 15px;
        text-align: justify;
        line-height: 1.3;
    }

    .underHeroCont .cBtn.prBtn {
        margin-top: 0;
    }

    .welcome-sub-text>ul li>h4 {
        font-size: 16px;
    }

    .welcome-sub-text ul>li p {
        text-align: justify;
        font-size: 14px;
    }

    .underHeroWrap .underHeroCont::after {
        left: 0;
    }
}

/* ======================================== ** Under Hero Section Close Here ** ========================================   */

/* ======================================== ** Transformation Programs Section Start Here ** ========================================   */
.transFormWrap.odd {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 125px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: var(--innerSecPadding);
}

.transFormWrap.odd .transformCont {
    width: 50%;
}

.transFormWrap.even .transformCont {
    flex: 1;
}

.transFormWrap.even .transformCont {
    width: 50%;
}

.transFormWrap.odd .transformCont {
    flex: 1;
}

.transFormWrap.even {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    grid-gap: 80px;
    flex-direction: row-reverse;
    padding-bottom: var(--innerSecPadding);
}

.transformheanding.secheading {
    font-weight: 700;
}

.transformCont .transformTitle {
    padding: 17px 0 1px 0;
}

.transFormDesc>p {
    font-size: 17px;
    font-weight: 300;
    color: rgb(255 255 255 / 70%);
    padding-top: 17px;
    padding-bottom: 59px;
}

.transformImage>img {
    width: 475px;
    border-radius: 16px;
    object-fit: contain;
    object-position: center;
    min-width: 100%;
}

.transformImage {
    flex: 1;
}

/* ======================================== ** Transformation Programs Responsive  ** ========================================   */
@media(max-width:1599px) {

    .transFormWrap.even,
    .transFormWrap.odd {
        grid-gap: 60px;
    }

    .transformCont .transformTitle {
        padding: 14px 0 1px 0;
    }

    .transFormDesc>p {
        padding-top: 14px;
        padding-bottom: 49px;
    }
}

@media(max-width:1399px) {

    .transFormWrap.even,
    .transFormWrap.odd {
        grid-gap: 45px;
    }

    .transformCont .transformTitle {
        padding: 12px 0 0px 0;
    }

    .transFormDesc>p {
        padding-top: 12px;
        padding-bottom: 40px;
    }
}

@media(max-width:1199px) {

    .transFormWrap.even,
    .transFormWrap.odd {
        grid-gap: 30px;
    }

    .transFormDesc>p {
        padding-bottom: 30px;
    }
}

@media(max-width:991px) {
    .transFormDesc>p {
        padding-bottom: 17px;
        font-size: 14px;
    }

    .transFormWrap.even,
    .transFormWrap.odd {
        grid-gap: 15px;
    }

}

@media(max-width:767px) {

    .transFormWrap.even .transformCont,
    .transFormWrap.odd .transformCont {
        width: 100%;
        padding: 20px 0;
    }

    .transFormWrap.even .transformCont,
    .transFormWrap.odd .transformCont {
        flex: auto;
    }
}

@media(max-width:575px) {
    .transFormDesc>p {
        text-align: justify;
    }

    .transFormDesc>p {
        padding-bottom: 8px;
    }
}

/* ======================================== ** Transformation Programs Section Close Here ** ========================================   */

/* ======================================== ** testimonial Section Start Here ** ========================================   */
.testimonial {
    padding-top: 30px;
}

.testimonial .secheading {
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.4px;
    padding-bottom: 31px;
}

.testimonialWrap .testiContent {
    background-color: var(--prBgColor);
    text-align: center;
    padding: 30px 40px 24px 40px;
    border-radius: 0 0 16px 16px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.testimonialWrap .slick-list.draggable {
    margin: 0 -15px;
}

.testimonialWrap .slick-slide {
    height: auto;
    margin: 0 15px;
}

.testimonialWrap .slick-track {
    display: flex;
}

.testimonialWrap .slick-slide>div {
    height: 100%;
}

.testimonialInner {
    height: 100%;
    display: flex !important;
    flex-direction: column;
}

.testimonialImage>img {
    width: 100%;
    border-radius: 16px 16px 0 0;
    height: 100%;
    max-height: 403px;
    object-fit: cover;
}

.testiContent .testimonial-content {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 25px;
    width: 348px;
    margin: 0 auto;
}

.testimonialWrap .testimonial-content::before {
    content: '';
    position: absolute;
    top: 23px;
    background-image: url(../images/rightside.svg);
    width: 36px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    left: 20px;
}

.testimonialWrap .testimonial-content::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 23px;
    background-image: url(../images/leftSide.svg);
    width: 36px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.testimonial-content>h2 {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.4px;
}

.testiContent .testimonial-author-position {
    color: var(--prTextColor);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 10px;
}

.testimonialWrap .testimonialInner {
    cursor: pointer;
}

.testiContent .testimonialHeading {
    margin-top: auto;
}

.testimonialHeading .testimonial-title {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
}

/* ======================================== ** Responsive ** ========================================   */
@media(max-width:1599px) {
    .testimonialWrap .testiContent {
        padding: 30px 30px 24px 30px;
    }

    .testiContent .testimonial-content {
        font-size: 16px;
        padding-bottom: 20px;
        padding-left: 30px;
    }

    /* .testimonialWrap .slick-track {
        gap: 28px;
    } */

    .testimonialWrap .testimonial-content::after {
        right: 22px;
        width: 30px;
        height: 27px;
    }

    .testimonialWrap .testimonial-content::before {
        width: 30px;
        height: 27px;
    }
}

@media(max-width:1399px) {
    .testimonialWrap .testiContent {
        padding: 30px 20px 24px 20px;
    }

    .testimonialHeading .testimonial-title {
        font-size: 25px;
    }

    .testiContent .testimonial-content {
        padding-bottom: 17px;
        padding-left: 10px;
        font-size: 14px;
        padding-right: 10px;
    }

    .testiContent .testimonial-content {
        width: 100%;
    }

    .testiContent .testimonial-title {
        font-size: 24px;
    }

    .testimonialWrap .testimonial-content::before {
        left: 6px;
    }
}

@media(max-width:1199px) {
    .testimonialHeading .testimonial-title {
        font-size: 22px;
    }

    .testiContent .testimonial-title {
        font-size: 18px;
    }
}

@media(max-width:991px) {
    .testiContent .testimonial-content {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
    }

    .testimonialWrap .testimonial-content::before {
        left: 4px;
    }

    .testimonialWrap .testimonial-content::after,
    .testimonialWrap .testimonial-content::before {
        width: 23px;
        height: 23px;
    }

    .testimonialWrap .testimonial-content::after,
    .testimonialWrap .testimonial-content::before {
        right: 4px;
    }
}

@media(max-width:767px) {

    .testimonialWrap .testimonial-content::after,
    .testimonialWrap .testimonial-content::before {
        width: 20px;
        height: 20px;
        bottom: 38%;
        transform: translateY(0);
    }

    .testiContent .testimonial-content {
        font-size: 12px;
    }

    .testimonialHeading .testimonial-title {
        font-size: 18px;
    }

    .testimonialImage>img {
        max-width: 100%;
        max-height: 100%;
    }

}

@media(max-width:575px) {
    .testimonialWrap .testiContent {
        padding: 15px;
    }

    .testimonialWrap .testimonial-content::after,
    .testimonialWrap .testimonial-content::before {
        bottom: 20%;
    }

    .testimonialWrap .testimonial-content::before {
        left: 5px;
        top: 10px;
    }

    .testimonialWrap .slick-prev.slick-arrow {
        left: 0;
    }

    .testimonialWrap .slick-next.slick-arrow {
        right: 5px;
    }

    .slick-prev:before {
        top: 13px;
    }
}

/* ======================================== ** testimonial Section Close Here ** ========================================   */

/* ======================================== **  Ready Transform Start Here ** ========================================   */
.readyTransform {
    padding: var(--secPadding) 0;
}

.readyTransform {
    padding: var(--secPadding) 0;
}

.readyTransform .transformInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

.transformCont .transformHeading {
    font-size: 73px;
    font-weight: 500;
    line-height: 1.2;
}

.transformWrap .transformCont {
    width: 50%;
    padding-left: 120px;
    padding-top: 90px;
}

.transformInner .transfromImage {
    flex: 0 0 auto;
    padding-right: 120px;
}

.transfromImage>img {
    max-width: 571px;
    width: 100%;
    object-fit: cover;
}

.transformCont .transformHeading>span {
    color: var(--detailtext);
    font-weight: 700;
}

.transformWrap {
    background-image: url(../images/man-taking-a-breath-after-training1.jpg);
    width: 100%;
    height: 100%;
    background-size: auto;
    position: relative;
    border-radius: 29px;
    background-position: left;
    min-height: 645px;
    background-repeat: no-repeat;
}

.readyTransform .transformWrap::before {
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    border-radius: 29px;
    left: 0;
    background-color: #17182A;
}

.transformCont .transfortTitle {
    font-size: 33px;
    font-weight: 300;
    padding-top: 10px;
    line-height: 1.3;
}

.transformCont .transformBtn {
    gap: 15px;
    padding-top: 80px;

    /* ======================================== **  Responsive ** ========================================   */
}

@media(max-width: 1599px) {
    .transformInner .transfromImage {
        padding-right: 90px;
    }

    .transformCont .transfortTitle {
        font-size: 28px;
    }

    .transformWrap .transformCont {
        padding-top: 60px;
        padding-left: 90px;
    }

    .transformCont .transformHeading {
        font-size: 65px;
    }

    .transformCont .transformBtn {
        padding-top: 52px;
    }

    .transfromImage>img {
        max-width: 515px;
    }
}

@media(max-width:1399px) {
    .transformInner .transfromImage {
        padding-right: 24px;
    }

    .transformCont .transfortTitle {
        font-size: 22px;
    }

    .transformWrap .transformCont {
        padding-top: 40px;
        padding-left: 24px;
    }

    .transfromImage>img {
        max-width: 400px;
    }

    .transformWrap {
        background-image: url(../images/man-taking-a-breath-after-training1.jpg);
        background-size: cover;
        min-height: 500px;
        background-position: center;
    }

    .transformCont .transformHeading {
        font-size: 55px;
    }

    .transformCont .transformBtn {
        padding-top: 40px;
    }
}

@media(max-width:1199px) {
    .readyTransform .transformInner {
        position: relative;
    }

    .transfromImage>img {
        max-width: 300px;
    }

    .transformCont .transfortTitle {
        font-size: 19px;
    }

    .transformWrap .transformCont {
        width: 100%;
    }

    .transformWrap {
        background-image: url(../images/man-taking-a-breath-after-training1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 500px;
    }

    .transformCont .transformBtn {
        padding-top: 30px;
        justify-content: center;
    }

    .readyTransform .transformInner {
        position: relative;
        text-align: center;
    }

    .transformInner .transfromImage {
        margin: 0 auto;
        padding-top: 20px;
        display: block;
    }

    .transformCont .transformBtn {
        padding-top: 30px;
    }
}

@media (max-width:991px) {
    .transformCont .transformHeading {
        font-size: 45px;
    }

    .transformCont .transfortTitle {
        font-size: 17px;
    }
}

@media (max-width:767px) {
    .transformCont .transformHeading {
        font-size: 35px;
    }

    .transfromImage>img {
        max-width: 300px;
    }

    .transformCont .transfortTitle {
        font-size: 15px;
    }
}

@media (max-width:575px) {
    .transformCont .transformHeading {
        font-size: 25px;
    }

    .transformWrap .transformCont {
        padding-left: 0;
    }

    .transformInner .transfromImage>img {
        width: 100%;
        max-width: 250px;
    }

    .transformCont .transformBtn {
        flex-wrap: wrap;
    }
}

/* ======================================== **  Ready Transform Close Here ** ========================================   */

/* ======================================== **  Blog Section Start Here ** ========================================   */
.blogSec .blogHeading {
    text-align: center;
    padding-bottom: 58px;
}

.blogSec .blogWrap {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    align-items: flex-start;
}

.blogWrap .blogInner {
    width: calc(33.3% - 22px);
    display: block;
}

.blogInner .blogCont {
    border: 1px solid #17182A;
    border-radius: 0 0 16px 16px;
    padding: 26px 20px;
    background-color: #17182A;
    height: 100%;
    min-height: 324px;
}

.blogSec {
    padding-bottom: var(--secPadding);
}

.blogInner .blogImage {
    display: block;
}

.blogImage a>img,
.blogInner .blogImage img {
    width: 100%;
    object-position: center;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
    aspect-ratio: 1/1;
    height: 100%;
    max-height: 282px;
}

.blogCont .blogDateWra {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.blogCont .blogDateWra a,
.single-post .blogDateWra .post-inner-wrap span a {
    font-size: 14px;
    font-weight: 300;
    color: rgb(255 255 255 / 80%);
    position: relative;
    cursor: pointer;
}

.blogCont .blogDateWra a:last-child::after {
    content: '';
    background-image: url(../images/calcutar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 15px;
    width: 15px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.blogCont .BlogTitle {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
}

.blogCont .BlogDesc {
    font-size: 15px;
    font-weight: 500;
    color: rgb(255 255 255 / 60%);
}

.blogInner .blogCont .blogBtn {
    color: var(--prTextColor);
    display: block;
}

.blogInner .blogCont .blogBtn:hover {
    text-decoration: underline;
}

.btnReadmore {
    align-items: center;
    grid-gap: 15px;
    padding-top: 15px;
    margin: 0;
}

.blogWrap .viewBtn {
    width: fit-content;
    margin: 55px auto 0;
}

.blogSec .viewBtn {
    padding: 15px 31px;
    border-radius: 30px;
    font-size: 18px;
    margin: 48px auto 0;
}

/* ======================================== **  Responsive ** ========================================   */
@media(max-width:1599px) {
    .blogSec .blogHeading {
        padding-bottom: 50px;
    }

    .blogInner .blogCont {
        min-height: 360px;
    }

    .blogInner .blogCont {
        padding: 20px 15px;
    }
}

@media(max-width:1399px) {
    .blogCont .BlogTitle {
        font-size: 18px;
    }

    .blogSec .blogHeading {
        padding-bottom: 40px;
    }

    .blogSec .viewBtn {
        padding: 12px 27px;
        font-size: 16px;
    }

    .blogInner .blogCont {
        padding: 15px 15px;
    }
}

@media(max-width:1199px) {
    .blogCont .BlogTitle {
        font-size: 16px;
    }

    .blogInner .blogCont {
        min-height: 380px;
    }

    .blogInner .blogCont {
        padding: 15px 10px;
    }

    .blogSec .blogHeading {
        padding-bottom: 32px;
    }

    .blogSec .viewBtn {
        padding: 10px 27px;
        font-size: 16px;
    }
}

@media(max-width:991px) {
    .blogWrap .blogInner {
        width: calc(50% - 15px);
        margin: 0 0 15px;
    }

    .blogWrap .blogInner:last-child .blogImage a>img {
        width: 100%;
        min-width: 100%;
        object-fit: inherit;
        height: auto;
    }

    .blogInner .blogCont {
        min-height: 340px;
    }

    .blogSec .viewBtn {
        padding: 10px 24px;
        font-size: 15px;
        margin: 40px auto 0;
    }

    .blogSec .blogHeading {
        padding-bottom: 28px;
    }
}

@media(max-width:767px) {
    .blogWrap .blogInner {
        width: 100%;
    }

    .blogInner .blogCont {
        min-height: fit-content;
    }

    .blogImage a>img {
        max-width: 100%;

    }

    .blogSec .blogHeading {
        padding-bottom: 20px;
    }

    .blogSec .viewBtn {
        width: fit-content;
        margin: 30px auto 0;
    }
}

/* ======================================== **  Blog Section Close Here ** ========================================   */

/* ======================================== **  Faq Section Close Here ** ========================================   */
.faqSection {
    padding-bottom: var(--secPadding);
}

.faqSection .faqWraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faqWraper .faqContent {
    width: 40%;
}

.faqWraper .accordion {
    flex: 1;
}

.faqContent .faqHeading {
    padding-bottom: 16px;
}

.faqContent .faqBtn {
    margin-top: 62px;
}

.faqContent .faqDesc {
    font-size: 18px;
    font-weight: 300;
    color: rgb(255 255 255 / 60%);
    line-height: 1.2;
}

.acordinHeadingInner {
    background-color: #212341;
    color: #fff;
}

.acordinContent>p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.3;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url(../images/plusacordin.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minusAcor.svg);
}

.acordinHeadingInner {
    font-size: 18px;
    font-weight: 400;
}

.accordion .faqInner {
    border: 1px solid #212341;
    margin: 24px 0;
    border-radius: 12px !important;
    background-color: #212341 !important;
}

button.acordinHeadingInner.accordion-button:hover {
    border-style: none !important;
    box-shadow: none !important;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
    margin: 0;
    padding: 0;
    border-style: none;
    box-shadow: none;
}

.faqInner .accordion-header {
    margin-bottom: 0;
    padding: 20px;
}

.acordinContent {
    padding: 15px 0 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    border-top: 1px solid rgb(255 255 255 / 90%);
}

.accordion-flush>.accordion-item:first-child {
    border-top: 0;
    margin: 0;
    padding: 0;
}

/* ======================================== **  Responsive ** ========================================   */
@media(max-width:1399px) {
    .acordinContent>p {
        font-size: 15px;
    }

    .acordinContent {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width:1199px) {
    .acordinHeadingInner {
        font-size: 16px;
    }

    .faqContent .faqBtn {
        margin-top: 45px;
    }

    .faqInner .accordion-header {
        padding: 15px;
    }

    .faqSection .faqWraper {
        grid-gap: 15px;
    }

    .faqWraper .faqContent {
        width: 30%;
    }
}

@media(max-width:991px) {
    @media(max-width:991px) {
        .faqWraper .faqContent {
            width: 100%;
        }

        .faqContent .faqBtn {
            margin-top: 30px;
        }

        .accordion-button::after {
            background-image: url(../images/plusacordin.svg);
            right: 0 !IMPORTANT;
            position: absolute;
        }

        .accordion-flush>.accordion-item>.accordion-header .accordion-button,
        .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
            padding-right: 30px !important;
        }
    }
}

@media(max-width:767px) {
    .acordinHeadingInner {
        font-size: 14px;
    }
}

/* ======================================== **  Faq Section Close Here ** ========================================   */
.newsLetterSec {
    padding: var(--secPadding) 0;
    background-color: #191B33;
}

.newLetterHeading .newsHeading {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3;
}

.newsHeading>span {
    color: var(--prTextColor);
}

.newLetterWrap .newLetterHeading {
    width: 50%;
}

.newLetterWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.newLetterWrap .newsLetterBtn {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    order: 1;
    width: 100%;
    flex: 1;
    justify-content: flex-end;
    grid-gap: 15px;
}



.newsLetterBtn .formWrap>input {
    outline: none;
    border: 1px solid var(--prTextColor);
    background-color: transparent;
    font-size: 20px;
    padding: 14px 10px;
    color: #fff;
    width: 100%;
    border-radius: 12px;
}

.newsLetterBtn .formWrap>input::placeholder {
    color: #fff;
}

.newsLetterBtn .formWrap {
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    height: 0;
    visibility: hidden;
}

.formWrap.activeInput {
    display: block;
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.newsLetterBtn .newsBtn {
    padding: 15px 27.4px;
    border-radius: 30px;
    order: 1;
    font-size: 18px;
}

.newsLetterBtn .newsBtn:hover {
    transform: translate(0);
}

.subscription-message {
    position: absolute;
    left: 0;
    margin: 1px 0 0;
    font-size: 12px;
    top: calc(100% + 7px);
    color: var(--prTextColor);
}

.subscription-message.error {
    color: #ff0000 !important;
}

/* ======================================== **  Responsive  ** ========================================   */
@media(max-width:1599px) {
    .newLetterHeading .newsHeading {
        font-size: 50px;
    }

    .newsLetterBtn .formWrap>input {
        padding: 9px 10px;
    }

    .newsLetterBtn .newsBtn {
        padding: 10px 23.4px;
        border-radius: 30px;
        font-size: 17px;
    }
}

@media(max-width:1399px) {
    .newLetterHeading .newsHeading {
        font-size: 45px;
    }

    .newsLetterBtn .formWrap>input {
        padding: 7px 10px;
    }

    .newsLetterBtn .newsBtn {
        padding: 10px 23px;
        font-size: 16px;
    }
}

@media(max-width:1199px) {
    .newLetterHeading .newsHeading {
        font-size: 40px;
    }

    .newLetterWrap .newsLetterBtn {
        justify-content: flex-start;
    }

    .newsLetterBtn .formWrap>input {
        font-size: 18px;
    }

    .newLetterWrap .newLetterHeading {
        width: 100%;
    }

    .newsLetterBtn .newsBtn {
        padding: 10px 20px;
        font-size: 16px;
    }

    .newsLetterBtn .formWrap {
        width: 0;
        transition: 0.9s ease;
    }

    .newLetterWrap .newsLetterBtn {
        grid-gap: 0;
    }

    .formWrap.activeInput {
        width: 50%;
        padding: 0 15px 0 0;
    }

    .newLetterWrap .newsLetterBtn {
        padding: 26px 0 0;
        flex: auto;
    }
}

@media(max-width:991px) {
    .newLetterHeading .newsHeading {
        font-size: 32px;
    }

    .newLetterWrap .newsLetterBtn {
        padding: 20px 0 0;
    }

    .subscription-message {
        top: calc(100% + 7px);
    }

    .newsLetterBtn .newsBtn {
        font-size: 15px;
    }
}

@media(max-width:767px) {
    .newLetterHeading .newsHeading {
        font-size: 26px;
    }

    .newsLetterBtn .newsBtn {
        padding: 10px;
    }
}

/* @media(max-width:743px) {
    .newsLetterBtn .formWrap {
        width: 100%;
    }
} */

@media(max-width:575px) {
    .newLetterHeading .newsHeading {
        font-size: 22px;
    }

    .newLetterHeading .newsHeading {
        font-size: 32px;
    }

    .newsLetterBtn .formWrap>input {
        font-size: 16px;
        padding: 7px 6px;
        border-radius: 12px;
    }

    .newsLetterBtn .formWrap {
        padding-left: 0;
    }

}

@media(max-width:460px) {
    .newLetterWrap .newsLetterBtn {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsLetterBtn .formWrap {
        padding-right: 0;
    }

    .formWrap.activeInput {
        width: 100%;
    }

    .newsLetterBtn .newsBtn {
        width: 100%;
    }

    .newsLetterBtn .formWrap {
        max-height: 0px;
        transition: all .6s ease;
    }

    .newsLetterBtn .formWrap.activeInput {
        max-height: 40px;
        transition: all .6s ease;
        margin-bottom: 40px;
    }
}

/* ======================================== **  Newsletter Section Start Here  ** ========================================   */

/* ======================================== **  Contact Banner Start Here **==============================================  */
.cbnSec {
    height: 100vh;
    background-position: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.cbnSec .cbnHeadWrap {
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
}

.cbnHeadWrap .cbnTitle {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.5px;
    padding-bottom: 21px;
}

.cbnHeadWrap .cbnDesc {
    font-size: 20px;
    width: 100%;
    line-height: 1.5;
}

.cbnSec .cbnBottomText {
    position: absolute;
    left: 50%;
    width: 100%;
    bottom: 0;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    background: rgb(246, 148, 31, 0.7);
    transform: translateX(-50%);
    text-align: center;
    line-height: .02;
    display: flex;
    justify-content: center;
    padding: 28px 0;
    align-items: center;
}

.cbnBottomText img {
    padding-left: 18px;
    object-fit: contain;
}

/* ======================================== **  Responsive **==============================================  */
@media(max-width:1599px) {
    .cbnHeadWrap .cbnTitle {
        font-size: 45px;
    }
}

@media(max-width:1399px) {
    .cbnHeadWrap .cbnTitle {
        font-size: 40px;
    }

    .cbnHeadWrap .cbnDesc {
        font-size: 18px;
    }

    .cbnSec .cbnBottomText {
        font-size: 16px;
    }
}

@media(max-width:1199px) {
    .cbnHeadWrap .cbnTitle {
        font-size: 35px;
    }

    .cbnHeadWrap .cbnDesc {
        font-size: 16px;
    }
}

@media(max-width:991px) {
    .cbnHeadWrap .cbnTitle {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .cbnHeadWrap .cbnTitle {
        font-size: 26px;
    }
}

@media(max-width:575px) {
    .cbnHeadWrap .cbnTitle {
        font-size: 22px;
    }

    .cbnSec {
        background-position: 67% 0;
    }

    .cbnBottomText>p {
        padding: 12px 0;
        font-size: 12px;
    }
}

/* ======================================== **  Contact Banner Close Here **==============================================  */

/* ======================================== **  Contact Form Start Here **==============================================  */
.contForm {
    padding: var(--secPadding) 0;
    position: relative;
}

.contForm .contFormWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    align-items: flex-start;
}

.contFormWrap .formWrap {
    width: 50%;
    border: 1px solid rgba(75, 78, 94, 1);
    padding: 43px 24px 39px 24px;
    border-radius: 22px;
    background: rgba(20, 22, 42, 1);
    height: 100%;
    height: fit-content;
}

.contFormWrap .formImageWrap {
    flex: 1;
}

.formInner .mh_form_wrapper .mh_fields_wrapper .mg_fields_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding: 26px 0;
    padding-top: 0;
}

.mg_fields_group .mh_form_field {
    width: 48%;
}

.mg_fields_group .mh_form_field.mh_full_field {
    width: 100%;
}

.mg_fields_group .mh_form_field input {
    width: 100%;
    background-color: rgba(32, 34, 62, 1);
    border: 1px solid rgba(212, 215, 227, 0.3);
    color: #fff;
    padding: 10.5px 16px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 12px;
}

.mg_fields_group .mh_form_field input:focus {
    outline: none;
}

.mg_fields_group .mh_form_field input::placeholder,
.mg_fields_group .mh_full_field textarea::placeholder {
    color: rgba(210, 211, 216, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.mg_fields_group label {
    font-size: 16px;
    font-weight: 400;
    color: rgba(206, 206, 209, 1);
    padding-bottom: 8px;
    line-height: 1.2;
}

.mg_fields_group label {
    font-size: 16px;
    font-weight: 400;
    color: rgba(206, 206, 209, 1);
    padding-bottom: 8px;
    line-height: 1.2;
}

.mg_fields_group .mh_full_field {
    width: 100%;
}

.mg_fields_group .mh_full_field textarea {
    width: 100%;
    background-color: rgba(32, 34, 62, 1);
    border: 1px solid rgba(212, 215, 227, 0.3);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 18px;
    padding: 16px 0 0 16px;
    height: 100%;
    max-height: 175px;
}

.mg_fields_group .mh_full_field textarea:focus {
    outline: none;
}


.formWrap .getTouch {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 16px;
    letter-spacing: 0.1px;
}

.contFormWrap .formWrap .contDesc {
    font-size: 18px;
    font-weight: 400;
    color: rgba(206, 206, 209, 1);
    line-height: 1.2;
    padding-bottom: 35px;
    margin: 0;
}

.contSubBtn .wpcf7-submit {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 172px;
    font-size: 20px;
    min-height: 52px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-position: center right 10px, center center;
    background-image: url(../images/prBtnIcon.svg), linear-gradient(to right, rgb(253, 186, 56, 1), rgb(247, 152, 33, 1)50%);
    background-size: 36px, cover;
    border-style: none;
}

.formImageWrap>img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 22px;
}

.wpcf7-spinner {
    margin-top: 10px;
}

.wpcf7-form .wpcf7-spinner {
    display: none;
}

.wpcf7-form.submitting .wpcf7-spinner {
    display: block !important;
    margin: 9px auto 0;
}

/* ======================================== **  Responsive **==============================================  */
@media(max-width:1599px) {
    .formWrap .getTouch {
        font-size: 34px;
    }

    .contForm .contFormWrap {
        gap: 28px;
    }

    .contFormWrap .formWrap {
        padding: 34px 20px;
    }

    .formImageWrap>img {
        object-fit: cover;
        min-height: 672px;
    }
}

@media(max-width:1399px) {
    .formWrap .getTouch {
        font-size: 32px;
    }

    .formImageWrap>img {
        min-height: 646px;
    }

    .contFormWrap .formWrap {
        padding: 24px 16px;
    }

    .contFormWrap .formWrap .contDesc {
        padding-bottom: 32px;
    }

    .contSubBtn .wpcf7-submit {
        font-size: 18px;
    }

    .contForm .contFormWrap {
        gap: 20px;
    }
}

@media(max-width:1199px) {
    .formWrap .getTouch {
        font-size: 28px;
    }

    .formImageWrap>img {
        object-fit: cover;
        height: 100%;
    }

    .mg_fields_group .mh_full_field textarea {
        max-height: 154px;
    }

    .contForm .contFormWrap {
        align-items: normal;
    }

    .contFormWrap .formWrap .contDesc {
        padding-bottom: 15px;
    }

    .mg_fields_group {
        width: 100%;
        padding: 10px 0;
    }

    .formInner .mh_form_wrapper .mh_fields_wrapper .mg_fields_group {
        padding: 0px 0;
        padding-top: 0;
    }

    .contFormWrap .formWrap {
        padding: 18px;
    }

    .mg_fields_group .mh_form_field {
        width: 100%;
        padding: 10px 0;
    }

    .mg_fields_group label {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .formWrap .getTouch {
        font-size: 25px;
    }

    .formImageWrap>img {
        object-fit: cover;
        min-height: fit-content;
    }

    .contSubBtn .wpcf7-submit {
        font-size: 16px;
        margin: 10px 0;
    }

    .contFormWrap .formWrap {
        padding: 28px 18px;
        width: 100%;
    }

    .contFormWrap .formWrap {
        padding: 20px 18px;
        width: 100%;
    }

    .mg_fields_group .mh_form_field {
        width: calc(50% - 1px);
        padding: 8px 15px;
        padding-left: 0;
    }
}

@media(max-width:767px) {
    .formWrap .getTouch {
        font-size: 22px;
    }

    .contFormWrap .formWrap {
        padding: 24px 14px;
    }

    .contFormWrap .formWrap {
        padding: 14px 10px;
    }

    .contFormWrap .formWrap .contDesc {
        font-size: 16px;
    }
}

@media(max-width:575px) {
    .mg_fields_group .mh_form_field {
        width: 100%;
        padding: 5px 0;
        padding-left: 0;
    }

    .cbnSec .cbnBottomText {
        font-size: 14px;
    }

    .contFormWrap .formWrap .contDesc {
        padding-bottom: 16px;
        font-size: 15px;
    }
}

/* ======================================== **  Contact Form Close Here **==============================================  */
/* ======================================== **  About Page Banner Start Here **==============================================  */
.welComeBanner {
    padding-top: var(--secPadding);
}

.welComeBanner .welcomeWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 46px 0;
}

.welcomeWrap .welcomeCont {
    width: 50%;
}

.welcomeWrap .welcomeImage {
    flex: 0 0 auto;
}

.WelComeDesc P {
    font-size: 17px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 0;
}

.welcomeCont .welComeHeading {
    padding-bottom: 12px;
    font-weight: 700;
}

.welcomeImage>img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.WelComeDesc P>strong {
    font-weight: 700;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 3px;
}

.wpcf7-not-valid-tip~.wpcf7-not-valid-tip {
    display: none;
}

/* ======================================== **  Responsive **==============================================  */
@media(max-width:1699px) {
    .welcomeWrap .welcomeCont {
        width: 40%;
    }
}

@media(max-width:1399px) {
    .welcomeWrap .welcomeCont {
        width: 50%;
    }

    .welcomeWrap .welcomeImage {
        width: 50%;
    }

    .WelComeDesc P {
        padding: 10px 0;
    }

    .welcomeCont .welComeHeading {
        padding-bottom: 9px;
    }

    .welComeBanner .welcomeWrap {
        padding-bottom: 100px;
    }

    .welComeBanner .welcomeWrap {
        padding: 100px 0;
    }
}

@media(max-width:1199px) {
    .welcomeWrap .welcomeCont {
        width: 100%;
    }

    .welcomeWrap .welcomeImage {
        width: 100%;
        padding: 10px 0 0;
    }

    .welComeBanner .welcomeWrap {
        padding: 130px 0;
    }

    .welcomeImage>img {
        width: 100%;
        object-fit: contain;
        object-position: center;
        max-height: 500px;
    }
}

@media(max-width:991px) {
    .welcomeCont .welComeHeading {
        padding-bottom: 6px;
    }

    .WelComeDesc P {
        padding: 8px 0;
    }

    .welComeBanner .welcomeWrap {
        padding-bottom: 80px;
    }
}

@media(max-width:575px) {
    .WelComeDesc P {
        padding: 5px 0;
        font-size: 15px;
        text-align: justify;
    }

    .welComeBanner .welcomeWrap {
        padding-bottom: 70px;
    }
}

/* ======================================== **  About Page Banner Close Here **==============================================  */

/* ======================================== **  Our Teams Section Start Here **==============================================  */
.ourTeams {
    padding-bottom: var(--secPadding);
}

.ourTeams .ourTeamTitle {
    font-size: var(--secheading);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.2px;
    padding-bottom: 60px;
}

.ourTeams .ouTemsWrap {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    grid-gap: 32px;
}

.ouTemsWrap .ourTeamBox {
    flex: 1;
}

.ourTeamBox .teamBoxWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 23px;
    border: 1px solid rgba(75, 78, 94, 0.7);
    border-radius: 22px;
    padding: 28px 25px;
}

.teamBoxWrap .teamContent {
    flex: 1;
}

.teamBoxWrap .teamImage {
    background-color: rgba(236, 217, 196, 1);
    padding-top: 46px;
    border-radius: 12px 154px 12px 12px;
}

.teamBoxWrap .teamImage>img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    aspect-ratio: 1/1;
}

.teamProfile {
    font-size: var(--bnTitle);
    padding-top: 12px;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.4px;
}

.teamContent .teamname {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.teamContent .teamDesc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: rgb(255, 255, 255, 0.8);
}

/* ======================================== **  Responsive **==============================================  */
@media(max-width:1599px) {
    .teamContent .teamname {
        font-size: 30px;
    }

    .ourTeamBox .teamBoxWrap {
        height: 100%;
        min-height: 476px;
        grid-gap: 22px;
    }

    .ourTeams .ourTeamTitle {
        padding-bottom: 50px;
    }

    .teamContent .teamDesc {
        font-size: 15px;
    }

    .teamBoxWrap .teamImage {
        padding-top: 35px;
    }
}

@media(max-width:1399px) {
    .teamProfile {
        padding-top: 10px;
        padding-bottom: 24px;
    }

    .ourTeams .ouTemsWrap {
        grid-gap: 26px;
    }

    .teamContent .teamname {
        font-size: 28px;
    }

    .teamContent .teamDesc {
        font-size: 16px;
    }

    .ourTeamBox .teamBoxWrap {
        display: block;
        padding: 24px 22px;
        height: 100%;
        min-height: 850px;
    }

    .ourTeams .ourTeamTitle {
        padding-bottom: 45px;
    }

    .teamBoxWrap .teamImage {
        margin-bottom: 10px;
    }

    .teamBoxWrap .teamImage {
        padding-top: 30px;
    }
}

@media(max-width:1199px) {
    .teamProfile {
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .ourTeams .ourTeamTitle {
        padding-bottom: 40px;
    }

    .teamProfile {
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .teamContent .teamname {
        font-size: 25px;
    }

    .ourTeamBox .teamBoxWrap {
        min-height: 780px;
    }
}

@media(max-width:991px) {
    .teamContent .teamname {
        font-size: 22px;
    }

    .ourTeamBox .teamBoxWrap {
        min-height: 350px;
    }

    .teamBoxWrap .teamImage>img {
        height: 100%;
        object-fit: cover;
    }

    .ourTeams .ourTeamTitle {
        padding-bottom: 35px;
    }

    .ourTeams .ouTemsWrap {
        display: block;
    }

    .ourTeamBox .teamBoxWrap {
        display: flex;
        padding: 18px 16px;
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .ourTeamBox .teamBoxWrap {
        display: block;
        padding: 14px 15px;
        margin-bottom: 20px;
    }

    .ourTeams .ourTeamTitle {
        padding-bottom: 30px;
    }
}

@media(max-width:575px) {
    .teamContent .teamDesc {
        font-size: 14px;
    }

    .ourTeams .ourTeamTitle {
        padding-bottom: 20px;
    }

    .ourTeamBox .teamBoxWrap {
        padding: 10px;
    }

    .teamContent .teamDesc {
        font-size: 14px;
    }

    .teamProfile {
        padding-top: 8px;
        padding-bottom: 10px;
    }
}

/* ======================================== **  Our Teams Section Close Here **==============================================  */

/* ======================================== **  Our Misson Start Here **==============================================  */
.ourMission {
    padding-bottom: var(--secPadding);
}

.ourMission .ourMissonWrap {
    border: 1px solid rgba(75, 78, 94, 1);
    background-color: rgba(20, 22, 42, 1);
    border-radius: 22px;
    padding: 45px 55px 32px 31px;
}

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

.missonInner .missonContetn {
    flex: 1;
}

.ourMissonWrap .missonheading {
    font-size: var(--secheading);
    padding-bottom: 12px;
    line-height: 1.2;
}

.missionTitle {
    font-size: var(--bnTitle);
    padding-bottom: 46px;
}

.missonImage>img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.missonList ul>li {
    font-size: 17px;
    font-weight: 400;
    position: relative;
    color: rgb(255, 255, 255, 0.8);
    padding-left: 42px;
    padding-bottom: 22px;
    line-height: 1.1;
}

.missonList ul>li::after {
    content: '';
    left: 0;
    top: 0;
    background-image: url(../images/misson-icon.svg);
    width: 22px;
    display: block;
    height: 22px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top;
}

/* ======================================== **  Responsive **==============================================  */
@media(max-width: 1599px) {
    .ourMissonWrap .missonInner {
        grid-gap: 50px;
    }

    .ourMission .ourMissonWrap {
        padding: 40px 50px 28px 29px;
    }

    .missionTitle {
        padding-bottom: 40px;
    }
}

@media(max-width:1399px) {
    .missonImage {
        width: 50%;
    }

    .ourMissonWrap .missonInner {
        grid-gap: 30px;
    }

    .ourMission .ourMissonWrap {
        padding: 35px 45px 28px 24px;
    }

    .missionTitle {
        padding-bottom: 35px;
    }

    .missonList ul>li {
        font-size: 16px;
        padding-bottom: 18px;
        line-height: 1.2;
    }
}

@media(max-width:1199px) {
    .missonList ul>li {
        font-size: 13px;
        padding-bottom: 15px;
        line-height: 1.2;
        padding-left: 33px;
    }

    .ourMissonWrap .missonInner {
        grid-gap: 20px;
    }

    .missionTitle {
        padding-bottom: 29px;
    }
}

@media(max-width:991px) {
    .missonImage {
        width: 100%;
    }

    .missonImage {
        width: 100%;
    }

    .missonList ul>li {
        font-size: 17px;
        padding-bottom: 21px;
        line-height: 1.2;
        padding-left: 47px;
    }

    .ourMission .ourMissonWrap {
        padding: 24px 20px 10px 15px;
    }
}

@media(max-width:767px) {
    .missonList ul>li {
        font-size: 15px;
        padding-bottom: 16px;
        line-height: 1.2;
        padding-left: 35px;
    }

    .ourMissonWrap .missonInner {
        grid-gap: 30px;
    }
}

@media(max-width:575px) {
    .ourMissonWrap .missonInner {
        grid-gap: 20px;
    }

    .missionTitle {
        padding-bottom: 20px;
    }

    .ourMission .ourMissonWrap {
        padding: 10px;
    }

    .ourMissonWrap .missonheading {
        padding-bottom: 5px;
    }

    .missonList ul>li {
        font-size: 14px;
    }
}

/* ======================================== **  Our Misson Close Here **==============================================  */

/* ======================================== ** Contact us Section Section Start Here **==============================================  */
.weInvite {
    padding-bottom: var(--secPadding);
}

.weInvite .weinviteWrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    grid-gap: 30px;
}

.LinksBox,
.socialIconBox {
    border: 1px solid rgba(75, 78, 94, 0.7);
    padding: 24px 36px;
    border-radius: 22px;
    background: rgba(20, 22, 42, 1);
}

.weinviteWrap .boxInvite {
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    width: 100%;
    max-width: 380px;
    letter-spacing: 0.5px;
}

.LinksBox p:first-child {
    padding: 12px 0;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.LinksBox p {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.LinksBox p a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 6px 0;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 27px;
}

.LinksBox p a:hover {
    text-decoration: underline;
}

.LinksBox p:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/email.svg);
    background-repeat: no-repeat;
    transform: translateY(-50%);
    background-size: contain;
}

.LinksBox p:nth-child(3):last-child::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(../images/whatsapp.svg);
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.socialIconBox p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
}

.socialIconBox ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    grid-gap: 15px;
    padding-bottom: 24px;
}

.socialIconBox ul li>a {
    border: 1px solid #fff;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.socialIconBox ul li img {
    width: 19px;
    object-fit: cover;
    object-position: center;
}

.socialIconBox ul li>a:hover {
    background-color: var(--scBgColor);
    box-shadow: 0 0 5px var(--scBgColor);
    transform: translateY(-5%);
    border: 1px solid var(--scBgColor);
}

.socialIconBox ul li img:hover {
    filter: brightness(0.5) invert(1);
}

@media(max-width:1599px) {
    .socialIconBox ul {
        padding-top: 25px;
        padding-bottom: 15px;
    }
}

@media(max-width:1399px) {
    .weInvite .weinviteWrap {
        grid-gap: 20px;
    }

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

    .LinksBox p:first-child {
        font-size: 16px;
        padding: 0;
    }

    .weinviteWrap .boxInvite {
        font-size: 16px;
    }

    .socialIconBox ul {
        padding-top: 20px;
        grid-gap: 12px;
        padding-bottom: 19px;
    }
}

@media(max-width:1199px) {

    .LinksBox,
    .socialIconBox {
        padding: 20px 15px;
    }
}

@media(max-width:991px) {
    .weInvite .weinviteWrap {
        grid-template-columns: 1fr 1fr;
    }

    .LinksBox p a {
        font-size: 15px;
    }

    .LinksBox,
    .socialIconBox {
        padding: 15px 15px;
    }
}

@media(max-width:767px) {
    .weInvite .weinviteWrap {
        grid-template-columns: 1fr;
    }

    .weinviteWrap .boxInvite {
        font-size: 16px;
        padding: 0;
        max-width: 100%;
    }
}

@media(max-width:575px) {
    .weinviteWrap .boxInvite {
        font-size: 14px;
        text-align: justify;
    }
}

/* ======================================== ** Contact us Section Section Close Here ** ==============================================  */
.faqPage {
    padding-top: 150px;
}

.faqPage .faqContainer {
    display: block;
}

.faqContainer .faqContent {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

/* ======================================== ** Single page Design  ** ==============================================  */
.single-post .entry-content.enteryInner {
    padding-top: 20px;
}

.singlePageCont {
    max-width: 1140px;
    margin: 0 auto;
}

.singlePageWrap img {
    width: 100%;
    object-fit: cover;
    height: auto;
    aspect-ratio: 16 / 9;
    padding-bottom: 10px;
    object-position: center;
}

.singlePageWrap>h1 {
    font-size: var(--secheading);
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 1.1;
}

.enteryInner img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 20px 0;
    aspect-ratio: 16 / 9;
}

.enteryInner h1 {
    font-weight: 400;
    font-size: var(--secSubHeading);
    padding: 10px 0;
    line-height: 1.1;
}

.enteryInner p:last-child {
    padding-top: 10px;
}

.enteryInner p,
.enteryInner ul>li {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    opacity: 0.8;
}

.singlePageCont .comment-form-comment {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
}

.singlePageCont .form-submit input {
    border: 1px solid var(--scBgColor);
    display: block;
    width: fit-content;
    border-radius: 10px;
    padding: 10px 22px !important;
    transition: all 0.5s ease-in-out;
    background-color: var(--scBgColor);
    color: #fff;
    margin: 10px 0;
    cursor: pointer;
}

.singlePageCont .form-submit input:hover {
    background-color: transparent;
    transform: translateY(-5px);
}

.comment-form-comment textarea {
    background-color: transparent;
    border: 1px solid var(--scBgColor);
    border-radius: 8px;
    color: #fff;
    padding: 16px;
    width: 100%;
    height: 100%;
    max-height: 118px;
}

.singlePageCont p input {
    width: 100%;
    border: 1px solid var(--scBgColor);
    background-color: transparent;
    border-radius: 8px;
    color: #fff;
    padding: 10px 22px;
}

.comment-form p {
    padding: 10px 0;
}

.singlePageCont p input,
.comment-form-comment textarea {
    outline: none;
}

.enteryInner p a {
    color: var(--prTextColor);
}

.enteryInner p a:hover {
    text-decoration: underline;
}

.comment-form p label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 10px;
}

.comment-form-cookies-consent input {
    margin-left: auto;
    width: 10px !important;
}

.comment-form-cookies-consent label {
    font-size: 16px !important;
    padding: 0 !important;
    margin: 0;
    line-height: 1.1;
}

p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width:1399px) {
    .singlePageCont {
        max-width: 680px;
        margin: 0 auto;
    }
}

@media(max-width: 575px) {
    .comment-form-cookies-consent label {
        font-size: 14px !important;
    }

    .enteryInner img {
        padding: 10px 0;
    }

    .comment-form p {
        padding: 5px 0;
    }
}

/* 27-12-2024 */
@media (max-width:575px) {
    .mainHeadingFooter h2 {
        font-size: 30px !important;
    }
}

.comments-list {
    display: block;
    width: 100%;
    padding-top: 20px;
}

.comments-list ol li {
    color: #fff;
}

.comments-list ol li a {
    color: #fff;
}

.comments-list>ol {
    margin: 0;
    padding: 0;
}

/* ======================================= *** My profile page Start Here *** ======================================= */
.myProfile {
    padding: var(--innerSecPadding) 0;
    margin: 100px 0;
}

.myProfile .profileWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 22px;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-top: 28px;
    background-color: #191B33;
    padding: 22px 32px 27px 38px;
    border: 1.5px solid #272A48;
}

.profileWrap .profileImgWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 30px;
}

.profileImg {
    overflow: hidden;
    border: 5px solid #272A48;
    border-radius: 100%;
}

.profileImg>.johnDoe {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    object-position: center;
    max-width: 120px;
}

.profileImg>.johnDoe:hover {
    transform: scale(1.1);
}

.profileHeading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: capitalize;
}

.profileName {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 16px;
    line-height: 1.1;
}

.mailJohn {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
}

.mailJohn:hover {
    text-decoration: underline;
}

.myProfile .editBtn {
    border: 1px solid #fff;
    padding: 7px 38px 7px 14px;
    cursor: pointer;
    border-radius: 54px;
    display: inline-block;
    transition: linear 0.5s;
    position: relative;
}

.cancel,
.personalInfoCancel,
.metricsCancel {
    margin-left: auto;
    margin-right: 10px;
}

.myProfile .editBtn:hover {
    box-shadow: 0 0 15px #fff;
    transform: translateY(-3px);
}

.myProfile .editBtn>a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}

.myProfile .editBtn::before {
    content: '';
    position: absolute;
    background-image: url(../images/editor.svg);
    width: 17px;
    height: 21px;
    right: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.myProfile .personalInfo,
.myProfile .healthInfo {
    border-radius: 22px;
    border: 1.5px solid #272A48;
    padding: 32px 32px 40px 32px;
    margin-top: clamp(7px, 4vw, 15px);
}

.myProfile .personalInfo {
    margin-bottom: 40px;
}

.personalInfo .persalInfoWrap,
.healthInfo .healthInfoWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.persalInfoWrap .personalFormWrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
}

.personalFormWrap .persnolFiled {
    display: flex;
    flex-direction: column;
}

.persnolFiled>label,
.healthFiled>label {
    font-size: 16px;
    color: #CECED1;
    font-weight: 400;
    line-height: 1.1;
    padding-bottom: 5px;
}

.persnolFiled input,
.healthFiled input,
.persnolFiled select {
    border: 1px solid #D4D7E34D;
    background-color: transparent;
    padding: 11px 0px 11px 15px;
    border-radius: 12px;
    width: 100%;
    color: #ffffff;
    font-weight: 400;
}

.persnolFiled input[type=number],
.healthFiled input[type=number] {
    -moz-appearance: textfield;
}

.persnolFiled input::placeholder,
.healthFiled input::placeholder,
.persnolFiled select:disabled {
    color: #d4d7e38a;
    font-weight: 400;
}

.persnolFiled select {
    position: relative;
    appearance: none;
    background-image: url('../images/downCheck.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px);
}

.persnolFiled select>option {
    background-color: var(--bodyColor);
    padding: 10px;
    display: block;
}

.persalInfoWrap .perForm {
    width: 83.1%;
}

.healthInfoWrap .healthForm {
    width: 70%;
}

.healthFiled input {
    width: 100%;
    max-width: 240px;
}

.persalInfoWrap .editBtn {
    flex: 0 0 auto;
}

.persnolFiled input:focus,
.healthFiled input:focus,
.persnolFiled select:focus {
    outline: none;
}

.persnolFiled input::placeholder,
.healthFiled input::placeholder {
    color: #fff;
    font-weight: 600;
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.1;
}

.healthInfoWrap .healthFormWrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 32px;
}

.healthFormWrap .healthFiled {
    display: flex;
    flex-direction: column;
}

.perBtnWrap,
.healthBtnWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 28px;
}

.persnolFiled input::placeholder,
.healthFiled input::placeholder {
    color: #d4d7e38a;
    font-weight: 400;
}

.healthInfoWrap .healthFormWrap {
    align-items: flex-end;
}

.persnolFiled input[readonly],
.healthFiled input[readonly] {
    color: #d4d7e38a;
}

/* profile Edidt Image */
.profileImgWrap .editable-user-avatar-btn {
    display: block;
    width: 100%;
}

@media(max-width:1599px) {
    .healthInfoWrap .healthForm {
        width: 100%;
    }
}

@media(max-width:991px) {
    .profileImgWrap .editable-user-avatar-btn {
        margin-bottom: 10px;
    }
}

@media(max-width:767px) {
    .profileImgWrap .editable-user-avatar-btn {
        margin-bottom: 5px;
    }
}

@media(max-width:575px) {
    .myProfile .profileWrap .editBtn {
        margin-top: 15px;
        margin-left: 20px;
    }

    .editBtn.cancel,
    .editBtn.save {
        margin-left: 8px !important;

    }

    .personalInfo .editBtn.personalInfoCancel,
    .healthInfo .editBtn.metricsCancel {
        margin: 0;
    }



    .profileImgWrap .editable-user-avatar-btn {
        margin-bottom: 5px;
        margin-top: 8px;
    }

    .profileImgWrap .editable-user-avatar-btn {
        padding-left: 6px;
    }

    .myProfile .profileWrap {
        display: block;
    }
}

@media(max-width:450px) {

    .perBtnWrap,
    .healthBtnWrap {
        display: block;
    }
}

/* ======================================= *** My page Responsive Start Here *** ======================================= */
@media(max-width: 1599px) {

    /* .healthInfoWrap .healthFormWrap {
        grid-template-columns: 1fr 1fr 1fr;
    } */
    .profileName {
        font-size: 30px;
    }

    .myProfile {
        margin-bottom: 70px;
    }
}

@media(max-width: 1399px) {

    .persnolFiled input::placeholder,
    .healthFiled input::placeholder {
        font-size: 16px;
    }

    .profileHeading {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.1;
    }

    .myProfile .profileWrap,
    .myProfile .personalInfo {
        margin-bottom: 35px;
    }

    .myProfile .profileWrap {
        padding: 22px 32px 27px 30px;
        margin-top: 25px;
    }

    .mailJohn {
        font-size: 18px;
    }

    .profileWrap .profileImgWrap {
        grid-gap: 10px 25px;
    }

    .profileName {
        padding-bottom: 12px;
    }

    .profileName {
        font-size: 28px;
    }

    .healthInfoWrap .healthForm {
        width: 100%;
    }

    .persalInfoWrap .perForm {
        width: 100%;
    }

    .profileHeading {
        font-size: 18px;
    }

    .myProfile {
        margin-bottom: 50px;
    }
}

@media(max-width: 1199px) {
    .healthInfoWrap .healthFormWrap {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .myProfile .profileWrap,
    .myProfile .personalInfo {
        margin-bottom: 30px;
    }

    .mailJohn {
        font-size: 16px;
    }

    .profileName {
        font-size: 26px;
    }

    .persalInfoWrap .personalFormWrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 991px) {
    .profileName {
        font-size: 24px;
    }

    .persnolFiled input::placeholder,
    .healthFiled input::placeholder {
        font-size: 14px;
    }

    .profileHeading {
        font-size: 19px;
    }

    .myProfile .profileWrap,
    .myProfile .personalInfo {
        margin-bottom: 25px;
    }

    .profileWrap .profileImgWrap {
        grid-gap: 15px;
    }

    .myProfile .profileWrap {
        padding: 22px 25px 22px 25px;
        margin-top: 20px;
    }

    .healthInfoWrap .healthFormWrap {
        grid-template-columns: 1fr 1fr;
    }

    .healthInfoWrap .healthFormWrap {
        grid-template-columns: 1fr 1fr;
    }

    .healthFiled input {
        max-width: 100%;
    }

    .myProfile .personalInfo,
    .myProfile .healthInfo {
        padding: 26px 24px 30px 26px;
    }

    .persalInfoWrap .personalFormWrap {
        grid-gap: 20px;
    }

    .healthInfoWrap .healthFormWrap {
        grid-gap: 20px;
    }
}

@media(max-width: 767px) {
    .persalInfoWrap .personalFormWrap {
        grid-template-columns: 1fr;
    }

    .myProfile .profileWrap,
    .myProfile .personalInfo {
        margin-bottom: 20px;
    }

    .profileWrap .profileImgWrap {
        grid-gap: 10px;
    }

    .myProfile .personalInfo,
    .myProfile .healthInfo {
        padding: 20px 16px 20px 16px;
    }

    .profileHeading {
        padding-bottom: 10px;
    }

    .profileName {
        font-size: 22px;
    }

    .myProfile .personalInfo,
    .myProfile .healthInfo {
        padding: 20px 15px;
    }
}

@media(max-width: 575px) {
    .myProfile .profileWrap {
        padding: 15px;
    }

    .profileWrap .profileImgWrap {
        grid-gap: 8px;
    }

    .profileName {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .healthInfoWrap .healthFormWrap {
        grid-template-columns: 1fr;
    }
}

@media(max-width:400px) {

    .perBtnWrap,
    .healthBtnWrap {
        display: block;
        margin-bottom: 15px;
    }

    .profileImgWrap {
        display: block;
        margin: 10px 0;
    }
}

/* ======================================= *** My profile page End Here *** ======================================= */

/* ======================================= *** Inner Nurse Page Start Here *** ======================================= */
.innerNurse {
    padding: var(--secPadding) 0;
    margin: 60px 0;
}

.innerNurse .innerNurseWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 32px;
}

.innerNurseWrap .nsLeftCol {
    width: 67.2%;
}

.videoWrap>video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
}


/* Progress Tab */
.innerNurseWrap .progressTabWrap {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 48px;
    border-bottom: 1px solid #272A48;
    margin-bottom: 50px;
}

.progressTabWrap>.tabItem {
    font-size: 18px;
    transition: all .5s ease-in-out;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.3px;
    cursor: pointer;
}

/* .progressTabWrap>.tabItem:hover,
.progressTabWrap>.tabItem.active {
    color: var(--prTextColor);
} */

.progressTabWrap>.tabItem.active {
    border-bottom: 2px solid var(--prTextColor);
    padding-bottom: 4px;
}

.progressTabWrap>.tabItem:hover {
    border-bottom: 1px solid var(--prTextColor);
    padding-bottom: 4px;
}

/* Percentage Weekly Row CSS */
.prgTabContent {
    display: none;
}

.prgTabContent.active {
    display: block;
}

.prgTabContent .prcantageProgressWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
    align-items: flex-start;
    width: calc(100% - 55px);
}

/* Percentage Col CSS */
.prcantageProgressWrap .progressCol .progressTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 80px 0 32px;
}

.progressCol .progressBox {
    border: 1px solid #272A48;
    padding: 32px;
    border-radius: 8px;
    margin-top: 32px;
}

.progressBox .progressBoxTitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 20px;
}

.calcFieldsWrap .calcfield+.calcfield {
    width: 100%;
}

.calcmainWrap .calcfield>input {
    margin-top: clamp(10px, 4vw, 24px);
}

.calcFieldsWrap .calcfield:first-child input {
    margin-top: 0 !important;
}

.calcmainWrap .calcfield:last-child>input {
    margin: 0;
}

.calcFieldsWrap .calcfield .fieldName {
    font-size: 18px;
    color: #F3F7FA;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 0;
}


.calcFieldsWrap .calcfield input {
    border: 1px solid #272A48;
    background-color: #272A48;
    padding: 10px 15px 10px 24px;
    width: 100%;
    border-radius: 8px;
    outline: none;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    min-height: 72px;
}

.calcFieldsWrap .calcfield input[type=number] {
    -moz-appearance: textfield;
}

.calcFieldsWrap .calcfield input::placeholder {
    color: #FFFFFFCC;
}

.calcFieldsWrap .clcBtn {
    margin: 40px auto;
    padding-left: 16px;
    padding-right: 8px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 13px;
    padding-right: 8px;
}

/* Weekly Progress */
.prcantageProgressWrap .weeklyProgressList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

.weeklyProgressList .weeklyProgresItem {
    background-color: #20223E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 72px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #272A48;
    color: #FFFFFFCC;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.weeklyProgressList .weeklyProgresItem:hover {
    background-color: var(--scBgColor);
    transform: translateY(-5px);
}

.weeklyProgressList .weeklyProgresItem.active {
    background-color: var(--scBgColor);
}

/* Rigth Column CSS*/
.innerNurseWrap .nsRightCol {
    flex: 1;
}

/* Accordion CSS */
.nsAccordionWrap {
    background-color: #191B33;
    border-radius: 16px;
    overflow: hidden;
}

.nsAccordionWrap .accordion-item {
    background-color: #191B33;
    border-style: none;
}

.nsAccordionWrap .accordion-item:not(:last-child) {
    border-bottom: 1px solid #272A48;
}

.nsAccordionWrap .accordion-header {
    background-color: transparent;
}

#nsAccordionWrap.nsAccordionWrap .accordion-header .accordion-button {
    background-color: #191B33;
    color: #fff;
    padding: 18px 24px 12px;
    display: block;
    transition: all .5s ease-in-out;
    position: relative;
}

#nsAccordionWrap.nsAccordionWrap .accordion-header .accordion-button:hover:not(.accordion-body .accordion-button),
#nsAccordionWrap.nsAccordionWrap .accordion-header .accordion-button:not(.collapsed):not(.accordion-body .accordion-button),
#nsAccordionWrap.nsAccordionWrap .accordion-header .accordion-button[aria-expanded="true"]:not(.accordion-body .accordion-button) {
    background-color: #272A48 !important;
}

#nsAccordionWrap.nsAccordionWrap .accordion-header .accordion-button::after {
    position: absolute;
    width: 15px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/accordion-arrow.svg);
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(0deg);
    transition: all .5s ease-in-out;
    filter: brightness(0) invert(1);
}

#nsAccordionWrap.nsAccordionWrap .accordion-header .accordion-button:not(.collapsed)::after,
#nsAccordionWrap.nsAccordionWrap .accordion-header .accordion-button[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
    filter: unset;
}

.nsAccordionWrap .accordion-button .subTitle {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
}

.nsAccordionWrap .accordion-button .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 6px 0;
    color: #fff;
}

.nsAccordionWrap .accordion-button .videoContent {
    font-size: 14px;
    --color: #8C8D99;
    color: var(--color);
    line-height: 1.3;
    font-weight: 500;
    display: flex;
    grid-gap: 8px;
    transition: all .5s ease-in-out;
}

.nsAccordionWrap .accordion-button .videoContent .time {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

.nsAccordionWrap .accordion-button .videoContent .time::before {
    content: '';
    display: block;
    min-width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--color);
    transition: all .5s ease-in-out;
}

.nsAccordionWrap .accordion-button:not(.collapsed) .videoContent,
.nsAccordionWrap .accordion-button[aria-expanded="true"] .videoContent {
    --color: #F6941F;
}

.nsAccordionWrap .accordion-item .accordion-body {
    background-color: #20223E;
    color: #fff;
    padding: 0;
}

/* Inner Accordion */
#nsAccordionWrap.nsAccordionWrap .accordion-item .accordion-body .accordion-header .accordion-button {
    background-color: #20223E;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    padding: 12px 24px;
}

#nsAccordionWrap.nsAccordionWrap .accordion-item .accordion-body .accordion-header .accordion-button:hover,
#nsAccordionWrap.nsAccordionWrap .accordion-item .accordion-body .accordion-header .accordion-button:not(.collapsed),
#nsAccordionWrap.nsAccordionWrap .accordion-item .accordion-body .accordion-header .accordion-button[aria-expanded="true"] {
    background-color: #20223E !important;
    color: var(--prTextColor) !important;
}

#nsAccordionWrap.nsAccordionWrap .accordion-item .accordion-body .accordion-header .accordion-button::after {
    background-image: url(../images/accordion-inner-arrow.svg);
}

.nsAccordionWrap .accordion-item .accordion-body .accordion-body {
    border-top: 1px solid #272A48;
}

.accordion-body .accordion .bodyDataLeftCol {
    padding: 12px 24px 12px 24px;
}

.accordion-body .accordion .bodyDataLeftCol:not(:last-child) {
    border-bottom: 1px solid #272A48;
}

.nsAccordionWrap .accordion-item .accordion-body .nsBodyInnerWrap .bodyDataLeftCol {
    flex: 1;
    margin: 0;
}

.nsAccordionWrap .accordion-item .accordion-body .nsBodyInnerWrap .bodyDataLeftCol {
    flex: 1;
}

.nsAccordionWrap .accordion-item .accordion-body .nsBodyInnerWrap .bodyDataRightCol {
    min-width: 22px;
}

.nsAccordionWrap .accordion-item .accordion-body .nsBodyInnerWrap .bodyDataLeftCol .innerTitle {
    line-height: 1;
    margin-bottom: 8px;
}

.nsAccordionWrap .accordion-item .accordion-body .nsBodyInnerWrap .bodyDataLeftCol .innerTitle a {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-bottom: 5px;
}


.nsAccordionWrap .accordion-item .accordion-body .nsBodyInnerWrap .bodyDataLeftCol .videoTime {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 6px;
    line-height: 1.2;
    font-size: 14px;
    color: var(--prTextColor);
    font-weight: 500;
}

.nsAccordionWrap .accordion-item .accordion-body .bodyDataLeftCol .videoTime img {
    max-width: 16px;
}

.nsAccordionWrap .accordion-item .accordion-body .nsBodyInnerWrap .bodyDataLeftCol .videoTime .finishVideoSpan,
.nsAccordionWrap .accordion-item .accordion-body .nsBodyInnerWrap .bodyDataLeftCol .videoTime .completedVideoSpan {
    min-width: 16px;
    margin-left: auto;
    cursor: pointer;
}

.nsRightCol .wrkProgerssWrap {
    border: 1px solid #272A48;
    border-radius: 16px;
    margin-top: 32px;
    display: inline-block;
    width: 100%;
    padding: 30px 30px 30px 24px;
}

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

.wrkProgerssWrap .wrkAward {
    display: flex;
    align-items: center;
    grid-gap: 32px;
}

.awardContent>h2 {
    font-size: clamp(14px, 1.2vw, 22px);
    line-height: 1.2;
    font-weight: 500;
}

.awardContent a {
    color: #FCB333;
    text-decoration: underline;
    padding-top: 13px;
    display: block;
    font-size: 14px;
    width: fit-content;
    position: relative;
    font-weight: 500;
}

.awardContent a::before {
    background-image: url('../images/rightArrow.svg');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: -26px;
    width: 20px;
    height: 20px;
}

.weekCheckBox>select {
    border: 1px solid #191B33;
    background-color: #191B33;
    font-size: 17px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px 10px 12px;
    appearance: none;
    background-image: url('../images/downCheck.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px);

}

.weekCheckBox .weekCheckBox>select>option {
    font-size: 15px;
    padding: 12px 0;
    position: relative;
}

.weekCheckBox>select:focus {
    outline: none;
}

/* ======================================= *** Inner Nurse Page Responsive Here  *** ======================================= */
@media(max-width:1599px) {
    .innerNurse .innerNurseWrap {
        grid-gap: 28px;
    }

    #nsAccordionWrap.nsAccordionWrap .accordion-header .accordion-button::after {
        right: 15px;
    }

    .prgTabContent .prcantageProgressWrap {
        grid-gap: 27px;
    }

    .progressCol .progressTitle {
        font-size: 21px;
        margin: 60px 0 28px;
    }

    .progressCol .progressBox {
        padding: 25px;
        margin-top: 25px;
    }

    .nsAccordionWrap .accordion-button .title {
        font-size: 16px;
    }

    .wrkAward img {
        max-width: 160px;
        width: 100%;
    }

    .nsRightCol .wrkProgerssWrap {
        padding: 30px 16px 30px 13px;
    }

    .wrkAward .awardContent {
        padding-top: 15px;
    }
}

@media(max-width:1399px) {
    .prcantageProgressWrap .weeklyProgressList {
        grid-gap: 18px;
    }

    #nsAccordionWrap.nsAccordionWrap .accordion-header .accordion-button::after {
        right: 12px;
    }

    .nsAccordionWrap .accordion-button .title {
        font-size: 16px;
    }

    .nsRightCol .wrkProgerssWrap {
        padding: 16px 24px 25px 16px;
    }

    .prgTabContent .prcantageProgressWrap {
        grid-gap: 24px;
    }

    .wrkProgerssWrap .wrkAward {
        grid-gap: 15px;
    }

    .progressCol .progressBox {
        padding: 20px;
        margin-top: 22px;
    }

    .progressCol .progressTitle {
        font-size: 19px;
    }

    .innerNurse {
        margin: 80px 0;
    }
}

@media(max-width:1199px) {
    .prgTabContent .prcantageProgressWrap {
        width: 100%;
    }

    .wrkProgerssWrap .wrkAward {
        display: flex;
    }

    .awardContent>h2 {
        font-size: 18px;
    }

    .prgTabContent .prcantageProgressWrap {
        grid-gap: 20px;
    }

    .weeklyProgressList .weeklyProgresItem {
        font-size: 16px;
    }

    .progressCol .progressBox {
        padding: 15px;
        margin-top: 18px;
    }
}

@media(max-width:991px) {
    .innerNurseWrap .nsLeftCol {
        width: 100%;
    }

    .wrkAward .awardContent {
        padding-top: 0;
    }

    .wrkProgerssWrap .wrkAward {
        display: flex;
    }

    #nsAccordionWrap.nsAccordionWrap .accordion-header .accordion-button::after {
        right: 24px !IMPORTANT;
    }

    #nsAccordionWrap.nsAccordionWrap .accordion-item .accordion-body .accordion-header .accordion-button {
        font-size: 16px;
    }

    .nsAccordionWrap .accordion-button .title {
        font-size: 16px;
    }

}

@media(max-width:767px) {
    .prcantageProgressWrap .weeklyProgressList {
        grid-template-columns: 1fr;
    }

    .calcFieldsWrap .calcfield input {
        padding: 10px;
    }
}

@media(max-width:575px) {
    .innerNurse {
        margin: 100px 0;
    }

    .innerNurseWrap .progressTabWrap {
        padding: 20px 0;
        grid-gap: 33px;
        margin-bottom: 40px;
    }

    .nsAccordionWrap .accordion-button .title {
        font-size: 16px;
    }

    .progressCol .progressTitle {
        font-size: 16px;
    }

    .prgTabContent .prcantageProgressWrap {
        grid-template-columns: 1fr;
    }

    .nsAccordionWrap .accordion-button .title {
        font-size: 15px;
    }
}

@media(max-width:450px) {

    .wrkAward .awardContent {
        padding-top: 15px;
    }

    .wrkProgerssWrap .wrkAward {
        display: block;
    }
}

/* =========================================================== >> 11/2/2025 << =========================================================== */
.calcFieldsWrap .calcfield input::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.1px;
}

@media(max-width:1399px) {
    .prcantageProgressWrap .progressCol .progressTitle {
        font-size: 20px;
        margin: 50px 0 25px;
    }
}

@media(max-width:1199px) {
    .prcantageProgressWrap .progressCol .progressTitle {
        font-size: 18px;
        margin: 40px 0 20px;
    }
}

@media(max-width:991px) {
    .prcantageProgressWrap .progressCol .progressTitle {
        font-size: 16px;
        margin: 32px 0 17px;
    }

}

@media(max-width:767px) {
    .calcFieldsWrap .calcfield input::placeholder {
        font-size: 11px !important;
        width: fit-content;
        display: block;
    }
}

/********** Star rating ************/

.rating:not(:checked)>input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
    float: right;
    width: 1em;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #ddd;
    /* text-shadow: 1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0, 0, 0, .5); */
}

.rating:not(:checked)>label:before {
    content: '★ ';
}

.rating>input:checked~label {
    color: #f70;
    /* text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0, 0, 0, .5); */
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: gold;
    /* text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5); */
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #ea0;
    /* text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5); */
}

.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

/********** Star rating ************/
.faqAccordion .accordion-item {
    background-color: transparent;
    border: 1px solid #272A48;
    border-left: none;
    border-radius: 0px;
    border-top: none;
    border-right: none;
}

.prgTabContent .faqAccordion {
    background-color: transparent !important;
    border-style: none !important;
}

.faqAccordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: #fff;
    font-family: Inter;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    background-color: transparent;
    letter-spacing: 0;
}

.faqAccordion .faq-item .accordion-body {
    color: #fff;
    padding: 0 75px 10px 18px;
}

.faqAccordion .accordion-item .accordion-button:focus {
    border-style: none;
    box-shadow: none;
}

.faqAccordion .accordion-item .accordion-button::after {
    background-image: url(../images/downIcon.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transition: transform 0.3s ease;
}

.prgTabContent .faqAccordion .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
}

.faqAccordion .accordion-item .collapse.show {
    background: #16182E;
}

.faqAccordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #16182E !important;
    padding-top: 19px;
    padding-bottom: 24px;
    margin: 0;
}

.prgTabContent .review-form {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.review-form textarea {
    background-color: #191B33;
    border-style: none;
    border-radius: 6px;
    color: #fff;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    padding: 15px;
    height: 150px;
    resize: none;
}

.prgTabContent .review-form .form-star-rating.rating {
    width: fit-content;
    margin-right: auto;
    margin-block: 12px 20px;
}

.review-form .form-star-rating.rating label {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 100;
}

.prgTabContent .review-form input#form_submit {
    width: fit-content;
    margin-left: auto;
    background-color: #f70;
    border: 1px solid #f70;
    padding: 10px 27px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s;
    line-height: 1.1;
    font-size: 17px;
    color: #fff;
}

.prgTabContent .review-form input#form_submit:hover {
    box-shadow: 0 0 10px #f70;
    transform: translateY(-3px);
}

.review-form textarea:focus {
    outline: none;
}

.prgTabContent .review-form .review-user-info>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.prgTabContent .review-form .review-user-info {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.prgTabContent .review-form .review-user-info {
    display: flex;
    align-items: center;
    grid-gap: 19px;
}

.prgTabContent .review-item {
    margin: clamp(14px, 4vw, 24px) 0;
}

.review-item .review-rating,
.review-text {
    padding-left: 60px;
}

.prgTabContent .review-item .review-user {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding-bottom: 10px;
    color: #F6941F;
    font-size: clamp(14, 4vw, 17px);
}

.prgTabContent .review-item .review-user img {
    width: 50px;
    border-radius: 100%;
    object-fit: contain;
}

.videoTime .finishVideo,
.videoTime.completed span img {
    width: 20px;
    object-fit: cover;
    object-position: center;
}

.accordion-body .accordion .bodyDataLeftCol .innerTitle a {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    width: 97%;
    height: 100%;
    display: inline-block;
}

.fc-daygrid-event-harness .fc-event {
    cursor: pointer;
}

/* 3/3/35 */
.nsLeftCol #tab1-content {
    margin-bottom: 20px;
}

@media(max-width:575px) {
    .cbnHeadWrap .cbnDesc br {
        display: none;
    }
}

@media(max-width:400px) {
    .cbnSec .cbnBottomText>p {
        width: 100%;
        line-height: 1.4;
        text-align: left;
        max-width: 250px;
    }
}

/* 5/3/2025 */
.nsLeftCol .videoWrap.cs-videoWrap>iframe {
    width: 100% !important;
    aspect-ratio: 16/9;
    height: auto;
    border-radius: 16px;
}

.bodyDataLeftCol {
    position: relative;
}

.bodyDataLeftCol .v-anc.currentVideo::before {
    content: '';
    position: absolute;
    background-image: url(../images/activevideo-Icon.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    right: 15px;
    background-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.bodyDataLeftCol .v-anc.n-paid::before {
    content: '';
    position: absolute;
    background-image: url(../images/video-lock.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    right: 15px;
    background-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.bodyDataLeftCol .v-none.n-paid::before {
    content: '';
    position: absolute;
    background-image: url(../images/video-lock.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    right: 15px;
    background-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.bodyDataLeftCol {
    z-index: 0;
    position: relative;
}

.currentVideo:after {
    content: "";
    position: absolute;
    background-color: #272A48;
    inset: 0;
    z-index: -1;
}

@media(max-width:991px) {
    .faqAccordion .accordion-item .accordion-button::after {
        margin: 0 6px;
    }
}

@media(max-width:1599px) {
    .faqAccordion .accordion-item .accordion-header .accordion-button.collapsed {
        font-size: 15px;
        padding-right: 30px;
    }

    .faqAccordion .accordion-item .accordion-button:not(.collapsed) {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 32px;
    }

    .faqAccordion .faq-item .accordion-body {
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .faqAccordion .faq-item .accordion-body {
        color: #fff;
        padding-right: 18px;
    }

    .faqAccordion .accordion-item .accordion-button:not(.collapsed) {
        font-size: 15px;
    }
}

.prgTabContent #load-more-reviews {
    margin: 40px auto 0;
    border: 1px solid #191B33 !IMPORTANT;
    background-color: #191B33;
    display: block;
    color: #fff;
    padding: 10px 42px 10px 18px;
    font-weight: 400;
    position: relative;
    transition: 0.5s ease-in-out;
    line-height: 1.1;
    font-size: 14px;
    cursor: pointer;
    border-radius: 59px;
}

.prgTabContent #load-more-reviews:hover {
    box-shadow: 0 0 5px #191B33;
    transform: translateY(-3px);
}

.prgTabContent #load-more-reviews::after {
    content: '';
    background-image: url(../images/viweRight.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.calcFieldsWrap .calcfield:first-child input {
    margin-top: 19px;
}

.cooperTest .percentage .calcFieldsWrap #calculatePushups {
    margin: 18px 0 0;
}

@media(max-width:1399px) {
    .calcFieldsWrap .calcfield:first-child input {
        margin-top: 14px;
    }
}

@media(max-width:1199px) {
    .calcFieldsWrap .calcfield:first-child input {
        margin-top: 0;
    }
}

@media(max-width:991px) {
    .calcFieldsWrap .calcfield:first-child input {
        margin-top: 12px;
    }
}

@media(max-width:575px) {
    .calcFieldsWrap .calcfield:first-child input {
        margin-top: 0;
    }
}

.calcFieldsWrap>p>a {
    text-decoration: underline;
    color: var(--scBgColor);
    text-transform: capitalize;
}

/* 7/3/2025 */
.myProfile .profileStartBtn {
    display: flex;
    justify-content: end;
    margin-top: 25px;
    margin-bottom: 0;
}

.myProfile .profileStartBtn>a {
    text-transform: capitalize;
    font-weight: 500;
}

@media(max-width:767px) {
    .myProfile .profileStartBtn {
        margin-top: 15px;
    }
}

.upload-errors {
    color: #000 !important;
}

/* 19/3/2025 */
.max-upload-size {
    color: #000 !important;
}

.reviewSubmitWrap {
    margin-top: 10px;
}

.reviewSubmitWrap #rating-error {
    font-size: 14px;
    color: #dc3232;
    line-height: 1.2;
    display: block;
}

.reviewSubmitWrap .submit-btn-wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.reviewSubmitWrap #rating-form-response {
    color: #008000;
    margin-top: 15px;
    font-size: 18px;
}

.reviewSubmitWrap #rating-error:empty,
.reviewSubmitWrap #rating-form-response:empty {
    display: none;
}

/* Loader */

.reviewSubmitWrap .submit-btn-wrap #rating-loading {
    width: 36px;
}

.reviewSubmitWrap .submit-btn-wrap #rating-loading img {
    width: 100%;
    object-fit: contain;
}

@media(max-width:575px) {
    .reviewSubmitWrap {
        display: block;
    }

    .reviewSubmitWrap .error-message {
        line-height: 1.1;
        margin-bottom: clamp(10px, 4vw, 15px);
        font-size: clamp(14px, 4vw, 17px);
    }

    .prgTabContent .review-form .form-star-rating.rating {
        margin-block: 8px 12px;
    }

    .prgTabContent .review-form input#form_submit {
        margin: 10px 0 0;
    }

    .review-form .form-star-rating.rating label {
        font-size: 20px;
    }

    .review-form textarea {
        height: 120px;
    }

    .reviewSubmitWrap .submit-btn-wrap {
        margin-top: 20px;
        grid-gap: 5px;
    }

    .reviewSubmitWrap #rating-form-response {
        font-size: 16px;
    }

    .reviewSubmitWrap .submit-btn-wrap #rating-loading {
        width: 30px;
    }
}

.track-dropdown-data .cBtn.prBtn {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 0;
}

/* 9/4/2025 */

.awardContent {
    flex: 1;
}

.wkimageWrap .AwardImg {
    width: 100%;
    max-width: 147px;
}

.wkimageWrap {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.wkimageWrap .AwardImg {
    width: 100px;
    object-fit: contain;
    object-position: center;
}

.wkimageWrap .wkAwardPercentage {
    flex: 0 0 auto;
    background-color: #20223E;
    text-align: center;
    padding: 4px 10px;
    width: fit-content;
    border-radius: 2px;
    font-size: clamp(14px, 4vw, 17px);
    color: #fff;
    font-weight: 700;
}

/* 15 / 4 / 2025  See in Detail page */
.prDetails {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(150px, 4vw, 200px) 0;
}

.prDetails .perHeadingWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.perHeadingWrap .prHeading {
    font-size: clamp(16px, 4vw, 26px);
    line-height: 1.2;
    font-weight: 700;
}

.perHeadingWrap form>select {
    border: 1px solid #191B33;
    background-color: #191B33;
    font-size: clamp(13px, 1.2vw, 17px);
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px 10px 12px;
    appearance: none;
    background-image: url('../images/downCheck.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px);
}

.perHeadingWrap form>select:focus {
    outline: none;
}

.prDetails .prMainWrap .prDeatailList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
}

.prDetails .prMainWrap .prDeatailList:first-child {
    padding-top: 0;
}

.prMainWrap .prDeatailList:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.prDetails .prMainWrap {
    padding: clamp(20px, 1.2vw, 30px);
    background-color: #191B33;
    border-radius: 4px;
    margin: clamp(20px, 1.2vw, 30px) 0;
}

.prDeatailList .prContent {
    font-size: clamp(10px, 4vw, 14px);
    font-weight: 300;
    display: block;
    width: 100%;
}

.prDeatailList .prListIteml {
    font-size: clamp(12px, 4vw, 16px);
    font-weight: 600;
    line-height: 1.2;
    display: block;
    width: 100%;
}

.prDeatailList .prListIteml:nth-child(4),
.prDeatailList .prListIteml:nth-child(5),
.prDeatailList .prContent:nth-child(4),
.prDeatailList .prContent:nth-child(5) {
    text-align: center;
}

@media(max-width: 768px) {
    .prMainWrap {
        width: 100%;
        max-width: 768px;
        height: fit-content;
        overflow-x: auto;
        min-width: auto;
    }

    .prtableList {
        min-width: 768px;
    }

    .prMainWrap::-webkit-scrollbar {
        width: 4px;
    }

    .prMainWrap::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    .prMainWrap::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 10px;
    }

    .prMainWrap::-webkit-scrollbar-thumb:hover {
        background: #000;
    }

}

#tab1-content h3 {
    padding: 20px 0;
}

/* ============ *** 28-4-2025 *** ============= */
.faqNurseProgram {
    display: block !important;
}

.faqNurseProgram .faqContent {
    width: 100%;
    margin-bottom: clamp(15px, 4vw, 25px);
}

.faqNurseProgram .faqContent .faqHeading {
    padding-bottom: 10px;
}

.faqNurseProgram .faqContent .faqHeading>br {
    display: none;
}

.prgTabContent>div>a {
    color: #fff;
    transition: 0.3s ease-in-out;
    position: relative;
    font-size: clamp(15px, 4vw, 17px);
}

.prgTabContent>div>a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: width 300ms ease;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #fff;
}

.prgTabContent>div>a:hover::after {
    width: 100%;
}

/* ============ *** 12-05-2025: HelpDesk Form CSS Start Here *** ============= */
.helpDesk-form .helpDesk-fields-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-row-gap: 25px;
}

.helpDesk-fields-group .helpDesk-field {
    width: calc(50% - 16px);
}

.helpDesk-fields-group .helpDesk-field.full-field {
    width: 100%;
}

.helpDesk-field label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgba(206, 206, 209, 1);
    margin-bottom: 8px;
    line-height: 1.1;
}

.helpDesk-field input,
.helpDesk-field textarea {
    width: 100%;
    background-color: rgba(32, 34, 62, 1);
    border: 1px solid rgba(212, 215, 227, 0.3);
    color: #fff;
    padding: 15px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
}

.helpDesk-field textarea {
    height: 150px;
    resize: none;
}

.helpDesk-form .helpDesk-submit-wrap {
    margin-top: 40px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
}

.helpDesk-form .helpDesk-form-response {
    margin-top: 30px;
    font-size: 17px;
    color: #fff;
    border: 1px solid #fff;
    width: fit-content;
    display: block;
    padding: 8px 12px;
    line-height: 1.4;
}

.helpDesk-form .helpDesk-form-response.helpDeskError {
    border-color: #ffb900;
}

.helpDesk-form .helpDesk-form-response.helpDeskSuccess {
    border-color: #46b450;
}

.helpDesk-form .helpDesk-form-response:empty {
    display: none;
}

/* Loader */
.helpDesk-form .helpDesk-submit-wrap #helpdesk-loading {
    width: 36px;
}

.helpDesk-form .helpDesk-submit-wrap #helpdesk-loading img {
    width: 100%;
    object-fit: contain;
}

/* Responsive */
@media (max-width:767px) {
    .helpDesk-form .helpDesk-fields-group {
        grid-row-gap: 20px;
    }

    .helpDesk-fields-group .helpDesk-field {
        width: calc(50% - 10px);
    }

    .helpDesk-form .helpDesk-submit-wrap {
        margin-top: 25px;
    }

    .helpDesk-form .helpDesk-form-response {
        margin-top: 20px;
        font-size: 16px;
    }
}

@media (max-width:575px) {
    .helpDesk-fields-group .helpDesk-field {
        width: 100%;
    }

    .helpDesk-field textarea {
        height: 150px;
    }

    .helpDesk-form .helpDesk-submit-wrap #helpdesk-loading {
        width: 30px;
    }
}

/* ============ *** 12-05-2025: HelpDesk Form CSS Close Here *** ============= */
/* ============ *** 12-05-2025: Testimonials Slider Arrows CSS Start Here *** ============= */
.prgTabContent .testimonialWrap .slick-arrow {
    width: 36px;
    height: 36px;
    background-color: var(--scBgColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
}

.prgTabContent .testimonialWrap .slick-arrow::before {
    line-height: 1;
    padding: 0;
    margin: 0;
    font-family: 'FontAwesome';
    font-size: 24px;
    margin-top: -2px;
}

.prgTabContent .testimonialWrap .slick-arrow.slick-prev {
    left: -18px;
}

.prgTabContent .testimonialWrap .slick-arrow.slick-next {
    right: -18px;
}

.prgTabContent .testimonialWrap .slick-arrow.slick-prev::before {
    content: '\f104';
}

.prgTabContent .testimonialWrap .slick-arrow.slick-next::before {
    content: '\f105';
}

/* Responsive */

@media (max-width:575px) {
    .prgTabContent .testimonialWrap .slick-arrow {
        width: 28px;
        height: 28px;
    }

    .prgTabContent .testimonialWrap .slick-arrow::before {
        font-size: 20px;
    }

    .prgTabContent .testimonialWrap .slick-arrow.slick-prev {
        left: -14px;
    }

    .prgTabContent .testimonialWrap .slick-arrow.slick-next {
        right: -14px;
    }
}

/* ============ *** 12-05-2025: Testimonials Slider Arrows CSS Close Here *** ============= */
/* ============ *** 12-05-2025: Feedback Reviews CSS Start Here *** ============= */
.prgTabContent #review_form.feedback-review-form {
    margin-block: 40px 20px;
}

/* ============ *** 12-05-2025: Feedback Reviews CSS Close Here *** ============= */
/* ============ *** 13-05-2025: Shift Nurse Program Landing Page Start Here *** ============= */
/* Banner Section Start */
.nurseProgram-banner-sec {
    padding-block: calc(91px + 84px) calc(var(--secPadding) - 4px);
}

.nurseProgram-banner-sec .nurseProgram-banner-inner {
    max-width: 1236px;
    text-align: center;
    margin: 0 auto;
}

.nurseProgram-banner-inner h1 {
    font-size: clamp(30px, 3.25vw, 48px);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #fff;
}

.nurseProgram-banner-inner h1 em {
    font-weight: 500;
}

.nurseProgram-banner-inner h1 span {
    display: block;
}

.nurseProgram-banner-inner .banner-desc {
    font-size: clamp(18px, 4vw, 24px);
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.3px;
    max-width: 850px;
    margin: clamp(20px, 2.75vw, 32px) auto clamp(15px, 3vw, 24px);
    word-break: break-word;
}

.nurseProgram-banner-inner .cBtn {
    margin: 0 auto clamp(40px, 4vw, 68px);
    padding-block: 8px;
}

.nurseProgram-banner-inner img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    max-height: 500px;
    border-radius: 32px;
}

@media (max-width:991px) {
    .nurseProgram-banner-sec {
        padding-block: calc(85px + 40px) calc(20px + var(--secPadding));
    }

    .nurseProgram-banner-inner img {
        border-radius: 24px;
    }
}

/* Banner Section Close */
/* The Problem Nurses Face Section Start */
.nurseFace-problem-sec .nurseFace-problem-inner {
    background-color: #14162A;
    padding: 24px 24px 24px 32px;
    border-radius: 32px;
    --gap: clamp(20px, 3.125vw, 60px);
}

.nurseFace-problem-inner .nurse-problem-content {
    flex: 1;
    width: 100%;
    padding-right: var(--gap);
}

.nurseFace-problem-inner .nurse-problem-img {
    width: 46%;
    padding-left: var(--gap);
}

.nurseFace-problem-inner .nurse-problem-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.nurse-problem-content .problem-title {
    font-weight: 700;
}

.nurse-problem-content .problem-sub-title {
    margin-block: clamp(16px, 2.25vw, 32px) clamp(10px, 1.5vw, 18px);
    color: #F6941F;
}

.nurse-problem-content .problem-desc {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
}

@media (max-width:1599px) {
    .nurseFace-problem-sec .nurseFace-problem-inner {
        padding: 24px 20px 24px 25px;
        --gap: clamp(20px, 2.75vw, 60px);
    }
}

@media (max-width:991px) {
    .nurseFace-problem-sec .nurseFace-problem-inner {
        --gap: 0;
        grid-row-gap: 30px;
        text-align: center;
    }

    .nurseFace-problem-inner .nurse-problem-img {
        width: 100%;
    }
}

@media (max-width:575px) {
    .nurseFace-problem-sec .nurseFace-problem-inner {
        padding: 24px 15px 24px 15px;
    }
}

/* The Problem Nurses Face Section Close */
/* A Solution That Understands You Section Start */
.understand-solution-sec {
    margin-block: clamp(50px, 5.75vw, 100px);
}

.understand-solution-sec .understand-solution-inner {
    --gap: clamp(20px, 3.125vw, 62px);
}

.understand-solution-inner .understand-solution-img {
    padding-right: var(--gap);
    width: 48%;
}

.understand-solution-inner .understand-solution-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.understand-solution-inner .understand-solution-content {
    flex: 1;
    width: 100%;
    padding-left: var(--gap);
}


.understand-solution-content .solution-title {
    font-weight: 700;
}

.understand-solution-content .solution-sub-title {
    margin-block: clamp(16px, 2.25vw, 32px) clamp(10px, 1.5vw, 18px);
    color: #F6941F;
}

.understand-solution-content .solution-desc {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
}

@media (max-width:1599px) {
    .understand-solution-sec .understand-solution-inner {
        --gap: clamp(20px, 2.75vw, 60px);
    }
}


@media (max-width:991px) {
    .understand-solution-sec .understand-solution-inner {
        --gap: 0;
        grid-row-gap: 30px;
        text-align: center;
    }

    .understand-solution-inner .understand-solution-img {
        width: 100%;
    }
}

/* A Solution That Understands You Section Close */
/* What You’ll Get Section Start */
.whatsYou-get-sec {
    margin-bottom: clamp(50px, 5.75vw, 100px);
}

.whatsYou-get-sec .whatsYou-get-inner {
    background-color: #14162A;
    border: 1px solid #4B4E5E;
    border-radius: 22px;
    padding: 45px 50px 60px;
}

.whatsYou-get-inner .whatsYou-get-header {
    text-align: center;
    max-width: 550px;
    margin: 0 auto clamp(25px, 3.5vw, 60px);
}

.whatsYou-get-inner .whatsYou-get-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    grid-gap: clamp(20px, 2.5vw, 24px) clamp(20px, 3.25vw, 50px);
}

.whatsYou-get-content ul li {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
}

.whatsYou-get-content ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-image: url(../images/whatsAllGetCheck.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.whatsYou-get-content .cBtn {
    margin: clamp(25px, 3.5vw, 60px) auto 0;
    text-align: center;
}

.whatsYou-get-header .whatsYou-get-title {
    font-weight: 700;
    margin-bottom: 16px;
}

.whatsYou-get-header .whatsYou-get-sub-title {
    font-size: 20px;
    color: #F6941F;
    line-height: 1.2;
    letter-spacing: 0.4px;
}

@media (max-width:1599px) {
    .whatsYou-get-sec .whatsYou-get-inner {
        padding: 35px 40px 48px;
    }

    .whatsYou-get-header .whatsYou-get-sub-title {
        font-size: 18px;
    }

    .whatsYou-get-content ul li::before {
        top: 4px;
        min-width: 20px;
        width: 20px;
        height: 20px;
    }

    .whatsYou-get-content ul li {
        font-size: 16px;
        padding-left: 35px;
    }
}

@media (max-width:991px) {
    .whatsYou-get-sec .whatsYou-get-inner {
        padding: 30px 25px 40px;
    }

    .whatsYou-get-inner .whatsYou-get-content ul {
        grid-template-columns: 1fr;
    }

    .whatsYou-get-header .whatsYou-get-title {
        margin-bottom: 12px;
    }
}

@media (max-width:575px) {
    .whatsYou-get-sec .whatsYou-get-inner {
        padding: 25px 15px 30px;
    }

    .whatsYou-get-header .whatsYou-get-sub-title {
        font-size: 16px;
    }

    .whatsYou-get-content ul li::before {
        min-width: 16px;
        width: 16px;
        height: 16px;
    }

    .whatsYou-get-content ul li {
        padding-left: 25px;
    }
}

/* What You’ll Get Section Close */
/* Nurse Testimonials Section Start */
.page-template-template-shift-nurse-program .testimonial {
    padding: 0;
    margin-bottom: clamp(50px, 5.75vw, 100px);
}

.page-template-template-shift-nurse-program .testimonial .secheading {
    padding-bottom: clamp(10px, 1.5vw, 16px);
}

.page-template-template-shift-nurse-program .testimonial .testimonial-sub-title {
    text-align: center;
    font-size: 20px;
    color: var(--prTextColor);
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 1.2;
}

.page-template-template-shift-nurse-program .testimonialWrap {
    margin-top: 45px;
}

@media (max-width:991px) {
    .page-template-template-shift-nurse-program .testimonial .testimonial-sub-title {
        font-size: 18px;
    }
}

/* Nurse Testimonials Section Close */
/* Risk Free Offer and Limited Time Bonus Section Start */
.offer-bonus-sec {
    margin-bottom: clamp(50px, 5.75vw, 100px);
}

.offer-bonus-inner .offer-bonus-col {
    background-color: #14162A;
    --gap: 16px;
    border: 1px solid #4B4E5E;
    border-radius: 22px;
    padding: 45px 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.offer-bonus-inner .free-offer-col.offer-bonus-col {
    width: calc(59% - 16px);
}

.offer-bonus-inner .time-bonus-col.offer-bonus-col {
    width: calc(41% - 16px);
    background: linear-gradient(180deg, #FDBA38 0%, #F79821 50%, #F6941F 100%);
    border-color: #fff;
}

.offer-bonus-col .offer-bonus-title {
    font-weight: 700;
    line-height: 1.1;
}

.offer-bonus-col .offer-bonus-subTitle {
    margin-block: clamp(20px, 2.25vw, 32px) clamp(10px, 1.5vw, 16px);
    color: #F6941F;
}

.offer-bonus-inner .time-bonus-col.offer-bonus-col .offer-bonus-subTitle {
    color: #fff;
}

.offer-bonus-col .offer-bonus-desc {
    font-size: 17px;
    max-width: 683px;
    line-height: 1.4;
    font-weight: 400;
}

.offer-bonus-col .cBtn {
    margin-top: 32px;
    text-align: center;
}

@media (max-width:1599px) {
    .offer-bonus-inner .offer-bonus-col {
        padding: 35px 24px;
    }

    .offer-bonus-inner .free-offer-col.offer-bonus-col {
        width: calc(59% - 12px);
    }

    .offer-bonus-inner .time-bonus-col.offer-bonus-col {
        width: calc(41% - 12px);
    }

    .offer-bonus-col .cBtn {
        margin-top: 25px;
    }
}

@media (max-width:991px) {
    .offer-bonus-inner .offer-bonus-col {
        padding: 30px 20px;
        text-align: center;
    }

    .offer-bonus-inner .free-offer-col.offer-bonus-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .offer-bonus-inner .time-bonus-col.offer-bonus-col {
        width: 100%;
    }

    .offer-bonus-col .cBtn {
        margin-top: 20px;
        margin-inline: auto;
    }
}

/* Risk Free Offer and Limited Time Bonus Section Close */
/* Your Shifts May Be Chaotic Section Close */
.footer-above-sec {
    background-color: #191B33;
    padding-block: clamp(40px, 4vw, 75px);
}

.footer-above-sec .footer-above-inner {
    grid-gap: clamp(20px, 3.5vw, 60px);
}

.footer-above-inner .footer-above-title {
    font-size: clamp(30px, 3.25vw, 56px);
    flex: 1;
    width: 100%;
    line-height: 1.2;
    font-weight: 600;
}

.footer-above-inner .footer-above-title span {
    display: block;
    color: #F6941F;
}

.footer-above-inner .cBtn {
    font-size: 18px;
    border-radius: 30px;
    padding-block: 11px;
    padding-inline: 20px 12px;
    line-height: 1.2;
    text-align: center;
}

.footer-above-inner .prBtn::after {
    width: 36px;
    height: 36px;
}

@media (max-width:1500px) {
    .footer-above-inner .cBtn {
        font-size: 16px;
        padding-inline: 15px 8px;
    }

    .footer-above-inner .prBtn::after {
        width: 28px;
        height: 28px;
        background-size: contain;
    }
}

@media (max-width:991px) {
    .footer-above-inner .footer-above-title {
        flex: none;
        text-align: center;
    }

    .footer-above-inner .prBtn::after {
        width: 22px;
        height: 22px;
    }

    .footer-above-inner .cBtn {
        margin: 0 auto;
    }
}

@media (max-width:575px) {
    .footer-above-inner .cBtn {
        font-size: 14px;
    }
}

/* Your Shifts May Be Chaotic Section Close */
/* ============ *** 13-05-2025: Shift Nurse Program Landing Page Close Here *** ============= */

/*** June 20, 2025 ***/
button[name="update_cart"] {
    visibility: hidden;
}

.bodyDataLeftCol.pvn-sub {
    cursor: pointer;
}

/* category page */
.blogCont .BlogTitle a {
    color: #fff;
}

.blogDateWra .post-inner-wrap {
    display: flex;
    grid-gap: 8px;
}

.post-inner-wrap .post-author a::after {
    content: '';
    display: none;
}

.post-inner-wrap .post-category a::after {
    content: '';
    display: none;
}

.categorypage .pageTitle {
    padding-block: clamp(30px, 4vw, 60px);
}

.single-post .blogDateWra {
    padding-bottom: 20px;
}

.single-post .blogDateWra .post-inner-wrap {
    justify-content: space-between;
}

/* 404 page  */
.pageSec404 .pagecontent404 {
    text-align: center;
    padding-block: clamp(30px, 4vw, 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pagecontent404 .siteHeading {
    font-size: clamp(35px, 7vw, 70px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.4px;
    color: var(--prTextColor);
}

.pagecontent404 .subHeading {
    padding-block: clamp(7px, 2vw, 15px);
    font-size: clamp(20px, 2.5vw, 40px);
    font-weight: 600;
}

.pagecontent404 .desc {
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 300;
    padding-bottom: 19px;
}

/* pagination CSS */
.blogSec .blogPagination,
.archive .pagination-wrap {
    display: flex;
    justify-content: end;
    margin-top: 15px;
    grid-gap: 12px;
}

.blogSec .blogPagination .page-numbers,
.archive .pagination-wrap .page-numbers {
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    font-weight: 600;
}

.blogSec .blogPagination .page-numbers.current,
.archive .pagination-wrap .page-numbers.current {
    color: var(--prTextColor);
}

.blogDateWra .category {
    display: flex;
    grid-gap: 10px;
}

.blogDateWra .category a::after {
    content: '';
    display: none;
}

/* label star */
.welComeBanner .welcomeWrap .comment-form-email label,
.welComeBanner .welcomeWrap .comment-form-author label {
    position: relative;
}

.welComeBanner .welcomeWrap .comment-form-email label::after,
.welComeBanner .welcomeWrap .comment-form-author label::after {
    content: '*';
    padding-left: 4px;
}