

.btn-normal img{
    width: 16px !important;
}
.enroll-plan-card {
    margin: 30px 10px;
    margin-bottom: 30px !important;
}


.enroll-slider-wrap .owl-nav div {
    width: 50px;
    height: 50px;
    background: #D1C5DC;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    transition: .3s;
}
.enroll-slider-wrap .owl-nav div:hover{
    background-color: #937CAF;
}
.enroll-slider-wrap .owl-prev {
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.enroll-slider-wrap .owl-nav img {
    width: 12px;
}

.enroll-slider-wrap .owl-prev img {
    left: -2px;
    position: relative;
}

.enroll-slider-wrap .owl-next img {
    right: -2px;
    position: relative;
}
.enroll-slider-wrap .owl-next {
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.enroll-slider-wrap  .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0 15px;
    margin-top: 20px;
}

.enroll-slider-wrap  .owl-dots .owl-dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #D1C5DC;
    border-radius: 100%;
    transition: .3s;
}
.enroll-slider-wrap  .owl-dot.active {
    background: #64498D !important;
}
















.enroll-version-two {
    background: linear-gradient(180deg, rgba(241,249,238,1) 50%, rgba(255,255,255,1) 90%);
}
.same-height {
    height: 90px;
    margin-bottom: 2px;
}

.table-benefits-single{
    width: 12.33%;
}
.table-benefits-single:first-child{
    width: 26%;
}
.title-details {
    background: #64498D;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    width: 100%;
}
.bg__none{
    background: transparent;
}
.title-details p {
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    margin: 0;
    font-weight: normal;
}

.title-details p b {
    font-weight: 600;
}
.radius-left-top{
    border-top-left-radius: 18px;
}
.radius-left-bottom{
    border-bottom-left-radius: 18px;
}
.benefits__table__box {
    display: flex;
    gap: 0 2px;
}
.pack-title {
    height: 100%;
    background: #350356;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.pack-title h4 {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
}
.pack-title span {
    margin: 0;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.pack-choose-btn {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 0 12px;
}
.pack-choose-btn button {
    background: #74C056;
    color: #fff;
    border: none;
    font-weight: 500;
    width: 100%;
    padding: 12px;
    border-radius: 30px;
}
.pack-info {
    padding: 5px 10px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.pack-info p {
    margin: 0;
    font-size: 16px;
    color: #545557;
}
.pack-info p b {
    display: block;
}
.pack-price-bottom {
    background: #350356;
    padding: 20px 10px;
    text-align: center;
    border-radius: 0 0 18px 18px;
}

.pack-price-bottom p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.form-start {
    align-items: flex-start;
    margin-top: -10px;
}
.table-benefits-single .same-height:first-child {
    height: 80px;
}
.table-benefits-single .same-height:nth-child(2) {
    height: 74px;
}
.table-benefits-single .same-height:last-child{
    height: 70px;
}

.question-txt p {
    font-size: 18px;
    color: #64498D;
    margin: 0;
    font-weight: 600;
}
.compare-plans-wrapper .pack-title h4 {
    margin: 0;
}
.compare-plans-wrapper .table-benefits-single .same-height:first-child {
    height: 60px;
}
.form-start {
    align-items: flex-start;
    margin-top: 20px;
}
.table-benefits-single .same-height:nth-child(16) {
    height: 65px;
}








@media (min-width: 1300px) and (max-width: 1450px) {
    .enroll-plans-wrap {
        padding: 0 30px;
    }
    .enroll-slider-wrap .owl-next {
        right: -20px;
    }
    .enroll-slider-wrap .owl-prev {
        left: -20px;
    }
}



@media (min-width: 1200px) and (max-width: 1449px) {
    .plan-list ul li {
        font-size: 14px;
    }
    .btn-normal a {
        gap: 0 12px;
        font-size: 15px;
    }
    .btn-normal {
        margin-top: 20px;
    }
    .enroll-slider-wrap .owl-prev {
        left: -20px;
    }
    .enroll-wrapper h2 br {
        display: none;
    }
    .details-item h4 {
        font-size: 18px;
    }
    .enroll-table-two{
        padding: 0;
    }
    .question-text h4 {
        font-size: 16px;
    }
    .table-btn button {
        font-size: 13px;
        padding: 9px 5px;
    }
    .table-btn {
        padding: 7px 2px;
    }
    .benefit-table-row {
        grid-template-columns: calc(26% - 2px) repeat(6, calc((74% / 6) - 2px));
    }
    .question-text {
        padding: 8px 16px;
    }
    .col-title h4 {
        font-size: 14px;
    }
    .table-text-box p {
        font-size: 14px;
    }
    .col-bottom-title h4 {
        font-size: 14px;
    }
    .plan-filter .form-select {
        height: 65px;
    }
    .pack-info p {
        font-size: 15px;
    }
    .title-details p {
        font-size: 15px;
    }
    .pack-choose-btn button {
        padding: 10px 8px;
        font-size: 15px;
    }
    .pack-info img {
        width: 22px;
    }
    .question-txt p {
        font-size: 16px;
    }

}



@media (min-width: 1200px) and (max-width: 1300px) {
    .pack-info p {
        font-size: 14px;
    }
    .pack-choose-btn {
        padding: 0 5px;
    }




}





@media (min-width: 992px) and (max-width: 1199px) {
    .enroll-plans-wrap {
        padding: 0;
    }
    .plan-list ul li {
        font-size: 14px;
    }
    .enroll-plan-infos {
        padding: 25px;
    }
    .rx-enroll-wrap h2{
        text-align: left;
    }
    .case_study_modal.rxModal .step-content p {
        font-size: 16px;
    }
    .normal__btn {
        font-size: 16px;
    }
    .rxModal_img {
        width: 40%;
    }
    .rx-form {
        max-width: 600px;
        padding: 30px;
    }
    .title-details p {
        font-size: 14px;
        line-height: 125%;
    }
    .title-details {
        padding: 4px 15px;
        width: 100%;
    }
    .same-height {
        height: 86px;
    }
    .pack-info {
        padding: 5px 5px;
    }
    .pack-info p {
        font-size: 13px;
    }
    .pack-title h4 {
        font-size: 15px;
    }
    .pack-title span {
        font-size: 14px;
    }
    .pack-choose-btn {
        padding: 0 4px;
    }
    .pack-choose-btn button {
        padding:8px 6px;
        font-size: 14px;
    }
    .table-benefits-single .same-height:nth-child(2) {
        height: 60px;
    }
    .pack-info img {
        width: 20px;
    }
    .pack-price-bottom p {
        font-size: 14px;
    }
    .enroll-version-two .swipe-wrap{
        display: none
    }





}


@media (min-width: 768px) and (max-width: 991px) {
    .enroll-plan-infos {
        padding: 30px 20px;
    }
    .plan-list ul li {
        font-size: 14px;
    }
    .enroll-plans-wrap {
        padding: 0;
    }
    .rx-enroll-wrap h2{
        text-align: left;
        font-size: 28px;
    }
    .rx-enroll-wrap h2 br{
       display: none;
    }
    .details-item h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .details-item p {
        font-size: 15px !important;
    }
    .common__btn {
        padding: 14px 28px;
        font-size: 16px;
    }
    .case_study_modal.rxModal .step-content p {
        font-size: 15px;
    }
    .normal__btn {
        font-size: 16px;
    }
    .bottom-note p {
        font-size: 15px !important;
    }
    .congrets-wrap img {
        max-width: 100%;
    }
    .step-content h4 {
        font-size: 16px;
    }
    .step-content h4 br {
        display: none;
    }
    .rxModal .step-content h2 {
        font-size: 28px;
    }
    .benefits__table__box {
        width: 1070px;
        margin-bottom: 0px;
    }
    .title-details p {
        font-size: 14px;
        line-height: 125%;
    }
    .title-details {
        padding: 4px 15px;
        width: 100%;
    }
    .same-height {
        height: 80px;
    }
    .pack-info {
        padding: 5px 5px;
    }
    .pack-info p {
        font-size: 13px;
    }
    .pack-title h4 {
        font-size: 15px;
    }
    .pack-title span {
        font-size: 14px;
    }
    .pack-choose-btn {
        padding: 0 4px;
    }
    .pack-choose-btn button {
        padding:8px 6px;
        font-size: 14px;
    }
    .table-benefits-single .same-height:nth-child(2) {
        height: 60px;
    }
    .pack-info img {
        width: 20px;
    }
    .pack-price-bottom p {
        font-size: 14px;
    }
    .benefits-table-wrapper.table-responsive {
        margin-bottom: 40px;
    }
    .question-txt p {
        font-size: 14px;
    }


}






@media only screen and (max-width: 767px) {
    .enroll-plan-infos {
        padding: 30px 20px;
    }
    .plan-list ul li {
        font-size: 14px;
    }
    .enroll-plans-wrap {
        padding: 0;
    }
    .enroll-slider-wrap  .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
    }
    
    .check-price-btn span {
        padding: 10px 2px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .plans__info p {
        font-size: 12px;
    }
    .info-pack-text p {
        font-size: 12px;
    }
    .plan__table-title h4 {
        font-size: 13px;
    }
    .plan__table-title span {
        font-size: 12px;
    }
    .compare-plan-table tbody tr td:first-child {
        padding: 12px 6px;
        width: 115px;
    }
    .enroll-table-two .compare-plan-table table {
        width: 620px !important;
    }
    .plans__info h4 {
        font-size: 12px;
    }
    .compare__modal .compare-plan-table{
        margin-bottom: 40px;
    }
    .plan-list p {
        font-size: 13px;
    }
    .plan-list p span {
        display: inline;
    }
    .enroll-plan-bottom p {
        font-size: 12px;
    }
    .plan-list ul li {
        font-size: 13px;
    }
    .enroll-slider-wrap .owl-nav div {
        width: 32px;
        height: 32px;
        background-color: #64498D;
    }
    .enroll-slider-wrap .owl-prev {
        left: -8px;
    }
    .enroll-slider-wrap .owl-next {
        right: -8px;
    }
    .enroll-slider-wrap .owl-nav img {
        width: 8px;
    }
    .rx-enroll-wrap h2{
        text-align: center;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .rx-enroll-wrap h2 br{
       display: none;
    }
    .details-item h4 {
        font-size: 16px;
        margin-bottom: 12px;
        cursor: pointer;
    }
    .details-item p {
        font-size: 14px !important;
    }
    .rx-enroll-wrap p {
        text-align: center;
        font-size: 18px;
    }
    .health-note p {
        font-size: 14px;
    }
    .details-item h4 svg {
        display: inline-block;
    }
    .details-body{
        display: none;
        min-height: 0;
        text-align: center !important;
    }
    .details-item{
        padding: 12px 0;
        border-bottom: 1px solid #D1C5DC;
        margin-bottom: 12px;
    }
    .details-item.active .details-body{
        display: block;
        max-width: 100%;
        min-height: 100%;
    }
    .details-body p:last-child {
        margin: 0;
    }
    .details-item.active h4 svg {
        transform: rotate(180deg);
    }
    .details-item.active h4 {
        color: #74C056;
    }
    .details-item.active h4 svg path{
        stroke: #74C056;
    }
    .details-body p {
        text-align: left;
    }
    .rx-form {
        padding: 20px;
    }
    .case_study_modal.rxModal .step-content p {
        font-size: 15px;
        text-align: left;
    }
    .case_study_modal .step-content {
        padding-top: 15px;
    }
    .rx-form .form-check label {
        font-size: 13px;
        text-align: left;
    }
    .rxModal .common__btn {
        padding: 12px 20px;
        font-size: 15px;
        width: 100%;
    }
    .normal__btn {
        gap: 0 14px;
        font-size: 16px;
    }
    .normal__btn img {
        width: 15px;
    }
    .rx-btns {
        gap: 20px 0px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 15px;
    }
    .bottom-note p {
        font-size: 14px !important;
    }
    .bottom-note {
        border-top: none;
    }
    .saving-title {
        padding-bottom: 5px;
        margin-bottom: 12px;
    }
    .rx-btn-wrap .common__btn{
        display: block;
        width: 100%;
        text-align: center;
    }
    .details-rx {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .congrets-wrap {
        text-align: center;
        margin-top: 35px;
    }
    .congrets-wrap img {
        max-width: 220px;
    }
    .step-content h4 {
        font-size: 16px;
    }
    .step-content h4 br{
        display: none;
    }
    .rx-form p {
        font-size: 14px !important;
    }
    .half-circle-sm{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }
    .half-circle-3{
        display: none;
    }
    .half-circle-2{
        display: none;
    }
    .half-circle-1{
        display: none;
    }
    .rxModal_img{
        display: none;
    }
    .saving-title h2 {
        margin-bottom: 10px;
        text-align: left !important;
    }
    .rxModal .step-content h2 {
       text-align: left !important;
    }
    .rx-step-content p{
        font-size: 14px !important;
    }
    .img-rx-sm {
        text-align: center;
        display: block;
        margin-top: 25px;
    }
    .img-rx-sm img {
        transform: translateX(-50%) scale(1.2);
        position: relative;
        left: 50%;
        border-radius: 0 0 16px 16px;
        margin-bottom: 3px;
    }
    .step-content.rx-step-content h4 {
        text-align: left;
    }
    .benefits__table__box {
        width: 750px;
        margin-bottom: 0px;
        grid-template-columns: 140px repeat(6, calc((100% - 140px) / 6));
        display: grid;
    }
    .title-details p {
        font-size: 13px;
        line-height: 125%;
    }
    .title-details {
        padding: 4px 15px;
        width: 100%;
    }
    .same-height {
        height: 80px;
    }
    .pack-info {
        padding: 5px 5px;
    }
    .pack-info p {
        font-size: 13px;
    }
    .pack-title h4 {
        font-size: 14px;
    }
    .pack-title span {
        font-size: 13px;
    }
    .pack-choose-btn {
        padding: 0 4px;
    }
    .pack-choose-btn button {
        padding:8px 6px;
        font-size: 13px;
    }
    .table-benefits-single .same-height:nth-child(2) {
        height: 60px;
    }
    .pack-info img {
        width: 20px;
    }
    .pack-price-bottom p {
        font-size: 14px;
    }
    .benefits-table-wrapper.table-responsive {
        margin-bottom: 40px;
    }
    .table-benefits-single:first-child {
        width: 140px;
    }
    .table-benefits-single .same-height:nth-child(16) {
        height: 80px;
    }
    .same-height {
        height: 160px;
    }
    .title-details p {
        font-size: 14px;
        line-height: 140%;
    }
    .table-benefits-single {
        width: 10%;
    }
    .table-benefits-single .same-height:last-child {
        height: 60px;
    }
    .table-benefits-single {
        width: 100%;
    }
    .question-txt p {
        font-size: 12px;
    }
    .table-benefits-single .same-height:nth-child(2) {
        height: 65px;
        padding: 0;
    }
    .compare-plans-wrapper .table-benefits-single:first-child {
        width: 130px;
    }
    .title-details {
        padding: 4px 10px;
        width: 100%;
    }
    .title-details p {
        font-size: 13.5px;
        line-height: 130%;
    }
    .question-txt p {
        font-size: 12px !important;
    }

}