.opfa_checkout_section_column_right > div h5:first-child {
    text-align: left;
}
.opfa_checkout_section_column_right > div h5:last-child {
    text-align: right;
}
#opfa_section_main {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    position:relative;
}
#opfa_section_main .opfa_carousel_slider_main {
    max-width:100%;
}
#opfa_section_main .opfa_select_section {
    max-width:305px;
}
#opfa_section_main #opfa_top_section .opfa_buttons_section {
    display:flex;
    gap:20px;
    justify-content:center;
}
#opfa_section_main .opfa_carousel_wrapper {
    position:relative;
    max-width:100%;
}
.opfa_carousel_controls {
    display:flex;
    justify-content:space-between;
    position:absolute;
    top:51%;
    transform: translateY(-50%);
    z-index:21;
    width:100%;
    margin:0;
}
.opfa_carousel_controls button {
    border-radius: 100px;
    background-color:#f1fbfc;
    color: #06BED8;
    border:none;
    z-index:25;
}
.opfa_carousel_controls button:hover {
    color: #fff;
}
#opfa_section_main #opfa_top_section button {
    font-size:16px;
    background-color:#06BED8;
    color:white;
}
.opfa_carousel_container {
    width:100%;
    margin:auto;
    overflow:hidden;
}
#opfa_section_main .opfa_carousel_wrapper {
    width:calc(100% - 100px);
    margin:0 auto;
    overflow:hidden;
    padding: 0;
    box-sizing:content-box;
}
.opfa_carousel_slider {
    display:flex;
    justify-content: center;
    align-items:flex-start;
    overflow:hidden;
    gap:0;
    padding:0;
    z-index:20;
}
.opfa_carousel_slider * {
    font-family: 'Poppins', sans-serif;
    margin:0;
    padding:0;
}
.opfa_carousel_slider hr {
    width:100%;
    background-color:gray;
}
.opfa_carousel_slide {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    min-width: 265px;
	min-height: 270px;
    box-shadow: 0 3px 12px #A4A4A442;
    padding:30px 20px;
    margin:20px 15px;
}
#opfa_section_main .opfa_carousel_slide_wrapper {
    background:transparent;
}
.opfa_carousel_slide .opfa_sessions_or_months_section h5 {
    font-size:16px;
    font-weight:700;
    margin-bottom:10px;
}
.opfa_carousel_slide hr {
    margin-bottom:20px;
    border: none;
    height:1px;
    background-color: #70707030;
}
.opfa_carousel_slide h6 {
    font-size:16px;
    font-weight:400;
    margin-bottom:24px;
}
.opfa_carousel_slide h4 {
    font-size:48px;
    line-height:44px;
    color:#06BED8;
    font-weight:600;
    margin-bottom:10px;
}
.opfa_carousel_slide h5.opfa_per_session {
    font-size:16px;
    font-weight:600;
    margin-bottom:24px
}
.opfa_carousel_slide > a.opfa_package_more_details {
    /*margin-bottom:30px;*/
}
.opfa_carousel_slide > a.opfa_package_more_details h5 {
    font-size:16px;
    text-transform: uppercase;
    font-weight:600;
    color:#06BED8;
}
#opfa_section_main select.opfa_service_categories_select {
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 7px;
    border: 1px solid #ced4da;
}
#opfa_spinner-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 50;
}
#opfa_checkout_spinner-div {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 50;
    display:none;
}
#opfa_spinner-div > div {
    position: relative;
    top:50%;
    transform:translateY(-50%);
}
#opfa_checkout_spinner-div > div {
    position: relative;
    top:50%;
    transform:translateY(-50%);
}
#opfa_section_main .opfa_package_popup_deal_list_main {
    top:0;
    left:0;
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0, 0.4);
    z-index:100;
    display:none;
}
#opfa_section_main .opfa_package_popup_deal_list_main_wrapper {
    max-width:640px;
    width:100%;
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-color:white;
    padding:30px 60px;
    display:flex;
    flex-direction:column;
}
#opfa_section_main .opfa_package_popup_deal_list_wrapper {
    display:flex;
    flex-direction:column;
    max-height:305px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#opfa_section_main .opfa_package_popup_deal_list_wrapper .opfa_package_single_deal {
    display:grid;
    min-height: 50px;
    grid-template-columns: auto 75px 100px;
    gap:20px;
    align-items:center;
}
#opfa_section_main .opfa_package_single_deal_price {
    text-align:center;
}
#opfa_section_main .opfa_package_popup_deal_list_wrapper .opfa_package_single_deal button {
    font-size:12px;
    line-height:15px;
    padding:7px;
    text-transform:uppercase;
    width: max-content;
    background-color:#06BED8;
    color:white;
}
.opfa_package_single_deal_title {
    text-align: center;
    padding-bottom:20px;
    border-bottom:1px solid #d4d4d4;
    margin-bottom:25px;
}
.opfa_package_single_deal_title h5 {
    margin:0;
    font-size:16px;
}
.opfa_package_single_deal_starting_from {
    margin-bottom:25px;
}
#opfa_section_main  .opfa_package_popup_cross {
    position:absolute;
    right:20px;
    top:10px;
    cursor:pointer;
    border:1px solid #BFBFBF;
    color: #BFBFBF;
    font-size: 16px;
    line-height: 16px;
    padding: 1px 4px;
    border-radius:7px;
    font-weight:300;
}
#opfa_section_main .opfa_bottom_section {
    display:flex;
    flex-direction:column;
    gap:10px;
    min-width:280px;
}
#opfa_section_main .opfa_bottom_section input{
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 7px;
    border: 1px solid #ced4da;
}
#opfa_section_main .opfa_bottom_section button {
    padding: 7px 20px;
    font-size: 14px;
    border-radius: 7px;
    border: none;
    background-color:#06BED8;
    color:white;
}
.opfa_checkout_section {
    position:fixed;
    width:100%;
    height:100%;
    z-index:+111111;
    background:rgba(0,0,0, 0.6);
    top:0;
    left:0;
    
    display:none;
}
.opfa_checkout_section_wrapper {
    max-width:1080px;
    width:100%;
    background-color:white;
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    border-radius:10px;
    /*display:flex;*/
    /*flex-direction:column;*/
}
.opfa_checkout_section_wrapper .opfa_checkout_section_columns {

    display:flex;
    gap:65px;
    padding:30px;
    justify-content: space-between;
}
.opfa_checkout_section_columns .opfa_checkout_section_column_right {
    padding: 25px;
    border:1px solid #d9d9d9;
    border-radius:10px;
    position:relative;
    max-width:460px;
}
.opfa_checkout_section_wrapper .opfa_checkout_section_title {
    font-size:20px;
    font-weight:500;
}
.opfa_checkout_package_name h4 {
    font-size:30px;
    color:#06BED8;
}
.opfa_checkout_package_type_name h5 {
    font-size:18px;
    color: #acacac;
    margin-bottom:25px;
}
.opfa_checkout_sessions_per_week {
    margin-bottom:25px;
}
.opfa_payment_mode p{
    font-size:12px;
    color: #acacac;
    margin-bottom:5px;
}
.opfa_payment_mode_radio_group {
    display:flex;
    gap:70px;
}
.opfa_payment_mode_radio_group > div {
    gap:10px;
}
.opfa_payment_mode {
    margin-bottom: 30px;
}
.opfa_checkout_apply_coupon {
    display:flex;
    flex-direction:column;
}
.opfa_checkout_apply_coupon > div {
    display: grid;
    grid-template-columns: 1fr auto;
}
.opfa_checkout_apply_coupon > div input {
    border-radius: 5px 0 0 5px;
    border:1px solid;
    border-right:none;
    padding-left: 10px;
}
.opfa_checkout_apply_coupon > div button {
    border-radius: 0 5px 5px 0;
    border:none;
    background-color: #06BED8;
    color:white;
}
.opfa_checkout_total_committed_sessions {
    display:flex;
    justify-content:space-between;
}
/*.opfa_checkout_price_per_session {*/
/*    display:flex;*/
/*    justify-content:space-between;*/
/*}*/
/*.opfa_checkout_price_per_session {*/
/*    padding-bottom: 20px;*/
/*    border-bottom: 1px solid #c7c7c7;*/
/*}*/
.opfa_checkout_regular {
    display:flex;
    justify-content:space-between;
    padding: 20px 0 20px 0;
}
.opfa_checkout_total {
    display:flex;
    justify-content:space-between;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
}
.opfa_privacy_policy_agreement {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}
.opfa_checkout_checkout_button {
    width:100%;
    background-color:#06BED8;
    color:white;
}
.opfa_checkout_top_section {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:30px;
    border-bottom:1px solid #d9d9d9;
}
.opfa_checkout_top_section .opfa_checkout_cross {
    font-size:20px;
    cursor: pointer;
}
div#opfa_spinner-payment-breakdown {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    display:none;
}
#opfa_spinner-payment-breakdown .spinner-grow {
    position: relative;
    top: 50%;
}
.tns-liveregion.tns-visually-hidden {
    display:none;
}
.opfa_section_main_title {
    text-align:center;
    font-size: 32px;
    font-weight:700;
}
.opfa_title_section {
    margin-bottom:15px;
}
@media only screen and (max-width:480px) {
    #opfa_section_main .opfa_carousel_wrapper {
        width:calc(100% - 40px);
        margin:0 auto;
        overflow:hidden;
        padding: 0;
        box-sizing:content-box;
    }
    .opfa_section_main_title {
        text-align:center;
        font-size: 20px;
        font-weight:700;
    }
    .opfa_carousel_slide {
        min-width: auto;
        padding: 25px 20px;
        margin: 20px 30px;
    }
    .opfa_carousel_slide .opfa_sessions_or_months_section h5 {
        margin-bottom:10px;
    }
    .opfa_carousel_slide h6 {
        margin-bottom: 20px;
    }
    .opfa_carousel_slide h5.opfa_per_session {
        margin-bottom: 20px;
    }
    .opfa_carousel_slide h4 {
        font-size: 35px;
        margin-bottom: 0px;
    }
    .opfa_package_single_deal_title {
        margin-bottom: 10px;
    }
    .opfa_package_single_deal_starting_from{
        text-align:center;
        margin-bottom: 0px;
    }
    .opfa_package_single_deal_name {
        line-height: 20px;
        font-size:15px;
    }
    #opfa_section_main .opfa_package_single_deal_price {
        text-align: center;
        font-size: 15px;
    }
    .opfa_carousel_controls {
        top: 50%;
    }
    #opfa_section_main .opfa_package_popup_deal_list_main_wrapper {
        width: 95%;
        border-radius:30px;
        padding: 30px 15px;
        gap: 10px;
    }
    #opfa_section_main .opfa_package_popup_deal_list_wrapper .opfa_package_single_deal {
        grid-template-columns: auto 70px 80px;
        gap: 10px;
    }
    .opfa_title_section {
        margin-bottom: 10px;
    }
}
.opfa_checkout_original_price_cross {
    text-decoration: line-through;
    font-size: 12px;
    color: #959595;
}
button:disabled.opfa_checkout_checkout_button,
button[disabled].opfa_checkout_checkout_button {
    background-color: #adadad;
}
/*.opfa_checkout_total_committed_sessions h5 {*/
/*    font-size: 16px;*/
/*    color: #646464;*/
/*}*/
/*.opfa_checkout_price_per_session h5 {*/
/*    font-size: 16px;*/
/*    color: #646464;*/
/*}*/
.opfa_checkout_section_column_right > h4 {
    color: #464646;
}
.opfa_checkout_total h5 {
    font-size: 16px;
    color: #646464;
}
.opfa_privacy_policy_agreement label {
    font-size: 12px;
    line-height: 1.8;
    color: #959595;
    font-weight: 500;
}
.opfa_privacy_policy_agreement input {
    margin-top: 4px;
}
.opfa_privacy_policy_agreement a {
    color: #06BED8;
}
.opfa_checkout_section_column_right > div {
    display: flex;
    justify-content: space-between;
}
.opfa_checkout_section_column_right > div h5 {
    font-size: 16px;
    color: #101010;
}
.opfa_checkout_total h5 {
    margin:0;
}
.opfa_checkout_section_column_right .opfa_per_month_texts {
    color: #888;
}
/*** One item broken issue fix ***/
#opfa_section_main .opfa_carousel_slider_main{
    width:100%;
}
.tns-inner > div{
    margin:auto;
}
.tns-ovh .tns-inner .dfca_carousel_slider  {
    float:left !important;
}
/***CHECKOUT REPONSIVE ISSUE RESOLVED****/
@media (max-width: 680px) {
    
    .opfa_checkout_section_column_right > div h5 {
        font-size: 12px;
    }
    .opfa_checkout_section_wrapper .opfa_checkout_section_columns{
        display: block;
        overflow-y:scroll;
        height: 500px;
    }
    .opfa_checkout_section_wrapper .opfa_checkout_section_columns .opfa_checkout_section_column_left{
        max-width: 300px;
        width:100%;
        margin: auto;
    }
    .opfa_checkout_section_wrapper .opfa_checkout_section_columns  .opfa_checkout_section_column_right{
        margin: auto;
        width:100%;
        margin-top: 15px;
    }
}