/* ==========================================================================
   Table Of Content
   ========================================================================== 
   1.Fonts
   2.Typo
   3.General
   4.Buttons
   5.Top Search
   6.Navigation
   7.Homepage
   8.Listing template
   9.Listing Thumbnail
   10.Login / Register form 
   11.CMS Pages / Blog / FAQ
   12.User Dashboard
   13.Checkout
   14.Footer

/* ==========================================================================
  1. Fonts
========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Poppins:200,400,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;400;500;700;800&display=swap');
.account_verify_wrapper .navbar-brand {
    width: 50px;
    display: block;
    padding-top: 10px;
}
.head_tt img{
    display:none;
}

.htj {
    padding: 2rem 2rem 2rem 2rem !important;
    margin-top: 1rem !important;
}
.grey-box {
    background: #f8f8f8 !important;
    padding: 2rem 2rem !important;
    color: #4c4c4c !important;

}
.fancy-list li:before {
    content: "\f068";
    font-family: FontAwesome;
    margin-left: -1em;
    width: 1.3em;
    line-height: 0;
    font-size: 1em;
    position: static;

}

.checkout .order-info .payment_opt {
    padding: 0;
    margin-top: -10px;
}

.checkout .order-info {
    background: #FFF;
    background-clip: padding-box;
    border: 0 none;
    position: relative;
    font-weight: 200;
    padding: 0;
}

.row.checkout textarea{
    border-radius:0.5rem;
    border: 1px solid #e4e4e4;
}
.order_summary_list_item .see_order_details {
    color: #44a750;
}
.detail_type {
    font-weight: 600;
    letter-spacing: 0;
}

.row.order_cancellation_request{
    display:none;
}

label[for="tos-acceptance"]{
    display: flex;
    align-items: self-end;
        gap: 0.3rem;
}

.booking_summary_box .img-circle {
    border-radius: 0.5rem;
    height: 100%;
    width: 100%;
}


.booking_summary_box {
    margin-top:0;
    border-radius: 0.5rem;
}
.booking_summary_box h1{
    margin-bottom:10px !important;
}
.booking_summary_box .fancy-list li {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.order_details_title a{
    position:absolute;
    inset:0px;
    left: 15px;
    top:10px;
}

li.order_details_ref {
    margin-top: 1.5rem;
}
.order-details-row.supp_select{
    position: relative;
}

@media(min-width:992px){
    .order_details_title a{
        left: 55px;
    }
}

.order_succeeded_alert {
    border: 0 none;
    background: #f3faf6;
    border-radius: 0.5rem;
}

.order_succeeded_alert h2 {
    color: #44a750;
    font-weight: 600;
}

.skills_content .badge.bg-primary {
    background-color: #26b44e;
    margin-top: 0.5rem;
}

.account_edit.group-customer #visible-qualification-input-div{
    display:none;
}
.standard-tabs.nav-tabs>li.active:after,
.standard-tabs.nav-tabs>li.active:before{
    content:none;
}
.group-customer .reviews_nav_dshb #myRate{
    display:none;
}

.group-published-coaches .reviews_nav_dshb #myOpi{
    display:none;
}

.fees_details_box{
    margin:0;
}

.availability-index .modal .btn.btn-secondary{
    background:none !important;
    border:0 none !important;
    text-decoration:underline;
}

#tinycalModal {
    z-index: 99999999999999 !important;
}

#tinycalModal .modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.availability-index .modal .btn.btn-secondary:hover,
.availability-index .modal .btn.btn-secondary:focus{
    color:#000;
}

.availability-index .availability-hours-timeslot{
    margin-top:10px;
}

.availability-index .fa.fa-ban{
    color:#FFF;
}

button.btn.btn-sm.btn-danger.remove-btn {
    color: #FFF;
}

label[for="qualification"]{
    font-size: 18px;
    margin-bottom: 26px;
}

#progressbar li:before {
    background: #37b34a;
}

@media (min-width: 481px) and (max-width: 767px){
    .results_list_item {
        min-width: 100%!important;
        width: 100%!important;
        max-width: 100%!important;
    }
}

@media only screen and (min-width: 768px){
    .single_item .listing_details_wrap{
        padding-left: 0px;
        padding-right: 0px;
    }
}

.order_show_wrap .white-box sup, .order_show_wrap sup{
    top:0;
}

.dashboard-body .order_details_date a, .order_details_date_element {
    font-size: 100%;
    color: #1b5b33;
    border: 2px solid #37b34a;
    display: block;
    max-width: 100%;
    text-align: center;
    width: fit-content;
    margin-bottom: 1rem;
}

.dashboard-body .order_details_date a :after, .order_details_date_element :after {
    background: #e0efe4;
    color: #37b34a;
   
}

#visible-qualification-input-div {
    margin-top: 40px;
    border-top: 0.5px solid #000000;
    padding-top: 55px;
    border-bottom: 0.5px solid #000000;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

#visible-qualification-input-div .btn-primary{
    color: #03a651;
    background-color: #FFF;
    border-color: #00A651;
}

#visible-qualification-input-div .btn-primary:hover{
    color: #FFF;
    background-color: #03a651;
    border-color: #00A651;
}

.order_details_image,
.listing_category_value,
.listing_cover_wrap{
    display:none !important;
}

.homepage-body {
    width: 100%;
    overflow-x:hidden;
}

.coach-video-modal .modal-content{
    background:#000;
    color:#FFF;
    border:none;
    box-shadow:none;
    border-radius:0 !important;
}

.coach-video-modal .modal-body{
    padding:0;
}

.coach-video-modal .modal-header {
    border-bottom: 0;
}

.coach-video-modal .close,
.coach-video-modal .close:hover{
    color: #FFF;
    text-shadow: none;
    opacity: 1;
}


@media(min-width:768px){
    .video-gallery-wrapper{
        display:flex;
        flex-wrap:wrap;
    }
    .video-item {
  box-sizing: border-box; /* Inclut les marges et les bordures dans le calcul de la largeur */
  padding-right: 10px; /* Ajoute une marge entre chaque élément */
  flex-basis: 50%; /* Chaque élément occupe 50% de l'espace */
}

.full-width-video {
  flex-basis: 100%; /* Un seul élément occupe 100% de l'espace */
  padding-right:0;
}

.video-item iframe{
    position:relative;
    z-index:-99999;
}

}

.video-item.full-width-video{
    margin-left:0;
    margin-right:0;
}

.video-item.full-width-video iframe{
    width:100%;
    
}



/* ==========================================================================
  1.2. Home Carousel fro Coaches
========================================================================== */

.slick-slide div{
    width:100%;
}

.carousel-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.carousel-slide {
    display: flex;
    transition: all 0.5s;
}

.carousel-btn {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    border-radius: 50%;
    color: white;
}

.carousel-btn.prev {
    left: 10px;
}

.carousel-btn.next {
    right: 10px;
}

#coaches-display__search--types-input {
    border-radius: 0!important;
    background: url('https://koach.mykreezalid.com/img/icons/arrowdown.png') 95% 50% no-repeat #fff!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 1.5em!important;
}

#coaches-display__search--section-types .selected-item-class {
    font-size: 11px !important;
    margin-bottom: 10px;
    border-radius: 60px;
    box-shadow: none;
    border: 0.5px solid;
    padding: 5px 7px;
}

button.ais-ClearRefinements-button {
    border: 0.5px solid;
    border-radius: 5px;
    font-size: 13px;
}

#coaches-display__sortby-dropdown-toggle.active {
    background-color: transparent !important;
    box-shadow: none !important;
}


/* ==========================================================================
  2. Typo
========================================================================== */
h1,
body,
p,
a,
span {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h2,
h3,
h5 {
    font-family: 'Raleway', sans-serif;
}

@media(max-width:991px){
    .dropdown.user_account_menu a:hover span{
        border:none !important;
    }
}


.wishlists .results_list_item a {
    color:red;
    text-decoration:underline;
}

.wishlists h4, .wishlists p {
    margin-bottom:0;
}

.wishlists .btn {
    text-decoration:none !important;
    max-width:50%;
    margin:0 auto;
}
.wishlists .results_list_item {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
}

@media(min-width:768px){

    .wishlists .results_list_item {
        min-width: calc(25% - 15px);
        max-width: calc(25% - 15px);
        margin-left: 15px;
        width: 25%;
        -ms-flex: 1;
        flex: 1;
    }

}

.wishlist-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    z-index:9999;
}

.wishlist-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
}

.wishlist-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.wishlist-modal-close:hover,
.wishlist-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}





.group-pending-validationx45342nd57 .secondary-menu .wishlist_item, 
.group-published-coaches .secondary-menu .wishlist_item,
.group-pending-validationx45342nd57 .nav_item_user_wishlist, 
.group-published-coaches .nav_item_user_wishlist {
    display:none;
}

.account_edit.group-pending-validationx45342nd57 .form-submit-btn .btn-submit:after{
    content:'Submit my profile to publish   ⟶';
    color:#FFF;  
    color: #FFF;
    font-size: 18px;
}

.account_edit.group-pending-validationx45342nd57 .form-submit-btn .btn-submit{
    color:transparent;
    font-size:0;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #F44336;
    border-color: #F44336;
}

.account_edit.group-pending-validationx45342nd57 .form-submit-btn .btn-submit{
    color:transparent;
    font-size:0;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #F44336;
    border-color: #F44336;
}

.account_edit.group-pending-validationx45342nd57 .form-submit-btn .btn-submit:hover,
.account_edit.group-pending-validationx45342nd57 .form-submit-btn .btn-submit:focus{
    background-color: #26B44E;
    border-color: #26B44E;
}

.account_edit.group-pending-validationx45342nd57 .form-submit-btn {
    text-align: center;
    margin-top: 30px;
}

.awaiting_banner{
    display:none;
    opacity:0;
}

.account-dashboard.group-pending-validationx45342nd57 .awaiting_banner,
.inbox-messages.group-pending-validationx45342nd57 .awaiting_banner,
.listing_dashboard.group-pending-validationx45342nd57 .awaiting_banner,
.listing_dashboard.group-pending-validationx45342nd57 .awaiting_banner,
.account_edit.group-pending-validationx45342nd57 .awaiting_banner{
    display:block;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    opacity:1;
    background:#ededed;
}


.group-pending-validationx45342nd57 .awaiting_banner .badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 15px;
    font-size: 13px;
    color: #F44336;
    vertical-align: middle;
    border: 2px solid #F44336;
    border-radius: 60px;
    margin-top: -25px;
    background: #ededed;
}


.group-pending-validationx45342nd57 ul.secondary-menu li.current-menu-item.account_item a:before,
.group-published-coaches ul.secondary-menu li.current-menu-item.account_item a:before {
    background: #484848 !important;
    bottom: 3px;
    content: "";
    display: block;
    height: 4px;
    left: 22px;
    position: absolute;
    right: 22px;
    top: auto;
    width: 120px;
}

.group-pending-validationx45342nd57 .menu-item.account_item a:after,
.group-published-coaches .menu-item.account_item a:after{
    content:'My Coach profile';
        position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-indent: initial;
        white-space: nowrap;
        padding: 19px 22px;
}
.group-pending-validationx45342nd57 .menu-item.account_item a,
.group-published-coaches .menu-item.account_item a{
    text-indent: -9999px; 
    display: inline-block;
    width: 100%;
    position: relative;
}

.package__actions .btn {
    cursor:none;
}

@media(max-width:767px){
    .badge, .label {
        white-space: normal;
    }
}



.login h1, .register h1 {
    position: relative;
    padding-bottom: 20px;
}


.registration_redirect a,
.login_redirect a{
    text-decoration:underline;
    color:#00A651;
}

.modal {
    z-index: 99999999999999;
}

.store-gallery .slick-list {
    overflow: visible;
    /*max-height: 200px !important;*/
    height: auto !important;
}
.store-gallery .slick-track {
    width: 100% !important;
    display: flex;
    /*gap: 12px;*/
    align-items:stretch;
    height: 100%;
    flex-wrap:wrap;
   /* max-height: 200px;
    min-height:200px;
    overflow:hidden;*/
}

.store-gallery .slick-slide {
    opacity: 1 !important;
    /*flex: 1;*/
    left: 0 !important;
    /*width: auto !important;*/
    display: flex;
}

@media(min-width:565px){
   .store-gallery .slick-slide {
        min-height: 200px;
        max-height:200px;
        width: calc(25% - 20px) !important;
        margin: 5px 10px !important;
    } 
}

.store-gallery .pdetails-singleimage {
    display: flex !important;
    height: 100%;
    max-height: 200px;
}

.store-gallery .slick-slide img {
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    display: block;
    object-position: top;
}

.store-gallery .zoom-badge {
    color: transparent;
    cursor: pointer;
}

.store-gallery .pdetails-thumbs{
    display:none;
}

.shop-view .store-gallery-wrapper{
    margin-left:0px;
    margin-top: 25px;
}



.listing_info_sidebar .listing_details_list_location a, 
.listing_info_sidebar a.vendor_name,
.listing_info_sidebar .rate,
.see_more_details a,
.listing_container .price,
.listing_info_sidebar .wishlist-btn.add-to-wishlist, 
.listing_info_sidebar .wishlist-btn.remove-from-wishlist{
    display:none;
}

.important_note_sessions{
    position:relative;
    margin-top:35px;
    padding-top:35px;
    background: #fff;
    padding: 2em 2em 1.5em;
    border-radius: 12px;
    border: 0.5px solid #e4ebe4;
    border-top: 10px solid #e4ebe4;
}

/*.important_note_sessions:before {
    content: '';
    width: 100%;
    height: 7px;
    border-radius: 60px;
    background: #e4ebe4;
    position: absolute;
    top: 0px;
    left: 0;
}*/

.status_info {
    font-size: 12px;
}

.listing-show header{
    margin-bottom:0 !important;
}

.rate .fa.fa-star, .rate .fa.fa-star-half-o, .rate .fa.fa-star-o {
    color: #00A651;
}
.dashboard-access .dropdown-menu.no-border a{
    text-transform:none;
}
@media(min-width:992px){
    .inbox.inbox_notification_menu .dropbtn {
        margin-top: 3px;
    }
    .inbox.inbox_notification_menu .dropbtn .fa.fa-envelope-o{
        font-size:20px;
    }
    .shop_overview, .listing-description {
        flex-direction: column;
    }
    .shop_overview .col-md-3 {
        flex: auto;
        width: 100%;
    }
}
.inbox.inbox_notification_menu .message_preview_item li.empty_inbox_title {
    -ms-flex-pack: center;
    justify-content: center;
    color: #061e06;
}

.shop-view .results_list_item {
    flex: auto;
    width: 100%;
    max-width: 100%;
}

.shop_overview .col-md-3 .card,
.shop-view .card{
    padding: 1em 2em;
}

.shop-view .card .btn-primary {
    width: 100%;
    min-width: 100%;
    margin-top: 10px;
}

.shop-view .card a h4{
    font-size: 18px;
    color: #5e6e55;
    text-transform: inherit;
    font-weight: bold;
}

.listing-show .card a:hover,
.listing-show .card a:focus,
.shop-view .card a:hover,
.shop-view .card a:focus{
    text-decoration:none;
}

.listing_dashboard .listing_list_item .text-preview h3 {
    font-size: 18px;
    color: #4d4d4d;
}


.listing-show .badge,
.listing_dashboard .badge,
.shop-view .card .badge {
    padding: 5px 9px;
    font-size: 11px;
    color: #5e6e55;
    background-color: #f2f7f2;
    font-weight: 400;
    border: 1px solid #c9dac9;
    margin-bottom:5px;
}

.listing-show .badge.coaching_type_tag,
.listing_dashboard .badge.coaching_type_tag,
.shop-view .card .badge.coaching_type_tag{
    background: #FFF;
    color: #5e6e55;
    border-color: #5e6e55;
}

.package-price {
    font-size: 20px;
    color: #5e6e55;
    margin-bottom: 0;
    line-height: 20px;
}

.tax_info{
    font-size: 12px;
    color: #8b93a0;
}

.group-published-coaches .menu-item.wishlist_item{
    display:none;
}

.page-header h1{
    position:relative;
}
.profile_main_content_wrapper{
    position: relative;
    height: 100%;
    overflow: auto;
}

.profile_nav ul.flexbox{
    align-items:end;
}

.profile_nav li a {
    padding: 10px 5px;
}

.profile_nav li{
    margin: 0 20px 0 0;
    padding-left:0;
}


.profile_nav li.active a {
    border-bottom: 2px solid;
    color:#061e03;
}

.wrapper_side h3, 
.wrapper_main h3{
    color: #818e7b;
    font-size: 15px;
    font-weight: 400;
    margin-top: 30px;
    font-weight: bold;
}

.wrapper_side hr,
.wrapper_main hr{
    border-top: 1px solid #D5E0D9;
}

.virtual_sessions_wrapper{
    position:relative;
    margin-bottom: 50px;
}

.virtual_sessions_wrapper:after{
    content: '';
    width: 100%;
    height: 7px;
    border-radius: 60px;
    background: #e4ebe4;
    position: absolute;
    bottom:-25px;
    left:0;
    
}

.main_profile_wrapper{
    padding-top:0;
}

.main_profile_wrapper .fancy-list li:before {
    content: "\f058";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1em;
    width: 1.3em;
    line-height: 1.3em;
    font-size: 1.3em;
    position: relative;
    top: 2px;
    color: #011e00;
}

.profile_nav a{
    color:#5e6e55;
    font-size: 14px;
}

.section-spacing.skills_intro{
    padding-bottom:1em;
}

.profile_nav a{
    border-bottom:2px solid transparent;
}

.profile_nav a:hover{
    color: #061e03;
    text-decoration: none;
    border-bottom: 2px solid;
    /* padding-bottom: 5px; */
    background: none !important;
}

.profile_nav a:focus{
    background: none !important;
}

.skills_content ul {
    margin-left:0;
}

.languages_talked li{
    position:relative;
    padding: 0;
}

.section-spacing.profile_nav{
    padding-top:0;
    padding-bottom: 0;
}

.languages_talked li:before{
    content: "/";
    color: #494949;
    margin: 0 1em;
    position: relative;
    top: 1px;

}

.languages_talked li:first-child:before {
    content: none;
    margin: 0;
}

.skills_intro .flexbox{
    justify-content: stretch;
    align-items: stretch;
    padding: 0;
}

.skills_intro .col-item{
    flex:1;
    background: #f2f7f2;
    padding:1em 1.5em;
}
.skills_intro .col-item.skills_first_col{
    background: #44a750;
    color: #FFF;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.skills_intro .col-item:last-child{
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.skills_first_col.col-item svg {
    color:#FFF;
}

.skills_intro .skills_first_col h6,
.skills_first_col .skills_content{
    color:#FFF;
}
.skills_intro h6{
    color:#011e00;
    
}
.skills_content {
    font-size: 0.8em;
    color: #011e00;
    font-weight: bold;
}

.col-item svg{
    width:auto;
    color: #011e00;
}


.col-item .svg_wrapper{
    /*height: 35px; */
    /* background: #FFF; */
    border-radius: 999%;
    /* width: 35px; */
    text-align: center;
    /* vertical-align: middle; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* box-shadow: rgb(0 0 0 / 10%) 0px 0px 8px; */
    text-align: left;
}


.avatar__wrapper{
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.shop-view .about-user-avatar{
    border-radius: 50%;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-primary {
    min-width: 170px;
}

.title--white {
    color: #fff;
}

.section--services {
    position: relative;
    padding: 75px 0 0;
}
.section--grey {
    background: #f5f6fa;
}
.section--services .section__head {
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}

.section--services .section__body {
    position: relative;
    z-index: 10;
}



.benefit {
    background: #fff;
    box-shadow: 0 2px 7px rgba(59, 59, 59, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.benefit .benefit__image {
    width: 550px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.benefit .benefit__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-style: solid;
    border-width: 278px 278px 0 0;
    border-color: rgba(4, 195, 99, 0.8) transparent transparent transparent;
}

.benefit .benefit__image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-style: solid;
    border-width: 278px 0 0 278px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.6);
}

.benefit--alt .benefit__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.benefit--alt .benefit__image:before {
    left: auto;
    right: 0;
    border-width: 0 278px 278px 0;
    border-color: transparent rgba(4, 195, 99, 0.8) transparent transparent;
}

.benefit--alt .benefit__image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    border-width: 0 0 278px 278px;
    border-color: transparent transparent rgba(255, 255, 255, 0.6) transparent;
}

.benefit .benefit__content {
    min-height: 364px;
    width: -webkit-calc(100% - 550px);
    width: calc(100% - 550px);
    padding: 47px 10px 47px 68px;
}

.benefit .benefit__inner {
    position: relative;
    z-index: 1;
}

.benefit .benefit__title {
    margin: 0 0 24px;
    font-size: 28px;
    color: #00a651;
}

.list-benefits {
    font-size: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: ordered-list;
}

.list-benefits li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.list-benefits li~li {
    margin-top: 21px;
}

.list-benefits li:before {
    content: counter(ordered-list) '.';
    counter-increment: ordered-list;
    font-size: 17px;
    font-weight: 600;
    color: #231f20;
    margin-right: 23px;
}

.section--services .section__foot {
    text-align: center;
    padding: 9px 0 60px;
    position: relative;
    z-index: 1;
}

.section--services .section__foot p {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Raleway',sans-serif;
    margin-bottom: 23px;
}

.section--services .section__foot p span {
    text-decoration: none;
    color: #00a651;
}

.section--services .figure-12 {
    position: absolute;
    top: 0;
    right: 0;
}
.figure-12 {
    overflow: hidden;
    width: 46vw;
    height: 46vw;
    background: #04af59;
}

.figure-12:before {
    content: '';
    position: absolute;
    top: 0;
    left: 21%;
    width: 100%;
    height: 200%;
    background-color: #04c363;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.figure-12:after {
    content: '';
    position: absolute;
    top: 0;
    right: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46vw 0 0 46vw;
    border-color: transparent transparent transparent #f5f6fa;
}

.section--services .figure-13 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.figure-13 {
    overflow: hidden;
    width: 38.8vw;
    height: 38.8vw;
    background: #0ca95a;
}

.figure-13 .ornament-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25.1vw 25.1vw 0 0;
    border-color: #0c8b4a transparent transparent transparent;
}

.figure-13 .ornament-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 43vw 43vw 0;
    border-color: transparent #f5f6fa transparent transparent;
}


.section--requirements {
    padding: 56px 0 50px;
    font-size: 17px;
    position: relative;
    overflow: hidden;
}

.section--requirements .container {
    position: relative;
    z-index: 1;
}

.section--requirements header.section__head {
    margin-bottom: 25px !important;
}

.section--requirements .section__content {
    max-width: 568px;
    margin: 0 auto;
}

.section--requirements .section__content p {
    line-height: 2;
}

.section--requirements .section__actions {
    text-align: center;
    padding: 20px 0 0;
}

.section--requirements .figure-14 {
    position: absolute;
    top: 0;
    left: 34.6vw;
    bottom: 0;
    right: 0;
}

.figure-14 .ornament-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 -webkit-calc(65.3vw - 17px) -webkit-calc(65.3vw - 17px) 0;
    border-width: 0 calc(65.3vw - 17px) calc(65.3vw - 17px) 0;
    border-color: transparent #fff transparent transparent;
}

.figure-14 .ornament-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50vw 50vw;
    border-color: transparent transparent #fff transparent;
}

.section--fees {
    padding: 56px 0 0;
    position: relative;
}
.section--green {
    background: #00a651;
}

.section--fees .section__inner {
    position: relative;
    z-index: 1;
}

.section--fees .section__head {
    margin-bottom: 29px;
}

.section--fees .section__body {
    padding-bottom: 70px;
}

.descrpitions-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.section--fees .section__body .list-descriptions {
    color: #fff;
}
.descrpitions-holder .list-descriptions {
    width: 50%;
    max-width: 49%;
}

.list-descriptions li~li {
    margin-top: 23px;
}

.list-descriptions {
    list-style: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.list-descriptions li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.descrpitions-holder .list-descriptions~.list-descriptions {
    max-width: 532px;
}

.list-descriptions .fa {
    font-size: 22px;
    margin-right: 12px;
    vertical-align: top;
    margin-top: -2px;
}

.list-descriptions span {
    display: inline-block;
    vertical-align: top;
    max-width: 96%;
}

.section--fees .section__entry {
    padding: 51px 0 0;
}

.section--fees .section__entry h3 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 24px;
    color:#FFF;
}

.package {
    box-shadow: 0 2px 7px rgba(59, 59, 59, 0.2);
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 25px 0 0;
    overflow: hidden;
}

.package .package__actions {
    margin-bottom: 22px;
}

.package .package__body {
    padding: 0 34px 35px;
}

.package p {
    margin: 0;
}

.package .package__value {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #00a651;
    margin: 6px 0 1px;
}

.package .package__value span {
    font-size: 18px;
}

.package__actions .btn {
    min-width:120px;
}

.package .per {
    font-size: 15px;
    font-weight: 700;
    color: #231f20;
}
.package .separator--alt {
    margin-top: 3px;
}
.separator--alt {
    font-size: 18px;
    color: #d3d6e7;
}
.separator {
    overflow: hidden;
    font-family: 'Raleway',sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.separator--alt span {
    padding: 14px 13px;
}

.separator--alt {
    font-size: 18px;
    color: #d3d6e7;
}
.separator span {
    position: relative;
    display: inline-block;
    padding: 17px;
}

.separator--alt span:before, .separator--alt span:after {
    background: #e7e7ee;
}
.separator span:before {
    right: 100%;
}
.separator span:before, .separator span:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100vw;
    height: 1px;
    background: #696d6e;
}

.separator span:after {
    left: 100%;
}

.package .package__foot {
    background: #eef0f6;
    padding: 18px 0 20px;
}

.package .package__foot h4 {
    font-weight: 700;
    color: #231f20;
    font-size: 26px;
    margin: 0 0 4px;
}

.section--fees .section__foot {
    background: #00a651;
    color: #fff;
}

.section--fees .section__foot {
    padding: 53px 0 60px;
    text-align: center;
}

.section--fees .section__foot .btn {
    margin: 57px auto 0;
    color: #00a651 !important;
    font-weight:bold;
}

.section--fees .figure-15 {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -35vw;
}
.figure-15 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: -webkit-calc(42.5vw - 17px) -webkit-calc(42.5vw - 8px) 0 -webkit-calc(42.5vw - 8px);
    border-width: calc(42.5vw - 17px) calc(42.5vw - 8px) 0 calc(42.5vw - 8px);
    border-color: rgba(141, 198, 63, 0.5) transparent transparent transparent;
}

@media (max-width: 1200px){
    .benefit .benefit__content {
        width: -webkit-calc(100% - 400px);
        width: calc(100% - 400px);
        padding: 47px 20px 47px 40px;
    }
    .benefit .benefit__image {
        width: 400px;
    }
}

@media (max-width: 992px){
    .benefit .benefit__content {
        width: -webkit-calc(100% - 350px);
        width: calc(100% - 350px);
    }
    .benefit .benefit__image {
        width: 350px;
    }
    .benefit .benefit__image:before {
        border-width: 185px 185px 0 0;
    }
    .benefit .benefit__image:after {
        border-width: 185px 0 0 185px;
    }
    .benefit--alt .benefit__image:before {
        border-width: 0 185px 185px 0;
    }
    .benefit--alt .benefit__image:after {
        border-width: 0 0 185px 185px;
    }
    .descrpitions-holder {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
        .descrpitions-holder .list-descriptions {
        width: 100%;
        max-width: 100%;
    }
        .descrpitions-holder .list-descriptions~.list-descriptions {
        max-width: 100%;
        margin-top: 23px;
    }
    .package {
        margin-bottom: 30px;
    }

}

@media (max-width: 767px){
    .benefit {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .benefit .benefit__image {
        width: 100%;
        height: 300px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .benefit .benefit__content {
        width: 100%;
        padding: 20px;
        min-height: 0;
    }
    .benefit .benefit__title {
        font-size: 20px;
    }
    .list-benefits li:before {
        margin-right: 15px;
    }
    .section--services .section__foot {
        padding: 0 0 40px;
    }
    .section--services .section__foot p {
        font-size: 16px;
    }
    .section--requirements {
        font-size: 14px;
    }
    .list-descriptions {
        font-size: 14px;
    }
    .section--fees .section__entry h3 {
        font-size: 24px;
    }
}

@media (max-width: 450px){
    .main-content .btn, 
    .main-content button[type=submit]{
        width: auto;
    }
}

.title--center {
    text-align: center;
}
.title {
    position: relative;
    padding-bottom: 25px;
    margin: 0;
}


.title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #8dc63f;
}

.title--center:after {
    left: 50%;
    margin-left: -50px;
}

.site-footer{
    border:none;
}

#cms-page-uec41rdhci {
    padding-bottom:0;
}

#forCoach .main-content {
    padding-bottom:0;
}



#forCoach .features{
    position: relative;
    z-index: 20;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 320px;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 3px 20px rgba(59, 59, 59, 0.15);
}

#forCoach .features--alt {
    height: auto;
    padding: 60px 0 34px;
}

#forCoach .features .container {
    position: relative;
    z-index: 20;
}

#forCoach .feature {
    position: relative;
    padding: 0 10px;
    text-align: center;
}

#forCoach .feature--alt .feature__image {
    min-height: 0;
    height: 84px;
    line-height: 84px;
    margin-bottom: 24px;
}
#forCoach .feature .feature__image {
    position: relative;
    z-index: 20;
    display: inline-block;
    min-height: 97px;
    padding: 0 15px;
    margin-bottom: 4px;
}

#forCoach .feature .feature__content {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

#forCoach .feature--alt .feature__title {
    line-height: 1.5;
}
#forCoach .feature .feature__title {
    margin: 0 0 13px;
}

.ico-svg-globe {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 90px;
}

.about-title,
.about-cta,
.large__pad_left{
    padding: 0 0 0 59px;
}

.about-intro{
    font-size: 17px;
    line-height: 2;
}

.page-header.cms-page {
    margin-top: -40px;
    padding: 1.875rem;
}

.large__pad_left .video {
    margin-bottom: 20px;
}

@media (max-width: 767px){
    .feature--alt .feature__title br {
        display: none;
    }
    .page-header.cms-page {
        padding: 0;
    }
}

@media (max-width: 767px){
    .about-title img {
        width: 142px;
        height: auto;
    }
}

@media (max-width: 1200px){
    .about-title,
    .about-cta,
    .large__pad_left {
        padding-left: 20px;
    }
}



@media (max-width: 991px){
    .large__pad_left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-cta {
        text-align: center;
    }
}

@media (max-width: 767px){
     .large__pad_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 15px;
    }
}
@media (max-width: 991px){
    .about-intro {
        width: -webkit-calc(100% - 320px);
        width: calc(100% - 320px);
    }
}

@media (max-width: 767px){
    .about-intro {
        width: 100%;
        font-size: 15px;
    }
}

@media (max-width: 992px){
    #forCoach .page-header {
        height: auto;
        padding: 0 0 50px 0;
    }
}

@media (max-width: 992px){
    .large__pad_left {
        margin-bottom: 30px;
        padding-left: 0;
    }
    .about-title,
    .about-cta{
        padding-left:0;
    }
}
.video {
    position: relative;
    width: 100%;
    padding-top: 69.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px){
    .video {
        padding-top: 56.25%;
    }
}



@media (max-width: 991px){
    .cms-page .video {
        width: 300px;
        height: 250px;
        padding-top: 0;
    }
}


@media (max-width: 767px){
    .cms-page .video {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        height: auto;
        padding-top: 56.25%;
    }
}


.title___img {
    margin: 0 7px;
}

.navbar-collapse{
    border:none;
}

.navbar-toggle {
    background-color: #1d1e1f;
}

.navbar-inverse .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #1d1e1f;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #06a551;
}

.edito_text img.logotitle {
    width: 183px;
    height: 44px;
}

.edito_text,
.edito_text p,
.edito_text p span,
.edito_text span{
    font-size: 17px; 
    line-height: 2;
}
    
.section--features .flex{
    align-items: start;
    -webkit-align-items: start;
    -moz-align-items: start;
}
.features .figure-3 {
    position: absolute;
    top: 0;
    right: 0;
}
.section--features {
    position: relative;
    z-index: 10;
    padding: 0;
}
.figure-3 {
    width: 44vw;
    height: 100%;
}

.figure-3 .ornament-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f1f5f7;
}

.figure-3 .ornament-1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 320px 22vw;
    border-color: transparent transparent #f1f5f7 transparent;
}

.features {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 320px;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 3px 20px rgba(59, 59, 59, 0.15);
}

.feature .feature__title {
    margin: 0 0 13px;
    font-size:17px;
    font-weight: 600;
    color: #231f20;
}

.section--features .container {
    position: relative;
    z-index: 20;
}

.feature .feature__content {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

.feature .feature__image {
    position: relative;
    z-index: 20;
    display: inline-block;
    min-height: 97px;
    padding: 0 15px;
    margin-bottom: 4px;
}

.feature {
    position: relative;
    padding: 0 10px;
    text-align: center;
}

.ico-certificate {
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 82px;
    background: url('https://www.koach.net/images/ico-certificate.png') no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
}

.ico-figures {
    display: inline-block;
    vertical-align: middle;
    width: 92px;
    height: 88px;
    background: url('https://www.koach.net/images/ico-figures.png') no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
}

.ico-video-conversation {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 81px;
    background: url('https://www.koach.net/images/ico-video-conversation.png') no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
}

.ico-hand {
    display: inline-block;
    vertical-align: middle;
    width: 94px;
    height: 99px;
    background: url('https://www.koach.net/images/ico-hand.png') no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
}

.feature:after {
    content: '';
    position: absolute;
    top: 42px;
    left: 70%;
    width: 194px;
    height: 7px;
    background: url('https://www.koach.net/images/dot_line.svg') repeat-x;
}

.features [class^='col']:last-child .feature:after {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #42dc5a;
}

.home_about_you h2, 
.home_edito_section h2, 
.home_featured_collection h2, 
.home_featured_listings h2, 
.section-header h2{
    font-family: 'Raleway',sans-serif;
}

h5 {
    font-size: 17px;
    font-weight: 600;
    color: #231f20;
}

.col-md-6.edito_text{
    padding-left: 15px;
    padding-right: 15px;
}

.section-header.lefttext h2,
.section-header.lefttext{
    text-align:left;
}

.section-header.lefttext h2:after{
   margin: 20px 0;
}
.btn.btn-primary.line.whborder {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .item-video {
    height: 350px;
    position:relative;
    margin-bottom: 5em;
}

.testimonial__author h6{
    margin-top:3px;
    font-family: 'Raleway',sans-serif;
    font-size: 15px;
    color: #231f20;
    font-weight: 600;
}

#forCoach .page-header.cms-page {
    margin-bottom: 0;
}

#forCoach .features img {
    min-height: 0;
    height: 84px;
    line-height: 84px;
    margin-bottom: 24px;
}

#forCoach h5 {
    line-height: 1.5;
}
#forCoach h5 {
    margin: 0 0 13px;
}

#forCoach .container-1 {
    position: relative;
    z-index: 20;
}

.page-header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #231f20;
}

#forCoach .figure-1.reversed {
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
}
#forCoach .figure-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
#forCoach .figure-1.reversed {
    border-width: 0 31.3vw 31.3vw 0;
    border-color: transparent #f5f6fa transparent transparent;
}
#forCoach .figure-1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5vw 0 0 20.5vw;
    border-color: transparent transparent transparent #f5f6fa;
}

#forCoach .figure-11 {
    position: absolute;
    bottom: 0;
    left: 0;
}
#forCoach .figure-11 {
    overflow: hidden;
    width: 41vw;
    height: 41vw;
    background: #04af59;
}

#forCoach .figure-11:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 41vw 41vw 0 0;
    border-color: #25cb5e transparent transparent transparent;
}

#forCoach .figure-11:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 43vw 43vw 0;
    border-color: transparent #fff transparent transparent;
}

#forCoach .cta-join {
    min-width: 170px;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    margin: 2px;
}

#HomeTestimonials .owl-stage-outer {
    padding-top: 4em;
    padding-bottom: 1em;
}

.wrapper_side .block,
.wrapper_main .block {
    border: 0.5px solid #d5e0d5;
    padding: 2em;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #061e03;
    font-size: 13.5px;
}

.see_all_reviews {
    font-size: 0.85em;
    color: #fff;
}

.wrapper_side h2, 
.wrapper_main h2 {
    color: #061e03;
    font-weight: bold;
    font-size: 22px;
    margin-top: 5px;
}

.wrapper_side h6, 
.wrapper_main h6 {
    color: #818e7b;
    font-size: 15px;
    font-weight:400;
}

.wrapper_side .notice {
    background: #f2f7f2;
    color: #333;
    border-radius: 5px;
    border: 0.5px solid #d5e0d5;
    padding: 2em;
    font-size: 0.85em;
    margin-bottom: 30px;
}

.col-item {
    position: relative;
}

.col-item:after {
    content: '';
    width: 5.5px;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}

.container.flexbox .col-item:last-child:after {
    content: none;
}

.st-btn {
    background: none !important;
}
.st-btn > img {
    height: 30px !important;
    width: 30px !important;
}

.badge.bg-primary {
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    background-color: #ffffff5e;
}

.shop-view .page-header .container {
    color: #fff;
    justify-content: space-between;
    flex: 1;
}

.shop-view .page-header {
    box-shadow: 10px 0 15px -2px #333;
}

.shop-view .rate .fa.fa-star-o,
.shop-view .rate .fa-star-half-o,
.shop-view .rate .fa-star{
    font-size: 15px;
    padding-right: 5px;
    margin-top: 5px;
}

.shop-view .btn-inbox-container {
    width: auto;
}

.shop-view a.btn.btn-inbox {
    background: transparent !important;
    color: #fff !important;
    border-color: #ffff !important;
}

.shop-view a.btn.btn-inbox:hover,
.shop-view a.btn.btn-inbox:focus {
    background: #00a651 !important;
    color: #fff !important;
    border-color: #00a651 !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

/*.note_for_coaches {
    display: none;
}*/

.shop-view .about-user-avatar {
    border-radius: 50%;
}

.register-group-coaches .note_for_coaches {
    display: block;
}

.shop-view .main-content {
    margin-top: -40px;
}

.shop-view .page-header:before {
    content: '';
    background: #000000a1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.coach_cta_wrapper{
    position: absolute;
    bottom: -4em;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 992px) {
    
    button.owl-next span {
        color: transparent;
        font-size: 120px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -75px;
        background: url(https://www.koach.net/images/slider-default-next.png)
        no-repeat 0 0;
        background-position: center;
    }
    button.owl-prev span {
        color: transparent;
        font-size: 120px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -75px;
        background: url(https://www.koach.net/images/slider-default-prev.png)
            no-repeat 0 0;
        background-position: center;
    }
    
    #HomeVideoGallery button.owl-prev span,
    #HomeVideoGallery button.owl-next span,
    #HomeFeaturedCoaches button.owl-prev span,
    #HomeFeaturedCoaches button.owl-next span{
        bottom: 1em;
    }
    .demo-page .cms-page .container {
        width: 1170px;
    }
}

.demo-page .page-header {
    margin-bottom: 0;
}

.demo-page iframe {
    margin-top: -30px;
}

.login h1,
.register h1 {
    font-size: 25px !important;
    font-weight: 400 !important;
}

.gray-wrapper,
.gray2-wrapper {
    margin-top: -40px;
}

.faq-content .fancy-list br {
    display: none;
}
.page-header.faq-header {
    margin-top: -40px;
}

#mce-EMAIL {
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

#mc-embedded-subscribe {
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomright: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    padding: 0;
}

#mc_embed_signup input {
    max-height: 45px;
    height: 45px;
}

li#menu-item-107324 a {
    padding: 11px 25px;
    background: #00a651;
    font-size: 14px;
    border-radius: 60px;
    border: 2px solid #00a651;
}

li#menu-item-107324 a:hover,
li#menu-item-107324 a:focus {
    background: transparent;
    color: #00a651;
}

.anonymous-user .dashboard-access-offline {
    display: inline-block;
}

.footer_bottom_list ul.list-inline a:hover,
.footer_bottom_list ul.list-inline a:focus {
    color: #00a651;
}

.inbox.inbox_notification_menu .dropbtn {
    color: #fff;
}

.authenticated-user .dashboard-access-offline {
    display: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover span,
.navbar-inverse .navbar-nav > li > a:focus span {
    border-bottom: 1px solid;
}

.navbar-inverse .navbar-nav > li > a {
    border-bottom: 1px solid transparent;
}
.backtotop {
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px;
}
.edito--section {
    position: relative;
    z-index: 10;
}
.edito--section .figure-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.edito--section .container {
    position: relative;
    z-index: 20;
}

.edito--section .figure-2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.figure-2 {
    width: 44vw;
    height: 622px;
    overflow: hidden;
    background: #1aae62;
}
.figure-1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5vw 0 0 20.5vw;
    border-color: transparent transparent transparent #f5f6fa;
}

.section--coach-videos {
    position: relative;
    overflow: hidden;
    padding: 55px 0 40px;
}

.section--green {
    background: #00a651;
}

.custom-testimonials-container .container {
    position: relative;
    z-index: 20;
}

.section--coach-videos .container {
    position: relative;
    z-index: 20;
}

.custom-testimonials-container .figure-2 {
    top: 0px;
    height: 457px;
    position: absolute;
    right: 0;
}

.figure-2 .ornament-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 622px 44vw 0 0;
    border-color: #fff transparent transparent transparent;
}
.figure-2 {
    width: 44vw;
    height: 622px;
    overflow: hidden;
    background: #1aae62;
}

.custom-testimonials-container .figure-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.figure-1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5vw 0 0 20.5vw;
    border-color: transparent transparent transparent #f5f6fa;
}

.section--coach-videos .figure-7 {
    position: absolute;
    top: 0;
    left: 33.5vw;
    right: 7.5vw;
}
.figure-7 .ornament-1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29.5vw 29.5vw 0 29.5vw;
    border-color: #47b648 transparent transparent transparent;
}

.section--green .section-header h2,
.section--green .section-header h2::after {
    color: #fff;
}

.figure-2 .ornament-1 {
    width: 62vw;
    height: 62vw;
    border-left: 11vw solid #4bba5c;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.figure-2 .ornament-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 622px 44vw 0 0;
    border-color: #fff transparent transparent transparent;
}

@media (min-width: 1900px) {
    .figure-2 .ornament-2 {
        border-width: 622px 44vw 0 0;
    }
    .figure-2 .ornament-1 {
        width: 50vw;
        height: 50vw;
    }
    .figure-7 .ornament-1 {
        border-width: 23.5vw 23.5vw 0 23.5vw;
    }
    .section--coach-videos .figure-7 {
        left: 37.5vw;
        right: 10.5vw;
    }
    .figure-2 .ornament-1 {
        width: 50vw;
        height: 50vw;
    }
    .figure-2 .ornament-2 {
        border-width: 622px 44vw 0 0;
    }
}
.figure-2 .ornament-1 {
    width: 62vw;
    height: 62vw;
    border-left: 11vw solid #4bba5c;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom-testimonials-container {
    position: relative;
    z-index: 10;
}
.testimonials.flexbox {
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
}

#HomeTestimonials .owl-stage-outer {
    display: flex;
}

#HomeTestimonials .owl-stage {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}

#HomeTestimonials .owl-item {
    padding: 0 24px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 7px rgba(59, 59, 59, 0.2);
    border-radius: 12px;
    flex: 1;
    grid-auto-rows: 1fr;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-wrapper {
    gap: 20px;
    justify-content: stretch;
}
.video-wrapper .video {
    padding: 25px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 7px rgba(59, 59, 59, 0.2);
    border-radius: 12px;
    flex: 1;
    grid-auto-rows: 1fr;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial .testimonial__image {
    display: inline-block;
    width: 86px;
    height: 88px;
    border: 4px solid #fff;
    margin: -43px auto 0 auto;
}
.testimonial .testimonial__author {
    text-align: right;
    padding-right:2rem;
    padding-left:2rem;
}
.testimonial blockquote {
    padding: 0;
    border-left: 0;
    font-size: 17px;
    line-height: 1.9;
}

.testimonial .testimonial__content:before {
    content: '\201c';
    position: absolute;
    top: -14px;
    left: 0;
    font-weight: 600;
    font-size: 36px;
    color: #8dc63f;
    font-style: italic;
}

.testimonial .testimonial__content:after {
    content: '\201d';
    position: absolute;
    bottom: -14px;
    right: 2rem;
    font-weight: 600;
    font-size: 36px;
    color: #8dc63f;
    font-style: italic;
}

.testimonial .testimonial__content {
    position: relative;
    padding: 1rem 2rem;
    text-align: left;
    font-weight: 400;
    font-style: italic;
}
.ornament .ornament__image {
    opacity: 0.8;
    height: 100%;
}

.ornament img {
    max-height: 100%;
}

.btn.btn-primary.wh {
    background: #fff;
    border-color: #fff;
    color: #00a651;
}

.btn.btn-primary.wh:hover,
.btn.btn-primary.wh:focus {
    background: #00a651;
    color: #fff;
    border-color: #00a651;
}

.hero-container .container {
    z-index: 20;
}

.poster,
.hero-container .overlay-filter {
    left: 0;
    top: 0;
}

.cms-page h1:after,
.heading_with-divider:after {
    content: '—';
    display: block;
}
.addons .description p {
    font-size: 12px;
}

.home_featured_collection h2::after,
.home_featured_listings h2::after,
.section-header h2::after {
    color: #8dc63f;
}

.listing-show .main-content {
    padding-bottom: 0px;
}

.listing_container h1.entry-title {
    display: none;
}

.listing-tags-item a:hover {
    background-color: #05a551;
}
.listing_addons .addon-price {
    font-size: 1em;
}

.listing-tags-item a:hover::after {
    border-left-color: #05a551;
}

.listing-tags-item a {
    background: #121212;
    border-radius: 60px;
    color: #fff;
    font-size: 12px;
}

.listing_addons .add-on-title {
    font-size: 16px;
}

.listing-tags-item a::after {
    border-left: 10px solid #121212;
}

.container.text-center.annonce-step {
    display: none;
}

.select2-container.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #05a551;
    color: #fff;
}

.faq-content h3 {
    display: none;
}

.home-search input,
.home-search select {
    font-size: 12px;
}

figure.hover--effect.effect-4 p {
    text-align: center;
}

@media (max-width: 767px) {
    .list_item {
        min-width: calc(50% - 15px) !important;
        width: 50% !important;
        max-width: calc(50% - 15px) !important;
        margin-left: 15px;
    }
    .list_row {
        margin-left: -15px;
    }
    .section--fees .section__body {
        padding-bottom: 0px;
    }
}

/* ==========================================================================
  3. General
========================================================================== */
.site-footer .social li a,
.site-footer .social li a:focus {
    border-radius: 50%;
}

.site-footer .social li a {
    font-size: 0.9em;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.section--partners {
    float: left;
    width: 100%;
}
.section--partners .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.section--partners .owl-theme .owl-nav.disabled + .owl-dots {
    display: none;
}

.section--partners h4 {
    line-height: 1.5em;
    margin-top: 0;
}

.footer_bottom_list,
.footer_bottom_list ul.list-inline a {
    font-size: 13px;
    line-height: 1.2;
    color: #8b93a0;
}

@media (min-width: 992px) {
    .footer_menu_nav ul {
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .footer_bottom_list {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    ul.social.list-inline {
        margin-bottom: 0;
    }
    .flexbox.footer_wrap {
        align-items: end;
    }
    .section--partners .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: flex-start;
    }
}

.section--coaches {
    position: relative;
    overflow: hidden;
    height: 840px;
    padding: 65px 0 50px;
}
.section--coaches .section__actions {
    margin-top: 18px;
    text-align: center;
}

.section--coaches .container {
    position: relative;
    z-index: 20;
}

.section--coaches .figure-5 {
    position: absolute;
    top: 0;
    left: 0;
}
.figure-5 {
    width: 77.3vw;
    height: 100%;
    background: #37b34a;
}

.figure-5 .ornament-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29vw 29vw 0 0;
    border-color: #00a551 transparent transparent transparent;
}
.figure-5 .ornament-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50.5vw 770px 0;
    border-color: transparent #f5f6fa transparent transparent;
}
#admin-bar {
    position: relative !important;
}
#admin-bar {
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    z-index: 2147483647;
    background: rgb(25, 25, 25);
    width: 100%;
}

.homepage-body header {
    margin-bottom: 0 !important;
    height: 0;
}

nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky {
    top: 0;
}

.navbar-inverse {
    box-shadow: 0 1px 8px rgb(22 22 22 / 10%);
}

.grey-bg {
    background: #f9f9f9;
}

figure.hover--effect.effect-4 figcaption a:hover {
    background: #26b44e;
    border: 0.5px solid #26b44e;
}

.breadcrumb,
.breadcrumb li a {
    font-size: 12.5px;
}

.modal-content {
    border-radius: 12px !important;
}

.modal-footer {
    border: none;
    padding-top: 0;
}

.blue-border-box.thin {
    border: 0 none;
}
.listings_success h1 .blue {
    color: #05a551;
}

.add-annonce-step {
    background: #fff;
    top: 10px;
    z-index: 0;
}

.white-box.my-listings,
.white-box.my-revenue {
    color: #0be77d;
}
.listing_container {
    background: #fafafa;
}
.listing_container .breadcrumb li a {
    font-size: 0.75em;
    border: 1px solid;
    border-radius: 4px;
    padding: 2px 5px;
}
.listing_container .breadcrumb {
    margin-bottom: 30px;
    font-size: 0.75em;
}

.slick-slide img {
    border-radius: 5px;
}

.post-show .share_post {
    display: none;
}

.post-show .blog-share a .fa {
    text-align: center;
}

.page-header h1.post-title:after,
.page-header.post-show:after,
.page-header.post-show:before {
    content: none;
}

.site-copyright-area {
    line-height: 1.5;
}

@media(max-width:767px){
    .site-copyright-area {
        display: flex !important;
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media(max-width:991px){
    .footer_bottom_list{
        display: flex !important;
        flex-direction: column;
        gap: 1rem;
    }
}

@media (min-width: 992px) {
    .legal_links{
        flex: 1;
        text-align:right
    }
    .site-copyright-area {
        flex: 1;
        text-align:left;
    }
    .susbg_ft{
        padding:0;
    }
	.footer_brand {
		flex: 0.5;
	}
	.navbar-right .dropdown.user_account_menu {
		display: none;
	}
	form.home-search {
		display: flex;
	}
	.narrow_pad {
		flex: 1;
	}
	.narrow_pad.submit__search {
		flex: 0.5;
	}
	.hero-container:after {
		content: '';
		position: absolute;
		bottom: 0;
		right: -23px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 369px 369px;
		border-color: transparent transparent rgba(0, 0, 0, 0.45) transparent;
	}
	.list-unstyled.authenticated {
		display: none;
	}
	.authenticated-user .list-unstyled.authenticated {
		display: block;
	}
	.dashboard-access {
		text-align: right;
	}
	.dashboard-access a {
		color: #fff;
		border-bottom: 1px solid transparent;
		padding: 8.5px 15px;
	}
	.dashboard-access a:hover,
	.dashboard-access a:focus {
		color: #00a651 !important;
		text-decoration: none;
	}
	.nav.navbar-nav,
	.dashboard-access {
		flex: 1;
	}
	.nav.navbar-nav.navbar-right {
		flex: 2;
	}
	.container.clear_menu {
		justify-content: space-between;
	}
	.homepage-body a.fa-search {
		color: #fff;
	}
	.navbar-inverse.sticky .navbar-nav > li > a {
		color: #fff;
	}

	.navbar-inverse.sticky a.fa-search {
		color: #fff;
	}

	.navbar-inverse.sticky {
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		border: 0;
		margin-bottom: 0;
	}
	.navbar-inverse.sticky:after {
		width: -webkit-calc(101%);
		width: calc(101%);
	}
	.navbar-inverse {
		background: #1d1e1f;
	}

	.homepage-body .navbar-inverse {
		background: transparent !important;
	}
	.navbar-inverse:after {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 0;
		height: 100%;
		background: #1d1e1f;
		-webkit-transition: width 0.5s;
		transition: width 0.5s;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: -1;
	}
	.page-header.post-show {
		padding-top: 5em;
		padding-bottom: 10em;
		margin-bottom: 0;
	}
	.page-section.post .col-md-10.col-md-offset-1 {
		background: #fff;
		margin-top: -10em;
		padding: 5em;
	}

	.post-show .a2a_kit a {
		float: none;
		display: block;
	}
	.post-show .container .col-md-10.col-md-offset-1 {
		position: relative;
		width: 100%;
	}

	.post-show .blog-share {
		position: absolute;
		right: 0;
		top: 0;
		float: none;
	}
	.page-header h1.post-title {
		width: 60%;
	}
}

.notification.success {
	background: #8ec63f;
    color: #000000 !important;
    border: 2px solid #8ec63f;
}
.notification.closed {
	transform: translate(0, -200px);
	transition: 2s;
}

.notification.success .notification-msg:before {
	top: 5px;
	bottom: auto;
	content: '\f05d';
	position: absolute;
	left: 30px;
	font-family: Fontawesome;
	font-size: 2em;
	line-height: 1.1em;
}

.notification.success .notification-end {
	background: #8ec63f;
}

.notification.success .close {
	color: #000;
}
/* ==========================================================================
  4. Buttons
========================================================================== */
.btn,
figure.hover--effect.effect-4 figcaption a {
	border-radius: 60px;
	color: #05a551;
}

.btn.btn-primary.black-line {
	background: #fff !important;
	border-color: #484848 !important;
	color: #484848;
}
.btn {
	transition: all 0.2s;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
button[type='submit']:hover,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.btn.btn-primary.white {
	background: #fff !important;
	border-color: #fff !important;
	color: #484848;
	padding: 10px 25px;
}

a.btn.btn-primary.listing-add {
	text-transform: none !important;
	font-weight: 400;
	background: none !important;
}

/* ==========================================================================
  5. Top search
========================================================================== */

.top_search_cta {
	border-left: 1px solid;
	padding-left: 20px;
}

/* ==========================================================================
  6. Navigation
========================================================================== */

.navbar-inverse .navbar-brand {
	font-weight: bold;
}

.navbar-brand > img {
	margin-top: 0;
}


.navbar-inverse .navbar-nav > li > a.dropdown-toggle:before {
	background: none;
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
		margin-top: 0;
		padding-bottom: 8.5px;
		font-weight: bold;
	}
}

@media (min-width: 992px) {
    .container.clear_menu {
    display: flex;
	align-items: center;
}
	.top_bar_menu {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navbar-inverse {
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
		box-shadow: none;
	}
	.navbar-right {
		float: left !important;
	}
}
/* ==========================================================================
  7. Homepage
========================================================================== */

.ornament {
	position: absolute;
	top: 0;
	left: -350px;
	z-index: 20;
	height: 100%;
}

.homepage-body .main-content {
	padding-bottom: 0;
}
.more-info h4 {
	font-weight: bold;
}

.more-info .post_link .post-title {
	margin-top: 0;
	font-weight: 400;
	line-height: 1.5em;
	border-bottom: solid 2px #5553;
	display: inline;
	color: #555;
}
/*** Masonry section ***/

.masonry-grid {
	margin-top: 30px;
}

.masonry-grid img {
	width: 100%;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	border-radius: 5px;
}

.masonry_hover {
	position: absolute;
	top: 0;
	color: #fff;
	width: 100%;
	min-height: calc(100% - 30px);
	max-height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 5em 2em;
	opacity: 0;
	transition: all 1s;
	border-radius: 5px;
}

.masonry-grid a:hover .masonry_hover {
	opacity: 1;
}
.masonry_hover.blue {
	background: #00d492b8;
}
.masonry_hover.red {
	background: #ff271cd6;
}

.masonry_hover.darkblue {
	background: #1f3ca6d6;
}

.masonry_hover.yellow {
	background: #ffc107d6;
}
.masonry_hover.pink {
	background: #ffbbd2d4;
}
.masonry_hover.darkpink {
	background: #e80053d6;
}
.masonry_hover.purple {
	background: #5e00d4c7;
}
.masonry-grid a {
	position: relative;
	display: block;
}

.home_about_you img {
	display: none;
}

.home_about_you h2,
.home_about_you h3,
.home_about_you h4,
.home_about_you h5,
.home_about_you h6,
.home_about_you p,
.home_about_you a,
.home_about_you span,
.home_about_you {
	color: #fff;
}

.home_about_you .btn.btn-primary,
.btn.btn-primary.gradient {
	margin-top: 20px;
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#ff786b),
		to(#ff4338)
	);
	background-image: -webkit-linear-gradient(right, #ff786b, #ff4338);
	background-image: linear-gradient(270deg, #ff786b, #ff4338);
	border: 0 none;
	text-transform: uppercase;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
}
.home_about_you {
	padding-top: 8em;
	padding-bottom: 8em;
	margin-bottom: 0 !important;
}
.home_about_you .container {
	z-index: 1;
	position: relative;
}

.home_about_you:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#866a4a),
		to(#d2b49100)
	);
	background-image: -webkit-linear-gradient(left, #866a4a, #d2b49100);
	background-image: linear-gradient(90deg, #866a4a, #d2b49100);
}

.trending-categories h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

.trending-item {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	border-radius: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.trending-item a {
	color: #555;
}
.trending-item a:hover,
.trending-item a:focus {
	color: #ff261e;
	text-decoration: none;
}
.trending-item h4 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 2em 1em;
	background: #fff;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

.trending-item img {
	width: 100%;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform 375ms;
	transition: transform 375ms;
	transition: transform 375ms, -webkit-transform 375ms;
}

.trending-item a:hover > img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.home-search button[type='submit'] {
	border-radius: 5px;
}
.home-search input,
.home-search select {
	margin-right: 0;
	color: #cacaca;
	background-color: #fff;
	border-radius: 5px !important;
}

.home_featured_collection h2,
.home_featured_listings h2,
.section-header h2 {
	text-align: left;
}

.home_about_you h2,
.home_edito_section h2,
.home_featured_collection h2,
.home_featured_listings h2,
.section-header h2 {
	font-weight: 400;
	font-size: 40px;
}

.home_featured_collection h2,
.home_featured_listings h2,
.section-header h2 {
	text-align: center;
}

.home_featured_collection h2:after,
.home_featured_listings h2:after,
.section-header h2:after {
	content: '';
    width: 100px;
    height: 3px;
    margin: 20px auto;
    background: #8dc63f;
	display: block;
	text-align: center;
}
.home_featured_listings {
	background: #f5f6fa;
}

figure.hover--effect.effect-1 h2,
figure.hover--effect.effect-1 p {
	transform: none;
	transition: none;
	letter-spacing: 0;
	word-spacing: normal;
}

figure.hover--effect.effect-1 figcaption,
figure.hover--effect.effect-1 figcaption h2,
figure.hover--effect.effect-1 figcaption p,
figure.hover--effect.effect-1 figcaption a {
	text-align: right;
}

figure.hover--effect.effect-1:hover img {
	transform: none;
	filter: none;
}

.home-search-wrapper {
	margin: 0;
}

.homepage-hero-module.welcome-message {
	position: relative;
}

.welcome-message h1,
.welcome-message h2 {
	letter-spacing: 0;
}

.welcome-message h2 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5em !important;
}
.welcome-message h1 {
	font-weight: 700;
	line-height: 1.3em;
}

figure.hover--effect.effect-1 h2 {
	font-size: 0.75em;
	font-weight: bold;
}

.more-info .post-summary {
	margin-top: 10px;
	color: #999;
	font-size: 14px;
}

@media (max-width: 1200px) {
	.ornament {
		margin-left: -410px;
	}
}

@media (max-width: 480px) {
	figure.hover--effect.effect-1 figcaption p {
		opacity: 1;
		color: #fff !important;
		padding: 0;
	}
}

@media (min-width: 481px) {
	figure.hover--effect.effect-1 {
		display: flex;
		align-items: center;
	}

	figure.hover--effect.effect-1 h2 {
		text-align: right;
	}
	figure.hover--effect.effect-1 a.featured_cat_home_cta {
		display: none;
	}
	figure.hover--effect.effect-1 img {
		width: auto;
	}
	figure.hover--effect.effect-1 .features_cat_img,
	figure.hover--effect.effect-1 figcaption {
		position: relative;
		width: 50%;
	}

	figure.hover--effect.effect-1 figcaption,
	figure.hover--effect.effect-1 figcaption h2,
	figure.hover--effect.effect-1 figcaption p,
	figure.hover--effect.effect-1 figcaption a {
		color: #484848;
		opacity: 1;
	}

	figure.hover--effect.effect-1 figcaption,
	figure.hover--effect.effect-1 figcaption h2,
	figure.hover--effect.effect-1 figcaption p,
	figure.hover--effect.effect-1 figcaption a {
		padding-left: 15px;
	}
	figure.hover--effect.effect-1 figcaption {
		padding-left: 15px;
		padding-right: 30px;
		text-align: right;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	figure.hover--effect.effect-1 figcaption p {
		font-size: 0.7em;
		margin-top: 5px;
		color: #999;
		text-align: right;
		padding-right: 0px;
	}
	figure.hover--effect.effect-1 {
		box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
		border-radius: 12px;
	}
}

@media (min-width: 992px) {
	.homepage-body .navbar-brand > img {
		display: none;
	}
	.homepage-body .navbar-inverse.sticky .navbar-brand > img {
		display: block;
	}

	.container.clear_menu {
		display: flex;
		align-items: center;

		text-transform: uppercase;
		font-weight: bold;
		font-size: 0.85em;
	}
	.homepage-body .navbar-inverse .navbar-nav > li > a {
		color: #fff;
	}
	.container.clear_menu {
		display: flex;
		align-items: center;
	}
	.homepage-body .navbar.navbar-inverse {
		width: 100%;
		background: none;

		box-shadow: none;
	}
	.home_welcome_cover_img img {
		margin-top: 60px;
		width: 550px;
	}
	.trending-categories {
		text-align: left;
	}

	.home-banner-content {
		text-align: left;
		color: #484848;
		padding: 0;
	}
	.scope {
		border-left: 2px solid #00b764;
	}
	.welcome-message {
		background-attachment: fixed;
		margin-bottom: 5em;
	}

	.home-search {
		display: block;
		margin: 0;
		padding: 0;
	}
	.home-search {
		width: 100%;
		margin-left: 0px;
	}

	.narrow_pad {
		margin-bottom: 10px;
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.homepage-hero-module.welcome-message {
		height: auto !important;
	    padding-top: 75px;
		padding-bottom: 3em;
	}
	.welcome-message h1 {
		margin-top: 1em;
	}
	.trending-categories h3.heading_with-divider {
		margin-top: 60px;
	}
    .navbar {
        min-height: 75px;
    }
}
@media (min-width: 768px) {
	header {
		position: -webkit-sticky;
		position: sticky;
		top: 0 !important;
		z-index: 1071;
		margin-bottom: 0 !important;
	}
	.more-info .column-1 {
		border-right: 2px solid #e6e6e6;
	}
	.more-info .column-1 {
		padding: 60px 45px 60px 0;
	}
	.more-info .column-2 {
		padding: 60px 0px 60px 45px;
	}
}

/* ==========================================================================
  8. Listing Template
========================================================================== */

@media (min-width: 992px) {
	.listing_main_body {
		width: 60%;
	}
	.listing_info_sidebar {
        width: 40%;
        padding-left: 25px;
        margin-top: 0 !important;
        background: #fff;
        padding-right: 25px;
        padding-top: 30px;
        padding-bottom: 30px;
        border: 1px solid #e4ebe4;
        border-radius: 5px;
        transition: translate 0.18s, box-shadow 0.18s;
        transform: translateY(0);
	}
}

.publish_on_date,
.report {
	display: none;
}

span.a2a_svg {
	background: #fff !important;
}
span.a2a_svg path {
	fill: #ff5660 !important;
}

.user-external-link a {
	background: none;
	border: none;
}

.user-external-link a:after {
	content: '\f178';
	font-family: FontAwesome;
	margin-left: 10px;
}

.listing_info_sidebar .rate {
	margin-top: 20px;
}
.listing_description {
	background: #fff;
}

a.btn.btn-primary.btn-live-preview {
	background: #eee;
	color: #000;
	border-color: #e4e7ea;
	font-size: 0.8em;
	margin-top: 20px;
}

.listing-tags-item a::after {
	background: #f4f3f1 !important;
}

.wishlist-btn.add-to-wishlist,
.wishlist-btn.remove-from-wishlist {
	background: none;
	border: none;
}

a.vendor_name:hover {
	text-decoration: none;
}

.wishlist-btn.add-to-wishlist i {
	font-size: 20px;
	color: #05a551;
}

a.add-to-favorite {
	width: 100%;
}

a.add-to-favorite:hover,
a.add-to-favorite:focus {
	color: #fff !important;
	background-color: #ff5a5f !important;
	border-color: #ff5a5f;
}
.social-share {
	margin-top: 10px;
}
.social-share .social-block,
.social-share,
.social-share-links {
	text-align: center;
}

.social-block,
.social-share-title {
	display: inline-block;
}

.social-block ul {
	margin: 0;
}

.social-share-title {
	margin: 0 15px 0 0 !important;
}

.social-share-links,
.report,
.tags {
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}

a.report_listing_link {
	color: #464646;
	font-size: 15px;
}

.listing_container .btn-inbox {
	width: 100%;
}

.msg_to_supplier {
	float: left;
	margin-top: 15px;
	border: 1px solid;
	padding: 10px 20px;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.msg_to_supplier:hover,
.msg_to_supplier:focus {
	text-decoration: none;
	background: #0be77d;
	color: #fff;
}

.date_range_box {
	border: 1px solid #484848;
	border-bottom: 0;
}

select#qty_select {
	border: 1px solid #484848;
	width: auto;
	padding: 0 50px !important;
}

.date_range_box .fa {
	color: #ff5a5f;
}

.gr__yourbnb_mykreezalid_com .bootstrap-datetimepicker-widget table td.active {
	background-color: #ff5a5f !important;
}

.single_date_booking select {
	border-radius: 5px !important;
}

.date_range_box {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.listing_main_body .slick-prev,
.listing_main_body .slick-next {
	top: 40%;
}
.listing_description h2 {
	text-transform: none;
	font-size: 1.1em;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: left;
	font-weight: bold;
	line-height: 1.5em;
}

.listing_description h2:after {
	margin: 20px 0;
}

.other-listings h2 {
	margin-top: 30px;
}

.other-listings h2:after {
	content: '';
	width: 65px;
	height: 2px;
	background: #000;
	display: block;
	margin: 20px auto;
}
.listing_container .btn-inbox {
	width: 100%;
	border-color: #e6e6e6 !important;
	background: #e6e6e6 !important;
	color: #555 !important;
	height: 50px;
	line-height: 50px;
	padding: 0;
}

.listing_details_list_location a,
a.vendor_name {
	color: #484848;
}

.filter_sidebar .filter_title {
	color: #555 !important;
	background-color: #fff !important;
	padding: 0;
	font-weight: bold;
}

.noUi-connect {
	background: #555 !important;
}
.noUi-handle {
	border: 2px solid #555 !important;
}

@media (min-width: 992px) {
	.listing_description .attribute-box {
		width: 49%;
	}
	.attribute-box p.listing_attr_title {
		display: inline-block;
	}
	.listing_info_sidebar {
		margin-top: 0;
	}
	.product_info .listing-supplier-avatar {
		position: absolute;
		right: 10px;
		bottom: 100px;
	}
	.add-to-cart.btn.btn-rounded.btn-primary {
		border-radius: 5px;
	}

	.listing_detail_content {
		display: flex;
	}
	.listing_detail_content h2 {
		flex: 1;
	}
	.shop_overview {
		display: flex;
	}
	.shop_overview .col-md-3 {
		flex: 1;
	}
	.shop_overview,
	.listing-description {
		flex: 3;
	}

	.preset-2.listing-attributes-grid {
		flex: 2;
	}

	.listing_description {
		padding-bottom: 0;
	}
}

@media (max-width: 991px) {
	.other-listings {
		margin-top: 60px;
	}
}

/* ==========================================================================
  9. Listing Thumbnail
========================================================================== */

.card {
	box-shadow: 0 2px 7px rgba(59, 59, 59, 0.2);
	border-radius: 5px;
	transform: translateY(0);
}

.card:hover {
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.card .listing-name {
	transition: color 0.3s;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.card .product_info {
	padding: 1em;
	background: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.card_link {
}

.card .product_price {
	font-weight: bold;
}
.card .listing-category small {
	color: #a9a9a9 !important;
	font-size: 12px;
	display: block;
	margin: 5px 0 5px;
}
.card .wishlist-btn {
	margin-top: 0;
}

.card .wishlist-btn-text {
	display: none;
}

.card_link:hover,
.card_link:focus {
	text-decoration: none;
}

.card .product_info .product-information {
	padding-left: 0;
	list-style: none;
}

.card .card_img {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.listing-city {
	font-size: 0.85em;
	color: #9e9e9e;
	font-weight: 200;
	margin-left: 5px;
}

.listing-city:before {
	content: '\f041';
	font-family: Fontawesome;
	margin-right: 5px;
}

/* ==========================================================================
  10. Login / Register form
========================================================================== */

.login h1,
.register h1 {
	font-weight: 700;
	margin-top: 40px;
	text-align: left;
	font-size: 3em;
}

.login h1:after,
.register h1:after {
	content: '—';
	display: block;
}

.login .wh-part-body,
.register .wh-part-body {
	padding-left: 0;
	padding-right: 0;
}

.register .form-control,
.register select.form-control {
	border-radius: 0.5rem !important;
}
.gray2-wrapper.login,
.register.gray2-wrapper {
	margin-bottom: 0px;
	background: #fff;
}
.login .workbook-content,
.register .workbook-content {
	text-align: right;
	margin-left: 0;
	width: 100%;
	font-size: 0.9em;
}
.login hr,
.register hr {
	display: none;
}
.register .form-step {
	margin-left: 0;
	width: 100%;
}
.login .workbook-content a,
.register .workbook-content a {
	color: #484848;
}
.login .wh-part-body,
.register .wh-part-body {
	padding: 0;
}

.login .wh-part-head,
.register .wh-part-head {
	border: 0 none;
}

.login .forgot_password {
	color: #484848;
}

.form-control.login-email {
	border-radius: 60px;
}

.form-control.login-password {
	border-radius: 60px;
	border-color: #b0b0b0;
}

.login .btn.btn-primary,
.register .btn.btn-primary {
	margin-top: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
	-webkit-transition: opacity 1.25s !important;
	-moz-transition: opacity 1.25s !important;
}

.login .btn.btn-primary:hover,
.register .btn.btn-primary:hover {
	opacity: 1;
}

#tosLabelMessage a {
	text-decoration: underline;
}

@media (min-width: 991px) and (min-width: 1679px) {
	.login.col-md-6,
	.register.col-md-6 {
		margin-left: 32.5%;
		width: 35%;
	}
}

@media (min-width: 992px) {
	.registration_redirect {
		margin-bottom: 0px;
	}
}

/* ==========================================================================
  11. CMS Pages / Blog / FAQ
========================================================================== */
.page-header h1 {
	line-height: 1.3em;
}
.page-header h1:after,
.login h1::after,
.register h1::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #8dc63f;
}

.page-header.cms-page h1,
.page-header.faq-header h1,
.page-header.blog-index-head h1 {
	line-height: 1.27;
    font-size: 40px;
    font-weight: 400;
    color: #231f20;
    position: relative;
    padding-bottom: 25px;
}

.cms-page h1 span,
.cms-page h2 span{
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px){
    .page-header h1,
    .page-header.cms-page h1,
    .page-header.faq-header h1,
    .page-header.blog-index-head h1,
    .cms-page h2{
        font-size: 28px;
    }
}

.cms-page h2 {
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.cms-page h3 {
	font-size: 1.2em;
	line-height: 1.5em;
}

.page-header.blog-index-head {
	background-position: top center !important;
}

.faq-header,
.blog-index-head {
	background-color: #f4f3f1 !important;
}

.page-header.blog-index-head .breadcrumb > li a,
.page-header.blog-index-head .breadcrumb li a,
.page-header.blog-index-head .breadcrumb > .active,
.page-header.blog-index-head .breadcrumb li,
.page-header.blog-index-head .breadcrumb > *:before,
.page-header.faq-header .breadcrumb > li a,
.page-header.faq-header .breadcrumb li a,
.page-header.faq-header .breadcrumb > .active,
.page-header.faq-header .breadcrumb li,
.page-header.faq-header .breadcrumb > *:before,
.page-header .breadcrumb > li a,
.page-header .breadcrumb li a,
.page-header .breadcrumb > .active,
.page-header .breadcrumb li,
.page-header .breadcrumb > *:before {
	color: #ccc !important;
	font-weight: bold;
}
.page-header.cms-page .container,
.page-header.faq-header .container,
.page-header.blog-index-head .container {
	z-index: 0;
	text-align: left !important;
}

.faq-content h3:before,
.tos h2:before {
	content: '\f05d';
	color: #ffc107;
	font-family: FontAwesome;
	margin-right: 15px;
	font-size: 1.5em;
}

.testimony-start {
	color: #fdb32b !important;
	font-size: 60px !important;
	display: block;
	font-weight: bold !important;
	letter-spacing: 0px !important;
	padding: 0px !important;
	margin-left: 0px !important;
	margin-top: 35px !important;
	line-height: 0 !important;
}
.faq-content h3 {
	font-weight: 700;
}
.faq-content {
	background: #fff;
}
.faq-content .panel-title > a {
	font-weight: 400;
}

.faq-content .col-md-10 {
	margin-left: 0;
	width: 100%;
}

img.founder-picture {
	width: 80px !important;
	border-radius: 99% !important;
}

#about-us-testimony img {
	width: 100%;
}

.cms-page small {
	color: #999;
	font-size: 0.9em;
}

.fancy-list li:before {
	margin-left: 0;
}

div#about-service {
	border: 1px solid;
	padding: 2em 2em;
	border-radius: 8px;
	text-align: center;
}

div#about-faq {
	background: #222;
	padding: 60px 30px;
	border-radius: 6px;
	color: #fff;
	text-align: center;
}

.cms-page-content {
	margin-left: 0;
	width: 100%;
}

@media (min-width: 1200px) {

	.faq-header .container,
	.faq-content .container,
	.page-header.blog-index-head .container,
	.blog-index.container {
		width: 1170px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 992px) {
	.faq-header .container,
	.faq-content .container,
	.page-header.blog-index-head .container,
	.blog-index.container {
		width: 970px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* ==========================================================================
  12. User Dashboard
========================================================================== */

.secondary-menu-wrapper {
	background-color: #0000 !important;
	z-index: 2;
	position: relative;
	margin-top: 50px;
}

ul.secondary-menu > li.current-menu-item > a:before {
	background-color: #484848 !important;
}

.dashboard-body .delete_listing,
.dashboard-body .delete_listing a {
	color: #ff646b !important;
}

.dashboard-body {
	font-size: 0.9em;
}

a.unread_msg_alert {
	color: #fff !important;
}

.dashboard-body {
	background-color: #fff !important;
}

.shop-view .about-user-body {
	z-index: 1;
	position: relative;
	margin-top: 80px;
}

.result_list_wrapper {
	margin-top: 80px;
}

#home_dashboard_body .white-box,
.order-sidebar .white-box {
	border-bottom: 1px solid #999;
}
.order-sidebar .bank-link.active,
.order-sidebar .orders-link.active,
.order-sidebar .question-link.active,
.order-sidebar .review-link.active,
.order-sidebar .sales-link.active,
.order-sidebar .shipping-link.active,
.order-sidebar .store-link.active {
	box-shadow: none;
}
.order-sidebar .bank-link,
.order-sidebar .orders-link,
.order-sidebar .question-link,
.order-sidebar .review-link,
.order-sidebar .sales-link,
.order-sidebar .shipping-link,
.order-sidebar .store-link {
	margin-bottom: 0;
}

.shop-view .page-header {
	position: relative;
	background-color: #1d1e1f !important;
}
.shop-view .page-header .container {
	z-index: 0;
}
.shop-view .page-header h1,
.shop-view .page-header h1 small,
.shop-view .page-header .breadcrumb > li,
.shop-view .page-header .breadcrumb > li a,
.shop-view .page-header .breadcrumb > *:before {
	color: #fff;
}

.page-header h1.about-user-title:after {
	content: none;
}

@media (min-width: 992px) {
	div#home_dashboard_body,
	.dashboard-body .listings-list {
		border-left: 1px solid #999;
	}
}

/* ==========================================================================
  13. Checkout
========================================================================== */



/* ==========================================================================
  14. Footer
========================================================================== */

footer h4 {
	font-weight: bold;
	font-size: 1.1em;
}

footer {
	background: linear-gradient(#17181a, #2f3134);
}

.footer_wrap div {
	flex: 1;
}

.site-footer .social {
	margin-top: 0;
}
.subscribe .subscribe__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#mc_embed_signup input {
	border: 0;
}

.subscribe .subscribe__btn {
	padding: 14px 16px;
	cursor: pointer;
}
.subscribe .subscribe__btn {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0;
	flex-shrink: 0;
	min-width: 52px;
	width: 52px;
	border: 0;
	background: #00a651;
	color: #fff;
	text-transform: uppercase;
}
.subscribe .subscribe__field {
	width: 100%;
	padding: 14px 16px;
	border: 0;
	color: #8b93a0;
}
/* ==========================================================================
  15. App
========================================================================== */

.cc-banner.cc-bottom {
	box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
}

.cc-banner .cc-message {
	font-size: 0.831em;
	line-height: 1.5;
}

@media (min-width: 992px) {
	.add-to-cart.btn.btn-rounded.btn-primary {
		border-radius: 60px;
		height: 50px;
	}
}


@media(max-width:991px){
    .section-spacing.skills_intro {
        padding: 2em 1em;
    }
    .skills_intro .container.flexbox{
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .skills_intro .col-item {
        padding: 1em;
        text-align: center;
    }
    .col-item .svg_wrapper {
        text-align: center;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .languages_talked li {
        display: list-item;
    }
    .languages_talked li:before {
        content: none;
    }

}

@media (max-width: 992px){
    .nav.navbar-nav.navbar-right {
        background-color: #1d1e1f!important;
    }
    header {
        top: 0 !important;
    }
    .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .features {
        height: auto;
        padding: 50px 0px 20px;
    }
    .section--features .figures {
        display: none;
    }
    .figures {
        display: none;
    }
    .testimonial blockquote {
        font-size: 14px;
    }
    .main-content {
        z-index: 1;
    }
    header {
        z-index:2;
    }
}

@media (min-width: 1300px){
    .container {
        width: 1225px;
    }
}

.container--alt {
    width: 100%;
    max-width: 1220px;
}

@media screen and (max-width: 1230px){
    .section--features.container {
        width: auto;
    }
}

@media (max-width: 1200px){
    .feature {
        margin-bottom: 30px;
    }
    .feature:after{
        content:none;
    }
}

@media(max-width:990px){
    .navbar-brand {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 20;
        display: inline-block;
        vertical-align: middle;
        width: 42px;
        height: 42px;
        margin-left: -21px;
        margin-top: -15px;
        -webkit-transition: visibility 0.5s, opacity 0.5s;
        transition: visibility 0.5s, opacity 0.5s;
        padding: 0;
    }
    .navbar-brand>img {
        height: auto;
    }
    .navbar-header{
        position:relative;
    }
}

@media (max-width: 767px){
    h2 {
        font-size: 28px !important;
    }
    .edito_text img.logotitle {
        width: 142px;
        height: auto;
    }
    .edito_text,
    .edito_text p,
    .edito_text p span,
    .edito_text span{
        font-size: 15px;
    }
    .section--partners-title h4{
        text-align:center;
        font-size:15px;
    }
    #HomePartners .owl-stage{
        display:flex;
        align-items:center;
    }
    .hero-container {
        display: block;
    }
    
}

@media screen and (max-width: 767px){
    .welcome-message {
        height: auto !important;
    }
}

@media (min-width: 480px){
    #navbar-coach-profile .flexbox.nav.navbar{
        display:flex;
    }
}

@media (max-width: 479px){
    .home-banner-content img {
        width: 230px;
        height: auto;
    }
    .profile_nav li.active a {
        border-bottom: 1px solid;
        color: #44a750;
    }
     .skills_intro .col-item {
        min-width: 40%;
    }
    .footer_bottom_list .site-copyright-area,
    .footer_bottom_list .footer_brand,
    .footer_bottom_list .legal_links{
        display:block;
        width:100%;
        margin-bottom:25px;
    }
}


@media screen and (max-width: 767px){
    .hero-container .container {
        padding-bottom: 47px;
    }
}

