/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledadChild
*/

/* = Theme customization go here
-------------------------------------------------------------- */

:root {
    --orange: #EB7144;
    --gray: #E4E4E7;
    --gray2: #A6A6A6;
    --gray3: #868686;
    --gray4: #EEF1F4;
    --gray5: #B1B1B1;
    --darkGray : #353535;
    --green: #9CBA7F;
    --outerSpace: 22%;
    --black2:#1A1A1A;
}
.visible-btn{display: inline-block;}
:lang(ar){
    --pchb-main-menu-font:'Almarai';
    --pchb-second-menu-font:'Almarai';
    --pchb-dd-fn:'Almarai';
} 
:lang(en-US) .elementor-kit-7{
    font-family: 'Poppins', sans-serif;
}
h2{
    color: var(--orange);
    font-size: 24px;
    font-weight: bold;
}
body .orange-txt {
    color: var(--orange);
}
body .gray-txt {
    color: var(--gray3);
}
body .green-txt {
    color: var(--green);
}

body .gap-2{
    gap: 2rem;
}

body .gap-column-2{
    column-gap: 2rem;
}

body .mb-0 {
    margin-bottom: 0;
}
body .mb-1{
    margin-bottom: 0.25rem
}
body .mb-2 {
    margin-bottom: 0.5rem;
}
body .mb-3 {
    margin-bottom: 1rem;
}
body .mb-4 {
    margin-bottom: 1.5rem;
}
body .mb-5 {
    margin-bottom: 3rem;
}

body .mt-0{
    margin-top: 0;
}
body .mt-2 {
    margin-top: 0.5rem;
}
body .mt-3 {
    margin-top: 1rem;
}
body .mt-4 {
    margin-top: 1.5rem;
}
body .ml-2{
    margin-inline-start: 0.5rem;
}
body .ml-3{
    margin-inline-start: 1rem;
}
body .mr-1{
    margin-inline-end: 0.25rem
}
body .mr-2{
    margin-inline-end: 0.5rem
}
body .mr-3{
    margin-inline-end: 1rem
}
body .mr-4{
    margin-inline-end: 1.5rem
}

.justify-around{
    justify-content: space-around;
}

.justify-center{
    justify-content: center;
}

.posts_pagination{
    padding: 20px 0 0;
    display: flex;
    justify-content: center;
}
.posts_pagination span,.posts_pagination a{
    display: inline-block;
    border: 1px var(--gray) solid;
    margin: 0 2px;
    padding: 2px 10px 3px;
    color: #000;
    transition: all 0.2s;
}
.posts_pagination a:hover,.posts_pagination span{
    background: var(--orange);
    color: #fff;
}


/* owl carousel */
.owl-carousel.custom-carousel,
.owl-carousel.custom-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel.custom-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel.custom-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel.custom-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel.custom-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel.custom-carousel .owl-item,
.owl-carousel.custom-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel.custom-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel.custom-carousel .owl-dots.disabled,
.owl-carousel.custom-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel.custom-carousel,
.owl-carousel.custom-carousel.owl-loaded {
    display: block
}

.owl-carousel.custom-carousel .owl-dot,
.owl-carousel.custom-carousel .owl-nav .owl-next,
.owl-carousel.custom-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.custom-carousel .owl-nav button.owl-next,
.owl-carousel.custom-carousel .owl-nav button.owl-prev,
.owl-carousel.custom-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.custom-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.custom-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.custom-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.custom-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.custom-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.custom-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.custom-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel.custom-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel.custom-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel.custom-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel.custom-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel.custom-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel.custom-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel.custom-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel.custom-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel.custom-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel.custom-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel.custom-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel.custom-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel.custom-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel.custom-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel.custom-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel.custom-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel.custom-carousel .owl-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--orange);
    margin: 2px;
    opacity: 0.5;
    display: block;
}

.owl-carousel.custom-carousel .owl-dots .active span {
    opacity: 1;
}
.owl-carousel.custom-carousel .owl-nav button.owl-next, .owl-carousel.custom-carousel .owl-nav button.owl-prev{
    position: absolute;
    font-size: 40px;
    top: 50%;
    line-height: 0;
    left: -50px;
}
.owl-carousel.custom-carousel .owl-nav button.owl-next{
    left: auto;
    right: -50px;
}
/* end owl carousel */

.w-83{
    width: 83.33333333%;
    margin: 0 auto;
}
.dashboard-steps {
    box-shadow: 0px 0px 10px 6px #00000008;
    padding: 20px;
    border-radius: 12px;
}

.theme-loader{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    display: flex;
}

.theme-loader:before{
    content: "";
    display: inline-block;
    width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {to{transform: rotate(1turn)}}

.error-msg{color:red;}

.level-dash{
    background: var(--gray);
    height: 13px;
    width: 50%;
    border-radius: 18px;
    margin-inline-start: 5px;
    transition: all 500ms ease;
}
.level-dash.levels_4{
    width:25%;
}
.level-dash.active{
    background: var(--green);
}
.dashboard-level{display: flex;}
.dashboard-level .level-dash:first-child{margin-inline-start: 0;}

.level-bike-wrapper{background: var(--gray);
    height: 110px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    /* perspective: 400px;
    perspective-origin: 50% 50%; */
}
    .level-bike{
        display: inline-block;
        height: 100%;
        background: linear-gradient(267.08deg, var(--green) 2.43%, #F2FBE9 100%);
        transition: all 500ms ease;
        /* transform-style: preserve-3d;
        transform-origin: 50% 0%; */
    }

    @media only screen and (min-width: 961px) and (max-width: 1169px) {
        :root {
            /* --outerSpace: calc((100vw - 940px) / 2); */
            --outerSpace: 13%;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 960px) {
        :root {
            /* --outerSpace: calc((77vw - 726px) / 2); */
            --outerSpace: 0%
        }
    }
    
    /* @media only screen and (max-width: 767px) {
        :root {
            --outerSpace: 0px;
        }
    } */
    
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        :root {
            /* --outerSpace: calc((100vw - 480px) / 2); */
            --outerSpace: -30%;
        }
    }
    

    

    @media only screen and (max-width: 480px) {
        :root {
            /* --outerSpace: calc((100vw - 480px) / 2); */
            --outerSpace: -30%;
        }
    }
    @media only screen and (max-width: 380px) {
        :root {
            /* --outerSpace: calc((100vw - 480px) / 2); */
            --outerSpace: -64%;
        }
    }
    @media only screen and (max-width: 320px) {
        :root {
            /* --outerSpace: calc((100vw - 480px) / 2); */
            --outerSpace: -80%;
        }
    }
    

   

    .bike-img{
        position: absolute;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        z-index: 2;
        transform: rotate(-17deg);
    transform-origin: calc(var(--outerSpace) + (39%)) 72%;
    height: 100%;
    align-items: flex-end;
    transition: all 500ms ease;
    }
.bike-wrapper{
    position: relative;
}

.bike-txt{
    color: var(--gray2);
    font-size: 11px;
}

/* .session-content ul li{list-style-type: circle;}
.session-content ul li::marker{color: var(--green);font-size: 20px;} */
body .session-content ul{padding: 10px 0 0;}
.session-content ul li{list-style-type: none;border-bottom: 1px var(--gray) solid;}
.session-content ul li:last-child{border-bottom: 0;}
.session-content ul li:before{content: "";border-radius: 50%;width: 10px; height: 10px;border: 3px var(--green) solid; display: inline-block;margin-inline-end:10px;}
#quizModal,#confirmModal,.trainerConfirmModal, #practicalWarningModal{
    z-index: 99999;
}
.modal-backdrop.show{
    z-index: 9999;
}
.note-txt{background: #E1EAD9; text-align: center; padding: 20px; margin-bottom: 30px;}
div.note-txt a{color:var(--orange);}
.note-txt p{margin-bottom:5px;}
.pro-plan .penci-pricing-item{text-align: initial;}
.pro-plan .penci-pricing-pbutton{text-align: center;}
.pro-plan .penci-pricing-pbutton .penci-pricing-btn{
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
.pro-plan li:before{
    content: "\f00c";
    font-family: "FontAwesome";
    display: inline-block;
    color: #fff;
    margin-inline-end: 15px;
}


.events-tabs{display: flex; justify-content: center;}
.events-tabs span{border-bottom: 1px var(--gray4) solid; min-width: 200px; text-align: center; height: 100%;}
.events-tabs span a{display: block; border-bottom: 1px transparent solid; padding: 12px 30px; color: #545F71;}
.events-tabs span.active, .events-tabs span.active a{border-bottom-color:var(--green); color: var(--green);}
.event-item{
    border-radius: 16px;
    overflow: hidden;
    border: 1px var(--gray) solid;
    margin-bottom: 1rem;
    height: calc(100% - 1rem);
}
.event-item .event-image{text-align: center;}
.event-item .event-content{padding: 16px 12px;}
.event-item .event-bookmark{color: var(--orange); font-size: 24px;}
.event-item h3{
    font-weight: bold;
    font-size: 24px;
}
.event-item h3 a{color: #000;}
.event-item .event-tag{border:1px #D4D4D8 solid; border-radius: 24px; padding: 8px; font-size: 12px; margin: 0 12px 12px 0;}
.event-item .event-tag i{margin-inline-end: 5px;}

@media (max-width: 767px) {
    .events-tabs span{
        min-width: 50%;
    }
}

.accordion-item{
    margin-bottom: 2rem;
}
.accordion-header button{
    background: transparent;
    padding: 0;
    color: var(--orange);
    text-transform: capitalize;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 1rem;
    text-align: start;
}
.accordion-header button i{
    transition: all 0.2s;
}
:lang(ar) .accordion-header button i{
    transform: rotate(180deg);
  }

.accordion-header button:not(.collapsed) i{
    transform: rotate(90deg);
}
.agenda-accordion .accordion-header button{
    display: inline-block;
    width: auto;
    font-size: 16px;
    margin-bottom: 0;
}
.event-form .frm_style_formidable-style.with_frm_style .frm_submit button,.event-form button, .event-form a{width: 100%;text-align: center;}
.event-form .with_frm_style .frm_top_container .frm_primary_label{font-weight: bold; margin-bottom: 1rem;}
.float-end{
    float: right;
  }
  .visible-btn{display: inline-block!important;}

.sticky-modile-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
    border-top: 1px solid var(--gray4);
    padding: 8px 0 12px;
}
.sticky-modile-menu ul{display: flex;}
.sticky-modile-menu ul li{
    width: 25%;
    text-align: center;
}
.sticky-modile-menu ul li a{
    display: block;
    color: var(--gray5);

}
.sticky-modile-menu ul li.current-menu-item a{
font-weight: 600;
color: var(--green);
}
.sticky-modile-menu ul li a:before{
    content: "";
    background: url('images/home.jpg') no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto 6px;
}
.sticky-modile-menu ul li:nth-child(2) a:before{
    background: url('images/dashboard.jpg') no-repeat;
}
.sticky-modile-menu ul li:nth-child(3) a:before{
    background: url('images/events.jpg') no-repeat;
}
.sticky-modile-menu ul li:nth-child(4) a:before{
    background: url('images/profile.jpg') no-repeat;
}
.signup-links a{
    display: flex!important;
    border-radius: 6px;
    border: 1px solid var(--darkGray);
    color: var(--darkGray);
    padding: 12px 25px!important;
    height: 100%;
    align-items: center;
    background: #fff;
    width: 100%;
    justify-content: center;
}
.signup-links ul li{
    border-bottom: 0!important;
    width: 100%;
}
.signup-links ul li:nth-child(2) a{
background: var(--green);
color: #fff;
border-color: transparent;
}
.signup-links{
    align-self: stretch;
}
.signup-links ul{
    display: inline-flex;
    gap: 10px;
}
.signup-links *{height: 100%;}
/* .signup-links ul li:nth-child(2){
    display: none;
} */
@media (max-width: 767px) {
    body.logged-in{
        padding-bottom: 71px;
    }
    body.logged-in .ht-ctc-chat{
        bottom: 73px!important;
    }
    /* .signup-links ul li:nth-child(2){
        display: block;
    } */
    .signup-links ul{
        display: flex;
        justify-content: space-between;
    }
}
.schadule{
    font-size: 24px;
    color: var(--darkGray);
}
.disabled{
    opacity: 0.8;
    cursor: no-drop;
}
.schadule:hover{color: var(--green);}
.penci-header-wrap .penci-builder.penci-builder-button{white-space: normal;}
.trainer-item{
    border: 1px solid #EDEDED;
    border-radius: 20px;
    padding: 12px;
    margin-bottom: 15px;
}
.trainer-image{
    margin-inline-end: 12px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}
.trainer-buttons{
    display: flex;
    text-align: center;
    justify-content: center;
}
.trainer-buttons a,.trainer-buttons span{
    width: 200px;
}
.trainer-item .trainer-buttons a,.trainer-item .trainer-buttons .penci-builder.penci-builder-button.button-2{
    flex: 1;
    border-radius: 0;
    padding: 14px 15px;
}
.trainer-buttons a.gray-btn,.trainer-buttons a.penci-builder.penci-builder-button.button-2.gray-btn{
    background: #EDEDED;
    color: var(--darkGray);
}
body .with_frm_style .frm_primary_label{text-align: start;}

.trainer-tabs.nav-tabs{
display: flex;
border-bottom: 0;
align-items: flex-end;
}

.trainer-tabs.nav-tabs li{
    margin: 2px;
    flex: 1;
}

.trainer-tabs.nav-tabs li a{
    color:var(--gray5);
    display: block;
    padding: 12px;
    border: 0;
    border-bottom: 1px var(--gray5) solid;
    border-radius: 0;
    text-align: center;
}

.trainer-tabs.nav-tabs li a.active{
    border-bottom-color: var(--orange);
    color: var(--orange);
}
.trainer-tabs-content{
    padding: 16px 0;
}

.trainer-bike{
    border: 1px solid var(--gray5);
    margin: 12px 0;
    padding: 12px;
}

.trainer-bike-img{
    margin-inline-end: 12px;
}
.trainer-bike-img img{border-radius: 5px;}

.trainer-bike-content *{
    color: var(--gray3);
}

.trainer-bike-content b{
color: var(--darkGray);
}
.trainer-bike-info{gap:30px}
.rmp-widgets-container .rmp-heading, .rmp-widgets-container .rmp-rating-widget__msg,.rmp-widgets-container .js-rmp-results,.rmp-widgets-container .js-rmp-not-rated,.rmp-results-widget__avg-rating,.rmp-results-widget__vote-count{display: none!important;}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container,.rmp-results-widget{margin: 5px 0 0;}
.rmp-rating-widget .rmp-icon--ratings,.rmp-results-widget .rmp-icon--ratings{font-size: 1.5rem;}
.rmp-results-widget .rmp-icon--ratings{margin-inline-end: 3px;}

.event-item-short{
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.event-item-short .event-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.event-item-short .event-image a{
    display: block;
    height: 100%;
}
.event-item-short .event-image:before{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.event-item-short .event-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-item-short h3{
    margin: 0;
    position: relative;
    font-size: 20px;
}

.event-item-short h3 a{
    color: #fff;
    display: block;
    padding: 30px;
}
.add-post-link{
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: var(--green);
    position: fixed;
    bottom: 70px;
    right: 15px;
    cursor: pointer;
    z-index: 99999999;
    font-size: 20px;
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.add-post-link i{
    display: inline-flex;
    border: 2px var(--green) solid;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
}
.add-post-link:hover{
    color: var(--orange);
}
.add-post-link:hover i{
    border-color: var(--orange);
}
.user-post-events,.user-post-people {margin:0!important; padding:0!important;}
.user-post-events > div,.user-post-people > div{
    margin-bottom: 0!important;
}
.user-post-events-shadow,.user-post-people-shadow{padding-top: 0!important;}
.user-post-events-shadow label,.user-post-events-shadow input,.user-post-people-shadow label,.user-post-people-shadow input{display: none!important;}
.with_frm_style .vertical_radio .frm_checkbox, .with_frm_style .frm_primary_label{
    margin-bottom: 5px;
}
.pending-post{
    position: absolute;
    top: 20px;
    right: 20px;
    pointer-events: none;
    z-index: 99999;
    color: red;
}



#ui-datepicker-div .ui-datepicker-year{
    display: block!important;
}

.sessions-timeline .timeline-item{
    width: calc(50% - 20px);
    background: var(--gray);
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
    position: relative;
}

.sessions-timeline .timeline-item:before{
    content: "";
    position: absolute;
    top: 0;
    left: -21px;
    width: 1px;
    height: calc(100% + 20px);
    background: var(--gray);
}

.sessions-timeline .timeline-item:after{
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: -31px;
    width: 20px;
    height: 20px;
    border: 1px var(--gray) solid;
    background: #fff;
    border-radius: 50%; 
}

.sessions-timeline .timeline-item:nth-child(even){
    margin-inline-start: auto;
}

.sessions-timeline .timeline-item:nth-child(even):before{
    left: auto;
    right: -20px;
}

.sessions-timeline .timeline-item:nth-child(even):after{
    left: auto;
    right: -30px;
}

.frm_style_formidable-style.with_frm_style span.frm-pass-verified .frmsvg{
    color: green;
}

.frm-pass-req .frmsvg, .frm-pass-verified .frmsvg{
    width: 16px;
    height: 16px;
}

.QA-content ul li, .QA-content ol li{
    list-style: initial;
}

.QA-content ul, .QA-content ol{
    padding-inline-start: 20px;
}
.QA-content ol li{
    list-style: decimal;
}
.tags-list a{
    display: inline-block;
    background: rgba(0,0,0,0.1);
    padding: 4px 15px;
    margin: 5px;
    border-radius: 15px;
}

.tags-list a.active{
    background: rgba(0,0,0,0.2);
}
.question-search button{
    background: transparent;
    color: var(--green);
}
.question-search input{
    border: 0;
    padding-inline-end: 0;
}
.question-search{
    border: 1px rgb(222, 222, 222) solid;
    border-radius: 35px;
}

@media (max-width: 767px){
    body.logged-in .add-post-link {
        bottom: 128px !important;
    }
    .sessions-timeline .timeline-item{width:100%}
    .sessions-timeline .timeline-item:before,.sessions-timeline .timeline-item:after{display: none;}
    }
/* rtl */
:lang(ar) .penci-header-wrap .penci-builder.penci-builder-button{min-width: 110px;}
:lang(ar) .level-bike-wrapper{
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
:lang(ar) .level-bike{background: linear-gradient(-267.08deg, var(--green) 2.43%, #F2FBE9 100%);}
:lang(ar) .bike-wrapper{
    /* transform: rotateY(197deg) rotateZ(-17deg); */
    /* direction: ltr; */
    /* transform-origin: calc(var(--outerSpace) + (28%)) 72%;
    transform: rotate(13deg) scaleX(-1); */
}
:lang(ar) .bike-img{
    direction: ltr;
    transform: rotate(11deg);
    justify-content: flex-start;
}


@media only screen and (min-width: 961px) and (max-width: 1169px) {
    :lang(ar) {
        /* --outerSpace: calc((100vw - 940px) / 2); */
        --outerSpace: 34%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    :lang(ar) {
        /* --outerSpace: calc((77vw - 726px) / 2); */
        --outerSpace: 56%
    }
}

/* @media only screen and (max-width: 767px) {
    :root {
        --outerSpace: 0px;
    }
} */


@media only screen and (min-width: 478px) and (max-width: 767px) {
    :lang(ar) {
        /* --outerSpace: calc((100vw - 480px) / 2); */
        --outerSpace: 101%;
    }
}




@media only screen and (max-width: 478px) {
    :lang(ar) {
        /* --outerSpace: calc((100vw - 480px) / 2); */
        --outerSpace: 120%;
    }
}

@media only screen and (max-width: 435px) {
    :lang(ar) {
        /* --outerSpace: calc((100vw - 480px) / 2); */
        --outerSpace: 132%;
    }
}
@media only screen and (max-width: 400px) {
    :lang(ar) {
        /* --outerSpace: calc((100vw - 480px) / 2); */
        --outerSpace: 150%;
    }
}
@media only screen and (max-width: 380px) {
    :lang(ar) {
        /* --outerSpace: calc((100vw - 480px) / 2); */
        --outerSpace: 156%;
    }
}
@media only screen and (max-width: 340px) {
    :lang(ar) {
        /* --outerSpace: calc((100vw - 480px) / 2); */
        --outerSpace: 178%;
    }
}
@media only screen and (max-width: 320px) {
    :lang(ar) {
        /* --outerSpace: calc((100vw - 480px) / 2); */
        --outerSpace: 198%;
    }
}
:lang(ar) .dashboard-button .penci-builder.penci-builder-button.button-2{
display: inline-block;
}

.arabic{
    display: none;
}
:lang(ar) .arabic{display: initial;}
:lang(ar) .english{display: none;}
:lang(ar) .dashboard-steps,:lang(ar) .owl-carousel.custom-carousel{direction: ltr;}
/* :lang(ar) .owl-carousel.custom-carousel .owl-item{float: right;} */
:lang(ar) .owl-carousel.custom-carousel .owl-item .item, :lang(ar) .owl-carousel.custom-carousel .owl-dots{direction: rtl;}
:lang(ar) .float-end{
    float: left;
  }

  :lang(ar) .penci_list_shortcode li{
    padding-left: 0!important;
    padding-right: 20px!important;
    text-align: right;
  }
  :lang(ar) .penci_list_shortcode li:before{
    margin-left: 0;
    margin-right: -20px;
  }
  
  :lang(ar) .frm_forms.frm_style_formidable-style.with_frm_style{direction: rtl;
    --form-align:right;}
  :lang(ar) .frm_style_formidable-style.with_frm_style .frm_error{text-align: right;}
  :lang(ar) .with_frm_style .vertical_radio .frm_checkbox label, :lang(ar) .with_frm_style .vertical_radio .frm_radio label{
    padding-left: 0;
    padding-right: 20px;
  }
:lang(ar) .with_frm_style .vertical_radio.img-radio .frm_radio label{
	padding-right:0
}

  :lang(ar) .with_frm_style .frm_checkbox input[type=checkbox]{
    margin: 0 0 0 5px;
  }

  :lang(ar) .pending-post{
    left: 20px;
    right: auto;
  }

  :lang(ar) input[type="tel"]{
    text-align: right;
  }
  :lang(ar) .frm-pass-req .frmsvg, :lang(ar) .frm-pass-verified .frmsvg{
    padding-right: 0;
    padding-left: 4px;
  }

  :lang(ar) #respond p.comment-form-email{margin-left: 0;margin-right:2%;}
  .text-right{text-align: end;}

  :lang(ar) .owl-carousel.custom-carousel button.owl-prev{
    left: auto;
    right: -50px;
    transform: rotate(180deg);
  }

  :lang(ar) .owl-carousel.custom-carousel button.owl-next{
    right: auto;
    left: -50px;
    transform: rotate(180deg);
  }

  .training-section .elementor-heading-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
  }

  .training-section .elementor-heading-title:after{
content:"";
display:inline-block;
width: 24px;
height: 24px;
border: 1px solid #CDCED7;
border-radius: 50%;
  }

  .training-section.active .elementor-heading-title:before{
background: #202020;
width: 16px;
height: 16px;
content:"";
display:inline-block;
border-radius: 50%;
position: absolute;
top:4px;
right:4px;
  }
[dir=rtl] .training-section.active .elementor-heading-title:before{
	left:4px; right: auto;
}
  .training-section-title{visibility:hidden;margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 10px;}
  .training-section.active .training-section-title{
	visibility: visible!important;
	
	background: rgba(0,0,0,0.5);
	color:#fff;
	border-radius: 0 0 24px 24px;
  }
  .training-section .training-container{
	padding: 0 15px!important;
  }

  .training-section.active .training-container{
border-radius: 15px 15px 0 0!important;
border:8px rgba(0,0,0,0.5) solid!important;
border-bottom: 0!important;
  }
  .training-section .e-con{padding-inline-start: 0;padding-inline-end: 0;}
  .training-section .training-section-title h3{
	font-size: 16px;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  }
  .training-section.active .training-section-title *{
	color:#fff;
  }

  /* .training-section a{
	margin-top: 20px;
  } */

  .training-section .training-section-title .penci-homepage-title{
	margin-bottom: 0;
  }
  .testimonial_wrapper{width:80%;margin: 0 auto;}
  .testimonial_item{
    background: rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
  }
  .testimonial_author{
    text-align: end;
    font-style: italic;
  }
  .testimonial_content .quote{color:var(--orange); font-size: 40px; font-family: serif;
    display: inline-block;
    
    padding: 0 5px 0;
    line-height: 0;
    position: relative;
    top: 10px;}
    :lang(ar) .testimonial_item .rmp-results-widget__visual-rating{
        display: block;
        direction: rtl;
    }
    :lang(ar) .testimonial_item .rmp-results-widget .rmp-icon--ratings{display: inline-block;}
    .testimonial_item:after {
        content: "";
        display: block;
        /* background: rgba(0,0,0,0.1); */
        border: 15px transparent solid;
    border-top-color: rgba(0, 0, 0, 0.1);
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -29px;
    right: 20px;
    transform: skewX(-25deg);
    }
    :lang(ar) .testimonial_item:after{
right: auto;left: 20px;
    }
  :lang(ar) .testimonial_item{direction: rtl;}
  :lang(ar) .testimonial_content .quote{
    transform: rotateY(180deg);
    transform-origin: center;
  }
  @media only screen and (max-width: 991px) {
    .training-section:not(.active){
        display: none!important;
    }
    .testimonial_wrapper{width:95%;}
  }

body .frm_style_formidable-style.with_frm_style div.frm_description{text-align:start}
form#form_spilling-quiz .frm_submit{display:flex; justify-content:space-between}
.mentor-social{font-size: 20px; padding-top: 26px;}

:lang(en-US) .frm_forms.frm_style_rtl.with_frm_style{direction:ltr;}



.dashboard-title{
    font-size: 25px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.dashboard-title:before{
    content: "";
    display: inline-block;
    width: 190px;
    height: 1px;
    background:var(--green);
    position: absolute;
    bottom: 0;
    left: calc(50% - 95px);
}
.dashboard-box{
    background-image: linear-gradient(to top, #efefef, #f7f7f7);
    border-top: 1px var(--green) solid;
    display: flex;
    padding-top: 7px;
    height: calc(100% - 30px);
    margin-top: 30px;
}
.dashboard-img{
    align-self: flex-end;
    /* flex-shrink: 0;
    max-width: 40%; */
}
.dashboard-wrapper{
    padding:22px 0 60px;
    padding-inline-start: 30px;
    /* width: 100%; */
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dashboard-date{
    font-size: 12px;
    background: var(--green);
    color:#fff;
    padding: 1px 35px;
    padding-inline-end: 25px;
    align-self: flex-end;
    direction: ltr;
    border-radius: 0 20px 20px 0;
    margin-bottom: 10px;
}
.dashboard-box .not-active{
    opacity: 40%;
}
.dashboard-content{
    padding-inline-end: 30px;
    opacity: 100%!important;
}
.dashboard-content > div{
    font-size: 22px;
}
.dashboard-content.not-active > div{
    opacity: 40%;
}
.dashboard-content > div:nth-child(2){
    margin-bottom: 18px;
}

span.dashboard-button.penci-builder-button.button-2, a.dashboard-button.penci-builder-button.button-2{
    font-weight:normal;
    border-radius: 20px;
    padding: 5px 18px;
    padding-inline-end: 24px;
    white-space: nowrap;
}
span.dashboard-button.penci-builder-button.button-2{
    background: #cdcdcd;
}
.dashboard-button i.penci-faicon{
    position: relative;
    margin-inline-end: 21px;
}
.dashboard-button i.penci-faicon:after{
margin: 0 10px;
background: #fff;
display: inline-block;
content: "";
height: 100%;
    width: 1px;
    position: absolute;
    opacity: 30%;
}

.dashboard-button.penci-builder-button.button-2 span{
    border: 1px #fff solid;
    display: inline-block;
    padding: 0 2px;
    
}
.dashboard-small-box{
    padding: 15px 0;
    padding-inline-end: 20px;
    align-items: center;
}
.dashboard-small-box .dashboard-wrapper{
    padding: 0;
}
.dashboard-small-box .dashboard-date{
    border-radius: 20px 0 0 20px;
    align-self: flex-start;
    padding: 1px 25px;
    padding-inline-end: 35px;
}
.dashboard-small-box .dashboard-content{
    padding-inline-start: 25px;
}
.dashboard-small-box .dashboard-content > div:nth-child(2){
    margin-bottom: 5px;
}
.dashboard-img img {
    mix-blend-mode: darken;
}
@media (max-width: 767px) {
    .dashboard-content > div{
        font-size:18px;
    }
}
.frm_style_formidable-style.with_frm_style  .product-dashboard-quiz-form .frm_submit button{border-radius:20px; background:var(--green);border:0}
@media (max-width: 767px) {.dashboard-thery .col-md-6:nth-child(even) .dashboard-box {
    flex-direction: row-reverse;
}
.dashboard-thery .col-md-6:nth-child(even) .dashboard-box .dashboard-img{
    transform: rotateY(190deg);
}
.dashboard-thery .col-md-6:nth-child(even) .dashboard-wrapper{
    padding-inline-start: 0px;
    padding-inline-end: 30px;
}
.dashboard-thery .col-md-6:nth-child(even) .dashboard-date{
    align-self: flex-start;
    border-radius: 20px 0 0 20px;
}
.dashboard-thery .col-md-6:nth-child(even) .dashboard-content{
    padding-inline-start: 30px;
    padding-inline-end: 0px;
}
}

.tax-faq-category .pc-wrapbuilder-header{margin-bottom: 0;}
.cpage-header{background:#181818 url(images/header-bg.jpg) repeat;margin-bottom:90px;}
.cpage-header-inner{background:url(images/left-header.jpg) no-repeat left top;}
.cpage-header-inner>div{height: 60vh; display: flex;justify-content: center; align-items: center;}

a.faq-link {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
.penci_header.penci_builder_sticky_header_desktop{
    background-color: transparent;
}
.penci_header_overlap .penci-sticky-mid, .penci-sticky-mid{
    backdrop-filter: blur(4px);
}
.penci-sticky-mid{
    margin-top: 12px;
    border-radius: 14px;
}
.pc-builder-element.pc-main-menu .navigation .menu ul.sub-menu li a, .pc-builder-element.pc-main-menu .navigation .menu > li > a{
    color:#fff;
}

.login-menu li a:before{display:none}
.login-menu ul li:last-child,.penci_mobile_wrapper .elementor-nav-menu li:last-child{margin-left: 0!important;}
.login-menu ul li:last-child a, .penci_mobile_wrapper .elementor-nav-menu li:last-child a{background-color: #F6F6F6; color:var(--black2)!important; padding: 10px 25px; border-radius: 100px; line-height: normal!important;margin-top:7px;}
body .penci_navbar_mobile.mobile-sticky{
    top:12px; background: transparent;
    backdrop-filter: blur(4px);
}
.penci-mobile-midbar{
    border-radius: 14px;
}
.penci_navbar_mobile:not(.scrolldown){
    position: fixed;
    top: 12px;
    left: 0;
    right: 0;
    z-index: 9999;

}
.penci_navbar_mobile{
    margin: 0 20px;
    width: calc(100% - 40px);
}
.open-mobile-builder-sidebar-nav .penci-builder-mobile-sidebar-nav.penci-menu-hbg{
    width: 100%!important;
}
.open-mobile-builder-sidebar-nav .close-mobile-menu-builder{
    left: calc(50% - 22px);
    z-index: 99999999;
    text-align: center;
    width: auto;
    height: auto;
    right: auto;
    background: transparent;
    top: 40px;
}
.penci-builder-mobile-sidebar-nav.penci-menu-hbg{
    padding-top: 85px;
}

.penci_mobile_wrapper .menu li,.penci_mobile_wrapper .elementor-nav-menu.sm-vertical li{
    border-bottom: 0;
    text-align: center;
    padding: 0;
}
.penci_mobile_wrapper .menu li a,.penci_mobile_wrapper .elementor-nav-menu.sm-vertical li a{
    color: #fff;
}
.penci_mobile_wrapper .e-con>.e-con-inner{
    padding-block-end:0;
    padding-block-start:0;
}
.penci_mobile_wrapper .elementor-nav-menu.sm-vertical li a{
    padding: 13px 0;
}
.penci_mobile_wrapper .elementor-nav-menu li:last-child a{
    display: inline-block;padding: 13px 50px;
}

.header-title{
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
}
.faq-search{
    background: #fff;
    border-radius: 100px;
    display: flex;
    width: 50%;
    margin: 0 auto;
}
body:not(.home) .penci-header-wrap + div{
    padding-top: 82px;
}
.penci_mobile_midbar .container .penci_nav_row{
    padding: 0 20px;
}
.penci_mobile_midbar .container{width: 100%;}
.faq-search input, .faq-search button{border:0;background: transparent;}
.faq-search button{color:var(--black2); font-size: 22px;}
.faq-search input{color:#434343;}
.faq-search input::placeholder {
    color:#434343;
    opacity: 1; /* Firefox */
  }
  
  .faq-search input::-ms-input-placeholder { /* Edge 12 -18 */
    color:#434343;
  }
.w-full{width:100%;}

@media only screen and (max-width: 767px) {
    .faq-search{
        width: 80%;
    }
}
.faq-ul{
    background: #F6F6F6;
    border-radius: 14px;
    padding: 30px;
}
.faq-ul,.faq-ul ul{display: block;margin: 0;}
.faq-ul ul{padding: 0;padding-inline-start: 10px; margin-top: 20px;}
.faq-ul a{
    font-size: 16px;
    font-weight: 600;
    color: var(--black2);
}
.faq-ul a .fa{
    visibility: hidden;
}
.faq-ul li.active > a > .fa{display: inline-block; vertical-align: middle;padding-inline-end:10px; visibility: visible; font-size: 7px;}
.faq-ul li{margin-bottom: 20px;}
.faq-title{
    font-size: 26px;
    color: var(--black2);
    font-weight: 500;
    margin: 0 0 30px;
}
.faq_article .accordion-button{
    font-weight: 400;
    color: var(--black2);
}
.faq_article .accordion-button.collapsed .fa-minus,.faq_article .accordion-button:not(.collapsed) .fa-plus{
    display: none;
}
.faq_article .accordion-button i{
    font-size: 20px;
    font-weight: 300;
}
.faq_article .accordion-button:not(.collapsed) .fa-minus{
    display: inline-block;
    transform: rotate(0deg);
}
.faq_article .accordion-item{
    border-bottom: 1px #C1C3C6 solid;
    margin: 0 0 35px;
    padding: 0 0 20px;
}
.accordion > .faq-wrapper{
    margin-top: 70px;
}
.accordion > .faq-wrapper:first-child{
    margin-top: 0px;
}

/* .tax-faq-category .penci-sidebar-content{
    position: fixed;
    width: calc(0.2906 * var(--pcctain));
}
@media only screen and (min-width: 961px) and (max-width: 1169px) {
    .tax-faq-category .penci-sidebar-content {
        width:calc(0.2906 * 940px);
    }
}
@media only screen and (max-width:961px) {
    .tax-faq-category .penci-sidebar-content{
        position: static;
        width: 100%;
    }
} */
