 .header .navbar{
        padding: 0;
    }
.header .navbar .navbar-brand img{
    height: 65px;
}
.header .navbar .navbar-nav .nav-item .nav-link{
    padding: 10px 15px !important;
}
html {
    scroll-behavior: smooth;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}

a:hover,
.btn-link:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.navbar-toggler:focus {
    outline: none;
}

p {
    font-size: 14px;
    text-align: justify;
}

.fixed-top {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    padding-bottom: 5px;
}

.change-color {
    color: #242a33 !important;
}

#first-logo {
    display: none;
}

.banner-button a:hover,
.enroll-submit-btn:hover {
    transition: 0.3s;
    background-color: #04b9b7;
}

#page-banner {
    padding-bottom: 100px;
    background-image: linear-gradient(#0000008c, #0000008c), url("https://arogyadhamhealth.com/images/banner-bg.jpg");
    background-size: cover;
    position: relative;
    padding-top: 140px;
    background-position: center;
}

#page-banner:after {
    position: absolute;
    content: "";
    background-image: url(../image/wave.png);
    width: 100%;
    height: 50px;
    background-size: contain;
    bottom: 0;
}

.banner-section-breadcrumbs a {
    color: #09b0ef;
    font-size: 14px;
    padding-right: 30px;
    position: relative;
}

.banner-section-breadcrumbs a:after {
    position: absolute;
    content: '\f054';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 10px;
    left: auto;
    right: 10px;
    top: 3px;
    color: #fff;
}

.banner-section-breadcrumbs a:last-child::after {
    display: none;
}

.course-name {
    font-size: 30px;
    line-height: normal;
}

.course-sub-name {
    font-size: 18px;
}

.course-rating {
    color: #ffffff;
    font-size: 13px;
}

.course-rating i {
    font-size: 9px;
    padding: 0 2px;
}

.course-rating :first-child {
    margin-left: 5px;
}

.rating {
    font-size: 14px;
}

.creator {
    font-size: 14px;
}

.creator a {
    color: #09b0ef;
}

.course-info {
    font-size: 14px;
}

.course-info i {
    font-size: 13px;
}

.course-info span {
    margin-right: 25px;
}

.course-info span:last-child {
    margin-right: 0px;
}

.banner-button a,
.enroll-submit-btn {
    border: 1px solid #fff;
    color: #fff;
    background-color: #04b9b7;
    padding: 6px 18px;
    margin-top: 12px;
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    transition: 0.3s;
}

.course-dp img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}

.course-dp {
    position: relative;
}

.course-dp:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(30, 30, 28, 0) 0%, rgb(30 30 28 / 11%) 100%);
    left: 0;
    top: 0;
}

.course-content-wrap {
    padding: 20px;
}

.offer-price {
    font-size: clamp(17px, 2vw, 22px);
    margin-right: 10px;
    font-weight: 700;
    text-align: left !important;
    color: #04b9b7;
}

.original-price {
    font-size: 16px;
    color: #888;
    margin-right: 10px;
    transform: translate(0px, -6px);
    display: inline-block;
}

.discount-count {
    font-size: 16px;
    transform: translate(0px, -6px);
    display: inline-block;
}

.progress-bar {
    border-radius: 50px;
}

.progress {
    border-radius: 50px;
}

.feedback-wrap {
    display: flex;
    align-items: center;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px #ddd;
    justify-content: space-around;
    margin-bottom: 25px;
    background: #ffffff;
}

.drop-down {
    font-size: 16px;
    color: #7c848b;
    padding: 6px 12px;
}

.course-name-mobile {
    font-size: 15px;
    padding-top: 12px;
}

.self-video-review {
    width: 100%;
    height: 100%;
}

.theme-button1 {
    display: block;
    background-color: #04b9b7;
    color: #fff !important;
    padding: 10px 15px;
    text-align: center;
    font-size: 17px;
    border-radius: 25px;
    transition: 0.3s;
    font-weight: 500;
}

.short-description {
    box-shadow: 0px 0px 4px 0px #e2e2e2;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 4px;
    margin-left: auto;
}
.short-description .course-content-wrap{
 padding: 16px;
}

@media (min-width: 992px) {
    .short-description {
        margin-top: -95%;
        position: sticky;
        top: 70px;
        z-index: 999;
        width: 95%;
    }
}

.short-description .main-heading {
    color: #04b9b7;
    font-size: clamp(18px, 2.6vw, 26px);
    font-weight: 700;
    display: inline-block;
}

.short-description .small-text {
    font-size: 14px;
    margin: 5px 0 15px;
    display: block;
}

.theme-button2 {
    display: block;
    padding: 10px 15px;
    text-align: center;
    font-size: 17px;
    border-radius: 25px;
    margin-top: 10px;
    transition: 0.3s;
    font-weight: 500;
    color: #04b9b7 !important;
    border: 1px solid #04b9b7;
    margin-bottom: 20px;
}

.money-back {
    font-size: 12px;
}

.short-description ul {
    font-size: 14px;
}

.coupon {
    color: #04b9b7 !important;
    font-size: 14px;
    display: block;
    font-weight: 700;
    margin: 25px 0;
}

.short-description ul li {
    display: flex;
    margin-bottom: 10px;
}

.short-description ul li i {
    font-size: 13px;
    padding-top: 4px;
    width: 15px;
}

.sd-footer-heading {
    font-size: 17px;
    font-weight: 700;
}

.short-description-footer {
    padding: 0 20px 20px;
}

.short-description-footer p {
    font-size: 14px;
}

.sub-heading {
    font-size: 24px;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 15px;
    color: #04b9b7;
}

.sub-heading:hover::after {
    width: 60px;
    transition: 0.3s;
}

.sub-heading:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #04b9b7;
    top: auto;
    bottom: 0;
    transition: 0.3s;
    left: 0;
}

.learn-box {
    background-color: #fbfbfb;
    border: 1px solid #dcdacb;
    border-radius: 4px;
    padding: 30px;
}

.icon-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin-bottom: 0;
}

.icon-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}

.icon-list li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    left: 5px;
    color: #888;
    font-size: 10px;
    top: 4px;
}

#short-banner {
    background-color: #04b9b7;
    display: none;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 10px 0;
}

#short-banner .sub-heading {
    font-size: 16px;
}

.open-tab {
    color: #04b9b7;
    font-weight: 600;
}

.card-header {
    padding: 0;
}

.accordion .card-header button {
    padding-left: 50px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    background-color: #04b9b7;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 14px;
}

.accordion .card-header button span {
    font-weight: 400;
    font-size: 13px;
}

.accordion .card-header button:before {
    position: absolute;
    content: "\f077";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    left: 20px;
    top: 15px;
}

.accordion .card-header button.collapsed:before {
    content: "\f078";
}

.accordion1 .card-header button {
    background-color: #fff;
    padding-left: 0px !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.accordion1 .card {
    border: none;
}

.accordion1 .card-header {
    border: none;
}

.accordion .card-body {
    padding: 10px;
}

.accordion1 .card-header button:before {
    display: none;
}

.card-body {
    font-size: 14px;
    text-align: justify;
}

.accordion1 .card-body {
    padding-left: 40px;
}

.slick-pre i {
    position: absolute;
    right: 12%;
    background-color: #04b9b7;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.slick-post i {
    position: absolute;
    right: 6%;
    background-color: #04b9b7;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.accordion1 .card-header button .sub-acc-heading {
    position: relative;
    color: #212529;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.accordion1 .card-header button .sub-acc-heading:after {
    position: absolute;
    content: "\f077";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #888;
    left: auto;
    top: 2px;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 50%;
}

.accordion1 .card-header button.collapsed .sub-acc-heading:after {
    content: "\f078";
}

.teacher-name {
    font-size: 18px;
    font-weight: 600;
    color: #04b9b7;
    margin-bottom: 0;
}

.teacher-image img {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    margin-right: 25px;
    margin-bottom: 25px;
}

.teacher-card i {
    color: #04b9b7;
    width: 20px;
}

.feedback-num,
.feedback-star,
.feedback-text {
    color: #04b9b7;
}

.feedback-num {
    font-size: 66px;
    line-height: normal;
    font-weight: 600;
}

.feedback-star i {
    margin-right: 3px;
}

.feedback-text {
    font-size: 14px;
    font-weight: 700;
}

.feedback-box {
    width: 15%;
    margin-left: 2%;
    order: 2;
}

.feedback-progress {
    width: 65%;
    margin-left: 2%;
}

.star-rate {
    width: 20%;
}

.feedback-progress .progress {
    margin-bottom: 15px;
    height: 12px;
    background-color: #ececec;
    position: relative;
    overflow: visible;
}

.progress-bar {
    background-color: #04b9b7;
}

.progress span {
    position: absolute;
    right: auto;
    left: -10%;
    font-size: 15px;
    font-weight: 700;
    top: -2px;
    color: #04b9b7;
}

.star-rate i {
    font-size: 12px;
    color: #04b9b7;
}

.star-rate p {
    margin-bottom: 6px;
    color: #04b9b7;
    transform: translate(0px, -5px);
    font-weight: 500;
}

.star-rate p i:last-child {
    margin-right: 10px;
}

.review-icon span {
    width: 55px;
    height: 55px;
    background-color: #023e2a;
    display: flex;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
}

.review-name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

.review-star {
    font-size: 11px;
    color: #04b9b7;
}

.course-detail .course-name {
    font-size: 16px;
    text-align: left;
    color: #04b9b7;
    font-weight: 600;
    margin-bottom: 6px;
}

.course-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
}

.course-detail .course-rating {
    color: #04b9b7;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 6px;
}

.course-detail .course-rating i {
    font-size: 12px;
}

.course-detail p {
    font-size: 12px;
}

.course-detail .price {
    font-size: 18px;
    font-weight: 700;
}

.course-detail .price del {
    font-size: 14px;
    margin-left: 12px;
    color: #7b7b7b;
    font-weight: 500;
    transform: translate(0px, -1px);
    display: inline-block;
}

.course-box {
    border: 1px solid #ddd;
}

.course-detail {
    padding: 0 8px;
}

.learn-box {
    position: relative;
}

.learn-box:before {
    position: absolute;
    content: "\f19d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    left: -21px;
    top: -22px;
    align-items: center;
    right: auto;
    width: 45px;
    height: 45px;
    background-color: #04b9b7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

#short-banner .sub-heading:after {
    display: none;
}

#short-banner .sub-heading {
    padding-bottom: 0;
}

.accordiona button {
    background-color: #fbfbfb;
    color: #212529 !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    padding-right: 40px;
}

.accordiona .card-header button:after {
    position: absolute;
    content: "\f077";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #888;
    left: auto;
    top: 10px;
    right: 10px;
    text-align: center;
}

.accordiona .card-header button.collapsed:after {
    content: "\f078";
}

.accordiona .card {
    margin-bottom: 8px;
}

.modal-content {
    background-image: linear-gradient(#0f0f0ec2, #0f0f0ec2), url(../image/course-dp.jpg);
    background-size: cover;
}

.modal-body {
    padding: 2rem;
}

#exampleModal .enroll-submit-btn {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

#exampleModal .enroll-submit-btn:hover {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.ourpolicy h4 {
    font-size: 18px;
    color: #04b9b7;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 13px;
    color: #04b9b7;
}

.timingweight {
    font-weight: 500;
    margin-left: 20px;
}

.sm-show {
    display: none;
}

label.error {
    color: white;
    font-size: 12px;
}

.review-icon img {
    width: 48px;
    border-radius: 50%;
    margin-right: 15px;
}


/*thank you page*/

#thankyou-page {
    background-image: linear-gradient(#0000004f, #00000096), url(../image/banner-new.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

a#backtohome {
    background: #04b9b7;
    color: #fff !important;
    padding: 8px 16px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ffffff47;
    transition: 0.3s;
    width: fit-content;
    font-weight: 600;
    box-shadow: 0px 0px 2px #ffffff4f;
}

.thankyou-txt {
    padding: 22px;
    background: #00000066;
    border-radius: 5px;
    text-align: center;
}

.thankyou-info {
    height: 100%;
    width: 620px;
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thankyou-txt h2 {
    font-size: 54px;
    color: white;
    margin-bottom: 20px;
}

.thankyou-txt p {
    font-size: 20px;
    color: #ffffffd9;
    text-align: center;
    margin-top: 12px;
    font-weight: 100;
    margin-bottom: 28px;
}

@media(max-width:1024px) {
    .course-name {
        font-size: 26px;
    }

    .course-sub-name {
        font-size: 17px;
    }

    .theme-button1 {
        padding: 8px 11px;
        font-size: 15px;
    }

    .theme-button2 {
        padding: 8px 15px;
        font-size: 15px;
    }

    .feedback-box {
        width: 18%;
    }
}

@media(max-width:991px) {
    .mobile-short-description {
        display: block;
    }

    .teacher-info {
        display: block !important;
    }

    #page-banner:after {
        background-size: cover;
    }

    .price-strip {
        display: flex;
        align-items: center;
        /*padding: 5px 25px;*/
        margin-bottom: 10px;
        justify-content: space-between;
    }

    .mobile-short-description {
        position: fixed;
        bottom: 0;
        background-color: #04b9b7;
        left: 0;
        width: 100%;
        z-index: 121;
        text-align: center;
    }

    #page-banner .banner-button {
        text-align: start;
    }

    .banner-button {
        text-align: center;
    }

    .course-title {
        color: #FFF;
        font-size: 22px;
        margin-bottom: 0;
    }

    .offer-price {
        font-size: 28px;
        margin-right: 0;
        font-weight: 700;
        color: #fff;
    }

    #course-description {
        padding-bottom: 60px;
    }

    .sm-show {
        display: block;
    }

    .sm-show .short-description {
        display: block;
        margin-top: 0px;
        position: initial;
        box-shadow: none;
        border: 1px solid #dcdacb;
        border-radius: 4px;
        width: 100%;
        margin-bottom: 20px;
    }

    .sm-show .offer-price {
        text-align: center;
        color: black;
        font-size: 22px;
        margin-right: 12px;
        display: initial;
    }
}

@media(max-width:768px) {
    .learn-box:before {
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media(max-width:480px) {
    .feedback-wrap {
        display: block;
    }

    .thankyou-info {
        height: 100%;
        width: auto;
    }

    .thankyou-txt h2 {
        font-size: 40px;
    }

    .thankyou-txt p {
        font-size: 16px;
        text-align: center;
    }

    .teacher-image img {
        margin-left: auto;
        margin-right: auto;
    }

    .teacher-name {
        text-align: center;
    }

    .teacher-contact p {
        text-align: center;
    }

    .feedback-box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px;
    }

    .feedback-progress {
        width: 75%;
        margin-left: auto;
    }

    .slick-pre i {
        right: 14%;
        top: -8%;
    }

    .course-title {
        font-size: 15px;
    }

    .offer-price {
        font-size: 18px;
    }

    .feedback-num,
    .feedback-star,
    .feedback-text {
        text-align: center;
    }

    .embed-responsive {
        margin-bottom: 15px;
    }

    .banner-button a,
    .enroll-submit-btn {
        font-size: 12px;
        margin-top: 5px;
    }

    .accordion1 .card-body {
        padding-left: 0px;
    }

    .progress span {
        left: -30%;
    }

    .slick-post i {
        right: 4%;
        top: -8%;
    }

    .course-title {
        margin-bottom: 15px;
        border-bottom: 1px solid #fff;
        padding: 15px 0;
    }

    .price-strip {
        display: block;
        text-align: center;
    }

    .offer-price {
        text-align: center;
        display: block;
    }

    .accordiona button {
        font-size: 15px;
    }

    .form-group {
        margin-bottom: 0rem;
    }

    .modal-body .col {
        flex-basis: auto;
        margin-bottom: 15px;
    }

    #course-description {
        padding-bottom: 20px;
    }
}


/*-------------------my css prashant-------------------------------------------*/

.footer-enquiry {
    position: fixed;
    bottom: 30px;
    left: 5px;
    z-index: 1;
}

a.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 22px;
    z-index: 2;
}

a.whatsapp img {
    width: 50px;
}

.test {
    height: 50px;
    width: 80px;
}

header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

header .nav-link {
    color: #FFF;
    padding-left: 40px !important;
    letter-spacing: .7px;
}

header .nav-link:hover {
    color: #04b9b7;
}


/*------------media query----------*/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width :991px) {
    .navbar-toggler-icon {
        background: #04b9b7;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 4px;
    }

    .navbar-nav {
        background: rgb(22, 22, 22);
        padding: 30px;
        border-radius: 8px;
    }

    header .nav-link {
        padding-left: 0 !important;
        font-size: 15px;
    }

    .change-color {
        color: #fff !important;
    }

    .navbar-nav .theme-button1 {
        font-size: 15px;
        padding: 6px 10px !important;
        margin-left: 0 !important;
        width: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-toggler-icon {
        background: #04b9b7;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 4px;
    }

    .navbar-nav {
        background: rgb(22, 22, 22);
        padding: 30px;
        border-radius: 8px;
    }

    header .nav-link {
        padding-left: 0 !important;
        font-size: 13px;
    }

    .change-color {
        color: #fff !important;
    }

    .navbar-nav .theme-button1 {
        font-size: 13px;
        padding: 6px 10px !important;
        margin-left: 0 !important;
        width: 40%;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-toggler-icon {
        background: #04b9b7;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 4px;
    }

    .navbar-nav {
        background: rgb(22, 22, 22);
        padding: 30px;
        border-radius: 8px;
    }

    header .nav-link {
        padding-left: 0 !important;
        font-size: 14px;
    }

    .navbar-nav .theme-button1 {
        font-size: 14px;
        padding: 6px 10px !important;
        margin-left: 0 !important;
        width: 70%;
    }

    .navbar-brand img {
        width: 80%;
    }

    .change-color {
        color: #fff !important;
    }
}

@media only screen and (max-width: 480px) {
    .navbar-toggler-icon {
        background: #04b9b7;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 4px;
    }

    .navbar-nav {
        background: rgb(22, 22, 22);
        padding: 30px;
        border-radius: 8px;
    }

    .navbar-nav .theme-button1 {
        font-size: 14px;
        padding: 6px 10px !important;
        margin-left: 0 !important;
        width: 70%;
    }

    header .nav-link {
        padding-left: 0 !important;
        font-size: 14px;
    }

    .navbar-brand img {
        width: 80%;
    }

    .change-color {
        color: #fff !important;
    }
}

@media only screen and (max-width: 320px) {
    .navbar-toggler-icon {
        background: #04b9b7;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 4px;
    }

    .navbar-nav {
        background: rgb(22, 22, 22);
        padding: 30px;
        border-radius: 8px;
    }

    header .nav-link {
        padding-left: 0 !important;
        font-size: 13px;
    }

    .navbar-nav .theme-button1 {
        font-size: 13px;
        padding: 6px 10px !important;
        margin-left: 0 !important;
        width: 70%;
    }

    .navbar-brand img {
        width: 80%;
    }

    .change-color {
        color: #fff !important;
    }
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

/* SHOW the inside version and hide the side version on mobile */
@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
}
.footer-bottom {
    background-color: #000;    
    color: #ccc;  
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    margin: 0;
}

/* gallery css  */
.photo-gallery .gallery-item {
    width: 100%;
    height: 270px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.photo-gallery .row .col-md-6{
    margin-bottom: 20px;
}
.photo-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease-in-out;
    border-radius: 10px;
}

.photo-gallery .gallery-item:hover img {
    transform: scale(1.05);
}

/* Responsive: reduce height for small screens */
@media (max-width: 575px) {
    .photo-gallery .gallery-item {
        height: 200px;
    }
}
