/*===================================================
                #IMPORT STYLES
======================================================*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');

@import url("includes/footer.css");

html {
    overflow-x: hidden;
}

.y-hide {
    overflow: hidden;
}

body {
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    color: #5d625f;
    padding-top: 103px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
 
.rotate-90 {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-270 {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.flip {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.flip-and-rotate-90 {
    -moz-transform: rotate(90deg) scaleX(-1);
    -webkit-transform: rotate(90deg) scaleX(-1);
    -o-transform: rotate(90deg) scaleX(-1);
    transform: rotate(90deg) scaleX(-1);
}

.flip-and-rotate-180 {
    -moz-transform: rotate(180deg) scaleX(-1);
    -webkit-transform: rotate(180deg) scaleX(-1);
    -o-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1);
}

.flip-and-rotate-270 {
    -moz-transform: rotate(270deg) scaleX(-1);
    -webkit-transform: rotate(270deg) scaleX(-1);
    -o-transform: rotate(270deg) scaleX(-1);
    transform: rotate(270deg) scaleX(-1);
}

.modal-active {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.container {
    max-width: 100%;
}

.section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section.video {
    padding-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    width: 100%;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 48px;
}

p,
.blog li {
    font-size: 20px;
}

a,
a:hover {
    text-decoration: none !important;
    color: #5d625f;
}

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

.grey-text {
    color: #ccc;
}

.form-control::placeholder {
    color: #aab7c4;
}

.orange-button {
    font-size: 18px;
    color: #F68842;
    padding: 10px 30px;
    border: 2px solid #F68842;
    border-radius: 50px;
    max-width: 200px;
    text-align: center;
    cursor: pointer;
}
.black-button {
    font-size: 18px;
    background: #000000;
    padding: 10px 30px;
    border-radius: 50px;
    width: 300px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
}

.orange-button-tiny {
    font-size: 18px;
    color: #F68842;
    padding: 0 20px;
    border: 2px solid #F68842;
    border-radius: 50px;
    text-align: center;
}

.orange-button:hover {
    background: #F68842;
    border: 2px solid #F68842;
    color: #fff !important;
}


.orange-button-full,
.orange-button-gradient {
    font-size: 18px;
    color: #fff;
    padding: 10px 30px;
    border: 2px solid #F68842;
    border-radius: 50px;
    width: 200px;
    text-align: center;
    background: #F68842;
}

.orange-button-full:hover {
    background: #F68842;
    border: 2px solid #F68842;
    color: #fff;
}

.orange-button-small,
.orange-button-smaller {
    padding: 2px 20px !important;
    background: #F68842;
    border: 2px solid #F68842;
    border-radius: 50px;
    width: auto;
    outline: none;
    font-size: 16px !important;
    color: #fff;
}

.orange-button-smaller {
    font-size: 10px !important;
}

#chose-working-hours .form-check-input {
    margin-top: 15px;
}

#chose-working-hours .form-check-label {
    line-height: 38px;
    height: 38px;
}

.grey-button-small {
    padding: 2px 20px;
    width: auto;
    outline: none;
    background: #5D625F;
    color: #fff;
    font-size: 16px !important;
    border: 2px solid #5D625F;
    border-radius: 50px;
}

.orange-button-gradient,
.gradient {
    background: -webkit-linear-gradient(bottom left, #f68842 0%, #f68842 41%, #d4651e 100%) !important;
    background: -o-linear-gradient(bottom left, #f68842 0%, #f68842 41%, #d4651e 100%) !important;
    background: linear-gradient(to top right, #f68842 0%, #f68842 41%, #d4651e 100%) !important;
    color: #fff !important;
}

.orange-button-gradient:hover {
    color: #fff;
}

.green-button {
    font-size: 18px;
    color: white;
    background: green;
    padding: 10px 30px;
    border: 2px solid green;
    border-radius: 50px;
    max-width: 200px;
    text-align: center;
    cursor: pointer;
}

.big-green-button {
    position: relative;
    background: green;
    border: 2px solid green;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50px;
}
.big-green-button:hover {
    color: #fff;
}

#sel-countries .main-font,
#sel-sports .main-font {
    font-family: "Source Sans Pro", sans-serif;
}

#sel-countries .filter-item,
#sel-sports .filter-item {
    font-family: "Font Awesome 5 Free";
    position: relative;
}

#sel-countries .filter-item:after,
#sel-sports .filter-item:after {
    content: "\f2ed";
    position: absolute;
    right: 5px;
    bottom: 2px;
    font-size: 12px;
    color: #f88547;
}

.icon-button {
    padding: 2px 0 !important;
    background: transparent;
    border: none;
    border-radius: 50px;
    width: auto;
    outline: none;
    font-size: 16px !important;
    color: #F68842;
}

.grey-icon-button {
    color: #5D625F;
}

.navbar-toggler:focus,
.navbar-toggler:focus-within,
.navbar-toggler:active,
.btn:focus,
.btn:focus-within,
.btn:active,
.orange-button-full:focus,
.orange-button-full:focus-within,
.orange-button-full:active,
.grey-button-small:focus,
.grey-button-small:focus-within,
.grey-button-small:active {
    outline: none;
}

.dark-section {
    background: #fbfbfb;
}

.orange-text {
    color: #F68842;
    font-weight: bold;
}

.faded-text{
    font-size: 80%;
    color: #6c757d;
}

.white-text {
    color: #fff;
    font-weight: bold;
}

.text-600 {
    font-weight: 600;
}

.menu-bar-icon {
    color: #F68842;
    font-size: 40px;
    z-index: 99999999999;
    position: fixed;
    top: 40px;
    left: 22px;
    cursor: pointer;
}

.error {
    padding-left: 1.5rem;
    color: #ff0018;
}

.scrollable-wrap::-webkit-scrollbar-track,
.related-videos-row::-webkit-scrollbar-track,
.friend-list .friends-list-scroll::-webkit-scrollbar-track,
.chat-box::-webkit-scrollbar-track,
.favorites-container .playlist::-webkit-scrollbar-track,
.playlist-holder::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: transparent;
}

.scrollable-wrap::-webkit-scrollbar,
.related-videos-row::-webkit-scrollbar,
.friend-list .friends-list-scroll::-webkit-scrollbar,
.chat-box::-webkit-scrollbar,
.favorites-container .playlist::-webkit-scrollbar,
.playlist-holder::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}

.scrollable-wrap::-webkit-scrollbar-thumb,
.related-videos-row::-webkit-scrollbar-thumb,
.friend-list .friends-list-scroll::-webkit-scrollbar-thumb,
.chat-box::-webkit-scrollbar-thumb,
.favorites-container .playlist::-webkit-scrollbar-thumb,
.playlist-holder::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #e6e6e6;
}

.send-msg {
    max-width: 80px;
}

.shere-playlist {
    width: 100%;
    display: flex;
    max-width: 630px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
}

.shere-playlist .shere-container {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.shere-playlist .fa-share,
.shere-playlist .fa-save {
    cursor: pointer;
    color: #f8893a;
    transition: 0.4s;
    font-size: 20px;

}

.shere-playlist .delete-button {
    cursor: pointer;
    color: #f8893a;
    transition: 0.4s;
}

.shere-playlist .fa-share:hover,
.shere-playlist .fa-save:hover,
.shere-playlist .delete-button:hover {
    transform: scale(1.2);
}

.shere-playlist #share-app .dropdown-menu {
    position: absolute;
    top: 20px;
    transform: translateX(-50%) !important;
    left: 0px;
    padding: 15px 20px;
}

.shere-playlist #share-app .position-relative .dropdown-menu {
    position: absolute;
    top: 30px;
    transform: translateX(-100%) !important;
    left: 0px;
}

.shere-playlist .video-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: .25rem 1.5rem .5rem;
}

#chat-app .image-container {
    width: 200px;
    height: 200px;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

#chat-app .image-container .fa-times {
    position: absolute;
    top: 10px;
    right: 15px;
    background: #fff;
    border: 2px solid #F4F4F4;
    border-radius: 50px;
    padding: 2px 8px;
    font-size: 18px;
}

#chat-app .add-image-container {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    z-index: 999;
}

#chat-app .image-container .wrap p {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #F6893B;
    margin-top: 6px;
}

#chat-app .add-image-container .wrap i {
    font-size: 30px;
}

#chat-app .chet-input {
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 20px;
    position: relative;
}

#chat-app .chet-input textarea {
    border: none;
    outline: none;
    color: #5d625f;
    padding-right: 50px;
}

.image-container img {
    z-index: 9;
    width: 200px;
    height: auto;

}

.popup-x {
    position: absolute;
    top: 0;
    right: 7px;
    font-size: 20px;
    cursor: pointer;
}

.sidebar-desktop {
    display: none;
}

/*=========================================================================================================================================================================================
                                                                                         NAVIGATION
==========================================================================================================================================================================================*/

.navbar-brand img,
.footer-logo img {
    max-width: 300px;
}

.nav-link {
    display: block;
    padding: .3rem 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.home-icon {
    position: relative;
    top: -3px;
    width: auto;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.active-text{
    color: rgb(248, 137, 58);
}

.navbar-light .navbar-nav .nav-link {
    color: #4a4f52;
    font-weight: 400;
    font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:not(.modal-link):focus,
.navbar-light .navbar-nav .nav-link:not(.modal-link):focus-within {
    outline: none;
    border: none;
}

.header-seatrch-form {
    position: absolute;
    right: 17px;
    bottom: -63px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.search-form input[type=search] {
    flex: 1;
}


.header-search-button {
    color: #f8893a;
    border: 0px;
}

.header-search .fa-search {
    font-size: 20px;
}

.header-search-button:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #e26e1b !important;
    outline: 0 !important;
}

.navbar-light .navbar-toggler {
    position: absolute;
    top: 13px;
    z-index: 9999;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    font-size: 32px;
    height: auto;
    color: #f8893a;
}

header {
    background: #fff;
    transition: all 2s;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
    box-shadow: 1px 7px 16px 0px #cccccc9e;
}

.navigation-dropdown .dropdown-toggle {
    position: relative;
}

.navigation-dropdown .dropdown-toggle:after {
    margin-left: .555em;
    vertical-align: 0.15em;
}

.navbar .user-menu-wrap .navigation-dropdown {
    padding: .3rem 0;
}

.user-menu,
.user-menu a,
.scope a,
.navbar-light .navbar-nav>.nav-link {
    color: #5d625f;
}

.user-menu .dropdown-item .item {
    text-align: center;
    width: 25px;
    display: inline-block;
}

.profile-img-wrap {
    position: relative;
    margin: 0 auto;
    padding: 5px;
    max-width: 150px;
    width: 100%;
}

.profile-image {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 300px;
    margin: 5px auto 5px auto;
    padding-bottom: 100%;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
    transition: all 0.3s;
}

.profile-image img {
    position: absolute;
    font-size: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: gray;
    left: 0;
    top: 0;
}

.navbar .navbar-nav .user-name {
    height: 26px;
    width: 26px;
    background: #F6893B;
    border-radius: 61px;
    padding: 5px 0;
    line-height: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.main-navbar .navbar .navbar-nav .user-name a,
.main-navbar .navbar .navbar-nav .user-name a:hover,
.main-navbar .navbar-light .navbar-nav .show>.user-name a,
.navbar .navbar-nav .user-name a:focus,
.navbar .navbar-nav .user-name a:focus-within {
    color: #fff !important;
    outline: none;
}

.navbar .user-name:after {
    display: none;
}



@media (min-width: 900px) {
    .collapse .navbar-collapse {
        display: none;
        top: 50px;
        left: 0px;
    }
}


/* this is to un-bootstrap and un-flex stuff */
@media (min-width: 990px) {

    .dropdown-search-box {
        padding: 20px 0px !important;
    }
    
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }

}


.headline {
    position: relative;
}

.headline .info-button,
.info-button {
    position: relative;
    background: #F68842;
    border: 2px solid #F68842;
    color: #fff;
    margin-left: 10px;
    display: block;
    margin: 30px auto 0;
}

.headline .info-button:hover {
    background: transparent;
    border: 2px solid #fff;
}

.login-modal {
    z-index: 9999999999999999999;
    position: fixed;
    top: 0;
}

.login-modal input[type=text],
.login-modal input[type=password],
.chat-input input[type=text] {
    width: 100%;
    border-radius: 50px;
    font-size: 20px;
    line-height: 26px;
    padding: 10px 20px;
    border: 1px solid #ced4da;
    background-color: #fff !important;
}

.chat-input input[type=text] {
    padding: 20px 28px;
}

.login-modal input[type=text]:focus,
.login-modal input[type=password]:focus,
.chat-input input[type=text]:focus {
    outline: none;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
}

input[type=text]:focus .login-modal input[type=password]:focus {
    background-color: #fff !important;
    border: 1px solid #F48843;
    border-radius: 50px;
    outline: 0px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {

    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

.login-modal label {
    margin-left: 20px;
}

.login-modal .modal-content {
    min-height: 580px;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    transform: scale(2);
    padding: 10px;
}

.small-checkbox {width: 10px; height: 10px;}

.login-modal .form-check {
    padding-left: 2.25rem !important;
}

.login-modal .modal-header {
    border-bottom: none !important;
}

.login-modal .modal-footer p {
    font-size: 18px;
}

.login-modal .orange-button {
    padding: 0;
    color: #F6893B;
}

.login-modal .orange-button a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 2em;
    color: #F6893B;
}

.navbar-light .navbar-nav .nav-item .modal-link {
    cursor: pointer;
    color: #F6893B;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}

.login-modal .orange-button:hover a,
.navbar-light .navbar-nav .nav-item .modal-link:hover {
    color: #fff;
}

.menu-bar-icons i,
.menu-bar-icons .menu-icon,
.menu-bar-icons .menu-icon a {
    transition: ease-in-out 0.5s;
    cursor: pointer;
    color: #5d625f;
}

.menu-bar-icons i {
    font-size: 20px;
    color: #ccc;
    margin-left: 15px;
    cursor: pointer;
}

.menu-bar-icons i {
    margin-left: 0;
}

.menu-bar-icons .menu-icon:hover i,
.menu-bar-icons .menu-icon:hover,
.menu-bar-icons .menu-icon:hover a,
.menu-bar-icons .menu-icon i.active,
.menu-bar-icons .menu-icon i.active+p {
    color: #F6893B;
}

.openPlaylist:active,
.openPlaylist:focus,
.openPlaylist:focus-within {
    outline: none;
    border: none;
}

.custom-button,
.toggle-sort.custom-button {
    font-size: 18px;
    color: #fff !important;
    background: #F68842;
    padding: 10px 30px;
    border: 2px solid #F68842;
    border-radius: 50px;
    width: 200px;
    text-align: center;
    transition: ease-in-out 0.5s;
    cursor: pointer;
}

.custom-button:focus,
.toggle-sort.custom-button:focus {
    outline: none;
}

@media only screen and (max-width : 4000px) {
    .category-filters {
        display: block;
        margin: 0 35px;
    }
    .category-filters i {
        margin-top: 4px;
        font-size: 24px;
    }
}
@media only screen and (max-width : 450px) {
    .category-filters {
        display: block;
        margin: 0 30px;
    }
    .category-filters i {
        font-size: 16px;
    }
}

.main-navbar .navbar-toggler {
    padding: 0;
}

.main-navbar .navbar-toggler-icon{
    width: 28px;
}

@media only screen and (max-width : 4000px) {
    .navbar-toggler-search {
        left: 50px;
        margin-top: 5px;
        border: solid white;
    }
}
@media only screen and (max-width : 450px) {
    .navbar-toggler-search {
        width: 25px;
        left: 30px;
        margin-top: 2px;
    }
}

#do-a-search,
#do-a-load-more {
    padding: 5px 20px !important;
    background: #F68842;
    border: 2px solid #F68842;
    border-radius: 50px;
    width: 100%;
    font-size: 16px !important;
    color: #fff;
    display: inline-block;
    text-align: center;
}


#categoryFiltersContent, #SportCoachFilter, .mobile-filter-dropdown {
    max-height: 300px;
    overflow: auto;
    position: absolute;
    border: 1px solid #F4F4F4;
    background: #fff;
    top: 60px !important;
    right: unset !important;
    padding: 10px;
}


#categoryFiltersContent .dropdown-menu,
#categoryFiltersContent .dropdown-item {
    padding: .25rem .5rem;
/*    min-width: unset; */
    width: 100% !important;
}


.folder-expand-list li {
    padding-left: 1rem;
}

#payment-form .small-checkbox{
    margin: 15px 0 0 -1.0rem;
}

#payment-form .form-check-label {
    line-height: 38px;
    height: 38px;
    vertical-align: middle;
    padding-left: 5px;
}

.stripe-form {
    width: 100%;
    margin: 0 auto;
    background: #ffffff !important;
    box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 10px;
}

.stripe-form > div {
    padding: 10px 15px;
}

.stripe-form > div.border-bottom {
    border-bottom: 1px solid rgba(49, 49, 93, 0.10);
}

.stripe-form > div.border-right {
    border-right: 1px solid rgba(49, 49, 93, 0.10);
}

.stripe-form > div.border-right {
    border-right: 1px solid rgba(49, 49, 93, 0.10);
}

.row.vertical-divider {
    overflow: hidden;
}
.row.vertical-divider > div[class^="col-"] {
    text-align: center;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
}
.row.vertical-divider div[class^="col-"]:first-child {
    border-left: none;
}
.row.vertical-divider div[class^="col-"]:last-child {
    border-right: none;
}

@media only screen and (max-width : 768px) {
    .row.vertical-divider > div[class^="col-"] {
        border: none;
    }
}

.img-radius-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.playlist-holder {
    max-height: 100px;
    overflow-y: auto;
}

.dropdown-item .text-orange {
    color: #F68842 !important;
}

.text-orange {
    color: #F68842 !important;
}

.dropdown-form input[type=text],
.dropdown-form-menu input[type=text],
.dropdown-form-menu-2 input[type=text] {
    border-radius: 15px 0px 0px 15px;
    padding-left: 10px;
    border: 1px solid #F4F4F4;
    outline: 0px !important;
}

.dropdown-form-menu select {
    border: 1px solid #F4F4F4;
    outline: 0px !important;
}

.dropdown-form .dropdown-form-button,
.dropdown-form-menu .dropdown-form-button,
.dropdown-form-menu-2 .dropdown-form-button {
    border-radius: 0px 15px 15px 0px;
    background: #F68842;
    color: #fff;
    border: 1px solid #F68842;
    outline: none;
}

.remove-form {
    display: none !important;
}

.add-form {
    display: flex !important;
}

.custom-button-container {
    max-width: 400px;
}

.menu-bar-icons {
    position: fixed;
    top: 102px;
    left: 0px;
    padding: 60px 10px 10px;
    height: 100vh;
    background: #F4F4F4;
    max-width: 90px;
    opacity: 1;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-bar-icons .menu-icon,
.menu-bar-icons .menu-icon a {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.menu-bar-icons p {
    font-size: 10px;
    margin-top: 5px;
}

.main-navbar {
    z-index: 999;
    position: fixed;
}

.menu-bar-icons.remove-form {
    left: -300px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item i:active,
.dropdown-menu .dropdown-item i:hover {
    color: #F68842 !important;
}

.list-name {
    width: 250px;
}

.dropdown-search-box {
    padding: 0 10px;
}

.header-seatrch-form {
    flex-grow: 1;
}

/*=========================================================================================================================================================================================
                                                                                       SUB NAVIGATION
==========================================================================================================================================================================================*/

/* sub-navigation panel.  not on every page */
.sub-nav {
    position:absolute;
    width:100%;
    border:none;
    padding-top: 95px;
    display: none;
}

.sub-nav nav ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.sub-nav nav ul li img {
    width: 100%;
    max-width: 60px;
}

/*=========================================================================================================================================================================================
                                                                                           USER POINTS
==========================================================================================================================================================================================*/

.user-points {
    padding-bottom:20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.user-points .feed-user-name {
    font-size: 20px;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 20px;
    margin: 0;
}

@media only screen and (max-width: 500px) {
    .user-points .feed-user-name {
        padding-left: 20px;
    }
}

/*=========================================================================================================================================================================================
                                                                                            FOOTER
==========================================================================================================================================================================================*/
.terms-c {
    position: fixed;
    bottom: -1px;
    right: 0px;
    padding: 10px;
    width: 100%;
    border-top: 2px solid #F68842;
    background-color: #5d625f;
    color: white;
    box-shadow: 0 0 51px rgba(246, 136, 66, 0.54);
    z-index: 999999;
}

.terms-c div {
    max-width: 100%;
}

.terms-c p {
    width: calc(100% - 350px);
    text-align: left;
    margin: 0 15px 10px;
}

.terms-c .row div {
    margin: 0 15px;
}

.accepttc {
    margin: 5px;
}

/*=========================================================================================================================================================================================
                                                                                             HOME
==========================================================================================================================================================================================*/

.main-body {
    margin-top: 30px;
}

.headline h1,
.headline p {
    font-size: 95px;
    line-height: 1.2;
    /*color: #fff;*/
    font-weight: 300;
    text-align: center;
}

.headline p {
    line-height: 1;
    margin-bottom: 20px;
}

.headline h1 b,
.headline p b {
    font-weight: 900;
}

.headline p b:last-child {
    font-size: 97px;
}

.headline p span {
    font-size: 60%;
}

.scrollable-wrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

.video .pad15>a,
.blog-section .featured-image,
.g-add .pad15 {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    padding-bottom: 57%;
    width: 100%;
    height: 0;
    display: block;
}

.video .pad15>a>img,
.video-feed .pad15>a>img,
.blog-section .featured-image>img,
.g-add .pad15 .main-ads {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
}

.feed .featured-image>img {
    -o-object-position: center;
    object-position: center;
}

.pad15 {
    height: 100%;
    width: 100%;

}

.related-videos-row .g-add {
    max-width: 300px;
    width: 100%;
    display: flex !important;
    flex: unset;
}

.video-section .g-add .pad15,
.related-videos-row .g-add .pad15,
.blog-section .g-add .pad15 {
    background: url(./../img/logo.png) center no-repeat;
    background-size: contain;
}

.video .pad15,
.video-feed .pad15 {
    position: relative;
    cursor: pointer;
}

.video .pad15:hover .video-overlay,
.video-feed .pad15:hover .video-overlay,
.video-img .pad15:hover .video-overlay{
    display: block;
    transition: all 0.5s ease;
    opacity: 1;
}

.main-ads {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment-image {
    height: 100%;
    max-height: 60px;
}

.chet-box-left {
    padding-right: 120px;
}

.chet-box-right {
    padding-left: 120px;
}

.comment-wrap .edit-comments {
    position: absolute;
    top: 5px;
    right: 20px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    max-height: 20px;
}

.comment-wrap .fa-trash-alt {
    color: #F6893B;
    cursor: pointer;
}

.comment-wrap .fa-edit {
    color: #2D8CC0;
    cursor: pointer;
}

/*=============================================================================================
                                        FRIENDS
==============================================================================================*/
.friends a {
    display: block;
    flex: 1 1 130px;
    max-width: 160px;
    margin: 10px 15px;
    transition: all 0.3s;
}

.friend-wrap {
    position: relative;
    margin: 10px auto;
    padding: 10px;
    width: 140px;
    height: 100%;
}

.friend-image {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 100px;
    margin: 5px auto 15px auto;
    padding-bottom: 100%;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
    transition: all 0.3s;
}

.friend-image img {
    position: absolute;
    font-size: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: gray;
    left: 0;
}

.friends a:hover .friend-image {
    box-shadow: 0 0 5px #f6893b;
}



/*=============================================================================================
                                        NOTIFICATIONS
==============================================================================================*/

.notification {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 5px;
    transition: all 0.2s;
}

.notification:hover {
    background: rgba(0, 0, 0, .1);
}

.notification .avatar {
    background-color: #F8893A;
    border-radius: 100px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    overflow: hidden;
}

.notification .avatar img {
    width: 50px;
    height: 50px;
}

/* this should probably be a button, which would have variable width */
/* that will matter if notification exceed 99                        */
.notifications,
.total-notifications,
.resp-notifications,
.msg-notifications {
    display:inline-block;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    position: relative;
    top: -2px;
    margin-left:-25px;
    background-color: #ff0000;
}

.total-notifications,
.resp-notifications,
.msg-notifications {
    display:block;
    line-height: 17px;
    width: 18px;
    top: -25px;
    left: 8px;
    cursor: pointer;
}

.selected-notification {
    background-color: #f4884375;
}


/*=========================================================================================================================================================================================
                      FAVORITES / CHAT
==========================================================================================================================================================================================*/
.favorites-container p {
    font-size: 16px;
}

.favorites-container h1 {
    font-size: 28px;
    font-weight: 600;
}

.video-list img {
    width: 200px;
    max-height: 140px;
    margin-right: 20px
}

.playlist .img-wrap {
    width: 200px;
    margin-right: 20px
}

.playlist figure {
    width: 100%;
    padding-bottom: 55%;
    height: 0;
    position: relative;
}

.playlist .pl-img {
    width: 100%;
    max-height: unset;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.video-list ul {
    list-style: none;
}

.video-list ul p {
    font-size: 14px;
}

.video-list ul .remove {
    font-size: 12px;
    color: #f8893a;
    position: absolute;
    right: -25px;
    top: 12px;
}

.chat-container p {
    font-size: 14px;
    margin-bottom: 0;
}

.video-list ul li {
    display: flex;
    padding: 20px 5px 0 0;
    position: relative;
}

.video-list ul li h3,
.chat-container h3 {
    font-size: 22px;
    font-weight: 600;
}

.favorites-container,
.chat-container {
    padding-right: 100px;
    padding-left: 180px;
}

.favorites-container .playlist {
    overflow-x: hidden;
}

.chat-container .search-input input[type=text] {
    border: 1px solid #efefef;
    border-right: none;
    outline: none;
    border-radius: 20px 0px 0px 20px;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px;
    background-color: #fff !important;

}

.chat-container input[type=text]:focus {
    outline: none;
}

.chat-container .round-lg {
    width: 60px;
    height: 60px;
    padding: 4px;
    border: 1px solid;
}

.chat-trash-icon {
    font-size: 18px;
    line-height: 22px;
    color: #Fff;
    position: absolute;
    top: 6px;
    right: 8px;
    cursor: pointer;
}

.chat-container .search-input .fa-search {
    background: #fff;
    font-size: 23px;
    border-radius: 0px 20px 20px 0px;
    line-height: 26px;
    border: 1px solid #efefef;
    padding: 7px 20px;
    border-left: none;
    color: #F6893B;
    cursor: pointer;
}

.chat-container .search-input .search-icon {
    background: #fff;
    font-size: 22px;
    border-radius: 0px 20px 20px 0px;
    border: 1px solid #efefef;
    padding: 4px 11px;
    border-left: none;
    color: #F6893B;
    cursor: pointer;
}

.chat-container .search-input .fa-pencil-alt {
    font-size: 23px;
    line-height: 26px;
    padding: 7px 20px;
    color: #F6893B;
    cursor: pointer;
}

.chat-container .search-input {
    border-radius: 20px 20px 0px 0px;
    background: #F4F4F4;
    padding: 15px 5px;
}

.chat-container i:not(.fa-paper-plane) {
    /* font-size: 23px; */
    line-height: 26px;
    color: #F6893B;
}

.chat-container .chat-box .rounded-circle {
    width: 60px;
    height: 60px;
    padding: 4px;
    border: 1px solid;
    margin: unset;
}

.chat-container .video-img {
    max-width: 250px;
    margin: 10px;
    overflow: hidden;
}

.chat-container .pad15 {
    position: relative;
    overflow: hidden;
    padding-bottom: 58%;
    max-height: 200px;
    width: 100%;
    height: 100%;
    display: block;
}

.chat-container .chat-box .in-msg-img {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.chat-container .chat-box .in-msg-image {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
}

.chat-container .chet-box-left .in-msg-title {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    color: #f6893b;
}

.chat-container .chet-box-right .in-msg-title {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}

.chat-box {
    background: #F4F4F4;
    padding: 30px 10px;
    border-radius: 20px;
    overflow-x: hidden;
}
.chat-box {
    height: calc(100vh - 180px);
    max-height: unset !important;
}

.chat-box .reply .chet-box-right,
.chat-box .chet-box-left {
    min-height: 36px;
}

.chat-box .chet-box-left {
    border-radius: 0px 20px 20px 20px;
    background: #fff;
    padding: 20px 20px 20px 30px;
    text-align: right;
}

.chat-box .reply .chet-box-right {
    border-radius: 20px 0px 20px 20px;
    background: #F6893B;
    padding: 20px 30px 20px 20px;
    color: #fff;
}

.chat-box .reply .chet-box-right a,
.chat-box .reply .chet-box-right div {
    color: #fff;
}

.chat-container h2 {
    font-size: 36px;
}

.chat-input i {
    font-size: 30px;
}

.chat-unr-msg {
    border: 1px solid #f6893b;
    background: red;
    color: #fff;
    font-size: 11px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 27px;
    left: -2px;
}

.no-chats {
    min-height:600px;
    border-radius: 0px 0px 20px 20px;
}

@media only screen and (min-width : 501px) and (max-width : 1139px) {
    .chat-unr-msg {
        bottom: 43px;
    }
}

@media only screen and (min-width : 1140px) {
    .chat-unr-msg {
        bottom: 43px;
    }
}

.chat-container .grey-background {
    background: #F8F8F8;
}

.chat-container .active {
    background: #eaeaea;
}

.friend-list .friends-list-scroll,
.chat-box {
    min-height: 300px !important;
    max-height: 600px !important;
    overflow-y: auto;
}

.friends-list-footer  {
    height:20px;
    border-radius: 0px 0px 20px 20px;
}

/*=========================================================================================================================================================================================
                             END FAVORITES /CHAT
==========================================================================================================================================================================================*/

.main-video {
    padding-top: 20px;
}

.playlist h2 {
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
}

/*=========================================================================================================================================================================================
                      PROFILES
==========================================================================================================================================================================================*/
.profile-container {
    max-width: 1500px;
}

.profile-container .round-lg {
    width: 250px;
    height: 250px;
    border: 1px solid #ccc;
    padding: 10px;
}

.profile-container .user-name {
    font-size: 48px;
    font-weight: 600;
}

.profile-container .user-job {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 45px;
}

.profile-container .user-place {
    font-size: 32px;
    margin-bottom: 0px;
}

.profile-container .user-info p {
    font-size: 18px !important;
    margin-bottom: 0px;
    word-break: break-word;
}

.profile-container .user-info span {
    font-weight: 600 !important;
}

.profile-container .unfollow-button {
    border: 1px solid #F6893B;
    color: #F6893B !important;
    border-radius: 30px;
    padding: 7px 30px;
    font-size: 24px;
    cursor: pointer;
    margin: 10px 50px;
    transition: all 0.5s ease;
}

.profile-container .unfollow-button:hover {
    border: 1px solid #F6893B;
    color: #fff !important;
    background: #F6893B;
}

.profile-container .follow-button {
    border: 1px solid #F6893B;
    color: #fff !important;
    border-radius: 30px;
    padding: 7px 30px;
    font-size: 24px;
    cursor: pointer;
    margin: 10px auto;
    background: #F6893B;
    transition: all 0.5s ease;
}

.profile-container .follow-button:hover {
    border: 1px solid #F6893B;
    color: #F6893B !important;
    background: #fff;
}

.profile-container .waiting-button {
    color: #F6893B !important;
    padding: 7px 30px;
    font-size: 24px;
    margin: 10px 50px;

}

.profile-container .follow-button-mob {
    display: none;
}

.profile-container .dropdown-form input {
    border: 1px solid #ced4da;
}

.profile-container input,
.profile-container .bootstrap-select,
.profile-container .bootstrap-select .dropdown-toggle,
.profile-container .dropdown-form-button {
    min-height: 45px;
    height: 45px;
}

/*=============================================================================================
                                        FEED PAGE
==============================================================================================*/
.video-feed .video-img {
    flex: 0 0 280px;
    height: 148px;
    margin: 10px;
    overflow: hidden;
}

.video-feed .pad15>a {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    padding-bottom: 200px;
    max-height: 200px;
    width: 100%;
    height: 0;
    vertical-align: middle;
    display: block;
}

.friends-avatar {
    width: 30px;
    height: 30px;
}

.circle-img-wrap {
    flex: 0 0 30px;
    margin-right: 5px;
}

.circle-img {
    position: relative;
    margin-right: 5px;
    max-width: 30px;
    width: 100%;
    height: 100%;
}

.circle-img figure {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 300px;
    padding-bottom: 30px;
    border: 1px solid #eee;
}

.circle-img .friends-avatar {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: gray;
    left: 0;
}



/*=============================================================================================
                                        HOME VIDEO
==============================================================================================*/
.category h1,
.category h2 {
    font-size: 30px;
}

.video-section,
.grey-section {
    background: #fbfbfb;
}

.category .video-section {
    padding-top: 40px;
    padding-bottom: 0;
}

.category .video-section .video {
    padding-right: 0;
    padding-left: 0;
}

.category .video-section .video-content {
    padding: 0 10px;
}

.category .video-section .video-title,
.video .video-content .video-title {
    line-height: 1;
    font-weight: 600;
    color: #191919;
    margin-bottom: 5px;
}

.category .video-section .video-view,
.video .video-content .video-view {
    line-height: 1;
    font-size: 16px;
}

.category .blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.video-section .videos-list {
    max-width: calc(100% - 300px);
    padding-left: 0;
}

.category .blog-section .blog-list {
    max-width: calc(100% - 300px);
}

.category .blog-section .blog-list>.row {
    margin: 0 -5px;

}

.video-section .videos-list>.row {
    margin: 0 -10px;
}

.video-section .videos-list,
.category .blog-section .blog-list {
    max-width: calc(100% - 360px);
    padding-left: 0;
}

.video-section .video-img,
.blog-section .blog-post {
    overflow: hidden;
    margin: 7px 0;
    padding: 0 10px;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(49, 26, 15, 0.5);
    top: 0px;
    opacity: 0;
    transition: all 0.5s ease;
}
.main:not(.feed):not(.category) .section:not(.video) .video-img:not(.saerch-img) .video-overlay {
    width: calc(100% - 20px);
}
.video-img .pad15 a, .video-img .pad15 .img-fluid{
    height: 100%;
    display: block;
    object-fit: inherit;
}

.video-overlay.news p {
    color: white;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    padding: 0 5px;
}

.video-overlay.news p.title {
    font-size: 18px;
}

.video-section .owl-item .video-overlay img,
.video-overlay img {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/*=============================================================================================
                                        HOME BLOG
==============================================================================================*/

.blog-section h3 {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    margin-top: 20px;
}

.blog-section .item p {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

.blog-section img {
    max-width: 100%;
    height: auto;
}

.blog-post {
    margin: 10px 0;
}

.blog-section p {
    margin-bottom: 0;
}

/*=============================================================================================
                                        HOME NEWS
==============================================================================================*/

.home-news-box {
    padding: 80px;
}

.home-news-box p {
    margin: 10px 0 30px;
}

.home-news-box .news-title {
    margin: 5px 0;
}

.carousel-item {
    max-height: 250px;
}

.carousel-control-next,
.carousel-control-prev {
    top: auto;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

/*=========================================================================================================================================================================================
                                                                                        SPORT PAGE
==========================================================================================================================================================================================*/

.comment-form .form-group .textarea-field {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ced4da;
}

.form-group .custom-button {
    border-radius: 130px;
    background: #F6893B;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 25px;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #F6893B;
    outline: none;
    transition: ease-in-out 0.25s;
    width: 100px;
    text-align: center;
}

.form-group .custom-button:hover {
    color: #F6893B !important;
    background: #FFF !important;
}

.form-group .post-comment {
    font-size: 14px;
    padding: 5px 15px;
}

.red-button {
    display: block;
    background: #fff !important;
    color: #DC4437 !important;
    border: 1px solid #DC4437 !important;
}

.red-button:hover {
    background: #DC4437 !important;
    color: #fff !important;
}

.blue-button {
    display: block;
    background: #fff !important;
    color: #3C5798 !important;
    border: 1px solid #3C5798 !important;
}

.blue-button:hover {
    background: #3C5798 !important;
    color: #fff !important;
}

.comment-heding {
    font-weight: bold;
}

.container .grey-info {
    color: #5d625f7a !important;
}

.reply-button {
    color: #F6893B;
    cursor: pointer;
    word-break: break-all;
}

.commentText {
    font-size: 18px;
    line-height: 1.2em;
    word-break: break-all;
}

.show-replies {
    width: 100%;
    text-align: right;
    display: inline-block;
    cursor: pointer;
}

/*=========================================================================================================================================================================================
                                                                                           VIDEO PAGE
==========================================================================================================================================================================================*/

.video-holder img {
    width: 100%;
}

.video-info h1 {
    font-size: 26px;
    color: #191919;
}

.video-info.expanded {
    max-height: 2500px; /* allow vry long descriptions */
}

#seeMoreBtn {
    height: 29px;
    background: transparent;
    margin: 20px 0 10px;
    font-weight: bold;
    font-size: 14px;
    padding: 0 1rem;
    text-transform: uppercase;
}

#seeMoreBtn:focus {
    outline: none;
}

#seeMoreBtn:hover {
    background: #F68842;
}

.video-info p {
    font-size: 16px;
    line-height: 1.9em;
}

.video-share {
    padding: .25rem 1.5rem .5rem;
    text-align: center;
}

.copy-popup {
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    background-color: #4a4f52;
}

.share-icons i {
    color: #F68840;
    font-size: 18px;
    margin: 0 5px;
}

.dropdown-menu .dropdown-item:active {
    background: #F4F4F4 !important;
}

.waiting-message-pl p {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 18px;
}

.waiting-message-pl .spinner-border {
    color: #F68842;
}

.reply-form,
.comment.reply {
    padding: 0 0 0 60px;
}

.comment-img-wrap {
    margin: 0 auto;
    padding: 5px;
    max-width: 50px;
    width: 100%;
}

.comment .comment-image {
    position: relative;
    max-width: 50px;
    width: 100%;
    height: 100%;
}

.reply-form .comment-img-wrap,
.reply-form .comment-image {
    margin-top: 5px;
    max-width: 40px;
}

.comment .comment-image figure {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 300px;
    padding-bottom: 100%;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
}

.comment .comment-image img {
    overflow: hidden;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.reply-icon {
    position: absolute;
    right: 20px;
    color: #f68840;
}

.comment-wrap {
    flex: 0 0 calc(100% - 65px);
    margin-left: 15px;
}

.reply-form .comment-wrap {
    flex: 0 0 calc(100% - 50px);
    margin-left: 10px;
}

.reply-wrap {
    background: #FBFBFB;
}

.chat-container .chet-box-left .fa-trash-alt {
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    top: 6px;
    left: 8px;
    cursor: pointer;
}

.chat-container .chet-box-right .fa-trash-alt {
    font-size: 18px;
    line-height: 22px;
    color: #Fff;
    position: absolute;
    top: 6px;
    right: 8px;
    cursor: pointer;
}

.modal-backdrop {
    z-index: -1;
}

.modal-backdrop.show {
    z-index: 99999999;
}

#remove-message,
.modal {
    z-index: 999999999;
}

.chet-box-right {
    position: relative;
}


/*=========================================================================================================================================================================================
                                                                                    Manage Playlists
==========================================================================================================================================================================================*/

.manage-playlists .active {
    display: block;
}

.manage-playlists .dropdown {
    width: 200px;
    display: inline-block;
}

/*=========================================================================================================================================================================================
                                                                                            COACHES
==========================================================================================================================================================================================*/

.coaches .col-lg-3 {
    margin-bottom: 20px;
}

.coaches a {
    display: block;
    transition: all 0.3s;
}

.coach-wrap {
    position: relative;
    margin: 10px auto;
    width: 100%;
    height: auto;
}

.coach-img-wrap {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 100px;
    margin: 5px auto 15px auto;
    max-width: 210px;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
    transition: all 0.3s;
}

.coach-img-wrap img {
    width: 100%;
    height: 100%;
    color: gray;
}

.coaches a:hover .coach-img-wrap {
    box-shadow: 0 0 5px #f6893b;
}

.coach-name {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0;
}

.coach-title {
    font-style: italic;
}

.coach-categories-mobile,
.blog-categories-mobile {
    display: none;
}


/*=========================================================================================================================================================================================
                                                                                          COACHES SINGLE
==========================================================================================================================================================================================*/

.coaches-side-link {
    align-items: center;
    margin-bottom: 15px;
}

.coaches-side-link img {
    width: 100%;
    border-radius: 200px;
}

.coaches-side-link h3 {
    font-size: 24px;
    font-weight: 600;
    color: #5d625f !important;
}

.coaches-side-link h4 {
    font-size: 20px;
    color: #5d625f !important;
}

.coach img {
    width: 100%;
    margin-bottom: 40px;
}

.coach h1 {
    font-size: 36px;
    font-weight: 600;
}

.coach h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.jw-svg-icon-play path {
    display: none;
}

.jw-svg-icon-play {
    background-image: url('../img/hover-play.png');
    background-size: contain;
    background-repeat: no-repeat;
}



/*=============================================================================================
                                        SIGN UP
==============================================================================================*/
.register .form-group,
.profile-container .form-group,
.edit-profile .form-group {
    padding: 0 6px;
}

.form-control:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.input-pill,
.bootstrap-select .dropdown-toggle {
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    width: calc(100% + 2px);
}

.bootstrap-select {
    border-radius: 50px;
    position: relative;
}

.input-pill {
    padding-left: 20px;
}

.input-pill,
.bootstrap-select .dropdown-toggle {
    border-radius: 50px;
    height: 40px;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #ced4da !important;
}

.textarea-height {
    height: 200px;
}

.bootstrap-select .dropdown-toggle {
    background: #fff !important;
    padding: 0;
}

.bootstrap-select .dropdown-menu>.inner {
    max-height: 250px !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.bootstrap-select .dropdown-toggle::before {
    content: "";
    width: 80px;
    height: 55px;
    background: #f6893b;
    position: absolute;
    z-index: 0;
    right: 0;
}

.bootstrap-select .dropdown-toggle::after {
    margin-right: 2em;
    position: relative;
    z-index: 2;
    color: #fff;
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
}

.circle .far,
.circle .fas {
    color: #f6893b;
    font-size: larger;
}

.grey-circle {
    background: #ccc;
    position: relative;
    width: 211px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 150px;
    margin: 5px auto 15px auto;
    padding-bottom: 208px;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.grey-circle img {
    position: absolute;
    font-size: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: gray;
    left: 0;
    top: 0;
}

.about_wrapper .form-check-input {
    display: inline-block;
    margin-right: 0.7rem;
}

.show-it {
    display: block !important;
}

/*=========================================================================================================================================================================================
                                                                                        SHARE HISTORY
==========================================================================================================================================================================================*/
.share-history {
    max-width: 800px;
}

.share-history .all-friends {
    font-weight: bold;
    cursor: pointer;
}

.share-history input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);

}

.share-history .popup {
    position: absolute;
    border: 1px solid #cfcece;
    padding: 10px 20px;
    z-index: 9;
    background: rgb(255, 255, 255);
    right: 14%;
    display: flex;
    flex-direction: column;
}

/*=========================================================================================================================================================================================
                                                                                       ABOUT US
==========================================================================================================================================================================================*/
.about-us {
    background: #fbfbfb;
}

.about-us p {
    font-size: 18px;
    color: #747474;
}

.about-us h1,
.about-us h2 {
    font-size: 45px;
    color: #747474;
}

.about-us h2 {
    margin: 75px 0 65px;
}

.about-us h4 {
    font-size: 30px;
    color: #616161;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 25px;

}

.about-us img {
    width: 100%;
    max-width: 170px;
}

.about-us .mein-wrap p {
    font-size: 16px;
}

/*=========================================================================================================================================================================================
                                                                                        BLOG / NEWS
==========================================================================================================================================================================================*/
.blog .article {
    box-shadow: 0px 1px 5px #b9b9b98a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.blog .article-img {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
}

.related {
    width: 50% !important;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 5px;
}

.blog .article-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0; 
}

.blog .article-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 20px;
}

.blog .article-content p,
.blog .article-content a {
    font-size: 18px;
}

.blog .article-separator {
    height: 6px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #ebeaea;
    margin-bottom: 10px;
}

.blog-categories .categories-header,
.blog-archives .archives-header {
    border-bottom: 2px solid #f48843;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-categories .categorie-name,
.blog-archives .archives-name {
    border-bottom: 1px solid #e6e6e6;
    list-style: none;
    font-weight: bold;
    line-height: 2.2;
}

.blog .pagination {
    display: flex;
    justify-content: flex-end;
}

.blog .pagination li {
    margin: 0 4px;
}

.blog .pagination li a,
.blog .pagination li.active span {
    display: block;
    padding: 0 6px 0 6px;
    border: 1px solid #e0dede;
    cursor: pointer;
}

.blog .pagination li.active span {
    color: #fff;
    background: #f68842;
}

.blog .pagination li a:hover {
    color: #f68842;
    border: 1px solid #f68842;
}

.blog .article-navigation {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e0dede;
}

.blog .article-navigation i {
    font-size: 12px;
}

.blog .categorie-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e0dede;
}

.blog .article-info span {
    display: block;
    width: 100%;
    font-size: 12px;
}

.blog .article-info .date-published {
    border-bottom: 1px solid #e0dede;
}

.blog .author a {
    background: #5D625F;
    padding: 20px;
    display: flex;
    align-items: flex-start;
}
.blog .share-article{
    clear: both;
    margin-top: 20px;
}
.blog .author .row {
    margin-left: 5px;
}
.blog .author span {
    color: #fff;
    display: block;
    margin-left: 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
}

.blog .author #descriptions {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.blog .platforms {
    padding: 10px 15px;
    background: #F6F6F6;
}

.blog .platforms span {
    font-size: 12px;
}

.blog .platforms a {
    margin: 0 7px;
    font-size: 14px;
}
.blog .platforms a:last-child {
    margin-right: 0px;
}

.blog .platforms i {
    color: #f68842;
}

.blog .content img {
    margin: 0 10px;
    max-width: calc(100% - 20px);
    height: auto;
}

.blog .content .author-img{
    max-width: 95px;
    width: 100%;
    margin: 0 10px 0 0;
}

.blog .content .avatar-img{
    max-width: unset;
    width: 100%;
    margin: 0;
}

.blog .related-wrap {
    display: flex;
    flex-wrap: wrap;
}

.blog .related-wrap .article-img {
    width: 100%;
    padding-bottom: 100%;
    display: block;
}

.no-border {
    border: none;
}

.blog div>table td {
    padding: 0 5px;
}

.blog p a {
    font-weight: bold;
    color: #f68842;
}

.blog .jwp-video-wrap {
    height: 0;
}

.blog .jwp-video-wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
}

.blog .blog-container iframe {
    max-width: 100% !important;

}

.jwp-video-wrap-post {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
}

.jwPlayers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*=========================================================================================================================================================================================
                                                                                            #MEDIA QUERY
==========================================================================================================================================================================================*/

.home-slide-a {
    background: url(../img/carousel/1.jpg) center; 
}

.home-slide-b {
    background: url(../img/carousel/2.jpg) center; 
}

.home-slide-c {
    background: url(../img/carousel/3.jpg) center; 
}

.home-slide-d {
    background: url(../img/hero.jpg) center;
}

.slider-bg {
    /* background: url(../img/carousel/bg.jpg) center; */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    
}

.carousel-img {
    width:100%;
    height:auto;
    /* max-width: 300px; */
}

@media only screen and (min-width : 4000px) {
    .blog .col-lg-9 {
        max-width: calc(100% - 320px);
    }

    .blog .col-lg-3 {
        max-width: 300px;
    }

    .coach {
        padding-left: 5%;
    }

    .blog-container-width{
        max-width: calc(100% - 340px);
    }

}

@media only screen and (min-width : 1025px) {
    .logged-in {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width : 1024px) and (max-width : 1100px) {
    .coaches-side-link h3{
        font-size: 18px;
        margin-bottom: 0;
    }
    .navbar-light .navbar-nav .nav-link,
    .coaches-side-link h4 {
        font-size: 13px;
    }
}

@media only screen and (min-width : 1025px) and (max-width : 1700px) {
    .navbar-brand {
        margin-left: 3rem;
    }

    .profile-container {
        padding: 0 120px 3rem 120px !important;
    }
}

@media only screen and (min-width : 1600px) {
    .reply .comment-wrap .edit-comments {
        right: 55px;
    }
}

@media only screen and (max-width : 1850px) {
    .profile-container .follow-button {
        padding: 5px 20px;
        font-size: 20px;
        margin: 10px 5px;
    }
}

@media only screen and (max-width : 1600px) {
    .menu-bar-icons {
        padding-left: 10px;
    }

    .favorites-container,
    .chat-container {
        padding-right: 40px;
        padding-left: 160px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .home-news-box img {
        width: 100%;
    }

    .chet-box-left {
        padding-right: 60px;
    }

    .chet-box-right {
        padding-left: 60px;
    }

    .chat-box .col-2 {
        padding: 0px !important;
    }

    .favorites-container,
    .chat-container {
        padding-left: 120px;
    }

    .video-list ul {
        padding-left: 20px;
        padding-inline-start: 20px;
    }

    .video-list ul li {
        padding: 20px 10px;
    }
}


@media only screen and (max-width : 1400px) {
    .favorites-container .main-video {
        padding-right: 0px !important;
    }

    .favorites-container .playlist.edit {
        padding-left: 0px !important;
    }

    .favorites-container-m .shere-playlist .shere-container {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .chat-container .round-lg {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .chat-container .friend-list p {
        display: none !important;
    }

    .video-list img {
        width: 170px;
        max-height: 100px;
        margin-right: 15px
    }

    .video-list ul p {
        font-size: 12px;
    }

    .video-list ul li {
        padding: 15px 10px;
    }

    .video-list ul li h3 {
        font-size: 18px;
        font-weight: 600;
    }

   .home-news-box {
        padding: 0 50px 30px;
    }

    .chat-container .search-input input[type=text] {
        font-size: 16px;
        width: calc(100% - 60px);
    }

    .chat-container .fa-search,
    .chat-container .fa-pencil-alt {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 1300px) {
    .video-list img {
        width: 140px;
        max-height: 90px;
        margin-right: 10px;
    }

    .playlist h2 {
        font-size: 18px;
    }

    .video-list ul p {
        line-height: 1.4em;
    }
}

@media only screen and (max-width : 4000px) {
    body {
        padding-top: 90px;
    }

    .footer-logo img {
        max-width: 220px;
    }

    .menu-bar-icon {
        top: 28px;
    }

    .menu-bar-icons {
        top: 80px;
    }

    .profile-container .round-lg {
        width: 200px;
        height: 200px;
    }

    .profile-container .user-name {
        font-size: 40px;
    }

    .profile-container .user-job {
        font-size: 36px;
        line-height: 40px;
    }

    .profile-container .user-place {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .profile-container .user-info p {
        font-size: 16px !important;
        margin-bottom: 0px;
    }

    .profile-container .user-info span {
        font-weight: 600 !important;
    }


    .favorites-container .main-video {
        min-width: 100%;
    }

    .favorites-container .playlist {
        min-width: 100%;
        justify-content: start !important;
    }

    .favorites-container .playlist ul {
        padding-left: 0px;
        width: 100%;
    }

    .headline h1,
    .headline p {
        font-size: 6vw;
    }

    .headline p b:last-child {
        font-size: 6.1vw;
    }

    .home-header a {
        font-size: 16px;
        padding: 5px 20px;
        width: 180px;
    }

    .headline .info-button {
        margin: 10px auto;
    }

    .video-info p {
        font-size: 15px;
        line-height: 1.3em;
    }

    .orange-button {
        padding: 6px 10px;
    }

    .navbar-light .navbar-nav .nav-item .modal-link{
        padding: 2px 9px;
        font-size: 16px;
    }

    .playlist h2 {
        font-size: 24px;
    }

    .video-list ul .remove {
        margin-left: 10px;
    }

    .headline .info-box {
        top: -25px;
    }

    .headline .info-box p {
        font-size: 18px;
    }

    .about-us p {
        font-size: 16px;
    }

    .about-us h1,
    .about-us h2 {
        font-size: 40px;
    }

    .about-us h2 {
        margin: 65px 0 55px;
    }
}

@media only screen and (max-width : 1050px) {
    .profile-container .follow-button {
        display: block;
        padding: 3px 15px;
        font-size: 18px;
        margin: 10px 0;
        width: 100%;
        max-width: 150px;
        text-align: center;
    }

    .video-img.col-lg-4,
    .blog-post.col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width : 4000px) {
    .modal-content .info-button {
        margin: 0;
    }

    .headline .info-button.hide {
        display: none;
    }

    #toggl-sidebar {
        display: none;
    }

    .menu-bar-icons {
        max-width: 100%;
        height: 70px;
        bottom: 0px;
        z-index: 9999999;
        top: unset;
        padding-top: 10px;
    }

    .menu-bar-icons .menu-icon i {
        text-align: center;
        display: block;
        width: 77px;
        margin-left: 0 !important;
    }

    .menu-bar-icons i {
        font-size: 24px;
    }

    .menu-bar-icons .menu-icon p {
        font-size: 14px;
        text-align: center;
        margin-left: 0 !important;
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }

    .menu-bar-icons .row {
        flex-direction: row !important;
        justify-content: space-around !important;
    }

    .menu-bar-icons.remove-form {
        left: unset;
        bottom: -100%;
    }
}

@media only screen and (max-width : 4800px) {
    .favorites-container-m .shere-playlist .shere-container {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .category-list ul {
        list-style: none;
        padding: 0 10%;
        overflow: auto;
    }
    .category-list ul li {
        padding: 10px 0;
        font-size: 20px;
    }
    .category-back {
        padding: 15px 30px 0 20px;
        font-weight: 700;
    }
    .category-back a {
        font-size: 20px;
    }
    .category-list i, .category-back i {
        font-size: 22px;
        color: #f8893a;
        margin-right: 5px;
    }

    .category-back i {
        padding-right: 10px;
    }

    .category-list .navbar-toggler-icon {
        width: 100%;
        font-size: 22px;
        color: #5d625f;
        font-weight: 600;
    }
   
    #navbarSupportedContent ul {
        height: calc(100vh - 142px);
        overflow: auto;
        z-index: 99999999999999999;
        padding: 0 8%;
    }

    #navbarSupportedContent ul li {
        padding: 7px 0;
    }

    #navbarSupportedContent ul li a {
        font-size: 20px;
    }

    header {
        z-index: 99999;
    }

    .dropdown-search {
        display: block!important;
        position: relative;
        bottom: auto!important;
        right: auto!important;
        background: transparent;
        box-shadow: none;
    }

    .navbar-nav.ml-auto.desk {
        display: none;
    }

    .navbar-nav.ml-auto.mob {
        display: flex;   
    }

    .header-search {
        display: none!important;
    }

    .sub-nav {
        display: block;
        left:0;
    }

    .chat-container .chat-box-container,
    .chat-container .friend-list,
    .mobile-hide {
        display: none;
    }

    .category .blog-section {
        padding: 30px 0px;
    }

    .favorites-container,
    .chat-container,
    .profile-container {
        padding-right: 20px;
        padding-left: 10px;
    }

    .chat-box-container {
        min-width: 100% !important;
    }

    .navbar-collapse .ml-auto {
        flex-direction: column !important;
    }

    .navbar-collapse {
        order: 4 !important;
    }

    .coaches-side-link {
        min-width: 250px;
    }

    .coaches-side-link .col-md-8 {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

    .coaches-side-link .col-md-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .orange-button-full {
        font-size: 12px;
        padding: 5px 10px !important;
    }

    .orange-button-full.remove-yes,
    .user-menu .orange-button-full {
        padding: 2px 20px !important;
    }

    .rel-vid {
        width: calc(100% * (1/2) - 10px - 1px);
    }

    .home-news-box {
        margin: auto;
    }

    .main-nav .navbar-toggler {
        order: 1;
        border: 0px;
    }

    .main-nav .navbar-brand {
        order: 2;
        flex-grow: 1;
        text-align: center;
    }

    .main-nav .navbar-nav.ml-auto {
        order: 3;
        flex-direction: row;
        z-index: 999999;
    }

    .profile-container .round-lg {
        width: 150px;
        height: 150px;
    }

    .profile-container .user-name {
        font-size: 32px;
    }

    .profile-container .user-job {
        font-size: 30px;
        line-height: 32px;
    }

    .profile-container .user-place {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .profile-container .user-info p {
        font-size: 14px !important;
        margin-bottom: 0px;
    }

    .profile-container .user-info span {
        font-weight: 600 !important;
    }

    .profile-container .profile-info {
        align-items: start !important;
    }

    .profile-container .profile-info .justify-content-between {
        margin-top: 20px;
    }

    .video-feed .pad15>a {
        padding-bottom: 70px;
    }

    .headline .info-box {
        top: -50px;
    }

    .container .navbar-expand-lg {
        position: relative;
        padding: .8rem .8rem;
    }

    .container .navbar-expand-lg .navbar-brand {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0px auto;
        top: 0.5rem;
        width: 200px;
    }

    .navbar-expand-lg .navbar-nav .user-menu {
        position: absolute;
        top: 50px;
        right: 0;
        left: unset;
    }

    .owl-nav {
        display: flex;
        justify-content: center;
        align-content: center;
        margin-bottom: 20px;
    }

    .owl-prev span,
    .owl-next span {
        font-size: 60px;
        line-height: 25px;
        margin: 0px 15px;
    }

    .shere-playlist #share-app .dropdown-menu {
        transform: translateX(-100%) !important;
    }

    .about-us h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .coach-name {
        font-size: 1rem;
    }

    .coach-title {
        font-size: 14px;
    }
}

@media only screen and (max-width : 850px) {
    .profile-container .profile-info {
        align-items: center !important;
    }

    .profile-container .follow-button-mob {
        display: block !important;
        border: 1px solid #F6893B;
        color: #fff !important;
        border-radius: 30px;
        padding: 0px 20px;
        font-size: 18px;
        cursor: pointer;
        margin-top: 15px;
        background: #F6893B;
        transition: all 0.5s ease;
    }

    .headline .info-box {
        top: -70px;
    }
}

@media only screen and (max-width: 768px) {
    body {
        padding-top: 79px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 29px;
    }

    .video-overlay img {
        width: 20%;
    }

    img.home-icon {
        width: auto;
    }

    .container .navbar-expand-lg {
        position: relative;
        padding: .8rem .8rem;
    }

    .home-header a {
        padding: 3px 15px;
        width: 170px;
    }

    .home-header a:hover {
        background: #f8893a;
        color: #fff;
    }

    .headline .info-button,
    .info-button {
        margin: 10px auto;
    }

    .menu-bar-icon {
        display: none;
    }

    .navbar-brand img {
        width: 200px;   /* max 150px in header.blade */
        margin-bottom: 8px;
    }

    .navbar-nav .user-menu {
        position: absolute;
        top: 45px;
        left: unset;
        right: 0;
    }

    .header-seatrch-form {
        bottom: -82px;
        right: 0;
    }

    .navbar .navbar-nav .user-name {
        padding: 5px;
    }

    .related-videos p {
        font-size: 14px;
        text-align: center;
    }

     .playlist .img-wrap{
        width: 90%;
        margin-right: 0;
    }

    #seeMoreBtn {
        margin: 20px auto;
    }

    .video .pad15 {
        height: 100%;
    }

    .video-section .videos-list,
    .category .blog-section .blog-list {
        max-width: 100%;
        padding-left: 10px;
    }

    .video-list img {
        width: 120px;
        max-height: 90px;
        margin-right: 10px;
    }

//    .favorites-container h1 {
//        font-size: 18px;
//    }

    .chet-box-right {
        padding-left: 40px;
    }

    .playlist h2,
    .notification p {
        font-size: 18px;
    }


    .info-button:hover+.info-box {
        position: absolute;
        opacity: 0;
        z-index: 0;
        right: 0;
        visibility: hidden;
    }

    .info-box.show {
        position: absolute;
        opacity: 1;
        z-index: 999999;
        top: 64px;
        right: 0;
        max-width: 100%;
    }

    .info-box .info-button.hide {
        display: initial;
    }

    .terms-c p {
        width: 100%;
        text-align: center;
        margin: 0 15px 10px;
    }

    .terms-c .orange-button-gradient {
        padding: 2px 20px !important;
        width: auto;
        outline: none;
        font-size: 16px !important;
    }

    .blog-post {
        margin: 10px 0 0;
    }

    .manage-playlists .dropdown {
        width: 170px;
    }
    .other-coaches, .hide-section{
        display: none;
    }
}

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

    .chat-box .chet-box-right div,
    .chat-box .chet-box-right a,
    .chat-box .chet-box-left div,
    .chat-box .chet-box-left a {
        word-break: break-all;
    }

    .coaches-section .col-8, .coaches-section .coach-categories
    {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .home-header a {
        padding: 3px 10px;
        width: 155px;
    }

    .container .grey-info {
        font-size: 10px;
        line-height: 2.5em;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .reply-button {
        font-size: 12px;
        line-height: 2em;
    }

}

.avatar-img-wrap {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
}

.avatar-img-wrap img {
    display: block;
    width: 100%;
}

@media only screen and (max-width : 500px) {
    #navbarSupportedContent ul {
        height: calc(100vh - 137px);
    }
    
    body {
        padding-top: 66px;
    }

    p {
        font-size: 16px;
        line-height: 1.2em;
    }

    header>.container {
        padding: 0px;
    }

    .navbar {
        padding: .5rem .2rem;
    }

    .user-menu .py-3 {
        padding: 0 15px !important;
    }

    .user-menu .profile-img-wrap {
        max-width: 90px;
    }

    .profile-img-wrap {
        max-width: 115px;
    }

    .video-section .videos-list {
        padding: 0;
    }

    .home-header+.video-section .video-img:nth-child(odd),
    .main:not(.feed) .blog-section .blog-post:nth-child(odd) {
        padding-left: 0;
    }

    .home-header+.video-section .video-img:nth-child(even),
    .main:not(.feed) .blog-section .blog-post:nth-child(even) {
        padding-right: 0;
    }

    .category .video-section .video,
    .category .video-section .video .video-img {
        margin-bottom: 10px !important;
    }

    .avatar-img-wrap {
        min-width: 20px;
        max-width: 20px;
        height: 20px;
    }

    .avatar-img-wrap img {
        display: block;
        width: 100%;
    }

    .blog .author a{
        padding: 10px;
    }

    .blog .content .author-img{
        max-width: 65px;
        margin-right: 5px;
    }

    .blog-section h3 {
        margin-top: 10px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -13px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -10px;
    }

    .footer-logo img {
        max-width: 200px;
    }

    .favorites-container,
    .profile-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .login-modal input[type=text],
    .login-modal input[type=password],
    .chat-input input[type=text] {
        font-size: 18px;
        line-height: 24px;
    }

    .modal-body {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    input[type=checkbox] {
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

    .form-check-input {
        margin-top: .5rem;
        margin-left: -1rem;
    }

    .chat-container .round-lg {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .chat-container h3 {
        font-size: 16px;
    }

    .notification .avatar {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }

    .notification .avatar img {
        width: 30px;
        height: 30px;
    }

    .footer-social a i {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50px;
        margin: 0;
    }

    .user-info form {
        width: 100%;
    }

    .profile-container .follow-button {
        order: 1;
        width: 170px;
        text-align: center;
        display: block;
        font-size: 16px;
        margin: 10px auto;
    }

    .chat-container .chat-box-container {
        /* position: fixed; */
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        /* z-index: 99999; */
        z-index: 200;
        margin: 0;
        padding: 10px 0 0;
        background: white;
    }

    .chat-input {                           /* max w 575 */
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding: 10px 0;
        background: #fff;
    }

    .chat-box {
        height: calc(100vh - 180px);
        max-height: unset !important;
    }

    .comment-form {
        padding-left: 6px;
        padding-right: 10px;
    }

    .reply-form,
    .comment.reply {
        padding: 0 0 0 50px;
    }

    .container .navbar-expand-lg {
        padding: .8rem .2rem;
    }

    .comment-wrap .edit-comments {
        top: 0;
        right: 5px;
        display: flex;
        align-items: flex-end;
        font-size: 14px;
    }

    .reply .comment-wrap .edit-comments {
        right: 20px;
    }

    .reply .form-group .custom-button,
    .comment .form-group .custom-button {
        font-size: 14px;
        padding: 4px 15px;
        margin-bottom: 10px;
    }

    .modal-delete {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .about-us h2 {
        margin: 50px 0 40px;
    }

    .about-us .img-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }

    .manage-playlists {
        padding: 0 !important;
    }

    .manage-playlists .new-playlist-wrap {
        position: absolute;
        right: 10px;
    }

    .news #news-container .col-sm-6 {
        padding: 0 !important;
    }

    .video-img .video-overlay {
        width: 100%;
    }

    .video-section .videos-list>.row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width : 450px) {
    body {
        padding-top: 60px;
    }

    h1,
    .headline h1,
    .headline p {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .menu-icon.sidebar-mobile {
        display: none;
    }

    .sidebar-desktop {
        display: flex;
    }

    .sidebar-desktop img {
        width: 150px;
    }

    .coach img {
        margin-bottom: 5px;
    }

    .coach h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .coach h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .modal-open .modal {
        padding-right: 0 !important;
    }

    .headline p b:last-child {
        font-size: 29px;
    }

    .home-header a {
        font-size: 12px;
        width: 130px;
    }

    .container .navbar-expand-lg .navbar-brand {
        width: 150px;
        top: 4px;
    }

    .main:not(.feed):not(.category) .section:not(.video) .video-img:not(.saerch-img) .video-overlay {
        width: calc(100% - 10px);
    }

    .section.video {
        padding-top: 20px;
    }

    .navbar-brand {
        margin-right: 0.5rem;
    }

    .navbar-light .navbar-nav .mobile-hide {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link:not(.user-name),
    .navbar .user-menu-wrap .navigation-dropdown {
        font-size: 14px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar .navbar-nav .user-name {
        padding: 5px 0;
    }

    .header-search .fa-search {
        padding-top: 3px;
    }

    .coaches-side-link {
        min-width: 200px;
    }

    .footer-nav a {
        display: block;
    }

    .menu-bar-icons .menu-icon i {
        width: 40px;
        font-size: 20px;
    }

    .menu-bar-icons .menu-icon p {
        font-size: 11px;
    }

    .blog-section .col-sm-12,
    .category .blog-section .blog-list {
        padding: 0;
    }

    .commentAuthor,
    .commentText {
        margin-bottom: 0 !important;
    }

    .navbar-light .navbar-toggler-icon {
        font-size: 22px;
    }

    .login-modal .modal-content {
        min-height: 400px;
    }

    .reg-popup .modal-footer,
    .full-profile-popup .modal-footer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .reg-popup .modal-footer,
    .full-profile-popup .modal-footer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .reg-popup .modal-footer button,
    .full-profile-popup-popup .modal-footer button {
        max-width: 280px;
        width: 100%;
        padding: 2px 15px !important;
        margin: 0;
    }

    .reg-popup .modal-footer button.remove-no,
    .full-profile-popup .modal-footer button.remove-no {
        margin-bottom: 10px;
    }

    .comment-img-wrap {
        max-width: 40px;
        max-height: 40px;
    }

    .reply .comment-img-wrap {
        max-width: 30px;
        max-height: 30px;
    }

    .comment-wrap {
        flex: 0 0 calc(100% - 50px);
        margin-left: 10px;
    }

    .reply .comment-wrap {
        flex: 0 0 calc(100% - 40px);
    }

    .commentText,
    .show-replies {
        font-size: 14px;
    }

    .comment-wrap i {
        font-size: 14px;
    }

    .chat-box {
        padding: 20px 0 10px;
    }
    .chat-box {
        height: calc(100vh - 180px);    /* max w 428 iPhone13 Pro Max */
        max-height: unset !important;
    }

    .chat-box p,
    .chat-box .reply p {
        margin-bottom: 0 !important;
    }

    .chet-box-right {
        padding-left: 10px;
    }

    .chet-box-left {
        padding-right: 10px;
    }

    .chat-box-container {
        padding: 0;
    }

    .chat-container .chat-box .rounded-circle {
        width: 38px;
        height: 38px;
        padding: 1px;
        margin-right: 0;
    }

    .chat-container .chet-box-left .in-msg-title,
    .chat-container .chet-box-right .in-msg-title {
        font-size: 14px;
    }

    .chat-input .fa-paper-plane {
        font-size: 18px;
    }

    .user-menu,
    .user-menu a {
        font-size: 14px;
    }

    .user-menu i {
        margin-right: 2px;
        width: 18px;
    }

    .user-menu i+span {
        margin-right: 2px;
    }

    .orange-button-full {
        padding: 5px 0;
    }

    .menu-bar-icons {
        height: 70px;
        padding-top: 10px;
    }

    .menu-bar-icons i {
        font-size: 20px;
    }

    .menu-bar-icons p {
        font-size: 12px;
    }

    .menu-bar-icons .menu-icon p {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }

    .video-list ul li a div {
        padding: 0 10px;
    }

    .video-list ul li a,
    .video-list img {
        display: block !important;
        width: 100%;
        margin-bottom: 5px;
    }

    .video-list img {
        max-height: 180px;
    }

    .playlist ul li a {
        max-height: unset;
    }

    .video-list ul li {
        padding: 5px 10px;
    }

    .video-list ul .remove {
        font-size: 16px;
        right: -23px;
        top: -6px;
    }

    .friends a {
        flex: 1 1 120px;
        max-width: 130px;
        margin: 0 10px;
    }

    .friend-wrap {
        margin: 0 auto;
        width: 120px;
    }

    .friend-name {
        margin-bottom: 0;
    }

    .chat-input input[type=text] {
        font-size: 15px;
        line-height: 24px;
        padding: 6px 15px;
    }

    .headline .info-button,
    .info-button {
        margin: 5px auto;
    }

    .terms-c p {
        margin: 0 5px 10px;
        font-size: 14px;
    }

    #share-app.position-relative {
        position: unset !important;
    }

    .orange-button-full,
    .orange-button-gradient {
        font-size: 16px;
        padding: 5px 30px;
    }

    .about_wrapper .form-check-input {
        margin-right: 0.3rem;
    }

    .about_wrapper .form-check-inline {
        margin-right: .5rem;
    }

    .category .video-section {
        padding-top: 20px;
    }

    .category .video-section .col-sm-12, .category .video-section .col-12  {
        padding: 0;
    }

    .category .blog-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* .footer-about p {
        text-align: justify;
    } */

    footer {
        padding: 20px 0 0 0;
    }

    .footer-nav {
        padding: 0 0 15px;
    }

/*
    .footer-social a {
        margin: 0px 10px;
    }
*/

    .copyright {
        padding: 10px 0;
    }

    .copyright p {
        margin: 0;
    }

    .home-news-box {
        padding: 0px 35px 30px 20px;
    }  

    .blog-section {
        padding-top: 0px;
    }

    .shere-playlist #share-app .dropdown-menu {
        transform: translateX(-50%) !important;
        left: 50%;
        right: unset;
    }

    .about-us h1,
    .about-us h2 {
        font-size: 35px;

    }

    .about-us h2 {
        margin: 45px 0 35px;

    }

    .about-us h4 {
        font-size: 20px;

    }

    .blog .blog-container iframe {
        max-height: 250px !important;
    }

    .input-pill, .bootstrap-select .dropdown-toggle{
        height: 40px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .form-group.gender_wrapper {
        margin-bottom: 0;
    }
}

/* iPhone8 Plus - DESIGN TARGET                              */
/*                all display size changes should preserve   */
/*                this layout as much as possible            */
@media only screen and (max-width : 428px) {   /* iPhone8 Plus 414 */
    .navbar-brand img {
        margin-bottom: 0px;
    }
}

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

    .navbar-brand img {
        margin-bottom: 10px;
        margin-left: -10px;
    }

    
    .container .navbar-expand-lg .navbar-brand {
        top: 8px;
        width: 117px;
    }

    .blog-section .carousel-block {
        padding: 0 15px;
    }

    .video-content .video-title,
    .video-content .video-view {
        padding: 0;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .main-nav .navbar-brand {
        max-width: 170px;
    }

    .video-list img {
        max-height: 130px;
    }

    .video-section .video-img,
    .g-add,
    .blog-section .blog-post {
        margin: 0;
        padding: 5px !important;
    }

    .video-section .video-img{
        overflow: hidden;
        margin: 7px 0;
        padding: 0 5px !important;
    }
}

@media only screen and (max-width : 340px) {
    .login-modal .modal-header {
        padding: 0.5rem 1rem 0;
    }

    .menu-bar-icons .menu-icon p {
        font-size: 8px;
    }

    .main:not(.feed):not(.category) .section:not(.video) .video-img:not(.saerch-img) .video-overlay  {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        top: 5px;
    }

    .video-section .video-img,
    .g-add,
    .blog-section .blog-post {
        margin: 0;
        padding: 5px !important;
    }

    .reply .form-group .custom-button,
    .comment .form-group .custom-button {
        font-size: 12px;
        padding: 2px 8px;
    }
}

@media only screen and (max-height : 450px) {
    body {
        padding-top: 70px;
    }

    header {
        position: absolute;
    }

    .navbar-brand {
        margin-right: 0;
    }

    h1,
    .headline h1,
    .headline p {
        font-size: 28px;
    }

    h2 {
        font-size: 29px;
    }

    .chat-container h3 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
        line-height: 1.3em;
    }

    .carousel-item {
        max-height: 150px;
    }

    .section.friends-section {
        padding-top: 0;
    }

    .footer-logo img {
        max-width: 150px;
    }

    .menu-bar-icons {
        height: 40px;
        padding-top: 10px;
    }

    .menu-bar-icons i {
        font-size: 20px;
    }

    .menu-bar-icons p {
        font-size: 12px;
    }

    .menu-bar-icons .menu-icon p {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }

    .headline p {
        font-size: 28px;
    }

    .home-header a {
        font-size: 12px;
        padding: 5px 15px;
        width: 160px;
    }

    .user-menu .py-3 {
        padding-top: 0 !important;
    }

    .user-menu .mb-3 {
        margin-bottom: 0 !important;
    }

    .user-menu .dropdown-item {
        padding: 0 1.5rem;
    }

    .profile-img-wrap {
        max-width: 60px;
    }

    .home-news-box {
        max-width: 350px;
        margin: auto;
    }

    .home-news-box p {
        margin: 10px 0;
    }

    .blog-section h3,
    .blog-section p,
    .chat-container .chet-box-left .in-msg-title,
    .chat-container .chet-box-right .in-msg-title,
    footer p {
        font-size: 14px;
    }

    .playlist h2,
    .notification p {
        font-size: 16px;
    }

    .invite-wrap {
        max-width: 350px;
    }

    .orange-button-gradient {
        font-size: 16px;
        padding: 5px 30px;
    }

    .friends a {
        flex: 1 1 100px;
        max-width: 130px;
        margin: 0;
    }

    .friend-image {
        margin: 5px auto 5px auto;
    }

    .friend-wrap {
        margin: 0 auto;
        width: 100px;
    }

    .friend-name,
    .chat-box p,
    .chat-box .reply p,
    .chat-input {                               /* max h 450 */
        margin-bottom: 0 !important;
    }

    .chat-container {
        min-width: unset !important;
        margin: 0 auto;
    }

    .chat-box-container {
        min-width: 100% !important;
        position: fixed;
        z-index: 9999999;
        background: #fff;
        height: 100vh !important;
        top: 0;
        bottom: 0;
    }

/*    .chat-box {
        padding: 10px 5px;
        min-height: 100px !important;
        max-height: 260px !important;
    } */
    .chat-box {
        height: calc(100vh - 180px);
        max-height: unset !important;
    }

    .chat-container .round-lg {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .chat-container .chat-box img {
        width: 38px;
        height: 38px;
        padding: 1px;
        margin-right: 0;
    }

    .chet-box-right {
        padding-left: 10px;
        position: relative;
    }

    .chat-box p,
    .chat-box .reply p {
        padding: 8px 12px;
    }

    .chat-container .chat-box .in-msg-img {
        max-width: 200px;
    }

    .chat-input.mt-md-5 {
        margin-top: 1rem !important;
    }

    .chat-input .fa-paper-plane {
        font-size: 18px;
    }

    .chat-input input[type=text] {
        padding: 5px 10px;
        font-size: 14px;
    }

    .footer-nav {
        padding: 0px 10px;
    }

    .footer-nav a {
        font-size: 16px;
    }

/*
 .footer-social a i {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
*/
}

/* iPhone 8 Plus and smaller - landscape */
@media only screen and (max-height : 414px) {
    .menu-bar-icons {
        height: 70px;
    }
}

.only-on-desktop {
    visibility: visible;
}

@media only screen and (max-width: 600px) {
    .only-on-desktop {
        visibility: hidden;
    }

    .black-button {
        max-width: 150px;
    }
}

/* Payments */

#payment-history_items .payment-history_items_container {
    padding-right: 50px;
}

#payment-history_items .payment-history_items_numbers {
    color: #767676;
    font-size: 1.3rem;
    font-weight: bold;
}

#payment-history_items .payment-history_items_title {
    color: #939393;
}

#payment-history_items .payment-history_items_table tbody .payment-history_items_row td {
    border-top: 1px solid #EAEAEA;
    padding-top: 10px;
    font-size: 1.2rem;
}

#payment-history_items .payment-history_items_table tbody tr th {
    color:#828282;
    font-weight: bold;
    font-size: 1.5rem;
}

#payment-history_items .payment-history_items_default {
    padding: 0;
    font-size: 1rem;
    text-align: right;
    margin-bottom: 0;
    color: #C4C4C4;
}

#payment-history_items .payment-history_items_button {
    border: none;
    background: none;
    text-align: right;
    padding-right: 0;
    text-decoration: underline;
    color: #C4C4C4;
}

#payment-history_items .payment-history_items_form {
 text-align: right;
}

#payment-history_items .payment-history_items_button:focus {
    outline: none;
}

#payment-history_items .payment-history_items_delete {
    color: #eb5c5c;
    border: none;
    background: none;
    text-decoration: underline;
}

#payment-history_items .payment-history_items_delete:focus {
    outline: none;
}
th.w-30 {
    width: 33%;
}
th.w-70 {
    width: 66%;
}
@media only screen and (max-width: 400px) {
    .black-button {
        max-width: 125px;
        font-size: 13px;
    }
}

.text-black {
    color: black !important;
}

.svg-icon {
    display: inline-block;
    background-size: cover;
    width: 21px;
    height: 21px;
    cursor: pointer;
    margin-top: 6px;
    margin-left: 15px;
    margin-bottom: 7px;
    filter: brightness(1.2);
}
.svg-like {
    background-image: url("../img/videoicons/like-ico.svg");
}
.svg-later {
    background-image: url("../img/videoicons/watch-later-ico.svg");
}
.svg-favourite {
    background-image: url("../img/videoicons/favourites-ico.svg");
    width: 25px;
    height: 25px;
    margin-top: 4px;
}
.svg-add-playlist {
    background-image: url("../img/videoicons/add-playlist-ico.svg");
    width: 24px;
    height: 17px;
    margin-top: 10px;
}
.svg-forward {
    background-image: url("../img/videoicons/forward-ico.svg");
    width: 21px;
    height: 17px;
}
.svg-forward-o {
    background-image: url("../img/videoicons/forward-ico-o.svg");
    width: 21px;
    height: 17px;
}
.svg-rename {
    background-image: url("../img/videoicons/rename-ico.svg");
    width: 25px;
    height: 25px;
}

.filter-dropdown {
    margin-top: 5px;
}
.filter-dropdown .myButton {
    position: relative;
}
.filter-dropdown .myFont {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 100;
}
.filter-dropdown .myButton:before{
    position: absolute;
    right: 12px;
    top: 12px;
    bottom: 0;
    content: "\f0d7";
}

.filter-dropdown .myButton.active:before {
    color:#f88547;
}
.filter-dropdown .myButton:active,
.filter-dropdown .myButton:focus {
    outline: none;
}
.filter-dropdown .filter-form {
    min-width: 110px;
    display: none;
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    background: #f4f4f4;
    padding: 16px 0 16px 16px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.37);
}
.filter-dropdown .filter-form.show {
    display: block;
}
.filter-form select{
    border: none;
    background: transparent;
    color: #6d716e;
}
.filter-form select:focus,
.filter-form select:active {
    outline: none;
}
.filter-form select option:checked {
    border-radius: 5px;
    padding: 2px 6px;
}
.filter-form .input-group {
    padding-right: 16px;
    margin-bottom: 5px;
}
.filter-form .input-group input {
    width: calc(100% - 31px);
    border: 1px solid #e8eaeb;
    border-radius: 5px;
    padding: 2px 7px;
}
.filter-form .input-group input:focus,
.filter-form .input-group input:active {
    outline: none;
}
.filter-form .input-group span {
    color: #f88547;
}

@media screen and (max-width: 400px) {
    .svg-icon {
        margin-left: 2px !important;
    }
}

.svg-icon {
    display: inline-block;
    background-size: cover;
    width: 21px;
    height: 21px;
    cursor: pointer;
    margin-top: 6px;
    margin-left: 15px;
    margin-bottom: 7px;
    filter: brightness(1.2);
}
.svg-clicked {
    filter: invert(58%) sepia(80%) saturate(831%) hue-rotate(335deg) brightness(101%) contrast(93%)
}

@media screen and (min-width: 720px) {
    .svg-icon:hover {
        filter: invert(58%) sepia(80%) saturate(831%) hue-rotate(335deg) brightness(101%) contrast(93%)
    }
}

.svg-like {
    background-image: url("../img/videoicons/like-ico.svg");
}
.svg-later {
    background-image: url("../img/videoicons/watch-later-ico.svg");
}
.svg-favourite {
    background-image: url("../img/videoicons/favourites-ico.svg");
    width: 25px;
    height: 25px;
    margin-top: 4px;
}
.svg-add-playlist {
    background-image: url("../img/videoicons/add-playlist-ico.svg");
    width: 24px;
    height: 17px;
    margin-top: 10px;
}
.svg-forward {
    background-image: url("../img/videoicons/forward-ico.svg");
    width: 21px;
    height: 17px;
}
.svg-forward-o {
    background-image: url("../img/videoicons/forward-ico-o.svg");
    width: 21px;
    height: 17px;
}
th.w-30 {
    width: 33%;
}
th.w-70 {
    width: 66%;
}

.share-popup.playlist-share {
    position: absolute;
    width: 300px;
    left: -290px;
    top: 30px;
}

@media screen and (max-width:500px) {
    .respo-btn {
        font-size: .9rem;
    }
}

#sel-countries option:first-child::after,
#sel-sports option:first-child::after {
    content:"Remove";
    position: absolute;
    right: 10px;
    font-size: 15px;
    font-weight: bold;
}

/* NEW FILTER */
.filter-items {
    list-style: none;
    padding: 0 14px 0 0;
    margin: 0;
    max-height: 110px;
    overflow-y: auto;
    overflow-x: hidden;
}
.filter-items .filter-item {
    cursor: pointer;
    font-size: 16px;
    margin: 2px 0;
    user-select: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
}
.filter-items .filter-item.active {
    border-radius: 5px;
    padding: 1px 6px;
    background: #ccc;
}
.filter-items::-webkit-scrollbar {
  width: 3px;
}
.filter-items::-webkit-scrollbar-track {
  box-shadow:transparent;
  border-radius: 10px;
}
.filter-items::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

/* BURGER ICONS */
.member-icon {
    width: 25px !important;
    height: 25px;
    filter: invert(100%) sepia(4%) saturate(0%) hue-rotate(142deg) brightness(91%) contrast(73%);
    transition: ease-in-out 0.05s;
}
.member-icon.mob-icon {
    width: 21px !important;
    height: 21px;
    margin-right: 5px;
}
.favourite-icon {
    width: 25px !important;
    height: 25px;
    filter: brightness(131%);
    transition: ease-in-out 0.05s;
}
.favourite-icon.mob-icon {
    width: 21px !important;
    height: 21px;
    margin-right: 5px;
}
.playlist-icon {
    width: 25px !important;
    height: 22px;
    filter: brightness(131%);
    transition: ease-in-out 0.05s;
}
.playlist-icon.mob-icon {
    width: 21px !important;
    height: 17px;
    margin-right: 5px;
}
.watch-icon {
    width: 25px !important;
    height: 25px;
    filter: brightness(181%);
    transition: ease-in-out 0.05s;
}
.watch-icon.mob-icon {
    width: 21px !important;
    height: 21px;
    margin-right: 5px;
}
.menu-bar-icons .menu-icon:hover .member-icon {
    filter: invert(70%) sepia(20%) saturate(3912%) hue-rotate(332deg) brightness(97%) contrast(98%);
}
.menu-bar-icons .menu-icon:hover .favourite-icon,
.menu-bar-icons .menu-icon:hover .playlist-icon {
    filter: invert(103%) sepia(20%) saturate(3912%) hue-rotate(332deg) brightness(157%) contrast(98%);
}
.menu-bar-icons .menu-icon:hover .watch-icon {
    filter: invert(53%) sepia(20%) saturate(3912%) hue-rotate(332deg) brightness(117%) contrast(98%);
}
.filter-dropdown {
    margin-top: 5px;
}
.filter-dropdown .myButton {
    position: relative;
}
.filter-dropdown .myFont {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 100;
}
.filter-dropdown .myButton:before{
    position: absolute;
    right: 12px;
    top: 12px;
    bottom: 0;
    content: "\f0d7";
}

.filter-dropdown .myButton.active:before {
    color:#f88547;
}
.filter-dropdown .myButton:active,
.filter-dropdown .myButton:focus {
    outline: none;
}
.filter-dropdown .filter-form {
    min-width: 110px;
    display: none;
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    background: #f4f4f4;
    padding: 16px 0 16px 16px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.37);
}
.filter-dropdown .filter-form.show {
    display: block;
}
.filter-form select{
    border: none;
    background: transparent;
    color: #6d716e;
}
.filter-form select:focus,
.filter-form select:active {
    outline: none;
}
.filter-form select option:checked {
    border-radius: 5px;
    padding: 2px 6px;
}
.filter-form .input-group {
    padding-right: 16px;
    margin-bottom: 5px;
}
.filter-form .input-group input {
    width: calc(100% - 31px);
    border: 1px solid #e8eaeb;
    border-radius: 5px;
    padding: 2px 7px;
}
.filter-form .input-group input:focus,
.filter-form .input-group input:active {
    outline: none;
}
.filter-form .input-group span {
    color: #f88547;
}

#sel-countries option:first-child::after,
#sel-sports option:first-child::after {
    content:"Remove";
    position: absolute;
    right: 10px;
    font-size: 15px;
    font-weight: bold;
}

@media (max-width: 768px) {
    #payment-history_items .payment-history_items_container {
        padding-right: 0;
    }
}

@media (max-width: 500px) {
    #payment-history_items .payment-history_items_table tbody tr th {
        font-size: 12px;
    }

    #payment-history_items .payment-history_items_table tbody .payment-history_items_row td {
        font-size: 12px;
    }

    .payment-history_items_container .text-left {
        margin-bottom: 20px !important;
    }

    .payment-history_items_saved {
        margin-bottom: 20px !important;
    }
}

/* Manage your listings */

#manage-your-listings .manage-your-listings_title {
    color: #939393;
    margin-left: -15px;
}

#manage-your-listings .manage-your-listings_table  {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
}

#manage-your-listings .manage-your-listings_name,
#manage-your-listings .manage-your-listings_name a {
    color: #828282;
    font-weight: bold;
    font-size: 1.5rem;
}

#manage-your-listings .manage-your-listings_address {
    color: #939393;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 1.1rem;
}

#manage-your-listings .manage-your-listings_status {
    color: #828282;
    font-weight: bold;
    font-size: 1.3rem;
}

#manage-your-listings .manage-your-listings_status span {
    color: #939393;
    font-weight: normal; 
}

#manage-your-listings .manage-your-listings_btn_delete {
    color: #eb5c5c;
    border: none;
    background: none;
    text-decoration: underline;
    padding: 0;
    line-height: 2;
}

#manage-your-listings .manage-your-listings_btn_delete:focus {
    outline: none;
}

#manage-your-listings .manage-your-listings_btn_edit,
#manage-your-listings .manage-your-listings_btn_payment {
    border: none;
    background: none;
    text-decoration: underline !important;
    font-size: 1rem;
}

#manage-your-listings .manage-your-listings_registration_expires {
    font-size: 1rem;
}

.manage-your-listings_image-container img {
    object-fit: cover;
    width: 223px;
}

@media only screen and (max-width: 1024px) {
    #manage-your-listings .manage-your-listings_title {
        color: #939393;
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .manage-your-listings_image-container img:not(.avatar-img) {
        width: unset;
    }

    .manage-your-listings_image-container {
        text-align: center !important;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 400px) {
    #manage-your-listings .manage-your-listings_btn_delete {
        line-height: unset;
    }

   .manage-your-listings_registration_expires {
       padding-bottom: 0 !important;
   }
}

/* Fade */ 

.sidebar-box {
    max-height: 165px;
    position: relative;
    padding: 20px;
    overflow: hidden;
    display: block;
}

.fade-cont:after {
    position: absolute;
    bottom: 0;  
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top,
        rgb(229, 230,230) 0%, 
        rgba(255,255,255, 0) 60%
    );
    pointer-events: none; /* so the text is still selectable */
}


.sidebar-box .read-more { 
    position: absolute; 
    bottom: 0; left: 0;
    margin: 0; 
    width: 69%;
    text-align: center;
}

.sidebar-box .button {
    color: #F68A3C;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
 }

 @media only screen and (max-width: 768px) {
    .sidebar-box .read-more {
        width: 36%;
    }
 }

 @media only screen and (max-width: 500px) {
    .sidebar-box .read-more {
        width: 56%;
    }

    .sidebar-box {
        max-height: 129px;
    }
 }

/*  Home facility */
#home-facility .home-facility_container .home-facility_items .home-facility_container_image img {
    width: 165px;
    height: 145px;
    object-fit: cover;
}

#home-facility .home-facility_container .home-facility_items .home-facility_item_title {
    font-size: 20px;
    font-weight: bold;
    color: #101010;
}

#home-facility .home-facility_container .home-facility_items .home-facility_item_description,
#home-facility .home-facility_container .home-facility_items .home-facility_item_greey {
    font-size: 17px;
    font-weight: 400;
    color: #6D706E;
}

#home-facility .home-facility_container .home-facility_items i {
    background-color: white;
    border-radius: 50%;
    border: 1px solid #E7E8E7;
    padding: 17px;
    color: #F68C41;
}

#home-facility .home-facility_container .home-facility_items i.fa {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
}

#home-facility .home-facility_container .home-facility_items .home-facility_item_orange {
    font-size: 16px;
    color: #F58C41;
}

#home-facility .home-facility_direction {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#home-facility .home-facility_direction .home-facility_direction {
    font-size: 17px;
    font-weight: 400;
    color: #6D706E;
}

@media only screen and (max-width: 1024px) {
    #home-facility .mobile-facilities_button {
        display: block !important;
        text-align: right;
    }

    #home-facility .home-facility_item_description,
    #home-facility .home-facility_item_greey,
    #home-facility .home-facility_item_title {
        padding-left: 20px;
    }

 }

@media only screen and (max-width: 768px) {
    #home-facility .home-facility_item_description,
    #home-facility .home-facility_item_greey,
    #home-facility .home-facility_item_title {
        padding-left: 0;
    }

    #home-facility .mobile-facilities_button {
        text-align: left;
    }
}

@media only  screen and (max-width:500px) {
    #home-facility .mobile-facilities_button {
        display: block !important;
    }

    #home-facility .mobile-facilities_button .mobile-facilities_button_right {
        text-align: right;
    }
}

/* Search blade */
.search-facilities {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.search-facilities input[type="text"] {
    color: #8D908E;
    opacity: 1;
    padding-left: 10px !important;
}

.search-facilities input[type="text"]::placeholder  {
    color: #8D908E;
    padding-left: 10px !important;
}

.search-facilities .search-facilities_select {
    width: 30%;
}

.search-facilities .search-facilities_button {
    background: unset;
    border: none;
    font-size: 20px;
}

.search-facilities .search-facilities_button:focus,
.search-facilities .search-facilities_button:active {
    outline: none;
}

.search-facilities .search-facilities_button i {
    color:#F6893B;
}

.search-facilities .selectpicker {
   padding-right: 50px;
}

#home-facility .home-facility_container .home-facility_items .home-facility_item_description {
    min-height: 75px;
    min-width: 350px;
}

.search-facilities .bootstrap-select .dropdown-toggle {
    border-radius: 50px;
    height: 35px !important;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #ced4da !important;
}

.search-facilities .bootstrap-select .dropdown-toggle::before {
    content: "";
    width: 80px;
    height: 35px;
    background: unset;
    position: absolute;
    z-index: 0;
    right: 0;
}

.search-facilities .bootstrap-select .dropdown-toggle::after {
    margin-right: 2em;
    position: relative;
    z-index: 2;
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    color: black;
}

.search-facilities .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 200px !important;
}

.search-facilities .filter-option-inner-inner {
    font-size: 16px !important;
}

@media only  screen and (max-width:500px) {
    .search-facilities {
        display: block !important;
       
    }

    .search-facilities .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 306px !important;
    }

    .search-facilities .bootstrap-select .dropdown-toggle {
        border-radius: 50px;
        height: 37px !important;
        overflow: hidden;
        background: #fff !important;
        border: 1px solid #ced4da !important;
    }
    
    .search-facilities .bootstrap-select .dropdown-toggle::before {
        content: "";
        width: 80px;
        height: 35px;
        background: unset;
        position: absolute;
        z-index: 0;
        right: 0;
    }

    #home-facility .home-facility_container .home-facility_items .home-facility_container_image img {
        width: 85px;
        height: 80px;
        object-fit: cover;
    }

    .home-facility_items {
        position: relative;
        margin: 0 !important;
        padding: 0 !important;
    }

    #home-facility .home-facility_container .home-facility_items i {
        position:absolute;
        margin-top:-50px;
        margin-left:20px;
        padding: 5px;
    }


    #home-facility .home-facility_direction .home-facility_direction {
        font-size: 10px;
        align-items: flex-end !important;
        align-items: end !important;
        
    }

    .mobile_home-facility_direction {
        position: absolute;
        bottom: 15px;
        right: 0;
    }

    #home-facility .home-facility_container .home-facility_items .home-facility_item_description {
        min-height: 18px;
        min-width: unset;
    }

   .home-facility_direction {
       padding: 0 !important;
   }

   #home-facility .home-facility_container .home-facility_items .home-facility_item_description,
    #home-facility .home-facility_container .home-facility_items .home-facility_item_greey,
    .home-facility_direc,
    #home-facility .home-facility_container .home-facility_items .home-facility_item_orange {
        font-size: 14px;
    }

    #home-facility .home-facility_container .home-facility_items .home-facility_item_description {
        margin-bottom: 0;
    }

    .home-facility_direc {
        display: none;
    }

    .home-facility_item_title {
        padding-left: 10px !important;
    }

    .home-facility_item_description,
    .home-facility_item_greey {
        padding-left: 10px !important; 
    }

    .mobile-facilities_button {
        padding-bottom: 0 !important;
    }
}

/* Payment Form */

#mainForm select,
.payment-form-select-button,
#mainForm option {
    width: 100% !important;
    height: 40px !important;
    display: block;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1em;
    background: #ffffff !important;
    border: none !important;
    box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 10px;
}

#mainForm select:focus {
    outline: none;
}

.request-textarea {
    position: relative;
    top: 12px;
    left: 0;
    border: 1px solid #D4D4D4;
    border-radius: 6px;
}

.modal-question ::placeholder {
    padding-left: 15px;
    color: #D4D4D4;
  }

.request-textarea:focus {
    outline: none;
    border: 1px solid #E8E8E8;
}

.send-declination {
    position: relative;
    top: 17px;
}

.directory-pagination .pagination{
    justify-content: center;
}

.directory-pagination .pagination li {
    margin: 0 5px;
}

.cancel-declination {
    position: relative;
    top: -16px;
    right: -178px;
    margin-left: 30px;
    z-index: 999;
}

@media only  screen and (max-width:1024px) {
    .cancel-declination {
        position: relative;
        top: -16px;
        right: -97px !important;
        margin-left: 30px;
    }

    .request-textarea {
        width: 232px;
    }
}


@media only screen and (max-width: 768px) {
    .cancel-declination {
        position: relative;
        top: 10px;
        right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 10px !important;
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 500px) {
    .request-textarea {
        width: 90%;
    }
}

/* create 3 blade file */

#mainForm .small-currency  select {
    width: 40% !important;
    font-size: 15px;
}

#mainForm .small-currency option {
    font-size: 14px;
}

.payment-new-options .payment-new-options-label {
    display: block;
    font-size: 25px;
    color: rgb(93, 98, 95);
}

.image-contain {
    height: 360px;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 500px) {
    .image-contain {
        height: auto;
    }
}

/* NEW HOME FACILITY PAGE */

.new-facility-section {
    align-items: center;
}

.facility-tabs .nav-tabs .nav-item.show .nav-link, 
.facility-tabs .nav-tabs .nav-link.active {
    color: #F6893B;
    background-color: #E5E6E6;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #F6893B;
    font-weight: bold;
}

.facility-tabs .nav-tabs .nav-link:focus,
.facility-tabs .nav-tabs .nav-link:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #F6893B;
}

.facility-tabs .new-home-facility-title {
    padding-top: 20px;
    font-size: 37px;
    font-weight: bold;
    padding-bottom: 20px;
}

.facility-tabs .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.facility-tabs .input-pill, 
.facility-tabs .bootstrap-select .dropdown-toggle {
    border-radius: 50px;
    height: 40px;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #ced4da !important;
}

.facility-tabs .bootstrap-select .dropdown-toggle::after {
    margin-right: 2em;
    position: relative;
    z-index: 2;
    color: #fff;
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    display: none;
}

.facility-tabs .bootstrap-select .dropdown-toggle::before {
    content: "";
    width: 80px;
    height: 40px;
    background: #ffffffff;
    position: absolute;
    z-index: 0;
    right: 0;
}
 .facility-tabs .new-facility-button {
    padding: 5px 20px !important;
    background: #F68842;
    border: 2px solid #F68842;
    border-radius: 50px;
    width: auto;
    outline: none;
    font-size: 16px !important;
    color: #fff;
 }

 @media screen and (max-width: 1024px) {
     .gallery-facility .gallery-facility-grid img {
        width: 100%;
        object-fit: cover;
     }
 }

 

@media screen and (max-width: 500px){
	.facility-tabs .new-home-facility-title {
        font-size: 24px;
    }

    .facility-tabs .form-row {
        display: block;
        width: 100%;
    }
}

.directory-terms-conditions p span {
    font-weight: bold;
}

.directory-terms-conditions .directory-terms-condotions-uppercase {
    text-transform: uppercase;
}


.facility-carousel .carousel-control-next, 
.facility-carousel .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.facility-carousel .carousel-control-next-icon {
    display: block;
    position: relative;
    top: -7px;
    opacity: 1;
}

@media screen and (max-width: 1024px){
    .facility-carousel .carousel-inner {
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    .facility-carousel .carousel-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .facility-carousel .carousel-inner {
        height: auto;
    }
}

.facility-carousel .carousel-control-next-icon, 
.facility-carousel .carousel-control-prev-icon {
    width: 60px !important;
    height: 60px !important;
}

.important-notice {
    font-size: 12px;
}

.stripe-facility img {
    width: 200px;
}

@media screen and (max-width: 500px){
    .home-facility_item_phone {
        display: block;
    }

    .removed-padding {
        padding: 0;
    }

    .removed-padding input[type="checkbox"],
    .new-payment input[type="checkbox"] {
        width: 10px;
        height: 10px;
    }

    .padding-left {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .facility-carousel .carousel-item img {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .featured-time input[type="time"],
    .featured-time .time-feat {
        font-size: 10px;
    }
}

.mobile-facilities_button_right {
    padding-left: 50px;
}

@media only screen and (max-width: 1024px) {
    .mobile-facilities_button_right {
        text-align: left;
        padding-left: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-facilities_button_right {
        text-align: left;
        padding-left: 28px;
    }
}

@media only screen and (max-width: 500px) {
    .mobile-facilities_button_right {
        text-align: left !important;
        padding-left: 0;
    }
}

.website-properties {
    font-size: 15px;
    font-weight: bold;
}

@media only screen and (max-width: 400px) {
    .mobile-padding-style {
        margin: 0 !important;
        display: block;
        padding: 10px 0;
    }

    .mob-padd {
        padding: 0 !important;
        margin: 0 !important;
    }

    .website-properties {
        font-size: 17px;
    }
}

.removed-padding input[type="checkbox"] {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1.4);
    padding: 10px;
}

@media only screen and (max-width: 500px) {
    .removed-padding input[type="checkbox"] {
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        padding: 10px;
    }

    .removed-padding input[type="time"] {
        font-size: 12px;
    }

    .removed-padding .form-check-label {
        line-height: 38px;
        height: 38px;
        padding-left: 5px;
    }
}

.choose-sport-activity .form-control:focus {
    color: #495057;
    background-color: unset !important;
    border-color: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
    transition: unset !important;
}

.choose-sport-activity .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: unset;
    background-clip: unset;
    border: 1px solid #ced4da;
    border-radius: unset;
    transition: unset !important;
}


.choose-sport-activity select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.choose-sport-activity select {
    background: transparent;
}

@-moz-document url-prefix() {
    .choose-sport-activity select, 
    .choose-sport-activity select:-moz-focusring, 
    .choose-sport-activity select::-moz-focus-inner {
       color: transparent !important;
       text-shadow: 0 0 0 #000 !important;
       background-image: none !important;
       border:0;
    }
}

.choose-sport-activity select::-ms-expand {
    display: none;
}

.choose-sport-activity select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.new-payment  input[type="checkbox"] {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.6);
    padding: 10px;
}

.new-payment  input[type="checkbox"]:focus {
    outline: none !important;
}

#payment-form .form-check-label {
    line-height: 46px;
    height: 38px;
    vertical-align: middle;
    padding-left: 5px;
}

@media only screen and (max-width: 500px) {
    .mob-style {
        width: 100% !important;
    }

    .payment-new-options .w-75 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 320px) {
    .sidebar-box .read-more {
        width: 75%;
    }
}

@media only screen and (max-width: 1100px) {
    .facility-carousel .carousel-item img {
        width: 615px;
        height: 600px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 768px) {
    .facility-carousel .carousel-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .facility-carousel .carousel-inner {
        position: relative;
        width: 100%;
        height: 38vh;
    }
}

@media only screen and (max-width: 500px) {
    .facility-carousel .carousel-inner {
        position: relative;
        width: 100%;
        height: 27vh;
    }
}

.sport-cover .sport-cover-img {
    position: relative;
}

.sport-cover .sport-cover-title {
    position: absolute;
    left: 12%;
    top: 36%;
    text-align: center;
}

.sport-cover .sport-cover-title h1 {
    font-weight: 900;
    font-size: 53px;
    color: #5d625f;
}

.sport-cover-icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
    .sport-cover .sport-cover-title {
        position: absolute;
        left: 9%;
        top: 26%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .sport-cover-icon {
        width: 40px !important;
        height: 40px !important;
        object-fit: cover !important;
    }

    .sport-cover .sport-cover-title {
        position: absolute;
        left: 10%;
        top: 17%;
    }

    .sport-cover .sport-cover-title h1 {
        font-size: 31px;
    }
}

@media only screen and (max-width: 500px) {
    .sport-cover-icon {
        width: 25px !important;
        height: 25px !important;
        object-fit: cover !important;
    }

    .sport-cover .sport-cover-title h1 {
        font-size: 15px;
        padding: 0;
    }

    .sport-cover .sport-cover-title {
        left: 9%;
        top: 12%;
    }
}

@media only screen and (max-width: 320px) {
    .sport-cover .sport-cover-title {
        left: 32%;
    }
}

.create-price-info {
    margin-right: 20px;
}

@media only screen and (max-width: 1200px) {
    .create-price-info {
        margin-right: 15px;
    }
}


@media only screen and (max-width: 1050px) {
    .create-price-info {
        margin-right: 10px;
    }
}


@media only screen and (max-width: 768px) {
    .create-price-info {
        margin-right: 0;
    }
}

.new-facility-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.new-facility-section .locations {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: unset;
    background-clip: unset;
    border: 1px solid #ced4da;
    border-radius: unset;
    transition: unset !important;
    padding-right: 100px;
}

.new-facility-section .wrapper i{
    cursor: pointer;
    display: none;
    position: absolute;
    top: 12px;
    right: 23px;
}

.new-facility-section .wrapper-sport i {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 12px;
    right: 23px;
}

.new-facility-section .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.new-facility-section .select2-search__field {
    width: 100%;
}

.sport-cover .sport-cover-img {
    position: relative;
}

.sport-cover .sport-cover-title {
    position: absolute;
    left: 12%;
    top: 36%;
    text-align: center;
}

.sport-cover .sport-cover-title h1 {
    font-weight: 900;
    font-size: 53px;
    color: #5d625f;
}

.sport-cover-icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
    .sport-cover .sport-cover-title {
        position: absolute;
        left: 9%;
        top: 26%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .sport-cover-icon {
        width: 40px !important;
        height: 40px !important;
        object-fit: cover !important;
    }

    .sport-cover .sport-cover-title {
        position: absolute;
        left: 10%;
        top: 17%;
    }

    .sport-cover .sport-cover-title h1 {
        font-size: 31px;
    }
}

@media only screen and (max-width: 500px) {
    .sport-cover-icon {
        width: 25px !important;
        height: 25px !important;
        object-fit: cover !important;
    }

    .sport-cover .sport-cover-title h1 {
        font-size: 15px;
        padding: 0;
    }

    .sport-cover .sport-cover-title {
        left: 9%;
        top: 12%;
    }

}

@media only screen and (max-width: 320px) {
    .sport-cover .sport-cover-title {
        left: 32%;
    }
}

.wrapper-sport {
    position: relative;
}

.wrapper-sport .ms-drop input[type="radio"],
.wrapper-sport .ms-drop input[type="checkbox"],
.choose-sport-activity .wrapper .ms-drop input[type="radio"],
.choose-sport-activity .wrapper .ms-drop input[type="checkbox"] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    appearance: none;
    border: none;
    visibility: hidden;
}


.wrapper-sport .ms-drop ul>li label,
.choose-sport-activity .wrapper .ms-drop ul>li label {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

.wrapper-sport .ms-choice,
.choose-sport-activity .wrapper .ms-choice {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 38px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-color: #fff;
}

.wrapper-sport .ms-choice>div.icon-close:before,
.choose-sport-activity .wrapper .ms-choice>div.icon-close:before {
    content: '×';
    color: #888;
    font-weight: bold;
    position: absolute;
    top: 36%;
    margin-top: -14px;
}

.wrapper-sport button:focus,
.wrapper-sport input[type="checkbox" i]:focus,
.choose-sport-activity .wrapper button:focus,
.choose-sport-activity .wrapper input[type="checkbox" i]:focus {
    outline: none !important;
}

.new-landing-section {
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.new-landing-section-title {
    color: #747474;
    font-size: 43px;
    font-weight: bold;
}

.orange-landing-title {
    color: #F6893B;
}

.new-landing-section ul {
    list-style: none;
}

.new-landing-section ul li {
    font-size: 18px;
    margin-bottom: 1rem;
	list-style-type: none;
	padding: .25em 0 0 2.5em;
    position: relative;
    color: #747474;
}

.new-landing-section ul li:before {
    content: '\2713';
    color: #F6893B;
    display: block;
    position: absolute;
    left: .5em;
    top: 40%;
    margin-top: -.5em;
}

.landing-page-list {
    border-top: 1px solid #EAEAEA;
    padding-top: 40px;
    padding-left: 0;
    margin-top: 40px;
}

.new-landing-section-title-mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .new-landing-section .item-1 {
        display: none;
    }

    .new-landing-section {
        padding-top: 20px;
        padding-bottom: 20px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .new-landing-section-title-mobile {
        display: block;
        font-size: 23px;
        font-weight: bold;
        padding-bottom: 20px;
        border-bottom: 1px solid #EAEAEA;
    }


    .new-landing-section .item-3 {
        order: -2;
    }

    .gallery-facility-grid {
        padding-top: 20px;
    }

    .landing-page-list {
        border: none;
        margin-top: 0;
        padding-top: 20px;
    }
}


@media only screen and (max-width: 768px) {
    body .uwy .uai {
        position: fixed!important;
        filter: none!important;
        cursor: pointer;
        background: #003d68!important;
        border-radius: 50%!important;
        padding: 3px;
        transition: .1s;
        display: inline-block;
        width: 26px !important;
        height: 26px !important;
        min-width: 26px !important;
        min-height: 26px !important;
        max-width: 26px !important;
        max-height: 26px !important;
        box-sizing: content-box!important;
    }

    body .uwy .uai {
        margin: 0 auto;
        text-align: center;
    }

    body .uwy .uai img {
        display: block;
        height: 25px !important;
        width: 25px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    body .uhi .uhw img {
        display: block;
        height: 12px !important;
        width: 12px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    body .uwy.userway_p3 .uai {
        top: auto;
        left: auto;
        bottom: 55px !important;
        right: 5px !important;
    }
}

.image-upload input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 53px;
    margin: 0;
    border-right: 0;
}

.image-upload #card {
    margin: auto;
    display: block;
    position: absolute;
    left: 90.5%;
}

.image-upload #button {
    color: transparent;
}

.image-upload #button::-webkit-file-upload-button {
    visibility: hidden;
}

.image-upload #button::before {
    content: 'Update your image';
    color: rgb(93,98,95);
    display: inline-block;
    background:  lightgrey;
    padding: 14px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

.image-upload #button:hover::before {
    background-color: lightgray;
}

.image-upload #button:focus {
    outline: none;
}

@media only screen and (max-width: 1300px) {
    .image-upload #card {
        margin: auto;
        display: block;
        position: absolute;
        left: 88.5%;
    }
}

@media only screen and (max-width: 1300px) {
    .image-upload #card {
        margin: auto;
        display: block;
        position: absolute;
        left: 88.5%;
    }
}

@media only screen and (max-width: 1000px) {
    .image-upload #card {
        margin: auto;
        display: block;
        position: absolute;
        left: 93%;
    }
}

@media only screen and (max-width: 768px) {
    .image-upload #card {
        margin: auto;
        display: block;
        position: absolute;
        left: 93%;
    }
}

@media only screen and (max-width: 500px) {
    .image-upload #card {
        margin: auto;
        display: block;
        position: absolute;
        left: 83%;
        height: 45px;
    }

    .image-upload input {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 45px;
        margin: 0;
        border: 1px solid #ced4da;
        border-right: 0;
    }

    .image-upload #button::before {
        content: 'Update your image';
        color: rgb(93,98,95);
        display: inline-block;
        background: lightgrey;
        padding: 14px;
        cursor: pointer;
        font-weight: 700;
        font-size: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .image-upload #card {
        margin: auto;
        display: block;
        position: absolute;
        left: 83%;
        height: 45px;
    }
}

@media only screen and (max-width: 1900px) {
    .facility-carousel .carousel-inner {
        position: relative;
        /* height: 52vh; */
        width: 100%;
    }

    .facility-carousel .carousel-item img {
        object-fit: cover;
        width: 100%;
        height: 50vh;
    }
}

@media only screen and (max-width: 1024px) {
    .facility-carousel .carousel-item img {
        width: 625px;
        height: 400px;
        object-fit: cover;
    }

    .facility-carousel .carousel-inner {
        position: relative;
        /* width: 970px; */
        height: 34vh;
    }
}

@media only screen and (max-width: 768px) {
    .facility-carousel .carousel-item img {
        width: 100% !important;
        height: auto;
    }

    .facility-carousel .carousel-inner {
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .facility-carousel .carousel-inner {
        height: auto;
    }

    .facility-carousel .carousel-item img {
        width: 100% !important;
        height: 32vh;
    }
}

.other-image-upload input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 53px;
    margin: 0;
    border-right: 0;
}

.other-image-upload #other-card {
    margin: auto;
    display: block;
    position: absolute;
    left: 90.5%;
}

.other-image-upload .other-button {
    color: transparent;
}

.other-image-upload .other-button::-webkit-file-upload-button {
    visibility: hidden;
}

.other-image-upload .other-button::before {
    content: 'Update your image';
    color: rgb(93,98,95);
    display: inline-block;
    background:  lightgrey;
    padding: 14px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

.other-image-upload .other-button:hover::before {
    background-color: lightgray;
}

.other-image-upload .other-button:focus {
    outline: none;
}

@media only screen and (max-width: 1300px) {
    .other-image-upload #other-card {
        margin: auto;
        display: block;
        position: absolute;
        left: 88.5%;
    }
}

@media only screen and (max-width: 1300px) {
    .other-image-upload #other-card {
        margin: auto;
        display: block;
        position: absolute;
        left: 88.5%;
    }
}

@media only screen and (max-width: 1000px) {
    .other-image-upload #other-card {
        margin: auto;
        display: block;
        position: absolute;
        left: 93%;
    }
}

@media only screen and (max-width: 768px) {
    .other-image-upload #other-card {
        margin: auto;
        display: block;
        position: absolute;
        left: 93%;
    }
}

@media only screen and (max-width: 500px) {
    .other-image-upload #other-card {
        margin: auto;
        display: block;
        position: absolute;
        left: 83%;
        height: 45px;
    }

    .other-image-upload input {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 45px;
        margin: 0;
        border: 1px solid #ced4da;
        border-right: 0;
    }

    .other-image-upload .other-button::before {
        content: 'Update your image';
        color: rgb(93,98,95);
        display: inline-block;
        background: lightgrey;
        padding: 14px;
        cursor: pointer;
        font-weight: 700;
        font-size: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .other-image-upload #other-card {
        margin: auto;
        display: block;
        position: absolute;
        left: 83%;
        height: 45px;
    }
}

.blog-section-table-new .content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 1500px) {
    #home-facility .home-facility_container .home-facility_items .home-facility_item_description {
        min-height: 75px;
        min-width: 200px;
        padding-left: 15px;
    }

    #home-facility .home-facility_container .home-facility_items .home-facility_item_title {
        padding-left: 15px;
    }

    .home-facility_item_greey {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 1200px) {
    #home-facility .home-facility_container .home-facility_items .home-facility_item_description {
        min-height: 75px;
        min-width: 200px;
        padding-left: 15px;
    }

    #home-facility .home-facility_container .home-facility_items .home-facility_item_title {
        padding-left: 15px;
    }

    .home-facility_item_greey {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .home-facility_direc {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .home-facility_items {
        justify-content: start !important;
    }
}

.dropdown-item-topics {
    text-transform: capitalize;
}

.dropdown-menu{
    max-height: 500px;
    overflow-y: auto;
}
@media only screen and (max-width: 1500px) {
    #home-facility .home-facility_container .home-facility_items .home-facility_item_description {
        min-height: 75px;
        min-width: 200px;
        padding-left: 15px;
    }

    #home-facility .home-facility_container .home-facility_items .home-facility_item_title {
        padding-left: 15px;
    }

    .home-facility_item_greey {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 1200px) {
    #home-facility .home-facility_container .home-facility_items .home-facility_item_description {
        min-height: 75px;
        min-width: 200px;
        padding-left: 15px;
    }

    #home-facility .home-facility_container .home-facility_items .home-facility_item_title {
        padding-left: 15px;
    }

    .home-facility_item_greey {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .home-facility_direc {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .home-facility_items {
        justify-content: start !important;
    }
}

.board-of-directors-img {
    border-radius: 50%;
}

.dropdown-item-topics {
    text-transform: capitalize;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 50px;
    height: 50px;
    margin-top: -0.5em;

    border: 15px solid #F68842;
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* English-Premier-Leauge-Quiz-soccer */
#soccer-quiz {
    padding-left: 90px;
    background: #fbfbfb;
}

#soccer-quiz .container-d {
    position: relative;
    width: 100%;
    height: 1000px;
}

#soccer-quiz .card-d {
    position: absolute;
    top: 0;
    left: 0;
    background: #fbfbfb;
    width: 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#soccer-quiz .image {
    width: 100%;
    height: 742px;
    overflow: hidden;
}

#soccer-quiz .image img {
    width: 100%;
    height: 100%;
}

#soccer-quiz .detail {
    padding: 15px 20px;
    position: relative;
    display: flex;
    align-items: center;
}

#soccer-quiz .detail h3 {
    font-size: 15px;
    margin: 0;
}

#soccer-quiz .detail i {
    font-size: 10px;
    margin-bottom: 5px;
    color: #fc686d;
}

#soccer-quiz .detail p,
#soccer-quiz .detail ul li {
    font-size: 18px;
    font-weight: 600;
    color: rgb(93, 98, 95);
    margin: 0;
    font-style: italic;
}

#soccer-quiz .detail ul li {
    list-style: none;
}

#soccer-quiz .detail ul {
    padding-left: 20px;
}

#soccer-quiz .next-d {
    font-size: 20px;
    cursor: pointer;
    align-self: end;
}

#soccer-quiz .next-d span,
#soccer-quiz .next-d span a {
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px !important;
    background: #F68842;
    border: 2px solid #F68842;
    border-radius: 50px;
    width: 218px;
    outline: none;
    font-size: 49px !important;
    color: #fff;
}

#soccer-quiz .card-d:nth-child(1) {
    z-index: 10;
    top: 0px;
    opacity: 1;
}

#soccer-quiz .card-d:nth-child(2) {
    z-index: 9;
    top: 0;
    opacity: 0.9;
}

#soccer-quiz .card-d:nth-child(3) {
    z-index: 8;
    top: 0;
    opacity: 0.8;
}

#soccer-quiz .card-d:nth-child(4) {
    z-index: 7;
    top: 0;
    opacity: 0.7;
}

#soccer-quiz .card-d:nth-child(5) {
    z-index: 6;
    top: 0;
    opacity: 0.6;
}

#soccer-quiz .card-d:last-child {
    opacity: 0;
}

#soccer-quiz .big-orange-questionmark .fa-question {
    color: #F68842;
    font-size: 60px
}

#soccer-quiz .soccer-question {
    max-width: 820px;
    padding-left: 20px;
    padding-right: 50px;
}

#soccer-quiz .next-d .soccer-free-training-btn {
    width: 100% !important;
    height: unset !important;
}

#soccer-quiz .next-d .soccer-free-training-btn a {
    font-size: 30px !important;
    width: 100% !important;
    height: unset !important;
}

@media only screen and (max-width: 1400px) {
    #soccer-quiz .image {
        width: 100%;
        height: 678px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1300px) {
    #soccer-quiz .image {
        width: 100%;
        height: 614px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1200px) {
    #soccer-quiz .image {
        width: 100%;
        height: 518px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1100px) {
    #soccer-quiz .image {
        width: 100%;
        height: 518px;
        overflow: hidden;
    }

    #soccer-quiz .detail p {
        font-size: 16px;
    }

    #soccer-quiz .next-d span,
    #soccer-quiz .next-d span a {
        width: 195px;
        font-size: 38px !important;
        height: 58px;
    }
}

@media only screen and (max-width: 1050px) {
    #soccer-quiz .image {
        width: 100%;
        height: 489px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1000px) {
    #soccer-quiz .image {
        width: 100%;
        height: 458px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1024px) {
    #soccer-quiz .container-d {
        position: relative;
        width: 100%;
        height: 738px;
    }
}

@media only screen and (max-width: 950px) {
    #soccer-quiz .image {
        width: 100%;
        height: 532px;
        overflow: hidden;
    }

    #soccer-quiz {
       padding-left: 0;
    }
}

@media only screen and (max-width: 750px) {
    #soccer-quiz .next-d span,
    #soccer-quiz .next-d span a {
        width: 175px;
        font-size: 38px !important;
        height: 54px;
    }
}

@media only screen and (max-width: 700px) {
    #soccer-quiz .image {
        width: 100%;
        height: 452px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 500px) {
    #soccer-quiz .image {
        width: 100%;
        height: 206px;
        overflow: hidden;
    }

    #soccer-quiz .detail {
        flex-wrap: wrap;
        flex-direction: row;
    }

    #soccer-quiz .next-d {
        order: 2;
        flex: 1 0 100%;
    }

    #soccer-quiz .soccer-question {
        padding-right: 0;
        order: 1;
        flex: 1 0 50%;
        padding-bottom: 20px;
    }

    #soccer-quiz .next-d span {
        width: 76%;
        margin: 0 auto;
    }

    #soccer-quiz .container-d {
        height: 630px;
    }

    .soccer-free-training-btn {
        width: 80%;
        margin: 0 auto;
    }

    #soccer-quiz .next-d .soccer-free-training-btn {
        width: 100%;
    }

    #soccer-quiz .next-d .soccer-free-training-btn a {
        height: unset !important;
        padding: 0 !important;
        text-align: center;
        font-size: 18px !important;
    }

    .soccer-question-last {
        padding-bottom: 40px !important;
    }
}

/* Certified Sportsedtv Coatches */

.sport-win {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

.sport-win h2 {
   font-size: 46px;
   font-weight: 600;
   text-align: center;
   color: #5d625f;
}

.sport-win-price {
    font-size: 46px;
    font-weight: 900;
    text-align: center;
    color: rgb(248, 137, 58);
}

.sport-win h3 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: #5d625f;
    font-style: italic;
    margin-bottom: 0;
}

.win-coach-name {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0;
}

.win-coach-position {
    text-align: center;
    font-style: italic;
}

.sport-win-box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.win-big-blue {
    width: 100%;
    background: url(../img/win-coach/learn-to-win-coaches.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    margin: 0 auto;
}

.learn-to-win {
    color: #ffffff;
    font-size: 85px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 40px;
    font-weight: 900;
}

.win-training {
    color: rgb(248, 137, 58);
    font-size: 38px;
    text-align: center;
    padding-top: 30px;
    font-weight: 400;
    padding-bottom: 20px;
}

.win-info {
    text-align: center;
    color: #ffffff;
    font-size: 29px;
    margin: 0;
    padding-bottom: 10px;
}

.win-btn {
    font-size: 26px;
    color: #fff;
    padding: 10px 30px;
    border: 2px solid #F68842;
    border-radius: 50px;
    text-align: center;
    background: #F68842;
    display: flex;
    width: 36%;
    margin: 0 auto;
    justify-content: center;
}

.win-btn:focus {
    outline: none;
}

.book-now-form .hidden {
    display:none;
}

.book-now-form {
    margin: 0 auto;
    padding-top: 30px;
}


@media only screen and (max-width: 1400px) {
    .win-btn {
        width: 44%;
    }
}

@media only screen and (max-width: 1200px) {
    .win-btn {
        width: 47%;
    }
}

@media only screen and (max-width: 1100px) {
    .win-btn {
        width: 53%;
    }
}

@media only screen and (max-width: 1050px) {
    .win-btn {
        width: 53%;
    }
}

@media only screen and (max-width: 1000px) {
    .sport-win-price {
        font-size: 37px;
    }

    .sport-win h3 {
        font-size: 27px;
    }

    .coach-wrapper {
        margin-right: 10px;
    }

    .learn-to-win {
        font-size: 58px;
        padding-top: 30px;
    }

    .win-training {
        font-size: 35px;
        padding-top: 19px;
        padding-bottom: 10px;
    }

    .win-info {
        font-size: 22px;
        padding-bottom: 7px;
    }

    .win-btn {
        width: 62%;
        font-size: 22px;
    }

    .win-big-blue {
        height: 454px;
    }

    .win-coach-name {
        font-size: 14px;
    }
}

@media only screen and (max-width: 950px) {
    .win-btn {
        width: 46%;
        font-size: 22px;
    }
}

@media only screen and (max-width: 750px) {
    .win-btn {
        width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    .win-btn {
        width: 50%;
    }

    .sport-win-price {
        font-size: 30px;
    }

    .sport-win h3 {
        font-size: 23px;
    }

    .learn-to-win {
        font-size: 47px;
        padding-top: 28px;
    }

    .win-training {
        font-size: 30px;
        padding-top: 7px;
        padding-bottom: 6px;
    }

    .win-btn {
        width: 56%;
    }

    .win-big-blue {
        height: 402px;
    }
}

@media only screen and (max-width: 500px) {
    .sport-win-price {
        font-size: 24px;
    }

    .sport-win {
        padding-bottom: 0px;
    }

    .sport-win h3 {
        font-size: 18px;
    }

    .sport-win-box {
        padding-top: 32px;
        padding-bottom: 19px;
    }

    .learn-to-win {
        font-size: 34px;
        padding-top: 28px;
    }

    .win-training {
        font-size: 27px;
        padding-top: 7px;
        padding-bottom: 6px;
    }

    .win-info {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .win-btn {
        width: 100%;
        padding: 0;
    }

    .win-big-blue {
        height: 372px;
    }
}

@media only screen and (max-width: 360px) {
    .win-btn {
        font-size: 18px;
    }
}

#bookNowForm select,
#bookNowForm option {
    display: block;
    font-family: sans-serif;
    margin: 0;
    font-size: 1em;
    background: rgb(251, 251, 251) !important;
    box-shadow: 0 7px 14px 0 rgb(49 49 93 / 10%), 0 3px 6px 0 rgb(0 0 0 / 8%);
    border-radius: 50px;
    height: 55px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.select-win {
    width: 37%;
}

.win-terms {
    font-size: 30px;
}

.win-tc h3 {
    font-weight: 900;
    font-size: 23px;
}

.win-tc-style {
    color: rgb(248, 137, 58);
    position: cursor;
}

.book-personal-training-payment {
    font-size: 22px;
    color: #F6893B;
    text-align: center
}

.win-learn-title {
    font-size: 18px;
}

@media only screen and (max-width: 500px) {
    .select-win {
        width: 100%;
    }

    .select-win .input-pill {
        height: 40px !important;
        font-size: 16px;
    }

    .timezone-d .input-pill {
        height: 40px !important;
        font-size: 16px;
    }

    .timezone-d label,
    .select-win {
        font-size: 16px;
    }
}

.feed h1, .feed .bigger{
    font-size: 44px;
}

.feed h2{
    font-size: 36px;
}

.feed .blog-post {
    flex: 0 0 280px;
}

@media only screen and (max-width: 500px) {
    .feed .blog-post {
        flex: 0 0 130px;
    }
}

.feed .blog-post p{
    font-size: 18px;
    line-height: 1.3em;
}

.feed .other-users {
    opacity: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    padding: 12px 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: all 0.3s linear;
    max-height: 170px;
    width: 100%;
    overflow-y: auto;
}

.feed .show-more-users-interaced{
    cursor: pointer;
}

.feed .show-more-users-interaced:hover + .other-users,
.feed .other-users:hover {
    opacity: 1;
    z-index: 999999999;
}

.feed .other-users > div {
    cursor: pointer;
    width: 100%;
    padding: .25rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: all 0.2s;
}

.feed .other-users > div:hover {
    color: #F68842;
    text-decoration: none;
    background-color: #f8f9fa;
}

.feed .other-users > div:hover a {
    color: #F68842;
    text-decoration: none;
}

.feed .other-users .other-users-txt{
    line-height: 1.2em;
    width: calc(100% - 40px);
    white-space: initial;
}

.feed .other-users  .circle-img-wrap{
    flex: 0 0 30px;
    margin-right: 5px;
}

.feed .other-users .circle-img {
    max-width: 22px;
}

.feed .other-users .circle-img figure {
    padding-bottom: 22px;
}

.feed .circle-img + span, .other-users b{
    text-transform: capitalize;
    margin-right: 5px;
}

@media only screen and (max-width: 768px){
    .feed h1, .feed .bigger {
        font-size: 30px;
    }

    .feed h2 {
        font-size: 24px;
    }

    .feed p {
        font-size: 16px;
        line-height: 1.3em;
    }

    .feed .other-users{
        position: unset;
        display: none;
    }

}
@media only screen and (max-width: 450px){
    .feed h1, .feed .bigger {
        font-size: 28px;
    }

    .feed .other-users {
        left: 0;
        right: 0;
        margin:0 auto;
    }
}

@media only screen and (max-height: 450px){
 .feed .blog-post p{
    font-size: 14px;
 }
}

@media only screen and (max-width: 4096px) {
    .feed-m .scrollable-wrap::-webkit-scrollbar-track,
    .feed-m .related-videos-row::-webkit-scrollbar-track,
    .feed-m .friend-list .friends-list-scroll::-webkit-scrollbar-track,
    .feed-m .chat-box::-webkit-scrollbar-track,
    .feed-m .favorites-container .playlist::-webkit-scrollbar-track,
    .feed-m .playlist-holder::-webkit-scrollbar-track

    .feed-m .scrollable-wrap::-moz-scrollbar-track,
    .feed-m .related-videos-row::-moz-scrollbar-track,
    .feed-m .friend-list .friends-list-scroll::-moz-scrollbar-track,
    .feed-m .chat-box::-moz-scrollbar-track,
    .feed-m .favorites-container .playlist::-moz-scrollbar-track,
    .feed-m .playlist-holder::-moz-scrollbar-track

    .feed-m .scrollable-wrap::-ms-scrollbar-track,
    .feed-m .related-videos-row::-ms-scrollbar-track,
    .feed-m .friend-list .friends-list-scroll::-ms-scrollbar-track,
    .feed-m .chat-box::-ms-scrollbar-track,
    .feed-m .favorites-container .playlist::-ms-scrollbar-track,
    .feed-m .playlist-holder::-ms-scrollbar-track

    .feed-m .scrollable-wrap::-o-scrollbar-track,
    .feed-m .related-videos-row::-o-scrollbar-track,
    .feed-m .friend-list .friends-list-scroll::-o-scrollbar-track,
    .feed-m .chat-box::-o-scrollbar-track,
    .feed-m .favorites-container .playlist::-o-scrollbar-track ,
    .feed-m .playlist-holder::-o-scrollbar-track{
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        background-color: transparent !important;
    }

    .feed-m ::-webkit-scrollbar {
        display: none;
    }

    .feed-m .scrollable-wrap {
        scrollbar-width: none;
    }

    .feed-m .blog-post p {
        font-size: 16px;
        line-height: 1.3em;
    }

    .my-sports-ed-tv-btn {
        padding: 5px 20px !important;
        background: #F68842;
        border: 2px solid #F68842;
        border-radius: 50px;
        width: auto;
        outline: none;
        font-size: 14px !important;
        color: #fff !important;
    }

    .feed-m .video-feed .video-img,
    .feed-m .video-feed .video-img>img {
        flex: 0 0 260px;
        height: 148px;
        margin: 5px;
    }

    .skills {
        width: 100%;
        max-width: 99%;
        padding-top: 20px;
        display: block;
    }

    .skill {
        padding-bottom: 10px;
    }

    .skill-bar {
        height: 3px;
        background: #cacaca;
        border-radius: 8px;
    }

    .skill-per {
        height: 3px;
        background-color: #888;
        width: 0;
        transition: 1s linear;
        position: relative;
    }

    .skill-per::before {
        content: attr(per);
        position: absolute;
        padding: 0px 4px;
        background-color: #777;
        color: #fff;
        font-size: 13px;
        top: -21px;
        right: 0;
        z-index:9;
        transform: translateX(50%);
    }

    .skill-per::after{
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #777;
        top: -10px;
        right: 0;
        transform: translateX(50%) rotate(45deg);
        border-radius: 2px;
    }

    .skill p {
        padding-top: 10px;
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media only screen and (max-width: 500px) {
    #navbarSupportedContent ul {
        height: calc(100vh - 142px);
        overflow: auto;
        z-index: 99999999999999999;
        padding: 0 14%;
    }

    .feed .blog-post {
        flex: 0 0 149px;
    }

    .feed-m .video-feed .video-img,
    .feed-m .video-feed .video-img>img {
        flex: 0 0 142px;
        height: 70px;
        margin: 5px;
    }

    .sidebar-desktop img {
        width: 122px;
        height: 40px;
    }

    .feed-m .scrollable-wrap-first {
        height: 341px;
    }

    .feed-m  .scrollable-wrap-second {
        height: 140px;
    }
}

@media only screen and (max-width: 450px) {
    .sidebar-desktop img {
        width: 85px !important;
        height: 25px;
        align-self: center;
    }
}

@media only screen and (max-width: 1024px) {
    .sport-cover-m {
       display: none;
    }
}

@media only screen and (max-width: 450px) {
    .article-width-m {
        width: 50%;
        padding-right: 10px;
        padding-left: 0 !important;
    }

    .article-wrap-m .article-content a h3 {
        font-size: 18px;
    }

    .blog .article-width-m .article-content {
        padding: 10px;
    }

    .blog .article-width-m .article-content p,
    .blog .article-width-m .article-content a {
        font-size: 15px;
    }

    .blog .article-width-m .article-img {
        min-height: 78px;
        height: 79px;
    }

    .padding-mobile-m {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 380px) {
    .my-sports-ed-tv-btn {
        width: 100%;
        display: block;
        text-align: center;
    }
}

.blog-my-free-membership {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .blog-my-free-membership {
        display: block;
    }

    .feed-m {
        display: flex;
        flex-flow: column;
    }

    .feed-m .feed-arrange-first {
       order: 1;
    }

   .feed-m .feed-arrange-second {
        order: 2;
    }

    .feed-arrange-third {
        order: 3;
    }

    .feed-arrange-fourth  {
        order: 4;
    }

    .feed-arrange-fifth {
        order: 5;
    }

    .feed-arrange-sixth {
        order: 6;
    }

    .feed-arrange-seventh {
        order: 7;
    }

    .feed-arrange-eighth {
        order: 8;
    }

    .blog-my-free-membership .my-sports-ed-tv-btn {
        justify-content: center;
        display: flex;
    }

    .blog-my-free-membership {
        width: 40%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .dark-section {
        background: #ffffff;
    }

    .padding-top-mobile-m {
        padding-top: 0;
    }

    .blog .article-navigation {
        border-top: none;
        border-bottom: none;
    }

    .article-navigation-m a,
    .article-navigation-m span {
        font-weight: 400 !important;
        font-size: 14px !important;
    }

    .article-navigation-m p {
        margin-right: 0 !important;
    }

//    .padding-top-mobile-m .categorie-title {
//        display: none;
//    }

    .category-back {
        padding: 15px 30px 0 20px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 500px) {
    .blog-my-free-membership {
        width: 70%;
    }

    .coaches-wrap-mobile {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .coaches-wrap-mobile .coach-name {
        font-size: 0.8rem;
    }
}

@media only screen and ((min-width: 769px) and (max-width: 4000px)) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }
}

@media only screen and (max-width: 1024px) {
    .orange-mobile-header-arrow i {
        color: rgb(246, 141, 66);
        font-size: 22px;
    }
}

.video-d {
    display: block;
}

.video-m {
    display: none;
}

.discover-ratings .video-m {
    display: flex;
    align-self: center;
}

.discover-ratings .rating-stars {
    display: flex;
    justify-content: center;
}

.discover-ratings .rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.discover-ratings .rating-stars ul > li.star {
    display: inline-block;
}

.discover-ratings .rating-stars ul > li.star > i.fas {
    color:#ccc;
    font-size: 20px;
    color: #ccc;
    margin-left: 0;
    cursor: pointer;
}

.discover-ratings .rating-stars ul > li.star.selected > i.fas {
    color:#FF912C;
}

.mobile-filters .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1.5rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: none !important;
}

#categoryFiltersContent, #SportCoachFilter, .mobile-filter-dropdown {
    max-height: 1000px;
    overflow: auto;
    position: absolute;
    border: 1px solid #F4F4F4;
    background: #fff;
    top: 50px !important;
    right: 0 !important;
    padding: 10px;
    height: 100vh;
    width: 100%;
}

#categoryFiltersContent .mobile-filters .navbar-nav .nav-link {
    font-size: 20px;
    padding-right: 0.5rem;
    padding-left: 0;
}

#categoryFiltersContent .mobile-filters .navbar-nav li {
    padding: 5px 0;
}

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

    .video-d {
        display: none;
    }

    .video-m {
        display: flex;
        align-self: center;
    }

    .clearfix {
        clear:both;
    }

    .success-box > div {
        vertical-align:top;
        display:inline-block;
        color:#888;
    }

    .rating-info {
        min-width: 150px;
    }

    .rating-stars {
        display: flex;
        justify-content: center;
    }

    .rating-stars ul {
        list-style-type:none;
        padding:0;
        -moz-user-select:none;
        -webkit-user-select:none;
    }

    .rating-stars ul > li.star {
        display:inline-block;
    }

    .rating-stars ul > li.star > i.fas {
        color:#ccc;
        font-size: 20px;
        color: #ccc;
        margin-left: 0;
        cursor: pointer;
    }

    .rating-stars ul > li.star.selected > i.fas {
        color:#FF912C;
    }

    .video-options {
        justify-content: space-between;
        width: 100%;
    }

    .rate-video-error,
    .rate-blog-error {
        color: #FF912C;
        font-size: 12px;
        min-width: 300px;
    }
}

@media only screen and (max-width: 375px) {
    .rate-video-error,
    .rate-blog-error {
        min-width: 270px;
    }

    .rating-info {
        min-width: 130px;
    }
}

@media only screen and (max-width: 320px) {
    .rate-video-error,
    .rate-blog-error {
        min-width: 200px;
    }

    .rating-info {
        min-width: 80px;
    }

    .category-back a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 4800px) {
    .navbar-nav-m {
        width: 93%;
/*        padding-top: 10px;  */
    }

    .navbar-nav-m a {
        font-size: 22px;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-nav-a_other li {
        padding-bottom: 15px;
    }

    .navbar-nav-a_other .my-sports-ed-tv-btn {
        width: 60%;
        display: block;
        text-align: center;
    }

    .header-form-warp-m {
        justify-content: center;
    }

    .header-form-warp-m input {
        width: 81%;
    }

    .navbar-toggler-warp-m .orange-mobile-header-arrow {
        padding-left: 22px;
    }

    .foundation-img {
        width: 104px;
    }

    .user-menu-m {
        top: 50px;
        right: 0;
        left: 0;
        position: fixed !important;
        height: 100%;
        width: 100%;
    }

    .user-menu-m .feed-menu-img-wrap {
       padding-left: 15px;
       margin: 0 auto;
    }

    .user-menu-m .category-back {
        align-items: center;
    }

    .user-menu-m .category-back a {
        width: 100%;
        display: flex;
    }

    .user-menu-m .profile-img-wrap {
        padding-top: 15px;
    }

    .user-menu-m .border-bottom {
        border: none !important;
    }

    .user-menu-m .feed-menu-options a {
        text-align: left;
        padding-left: 18px;
        text-align: left;
        width: 50%;
        margin: 0 auto;
    }

    .user-menu-m .my-playlist-wrapper {
        display: flex;
    }

    .user-menu-m .my-playlist-wrapper .playlist-icon {
        width: 25px !important;
        height: 19px;
        filter: none !important;
        transition: ease-in-out 0.05s;
    }

    .user-menu-m .my-playlist-wrapper p {
        margin: 0;
        padding-left: 5px;
        font-size: 20px;
    }

    .user-menu-m {
        max-height: unset !important;
        overflow-y: auto;
    }

    .user-name-warp-m {
        padding: 5px 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .user-menu-m .feed-menu-options a {
        width: 31%;
    }
}

@media only screen and (max-width: 500px) {
    .user-menu-m .feed-menu-options a {
        width: 50%;
    }
}

@media only screen and (max-width: 320px) {
    .user-menu-m .feed-menu-options a {
        width: 67%;
    }
}

@media only screen and (max-width: 500px) {
    .profile-container .profile-info .justify-content-between {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .mobile-user-sport-info .member-type,
    .mobile-user-basic-info p {
        font-weight: 900;
        margin: 0;
    }

    .mobile-user-sport-info .member-type span,
    .mobile-user-basic-info p span {
        font-weight: 400;
    }
}

@media only screen and (max-width: 320px) {
    .feed-menu-img-wrap img {
        width: 120px;
    }
}

@media only screen and (max-width: 1024px) {
    .form-group-m {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 500px) {
    .notification-container-m {
        padding-top: 20px;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .invite-friends-m {
        bottom: 6%;
        background: white;
        z-index: 999;
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 500px) {
    .friends a {
        flex: 1 1 38px;
        max-width: 89px;
        margin: 0 10px;
    }

    .friend-wrap {
        margin: 0 auto;
        width: 89px;
    }
}

@media only screen and (max-width: 375px) {
    .friends a {
        flex: 1 1 34px !important;
        max-width: 80px !important;
        margin: 0 10px;
    }

    .friend-wrap {
        margin: 0 auto;
        width: 89px !important;
    }
}

.user-playlist-m {
    display: none;
}

.user-playlist-d {
    display: block;
}

.favorites-container-m .shere-playlist #share-app .position-relative .dropdown-menu {
    position: absolute;
    top: 40px;
    left: 40%;
    transform: translateX(-33%) !important;
}

.favorites-container-m .avatar-img-wrap {
    min-width: unset !important;
    max-width: unset !important;
    height: 100% !important;
}

.favorites-container-m .shere-playlist .delete-button {
    cursor: pointer;
    color: #f8893a;
    transition: 0.4s;
    filter: brightness(1.2);
}

.favorites-container-m .video-list ul .remove {
    font-size: 16px;
    right: 0px;
    top: 0px;
    color: #f8893a;
    filter: brightness(1.2);
}

@media only screen and (min-width: 1365px) {
    .favorites-container-m .video-list ul .remove {
        width:100%;
        font-size: 16px;
        left:8px;
        top: 15px;
        color: #f8893a;
        filter: brightness(1.2);
    }
}

@media only screen and (max-width: 4000px) {
    .user-playlist-m {
        display: block;
    }

    .user-playlist-m img {
        width: 50px;
    }

    .user-playlist-d {
        display:block;
    }

    .favorites-container-m {
        margin-top:0 !important;
    }

    .favorites-container-m .shere-playlist .shere-container {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .favorites-container-m #share-app {
        margin: 0 auto;
    }

    .favorites-container-m .shere-playlist #share-app .position-relative .dropdown-menu {
        position: absolute;
        top: 40px;
        left: 40%;
        transform: translateX(-33%) !important;
    }

    .favorites-container-m .avatar-img-wrap {
        min-width: unset !important;
        max-width: unset !important;
        height: 50% !important;
    }

    .favorites-container-m .video-list ul li a div {
        padding: 0 2px;
    }
}

.slider-d {
    margin: 0 auto;
}

.slider-d .owl-item {
    width: 200px !important;
}

.folder-btn {
    background: #F68842;
    border: 2px solid #F68842;
    border-radius: 50px;
    width: auto;
    outline: none;
    font-size: 16px !important;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    width: 150px;
    display: block;
    text-align: center;
}

.slider-d .owl-nav {
    display: none;
}

.playlist-wrapper-d {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.manage-playlists .circle-img-wrap {
    height: 40px;
}

.manage-playlists .playlist-name {
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .playlist-wrapper-d {
        display: none;
    }

    .manage-playlists .category-back {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 500px) {
    .slider-d .owl-item {
        width: 150px !important;
    }

    .manage-playlists .avatar-name {
        font-size: 12px;
    }
}

.playlist-container .fa-folder {
    font-size: 4rem;
    font-weight: 400;
}

.folder-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.folder-item {
    display: block;
    text-align: center;
    margin-right: 10px;
    min-width: 137px;
    padding-bottom: 20px;
}

.folder-icon {
    background: #F4F4F4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.folder-item a {
    display: block;
    width: 100%;
}

.folder-icon i {
    font-size: 3rem;
}

@media only screen and (max-width: 500px) {
    .folder-wrapper {
        justify-content: center;
    }
}

@media only screen and (max-width: 375px) {
    .folder-btn {
        width: 104px;
    }
}

@media only screen and (max-width: 320px) {
    .folder-btn {
        width: 80px;
    }
}

.manage-playlists .owl-nav {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .row-videos-d {
        display: none;
    }

    .feed-arrange-second {
        padding-top: 0;
    }
}

.user-menu-m .dropdown-item {
    color: #4a4f52; /* #5d625f, was #212529 */
}

@media only screen and (max-width: 1024px) {
    .user-menu-m .dropdown-item {
        display: flex;
        width: 50%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 360px) {
    .user-menu-m .feed-menu-options a {
        width: 60%;
    }
}

.manage-playlists-video-title {
    width: 80%;
}

@media only screen and (max-width: 1024px) {
    .sub-nav nav ul {
        width: 100%;
        margin: 0 auto;
    }

    .rating-widget {
        width: 90%;
    }
}

.main-navbar {
    padding: 0;
}

@media only screen and (max-width: 500px) {
    .sub-nav nav ul {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .navbar-nav-m {
        width: 86%;
        padding-top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .unfriend-btn {
        display: flex;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 500px) {
    .unfriend-btn {
        display: block;
    }
}

@media only screen and (max-width: 320px) {
    .unfriend-btn .follow-button {
        width: 130px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .category-back span {
        padding-left: 20px;
    }

    .row-category-back {
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width: 500px) {
    .category-back span {
        padding-left: 0;
    }
    .row-category-back {
        width: 100%;
        justify-content: unset;
    }
}

@media only screen and (max-width: 1024px) {
    .menu-icon.sidebar-mobile {
        display: none;
    }

    .sidebar-desktop {
        display: flex;
    }

    .sidebar-desktop img {
        width: 85px !important;
        height: 25px;
        align-self: center;
    }

    .user-playlist-m img {
        width: 50px;
    }

    .user-playlists-short-description p {
        display: none;
    }

    .lista li {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 500px) {
    .lista li {
        width: 100%;
    }

    .user-playlist-m img {
        width: 30px;
    }
}

#about-us ul {
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .manage-playlists-video-title span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 360px) {
    .manage-playlists-video-title {
        width: 69%;
    }
}

.director {
    width: 300px;
    height: 300px;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 0.2);
    display: flex;
    flex-flow: column;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .director {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 500px) {
    .director {
        width: 100px;
        height: 190px;
    }
}

@media only screen and (max-width: 320px) {
    .director {
        width: 80px;
        height: 187px;
    }
}

@media only screen and (max-width: 1024px) {
    .user-menu-m .dropdown-item a {
        text-align: left !important;
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 380px) {
    .rating-info {
        min-width: 112px;
    }
}

@media only screen and (max-width: 330px) {
    .rating-info {
        min-width: 80px;
    }
}

@media only screen and (max-width: 500px) {
    .folder-item {
        margin-right: 0;
        margin-left: 10px;
    }

    .manage-playlists-video-title {
        width: 63%;
    }
}

@media only screen and (max-width: 380px) {
    .folder-btn {
        width: 100px;
    }
}

.navbar-nav-a_other-m {
    display: none;
}

@media only screen and (max-width: 4000px) {
    .mobile-filters {
        display: block;
    }

    .navbar-nav-a_other-m {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .text-center-m {
        text-align: left !important;
    }

    .user-menu-m .dropdown-item {
        width: 100% !important;
    }

    .user-menu-m .feed-menu-options a {
        font-size: 20px;
        display: flex;
        align-items: center;
    }

    .user-menu-m .feed-menu-options a i {
        padding-right: 10px;
    }

    .profile-menu-info-m {
        padding-left: 15px;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 500px) {
    .user-menu-m .feed-menu-options a {
        font-size: 16px;
    }

    .user-menu-m .my-playlist-wrapper p {
        font-size: 16px;
    }

    .user-menu-m .my-playlist-wrapper .playlist-icon {
        width: 21px !important;
        height: 15px;
    }

    .user-menu-m .feed-menu-options a i {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .facility-tabs .nav-tabs .nav-link {
        font-size: 13px;
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media only screen and (max-width: 1024px) {
    .facility-upload-video {
        justify-content: space-between;
        align-items: baseline;
    }

    .upload-btn .manage-your-listings_btn_edit {
        padding: 5px 20px !important;
        background: #F68842;
        border: 2px solid #F68842;
        border-radius: 50px;
        width: auto;
        outline: none;
        font-size: 16px !important;
        color: #fff;
    }
}

.upload-btn .manage-your-listings_btn_edit {
    padding: 5px 20px !important;
    background: #F68842;
    border: 2px solid #F68842;
    border-radius: 50px;
    width: auto;
    outline: none;
    font-size: 16px !important;
    color: #fff;
}

.discover-wrap .facility-upload-video {
    justify-content: space-between;
}

.discover-wrap .rating-widget #stars .star {
    list-style: none;
}

.discover-wrap .rating-widget #stars {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

.discover-wrap .rating-stars ul > li.star > i.far {
    font-size: 15px;
}

.discover-wrap .rating-stars {
    justify-content: flex-start;
}

.discover-tags {
    padding-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}

@media only screen and (max-width: 375px) {
    .facility-tabs .nav-tabs .nav-link {
        font-size: 12px;
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media only screen and (max-width: 360px) {
    .facility-tabs .nav-tabs .nav-link {
        font-size: 12px;
        padding-left: 4px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 320px) {
    .facility-tabs .nav-tabs .nav-link {
        font-size: 10px;
        padding-left: 4px;
        padding-right: 0;
    }
}

.watch-videos-m {
    display: block;
}

.discovery-m {
    display: block;
}

@media only screen and (max-width: 4800px) {
    .watch-videos-m {
        display: block;
    }

    .discover-mobile-nav ul {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        overflow: auto;
        max-height: 500px;
    }

    .discover-mobile-nav ul li {
        width: 100%;
    }

    .discover-mobile-nav ul a {
        font-weight: 500;
    }

    .discovery-m {
        display: none;
    }
}

.facility-carousel .carousel-item {
    max-height: 500px;
}

.facility-carousel .carousel-item img {
    width: 100%;
    height: 600px;
    /* object-fit: contain; */
}

@media only screen and (max-width: 4800px) {
    .facility-carousel .carousel-item img {
        width: 67%;
        height: 400px;
        /* object-fit: cover; */
    }
}

@media only screen and (max-width: 500px) {
    .facility-carousel .carousel-item img {
        height: 250px;
        width: 100%;
    }

    .discovery-facility-item-title {
        max-width: 180px;
        display: block;
    }
}


@media only screen and (max-width: 320px) {
    .discovery-facility-item-title {
        max-width: 120px;
    }
}

@media only screen and (max-width: 500px) {
    .video-info h1 {
        font-size: 19px;
    }
}

.average-rating .rating-stars-average {
    display: flex;
    justify-content: flex-end;
}

.average-rating .rating-stars-average ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    -webkit-user-select:none;
}

.average-rating .rating-stars-average ul > li.star-average {
    display:inline-block;
}

.average-rating .rating-stars-average ul > li.star-average > i.fas {
    font-size: 20px;
    color: #ccc;
    margin-left: 0;
    cursor: pointer;
}

.average-rating .rating-stars-average ul > li.star-average.selected > i.fas {
    color:#FF912C;
}

@media only screen and (max-width: 4800px) {
    .video-rating-and-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .average-rating, .discover-ratings .rating-stars {
        min-width: 250px;
    }
}

@media only screen and (max-width: 500px) {
    .average-rating .rating-stars-average ul > li.star-average > i.fas,
    .rating-widget .rating-stars ul > li.star > i.fas {
        font-size: 18px;
    }
}

@media only screen and (max-width: 320px) {
    .average-rating {
        min-width: 137px;
    }

    .average-rating .rating-stars-average ul > li.star-average > i.fas,
    .rating-widget .rating-stars ul > li.star > i.fas {
        font-size: 16px;
    }

    .average-success-box .rating-info-average span,
    .success-box .rating-info {
        font-size: 13px;
    }
}

@media only screen and (max-width: 4800px) {
    .header-seatrch-form {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 4800px) {
    .header-form-warp-m input {
        width: 62%;
    }
}

.blog .average-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog .average-rating .rating-stars-average ul > li.star-average > i.fas {
    font-size: 14px;
}

.blog-rating-widget {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog #average-stars {
    margin-bottom: 0;
}

.blog .average-rating .rating-stars-average {
    align-items: center;
}

.blog-rating-stars ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    -webkit-user-select:none;
    margin-bottom: 0;
}

.blog-rating-stars ul > li.blog-star {
    display:inline-block;
}
  
.blog-rating-stars ul > li.blog-star > i.fa {
    font-size: 18px;
    color:#ccc; 
}
  
.blog-rating-stars ul > li.blog-star.selected > i.fa {
    color:#FF912C;
}

.blog-rating-widget .success-box .text-message span,
.blog-rating-widget .success-box .text-message {
    align-self: center;
}

.blog-rating-widget .success-box .text-message {
    font-size: 12px;
    padding-left: 10px;
}

@media only screen and (max-width: 500px) {
    .blog-rating-widget {
        align-items: flex-end;
    }
}

#video-container .average-rating .rating-stars-average {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
}

#video-container .average-rating .rating-stars-average ul > li.star-average > i.fas {
    font-size: 14px;
}

#video-container .average-rating {
    padding-left: 10px; 
}

.video-min-height {
    min-height: 70px;
}

@media only screen and (max-width: 1024px) {
    .video-min-height {
        min-height: 48px;
    }
}

@media only screen and (max-width: 768px) {
    .video-min-height {
        min-height: 60px;
    }
}

@media only screen and (max-width: 500px) {
    #video-container .average-rating {
        flex-wrap: wrap;
    }

    #video-container .average-rating {
        min-width: unset !important;
    }

    #video-container .average-rating .rating-stars-average {
        flex-wrap: wrap;
    }

    #video-container .average-rating .rating-stars-average ul {
        margin-bottom: 0;
    }

    .video-min-height {
        min-height: 70px;
    }
}

.coming-soon-section {
    background-image: url(../img/play-background.png);
    background-size: cover;
    background-position: top;
    background-repeat: repeat;
    height: 100vh;
    width: 100vw;
}

.coming-soon-section h1 {
    font-weight: 900;
    font-size: 53px;
    color: #5d625f;
    text-align: center;
    text-transform: uppercase;
}

.coming-soon-play-icon {
    width: 40px;
}

.coming-soon-section .coming-soon-sports-logo {
    width: 350px;
    margin: 0 auto;
}

@media only screen and (max-width: 500px) {
    .coming-soon-section .coming-soon-sports-logo {
        width: 250px;
    }
}

@media only screen and (max-width: 1024px) {
    .coming-soon-section h1 {
        font-size: 40px;
    }
}

.modal-open .modal {
    z-index: 999999999999999999;
}

.dropdown-mobile.is-open .dropdown-container-mobile {
    display: block;
}

.dropdown-container-mobile a {
    display: block;
}

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

    .orange-mobile-header-arrow {
        color: #4a4f52;
    }

    #categoryFiltersContent .dropdown-item-topics {
        font-size: 20px;
        font-weight: 400;
    }

    #categoryFiltersContent .dropdown-item {
        padding: .25rem .5rem;
        min-width: unset;
        width: 100%;
        font-size: 20px;
        font-weight: 400;
    }
}
*/

.filter-dropdown-btn {
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    font-family: inherit;
    display: block;
    padding-right: 10px !important;
}

.filter-dropdown-btn::before {
    display: inline-block;
    content: "\25BC";
    font-size: 10px;
    position: absolute;
    right: 14%;
    transform: translate(50%, 50%);
    line-height: 9px;
}

.filter-dropdown-container {
    display: none;
}

.filter-dropdown.is-open .filter-dropdown-btn:before {
    transform: rotate(180deg);
    top: 30%;
    right: 9%;
    line-height: 13px;
}

.filter-dropdown.is-open .filter-dropdown-container {
    display: block;
}

.filter-dropdown-container  {
    display: block;
}

@media only screen and (max-width: 4000px) {
    .category-filters .navigation-dropdown .dropdown-toggle:after {
        display: none;
    }

    .filter-dropdown.is-open .filter-dropdown-btn:before {
        right: 0%;
        line-height: 14px;
    }

    .filter-dropdown-btn::before {
        right: 0%;
        line-height: 14px;
    }

    .filter-orange {
        color: rgb(246, 141, 66);
    }
}

.discover-category-list {
    list-style:none;
    margin-top:10px;
}

.discover-category-item {
    font-size:26px;
}

@media only screen and (min-width: 1024px) {
    .discover-category-list {
        margin-top:25px;
    }
    
    .discover-category-item {
        padding:15px;    
        font-size:40px;
    }
}

.volkl-style {
    padding-top: 59px;
    padding-bottom: 53px;
}

.volkl-wrap {
    border: 3px solid black;
}

@media only screen and (max-width: 1800px) {
    .volkl-style {
        padding-top: 51px;
        padding-bottom: 41px;
    }
}

@media only screen and (max-width: 1700px) {
    .volkl-style {
        padding-top: 36px;
        padding-bottom: 39px;
    }
}

@media only screen and (max-width: 1650px) {
    .volkl-style {
        padding-top: 29px;
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 1600px) {
    .volkl-style {
        padding-top: 18px;
        padding-bottom: 26px;
    }
}

@media only screen and (max-width: 1500px) {
    .volkl-style {
        padding-top: 18px;
        padding-bottom: 8px;
    }
}

@media only screen and (max-width: 1400px) {
    .volkl-wrap {
        padding-bottom: 1.9rem !important;
        padding-top: 3rem!important;
    }
}

@media only screen and (max-width: 1300px) {
    .volkl-wrap {
        padding-bottom: 1.1rem !important;
        padding-top: 1.3rem!important;
    }
}

@media only screen and (max-width: 1200px) {
    .volkl-wrap {
        padding-bottom: 1.1rem !important;
        padding-top: 1.3rem!important;
    }
}

@media only screen and (max-width: 1100px) {
    .volkl-wrap {
        padding-bottom: 0.6rem !important;
        padding-top: 0.8rem!important;
    }
}

@media only screen and (max-width: 1050px) {
    .volkl-wrap {
        padding-bottom: 0.4rem !important;
        padding-top: 0.6rem!important;
    }
}

@media only screen and (max-width: 1024px) {
    .volkl-wrap {
        border: none;
    }
}

.paddle-logo {
    width: 50%;
}

.paddle-shopnow {
    position: absolute;
    bottom: 12%;
    left: 32%;
    background: #BDBE32;
    color: #152715;
    padding: 8px 32px;
    border-radius: 21px;
    letter-spacing: 2px;
    font-weight: bold;
}

@media only screen and (max-width: 1201px) {
    .paddle-logo {
        width: 60%;
    }

    .paddle-shopnow {
        bottom: 12%;
        left: 28%;
        padding: 6px 29px;
    }
}

@media only screen and (max-width: 1024px) {
    .paddle-logo {
        width: 70%;
    }

    .paddle-shopnow {
        bottom: 12%;
        left: 26%;
    }
}

@media only screen and (max-width: 768px) {
    .paddle-logo {
        width: 90%;
    }

    .paddle-shopnow {
        bottom: 11%;
        left: 18%;
    }
}

@media only screen and (max-width: 500px) {
    .paddle-logo {
        width: 100%;
    }

    .paddle-shopnow {
        bottom: 9%;
        left: 9%;
        padding: 3px 21px;
        font-size: 12px;
    }

    .black-button {
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {
    .paddle-shopnow {
        bottom: 7%;
        left: 12%;
        padding: 3px 10px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px) {
    .paddle-shopnow {
        bottom: 4%;
        left: 9%;
    }
}

.tiktok-link {
    font-size: 24px;
    color: #F68842;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin: 5px;
    border: 1px solid #e1e1e1;
}

.tiktok-link:hover {
    color: #F68842;
}

@media only screen and (max-width: 500px) {
    .tiktok-link {
        width: 40px;
        height: 40px;
        line-height: unset;
    }

    .tiktok-link svg {
        width: 15px;
    }
}

@media only screen and (max-width: 320px) {
/*
 .footer-social a {
        margin: 0px 5px;
    }
*/
}
.share-options-v {
    top: 25%;
    left: 30%;
}

@media only screen and (max-width: 1024px) {
    .share-options-v {
        top: 30%;
        left: 66%;
    }
}

@media only screen and (max-width: 500px) {
    .share-options-v {
        top: 20%;
        left: 20%;
    }
}

#average-stars {
    margin-bottom: 0;
    align-items: center;
    align-self: center;
    padding-bottom: 6px;
}

.average-rating, .discover-ratings .rating-stars {
    margin: 4px 0 7px 15px;
}

.dropdown-menu-playlist {
    left: -30%;
}

@media only screen and (max-width: 1024px) {
    .dropdown-menu-playlist {
        transform: translateX(-98%) !important;
        top: 75% !important;
    }

    .average-rating, .discover-ratings .rating-stars {
        margin: 4px 0 7px 0;
    }

    .feed-menu-img {
        padding-left: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    .about_wrapper-m .form-check-inline {
        margin-right: 1rem;
    }
}

@media only screen and (max-width: 450px) {
    .about_wrapper-m .form-check-input {
        margin-right: 1rem;
    }

    .edit-form-style {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Discover Pages */

.discover-back {
    display:flex;
    align-items: center;
    justify-content: start;
}

/* COACHES */

.coach-content {
    padding-left: 3rem;
    padding-right: 3rem;
}

.meet-our-coaches-title {
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
    .coaches-side-link h3 {
        font-size: 16px;
    }

    .coaches-side-link h4 {
        font-size: 14px;
    }

    .meet-our-coaches-title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .coach-wrapper_v {
        justify-content: center;
        width: 100%;
    }

    .coach-content {
        padding-left: 0;
        padding-right: 0;
    }

    .other-coaches {
        display: none;
    }
}

/* Home page */
.welcome-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.welcome-free-membership {
    border-radius: 30px;
    width: 30%;
    text-align: center;
    background: #F68842;
    border: 2px solid #F68842;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .welcome-free-membership {
        width: 95%;
    }
}

@media only screen and (max-width: 992px) {
    .welcome-free-membership {
        width: 95%;
    }

    .welcome-padding {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

/* Profile */

.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

.coach-btn {
    padding: 5px 20px !important;
    background: #F68842;
    border: 2px solid #F68842;
    border-radius: 50px;
    width: auto;
    outline: none;
    font-size: 16px !important;
    color: #fff;
}

@media only screen and (max-width: 500px) {
    .volkl-style {
        padding-top: 10px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 320px) {
    .volkl-style {
        padding-top: 10px;
        padding-bottom: 0;
    }

    #video-container .black-button {
        padding: 10px;
    }
}

/* Welcome carousel */
.carousel-v {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.carousel-v,
.carousel-v #slide-a, 
.carousel-v #slide-b,
.carousel-v #slide-c,
.carousel-v #slide-d {
    height: 600px;
    align-items: center;
}

.carousel-v #slide-a .carousel-img {
    max-width: 750px;
}

.carousel-v #slide-b .carousel-img {
    max-width: 400px;
}

.carousel-v #slide-c .carousel-img {
    max-width: 750px;
}

.carousel-v #slide-d .carousel-img {
    max-width: 250px;
}

.carousel-v .lead {
    font-weight: 700;
    font-size: 3.7rem;
    max-width: 450px;
    line-height: 1;
}

.carousel-v .orange-button-v {
    background: #ffffff;
    color: #F68842;
    font-size: 44px;
    width: unset;
    max-width: 450px;
    padding: 6px 15px;
    border: 2px solid #F68842;
    border-radius: 50px;
    font-weight: 400;
}

.carousel-v .orange-button-v:hover {
    color: #ffffff;
    background-color: #F68842;
}

.carousel-v #slide-d .lead {
    max-width: 500px;
}

.button-wrapper {
    width: 100%;
    max-width: 450px;
    text-align: left;
}


.carousel-v #slide-d .button-wrapper  {
    max-width: 500px;
}

@media only screen and (max-width: 1366px) {
    .carousel-v,
    .carousel-v #slide-a, 
    .carousel-v #slide-b,
    .carousel-v #slide-c,
    .carousel-v #slide-d {
        height: 500px;
    }

    .carousel-v #slide-d .carousel-img {
        max-width: 200px;
    }
}

@media only screen and (max-width: 1280px) {
    .carousel-v .lead {
        font-size: 3.2rem;
    }

    .carousel-v .orange-button-v {
        font-size: 40px;
        padding: 6px 15px;
    }
}

@media only screen and (max-width: 1100px) {
    .carousel-v #slide-d .carousel-img {
        max-width: 135px;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .carousel-v .lead {
        font-size: 2.8rem;
    }
    .carousel-v .orange-button-v {
        font-size: 35px;
        padding: 6px 10px;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-v .lead {
        font-size: 2.4rem;
    }

    .carousel-v .orange-button-v:hover {
        background: #ffffff !important;
        color: #F68842 !important;
    }
}

@media only screen and (max-width: 720px) {
    .carousel-v .lead {
        font-size: 2rem;
    }

    .carousel-v .orange-button-v {
        font-size: 28px;
        padding: 4px 8px;
    }

    .carousel-v .orange-button-v {
        font-weight: 700;
    }
}

@media only screen and (max-width: 640px) {
    .carousel-v .lead {
        font-size: 1.5rem;
    }

    .carousel-v,
    .carousel-v #slide-a, 
    .carousel-v #slide-b,
    .carousel-v #slide-c,
    .carousel-v #slide-d {
        height: 230px;
    }

    .carousel-v #slide-d .carousel-img {
        max-width: 80px;
    }

    .carousel-v #slide-b .carousel-img {
        max-width: 180px;
    }

    .carousel-v .orange-button-v {
        font-size: 20px;
        padding: 4px 8px;
    }

    .carousel-v #slide-c .lead,
    .carousel-v #slide-d .lead {
        max-width: 300px;
    }

    .carousel-v #slide-c,
    .carousel-v #slide-d {
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 540px) {
    .carousel-v .lead {
        font-size: 1.2rem;
    }

    .carousel-v,
    .carousel-v #slide-a, 
    .carousel-v #slide-b,
    .carousel-v #slide-c,
    .carousel-v #slide-d {
        height: 160px;
    }

    .carousel-v #slide-b .carousel-img {
        max-width: 120px;
    }

    .carousel-v .orange-button-v {
        font-size: 13px;
    }

    .carousel-v #slide-d .carousel-img {
        max-width: 60px;
    }

    .carousel-v #slide-c .lead,
    .carousel-v #slide-d .lead {
        max-width: 200px;
    }

    .carousel-v #slide-d .button-wrapper,
    .carousel-v #slide-c .button-wrapper {
        max-width: 200px;
    }
}

@media only screen and (max-width: 414px) {
    .carousel-v #slide-a,
    .carousel-v #slide-b,
    .carousel-v #slide-c,
    .carousel-v #slide-d {
        padding: 0 !important;
    }

    .carousel-v #slide-a .col-6:first-child,
    .carousel-v #slide-b .col-6:first-child,
    .carousel-v #slide-c .col-6:first-child,
    .carousel-v #slide-d .col-6:first-child {
        padding-left: 0 !important;
    }

    .carousel-v #slide-a .carousel-img,
    .carousel-v #slide-b .carousel-img,
    .carousel-v #slide-c .carousel-img,
    .carousel-v #slide-d .carousel-img {
        max-width: unset;
    }

    .carousel-v #slide-a .col-6:last-child,
    .carousel-v #slide-b .col-6:last-child,
    .carousel-v #slide-c .col-6:last-child,
    .carousel-v #slide-d .col-6:last-child {
        padding: 0 !important;
    }

    .carousel-v #slide-a .col-6,
    .carousel-v #slide-b .col-6,
    .carousel-v #slide-c .col-6,
    .carousel-v #slide-d .col-6 {
        max-width: unset;
        margin: 0 !important;
    }

    .main.main-welcome {
        padding-top: 20px !important;
    }

    .carousel-v .lead {
        font-size: 1.2rem;
        margin: 0 !important;
    }

    .carousel-v #slide-d .lead {
        font-size: 1.1rem;
    }

    .carousel-v,
    .carousel-v #slide-a, 
    .carousel-v #slide-b,
    .carousel-v #slide-c,
    .carousel-v #slide-d {
        height: 120px;
    }

    .carousel-v #slide-d .carousel-img {
        max-width: 40px;
    }

    .carousel-v #slide-b .carousel-img {
        max-width: 110px;
    }

    .carousel-v .orange-button-v {
        font-size: 13px;
        padding: 2px 6px;
    }

    .carousel-v #slide-c .lead, .carousel-v #slide-d .lead {
        max-width: unset;
    }
}

@media only screen and (max-width: 375px) {
    .carousel-v .orange-button-v {
        font-size: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .carousel-v .lead,
    .carousel-v #slide-c .lead {
        font-size: 0.6rem !important;
    }

    .carousel-v .orange-button-v {
        font-size: 9px;
        padding: 2px;
    }

    .carousel-v #slide-d .carousel-img {
        max-width: 40px;
    }
}

/* Welcome blade */
.free-membership-btn {
    background: #F68842;
    color: #ffffff;
    font-size: 36px;
    padding:0 10px 0 10px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #F68842;
}

@media only screen and (max-width: 2048px) {
    #welcome-carousel {
        height: 550px;
    }
    
    .free-membership-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    #welcome-carousel {
        height: 400px;
    }
    
    .free-membership-btn {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    #welcome-carousel {
        height: 55%;
    }
    
    .free-membership-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #welcome-carousel {
        height: 300px;
    }
    
    .free-membership-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 430px) {
    #welcome-carousel {
        height: 140px;
    }

    .free-membership-btn {
        width: 100%;
        padding: 2px 5px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 414px) {
    #welcome-carousel {
        height: 120px;
    }

    .free-membership-btn {
        width: 100%;
        padding: 1px 4px;
        font-size: 19px;
    }
}

.navbar-svg-icon {
    width:32px;
    height: 32px;
    fill: #F68842;
}

.navbar-light .navbar-toggler-fun {
    top: 13px;
    left: 77px;
}

@media only screen and (max-width: 480px) {
    .navbar-light .navbar-toggler-fun {
        top: 13px;
        left: 55px;
    }

    .navbar-svg-icon {
        width: 22px;
        height: 22px;
    }
}

#container-discover {
    max-width: 1440px;
}
