    /*!
 * Authors : http://www.football4football.com/
 * Client : football4football
 */

    /* FONTS DECLERATION
   'Spartan_ExtraBold', 'Spartan_Bold', 'Spartan_Regular', 'Spartan_Light', 'Spartan_Medium', 'Spartan-thin',
   'Montserrat_ExtraBold, 'Montserrat_Bold
*/

    /* == COMMAN CSS == */
    .border_top {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .border_bottom {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .text-blue {
        color: #08c;
    }

    .text-gray {
        color: gray;
    }

    .bg_gray {
        background-color: #F6F6F6;
    }

    .bg_darkgray {
        /* background: rgba(0, 0, 0, 0.2); */
        background: #EDEDED;
    }

    .bg_lihtgray {
        background-color: rgba(0, 0, 0, 0.04) !important;
    }

    .bg_box {
        background-color: rgb(0, 136, 204, 0.04) !important;
    }

    .text-lightgray {
        color: #6D6D6D;
    }

    .modal-content {
        border-radius: 0;
    }

    .modal-backdrop.show {
        /* opacity: .8; */
    }

    .mobile_hr {
        margin-bottom: 12px;
        margin-top: 5px;
        /* margin-bottom: 21px;
    margin-top: 5px; */
    }

    .desktop_hr {
        margin-bottom: 12px;
        margin-top: 5px;
    }

    .card_block_hr {
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: 100%;
    }

    .btn-style-1 {
        background-color: #0088cc;
        color: #fff;
        font-family: 'Spartan_SemiBold';
        /* padding: 12px 25px 8px 25px; */
        padding: 8px 40px 6px 40px;
        font-size: 15px;
    }

    .btn-style-2 {
        margin-bottom: 20px;
        display: inline-block;
        position: relative;
        transition: all 0.3s ease-in-out;
        color: #fff;
        font-family: 'Spartan_Bold';
        background-color: #08c;
        border-radius: 25px;
        padding: 10px 20px 9px 20px;
    }

    .btn-style-2:before {
        content: url(../images/arrow-1.svg);
        position: absolute;
        top: 28px;
        right: -40px;
        transition: all ease 0.5s;
        height: 21px;
        width: 64px;
        display: none;
    }

    .btn-style-2:hover {
        background-color: #027bb8;
        color: #fff;
        transition: all 0.3s ease-in-out;
    }

    .btn-style-3 {
        background-color: #FF904D;
        color: #fff;
        font-family: 'Spartan_SemiBold';
        padding: 8px 40px 6px 40px;
        font-size: 15px;
        width: 100%;
    }

    .btn-style-3:hover {
        color: #fff;
    }

    .rounded {
        border-radius: 100%;
    }

    .modal {
        z-index: 99999 !important;
    }

    .categoriess_tab_container_new .section-title {
        /* border-bottom: 2px solid gray; */
    }

    .categoriess_tab_container_new .section-title hr {
        margin-bottom: 12px;
        margin-top: 5px;
    }

    .categoriess_tab_container_new .section-content .arrow_div {
        right: 30px;
        bottom: 20px;
    }

    .section-title {
        /* display: flex;
	justify-content: space-between;
	align-items: center; */
    }

    .section-title .view-all {
        display: none;
    }

    .section-title .view-all i {
        color: #fff;
        font-size: 12px;
        margin-left: 7px;
        vertical-align: middle;
        border-radius: 50px;
        width: 22px;
        height: 22px;
        background: #0088cc;
        text-align: center;
        line-height: 22px;
    }

    .section-title h1 {
        position: relative;
        font-family: 'Spartan_Bold';
        font-size: 38px;
        /* letter-spacing: -2px; */
        text-transform: uppercase;
    }

    .more-exclusive .section-title h1 {
        font-size: 30px;
    }

    /* .section-title h1:before {
    content: "";
    position: absolute;
		left: -6px;
    top: -4px;
    height: 100%;
    width: 3px;
    background-color: #0088cc;
} */
    .latest-article .section-title h1 {
        /* text-transform: unset !important; */
    }

    .latest-article .section-title h1 span {
        font-family: 'Spartan_Regular';
        font-size: 22px;
        letter-spacing: 0px;
    }

    .bold {
        font-weight: bold;
        font-family: 'Spartan_Bold';
    }

    .text-skyblue {
        color: #0088cc;
    }

    .position-unset {
        position: unset !important;
    }

    /* == NAVBAR == */
    .web-navbar {
        padding: 0px;
    }

    .web-navbar.active {
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        border-top: 1px solid gray;
    }

    /* .web-navbar.border_top{
	border-top: 1px solid gray;
} */

    .web-navbar .navbar-collapse {
        /* justify-content: flex-end; */
        justify-content: center;
    }

    /* .home-page.home .web-navbar .navbar-brand{
	background-color: #0088cc;
} */
    /* .home-page.home .web-navbar.active .navbar-brand {
	background-color: #000;
} */
    .web-navbar .navbar-brand {
        height: 100%;
        padding: 0px 25px;
        margin: 0px;
        /* background-color: #0088cc; */
        background-color: transparent;
        height: 167px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .web-navbar .navbar-brand img {
        height: 50px;
    }

    .web-navbar .navbar-nav {
        align-items: center;
    }

    .web-navbar .navbar-nav .nav-item.active .nav-link:before {
        /* content: "";
	position: absolute;
	height: 6px;
	border-radius: 6px;
	left: 0px;
	right: 0px;
	bottom: -3px;
	background-color: #0088cc; */
    }

    .web-navbar .navbar-nav .nav-item.active .nav-link {
        position: relative;
        font-family: 'Spartan_ExtraBold';
        /* color: rgba(255, 255, 255, 1); */
        color: #08c;
        text-decoration: underline;
        font-weight: 700;
    }

    .web-navbar .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        padding: 70px 10px;
        margin: 0px 30px;
        /* color: rgba(255, 255, 255, 0.75); */
        font-size: 16px;
        font-family: 'Spartan_SemiBold';
    }

    .web-navbar a {
        color: #fff;
        font-family: 'Spartan_Regular';
        font-size: 18px;
    }

    .web-navbar a:hover {
        color: #08c !important;
        transform: scale(1.1, 1.1);
        text-decoration: underline;
    }

    .web-navbar button {
        margin: 0px 10px;
    }

    .web-navbar button.btn-style-1 {
        /* padding: 10px 20px 7px 20px !important; */
        font-size: 14px;
    }

    .web-navbar button.icon-btn-search {}

    .web-navbar button.icon-btn-search img {
        height: 25px;
        width: 25px;
    }

    .web-navbar.active .navbar-nav .user_group_li a.nav-link {
        color: #fff;
    }

    .web-navbar.active:hover .navbar-nav .user_group_li a.nav-link {
        color: #000;
    }

    .web-navbar.active .navbar-nav .nav-link {
        /* padding: 40px 10px; */
        padding: 25px 0px;
        text-transform: uppercase;
        font-size: 13px;
    }

    .web-navbar.active .navbar-nav li.show .nav-link {
        color: #08c;
        text-decoration: underline;
        transform: scale(1.1, 1.1);
    }

    .web-navbar.active .navbar-brand {
        /* height: 107px; */
        height: auto;
        /* background-color: #000; */
    }

    .web-navbar .dropdown a {
        color: #000;
        font-size: 14px;
    }

    .dropdown-item {
        padding: .25rem 1rem;
    }

    .web-navbar .dropdown-menu {
        /* background-color: #000; */
        margin: 0px;
        top: 150%;

        transition: all ease 0.5s;
        left: auto;
        right: auto;
        z-index: -1;
        /* min-width: 230px; */
        transform: scale(0.8, 0.8);
        z-index: 1;
        top: calc(100% - 1px);
        left: auto;
        right: auto;
        transition: all ease 0.5s;
        transform: scale(1, 1);
        /* border-top: 3px solid #08c;
	border-bottom: 2px solid #08c; */
        border: unset;
        border-radius: unset;
        padding: unset;
        min-width: fit-content;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 20px;
    }

    .web-navbar .dropdown-menu:before {
        position: absolute;
        left: -100%;
        right: 0;
        content: '';
        width: 100%;
        /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 125px,  rgba(0, 0, 0, 1) 125px,  rgba(0, 0, 0, 1) 100%); */
        height: 100%;
        top: 0;
        z-index: -1;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 20px;
    }

    /*.web-navbar .dropdown-menu:before{
	position: absolute;
    left: -100%;
    right: 0;
    content: '';
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 125px,  rgba(0, 0, 0, 1) 125px,  rgba(0, 0, 0, 1) 100%);
    height: 100%;
    top: 0;
    z-index: -1;
}*/
    .web-navbar .dropdown-menu.show {}

    .web-navbar .dropdown-menu a {
        font-family: 'Spartan_SemiBold';
        font-size: 14px;
        color: gray;
        /* padding: 8px 25px; */
        margin: 12px 10px 12px 0px;
        text-transform: capitalize;
        padding-right: 40px;
        max-width: 247px;
    }

    .web-navbar .dropdown-menu a:hover {
        transform: scale(1, 1);
        /* background-color: #0a0a0a; */
        background-color: #fff;
        color: #08c;
        text-decoration: underline;
    }

    /* .web-navbar .dropdown-menu a:hover::after{
	content: "";
    width: 20px;
    height: 20px;
    background: url(../images/arrow_left_blue.svg) no-repeat;
    top: 2px;
    position: absolute;
    background-size: contain;
    transition: all 300ms ease-out;
	left: 138px;
} */

    .web-navbar .dropdown-menu a svg {
        /* position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity; */
        width: 1.1em;
        transition: all 300ms ease-out;
        margin: 0;
        opacity: 0;
    }

    .web-navbar .dropdown-menu a:hover svg {
        opacity: 1;
        /* right: -2rem; */
        margin-left: 20px;
    }


    .web-navbar .dropdown,
    .web-navbar .dropleft,
    .web-navbar .dropright,
    .web-navbar .dropup {
        position: unset;
    }

    .brand-name {
        display: none;
    }

    .web-inner-banner {
        position: relative;
    }

    .web-inner-banner .float-search {
        position: absolute;
        right: 0px;
        bottom: -30px;
        z-index: 99;
        left: 0;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 70%;
        margin: 0 auto;
    }

    .web-inner-banner .float-search.flex-end {
        justify-content: flex-end;
    }

    .web-inner-banner .btn-search {
        background-color: #0088cc;
        height: 70px;
        width: 70px;
        border-radius: 70px;
        display: inline-flex;
        align-items: center;
        justify-content: center;

    }

    .web-inner-banner .float-search .share-wrapper {
        padding: 8px 8px 8px 28px;
        background: #fff;
        border-radius: 50px;
        width: 35%;
    }

    .web-inner-banner .float-search .share-wrapper .share-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .web-inner-banner .float-search .share-wrapper .share-container .left-wrapper {
        display: flex;
        align-items: center;
    }

    .web-inner-banner .float-search .share-wrapper .share-container .left-wrapper p,
    .web-inner-banner .float-search .share-wrapper .share-container .left-wrapper ul {
        margin: 0;
    }

    .web-inner-banner .float-search .share-wrapper .share-container .left-wrapper p {
        color: rgba(0, 0, 0, 0.75);
        text-transform: uppercase;
        font-size: 13px;
        margin-right: 14px;
        min-width: 85px;
    }

    .web-inner-banner .float-search .share-wrapper .share-container .left-wrapper .social-icons {
        display: flex;
    }

    .web-inner-banner .float-search .share-wrapper .share-container .left-wrapper .social-icons li a {
        color: #000;
        padding: 5px 8px;
        margin-right: 10px;
    }

    .web-inner-banner .float-search .share-wrapper .share-container .right-wrapper .save-it a {
        display: inline-block;
        height: 100%;
        padding: 10px 25px;
        font-size: 14px;
        background-color: #0088cc;
        color: #fff;
        text-transform: uppercase;
        border-radius: 50px;
        min-width: 130px;
    }

    .web-inner-banner .btn-search img {
        width: 25px;
    }

    .user-opts-dropdown {}

    .user-opts-dropdown a {}

    .user-opts-dropdown i {
        font-size: 24px;
    }

    .web-navbar .user-opts-dropdown .dropdown-menu {
        right: 35px;
    }

    .web-navbar.web-navbar-login .navbar-collapse {
        justify-content: flex-end;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        margin-top: 0;
    }

    /* == //NAVBAR == */

    /* == //Search == */
    .menu-overlay,
    .search-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .search-overlay-main-manu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .search-wrapper {
        position: fixed;
        width: 100%;
        background-color: #fff;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        transform: translateY(-100%);
        visibility: hidden;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transition: transform 0.3s ease-in-out;
    }

    .search-wrapper.show {
        visibility: visible;
        backface-visibility: visible;
        -webkit-backface-visibility: visible;
        transform: translateY(0);
        transition: transform 0.3s ease-in-out;
    }

    .search-wrapper .main_div {
        padding: 10px 0 0 0;
    }

    .search-wrapper .main_div .title_and_close_div {
        padding: 10px 0 15px 0;
    }

    .search-wrapper .main_div .title_and_close_div .title h3 {
        margin: 0;
        text-transform: uppercase;
        font-family: 'Spartan_ExtraBold';
        font-size: 19px;
    }

    .search-wrapper .main_div .title_and_close_div .close-icon {
        cursor: pointer;
    }

    .search-wrapper .main_div .title_and_close_div .close-icon img {
        width: 16px;
    }

    .search-wrapper .search_main_div .search-bar {
        position: relative;
        /* border-radius: 50px; */
        /* padding: 8px 16px; */
        width: 100%;
        /* background-color: rgba(145, 145, 147, 0.12) !important; */
        padding: 8px 0 8px 0;
        border-bottom: 1px solid gray;
    }

    .search-wrapper .search_main_div .search-bar img {
        position: absolute;
        left: 0px;
        top: 12px;
        width: 14px;
        filter: brightness(0.2) contrast(3);
    }

    .search-wrapper .search_main_div {
        padding: 10px 0 10px 0;
    }

    .search-wrapper .search_main_div .search-bar input {
        border: none;
        outline: none;
        width: 100%;
        color: #000;
        padding-left: 24px;
        background: unset;
    }

    .search-wrapper .search_main_div .search-bar input::-webkit-input-placeholder {
        font-family: 'Spartan_Bold';
        font-size: 14px;
    }

    .search-wrapper .search_main_div .search-bar input::-moz-placeholder {
        font-family: 'Spartan_SemiBold';
        font-size: 14px;
    }

    .search-wrapper .search_main_div .search-bar input:-ms-input-placeholder {
        font-family: 'Spartan_SemiBold';
        font-size: 14px;
    }

    .search-wrapper .search_main_div .search-bar input::-ms-input-placeholder {
        font-family: 'Spartan_SemiBold';
        font-size: 14px;
    }

    .search-wrapper .search_main_div .search-bar input::placeholder {
        font-family: 'Spartan_SemiBold';
        font-size: 14px;
    }

    .search-wrapper .popular_search_main_div {
        padding: 30px 0 30px 0;
    }

    .search-wrapper .popular_search_main_div .popular-search {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .search-wrapper .popular_search_main_div .popular-search .title {
        text-transform: uppercase;
        color: gray;
        font-size: 14px;
        margin-bottom: 8px;
        font-family: 'Spartan_Bold';
    }

    .search-wrapper .popular_search_main_div .popular-search ul li a {
        padding: 6px 0;
        margin-bottom: 5px;
        display: block;
        color: #000;
        transition: all 0.3s ease-in-out;
        font-size: 14px;
    }

    .search-wrapper .popular_search_main_div .directory_btn_div {
        text-align: center;
    }

    .search-wrapper .popular_search_main_div .directory_btn_div a {
        padding: 13px 35px 11px 35px;
        font-size: 12px;
    }

    /* .search-wrapper{
	position: fixed;
    width: 100%;
   	background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
	transform: translateY(-100%);
	visibility: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: transform 0.3s ease-in-out;
}
.search-wrapper.show{
	visibility: visible;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
	transform: translateY(0);
	transition: transform 0.3s ease-in-out;
}
.search-wrapper .search-container .close-search{
	position: absolute;
    right: 20px;
    top: 10px;
}
.search-wrapper .search-container .close-search .close-icon{
	cursor: pointer;
}
.search-wrapper .search-header{
	padding: 30px 0 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-wrapper .search-header .brand img{
	height: 50px;
}
.search-wrapper .search-header .search-bar{
	position: relative;
    border-radius: 50px;
	padding: 8px 16px;
    width: 20%;
	background-color: rgba(145, 145, 147, 0.12) !important;
}
.search-wrapper .search-header .search-bar img{
	position: absolute;
    left: 18px;
    top: 12px;
    width: 17px;
    filter: brightness(0.2) contrast(3);
}
.search-wrapper .search-header .search-bar input{
	border: none;
    outline: none;
    color: #000;
    padding-left: 35px;
	background: unset;
}
.search-wrapper .popular-search{
	display: flex;
    width: 19%;
    margin: 20px auto 0;
    justify-content: center;
}
.search-wrapper .popular-search ul{
	width: 100%;
}
.search-wrapper .popular-search ul li a{
	padding: 6px 0;
	margin-bottom: 5px;
	display: block;
	color: #000;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
}
.search-wrapper .popular-search ul li a:hover{
	color: #0088cc;
}
.search-wrapper .popular-search .title{
	text-transform: uppercase;
	color: gray;
	font-size: 14px;
	margin-bottom: 8px;
	font-family: 'Spartan_Bold';
}
.search-wrapper .search-header .close-search .close-icon{
	width: 40px;
    height: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
} */
    /* == //End of Search == */

    /* == //Search Mobile == */

    /* == //End of Search mobile == */

    /* == MENU == */

    /* == //MENU == */
    /* == BANNER == */
    .web-banner {
        width: 100%;
    }

    .web-banner .carousel-inner {
        max-height: 100vh;
    }

    .web-banner .contact-us-page .carousel-inner {
        max-height: none;
    }

    .web-banner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .web-banner .carousel-item .carousel-caption {
        top: 100vh;
        opacity: 0;
        text-align: left;
        padding: 0px;
        transition: all ease 0.2s;
        bottom: unset;
    }

    .web-banner .carousel-item.active .carousel-caption {
        top: calc(50vh - 75px);
        opacity: 1;
        transition: all ease 0.2s;
    }

    .web-banner .carousel-caption h1:before,
    .web-banner h1:before {
        content: "";
        position: absolute;
        left: 0px;
        top: -30px;
        height: 6px;
        width: 50px;
        background-color: #0088cc;
        border-radius: 6px;
    }

    .web-banner .carousel-caption h1,
    .web-banner h1 {
        font-family: 'Spartan_Bold';
        font-size: 100px;
        position: relative;
        color: #fff;
    }

    .web-banner .carousel-caption h1:after,
    .web-banner h1:after {
        content: "";
        background: url('../images/dot-pattern1.svg');
        background-size: auto 100%;
        position: absolute;
        left: -60px;
        top: -30px;
        height: 130px;
        width: 150px;
        opacity: 0.15;
    }

    .web-banner .carousel-caption p,
    .web-banner p {
        font-family: 'Spartan_Regular';
        font-size: 22px;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.75);
    }

    .web-banner .quick-contact-holder {
        background-color: #0088cc;
        position: absolute;
        left: 0px;
        bottom: 0px;
        /* top: 0px; */
        width: 124px;
        color: #fff;
        font-family: 'Spartan_Regular';
        z-index: 9;
        height: calc(100% - 167px);
    }

    .web-banner .quick-contact-holder ul {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        flex-direction: column;
        padding: 0px;
        margin: 0;
        height: 100%;
    }

    .web-banner .quick-contact-holder ul li {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        display: flex;
        align-items: center;
        padding: 50px 0;
    }

    .web-banner .carousel-indicators li {
        width: 6px;
        height: 6px;
    }

    .web-banner .quick-socialmedia-holder {
        position: absolute;
        right: 0px;
        bottom: 0px;
        top: 0px;
        width: 75px;
        z-index: 1;
        display: flex;
        align-items: center;
    }

    .web-banner .quick-socialmedia-holder a {
        color: #fff;
        margin: 10px 0px;
        display: inline-block;
    }

    .web-banner .quick-socialmedia-holder a:hover {
        transform: scale(1.1, 1.1);
    }

    .web-banner .carousel-action {
        background-color: #18181a;
        position: absolute;
        bottom: 0px;
        left: unset;
        z-index: 1;
        height: 100px;
        width: 450px;
        right: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 50px 0px 65px;
    }

    .web-banner .carousel-indicators {
        position: relative;
        right: unset;
        bottom: unset;
        left: unset;
        z-index: unset;
        padding-left: unset;
        margin-right: unset;
        margin-left: unset;
        list-style: none;
        display: inline-flex;
        margin-bottom: 0px;
    }

    .web-banner .action-next-prev {
        display: flex;
        align-items: center;
    }

    .web-banner .carousel-control-prev-icon,
    .web-banner .carousel-control-next-icon {
        background-image: none;
        width: 10px;
        margin: 10px 16px 12px 16px;
    }

    .web-banner .carousel-control-prev-icon img,
    .web-banner .carousel-control-next-icon img {
        opacity: 0.50;
    }

    .web-banner .carousel-control-next,
    .web-banner .carousel-control-prev {
        position: unset;
        top: unset;
        bottom: unset;
        z-index: unset;
        width: unset;
        color: unset;
        text-align: unset;
        opacity: .5;
        transition: opacity .15s ease;
    }

    .web-banner .carousel-counts {
        display: flex;
        align-items: center;
    }

    .web-banner .carousel-counts span.highlight {
        font-family: 'Spartan_Bold';
        font-size: 30px;
        color: #fff;
    }

    .web-banner .carousel-counts span.total-slides {
        font-family: 'Spartan_Regular';
        font-size: 18px;
        color: rgba(255, 255, 255, 0.35);
        border-left: 1px solid rgba(255, 255, 255, 0.35);
        padding: 5px 15px;
        margin: 10px 15px;
    }

    /* == //BANNER == */
    /* == INNER BANNER == */
    .web-inner-banner {
        width: 100%;
    }

    body.full-article .web-inner-banner .carousel-inner {
        min-height: unset;
        height: 225px;
    }

    .web-inner-banner .carousel-inner {
        min-height: 30vh;
        height: 320px;
    }

    .web-inner-banner .carousel-item .carousel-caption {
        top: 200px;
        opacity: 1;
        text-align: left;
        padding: 0px;
        bottom: unset;
    }

    .web-inner-banner .carousel-item .carousel-caption.with-heading {
        top: 200px;
    }

    .web-inner-banner .carousel-item .carousel-caption .sub-heading,
    .web-inner-banner .carousel-item .carousel-caption .sub-heading span a {
        font-size: 16px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.75);
        margin: 4px 0 0 8px;
    }

    .web-inner-banner .carousel-caption h1:before {
        content: "";
        position: absolute;
        left: auto;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -70px;
        height: 6px;
        width: 50px;
        background-color: #0088cc;
        border-radius: 6px;
    }

    .web-inner-banner .carousel-caption h1 {
        font-family: 'Spartan_Bold';
        font-size: 60px;
        position: relative;
        display: inline-block;
    }

    .web-inner-banner .carousel-caption h1:after {
        content: "";
        background: url('../images/dot-pattern1.svg');
        background-size: auto 100%;
        position: absolute;
        left: -60px;
        top: -30px;
        height: 130px;
        width: 150px;
        opacity: 0.15;
    }

    /* == //INNER BANNER == */
    /* == PAGE CONTENT == */

    /*** Home Page ***/
    /* --Latest News--*/
    .latest-news {
        /* min-height: 100vh; */
        position: relative;
    }

    .latest-news.desktop {
        padding-bottom: 80px;
    }

    /* .latest-news:after{
	width: 40%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #efefef;
	content: "";
	position: absolute;
    -webkit-clip-path: polygon(0% 0%, 100% 0px, 100% 100%, 66.53% 100%);
    clip-path: polygon(0% 0%, 100% 0px, 100% 100%, 66.53% 100%);
    z-index: -1;
} */
    .latest-news .social-share {
        display: flex;
        justify-content: flex-end;
        z-index: 1;
        position: relative;
    }

    .latest-news .social-share ul {
        display: flex;
        align-items: center;
        align-self: flex-end;
        font-size: 14px;
    }

    .latest-news .social-share ul li {
        padding: 5px 0px 5px 20px;
    }

    .latest-news .social-share ul li a {
        display: inline-block;
        padding: 5px;
    }

    .latest-posts-carousel {}

    .latest-news .news-blocks {
        display: grid;
        grid-template-columns: auto 325px;
        grid-gap: 55px;
        position: relative;
        z-index: 1;
        grid-template-rows: 325px 325px;
    }

    /* .latest-news .news-block:hover .info > h6{
	text-decoration: underline;
} */
    .latest-news .news-blocks .news-block.small .video-duration-container img {
        width: 30px;
    }

    .latest-news .news-blocks .video-duration-container img {
        width: 30px;
    }

    .latest-news .news-blocks img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .latest-news .news-blocks .news-block {
        position: relative;
        /* border-radius: 10px; */
        /* overflow: hidden; */
    }

    .latest-news .news-blocks .news-block:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: -5px;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 1.0) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }

    .latest-news .news-blocks .news-block.news-block-big {}

    .latest-news .news-blocks .news-block.news-block-big .carousel-caption {
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        text-align: left;
    }

    .latest-news .news-blocks .news-block .info {
        position: absolute;
        bottom: 0px;
        left: 0px;
        /* right: 0px; */
        z-index: 1;
        color: #fff;
        /* padding: 35px; */
        padding: 15px;
        text-align: center;
    }

    .latest-news .news-blocks .news-block .text_info p {
        margin: 10px 0 4px 0;
        padding: 0;
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: 0;
        font-family: 'Spartan_Bold';
        color: #08c;
    }

    .latest-news .news-blocks .news-block .text_info h2 {
        font-family: 'Spartan_Bold';
        font-size: 16px;
    }

    .latest-news .news-blocks .news-block .info .section_title {
        font-style: italic;
        font-size: 13px;
        margin-bottom: 26px;
    }

    .latest-news .news-blocks .video-duration-container .video_text {
        /* font-style: italic; */
        font-size: 13px;
        text-transform: uppercase;
    }

    .latest-news.mobile .news-blocks .news-block .info {
        padding: 35px 35px 10px 35px;
    }

    .latest-news .news-blocks .news-block.news-block-big .info {
        padding: 75px 75px 35px 75px;
    }

    .latest-news.desktop .news-blocks .news-block .info h6:before {
        /* content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #0088cc;
	height: 3px;
	border-radius: 3px;
	width: 125px;
	z-index: 3; */
    }

    .latest-news .news-blocks .news-block .info h6 {
        text-transform: uppercase;
        font-family: 'Spartan_Bold';
        line-height: 24px;
        position: relative;
        padding-bottom: 20px;
    }

    .latest-news.mobile .news-blocks .news-block .info h6 {
        text-transform: unset;
        text-align: center;
        font-size: 1.5rem;
        line-height: 32px;
    }

    .latest-news.mobile .news-blocks .news-block .info .article_info_div p.article_info {
        font-style: italic;
    }

    .latest-news.mobile .news-blocks .news-block .info .article_info_div p.article_call_to_action {
        text-transform: uppercase;
        font-size: 10px;
    }

    .latest-news.desktop .news-blocks .news-block .info h6:after {
        /* content: "";
	position: absolute;
	width: 150px;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	height: 3px;
	border-radius: 3px;
	z-index: 2; */
    }

    .latest-news .news-blocks .section-title {
        position: absolute;
        bottom: 15px;
        right: 15px;
        text-transform: uppercase;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        flex-basis: 37px;
        flex-grow: 0;
        flex-shrink: 0;
        font-family: 'Spartan_Medium';
        letter-spacing: 1px;
        font-size: 14px;
        z-index: 9;
        color: #fff;
    }

    .latest-news .news-blocks .news-block.small .info .duration-bg {
        line-height: 30px;
    }

    .latest-news .news-blocks .news-block .info .duration-bg {
        display: inline-block;
        border-radius: 100px;
        font-family: 'Spartan_Medium';
        color: white;
        line-height: 50px;
        padding-left: 10px;
    }

    .news-block-big {
        grid-row-start: 1;
        grid-row-end: 3;
    }

    .latest-news .news-blocks .news-block.news-block-big h6 {
        /* font-size: 44px;
	text-transform: unset;
	line-height: 60px;
	letter-spacing: -2px; */
        font-size: 38px;
        text-transform: unset;
        line-height: 51px;
    }

    .latest-news .news-blocks .news-block.news-block-big h6:before,
    .latest-news .news-blocks .news-block.news-block-big h6:after {
        display: none;
    }

    .latest-news .news-blocks .news-block.news-block-big .post-badge {
        background-color: #0088cc;
        padding: 12px 40px 12px 40px;
        color: #fff;
        display: inline-block;
        position: absolute;
        top: 20px;
        left: 20px;
        border-radius: 50px;
        /* -webkit-clip-path: polygon(0% 0%, 75% 0px, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 75% 0px, 100% 100%, 0% 100%); */
        font-family: 'Spartan_Bold';
        font-size: 21px;
    }

    .latest-news p.count {
        color: #0088cc;
        font-family: 'Spartan_Bold';
        font-size: 60px;
        line-height: 45px;
        text-align: right;
        position: relative;
        margin-top: -25px;
        z-index: 1;
        left: 630px;
        display: inline-block;
    }

    .latest-news p.count span {
        display: block;
        font-size: 30px;
        color: #7c7c7c;
        font-family: 'Spartan_Medium';
    }

    .latest-news .action {
        position: relative;
        top: -50px;
        left: 10px;
    }

    .latest-news .action a:first-child:before {
        content: "PREV";
        position: absolute;
        transform: skew(-25deg, 0deg);
        color: #fff;
    }

    .latest-news .action a {
        background-color: #0088cc;
        color: #0088cc;
        border: 0px;
        font-family: 'Spartan_Medium';
        padding: 7px 20px;
        -ms-transform: skew(25deg, 0deg);
        /* IE 9 */
        transform: skew(25deg, 0deg);
        /* Standard syntax */
        position: relative;
        display: inline-block;
    }

    .latest-news .action a:last-child:before {
        content: "NEXT";
        position: absolute;
        transform: skew(-25deg, 0deg);
        color: #fff;
    }

    /* --Training Section--*/
    .section-banner {
        position: relative;
        /* background: #efefef;
	position: relative;
	min-height: 600px; */
        /* border-radius: 10px; */
    }

    .section-banner-text-new {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        /* height: 100%; */
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
        color: white;
        display: flex;
        justify-content: space-between;
        /* padding: 50px 15px 25px 120px; */
        padding: 50px 15px 30px 25px;
        align-items: center;
        /* border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; */
    }

    .training-banner.new,
    .injuries-banner.new,
    .nutrition-banner.new,
    .equipment-banner.new,
    .extra-time-banner.new {
        background-position: unset;
        background-size: cover;
    }

    .section-banner-text-new .text-content {
        text-align: left;
    }

    .section-banner-text-new h1 {
        font-family: 'Spartan_Bold';
        font-size: 42px;
        line-height: 1.4;
    }

    .section-banner-text-new p {
        font-family: 'Spartan_Regular';
        font-size: 14px;
        /* text-transform: uppercase; */
    }

    .training-banner {
        /* text-align: center;
	padding: 25px 0px;
	height: 100%;
	display: flex;	 */
    }

    .training-banner {
        /* background: #efefef url('../images/category_section/1.png') center left no-repeat;
	background-size: auto 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    }

    .training-banner.hit_top {
        /* background: #efefef url('../images/category_section/alt/1.png') center left no-repeat;	 */
        /* background-image: url('../images/category_section/alt/1.png');
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    }

    .training-banner .alt-img {
        position: absolute;
        top: 0;
        left: 0;
        /* width: 100%;
    height: 100%; */
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .training-banner.hit_top .alt-img {
        opacity: 1;
    }

    .training-banner.hit_top .main-img {
        opacity: 0;
    }

    .section-banner .section-banner-text {
        width: 50%;
        margin-left: 50%;
        border: 5px solid #0088cc;
        margin: 50px 75px 50px 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 120px;
    }

    .section-banner .section-banner-text h3 {
        font-family: 'Spartan_Bold';
        font-size: 48px;
        letter-spacing: -1px;
    }

    .section-banner .section-banner-text p {
        /* margin: 35px 0px; */
        margin: 0px 0px;
        font-family: 'Spartan_Regular';
        color: rgba(0, 0, 0, 0.65);
        font-size: 18px;
    }

    .section-banner .section-banner-text button {
        background-color: transparent;
        border: 3px solid #000000;
        text-transform: uppercase;
        padding: 20px 50px;
        font-family: 'Spartan_Medium';
        position: relative;
        font-size: 18px;
    }

    .section-banner .section-banner-text button:before {
        content: url('../images/arrow-1.svg');
        position: absolute;
        top: 28px;
        right: -40px;
        transition: all ease 0.5s;
        height: 21px;
        width: 64px;
    }

    .section-items {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .saved-article-results .section-items .section-item,
    .search-results .section-items .section-item {
        width: calc((100% / 3) - 15px);
    }

    .section-items .section-item {
        /* width: calc((100% / 3) - 15px); */
        display: flex;
        position: relative;
        /* padding: 30px; */
        /* padding: 0 30px 30px 30px; */
        padding: 0 10px 60px 30px;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .section-items .section-item:hover {
        cursor: pointer;
    }

    .section-items .section-item:hover .avatar-title h6 {
        text-decoration: underline;
    }

    .section-items .section-item .overlay::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #08c;
        opacity: 0;
        transition: .5s ease;
    }

    .section-items .section-item:hover .overlay::before {
        opacity: 0.43;
    }

    .section-items .section-item:before {
        border: 2px solid rgba(0, 0, 0, 0.15);
        width: 100%;
        height: 80%;
        content: "";
        background-color: transparent;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: -1;
        display: none;
    }

    .section-items .section-item .avatar-title {
        flex-grow: 1;
        flex-basis: 0;
        flex-shrink: 1;
    }

    .section-items .section-item .avatar-title .avatar {
        /* width: 275px; */
        /* height: 275px; */
        position: relative;
        /* border-radius: 10px; */
        overflow: hidden;
    }

    .watch-read .section-items .section-item .avatar-title .avatar {
        /* height: 205px; */
    }

    .section-items .section-item .line {
        width: 2px;
        background-color: #0088cc;
        margin: 0px 10px;
        flex-grow: 1;
        flex-basis: 0;
        flex-shrink: 1;
    }

    .section-items .section-item .avatar-title .avatar .video-time-duration span {
        margin-left: 5px;
    }

    .section-items .section-item .avatar-title .avatar .video-time-duration {
        color: #fff;
        border-radius: 100px;
        padding: 5px 10px 5px 5px;
        font-size: 9px;
        font-family: 'Spartan_Medium';
        position: absolute;
        bottom: 5px;
        left: 5px;
        z-index: 1;
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, 0.5);
    }

    .section-items .section-item .avatar-title .avatar a.action-play {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.25);
        display: none;
    }

    .section-items .section-item .avatar-title .avatar a.action-play img {
        width: 75px;
        height: 75px;
    }

    .section-items .section-item .avatar-title .avatar img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .section-items .section-item .avatar-title .text_with_arraow_div {
        display: flex;
        justify-content: space-between;
    }

    .section-items .section-item .avatar-title .text_with_arraow_div .title {
        font-size: 13px;
        line-height: 28px;
        padding-right: 32px;
        text-transform: uppercase;
        font-family: 'Spartan_ExtraBold';
    }

    .section-items .section-item .avatar-title .text_with_arraow_div img {
        width: 25px;
    }

    .section-items .section-item .avatar-title .avatar .video-time-duration img {
        width: 20px;
        height: 20px;
    }

    .section-items .section-item .avatar-title h6 {
        font-family: 'Spartan_Bold';
        margin-top: 25px;
        line-height: 22px;
        font-size: 15px;
    }

    .section-items .section-item .section-branding b {
        /* opacity: 0.65; */
    }

    .section-items .section-item .section-branding span.txt {
        font-size: 9px;
        color: #6D6D6D;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'Spartan_Bold';
    }

    .section-items .section-item .section-branding {
        /* writing-mode: vertical-rl;
    text-orientation: mixed;
    flex-basis: 37px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-top: 50px;
    font-family: 'Spartan_Medium';
    letter-spacing: 1px;
    font-size: 10px;
    position: relative;
		display: flex;
    justify-content: space-between;
		text-transform: uppercase;
		display: none; */
        /* text-orientation: mixed; */
        font-family: 'Spartan_Bold';
        letter-spacing: 1px;
        font-size: 9px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
        display: block;
        color: #6D6D6D;
        padding: 10px 0 8px 0;
    }

    .section-items .section-item .section-branding .line {
        width: 2px;
        background-color: #0088cc;
        margin: 0px 5px;
        flex-grow: 1;
        flex-basis: 0;
        flex-shrink: 1;
        height: 100%;
        display: none;
    }

    .section-items .section-item .section-branding:before {
        content: "";
        position: absolute;
        top: 155px;
        height: 75px;
        width: 2px;
        background-color: #0088cc;
        left: 23px;
    }

    .section-items .section-item .section-branding:before {
        display: none;
    }

    .section-banner-carousel-action {
        display: block;
        position: absolute;
        top: calc(50% + 32px);
        left: 0px;
        width: 100%;
        z-index: 1;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .owl-theme .owl-nav button a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #08c;
        /* border-radius: 60px; */
        /* height: 44px; */
        width: 20px;
        /* padding: 5px; */
        font-size: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /* border: 2px solid #08c; */
        /* line-height: 34px; */
        background-color: #fff;
    }

    .owl-theme .owl-nav {
        display: flex;
        justify-content: space-between;
        bottom: 35%;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .owl-theme .owl-nav [class*='owl-']:hover {
        background-color: transparent;
    }

    .owl-theme .owl-nav button a.carousel-action:hover {
        border-color: #0088cc;
        color: #0088cc;
        transform: scale(1.1, 1.1);

    }

    .owl-theme .owl-nav button:first-child {
        position: relative;
        left: -25px;
    }

    .owl-theme .owl-nav button:last-child {
        position: relative;
        right: -25px;
    }

    .owl-theme .owl-nav .disabled a {
        display: none;
    }

    /* --Injuries Section--*/
    .injuries-banner {
        /* text-align: center;
    padding: 25px 0px;
    height: 100%;
    display: flex; */
    }

    .injuries-banner {
        /* background: #efefef url('../images/category_section/2.png') center right no-repeat;
	background-size: auto 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    }

    .injuries-banner.hit_top {
        /*background: #efefef url('../images/category_section/alt/2.png') center right no-repeat;
	 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;	 */
    }

    .injuries-banner .alt-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .injuries-banner.hit_top .alt-img {
        opacity: 1;
    }

    .injuries-banner.hit_top .main-img {
        opacity: 0;
    }

    .injuries .section-banner .section-banner-text {
        width: 50%;
        margin-left: 50%;
        border: 5px solid #0088cc;
        margin: 50px 0px 50px 75px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
        padding-right: 200px;
    }

    .injuries .section-banner-carousel-action {
        left: unset;
        right: 0px;
    }

    /* --Nutrition Section--*/
    .nutrition-banner {
        /* text-align: center;
    padding: 25px 0px;
    height: 100%;
    display: flex; */
    }

    .nutrition-banner {
        /* background: #efefef url('../images/category_section/3.png') center left no-repeat;
	background-size: auto 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    }

    .nutrition-banner.hit_top {
        /* background: #efefef url('../images/category_section/alt/3.png') center left no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    }

    .nutrition-banner .alt-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .nutrition-banner.hit_top .alt-img {
        opacity: 1;
    }

    .nutrition-banner.hit_top .main-img {
        opacity: 0;
    }

    .nutrition .section-banner .section-banner-text {
        width: 50%;
        margin-left: 50%;
        border: 5px solid #0088cc;
        margin: 50px 75px 50px 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* --Equipment Section--*/
    .equipment-banner {
        /* text-align: center;
    padding: 25px 0px;
    height: 100%;
    display: flex; */
    }

    .equipment-banner {
        /* background: #efefef url('../images/category_section/4.png') center right no-repeat;
	background-size: auto 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    }

    .equipment-banner.hit_top {
        /* background: #efefef url('../images/category_section/alt/4.png') center right no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    }

    .equipment-banner .alt-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .equipment-banner.hit_top .alt-img {
        opacity: 1;
    }

    .equipment-banner.hit_top .main-img {
        opacity: 0;
    }

    .equipment .section-banner .section-banner-text {
        width: 50%;
        margin-left: 50%;
        border: 5px solid #0088cc;
        margin: 50px 0px 50px 75px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
        padding-right: 200px;
    }

    .equipment .section-items .section-item .section-branding::before {
        top: 175px;
        left: 25px;
    }

    .equipment .section-banner-carousel-action {
        left: unset;
        right: 0px;
    }

    /* --Extra Time Section--*/
    .extra-time-banner {
        /* text-align: center;
    padding: 25px 0px;
    height: 100%;
    display: flex; */
    }

    .extra-time-banner {
        /* background: #efefef url('../images/category_section/5.png') center left no-repeat;
	background-size: auto 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    }

    .extra-time-banner.hit_top {
        /* background: #efefef url('../images/category_section/alt/5.png') center left no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    }

    .extra-time-banner .alt-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .extra-time-banner.hit_top .alt-img {
        opacity: 1;
    }

    .extra-time-banner.hit_top .main-img {
        opacity: 0;
    }

    .extra-time .section-banner .section-banner-text {
        width: 50%;
        margin-left: 50%;
        border: 5px solid #0088cc;
        margin: 50px 75px 50px 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .extra-time .section-items .section-item .section-branding::before {
        top: 180px;
        left: 25px;
    }

    /*** Inner Page ***/
    /* --page intro section --*/
    .page-intro .main_div {
        position: relative;
    }

    .page-intro .main_div:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        /* background-image: linear-gradient(to top, rgba(0, 0, 0, 1.0) 0%, rgba(0, 0, 0, 0) 100%); */
        z-index: 1;
        background: rgba(0, 0, 0, 0.6);
    }

    .page-intro .main_div .avatar {
        height: 555px;
    }

    .page-intro .main_div .avatar img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .page-intro .main_div .info {
        position: absolute;
        bottom: 0;
        color: #fff;
        z-index: 1;
        padding: 15px 20px;
        width: 88%;
    }

    .page-intro .main_div .info h4 {
        font-size: 18px;
        font-family: 'Spartan_Bold';
        text-transform: uppercase;
        margin-bottom: 13px;
    }

    .page-intro .main_div .info .info-holder p {
        font-size: 14px;
        font-family: 'Spartan_Regular';
        line-height: 1.7;
        margin-bottom: 0;
    }


    /* user group banner */
    .user_group_banner {
        margin-top: 60px;
        margin-bottom: 25px;
    }

    .user_group_banner .main_div {
        position: relative;
    }

    .user_group_banner .main_div:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        /* background: rgba(0, 0, 0, 0.3); */
    }

    .user_group_banner .main_div .avatar {
        height: 555px;
    }

    .user_group_banner .main_div .avatar img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .user_group_banner .main_div .avatar .alt_img {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .user_group_banner .main_div.hit_top .avatar .alt_img {
        opacity: 1;
    }

    .user_group_banner .main_div.hit_top .avatar .main_img {
        opacity: 0;
    }

    .user_group_banner .main_div .info {
        position: absolute;
        bottom: 0;
        color: #fff;
        z-index: 1;
        padding: 15px 20px;
        width: 88%;
    }

    .user_group_banner .main_div .info h4 {
        font-size: 32px;
        font-family: 'Spartan_Bold';
        text-transform: capitalize;
        margin-bottom: 13px;
    }

    .user_group_banner .main_div .info .info-holder span {
        font-size: 14px;
        font-family: 'Spartan_SemiBold';
        /* line-height: 1.7; */
        margin-bottom: 0;
    }



    /* .page-intro{
	position: relative;
}
.page-intro a.btn-search{
	background-color: #0088cc;
	height: 70px;
	width: 70px;
	border-radius: 70px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0px;
	top: -90px;
	z-index: 99;
}
.page-intro a.btn-search:hover{
	background-color: #000;
}
.page-intro a.btn-search img{
	height: 25px;
	width: 25px;
}
.page-intro > .container{
	display: flex;
	position: relative;
}
.page-intro .avatar{
	flex-basis: 50%;
	flex-grow: 0;
	flex-shrink: 1;
	height: 555px;
}
.page-intro .avatar img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	border: 4px solid #08c;
}
.page-intro .info{
	flex-basis: 50%;
	flex-grow: 0;
	flex-shrink: 1;
	align-self: center;
}
.page-intro .info h4{
	font-family: 'Spartan_Bold';
	font-size: 30x;
	padding: 5px 35px;
	color: #08c;
}
.page-intro .info .info-holder{
	position: relative;

}
.page-intro .info .info-holder:after{
	border: 3px solid #0088cc;
	content: "";
	position: absolute;
	top: 50px;
	left: 0px;
	right: -35px;
	bottom: -35px;
	z-index: -0;
	display: none;
}
.page-intro .info .info-holder p{
	background-color: #f3f3f3;
	padding: 30px 40px;
	position: relative;
	width: 100%;
	z-index: 1;
	font-family: 'Spartan_Regular';
	font-size: 16px;
	color: rgba(0, 0, 0, 0.75);
	line-height: 28px;
	margin-bottom: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
} */
    /*** Page Name ***/
    /* --page section name--*/
    /* == FOOTER == */
    .web-footer {
        background-color: #000000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: rgba(255, 255, 255, 0.75);
        padding: 45px 50px;
        font-family: 'Spartan_Regular';
        font-size: 14px;
    }

    .web-footer p {
        font-family: 'Spartan_Light';
    }

    .web-footer ul {
        display: flex;
        align-items: center;
    }

    .web-footer ul li a {
        color: rgba(255, 255, 255, 0.75);
        padding: 0px 15px;
        margin: 0px 15px;
        display: inline-block;
    }

    .web-footer ul li a:hover {
        transform: scale(1.1, 1.1);
        color: #0088cc;
    }

    .latest-article .section-items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 25px;
    }

    .latest-article .section-items .section-branding {
        letter-spacing: 1px;
        font-size: 10px;
        flex-basis: unset;
        padding-top: 0px;
        display: flex;
    }

    .latest-article .section-items .section-branding:before {
        display: none;
    }

    .latest-article .section-items .section-branding:after {
        content: "";
        z-index: 99999;
        position: relative;
        top: unset;
        bottom: unset;
        margin: 10px 0px 75px 0px;
        left: -7px;
        right: unset;
        background-color: #08c;
        display: block;
        width: 2px;
        flex-grow: 1;
        flex-basis: 0;
        flex-shrink: 1;
        height: unset;
    }

    .latest-article .section-items .section-branding:after {
        display: none;
    }

    /* == // FOOTER == */
    .mobile-menu {
        display: none;
    }

    .site-header-button {
        display: none;
    }

    /* == //Detail page == */
    .detail-wrapper {
        padding: 120px 0 0;
        position: relative;
    }

    .detail-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        /* width: 100%; */
        /* height: 50%; */
        /* background-color: #fafafa; */
        z-index: -1;
    }

    .detail-wrapper .container,
    .more-exclusive .container {
        max-width: 1340px;
    }

    .more-exclusive .section-items .section-item .avatar-title h6 {
        font-size: 15px;
    }

    .detail-cotent ul.breadcrumb {
        display: flex;
        align-items: center;
        background-color: unset;
        margin: 0px;
        padding: 0px;
    }

    .detail-cotent ul.breadcrumb li a {
        padding: 10px;
        color: #0088cc;
        text-transform: uppercase;
        font-size: 11px;
        font-family: 'Spartan_Bold';
    }

    .detail-cotent ul.breadcrumb li:first-child a {
        padding-left: 0px;
    }

    .detail-cotent .disclaimer-text {
        font-family: 'Spartan_Medium';
        font-size: 9px;
        text-transform: uppercase;
        color: darkgray;
        display: inline-block;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-left: 5px solid #0088cc;
        padding: 4px 10px 3px 10px;
        margin-bottom: 20px;
        max-width: fit-content;
    }

    .detail-cotent .title h1 {
        font-size: 54px;
        line-height: 70px;
        margin-bottom: 25px;
        letter-spacing: -2px;
    }

    .detail-cotent .description p,
    .detail-cotent p:not(.mceNonEditable):not(.imagep) {
        color: #6D6D6D;
        line-height: 35px;
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .detail-cotent .description.description-1 {
        font-weight: bolder;
    }

    .detail-cotent .description {
        margin-bottom: 25px;
    }

    .detail-cotent .rating-holder {
        background-color: #f6fafd;
        border-radius: 100px;
        align-items: center;
        display: inline-flex;
        padding: 10px 20px;
        max-width: fit-content;
    }

    .detail-cotent .rating-holder label {
        font-family: 'Spartan_Bold';
        font-size: 14px;
    }

    .detail-cotent .rating-holder ul {
        display: inline-flex;
        align-items: center;
    }

    .detail-cotent .rating-holder ul li {
        height: 20px;
        width: 20px;
        padding-left: 3px;
        padding-top: 2px;
        font-size: 12px;
        background-color: rgba(0, 0, 0, 0.1);
        margin-right: 10px;
        color: #fff;
    }

    .detail-cotent .rating-holder ul li.active {
        background-color: #0088cc;
    }

    .detail-cotent .rating-holder span {
        font-family: 'Spartan_Bold';
        font-size: 12px;
    }

    .detail-cotent .detail-img {
        width: 100%;
        margin-bottom: 25px;
    }

    .poll-container img {
        margin-bottom: 0 !important;
    }

    .detail-cotent .detail-img img,
    .detail-cotent .imagep img {
        /* max-height: 600px; */
        width: 100%;
        object-fit: cover;
        /* border-radius: 10px; */
    }

    .detail-cotent .poll-container.imagep img {
        border-radius: unset;
        padding: 0 30px 20px 30px;
    }

    .detail-cotent .imagep .imgtitle {
        font-size: 12px;
        /* font-weight: bold; */
        font-family: 'Spartan_Bold';
        margin: 16px;
        font-size: 14px;
    }

    .detail-cotent .photo_title {
        font-size: 12px;
        font-family: 'Spartan_Bold';
        margin: 16px;
        font-size: 14px;
    }

    .detail-cotent .imagep img {
        max-width: 100%;
        height: auto;
        /* margin-bottom: 15px; */
    }

    .detail-cotent .core-strength h4 {
        font-size: 18px;
    }

    .detail-cotent .detail-img {
        position: relative;
    }

    /* .detail-cotent .detail-img:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 1.0) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    } */

    .detail-cotent .detail-img .carousel-caption {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        text-align: left;
        z-index: 10;
        padding-top: unset;
        padding-bottom: unset;
        color: #fff;
    }

    .detail-cotent .detail-img .info {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        color: #fff;
        padding: 15px;
        text-align: center;
        /* padding: 75px 75px 35px 75px; */
        width: 100%;
    }

    .detail-cotent .detail-img .info p {
        font-style: italic;
        font-size: 13px;
        margin-bottom: 12px;
        color: #fff;
    }

    .detail-cotent .detail-img .info .video-duration-container span.video_text {
        font-size: 13px;
        text-transform: uppercase;
    }

    .detail-cotent .detail-img .info .video-duration-container img {
        width: 30px;
    }

    .pl-60 {
        padding-left: 60px;
    }

    .blue {
        color: #0088cc;
    }

    .underline {
        text-decoration: underline;
    }

    .top-picks {
        margin-top: 40px;
    }

    .top-picks .section-items {
        flex-direction: column;
    }

    .top-picks .section-title h1 {
        font-size: 18px;
        letter-spacing: 0;
    }

    .top-picks .section-title h1:before {
        top: -7px;
        bottom: 0;
        margin: auto;
        left: -10px;
        border-radius: 50px;
    }

    .top-picks .section-items .section-item .avatar-title .avatar {
        width: 100%;
    }

    .get-all-free {
        padding: 70px 0;
        text-align: center;
    }

    .get-all-free h3 {
        margin-bottom: 10px;
        font-size: 44px;
    }

    .get-all-free p {
        font-size: 16px;
        color: rgba(0, 0, 0, 0.75);
        margin-bottom: 28px;
        font-family: 'Spartan_SemiBold';
    }

    .get-all-free .btn-style-1 {
        border-radius: 50px;
        padding: 11px 40px;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: inline-block;
        position: relative;
        transition: all 0.3s ease-in-out;
        font-size: 11px;
    }

    .get-all-free .btn-style-1:before {
        content: url(../images/arrow-1.svg);
        position: absolute;
        top: 28px;
        right: -40px;
        transition: all ease 0.5s;
        height: 21px;
        width: 64px;
        display: none;
    }

    .get-all-free .btn-style-1:hover {
        background-color: #027bb8;
        color: #fff;
        transition: all 0.3s ease-in-out;
    }

    .get-all-free .already-member p {
        font-size: 13px;
        font-family: 'Spartan_Medium';
        font-weight: unset;
        color: #6D6D6D;
    }

    /* .detail-cotent .blockquote:before {
        content: "";
        position: absolute;
        height: 50px;
        width: 50px;
        top: 10px;
        left: 15px;
        z-index: -1;
        background: url('../images/quote.svg') center center no-repeat;
        background-size: 100% auto;
        z-index: 1;
    } */

    .detail-cotent .blockquote {
        position: relative;
        /* border: 2px solid rgba(0, 0, 0, 0.10); */
        /* border-right: 5px solid #0088cc; */
        padding: 50px 75px;
        margin: 75px 0px;
        /* border-radius: 10px; */
        overflow: hidden;
        width: 80%;
        margin: auto;
    }

    .detail-cotent .blockquote:after {
        content: "";
        position: absolute;
        background-color: #f8f8f8;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: -1;
    }

    .detail-cotent .blockquote h2 {
        font-family: 'Spartan_Bold';
        font-size: 55px;
        letter-spacing: -1px;
    }

    .detail-cotent .blockquote p {
        font-size: 18px;
        margin-top: 20px;
        color: #08c;
    }

    .detail-cotent .opinionBox {
        position: relative;
        border: 2px solid rgba(0, 0, 0, 0.10);
        border-right: 5px solid #0088cc;
        padding: 50px 75px 35px 75px;
        margin: 50px 0px;
    }

    .detail-cotent .opinionBox:after {
        content: "";
        position: absolute;
        background-color: #f4f4f4;
        height: 100%;
        width: 100%;
        top: 25px;
        left: 25px;
        z-index: -1;
    }

    .detail-cotent .opinionBox h4 {
        font-family: 'Spartan_Bold';
        font-size: 19px;
        /* letter-spacing: -1px; */
        padding-top: 0.2rem;
        margin-bottom: 20px;
        margin-right: 1rem;
        color: #000;
        text-transform: uppercase;
    }

    /* .detail-cotent .opinionBox h4 span.title-highlight{
	color: #0088cc;
} */
    .detail-cotent .opinionBox p {
        margin-top: 10px;
        color: rgba(0, 0, 0, 0.55);
        line-height: 27px !important;
        font-size: 17px !important;
        font-family: "Spartan_Regular" !important;
        margin: unset !important;
        font-variant-numeric: unset !important;
        font-variant-east-asian: unset !important;
        font-stretch: unset !important;
    }

    .detail-cotent .pricing {
        /* background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	padding: 10px 20px;
	display: inline-block;
	position: relative; */
        background: unset;
        border: unset;
        padding: 0;
        display: inline-block;
        position: unset;
        border-top: 1px solid rgba(0, 0, 0, 0.1);

    }

    /* .detail-cotent .pricing:after{
	content: "";
	background-color: #0088cc;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
} */
    .detail-cotent .pricing h5 {
        font-size: 19px;
        color: #000;
        font-family: 'Spartan_Bold';
        padding: 0px;
        margin: 0px;
        padding-top: 14px;
    }

    .detail-cotent .pricing h5 span:not(.currency_sign_span):not(.price_span) {
        text-transform: uppercase;
        /* color: #0088cc;
	font-family: 'Spartan_Bold'; */
    }

    .detail-cotent .pros-cons {
        display: flex;
    }

    .detail-cotent .pros-cons ul {
        flex-grow: 1;
        flex-basis: 0;
        flex-shrink: 1;
    }

    .detail-cotent .pros-cons ul li {
        font-family: 'Spartan_Regular';
        font-size: 18px;
        color: rgba(0, 0, 0, 0.60);
        display: flex;
        align-items: center;
        padding: 5px 0px;
    }

    .detail-cotent .pros-cons ul li h3 {
        text-transform: uppercase;
        font-family: 'Spartan_Bold';
        font-size: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 15px;
        margin-bottom: 15px;
        /* letter-spacing: -1px; */
        color: #000;
        width: 100%;
    }

    .detail-cotent .pros-cons ul li span.marker {
        height: 20px;
        width: 20px;
        border-radius: 25px;
        display: inline-block;
        margin-right: 20px;
        position: relative;
    }

    .detail-cotent .pros-cons ul li span.pro_text_div,
    .detail-cotent .pros-cons ul li span.con_text_div {
        color: #000;
    }

    .detail-cotent .pros-cons ul.pros li span.marker:before {
        content: "";
        position: absolute;
        background-color: #fafafa;
        height: 2px;
        width: 6px;
        bottom: 8px;
        left: 4px;
        transform: rotate(45deg);
    }

    .detail-cotent .pros-cons ul.pros li span.marker {
        background-color: #5cb85c;
    }

    .detail-cotent .pros-cons ul.pros li span.marker:after {
        content: "";
        position: absolute;
        background-color: #fafafa;
        height: 2px;
        width: 10px;
        top: 9px;
        right: 4px;
        transform: rotate(-45deg);
    }

    .detail-cotent .pros-cons ul.cons li span.marker:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 10px;
        border-radius: 10px;
        background-color: #fff;
        bottom: 9px;
        left: 5px;
    }

    .detail-cotent .pros-cons ul.cons li span.marker {
        /* border: 1px solid rgba(0, 0, 0, 0.5); */
        /* border: 1px solid #08c; */
        background-color: #d9534f;
        border: unset;
    }

    .detail-cotent h3.style-1 {
        font-family: 'Spartan_Bold';
        font-size: 45px;
        letter-spacing: -2px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .detail-cotent .title-caption-1 {
        color: #0088cc;
        font-size: 22px;
        font-family: 'Spartan_Medium';
        letter-spacing: -1px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 0px;
    }

    .detail-cotent .title-caption-1 .year {
        color: #000;
    }

    .detail-cotent .section-items.top-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0px;
        grid-gap: 25px;
    }

    .detail-cotent .section-items.top-items .section-item {
        width: 100%;
    }

    .section-items.top-items .section-item .avatar-title h6 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .section-items.top-items .section-item .avatar-title h6 a.btn-viewall {
        background-color: #0088cc;
        display: inline-block;
        color: #fff;
        padding: 8px 15px;
        border-radius: 100px;
        font-family: 'Spartan_Medium';
        font-size: 13px;
        min-width: 90px;
    }

    .detail-cotent .more-exclusive {
        padding-bottom: 55px;
    }

    .detail-cotent h3.style-2 {
        font-family: 'Spartan_Bold';
        font-size: 45px;
        letter-spacing: -2px;
        border-left: 6px solid #0088cc;
        padding: 0px 20px;
        margin: 50px 0px;
    }

    .items-carousel {}

    .items-carousel .block-style-1 {
        /* border: 1px solid rgba(0, 0, 0, 0.25); */
    }

    .items-carousel .block-style-1 .avatar {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    .items-carousel .block-style-1 .avatar img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .items-carousel .block-style-1 .rating-indicator {}

    .items-carousel .block-style-1 .rating-indicator ul {
        background-color: #ececec;
        padding: 10px 4px;
        position: absolute;
        right: -15px;
        top: 90px;
        border-radius: 100px;
    }

    .items-carousel .block-style-1 .rating-indicator ul {
        background-color: #ececec;
        padding: 10px 4px;
        position: absolute;
        right: 0px;
        top: 180px;
        border-radius: 100px 0px 0px 100px;
        display: flex;
    }

    .items-carousel .block-style-1 .rating-indicator ul li {
        height: 8px;
        width: 8px;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        margin: 5px;
    }

    .items-carousel .block-style-1 .rating-indicator ul li.active {
        background-color: #0088cc;
    }

    .items-carousel .block-style-1 .rating-indicator ul li.active.half {
        height: 8px;
        width: 8px;
        /* background: linear-gradient( -45deg, blue, blue 49%, white 49%, white 51%, red 51% );  */
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 50%, #08c 50%);
        border-radius: 50%;
        margin: 5px;
    }

    .items-carousel .block-style-1 .item-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 15px 0px;
        font-size: 14px;
        padding: 0px 15px;
        border-left: 3px solid #0088cc;
    }

    .items-carousel .block-style-1 .item-info h6 {
        font-family: 'Spartan_Bold';
        font-size: 14px;
        margin-bottom: 0px;
    }

    .detail-cotent .question-holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 25px;
    }

    .detail-cotent .question-holder .question {
        display: flex;
        background-color: #f3f3f3;
        flex-grow: 1;
        flex-basis: 0;
        flex-shrink: 1;
        margin-right: 50px;
        border-left: 5px solid #0088cc;
        padding: 10px 20px;
        align-items: center;
        justify-content: space-between;
    }

    .detail-cotent .question-holder .question span {
        font-family: 'Spartan_Bold';
        font-size: 30px;
    }

    .detail-cotent .question-holder .question .btn-yes-no:hover {
        color: #0088cc;
        background-color: #fff;
    }

    .detail-cotent .question-holder .question .btn-yes-no {
        background-color: #0088cc;
        font-family: 'Spartan_Medium';
        color: #fff;
        padding: 8px 15px;
        border-radius: 100px;
        font-size: 14px;
        margin-left: 10px;
    }

    .detail-cotent .question-holder .btn-full-report:hover {
        text-decoration: underline;
    }

    .detail-cotent .question-holder .btn-full-report {
        font-family: 'Spartan_Medium';
        color: #0088cc;
    }

    .detail-cotent .question-holder .btn-full-report i {
        color: #000;
    }

    .detail-cotent .image-holder-style1:before {
        content: "";
        position: absolute;
        border: 2px solid #e5e5e5;
        height: 40%;
        width: 60%;
        top: -15px;
        left: -15px;
        z-index: -1;
    }

    .quote-with-image .image-holder-style1:before {
        display: none;
    }

    .quote-with-image .image-holder-style1:after {
        display: none;
    }

    .detail-cotent .quote-with-image .image-holder-style1 .image-holder-in img {
        border-radius: 0px;
        /* overflow:/ hidden; */
    }

    .detail-cotent .quote-with-image .image-holder-style1 {
        margin-bottom: 0px;
    }

    .quote-with-image .content p {
        /* color: #08c !important; */
        color: grey !important;
        font-family: 'Spartan_Regular' !important;
        font-size: 9px !important;
        margin-bottom: 0px !important;
        text-align: right;
        line-height: 0px !important;
        margin-top: 1rem !important;
    }

    .quote-with-image .content {
        /* padding: 30px;
        background-color: #f3f3f3;
        border-radius: 10px;
        width: calc(100% - 10%);
        margin-left: 5%;
        margin-top: -20px;
        position: relative; */
        padding: 15px;
        background-color: #f3f3f3;
        width: 100%;
    }

    .detail-cotent .image-holder-style1 {
        position: relative;
        margin: 75px 0px;
    }

    .detail-cotent .image-holder-style1:after {
        content: "";
        position: absolute;
        background-color: rgba(0, 0, 0, 0.1);
        height: 40%;
        width: 60%;
        bottom: -25px;
        right: -25px;
        z-index: -1;
    }

    /* .detail-cotent .image-holder-style1 .image-holder-in:before {
        content: "";
        position: absolute;
        height: 50px;
        width: 50px;
        top: -15px;
        left: 25px;
        z-index: -1;
        background: url('../images/quote.svg') center center no-repeat;
        background-size: 100% auto;
        z-index: 1;
    } */

    .detail-cotent .image-holder-style1 .image-holder-in {
        /* position: relative; */
        max-width: 75%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }

    .detail-cotent h3.style-3 {
        font-family: 'Spartan_Bold';
        font-size: 42px;
        letter-spacing: -2px;
    }

    .detail-cotent .in-article-link .avatar .main_info_div {
        position: absolute;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .detail-cotent .in-article-link .avatar .main_info_div .info {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        color: #fff;
        padding: 0 0 6px 0;
        text-align: center;
        width: 100%;
    }

    .detail-cotent .in-article-link .avatar .main_info_div .info .video_icon_div .video_text {
        font-size: 10px;
        text-transform: uppercase;
    }

    .detail-cotent .in-article-link .avatar .main_info_div .info .video_icon_div img {
        width: 21px;
        object-fit: cover;
        height: 100%;
    }

    .detail-cotent .in-article-link .content .text_with_arraow_div {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .detail-cotent .in-article-link .content .text_with_arraow_div img {
        width: 25px;
    }

    .detail-cotent .in-article-link {
        display: flex;
        /* background-color: rgb(230, 245, 255, 0.5); */
        padding: 10px;
        background-color: #f2f2f2;
        max-width: 80%;
        margin: auto;
    }

    .detail-cotent .in-article-link .avatar {
        /* height: 250px;
	width: 250px; */
        /* flex-basis: 250px;
	flex-grow: 0;
	flex-shrink: 0; */
        position: relative;
        padding: 10px;
        background-color: #fff;
    }

    .detail-cotent .in-article-link .avatar .video-time-duration {
        color: #000;
        background-color: #fff;
        border-radius: 100px;
        padding: 7px 15px;
        font-size: 14px;
        font-family: 'Spartan_Medium';
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 1;
    }

    .detail-cotent .in-article-link .avatar a.action-play {
        position: absolute;
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.25);
    }

    .detail-cotent .in-article-link .avatar>img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        /* border-radius: 10px;
	border: 2px solid #08c; */
    }

    .detail-cotent .in-article-link .avatar a.action-play img {
        width: 50px;
        height: 50px;
    }

    .detail-cotent .in-article-link .content {
        /* flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1; */
        /* border: 2px solid #f2f2f2; */
        /* border-radius: 10px;
    padding: 30px 50px 30px 50px;
    margin-top: 20px;
    background-color: #f9f9f9;
    margin-left: -20px;
    z-index: -1;
	display: flex;
	flex-wrap: wrap; */
        padding: 10px;
        background-color: #fff;
    }

    .detail-cotent .in-article-link .content span {
        /* color: #08c;
	font-family: 'Spartan_Regular';
	text-transform: none !important; */
        font-size: 10px;
        font-family: 'Spartan_Bold';
        color: #6D6D6D;
    }

    .detail-cotent .in-article-link .content h4 {
        font-family: 'Spartan_Bold';
        font-size: 22px;
        line-height: 40px;
        letter-spacing: -1px;
        margin-top: 15px;
        min-height: 100px;
    }

    .detail-cotent .in-article-link .content a {
        display: inline-block;
        align-self: flex-end;
    }

    .detail-cotent .in-article-link .content a i,
    .detail-cotent .in-article-link .content a em {
        color: #fff;
        background-color: #08c;
        padding: 5px;
        height: 26px;
        width: 26px;
        text-align: center;
        border-radius: 25px;
    }

    .detail-cotent .poll-container {
        background-color: #f2f2f2;
        max-width: 75%;
        margin: auto;
    }

    .detail-cotent .poll-container .title {
        /* background-color: #f2f2f2;
	width: 84%;
	margin: 0px auto;
	padding: 30px 20px;
	text-align: center;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
        margin: 0;
        padding: 25px 30px 20px 30px;
        text-align: center;
        width: 100%;
        border-radius: unset;
        background-color: unset;
        text-transform: uppercase;
    }

    .detail-cotent .poll-container .vot-holder {
        /* background-color: #f2f2f2; */
        /* width: 84%; */
        /* margin: 0px auto; */
        /* padding: 30px 45px; */
        text-align: center;
        /* display: flex;
	align-items: center; */
        /* border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; */
        padding: 0 30px 20px 30px;
        /* flex-direction: column; */
        /* width: 100%; */
    }

    /* .detail-cotent .poll-container .vot-holder .radio-holder{
	flex-grow: 1;
	flex-basis: 0;
	flex-shrink: 1;
	width: 100%;
} */
    .poll-container .vot-holder .radio-holder .radio-container-style4 span.checkmark {
        border-radius: unset;
        color: #000;
        font-family: 'Spartan_Bold';
        font-size: 13px;
        line-height: 1.4;
    }

    .poll-container .vot-holder .radio-holder .radio-container-style4 span.checkmark b {
        flex: 1;
        padding: 0 5px 0 5px;
    }

    .poll-container .vot-holder .radio-holder .radio-container-style4 .checkmark i,
    .poll-container .vot-holder .radio-holder .radio-container-style4 .checkmark span.per_val {
        display: none;
    }

    .poll-container .vot-holder .radio-holder .radio-container-style4 input:checked~.checkmark {
        border: unset;
        color: #000;
        background-color: #fff;
        font-family: 'Spartan_ExtraBold';
        font-size: 14px;
    }

    .poll-container .radio-holder.chk .radio-container-style4 input:not(:checked)+span.checkmark {
        color: rgba(0, 0, 0, 0.5);
    }

    .poll-container .vot-holder .radio-holder .radio-container-style4 input:checked~.checkmark i {
        color: #000;
        display: block;
    }

    .poll-container .vot-holder .radio-holder .radio-container-style4 input:checked~.checkmark span.per_val {
        display: block;
    }

    .poll-container .vot-holder .button-action {
        padding: 20px 0 10px 0;
    }

    .poll-container .vot-holder a {
        padding: 10px 40px;
    }

    /* .detail-cotent .poll-container .vot-holder .button-action{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	padding-left: 50px;
} */
    .detail-cotent .poll-container .vot-holder a {
        color: #fff;
        background-color: #2196F3;
        padding: 12px 50px;
        border-radius: 100px;
        font-family: 'Spartan_Medium';
    }

    .detail-cotent .poll-container .title h4 {
        font-size: 18px;
        font-family: 'Spartan_ExtraBold';
        letter-spacing: unset;
    }

    .detail-cotent .image-holder-style3:before {
        content: "";
        height: 100%;
        width: 100%;
        border: 2px solid #e2e2e2;
        left: 25px;
        bottom: 25px;
        right: -25px;
        top: -25px;
        position: absolute;
    }

    .detail-cotent .image-holder-style3 {
        position: relative;
    }

    .detail-cotent .image-holder-style3 h4 {
        position: absolute;
        background-color: #f2f2f2;
        padding: 20px;
        left: 25px;
        font-family: 'Spartan_Bold';
        font-size: 36px;
    }

    .detail-cotent .image-holder-style3 h4 span {
        color: #0088cc;
    }

    .detail-cotent .style-1 {
        font-family: 'Spartan_Bold';
        font-size: 36px;
    }

    .detail-cotent p.style-1 {
        font-family: 'Spartan_Regular';
        font-size: 24px;
    }

    .detail-cotent .competition-container.desktop {
        background-color: rgb(230, 245, 255, 0.5);
        padding: 20px 20px 20px 20px;
        margin-bottom: 50px;
        width: 75%;
        margin: auto;
    }

    .detail-cotent .competition-container.desktop .image-holder-style4 {
        padding: 0 0 20px 0;
        background-color: #fff;
    }

    /* .detail-cotent .image-holder-style4:before{
	border: 2px solid #ccc;
	height: 100%;
	width: 100%;
	top: -15px;
	left: 15px;
	right: -15px;
	bottom: 15px;
	content: "";
	position: absolute;
} */
    /* .detail-cotent .image-holder-style4{
	position: relative;
} */
    .detail-cotent .competition-container.desktop .image-holder-style4 .caption {
        /* background-color: #f3f3f3;
	text-transform: uppercase;
	font-family: 'Spartan_Bold';
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px 20px;
	color: #0088cc;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc; */
        margin: 0;
        padding: 20px 0 13px 0;
        border: 0;
        background-color: unset;
        border-radius: unset;
        width: 100%;
        text-align: center;
        color: #000;
        position: unset;
        font-family: 'Spartan_ExtraBold';
        font-size: 17px;
        text-transform: uppercase;
    }

    .detail-cotent .competition-container .image-holder-style4::before {
        display: none;
    }

    .detail-cotent .competition-container.desktop .image-holder-style4 img {
        /* border-radius: 10px; */
        border-radius: unset;
        padding: 0 15px 0 15px;
    }

    /* .detail-cotent .competition-container .image-holder-style4 .caption{
	background-color: #f3f3f3;
	text-transform: uppercase;
	font-family: 'Spartan_Bold';
	padding: 20px 20px;
	color: #0088cc;
	width: 100%;
	width: calc(100% - 10%);
	margin-left: 5%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	position: relative;
	top: unset;
	left: unset;
	border-top: 1px solid #08c;
	border-left: 1px solid;
	border-right: 1px solid;
} */
    .detail-cotent .competition-container.desktop .competition-timer {
        background-color: #fff;
        padding: 0 15px 10px 15px;
    }

    .detail-cotent .competition-container.desktop .competition-timer h6 {
        text-align: center;
        font-family: 'Spartan_ExtraBold';
        font-size: 20px;
        margin-bottom: 0;
    }

    .detail-cotent .competition-container.desktop .competition-timer .statistics {
        padding: 0 60px 0 60px;
    }

    .detail-cotent .competition-container.desktop .competition-timer .countdown {
        margin: 25px 0 15px 0px;
    }

    .detail-cotent .competition-container.desktop .competition-timer .countdown .tick span[data-view="text"] {
        font-size: 19px;
        text-transform: lowercase;
    }

    .detail-cotent .competition-container.desktop .competition-timer .enter_btn_div {
        text-align: center;
        padding: 20px;
    }

    .detail-cotent .competition-container .counter-holder {
        text-align: center;
    }

    .detail-cotent .competition-container .counter-holder .pie_progress_info {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .counter-holder .pie_progress_info .pie_progress__number {
        font-family: 'Spartan_ExtraBold';
        font-size: 22px;
    }

    .detail-cotent .competition-container.desktop .image-holder-style4 .avatar {
        position: relative;
        overflow: hidden;
    }

    .detail-cotent .competition-container.desktop .image-holder-style4 .image-overlay:before {
        content: '';
        position: absolute;
        left: 15px;
        top: 0px;
        width: 95%;
        height: 100%;
        background: #08c;
        opacity: 0;
        transition: .5s ease;
    }

    .detail-cotent .competition-container.desktop .image-holder-style4:hover .image-overlay::before {
        opacity: 0.43;
    }

    /* relevant styles */
    .img__wrap {
        position: relative;
        height: 100%;
        width: fit-content;
        margin: auto;
    }

    .img__description_layer.user-group {
        background-image: url('../images/DESCRIBE.svg');
    }

    .img__description_layer.enter-prize-draw {
        background-image: url('../images/ENTER.svg');
    }

    .img__description_layer {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /* background: #0088cc7d; */
        background-position: center;
        background-size: 105% 100%;
        background-repeat: no-repeat;
        visibility: visible;
        opacity: 0.5;
        display: flex;
        align-items: center;
        justify-content: center;

        /* transition effect. not necessary */
        transition: opacity .2s, visibility .2s;
    }

    /* .img__wrap:hover .img__description_layer {
        visibility: visible;
        opacity: 1;
    } */

    .img__description {
        /* transition: .2s; */
        transform: translateY(1em);
        color: #fff !important;
        /* text-align: center; */
        line-height: 45px;
        margin: auto;
    }

    .img__description .text1 {
        font-size: 4rem;
        font-family: fantasy;
    }

    .img__description .text2 {
        font-size: 4rem;
        font-family: fantasy;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 3px;
    }

    .img__wrap:hover .img__description {
        /* transform: translateY(0); */
    }

    .detail-cotent .competition-container.desktop .competition-timer .enter_btn_div a.btn-enter-now {
        background-color: #0088cc;
        font-family: 'Spartan_Bold';
        color: #fff;
        padding: 13px 30px;
        border-radius: 100px;
        /* display: table;
	margin: 0px auto; */
        text-transform: capitalize;
    }



    .detail-cotent .image-holder-style5:before {
        border: 1px solid #ccc;
        height: 200px;
        z-index: -1;
        width: 65%;
        top: -15px;
        left: -15px;
        content: "";
        position: absolute;
    }

    .detail-cotent .image-holder-style5 {
        position: relative;
    }

    .detail-cotent .image-holder-style5:after {
        background-color: rgba(0, 0, 0, 0.1);
        height: 200px;
        z-index: -1;
        width: 65%;
        bottom: -15px;
        right: -15px;
        content: "";
        position: absolute;
    }

    .detail-cotent .img-caption {
        text-align: center;
        font-family: 'Spartan_Bold';
        font-size: 16px;
    }

    .detail-cotent .link-click {
        font-family: 'Spartan_Medium';
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
        background-color: #f8f8f8;
        border: 1px solid #eaeaea;
        border-left: 5px solid #0088cc;
        padding: 8px 15px;
        margin-bottom: 20px;
        color: #0088cc;
    }

    .detail-cotent h3.style-4 {
        font-family: 'Spartan_Bold';
        font-size: 36px;
        letter-spacing: -2px;
        border-left: 4px solid #0088cc;
        padding: 0px 15px;
        margin: 50px 0px;
    }

    .detail-cotent .product-holder-1:before {
        border: 2px solid #0088cc;
        height: 80%;
        z-index: -1;
        width: 80%;
        opacity: 0.60;
        top: -15px;
        right: -15px;
        content: "";
        position: absolute;
    }

    .detail-cotent .product-holder-1 {
        background-color: #0088cc;
        position: relative;
        padding: 50px;
        text-align: center;
    }

    .detail-cotent .product-holder-1:after {
        background-color: rgba(0, 0, 0, 0.1);
        height: 80%;
        z-index: -1;
        width: 80%;
        bottom: -20px;
        left: -20px;
        content: "";
        position: absolute;
    }

    .detail-cotent .image-holder-style6:before {
        z-index: -1;
        top: -20px;
        left: -20px;
        bottom: -20px;
        right: 100px;
        content: "";
        position: absolute;
        background-image: linear-gradient(to bottom, #0088cc 0%, #0088cc 50%, #f2f2f2 50%, #f2f2f2 100%);
    }

    .detail-cotent .image-holder-style6 {
        position: relative;
    }

    .detail-cotent .tooltip-style-1 {
        position: absolute;
        bottom: 65px;
        left: 115px;
    }

    .detail-cotent .tooltip-style-1 .icon-holder {}

    .detail-cotent .tooltip-style-1 .line-holder {}

    .detail-cotent .tooltip-style-1 .lbl-holder {}

    .detail-cotent .tooltip-style-1 .icon-holder .icon:before {
        height: 35px;
        width: 35px;
        border: 1px solid rgba(0, 0, 0, 0.25);
        top: 2px;
        left: 2px;
        border-radius: 35px;
        content: "";
        position: absolute;
    }

    .detail-cotent .tooltip-style-1 .icon-holder .icon {
        color: #fff;
        background-color: #0088cc;
        height: 35px;
        width: 35px;
        border-radius: 35px;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .detail-cotent .tooltip-style-1 .line-holder .line {
        height: 100px;
        width: 5px;
        background-color: #0088cc;
        transform: rotate(45deg);
        margin-left: 60px;
        margin-bottom: -25px;
    }

    .detail-cotent .tooltip-style-1 .lbl-holder .label:before {
        height: 100%;
        width: 100%;
        border: 1px solid #fff;
        top: 2px;
        left: 2px;
        border-radius: 10px;
        content: "";
        position: absolute;
    }

    .detail-cotent .tooltip-style-1 .lbl-holder .label {
        text-transform: uppercase;
        position: relative;
        border-radius: 10px;
        background-color: #0088cc;
        color: #fff;
        font-family: 'Spartan_Bold';
        font-size: 14px;
        padding: 15px 20px 10px 20px;
        display: inline-block;
        margin-left: 60px;
        margin-bottom: -10px;
    }

    .model-supersleeves-overlay.active {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.35);
    }

    .model-supersleeves {
        display: none;
    }

    .model-supersleeves.active {
        display: block;

        width: 80%;
        position: absolute;
        background-color: #fff;
        color: #000;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 35px 50px;
    }

    .model-supersleeves a.btn-model-close {
        position: absolute;
        background-color: #000;
        height: 26px;
        width: 26px;
        border-radius: 25px;
        right: -10px;
        top: -10px;
        display: inline-flex;
        color: #fff;
        align-items: center;
        justify-content: center;
    }

    .model-supersleeves p {}

    .detail-cotent .tooltip-style-2 {
        position: absolute;
    }

    .detail-cotent .tooltip-style-2 .icon-holder .icon:before {
        height: 36px;
        width: 36px;
        border: 1px solid #fff;
        top: -3px;
        left: -3px;
        border-radius: 36px;
        content: "";
        position: absolute;
    }

    .detail-cotent .tooltip-style-2 .icon-holder .icon {
        color: #fff;
        background-color: #fff;
        height: 30px;
        width: 30px;
        border-radius: 35px;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .detail-cotent .tooltip-style-2 .icon-holder .icon:after {
        height: 14px;
        width: 14px;
        top: 0px;
        left: 0px;
        border-radius: 14px;
        top: calc(50% - 7px);
        left: calc(50% - 7px);
        content: "";
        position: absolute;
        background-color: #0088cc;
    }

    .detail-cotent .tooltip-style-2 .line-holder .line {
        height: 100px;
        width: 5px;
        background-color: #000;
        transform: rotate(45deg);
        margin-left: 60px;
        margin-bottom: -25px;
    }

    .detail-cotent .tooltip-style-2 .lbl-holder .label {
        position: relative;
        border-radius: 10px;
        background-color: #000;
        color: #fff;
        font-family: 'Spartan_Bold';
        font-size: 16px;
        padding: 8px 15px;
        display: inline-block;
        margin-left: 60px;
        margin-bottom: -10px;
    }

    .detail-cotent .tooltip-speaker {
        top: 35px;
        left: 75px;
        display: inline-flex;
        align-items: center;
    }

    .detail-cotent .tooltip-speaker .icon-holder .icon {}

    .detail-cotent .tooltip-speaker .line-holder .line {
        transform: rotate(0deg);
        height: 5px;
        width: 150px;
        margin: 0px;
    }

    .detail-cotent .tooltip-speaker .lbl-holder .label {
        margin: 0px;
    }

    .detail-cotent .tooltip-tapscreen {
        top: 65px;
        right: 100px;
    }

    .detail-cotent .tooltip-tapscreen .icon-holder .icon {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .detail-cotent .tooltip-tapscreen .line-holder .line {
        width: 5px;
        transform: rotate(27deg);
        margin-left: 44px;
        margin-bottom: 0px;
        margin-top: -10px;
        height: 150px;
    }

    .detail-cotent .tooltip-tapscreen .lbl-holder .label {
        margin: 0px;
    }

    .detail-cotent .tooltip-onbutton {
        bottom: 100px;
        left: 50px;
    }

    .detail-cotent .tooltip-onbutton .icon-holder .icon {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1;
    }

    .detail-cotent .tooltip-onbutton .line-holder .line {
        transform: rotate(21deg);
        height: 270px;
        margin-left: 135px;
    }

    .detail-cotent .tooltip-speaker .lbl-holder .label {
        margin: 0px;
    }

    .detail-cotent .tooltip-durable {
        bottom: 20px;
        right: 150px;
    }

    .detail-cotent .tooltip-durable .icon-holder .icon {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
    }

    .detail-cotent .tooltip-durable .line-holder .line {
        transform: rotate(-43deg);
        height: 148px;
        margin-left: 55px;
        margin-top: -10px;
    }

    .detail-cotent .tooltip-durable .lbl-holder .label {
        margin-left: 100px;
    }

    .detail-cotent .tooltip-style-2 .icon-holder {}

    .detail-cotent .tooltip-style-2 .line-holder {}

    .detail-cotent .tooltip-style-2 .lbl-holder {}





    .model-product-overlay.active {
        z-index: 2;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.35);
    }

    .model-product {
        display: none;
    }

    .model-product.active {
        display: block;
        width: 80%;
        position: absolute;
        background-color: #fff;
        color: #000;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 35px 50px;
        z-index: 99999999;
    }

    .model-product a.btn-model-close {
        position: absolute;
        background-color: #000;
        height: 26px;
        width: 26px;
        border-radius: 25px;
        right: -10px;
        top: -10px;
        display: inline-flex;
        color: #fff;
        align-items: center;
        justify-content: center;
    }

    .model-product p {
        display: none;
    }


    .detail-cotent .image-holder-style7:before {
        content: "";
        height: 100%;
        width: 100%;
        border: 2px solid #e2e2e2;
        left: 25px;
        bottom: 25px;
        right: -25px;
        top: -25px;
        position: absolute;
    }

    .detail-cotent .image-holder-style7 {
        position: relative;
    }

    .detail-cotent .image-holder-style7 h4 {
        position: absolute;
        background-color: #f2f2f2;
        padding: 20px;
        left: 25px;
        bottom: 18px;
        font-family: 'Spartan_Bold';
        font-size: 17px;
    }

    .detail-cotent .image-holder-style7 h4 span {
        color: #0088cc;
    }

    .detail-cotent .image-holder-style8:before {
        content: "";
        height: 25px;
        width: 200px;
        right: 0px;
        top: 0px;
        position: absolute;
        background-color: #08c;
    }

    .detail-cotent .image-holder-style8 {
        position: relative;
    }

    .detail-cotent .image-holder-style8 h4 {
        position: absolute;
        background-color: #0088cc;
        padding: 20px;
        left: 0px;
        bottom: -35px;
        font-family: 'Spartan_Bold';
        font-size: 17px;
        color: #fff;
    }

    .detail-cotent .image-holder-style8 h4 span {
        color: #fff;
    }

    .detail-cotent .image-holder-style9:before {
        content: "";

        width: 100%;
        border: 2px solid #0088cc;
        left: 25px;
        bottom: -20px;
        right: -20px;
        top: -20px;
        position: absolute;
        z-index: -1;
    }

    .detail-cotent .image-holder-style9 {
        position: relative;
    }

    .detail-cotent .image-holder-style9 h4 {
        position: absolute;
        background-color: #0088cc;
        padding: 20px;
        left: 25px;
        bottom: -28px;
        font-family: 'Spartan_Bold';
        font-size: 17px;
        color: white;
    }

    .detail-cotent .image-holder-style9 h4 span {
        color: #fff;
    }

    .detail-cotent .text-holder {
        background-color: #f8f8f8;
        display: flex;
        position: relative;
    }

    .detail-cotent .text-holder h6 {
        font-family: 'Spartan_Medium';
        font-size: 18px;
        color: #fff;
        background-color: #0088cc;
        display: inline-block;
        padding: 15px 30px;
        position: relative;
        top: -25px;
        left: 0px;
        position: absolute;
    }

    .detail-cotent .text-holder p {
        padding: 75px 50px 50px 50px;
        margin-bottom: 0px;
        line-height: 30px;
        opacity: 0.75;
    }

    .detail-cotent .text-holder span {
        font-family: 'Spartan_Regular';
        font-size: 16px;
        color: #fff;
        background-color: #0088cc;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        padding: 20px 10px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
    }

    /* .detail-cotent .bullet-list:before{
	content: "";
	position: absolute;
	top: 40px;
	left: 40px;
	border-radius: 25px;
	background-color: #f8f8f8;
	right: 0px;
	bottom: 0px;
	z-index: 1;
} */
    .detail-cotent .bullet-list {
        /* position: relative;
	padding: 75px 50px 50px 100px; */
        background-color: rgb(230, 245, 255, 0.5);
        padding: 1px 0 1px 0;
        max-width: 450px;
        margin: auto;
    }

    .detail-cotent .bullet-list .info_div {
        margin: 20px;
        background-color: #fff;
    }

    /* .detail-cotent .bullet-list *{
	position: relative;
	z-index: 1;
} */
    /* .detail-cotent .bullet-list:after{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 15px;
	border: 2px solid #0088cc;
	right: 25px;
	bottom: 150px;
	opacity: 0.5;
	z-index: -1;
} */
    .detail-cotent .bullet-list h4 {
        /* font-family: 'Spartan_Bold';
	font-size: 36px;
	letter-spacing: -1px; */
        font-family: 'Spartan_Bold';
        padding: 20px 0 0 40px;
        margin: 0;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0px;
    }

    .detail-cotent .bullet-list ul {
        /* margin-top: 25px;
	margin-bottom: 0px; */
        padding: 0 0 20px 40px;
        margin: 0;
    }

    .detail-cotent .bullet-list ul li:before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: 5px;
        background-color: #0088cc;
        display: none;
    }

    .detail-cotent .bullet-list ul li {
        /* background-color: #fff; */
        /* border: 1px solid #dbdbdb; */
        /* border-radius: 15px; */
        /* margin-bottom: 15px; */
        display: flex;
        position: relative;
        overflow: hidden;
        background-color: unset;
        border: unset;
        border-radius: unset;
        margin: 0 !important;
    }

    .detail-cotent .bullet-list ul li em,
    .detail-cotent .bullet-list ul li i {
        color: #6D6D6D;
        /* padding: 20px; */
        /* flex-grow: 0; */
        /* flex-basis: auto; */
        font-size: 20px;
        /* flex-shrink: 0; */
        padding: 15px 10px 15px 0;
    }

    .detail-cotent .bullet-list ul li span:not(.chk_number_div) {
        /* background-image: linear-gradient(to right, #e6f5ff 0%, #ffffff 100%); */
        /* border-radius: 15px; */
        /* padding: 0px 20px; */
        display: inline-flex;
        align-items: center;
        /* font-family: 'Spartan_Regular'; */
        /* font-size: 16px; */
        /* opacity: 0.65; */
        /* border: 1px solid #ceebfe; */
        flex-grow: 1;
        flex-basis: 0;
        flex-shrink: 1;

        background-image: unset;
        border: unset;
        border-radius: unset;
        font-family: 'Spartan_SemiBold';
        color: #000;
        font-size: 16px;
        padding: 0 20px 0 0;
        opacity: unset;
        text-transform: capitalize;
    }

    .detail-cotent .image-carousel {
        position: relative;
    }

    .detail-cotent .image-carousel .meximize:before {
        content: "";
        height: 100%;
        width: 100%;
        opacity: 0.15;
        border: 1px solid #000;
        top: -5px;
        bottom: 5px;
        left: 5px;
        right: -5px;
        position: absolute;
        display: inline-block;
        z-index: -1;
    }

    .detail-cotent .image-carousel .meximize {
        position: absolute;
        background-color: #0088cc;
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 12px;
        top: -10px;
        right: -10px;
        z-index: 1;
    }

    .detail-cotent .image-carousel .owl-dots {
        position: absolute;
        bottom: 0px;
        background-color: #18181a;
        padding: 20px 25px 15px 25px;
    }

    .detail-cotent .image-carousel .owl-theme .owl-dots .owl-dot.active span,
    .detail-cotent .image-carousel .owl-theme .owl-dots .owl-dot:hover span {
        background: #ffffff;
        opacity: 0.75;
    }

    .detail-cotent .image-carousel .owl-theme .owl-nav {
        display: flex;
        justify-content: space-between;
        bottom: 0;
        position: absolute;
        width: unset;
        z-index: 2;
        color: #fff;
        padding: 14px 0px;
        background-color: #18181a;
        left: 145px;
        width: 75px;
        padding-right: 20px;
    }

    .detail-cotent .image-carousel .owl-theme .owl-nav button:first-child,
    .detail-cotent .image-carousel .owl-theme .owl-nav button:last-child {
        left: unset;
        right: unset;
    }

    .detail-cotent .image-carousel .owl-theme .owl-nav [class*='owl-'] {
        margin: 5px 5px 4px 5px;
    }

    .detail-cotent h3.style-5:before {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 0px;
        width: 75px;
        height: 4px;
        background-color: #0088cc;
    }

    .detail-cotent h3.style-5 {
        position: relative;
        font-family: 'Spartan_Bold';
        font-size: 36px;
        letter-spacing: -1px;
    }

    .detail-cotent p.italic-styel {
        font-family: 'Spartan_Regular';
        font-size: 16px;
        font-style: italic;
        color: rgba(0, 0, 0, 0.6);
    }

    .detail-cotent .correct-price {
        font-family: 'Spartan_Medium';
        font-size: 16px;
        letter-spacing: -1px;
        color: rgba(0, 0, 0, 0.5);
    }

    .detail-cotent .keywords-tags {}

    .detail-cotent .keywords-tags ul {
        display: flex;
        flex-wrap: wrap;
    }

    .detail-cotent .keywords-tags a:hover {
        background-color: #0088cc;
        color: white;
    }

    .detail-cotent .keywords-tags a {
        border: 1.5px solid #0088cc;
        border-radius: 25px;
        font-size: 14px;
        font-family: 'Spartan_SemiBold';
        letter-spacing: -1px;
        padding: 10px 20px 8px 20px;
        display: inline-block;
        margin: 5px 10px 5px 0px;
        color: #08c;
    }

    /* More Exclusive */
    .more-exclusive {
        padding-bottom: 90px;
    }

    .more-exclusive .section-title {
        margin-bottom: 30px;
        /* border-bottom: 2px solid gray; */
    }

    .more-exclusive .section-items {
        /* padding: 0 60px; */
    }

    .more-exclusive .section-items .section-item {
        width: 30.33%;
    }

    .more-exclusive .section-items .section-item .avatar-title .avatar {
        width: 100%;
    }

    .saved-article-results .section-items .section-item .section-branding:before,
    .search-results .section-items .section-item .section-branding:before,
    .more-exclusive .section-items .section-item .section-branding:before {
        display: none;
    }

    .saved-article-results .line,
    .search-results .line,
    .more-exclusive .line {
        width: 2px;
        background-color: #0088cc;
        margin: 0px 10px;
        flex-grow: 1;
        flex-basis: 0;
        flex-shrink: 1;
    }

    .saved-article-results .section-items .section-item .section-branding,
    .search-results .section-items .section-item .section-branding,
    .more-exclusive .section-items .section-item .section-branding {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* margin-bottom: 55px; */
    }



    /* Search */
    .search_filter_modal_overlay {
        display: none;
        position: fixed;
        top: 71px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .search-filters {
        /* background: url(../images/brand.svg) center center / contain #f5f5f5;
	background-repeat: no-repeat; */
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 80px 0 40px 0;
    }

    .search-filters .container {
        padding-top: 30px;
    }

    .search-filters .container .row {
        align-items: center;
    }

    .search-filters p.search_title {
        font-family: 'Spartan_Bold';
        font-size: 20px;
        text-transform: uppercase;
        margin: 4px 0 0 0;
    }

    .search-filters a.filter_result_btn {
        display: block;
        padding: 8px 0px;
        width: 170px;
        text-transform: uppercase;
        font-size: 11px;
        font-family: 'Spartan_Bold';
        border: 1px solid #08c;
        color: #08c;
        border-radius: 50px;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }

    .search-filters .search_filter_modal.show {
        /* transform: translateX(0);
    transition: all 0.3s ease-in-out; */
        visibility: visible;
        backface-visibility: visible;
        -webkit-backface-visibility: visible;
        transform: translateY(0);
        transition: transform 0.3s ease-in-out;
    }

    .search-filters .search_filter_modal {
        position: fixed;
        width: 100%;
        background-color: #fff;
        top: 71px;
        left: 0;
        right: 0;
        z-index: 2;
        transform: translateY(-100%);
        visibility: hidden;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transition: transform 0.3s ease-in-out;
    }

    /* .search-filters .search_filter_modal{
	max-height: 385px;
    position: fixed;
    top: 71px;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.1);
	transform: translateX(100%);
    transition: all 0.3s ease-in-out;
} */
    .search-filters .search_filter_modal .close_btn img {
        width: 20px;
    }

    .search-filters .search_filter_modal .filter_title_div p {
        font-family: 'Spartan_Bold';
        font-size: 16px;
        text-transform: uppercase;
        margin: 4px 0 0 0;
    }

    .search-filters .search_filter_modal .filter_dropdown_div {
        padding-top: 50px;
    }

    .search-filters .search_filter_modal .filter_dropdown_div .nice-select {
        border: unset;
    }

    .search-filters .search_filter_modal .filter_dropdown_div .nice-select ul.list {
        box-shadow: unset;
    }

    .search-filters .search_filter_modal .filter_dropdown_div .nice-select ul.list li.option.selected.focus {
        background-color: unset;
    }

    .search-filters .search_filter_modal .filter_dropdown_div .nice-select ul.list li.option:first-child {
        display: none;
    }

    .search-filters .search_filter_modal .filter_dropdown_div .nice-select ul.list li.option:nth-child(2) {
        margin-top: 12px;
    }

    .search-filters .search_filter_modal .filter_dropdown_div .nice-select ul.list li.option:last-child {
        border-bottom: 1px solid gray;
        border-radius: 0;
    }

    .search-filters .search_filter_modal .filter_dropdown_div .nice-select ul.list li.option {
        text-transform: capitalize;
        font-family: 'Spartan_Medium';
        font-size: 13px;
        line-height: 1;
        min-height: 31px;
        color: gray;
        padding-top: 9px;
    }

    .search-filters .search_filter_modal .filter_dropdown_div .nice-select ul.list li.option:hover {
        background-color: unset;
        font-family: 'Spartan_Bold' !important;
        color: #000 !important;
        text-decoration: underline;
    }

    .search-filters .search_filter_modal .filter_dropdown_div .nice-select span.current {
        font-family: 'Spartan_Bold';
        text-transform: uppercase;
    }

    .search-filters .search_filter_modal .filter_dropdown_div .nice-select.open span.current {
        text-decoration: underline;
    }

    .search-filters .search_filter_modal .reset_filters_btn_desktop {
        background-color: unset;
        border: 1px solid #08c;
        color: #08c;
        text-transform: uppercase;
        font-size: 11px;
        /* padding: 8px; */
        width: 13%;
        text-align: center;
        margin-bottom: 0;
    }

    .search-filters .search_filter_modal .footer_div {
        padding-top: 150px;
    }




    .search-filters .section-title h1 {
        font-size: 28px;
        margin-bottom: 35px;
        letter-spacing: 1px;
    }

    .search-filters .section-title h1:before {
        top: -7px;
        bottom: 0;
        margin: auto;
        left: -10px;
        border-radius: 50px;
    }

    .filters .filter-wrapper {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
        flex-shrink: 0;
        margin: 0 -15px 30px;
    }

    .filters .filter-wrapper .select-menu {
        width: 100%;
        padding: 0 15px;
    }

    .filters .filter-wrapper .select-menu .form-control {
        background-color: #000;
        border-radius: 50px;
        border: none;
        color: #fff;
        height: 50px;
        padding: 0 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../images/down-arrow-white.svg);
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 2px), 100% 0;
        background-size: 14px auto;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.7);
    }

    .filter .form-control.select-style-1:focus {
        box-shadow: unset !important;
    }

    .saved-article-results,
    .search-results {
        padding: 40px 0 60px;
    }

    .saved-article-results .section-items,
    .search-results .section-items {
        flex-wrap: wrap;
    }

    /*My Account*/
    .upload-avatar {
        background-color: #f5f5f5;
    }

    .upload-avatar>.container {
        background: url(../images/brand.svg) center right / contain;
        background-repeat: no-repeat;
        padding: 80px 0;
    }

    .upload-avatar-in {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .upload-avatar .user-avatar {
        position: relative;
        height: 325px;
        width: 325px;
        border-radius: 325px;
        border: 2px solid rgba(0, 0, 0, 0.25);
        padding: 5px;
    }

    .upload-avatar .user-avatar-in {
        background-color: #e8e8e8;
        color: #c5c5c5;
        height: 100%;
        width: 100%;
        border-radius: 100%;
        line-height: 315px;
        text-align: center;
        font-size: 150px;
    }

    .my-account-content .btn-delete-acccount {
        border: 1px solid #ff0000;
        font-family: 'Spartan_Medium';
        font-size: 16px;
        padding: 15px 25px;
        color: #ff0000;
        border-radius: 100px;
    }

    .btn-add-avatar {
        background-color: #0088cc;
        height: 100px;
        width: 100px;
        border-radius: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .my-account-content {
        padding: 75px 0px;
    }

    .my-account-content {}

    .my-account-content .radio-container-style5 input:checked~.checkmark .selected-badge {
        transition: all ease 0.2s;
        opacity: 1;
        right: -11px;
        height: 30px;
        width: 30px;
    }

    .my-account-content .register-step-form .form-group u i {
        position: absolute;
        opacity: 1;
        right: 6px;
        top: 6px;
        font-size: 18px;
    }

    .my-account-content .text-link {
        color: #0088cc;
        padding: 10px 0px 0px 0px;
        display: inline-block;
    }

    .contact-us {
        width: 50%;
        height: 100%;
        top: 168px;
        right: 0px;
        bottom: 0px;
        left: 50%;
        background-color: #fff;
        z-index: 9999;
        position: absolute;
        padding: 100px 100px;
    }

    .contact-page .web-navbar {
        background: #000;
    }

    .input-field-textarea {
        background-color: transparent;
        display: block;
        outline: none;
        font-weight: normal;
        border-radius: 8px;
        color: #202124;
        font-size: 17px;
        width: 100%;
        padding: 0 18px;
        z-index: 1;
        border: 1px solid #D1D1D7;
        padding-right: 50px;
        transition: all 0.3s ease-in-out;
        font-weight: normal;
        font-family: 'Spartan_Medium';
        height: 175px !important;
        padding-top: 25px !important;
    }

    .contact-page .web-banner .carousel-caption h1 {
        font-family: 'Spartan_Bold';
        font-size: 50px;
        position: relative;
    }

    .contact-page .carousel-caption {
        right: 50% !important;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 25px;
    }

    .search-filters .apply-filter {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .search-filters .apply-filter a {
        display: none;
        margin: 0 auto;
        padding: 10px 0;
        border: 1px solid #08c;
        color: #08c;
        border-radius: 50px;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }

    .search-filters .apply-filter a:hover {
        background-color: #08c;
        color: #fff;
        transition: all 0.3s ease-in-out;
    }

    .search-filters .apply-filter .close-filter {
        display: none;
    }

    .search-filters .apply-filter .close-filter i {
        font-size: 24px;
    }

    .terms-wrapper {
        padding: 60px 0;
    }

    .terms-wrapper p strong {
        font-weight: bold;
        font-size: 24px;
        font-family: 'Spartan_Bold';
    }

    .terms-wrapper p {
        line-height: 28px;
    }

    .terms-wrapper p br {
        margin: 0 0 10px;
    }






    .nice-select {
        -webkit-tap-highlight-color: transparent;
        color: #000;
        border-radius: 25px;
        border: solid 1px #e8e8e8;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        float: left;
        font-family: inherit;
        font-size: 14px;
        font-weight: normal;
        height: 42px;
        line-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: auto;
    }

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active,
    .nice-select.open,
    .nice-select:focus {
        border-color: #999;
    }

    .nice-select:after {
        content: '\002B';
        transform: unset;
        border: unset !important;
        transform-origin: unset;
        margin: 0;
        position: absolute;
        top: 2px;
        right: 15px;
        font-size: 20px;
        color: #000;
        font-family: 'Spartan_SemiBold';

        /* border-bottom: 2px solid #999;
		border-right: 2px solid #999;
		content: '';
		display: block;
		height: 5px;
		margin-top: -4px;
		pointer-events: none;
		position: absolute;
		right: 18px;
		top: 50%;
		-webkit-transform-origin: 66% 66%;
		-ms-transform-origin: 66% 66%;
		transform-origin: 66% 66%;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
		width: 5px;  */
    }

    .nice-select span.current {
        color: #000;
    }

    .nice-select.open:after {
        content: '\2212';
        transform: unset;
        /* -webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);  */
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

    .nice-select.disabled:after {
        border-color: #cccccc;
    }

    .nice-select.wide {
        width: 100%;
    }

    .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important;
    }

    .nice-select.right {
        float: right;
    }

    .nice-select.right .list {
        left: auto;
        right: 0;
    }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

    .nice-select.small:after {
        height: 4px;
        width: 4px;
    }

    .nice-select.small .option {
        line-height: 34px;
        min-height: 34px;
    }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
    }

    .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important;
    }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .nice-select .option:hover,
    .nice-select .option.focus,
    .nice-select .option.selected.focus {
        background-color: #f6f6f6;
    }

    .nice-select .option.selected {
        font-weight: bold;
    }

    .nice-select .option.disabled {
        background-color: transparent;
        color: #999;
        cursor: default;
    }

    .no-csspointerevents .nice-select .list {
        display: none;
    }

    .no-csspointerevents .nice-select.open .list {
        display: block;
    }





    .countdown-container {
        position: relative;
        /* top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%); */

    }

    .clock-item .inner {
        height: 0px;
        padding-bottom: 100%;
        position: relative;
        width: 100%;
    }

    .clock-canvas:before {
        height: 100%;
        width: 100%;
        border-radius: 500px;
        border: 7px solid #eaeaea;
        content: "";
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        position: absolute;
    }

    .clock-canvas {
        background-color: rgba(255, 255, 255, .1);
        border-radius: 50%;
        height: 0px;
        padding-bottom: 100%;
        border-color: #000;
        position: relative;
    }

    /* .text {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
} */

    .text .val {
        font-size: 36px;
        color: #000;
        margin-bottom: 0px;
    }

    .text .type-time {
        font-size: 16px;
        color: #000;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .banner-home-page {
            margin-top: 65px !important;
        }

        .clock-item {
            margin-bottom: 30px;
        }

        .content-area.detail-page .detail-wrapper,
        .content-area.detail-long-page .detail-wrapper {
            padding-top: 95px !important;
        }
    }

    @media (min-width: 1201px) and (max-width: 1350px) {
        /* .web-navbar .form-inline button {
		font-size: 13px !important;
	}
	.web-navbar .btn-style-1 {
    	padding: 12px 20px 8px 20px !important;
	}
	.web-navbar .search {
		margin-right: 10px !important;
	}
	.search .form-group .search-input {
		max-width: 200px;
	} */
    }

    @media (min-width: 992px) {

        .content-area.detail-page .detail-wrapper .article-col,
        .content-area.detail-long-page .detail-wrapper .article-col {
            padding-right: 100px;
        }

    }

    @media (max-width: 767px) {
        .clock-item {
            margin: 0px 30px 30px 30px;
        }
    }

    .banner-video-player {
        position: relative;
        /* height: calc(100vh - 300px); */
        height: 62vh;
    }

    .banner-video-player video {
        display: none;
        margin: 70px 0 0;
    }

    .banner-video-player .video-overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.95);
        padding: 165px 130px;
    }

    .banner-video-player .btn-play-video:before {
        height: 115px;
        width: 115px;
        border-radius: 160px;
        content: "";
        top: 15px;
        left: 15px;
        background-color: #0088cc;
        position: absolute;
    }

    .banner-video-player .btn-play-video {
        width: 150px;
        flex-basis: 150px;
        flex-shrink: 0;
        height: 150px;
        border-radius: 170px;
        border: 2px solid #fff;
        display: block;
        position: relative;
    }

    .banner-video-player .btn-play-video:after {
        height: 45px;
        width: 45px;
        border-radius: 160px;
        content: url('../images/play-icon.svg');
        top: 47px;
        left: 55px;
        background-color: #0088cc;
        position: absolute;

    }

    .category-page .web-banner {
        /* height: 100vh; */
    }

    /* .category-page .latest-news:after {
    top: -145px;
} */
    .category-page .carousel-inner {
        overflow: visible;
    }

    .category-page .web-banner img {
        height: 85vh;
    }

    .category-page .web-banner .banner-video-player img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .category-page .web-banner .carousel-item.active .carousel-caption {
        top: 300px;
    }

    .category-page .latest-news .news-blocks .news-block.news-block-big {
        overflow: hidden;
    }

    .training-points>.container {
        display: flex;
        justify-content: space-between;
    }

    .training-points .training-point-card:before {
        content: "";
        position: absolute;
        top: -5px;
        left: -5px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        height: 100px;
        width: 100px;
        z-index: -1;
        display: none;
    }

    .training-points .training-point-card {
        width: calc(25% - 20px);
        /* height: 250px; */
        height: 330px;
        position: relative;
        background-color: #000;
        /* margin-top: 25px; */
        margin-top: 0px;
        /* border-radius: 10px; */
        overflow: hidden;
        cursor: pointer;
    }

    .training-points .training-point-card:after {
        content: "";
        position: absolute;
        bottom: -5px;
        right: -5px;
        background-color: #0088cc;
        height: 150px;
        width: 150px;
        z-index: -1;
        display: none;
    }

    .training-points .training-point-card:nth-child(odd):before {
        top: unset;
        left: unset;
        bottom: -5px;
        right: -5px;
    }

    .training-points .training-point-card:nth-child(odd) {
        margin-top: 0px;
    }

    .training-points .training-point-card:nth-child(odd):after {
        top: -5px;
        left: -5px;
        bottom: unset;
        right: unset;
    }

    .training-points .training-point-card img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .training-points .desk-content .training-point-card img.alt-img {
        display: none
    }

    .training-points .desk-content .training-point-card:hover img.alt-img {
        display: block;
    }

    .training-points .desk-content .training-point-card:hover img.back-img {
        display: none;
    }

    .training-points .mobile-content .training-point-card.hit_top img.alt-img {
        opacity: 1;
    }

    .training-points .mobile-content .training-point-card img.alt-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .training-points .training-point-card .block-text {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%);
        /* padding: 14px; */
        /* display: inline-flex; */
        /* align-items: flex-end;
	justify-content: space-between; */
        align-items: center;
        justify-content: center;
        display: flex;
    }

    /* .training-points .training-point-card .block-text h3.alt-text:first-child:before{
	height: 100%;
	width: 3px;
	content: "";
	position: absolute;
	top: -8px;
	left: -10px;
	background-color: #0088cc;
} */
    .training-points .training-point-card .block-text h3 {
        color: #fff;
        font-family: 'Spartan_Bold';
        font-size: 24px;
        position: relative;
        /* padding-bottom: 10px; */
        padding-bottom: 0;
        margin-bottom: 0;
        text-transform: capitalize;
    }

    .training-points .training-point-card .block-text h3:nth-of-type(2) {
        font-size: 18px;
    }

    .training-points .training-point-card .block-text img {
        width: 25px;
        height: 25px;
    }

    .training-points .training-point-card .block-text h3.alt-text {
        display: none;
        line-height: 45px;
    }

    .training-points .training-point-card:hover .block-text h3.alt-text {
        display: block;
        font-size: 16px;
    }

    /* .training-points .training-point-card:hover .block-text{
	padding: 25px;
} */
    .training-points .training-point-card:hover .block-text h3.back-text,
    .training-points .training-point-card:hover .block-text .group-name img {
        display: none;
    }

    .training-points .training-point-card:hover .text_with_arraow_div .title {
        opacity: 0;
    }

    .training-points .training-point-card .text_with_arraow_div {
        justify-content: space-between;
        padding-bottom: 22px;
        padding-top: 30px;
        display: flex;
        width: 100%;
        position: absolute;
        bottom: 0;
        align-items: center;
        padding: 14px;
    }

    .training-points .training-point-card .text_with_arraow_div .title {
        font-size: 18px;
        line-height: unset;
        padding-right: 11px;
        text-transform: capitalize;
        font-family: 'Spartan_Bold';
        padding-top: 5px;
        color: #fff;
        opacity: 1;
    }

    .training-points .training-point-card .text_with_arraow_div img {
        width: 25px !important;
        height: 25px !important;
    }


    .latest-featured {
        margin-top: 7rem;
    }

    .latest-featured h4 {
        display: flex;
        align-items: center;
    }

    .latest-featured h4 span.title-text {
        font-family: 'Spartan_ExtraBold';
        /* font-size: 30px; */
        font-size: 18px;
        flex-basis: auto;
        flex-shrink: 0;
        flex-grow: 0;
        color: #000;
        display: inline-block;
        width: unset;
        text-transform: uppercase;
    }

    .latest-featured h4 span.line {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        height: 3px;
        display: inline-block;
        background-color: #0088cc;
        width: unset;
        margin-left: 25px;
    }

    .card-block {
        /* border: 2px solid rgba(0, 0, 0, 0.15); */
        display: flex;
        align-items: flex-start;
        /* margin-top: 70px; */
    }

    .card-block .thumbnail {
        /* flex-basis: 150px; */
        /* flex-shrink: 0; */
        flex-shrink: unset;
        /* height: 150px;
	width: 150px; */
        /* margin: -35px 25px 25px 0px; */
        position: relative;
        margin: unset;
    }

    .card-block .thumbnail img {
        object-fit: cover;
        /* height: 100%;
	width: 100%; */
        width: 120px;
        height: 120px;
        /* border-radius: 10px; */
    }

    .card-block .thumbnail a {
        position: absolute;
        left: 5px;
        bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-block .thumbnail a img {
        width: 25px;
        height: 25px;
    }

    .card-block .info {
        padding: 0 0 10px 10px;
    }

    .card-block:hover .info p {
        /* text-decoration: underline; */
    }

    .card-block .info p {
        font-family: 'Spartan_Bold';
        font-size: 16px;
        /* margin-bottom: 15px;
	padding-right: 10px; */
    }

    .card-block .info h6 {
        font-family: 'Spartan_Medium';
        /* color: rgba(0, 0, 0, 0.65); */
        color: #08c;
        font-size: 14px;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        margin-right: 15px;
    }

    .card-block .info h6 span.txt {
        /* flex-basis: auto;
	flex-shrink: 0;
	flex-grow: 0; */
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'Spartan_Bold';
        color: #6D6D6D;
    }

    .card-block .info h6 span.dash-line {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 125px;
        height: 2px;
        background-color: #0088cc;
        margin-left: 10px;
        display: none;
    }

    button.btn-see-all:hover {
        background-color: #fff;
        color: #08c;
    }

    button.btn-see-all {
        background-color: transparent;
        border: 3px solid #08c;
        padding: 10px 20px;
        font-family: 'Spartan_Medium';
        position: relative;
        font-size: 17px;
        border-radius: 100px;
        background: #08c;
        color: white;
    }

    button.btn-see-all:before {
        content: url('../images/arrow-2.svg');
        position: absolute;
        top: 28px;
        right: -40px;
        transition: all ease 0.5s;
        height: 21px;
        width: 64px;
        display: none;
    }

    .watch-read-carousel-action {
        display: inline-flex;
    }

    .watch-read-carousel-action a {
        height: 40px;
        width: 40px;
        border-radius: 40px;
        display: inline-flex;
        border: 2px solid #000;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin: 0px 10px;
    }

    .watch-read-carousel-action a:hover {
        transform: scale(1.1, 1.1);
        border-color: #0088cc;
        color: #0088cc;
    }

    .more-exclusive .line {
        width: 2px;
        background-color: #0088cc;
        margin: 0px 10px;
        flex-grow: 1;
        flex-basis: 0;
        flex-shrink: 1;
    }

    .training-pitch {
        padding-bottom: 60px;
        padding-top: 90px;
    }

    .football-ground {
        /* background: #efefef;
	background-size: auto 100%;
	min-height: unset; */
    }

    .training-pitch .football-ground .section-banner-text:before {
        /* position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: -75px;
	border: 4px solid #0088cc;
	content: "";
	z-index: 1;
	border-radius: 10px; */
    }

    .training-pitch .football-ground .section-banner-text {
        /* width: 100%;
    margin-left: 0%;
    border: 0px solid #000;
    margin: 35px 0px 5px 0px;
    position: relative;
	padding: 15px 0px 15px 30px;
    height: calc(100% - 100px);
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    align-items: unset;
    display: block; */
        border: unset;
        position: relative;
        display: unset;
        margin: 0;
        padding: 0;
    }

    .training-pitch .football-ground .section-banner-text .dropdown-learning-stystem {
        padding: 15px 0 40px 0;
        z-index: 2;
    }

    .training-pitch .football-ground .section-banner-text .formation-desc {
        /* background-color: lightgray; */
        /* padding: 11px; */
        /* padding-top: 21px; */
    }

    .training-pitch .football-ground .section-banner-text .training-hover-article {
        padding-bottom: 15px;
    }

    .training-pitch .football-ground .section-banner-text * {
        position: relative;
        z-index: 1;
    }

    .training-pitch .football-ground .section-banner-text .nice-select::after {
        border-bottom: 2px solid #08c;
        border-right: 2px solid #08c;
    }

    .training-pitch .football-ground .section-banner-text .nice-select {
        height: 40px;
        z-index: 10;
        /* margin-top: -35px; */
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 100px;
        background: #fff;
        color: #08c;
        border: 1px solid #08c;
    }

    .training-pitch .football-ground .section-banner-text .nice-select .list {
        top: 15%;
    }

    .training-pitch .football-ground .section-banner-text .nice-select span.current {
        padding-left: 20px;
        padding-right: 20px;
    }

    .training-pitch .football-ground .section-banner-text p {
        font-family: 'Spartan_Regular';
        color: rgba(0, 0, 0, 0.75);
        font-size: 14px;
        /* margin-bottom: 10px; */
        line-height: 26px;
    }

    .training-hover-article {
        /* display: flex; */
    }

    .training-hover-article .title {
        text-align: end;
        display: inline-flex;
    }

    .training-hover-article .title h4 {
        /* writing-mode: vertical-rl; */
        /* text-orientation: mixed; */
        font-family: 'Spartan_Bold';
        padding-right: 15px;
        margin-bottom: 0px;
        font-size: 16px;
        letter-spacing: 1px;
        text-align: left;
        padding-top: 30px;
        text-transform: uppercase;
    }

    .training-hover-article .section-items {
        display: flex;
        justify-content: space-between;
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }

    .training-hover-article .section-items .section-item:before {
        z-index: unset;
    }

    /* .training-hover-article .section-items .section-item .avatar-title .avatar {
    width: 165px;
    height: 115px;
} */
    .training-hover-article .section-items .section-item .avatar-title .avatar .video-time-duration {
        /* padding: 6px 10px;
    font-size: 12px;
    bottom: 15px;
    left: 15px; */
        background: unset;
    }

    .training-hover-article .section-items .section-item {
        padding: 30px 20px 0px 15px;
    }

    .training-hover-article .section-items .section-item:first-child {
        padding-left: 0px;
    }

    .training-hover-article .section-items .section-item .avatar-title h6 {
        font-size: 12px;
        letter-spacing: 0px;
        font-family: 'Spartan_Medium';
    }

    .training-hover-article .section-items .section-item .avatar-title h6 br {
        display: none;
    }

    .training-hover-article .section-items .section-item .section-branding {
        flex-basis: 29px;
        padding-top: 0px;
        font-family: 'Spartan_Medium';
        letter-spacing: 1px;
        font-size: 10px;
        opacity: 0.65;
    }

    .training-hover-article .section-items .section-item .section-branding:before {
        content: "";
        position: absolute;
        top: 116px;
        height: 55px;
        width: 2px;
        background-color: #0088cc;
        left: 18px;
    }

    .section-items .section-item .avatar-title h6 {
        margin-top: 15px;
        line-height: 20px;
    }

    .training-pitch .football-ground .football_field_main {
        display: flex;
        justify-content: center;
    }

    .football-field {
        position: relative;
        /* margin: 17px 0px 5px 0px; */
        padding: 15px 0 15px 0;
    }

    .football-field .football-field-position {
        position: absolute;
        top: 50px;
        left: 75px;
        bottom: 50px;
        right: 50px;
    }

    .football-field .football-field-position .action-ball {
        height: 50px;
        width: 50px;
        border-radius: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: 'Spartan_ExtraBold';
        font-size: 13px;
        padding-top: 3px;
        line-height: 50px;
        color: #334b00;
        position: absolute;
        text-transform: uppercase;
        background: #9ae100 url('../images/football-pattern.png') center center no-repeat;
        background-size: 100%;
    }

    /* .football-field .football-field-position .action-ball:hover{
	background-color: #fff;
} */
    .football-field .football-field-position .action-ball.active {
        background-color: #fff;
    }

    .football-field .football-field-position,
    .formation-desc p {
        display: none;
    }

    .football-field .football-field-position.formation-one .action-ball:nth-child(1) {
        top: 0%;
        left: calc(33.33% - 25px);
    }

    .football-field .football-field-position.formation-one .action-ball:nth-child(2) {
        top: 0%;
        right: calc(33.33% - 25px);
    }

    .football-field .football-field-position.formation-one .action-ball:nth-child(3) {
        top: calc(33.33% - -20px);
        left: 0%;
    }

    .football-field .football-field-position.formation-one .action-ball:nth-child(4) {
        top: calc(33.33% - -20px);
        left: calc(33.33% - 25px);
    }

    .football-field .football-field-position.formation-one .action-ball:nth-child(5) {
        top: calc(33.33% - -20px);
        left: calc(66.66% - 25px);
    }

    .football-field .football-field-position.formation-one .action-ball:nth-child(6) {
        top: calc(33.33% - -20px);
        left: calc(100% - 50px);
    }

    .football-field .football-field-position.formation-one .action-ball:nth-child(7) {
        top: calc(66.66% - 25px);
        left: 0%;
    }

    .football-field .football-field-position.formation-one .action-ball:nth-child(8) {
        top: calc(66.66% - 25px);
        left: calc(33.33% - 25px);
    }

    .football-field .football-field-position.formation-one .action-ball:nth-child(9) {
        top: calc(66.66% - 25px);
        left: calc(66.66% - 25px);
    }

    .football-field .football-field-position.formation-one .action-ball:nth-child(10) {
        top: calc(66.66% - 25px);
        left: calc(100% - 50px);
    }

    .football-field .football-field-position.formation-one .action-ball:nth-child(11) {
        top: calc(100% - 20px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-two .action-ball:nth-child(1) {
        top: 0;
        left: calc(33.33% - -30px);
    }

    .football-field .football-field-position.formation-two .action-ball:nth-child(2) {
        top: calc(33.33% - 110px);
        left: 00px;
    }

    .football-field .football-field-position.formation-two .action-ball:nth-child(3) {
        top: calc(33.33% - 110px);
        right: 20px;
    }

    .football-field .football-field-position.formation-two .action-ball:nth-child(4) {
        top: calc(33.33% - -40px);
        left: calc(33.33% - 90px);
    }

    .football-field .football-field-position.formation-two .action-ball:nth-child(5) {
        top: calc(33.33% - 20px);
        left: 0;
        right: 21px;
        margin: 0 auto;
    }

    .football-field .football-field-position.formation-two .action-ball:nth-child(6) {
        top: calc(33.33% - -40px);
        right: calc(33.33% - 68px);
    }

    .football-field .football-field-position.formation-two .action-ball:nth-child(7) {
        top: calc(66.66% - -40px);
        left: 0%;
    }

    .football-field .football-field-position.formation-two .action-ball:nth-child(8) {
        top: calc(66.66% - -40px);
        left: calc(33.33% - 50px);
    }

    .football-field .football-field-position.formation-two .action-ball:nth-child(9) {
        top: calc(66.66% - -40px);
        left: calc(33.33% - -110px);
    }

    .football-field .football-field-position.formation-two .action-ball:nth-child(10) {
        top: calc(66.66% - -40px);
        right: 0%;
    }

    .football-field .football-field-position.formation-two .action-ball:nth-child(11) {
        top: calc(100% - 30px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-three .action-ball:nth-child(1) {
        top: calc(33.33% - 140px);
        left: calc(33.33% - 50px);
    }

    .football-field .football-field-position.formation-three .action-ball:nth-child(2) {
        top: calc(33.33% - 140px);
        right: calc(33.33% - 25px);
    }

    .football-field .football-field-position.formation-three .action-ball:nth-child(3) {
        top: calc(66.66% - 120px);
        left: calc(33.33% - 55px);
    }

    .football-field .football-field-position.formation-three .action-ball:nth-child(4) {
        top: calc(33.33% - 20px);
        left: 0;
        right: 21px;
        margin: 0 auto;
    }

    .football-field .football-field-position.formation-three .action-ball:nth-child(5) {
        top: calc(66.66% - 120px);
        right: calc(33.33% - 45px);
    }

    .football-field .football-field-position.formation-three .action-ball:nth-child(6) {
        top: calc(66.66% - 20px);
        left: 0%;
    }

    .football-field .football-field-position.formation-three .action-ball:nth-child(7) {
        top: calc(66.66% - -35px);
        left: calc(33.33% - 60px);
    }

    .football-field .football-field-position.formation-three .action-ball:nth-child(8) {
        top: calc(66.66% - -35px);
        left: calc(33.33% - -35px);
    }

    .football-field .football-field-position.formation-three .action-ball:nth-child(9) {
        top: calc(66.66% - -35px);
        right: calc(33.33% - 60px);
    }

    .football-field .football-field-position.formation-three .action-ball:nth-child(10) {
        top: calc(66.66% - 20px);
        right: 0%;
    }

    .football-field .football-field-position.formation-three .action-ball:nth-child(11) {
        top: calc(100% - 20px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-four .action-ball:nth-child(1) {
        top: calc(33.33% - 140px);
        left: calc(33.33% - 50px);
    }

    .football-field .football-field-position.formation-four .action-ball:nth-child(2) {
        top: calc(33.33% - 140px);
        right: calc(33.33% - 25px);
    }

    .football-field .football-field-position.formation-four .action-ball:nth-child(3) {
        top: calc(66.66% - 180px);
        left: 0;
    }

    .football-field .football-field-position.formation-four .action-ball:nth-child(4) {
        top: calc(33.33% - 70px);
        left: 0;
        right: 21px;
        margin: 0 auto;
    }

    .football-field .football-field-position.formation-four .action-ball:nth-child(5) {
        top: calc(66.66% - 180px);
        right: 0;
    }

    .football-field .football-field-position.formation-four .action-ball:nth-child(6) {
        top: calc(66.66% - 80px);
        left: 0;
        right: 25px;
        margin: 0 auto;
    }

    .football-field .football-field-position.formation-four .action-ball:nth-child(7) {
        top: calc(66.66% - -40px);
        left: 0%;
    }

    .football-field .football-field-position.formation-four .action-ball:nth-child(8) {
        top: calc(66.66% - -40px);
        left: calc(33.33% - 20px);
    }

    .football-field .football-field-position.formation-four .action-ball:nth-child(9) {
        top: calc(66.66% - -40px);
        left: calc(33.33% - -100px);
    }

    .football-field .football-field-position.formation-four .action-ball:nth-child(10) {
        top: calc(66.66% - -40px);
        right: 0%;
    }

    .football-field .football-field-position.formation-four .action-ball:nth-child(11) {
        top: calc(100% - 30px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-five .action-ball:nth-child(1) {
        top: calc(33.33% - 140px);
        left: 0;
        right: 18px;
        margin: 0 auto;
    }

    .football-field .football-field-position.formation-five .action-ball:nth-child(2) {
        top: calc(66.66% - 195px);
        left: 0%;
    }

    .football-field .football-field-position.formation-five .action-ball:nth-child(3) {
        top: calc(66.66% - 145px);
        left: 15%;
    }

    .football-field .football-field-position.formation-five .action-ball:nth-child(4) {
        top: calc(66.66% - 145px);
        left: 0;
        right: 18px;
        margin: 0 auto;
    }

    .football-field .football-field-position.formation-five .action-ball:nth-child(5) {
        top: calc(66.66% - 145px);
        right: 20%;
    }

    .football-field .football-field-position.formation-five .action-ball:nth-child(6) {
        top: calc(66.66% - 195px);
        right: 0%;
    }

    .football-field .football-field-position.formation-five .action-ball:nth-child(7) {
        top: calc(66.66% - -40px);
        left: 0%;
    }

    .football-field .football-field-position.formation-five .action-ball:nth-child(8) {
        top: calc(66.66% - -40px);
        left: calc(33.33% - 30px);
    }

    .football-field .football-field-position.formation-five .action-ball:nth-child(9) {
        top: calc(66.66% - -40px);
        left: calc(33.33% - -95px);
    }

    .football-field .football-field-position.formation-five .action-ball:nth-child(10) {
        top: calc(66.66% - -40px);
        right: 0%;
    }

    .football-field .football-field-position.formation-five .action-ball:nth-child(11) {
        top: calc(100% - 30px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-six .action-ball:nth-child(1) {
        top: calc(33.33% - 140px);
        left: calc(33.33% - 50px);
    }

    .football-field .football-field-position.formation-six .action-ball:nth-child(2) {
        top: calc(33.33% - 140px);
        right: calc(33.33% - 25px);
    }

    .football-field .football-field-position.formation-six .action-ball:nth-child(3) {
        top: calc(66.66% - 120px);
        left: calc(33.33% - 55px);
    }

    .football-field .football-field-position.formation-six .action-ball:nth-child(4) {
        top: calc(33.33% - -40px);
        left: 0;
        right: 21px;
        margin: 0 auto;
    }

    .football-field .football-field-position.formation-six .action-ball:nth-child(5) {
        top: calc(66.66% - 120px);
        right: calc(33.33% - 45px);
    }

    .football-field .football-field-position.formation-six .action-ball:nth-child(6) {
        top: calc(66.66% - 40px);
        left: 0%;
    }

    .football-field .football-field-position.formation-six .action-ball:nth-child(7) {
        top: calc(66.66% - -25px);
        left: calc(33.33% - 66px);
    }

    .football-field .football-field-position.formation-six .action-ball:nth-child(8) {
        top: calc(66.66% - -25px);
        left: calc(33.33% - -35px);
    }

    .football-field .football-field-position.formation-six .action-ball:nth-child(9) {
        top: calc(66.66% - -25px);
        right: calc(33.33% - 45px);
    }

    .football-field .football-field-position.formation-six .action-ball:nth-child(10) {
        top: calc(66.66% - 40px);
        right: 0%;
    }

    .football-field .football-field-position.formation-six .action-ball:nth-child(11) {
        top: calc(100% - 20px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-seven .action-ball:nth-child(1) {
        top: 0;
        left: calc(33.33% - -30px);
    }

    .football-field .football-field-position.formation-seven .action-ball:nth-child(2) {
        top: calc(33.33% - 50px);
        left: 0%;
    }

    .football-field .football-field-position.formation-seven .action-ball:nth-child(3) {
        top: calc(33.33% - 75px);
        left: 0;
        right: 18px;
        margin: 0 auto;
    }

    .football-field .football-field-position.formation-seven .action-ball:nth-child(4) {
        top: calc(33.33% - 50px);
        right: 0%;
    }

    .football-field .football-field-position.formation-seven .action-ball:nth-child(5) {
        top: calc(33.33% - -40px);
        left: calc(33.33% - 68px);
    }

    .football-field .football-field-position.formation-seven .action-ball:nth-child(6) {
        top: calc(33.33% - -40px);
        right: calc(33.33% - 68px);
    }

    .football-field .football-field-position.formation-seven .action-ball:nth-child(7) {
        top: calc(66.66% - -40px);
        left: 0%;
    }

    .football-field .football-field-position.formation-seven .action-ball:nth-child(8) {
        top: calc(66.66% - -40px);
        left: calc(33.33% - 30px);
    }

    .football-field .football-field-position.formation-seven .action-ball:nth-child(9) {
        top: calc(66.66% - -40px);
        left: calc(33.33% - -95px);
    }

    .football-field .football-field-position.formation-seven .action-ball:nth-child(10) {
        top: calc(66.66% - -40px);
        right: 0%;
    }

    .football-field .football-field-position.formation-seven .action-ball:nth-child(11) {
        top: calc(100% - 30px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-eight .action-ball:nth-child(1) {
        top: 0;
        left: calc(15% - -30px);
    }

    .football-field .football-field-position.formation-eight .action-ball:nth-child(2) {
        right: calc(15% - -30px);
        top: 0;
        left: unset;
    }

    .football-field .football-field-position.formation-eight .action-ball:nth-child(3) {
        top: calc(33.33% - 75px);
        left: 0;
        right: 18px;
        margin: 0 auto;
    }

    .football-field .football-field-position.formation-eight .action-ball:nth-child(4) {
        top: calc(40% - -40px);
        left: calc(59% - 68px);
    }

    .football-field .football-field-position.formation-eight .action-ball:nth-child(5) {
        top: calc(33.33% - -40px);
        left: calc(33.33% - 68px);
    }

    .football-field .football-field-position.formation-eight .action-ball:nth-child(6) {
        top: calc(33.33% - -40px);
        right: calc(33.33% - 68px);
    }

    .football-field .football-field-position.formation-eight .action-ball:nth-child(7) {
        top: calc(66.66% - -40px);
        left: 0%;
    }

    .football-field .football-field-position.formation-eight .action-ball:nth-child(8) {
        top: calc(66.66% - -40px);
        left: calc(33.33% - 30px);
    }

    .football-field .football-field-position.formation-eight .action-ball:nth-child(9) {
        top: calc(66.66% - -40px);
        left: calc(33.33% - -95px);
    }

    .football-field .football-field-position.formation-eight .action-ball:nth-child(10) {
        top: calc(66.66% - -40px);
        right: 0%;
    }

    .football-field .football-field-position.formation-eight .action-ball:nth-child(11) {
        top: calc(100% - 30px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-nine .action-ball:nth-child(1) {
        top: 0;
        left: calc(15% - -30px);
    }

    .football-field .football-field-position.formation-nine .action-ball:nth-child(2) {
        right: calc(15% - -30px);
        top: 0;
        left: unset;
    }

    .football-field .football-field-position.formation-nine .action-ball:nth-child(3) {
        top: calc(33.33% - 50px);
        left: calc(0% - -30px);
    }

    .football-field .football-field-position.formation-nine .action-ball:nth-child(4) {
        top: calc(33.33% - 50px);
        right: calc(15% - 30px);
    }

    .football-field .football-field-position.formation-nine .action-ball:nth-child(5) {
        top: calc(45% - -45px);
        left: calc(33.33% - 50px);
    }

    .football-field .football-field-position.formation-nine .action-ball:nth-child(6) {
        top: calc(45% - -45px);
        right: calc(33.33% - 38px);
    }

    .football-field .football-field-position.formation-nine .action-ball:nth-child(7) {
        top: calc(66.66% - -25px);
        left: 0%;
    }

    .football-field .football-field-position.formation-nine .action-ball:nth-child(8) {
        top: calc(66.66% - -55px);
        left: calc(28% - 30px);
    }

    .football-field .football-field-position.formation-nine .action-ball:nth-child(9) {
        top: calc(66.66% - -55px);
        left: calc(33.33% - -125px);
    }

    .football-field .football-field-position.formation-nine .action-ball:nth-child(10) {
        top: calc(66.66% - -25px);
        right: 0%;
    }

    .football-field .football-field-position.formation-nine .action-ball:nth-child(11) {
        top: calc(100% - 40px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-ten .action-ball:nth-child(1) {
        top: 0;
        left: calc(35% - -30px);
    }

    .football-field .football-field-position.formation-ten .action-ball:nth-child(2) {
        left: 0%;
        top: calc(33.33% - 15px);
    }

    .football-field .football-field-position.formation-ten .action-ball:nth-child(3) {
        top: calc(33.33% - 15px);
        left: 21%;
    }

    .football-field .football-field-position.formation-ten .action-ball:nth-child(4) {
        top: calc(33.33% - 15px);
        right: calc(26% - 0px);
    }

    .football-field .football-field-position.formation-ten .action-ball:nth-child(5) {
        top: calc(33.33% - 15px);
        right: 0%;
    }

    .football-field .football-field-position.formation-ten .action-ball:nth-child(6) {
        top: calc(45% - -65px);
        right: calc(35% - -43px);
    }

    .football-field .football-field-position.formation-ten .action-ball:nth-child(7) {
        top: calc(66.66% - -25px);
        left: 0%;
    }

    .football-field .football-field-position.formation-ten .action-ball:nth-child(8) {
        top: calc(66.66% - -55px);
        left: calc(28% - 30px);
    }

    .football-field .football-field-position.formation-ten .action-ball:nth-child(9) {
        top: calc(66.66% - -55px);
        left: calc(33.33% - -125px);
    }

    .football-field .football-field-position.formation-ten .action-ball:nth-child(10) {
        top: calc(66.66% - -25px);
        right: 0%;
    }

    .football-field .football-field-position.formation-ten .action-ball:nth-child(11) {
        top: calc(100% - 40px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-eleven .action-ball:nth-child(1) {
        top: 6%;
        left: calc(10% - -30px);
    }

    .football-field .football-field-position.formation-eleven .action-ball:nth-child(2) {
        top: 0;
        left: calc(35% - -30px);
    }

    .football-field .football-field-position.formation-eleven .action-ball:nth-child(3) {
        top: 6%;
        right: calc(12% - -30px);
    }

    .football-field .football-field-position.formation-eleven .action-ball:nth-child(4) {
        left: 0%;
        top: calc(37% - 0px);
    }

    .football-field .football-field-position.formation-eleven .action-ball:nth-child(5) {
        top: calc(37% - 0px);
        left: 21%;
    }

    .football-field .football-field-position.formation-eleven .action-ball:nth-child(6) {
        top: calc(37% - 0px);
        right: calc(26% - 0px);
    }

    .football-field .football-field-position.formation-eleven .action-ball:nth-child(7) {
        top: calc(37% - 0px);
        right: 0%;
    }

    .football-field .football-field-position.formation-eleven .action-ball:nth-child(8) {
        top: calc(62% - -55px);
        left: calc(21% - 30px);
    }

    .football-field .football-field-position.formation-eleven .action-ball:nth-child(9) {
        top: calc(58% - -55px);
        left: calc(42% - 0px);
    }

    .football-field .football-field-position.formation-eleven .action-ball:nth-child(10) {
        top: calc(68% - -25px);
        right: calc(30% - 50px);
    }

    .football-field .football-field-position.formation-eleven .action-ball:nth-child(11) {
        top: calc(100% - 40px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-twelve .action-ball:nth-child(1) {
        top: 0%;
        left: calc(10% - -30px);
    }

    .football-field .football-field-position.formation-twelve .action-ball:nth-child(2) {
        top: 0%;
        right: calc(12% - -30px);
    }

    .football-field .football-field-position.formation-twelve .action-ball:nth-child(3) {
        top: 20%;
        left: calc(35% - -30px);
    }

    .football-field .football-field-position.formation-twelve .action-ball:nth-child(4) {
        left: 0%;
        top: calc(37% - 0px);
    }

    .football-field .football-field-position.formation-twelve .action-ball:nth-child(5) {
        top: calc(42% - 0px);
        left: 21%;
    }

    .football-field .football-field-position.formation-twelve .action-ball:nth-child(6) {
        top: calc(42% - 0px);
        right: calc(26% - 0px);
    }

    .football-field .football-field-position.formation-twelve .action-ball:nth-child(7) {
        top: calc(37% - 0px);
        right: 0%;
    }

    .football-field .football-field-position.formation-twelve .action-ball:nth-child(8) {
        top: calc(58% - -55px);
        left: calc(21% - 30px);
    }

    .football-field .football-field-position.formation-twelve .action-ball:nth-child(9) {
        top: calc(58% - -55px);
        left: calc(42% - 0px);
    }

    .football-field .football-field-position.formation-twelve .action-ball:nth-child(10) {
        top: calc(58% - -55px);
        right: calc(30% - 50px);
    }

    .football-field .football-field-position.formation-twelve .action-ball:nth-child(11) {
        top: calc(100% - 40px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-thirtin .action-ball:nth-child(1) {
        top: 0%;
        left: calc(10% - -30px);
    }

    .football-field .football-field-position.formation-thirtin .action-ball:nth-child(2) {
        top: 0%;
        right: calc(12% - -30px);
    }

    .football-field .football-field-position.formation-thirtin .action-ball:nth-child(3) {
        top: 20%;
        left: calc(35% - -30px);
    }

    .football-field .football-field-position.formation-thirtin .action-ball:nth-child(4) {
        top: calc(42% - 0px);
        left: 18%;
    }

    .football-field .football-field-position.formation-thirtin .action-ball:nth-child(5) {
        top: calc(42% - 0px);
        right: calc(22% - 0px);
    }

    .football-field .football-field-position.formation-thirtin .action-ball:nth-child(6) {
        top: calc(58% - -15px);
        left: calc(42% - 0px);
    }

    .football-field .football-field-position.formation-thirtin .action-ball:nth-child(7) {
        top: calc(78% - -10px);
        left: 0%;
    }

    .football-field .football-field-position.formation-thirtin .action-ball:nth-child(8) {
        top: calc(78% - -10px);
        left: 21%;
    }

    .football-field .football-field-position.formation-thirtin .action-ball:nth-child(9) {
        top: calc(78% - -10px);
        right: 25%;
    }

    .football-field .football-field-position.formation-thirtin .action-ball:nth-child(10) {
        top: calc(78% - -10px);
        right: 0%;
    }

    .football-field .football-field-position.formation-thirtin .action-ball:nth-child(11) {
        top: calc(100% - 40px);
        left: calc(50% - 35px);
    }

    .football-field .football-field-position.formation-fourtin .action-ball:nth-child(1) {
        top: 18%;
        left: calc(10% - -30px);
    }

    .football-field .football-field-position.formation-fourtin .action-ball:nth-child(2) {
        top: 0%;
        left: calc(35% - -30px);
    }

    .football-field .football-field-position.formation-fourtin .action-ball:nth-child(3) {
        top: 18%;
        right: calc(12% - -30px);
    }

    .football-field .football-field-position.formation-fourtin .action-ball:nth-child(4) {
        top: calc(42% - 0px);
        left: 18%;
    }

    .football-field .football-field-position.formation-fourtin .action-ball:nth-child(5) {
        top: calc(42% - 0px);
        right: calc(22% - 0px);
    }

    .football-field .football-field-position.formation-fourtin .action-ball:nth-child(6) {
        top: calc(42% - 0px);
        left: calc(42% - 0px);
    }

    .football-field .football-field-position.formation-fourtin .action-ball:nth-child(7) {
        top: calc(78% - -10px);
        left: 0%;
    }

    .football-field .football-field-position.formation-fourtin .action-ball:nth-child(8) {
        top: calc(78% - -10px);
        left: 21%;
    }

    .football-field .football-field-position.formation-fourtin .action-ball:nth-child(9) {
        top: calc(78% - -10px);
        right: 25%;
    }

    .football-field .football-field-position.formation-fourtin .action-ball:nth-child(10) {
        top: calc(78% - -10px);
        right: 0%;
    }

    .football-field .football-field-position.formation-fourtin .action-ball:nth-child(11) {
        top: calc(100% - 40px);
        left: calc(50% - 35px);
    }

    /*-----*/
    .football-field .football-field-position.formation-fiftin .action-ball:nth-child(1) {
        top: 0%;
        left: calc(35% - -30px);
    }

    .football-field .football-field-position.formation-fiftin .action-ball:nth-child(2) {
        top: 18%;
        left: calc(35% - -30px);
    }

    .football-field .football-field-position.formation-fiftin .action-ball:nth-child(3) {
        top: calc(38% - 0px);
        left: 0%;
    }

    .football-field .football-field-position.formation-fiftin .action-ball:nth-child(4) {
        top: calc(38% - 0px);
        left: 21%;
    }

    .football-field .football-field-position.formation-fiftin .action-ball:nth-child(5) {
        top: calc(38% - 0px);
        right: 25%;
    }

    .football-field .football-field-position.formation-fiftin .action-ball:nth-child(6) {
        top: calc(38% - 0px);
        right: 0%;
    }

    .football-field .football-field-position.formation-fiftin .action-ball:nth-child(7) {
        top: calc(73% - -10px);
        left: 0%;
    }

    .football-field .football-field-position.formation-fiftin .action-ball:nth-child(8) {
        top: calc(73% - -10px);
        left: 21%;
    }

    .football-field .football-field-position.formation-fiftin .action-ball:nth-child(9) {
        top: calc(73% - -10px);
        right: 25%;
    }

    .football-field .football-field-position.formation-fiftin .action-ball:nth-child(10) {
        top: calc(73% - -10px);
        right: 0%;
    }

    .football-field .football-field-position.formation-fiftin .action-ball:nth-child(11) {
        top: calc(100% - 40px);
        left: calc(50% - 35px);
    }

    .jBox-wrapper {
        text-align: left;
        box-sizing: border-box;
    }

    .jBox-title,
    .jBox-content,
    .jBox-container {
        position: relative;
        word-break: break-word;
        box-sizing: border-box;
    }

    .jBox-container {
        background: #fff;
    }

    .jBox-content {
        padding: 8px 12px;
        overflow-x: hidden;
        overflow-y: auto;
        transition: opacity .2s;
    }

    .jBox-footer {
        box-sizing: border-box;
    }

    .jBox-Tooltip .jBox-container,
    .jBox-Mouse .jBox-container {
        border-radius: 4px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    }

    .jBox-Tooltip .jBox-title,
    .jBox-Mouse .jBox-title {
        padding: 8px 10px 0;
        font-weight: bold;
    }

    .jBox-Tooltip.jBox-hasTitle .jBox-content,
    .jBox-Mouse.jBox-hasTitle .jBox-content {
        padding-top: 5px;
    }

    .jBox-Mouse {
        pointer-events: none;
    }

    .jBox-pointer {
        position: absolute;
        overflow: hidden;
        box-sizing: border-box;
    }

    .jBox-pointer:after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        background: #fff;
        transform: rotate(45deg);
        box-sizing: border-box;
    }

    .jBox-pointer-top {
        top: 0;
    }

    .jBox-pointer-top:after {
        left: 5px;
        top: 6px;
        box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.15);
    }

    .jBox-pointer-right {
        right: 0;
    }

    .jBox-pointer-right:after {
        top: 5px;
        right: 6px;
        box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.15);
    }

    .jBox-pointer-left {
        left: 0;
    }

    .jBox-pointer-left:after {
        top: 5px;
        left: 6px;
        box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.15);
    }

    .jBox-pointer-bottom {
        bottom: 0;
    }

    .jBox-pointer-bottom:after {
        left: 5px;
        bottom: 6px;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    }

    .jBox-pointer-top,
    .jBox-pointer-bottom {
        width: 30px;
        height: 12px;
    }

    .jBox-pointer-left,
    .jBox-pointer-right {
        width: 12px;
        height: 30px;
    }

    .jBox-Modal .jBox-container {
        border-radius: 4px;
    }

    .jBox-Modal .jBox-container,
    .jBox-Modal.jBox-closeButton-box:before {
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4);
    }

    .jBox-Modal .jBox-content {
        padding: 15px 20px;
    }

    .jBox-Modal .jBox-title {
        border-radius: 4px 4px 0 0;
        padding: 15px 20px;
        background: #fafafa;
        border-bottom: 1px solid #eee;
    }

    .jBox-Modal.jBox-closeButton-title .jBox-title {
        padding-right: 65px;
    }

    .jBox-Modal .jBox-footer {
        border-radius: 0 0 4px 4px;
    }

    .jBox-closeButton {
        z-index: 1;
        cursor: pointer;
        position: absolute;
        box-sizing: border-box;
    }

    .jBox-closeButton svg {
        position: absolute;
        top: 50%;
        right: 50%;
    }

    .jBox-closeButton path {
        fill: #aaa;
        transition: fill .2s;
    }

    .jBox-closeButton:hover path {
        fill: #888;
    }

    .jBox-overlay .jBox-closeButton {
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
    }

    .jBox-overlay .jBox-closeButton svg {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-right: -10px;
    }

    .jBox-overlay .jBox-closeButton path {
        fill: #ddd;
    }

    .jBox-overlay .jBox-closeButton:hover path {
        fill: #fff;
    }

    .jBox-closeButton-title .jBox-closeButton {
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
    }

    .jBox-closeButton-title svg {
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-right: -6px;
    }

    .jBox-closeButton-box {
        box-sizing: border-box;
    }

    .jBox-closeButton-box .jBox-closeButton {
        top: -8px;
        right: -10px;
        width: 24px;
        height: 24px;
        background: #fff;
        border-radius: 50%;
    }

    .jBox-closeButton-box .jBox-closeButton svg {
        width: 10px;
        height: 10px;
        margin-top: -5px;
        margin-right: -5px;
    }

    .jBox-closeButton-box:before {
        content: '';
        position: absolute;
        top: -8px;
        right: -10px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

    .jBox-closeButton-box.jBox-pointerPosition-top:before {
        top: 5px;
    }

    .jBox-closeButton-box.jBox-pointerPosition-right:before {
        right: 2px;
    }

    .jBox-Modal.jBox-hasTitle.jBox-closeButton-box .jBox-closeButton {
        background: #fafafa;
    }

    .jBox-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.82);
    }

    .jBox-footer {
        background: #fafafa;
        border-top: 1px solid #eee;
        padding: 8px 10px;
        border-radius: 0 0 3px 3px;
    }

    body[class^="jBox-blockScroll-"],
    body[class*=" jBox-blockScroll-"] {
        overflow: hidden;
    }

    .jBox-draggable {
        cursor: move;
    }

    @keyframes jBoxLoading {
        to {
            transform: rotate(360deg);
        }
    }

    .jBox-loading .jBox-content {
        opacity: .2;
    }

    .jBox-loading-spinner .jBox-content {
        min-height: 38px !important;
        min-width: 38px !important;
        opacity: 0;
    }

    .jBox-spinner {
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-left: -12px;
    }

    .jBox-spinner:before {
        display: block;
        box-sizing: border-box;
        content: '';
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-top-color: rgba(0, 0, 0, 0.8);
        animation: jBoxLoading .6s linear infinite;
    }

    .jBox-countdown {
        border-radius: 4px 4px 0 0;
        z-index: 0;
        background: #000;
        opacity: .2;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        overflow: hidden;
    }

    .jBox-countdown-inner {
        top: 0;
        right: 0;
        width: 100%;
        height: 3px;
        position: absolute;
        background: #fff;
    }

    [class^="jBox-animated-"],
    [class*=" jBox-animated-"] {
        animation-fill-mode: both;
    }

    @keyframes jBox-tada {
        0% {
            transform: scale(1);
        }

        10%,
        20% {
            transform: scale(0.8) rotate(-4deg);
        }

        30%,
        50%,
        70%,
        90% {
            transform: scale(1.2) rotate(4deg);
        }

        40%,
        60%,
        80% {
            transform: scale(1.2) rotate(-4deg);
        }

        100% {
            transform: scale(1) rotate(0);
        }
    }

    .jBox-animated-tada {
        animation: jBox-tada 1s;
    }

    @keyframes jBox-tadaSmall {
        0% {
            transform: scale(1);
        }

        10%,
        20% {
            transform: scale(0.9) rotate(-2deg);
        }

        30%,
        50%,
        70%,
        90% {
            transform: scale(1.1) rotate(2deg);
        }

        40%,
        60%,
        80% {
            transform: scale(1.1) rotate(-2deg);
        }

        100% {
            transform: scale(1) rotate(0);
        }
    }

    .jBox-animated-tadaSmall {
        animation: jBox-tadaSmall 1s;
    }

    @keyframes jBox-flash {

        0%,
        50%,
        100% {
            opacity: 1;
        }

        25%,
        75% {
            opacity: 0;
        }
    }

    .jBox-animated-flash {
        animation: jBox-flash .5s;
    }

    @keyframes jBox-shake {

        0%,
        100% {
            transform: translateX(0);
        }

        20%,
        60% {
            transform: translateX(-6px);
        }

        40%,
        80% {
            transform: translateX(6px);
        }
    }

    .jBox-animated-shake {
        animation: jBox-shake .4s;
    }

    @keyframes jBox-pulseUp {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.15);
        }

        100% {
            transform: scale(1);
        }
    }

    .jBox-animated-pulseUp {
        animation: jBox-pulseUp .25s;
    }

    @keyframes jBox-pulseDown {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(0.85);
        }

        100% {
            transform: scale(1);
        }
    }

    .jBox-animated-pulseDown {
        animation: jBox-pulseDown .25s;
    }

    @keyframes jBox-popIn {
        0% {
            transform: scale(0);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }

    .jBox-animated-popIn {
        animation: jBox-popIn .25s;
    }

    @keyframes jBox-popOut {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(0);
        }
    }

    .jBox-animated-popOut {
        animation: jBox-popOut .25s;
    }

    @keyframes jBox-fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .jBox-animated-fadeIn {
        animation: jBox-fadeIn .2s;
    }

    @keyframes jBox-fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .jBox-animated-fadeOut {
        animation: jBox-fadeOut .2s;
    }

    @keyframes jBox-slideUp {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-300px);
            opacity: 0;
        }
    }

    .jBox-animated-slideUp {
        animation: jBox-slideUp .4s;
    }

    @keyframes jBox-slideRight {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(300px);
            opacity: 0;
        }
    }

    .jBox-animated-slideRight {
        animation: jBox-slideRight .4s;
    }

    @keyframes jBox-slideDown {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(300px);
            opacity: 0;
        }
    }

    .jBox-animated-slideDown {
        animation: jBox-slideDown .4s;
    }

    @keyframes jBox-slideLeft {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-300px);
            opacity: 0;
        }
    }

    .jBox-animated-slideLeft {
        animation: jBox-slideLeft .4s;
    }

    .jBox-Confirm .jBox-content {
        text-align: center;
        padding: 46px 35px;
    }

    @media (max-width: 500px) {
        .jBox-Confirm .jBox-content {
            padding: 32px 20px;
        }
    }

    .jBox-Confirm-footer {
        height: 46px;
    }

    .jBox-Confirm-button {
        display: block;
        float: left;
        cursor: pointer;
        text-align: center;
        width: 50%;
        line-height: 46px;
        height: 46px;
        overflow: hidden;
        padding: 0 10px;
        transition: color .2s, background-color .2s;
        box-sizing: border-box;
    }

    .jBox-Confirm-button-cancel {
        border-bottom-left-radius: 4px;
        background: #ddd;
        color: #666;
    }

    .jBox-Confirm-button-cancel:hover,
    .jBox-Confirm-button-cancel:active {
        background: #ccc;
    }

    .jBox-Confirm-button-cancel:active {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    }

    .jBox-Confirm-button-submit {
        border-bottom-right-radius: 4px;
        background: #7d0;
        color: #fff;
    }

    .jBox-Confirm-button-submit:hover,
    .jBox-Confirm-button-submit:active {
        background: #6c0;
    }

    .jBox-Confirm-button-submit:active {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    }

    .jBox-Image .jBox-container {
        background-color: transparent;
    }

    .jBox-Image .jBox-content {
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .jBox-image-container {
        background: center center no-repeat;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .jBox-image-label-wrapper {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 40px;
        z-index: 100;
        display: flex;
    }

    .jBox-image-label-container {
        position: relative;
        flex: 1;
    }

    .jBox-image-label {
        box-sizing: border-box;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 8px 12px;
        font-size: 15px;
        line-height: 24px;
        transition: opacity .36s;
        opacity: 0;
        z-index: 0;
        pointer-events: none;
    }

    .jBox-image-label.expanded {
        background: #000;
    }

    .jBox-image-label:not(.expanded) {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .jBox-image-label.active {
        opacity: 1;
        pointer-events: all;
    }

    @media (max-width: 600px) {
        .jBox-image-label {
            font-size: 13px;
        }
    }

    .jBox-image-pointer-next,
    .jBox-image-pointer-prev {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
        opacity: .8;
        transition: opacity .2s;
        background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
        background-size: 11px auto;
        user-select: none;
        z-index: 1;
    }

    .jBox-image-pointer-next:hover,
    .jBox-image-pointer-prev:hover {
        opacity: 1;
    }

    .jBox-image-pointer-next {
        transform: scaleX(-1);
    }

    .jBox-image-counter-container {
        flex-shrink: 0;
        white-space: nowrap;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        color: #fff;
        text-align: right;
        display: none;
    }

    .jBox-image-has-counter .jBox-image-counter-container {
        display: block;
    }

    .jBox-overlay.jBox-overlay-Image {
        background: #000;
    }

    .jBox-image-not-found {
        background: #000;
    }

    .jBox-image-not-found:before {
        content: '';
        box-sizing: border-box;
        display: block;
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
        position: absolute;
        top: 50%;
        left: 50%;
        border: 5px solid #222;
        border-radius: 50%;
    }

    .jBox-image-not-found:after {
        content: '';
        display: block;
        box-sizing: content-box;
        z-index: auto;
        width: 6px;
        height: 74px;
        margin-top: -37px;
        margin-left: -3px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #222;
        transform: rotateZ(45deg);
        transform-origin: 50% 50% 0;
    }

    .jBox-image-download-button-wrapper {
        position: absolute;
        top: -40px;
        right: 35px;
        height: 40px;
        display: flex;
        cursor: pointer;
        opacity: .8;
        transition: opacity .2s;
    }

    .jBox-image-download-button-wrapper:hover {
        opacity: 1;
    }

    .jBox-image-download-button-icon {
        width: 40px;
        height: 40px;
        background: center center no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNDE2IDI1NnYtMTkyaC0xOTJ2MTkyaC0xNjBsMjU2IDI1NiAyNTYtMjU2aC0xNjB6TTAgNTc2aDY0MHY2NGgtNjQwdi02NHoiPjwvcGF0aD48L3N2Zz4=);
        background-size: 60%;
    }

    .jBox-image-download-button-text {
        white-space: nowrap;
        line-height: 40px;
        padding: 0 10px 0 0;
        color: #fff;
        font-size: 14px;
    }

    @keyframes jBoxImageLoading {
        to {
            transform: rotate(360deg);
        }
    }

    .jBox-image-loading:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 32px;
        height: 32px;
        margin-top: -16px;
        margin-left: -16px;
        border: 4px solid #333;
        border-bottom-color: #666;
        animation: jBoxImageLoading 1.2s linear infinite;
        border-radius: 50%;
    }

    .jBox-Notice {
        transition: margin .2s;
    }

    .jBox-Notice .jBox-container {
        border-radius: 4px;
        box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.25), inset -1px -1px 0 0 rgba(0, 0, 0, 0.1);
    }

    .jBox-Notice .jBox-content {
        border-radius: 4px;
        padding: 12px 20px;
    }

    @media (max-width: 768px) {
        .jBox-Notice .jBox-content {
            padding: 10px 15px;
        }
    }

    @media (max-width: 500px) {
        .jBox-Notice .jBox-content {
            padding: 8px 10px;
        }
    }

    .jBox-Notice.jBox-hasTitle .jBox-content {
        padding-top: 5px;
    }

    @media (max-width: 500px) {
        .jBox-Notice.jBox-hasTitle .jBox-content {
            padding-top: 0;
        }
    }

    .jBox-Notice.jBox-hasTitle .jBox-title {
        padding: 12px 20px 0;
        font-weight: bold;
    }

    @media (max-width: 768px) {
        .jBox-Notice.jBox-hasTitle .jBox-title {
            padding: 10px 15px 0;
        }
    }

    @media (max-width: 500px) {
        .jBox-Notice.jBox-hasTitle .jBox-title {
            padding: 8px 10px 0;
        }
    }

    .jBox-Notice.jBox-closeButton-title .jBox-title {
        padding-right: 55px;
    }

    .jBox-Notice.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton {
        width: 40px;
    }

    .jBox-Notice.jBox-Notice-black .jBox-container {
        color: #fff;
        background: #000;
    }

    .jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
    .jBox-Notice.jBox-Notice-black.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
        fill: #fff;
    }

    .jBox-Notice.jBox-Notice-gray .jBox-container {
        color: #222;
        background: #f6f6f6;
    }

    .jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
    .jBox-Notice.jBox-Notice-gray.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
        fill: #222;
    }

    .jBox-Notice.jBox-Notice-red .jBox-container {
        color: #fff;
        background: #d00;
    }

    .jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
    .jBox-Notice.jBox-Notice-red.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
        fill: #fff;
    }

    .jBox-Notice.jBox-Notice-green .jBox-container {
        color: #fff;
        background: #5d0;
    }

    .jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
    .jBox-Notice.jBox-Notice-green.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
        fill: #fff;
    }

    .jBox-Notice.jBox-Notice-blue .jBox-container {
        color: #fff;
        background: #49d;
    }

    .jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
    .jBox-Notice.jBox-Notice-blue.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
        fill: #fff;
    }

    .jBox-Notice.jBox-Notice-yellow .jBox-container {
        color: #000;
        background: #fd0;
    }

    .jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton path,
    .jBox-Notice.jBox-Notice-yellow.jBox-closeButton-title.jBox-hasTitle .jBox-closeButton:hover path {
        fill: #fff;
    }

    .jBox-NoticeFancy .jBox-content,
    .jBox-NoticeFancy .jBox-title {
        padding-left: 25px;
    }

    .jBox-NoticeFancy.jBox-Notice-color .jBox-container {
        color: #fff;
        background: #000;
    }

    .jBox-NoticeFancy.jBox-Notice-color .jBox-container:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 8px;
        border-radius: 4px 0 0 4px;
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        background-size: 14px 14px;
    }

    .jBox-NoticeFancy.jBox-Notice-black .jBox-container:after,
    .jBox-NoticeFancy.jBox-Notice-gray .jBox-container:after {
        background-color: #888;
    }

    .jBox-NoticeFancy.jBox-Notice-red .jBox-container:after {
        background-color: #e00;
    }

    .jBox-NoticeFancy.jBox-Notice-green .jBox-container:after {
        background-color: #6c0;
    }

    .jBox-NoticeFancy.jBox-Notice-blue .jBox-container:after {
        background-color: #49d;
    }

    .jBox-NoticeFancy.jBox-Notice-yellow .jBox-container:after {
        background-color: #fb0;
    }

    .jBox-NoticeFancy .jBox-countdown {
        left: 8px;
        border-radius: 0 4px 0 0;
    }

    .jBox-TooltipBorder .jBox-container,
    .jBox-TooltipBorder .jBox-pointer:after {
        border: 2px solid #49d;
    }

    .jBox-TooltipBorder .jBox-pointer:after {
        width: 22px;
        height: 22px;
    }

    .jBox-TooltipBorder .jBox-pointer-top,
    .jBox-TooltipBorder .jBox-pointer-bottom {
        width: 34px;
        height: 13px;
    }

    .jBox-TooltipBorder .jBox-pointer-top:after,
    .jBox-TooltipBorder .jBox-pointer-bottom:after {
        left: 6px;
    }

    .jBox-TooltipBorder .jBox-pointer-left,
    .jBox-TooltipBorder .jBox-pointer-right {
        width: 13px;
        height: 34px;
    }

    .jBox-TooltipBorder .jBox-pointer-left:after,
    .jBox-TooltipBorder .jBox-pointer-right:after {
        top: 6px;
    }

    .jBox-TooltipBorder.jBox-closeButton-box:before {
        width: 28px;
        height: 28px;
        background: #49d;
    }

    .jBox-TooltipBorderThick .jBox-container {
        box-shadow: none;
        border-radius: 8px;
        border: 4px solid #ccc;
    }

    .jBox-TooltipBorderThick .jBox-pointer:after {
        box-shadow: none;
        border: 4px solid #ccc;
        width: 24px;
        height: 24px;
    }

    .jBox-TooltipBorderThick .jBox-pointer-top,
    .jBox-TooltipBorderThick .jBox-pointer-bottom {
        width: 38px;
        height: 13px;
    }

    .jBox-TooltipBorderThick .jBox-pointer-left,
    .jBox-TooltipBorderThick .jBox-pointer-right {
        width: 13px;
        height: 38px;
    }

    .jBox-TooltipBorderThick.jBox-closeButton-box:before {
        width: 32px;
        height: 32px;
        background: #ccc;
    }

    .jBox-TooltipDark .jBox-container {
        border-radius: 4px;
        background: #000;
        color: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    }

    .jBox-TooltipDark .jBox-pointer:after {
        background: #000;
    }

    .jBox-TooltipDark .jBox-closeButton {
        background: #000;
    }

    .jBox-TooltipDark.jBox-closeButton-box:before {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    }

    .jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton path {
        fill: #ddd;
    }

    .jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:hover path {
        fill: #fff;
    }

    .jBox-TooltipDark.jBox-closeButton-box .jBox-closeButton:active path {
        fill: #bbb;
    }

    .jBox-TooltipError {
        pointer-events: none;
    }

    .jBox-TooltipError .jBox-container {
        border-radius: 2px;
        background: #d00;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
    }

    .jBox-TooltipError .jBox-content {
        padding: 0 10px;
        line-height: 28px;
    }

    .jBox-TooltipError .jBox-pointer:after {
        background: #d00;
        width: 20px;
        height: 20px;
    }

    .jBox-TooltipError .jBox-pointer-top,
    .jBox-TooltipError .jBox-pointer-bottom {
        width: 22px;
        height: 8px;
    }

    .jBox-TooltipError .jBox-pointer-right,
    .jBox-TooltipError .jBox-pointer-left {
        width: 8px;
        height: 22px;
    }

    .jBox-TooltipError .jBox-pointer-top:after {
        left: 1px;
        top: 6px;
    }

    .jBox-TooltipError .jBox-pointer-right:after {
        top: 1px;
        right: 6px;
    }

    .jBox-TooltipError .jBox-pointer-bottom:after {
        left: 1px;
        bottom: 6px;
    }

    .jBox-TooltipError .jBox-pointer-left:after {
        top: 1px;
        left: 6px;
    }

    .jBox-TooltipSmall {
        pointer-events: none;
    }

    .jBox-TooltipSmall .jBox-container {
        border-radius: 2px;
    }

    .jBox-TooltipSmall .jBox-content {
        padding: 0 10px;
        line-height: 28px;
    }

    .jBox-TooltipSmall .jBox-pointer:after {
        width: 20px;
        height: 20px;
    }

    .jBox-TooltipSmall .jBox-pointer-top,
    .jBox-TooltipSmall .jBox-pointer-bottom {
        width: 22px;
        height: 8px;
    }

    .jBox-TooltipSmall .jBox-pointer-right,
    .jBox-TooltipSmall .jBox-pointer-left {
        width: 8px;
        height: 22px;
    }

    .jBox-TooltipSmall .jBox-pointer-top:after {
        left: 1px;
        top: 6px;
    }

    .jBox-TooltipSmall .jBox-pointer-right:after {
        top: 1px;
        right: 6px;
    }

    .jBox-TooltipSmall .jBox-pointer-bottom:after {
        left: 1px;
        bottom: 6px;
    }

    .jBox-TooltipSmall .jBox-pointer-left:after {
        top: 1px;
        left: 6px;
    }

    .jBox-TooltipSmallGray {
        pointer-events: none;
    }

    .jBox-TooltipSmallGray .jBox-container {
        font-size: 13px;
        line-height: 24px;
        border-radius: 12px;
        background-image: linear-gradient(to bottom, #fafafa, #f2f2f2);
    }

    .jBox-TooltipSmallGray .jBox-content {
        padding: 0 10px;
    }

    .jBox-TooltipSmallGray .jBox-pointer:after {
        width: 20px;
        height: 20px;
    }

    .jBox-TooltipSmallGray .jBox-pointer-top,
    .jBox-TooltipSmallGray .jBox-pointer-bottom {
        width: 22px;
        height: 8px;
    }

    .jBox-TooltipSmallGray .jBox-pointer-left,
    .jBox-TooltipSmallGray .jBox-pointer-right {
        width: 8px;
        height: 22px;
    }

    .jBox-TooltipSmallGray .jBox-pointer-top:after {
        background: #fafafa;
        left: 1px;
        top: 6px;
    }

    .jBox-TooltipSmallGray .jBox-pointer-right:after {
        top: 1px;
        right: 6px;
    }

    .jBox-TooltipSmallGray .jBox-pointer-bottom:after {
        background: #f2f2f2;
        left: 1px;
        bottom: 6px;
    }

    .jBox-TooltipSmallGray .jBox-pointer-left:after {
        top: 1px;
        left: 6px;
    }

    /*# sourceMappingURL=jBox.all.css.map */


    /*Equipment Page*/
    .football-equipment>.container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }

    .football-equipment .hover-block .section-title {
        display: none;
    }

    .football-equipment .equipment-card:before {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        height: 200px;
        width: 200px;
    }

    .football-equipment .equipment-card {
        width: 100%;
        height: 500px;
        position: relative;
        background-color: #000;
    }

    .football-equipment .equipment-card:after {
        content: "";
        position: absolute;
        bottom: -10px;
        right: -10px;
        background-color: #0088cc;
        height: 150px;
        width: 150px;
        z-index: -1;
    }

    .football-equipment .equipment-card:nth-child(odd):before {
        top: unset;
        left: unset;
        bottom: -10px;
        right: -10px;
    }

    .football-equipment .equipment-card:nth-child(odd) {
        margin-top: 0px;
    }

    .football-equipment .equipment-card:nth-child(odd):after {
        top: -10px;
        left: -10px;
        bottom: unset;
        right: unset;
    }

    .football-equipment .equipment-card img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .football-equipment .equipment-card img.alt-img {
        display: none
    }

    .football-equipment .equipment-card:hover img.alt-img {
        display: block;
    }

    .football-equipment .equipment-card:hover img.back-img {
        display: none;
    }

    .football-equipment .equipment-card .block-text {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%);
        padding: 25px;
        display: inline-flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
    }

    .football-equipment .equipment-card .block-text h3:before {
        height: 2px;
        width: 50px;
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-color: #0088cc;
    }

    .football-equipment .equipment-card .block-text h3 {
        color: #fff;
        font-family: 'Spartan_Bold';
        font-size: 36px;
        position: relative;
        padding-bottom: 10px;
    }

    .football-equipment .equipment-card .block-text h3.alt-text {
        display: none;
        line-height: 75px;
        font-size: 45px;
    }

    .football-equipment .equipment-card:hover .block-text h3.alt-text {
        display: block;
    }

    .football-equipment .equipment-card:hover .block-text h3.back-text {
        display: none;
    }

    .equipment-card .btn-card {
        color: #fff;
        font-family: 'Spartan_Bold';
        background-color: #08c;
        border-radius: 5px;
        padding: 10px 20px;
    }

    .equipment-card:hover .btn-card {
        background-color: #fff;
        color: #08c;
    }




    .football-cards-holder {
        padding-top: 90px;
    }

    .categoriess_tab_container_new.mobile-content .football-cards-holder {
        padding-top: unset !important;
    }

    .football-cards-holder>.container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }

    .football-cards-holder .text-info-block {
        /* border: 2px solid rgba(0, 0, 0, 0.10); */
        /* border-right: 5px solid #0088cc; */
        padding: 35px;
        position: relative;
        background: #DBEBF4;
        /* background: rgba(0, 136, 204, 0.05); */
        /* border-radius: 10px; */
        cursor: pointer;
    }

    .football-cards-holder .text-info-block.football-injuries_2 {
        background: #F2F2F2;
    }

    .football-cards-holder .text-info-block:before {
        content: "";
        position: absolute;
        z-index: -1;
        background-color: #08c;
        top: -25px;
        left: -25px;
        bottom: 25px;
        right: 25px;
        opacity: 0.05;
        display: none;
    }

    .football-cards-holder .text-info-block h4 {
        font-family: 'Spartan_ExtraBold';
        font-size: 21px;
        text-transform: uppercase;
    }

    .football-cards-holder .text-info-block p {
        font-family: 'Spartan_SemiBold';
        /* opacity: 0.75; */
        margin-top: 20px;
        margin-bottom: 25px;
        line-height: 25px;
        font-size: 16px;
        letter-spacing: unset;
    }

    .football-cards-holder .text-info-block a:hover i {
        color: #08c;
    }

    .football-cards-holder .text-info-block a:hover {
        color: #08c;
        background-color: unset;
    }

    /* .football-cards-holder .text-info-block a{
	display: inline-block;
	color: #fff;
	font-family: 'Spartan_Bold';
	background-color: #08c;
	border-radius: 25px;
	padding: 10px 20px 9px 20px;
} */
    .football-cards-holder .hover-block .section-title {
        /* display: none; */
    }

    .football-cards-holder .hover-block .section-title h1,
    .football-equipment .hover-block .section-title h1 {
        margin-bottom: 9px;
        font-family: 'Spartan_ExtraBold';
        font-size: 21px;
        letter-spacing: unset;
    }

    .football-cards-holder .hover-block .section-title p,
    .football-equipment .hover-block .section-title p {
        margin-bottom: 20px;
    }

    .football-cards-holder .text-info-block a i {
        font-size: 12px;
    }

    .football-cards-holder .text-info-block .text_with_arraow_div {
        justify-content: space-between;
        /* padding-bottom: 22px; */
        /* padding-left: 20px; */
        /* padding-right: 20px; */
        display: flex;
        width: 100%;
    }

    .football-cards-holder .text-info-block .text_with_arraow_div .title {
        font-size: 12px;
        line-height: 28px;
        padding-right: 32px;
        text-transform: uppercase;
        font-family: 'Spartan_ExtraBold';
    }

    .football-cards-holder .text-info-block .text_with_arraow_div img {
        width: 36px;
    }


    /* hover card */
    .football-cards-holder .image-hover-card:before {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        height: 200px;
        width: 200px;
        z-index: -1;
        display: none;
    }

    .football-cards-holder .image-hover-card {
        width: 100%;
        height: 500px;
        position: relative;
        background-color: #000;
        /* border-radius: 10px; */
        overflow: hidden;
    }

    .football-cards-holder .image-hover-card:after {
        content: "";
        position: absolute;
        bottom: -10px;
        right: -10px;
        background-color: #0088cc;
        height: 150px;
        width: 150px;
        z-index: -1;
        display: none;
    }

    .football-cards-holder .image-hover-card:nth-child(odd):before {
        top: unset;
        left: unset;
        bottom: -10px;
        right: -10px;
    }

    .football-cards-holder .image-hover-card:nth-child(odd) {
        margin-top: 0px;
    }

    .football-cards-holder .image-hover-card:nth-child(odd):after {
        top: -10px;
        left: -10px;
        bottom: unset;
        right: unset;
    }

    .football-cards-holder .image-hover-card img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card img.alt-img,
    .category-page .football-cards-holder .mobile-content .image-hover-card img.alt-img {
        display: block;
    }

    .category-page .football-cards-holder .image-hover-card img.alt-img {
        display: none
    }

    .football-cards-holder .image-hover-card:hover {
        cursor: pointer;
    }

    .category-page .football-cards-holder .desk-content .image-hover-card.hit_top img.alt-img {
        display: block;
    }

    .category-page .football-cards-holder .desk-content .image-hover-card.hit_top img.back-img {
        display: none;
    }

    .football-cards-holder .image-hover-card .block-text {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%);
        /* padding: 25px; */
        /* display: inline-flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card .block-text h3:before,
    .category-page .football-cards-holder .mobile-content .image-hover-card .block-text h3:before {
        display: none;
    }

    /* .category-page .football-cards-holder .image-hover-card .block-text h3:before{
	height: 100%;
	width: 3px;
	content: "";
	position: absolute;
	top: -8px;
	left: -10px;
	background-color: #0088cc;
} */
    .football-cards-holder .image-hover-card .block-text a {
        z-index: 1;
        border-radius: 25px;
        opacity: 1;
    }

    .football-cards-holder .image-hover-card .block-text .text-div {
        position: relative;
    }

    .football-cards-holder .image-hover-card .block-text .text-div>div {
        position: relative;
        padding: 0.5rem;
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card.hit_top .block-text .text-div>div:before,
    .category-page .football-cards-holder .image-hover-card.hit_top .block-text .text-div>div:before,
    .football-cards-holder .image-hover-card.hit_top .block-text .text-div>div:before {
        height: 2px;
        width: 50px;
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        /* background-color: #0088cc; */
    }

    .football-cards-holder .image-hover-card .block-text h3 {
        color: #fff;
        font-family: 'Spartan_Bold';
        font-size: 36px;
        position: relative;
        padding-bottom: 10px;
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card.hit_top .block-text h3.back-text {
        opacity: 0;
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card .block-text h3.back-text {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 1;
    }

    .football-cards-holder .image-hover-card .block-text .text-div,
    .football-cards-holder .image-hover-card .block-text h3.alt-text {
        /* display: none; */
        line-height: 75px;
        font-size: 45px;
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card .block-text h3.alt-text,
    .category-page .football-cards-holder .mobile-content .image-hover-card .block-text h3.alt-text {
        display: block;
    }

    .category-page .football-cards-holder .image-hover-card .block-text h3.alt-text {
        display: none;
        line-height: 75px;
        font-size: 45px;
    }

    .category-page .football-cards-holder .desk-content .image-hover-card.hit_top .block-text h3.alt-text {
        display: block;
    }

    .category-page .football-cards-holder .desk-content .image-hover-card.hit_top .block-text h3.back-text {
        display: none;
    }

    .categoriess_tab_container_new .main_image {
        position: relative;
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card .btn-card,
    .category-page .football-cards-holder .mobile-content .image-hover-card .btn-card {
        position: absolute;
        bottom: 25px;
        left: 25px;
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card.main_image .alt-img,
    .category-page .football-cards-holder .mobile-content .image-hover-card.main_image .alt-img,
    .categoriess_tab_container_new .main_image .alt-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card.main_image .text-div,
    .category-page .football-cards-holder .mobile-content .image-hover-card.main_image .text-div,
    .categoriess_tab_container_new .main_image .text-div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        overflow: hidden;
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card.main_image .text-div div h3,
    .category-page .football-cards-holder .mobile-content .image-hover-card.main_image .text-div div h3,
    .categoriess_tab_container_new .main_image .text-div div h3 {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* transition-delay: 0.5s; */
        min-width: 100%;
        font-family: 'Spartan_ExtraBold';
        font-weight: unset;
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card.main_image .text-div div h3.alt-text:nth-child(1),
    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card.main_image .text-div div h3.alt-text:nth-child(3),
    .category-page .football-cards-holder .mobile-content .image-hover-card.main_image .text-div div h3.alt-text:nth-child(1),
    .category-page .football-cards-holder .mobile-content .image-hover-card.main_image .text-div div h3.alt-text:nth-child(3),
    .categoriess_tab_container_new .main_image .text-div div h3.alt-text:nth-child(1),
    .categoriess_tab_container_new .main_image .text-div div h3.alt-text:nth-child(3) {
        margin-left: calc(-100vw - 100%);
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card.main_image .text-div div h3.alt-text:nth-child(2),
    .category-page .football-cards-holder .mobile-content .image-hover-card.main_image .text-div div h3.alt-text:nth-child(2),
    .categoriess_tab_container_new .main_image .text-div div h3.alt-text:nth-child(2) {
        margin-left: calc(100vw + 100%);
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card.main_image.hit_top .text-div div h3.alt-text,
    .category-page .football-cards-holder .mobile-content .image-hover-card.main_image.hit_top .text-div div h3.alt-text,
    .categoriess_tab_container_new .main_image.hit_top .text-div div h3.alt-text {
        margin-left: 0;
    }

    .category-page .football-cards-holder .extra_time_paper_talk .image-hover-card.main_image.hit_top .alt-img,
    .category-page .football-cards-holder .mobile-content .image-hover-card.main_image.hit_top .alt-img,
    .categoriess_tab_container_new .main_image.hit_top .alt-img {
        opacity: 1;
    }

    .football-cards-holder .image-hover-card .text_with_arraow_div {
        justify-content: space-between;
        display: flex;
        width: 100%;
        position: absolute;
        bottom: 0;
        align-items: center;
        padding: 35px;
    }

    .football-cards-holder .image-hover-card .text_with_arraow_div .title {
        font-size: 16px;
        letter-spacing: unset;
        line-height: 25px;
        padding-right: 11px;
        /* text-transform: uppercase; */
        font-family: 'Spartan_SemiBold';
        padding-top: 5px;
        color: #fff;
        opacity: 1;
    }

    .football-cards-holder .image-hover-card .text_with_arraow_div img {
        width: 36px;
    }

    .football-cards-holder .image-hover-card.hit_top .text_with_arraow_div .title,
    .category-page .football-cards-holder .desk-content .image-hover-card.hit_top .text_with_arraow_div .title {
        opacity: 0;
        /* -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; */
    }

    /* .football-cards-holder .image-hover-card .block-text .group{
	display: flex;
    align-items: flex-end;
    width: 100%;
}
.football-cards-holder .image-hover-card .block-text .group .group-name{
	padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 33px;
    font-family: 'Spartan_Bold';
    display: flex;
    width: 100%;
    color: #fff;
}
.football-cards-holder .image-hover-card .block-text .group .user_title{
	font-size: 22px;
}
.football-cards-holder .image-hover-card .block-text .group img{
	width: 36px;
    object-fit: unset;
    z-index: 1;
}
.category-page .football-cards-holder .desk-content .image-hover-card.hit_top .block-text .group{
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
} */


    .categoriess_tab_container_new .section-content.desktop .block-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .categoriess_tab_container_new .section-content.desktop .block-text .text-div {
        /* line-height: 75px;
    font-size: 45px;
    position: relative;
    top: 0;
    left: 0; */
        /* width: 100%; */
        height: 100%;
        display: flex;
        /* justify-content: center; */
        align-items: center;
        color: white;
        overflow: hidden;
        padding-left: 70px;
        text-align: left;
        position: absolute;
        left: 0;
        top: 70px;
    }

    .categoriess_tab_container_new .section-content.desktop .block-text .text-div p.alt-text {
        line-height: 45px;
        font-size: 20px;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-family: 'Spartan_SemiBold';
    }

    .categoriess_tab_container_new .section-content.desktop .block-text .text-div h3.alt-text {
        line-height: 84px;
        font-size: 55px;
        margin-bottom: 0px;
        font-family: 'Spartan_Bold';
    }

    .categoriess_tab_container_new .section-content.desktop .right_arrow_div {
        z-index: 1;
        padding-right: 10px;
    }

    .categoriess_tab_container_new .sub_carousel_div .owl-nav {
        display: none;
    }

    .categoriess_tab_container_new .sub_carousel_div .owl-stage-outer .owl-item .item .section-item {
        padding-right: 0px;
    }

    /* end hover card */
    .image-hover-card .btn-card {
        color: #fff;
        font-family: 'Spartan_Bold';
        background-color: #08c;
        border-radius: 5px;
        padding: 10px 20px 9px 20px;
    }

    .image-hover-card:hover .btn-card {
        background-color: #fff;
        color: #08c;
    }

    .horizontal-block .main_div {
        position: relative;
        padding: 0;
        cursor: pointer;
    }

    .horizontal-block .main_div:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        /* background-image: linear-gradient(to top, rgba(0, 0, 0, 1.0) 0%, rgba(0, 0, 0, 0) 100%); */
        z-index: 1;
        background: rgba(0, 0, 0, 0.6);
        transition: .5s ease;
    }

    .horizontal-block .main_div:hover::before {
        opacity: 0.43;
        background: #08c;
        transition: .5s ease;
    }

    .horizontal-block .main_div .avatar {
        height: 555px;
    }

    .horizontal-block .main_div .avatar img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .horizontal-block .main_div .info {
        position: absolute;
        bottom: 0;
        color: #fff;
        z-index: 1;
        padding: 15px 20px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .horizontal-block .main_div .info h4 {
        text-transform: uppercase;
        margin-bottom: 13px;
        font-family: 'Spartan_ExtraBold';
        font-size: 21px;
        letter-spacing: unset;
    }

    .horizontal-block .main_div .info .info-holder p {
        font-size: 12px;
        font-family: 'Spartan_Regular';
        line-height: 1.7;
        margin-bottom: 0;
    }

    .horizontal-block .main_div .info img {
        width: 25px;
    }

    /* .horizontal-block .info{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	margin-left: -30px;
}
.horizontal-block .info *{
	z-index: 1;
	position: relative;
}
.horizontal-block .info:before{
	content: "";
	position: absolute;
	border: 3px solid #08D;
	top: 25px;
	bottom: 25px;
	right: 0px;
	left: -75px;
	display: none;
}
.horizontal-block .info h2{
	font-family: 'Spartan_Bold';
	font-size: 48px;
	background-color: #f3f3f3;
	padding: 50px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.horizontal-block .info a{
	display: inline-block;
	border-radius: 25px;
	margin-top: 10px;
	margin-left: 30px;
	background: #08c;
	color: white;
	border: 1px solid #08c;
	font-family: 'Spartan_Bold';
	padding: 10px 20px 9px 20px;
}
.horizontal-block .info a:hover{
	border: 1px solid #08c;
	background: white;
	color: #08c;
}
.horizontal-block .info a i{
	font-size: 12px;
} */

    /* .physical-problem .title{
    position: relative;
    font-family: 'Spartan_Bold';
    letter-spacing: -2px;
} */
    .physical-problem .title h2 {
        font-size: 21px;
        font-family: 'Spartan_ExtraBold';
        /* letter-spacing: -2px; */
        text-transform: uppercase;
    }

    /* .physical-problem .title:before {
	content: "";
	position: absolute;
	left: -7px;
	height: 100%;
	width: 3px;
	top: -3px;
	background-color: #0088cc;
} */
    .physical-problem-content {
        /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.0) 75%, rgba(0, 0, 0, 0.0) 100%); */
        padding: 25px 0px;
        margin: 0;
        /* border-radius: 10px; */
        background-color: rgba(45, 45, 45, 0.1);
    }

    .physical-problem.desktop .physical-problem-content .human-skeleton {
        /* padding-left: 140px; */
        display: flex;
        justify-content: center;
    }

    .human-skeleton-block {
        display: none;
        position: relative;
    }

    .human-skeleton-block.active {
        display: inline-block;
    }

    .human-skeleton-block .pointer.active {
        border: 3px solid #08c;
    }

    .human-skeleton-block .pointer {
        position: absolute;
        height: 60px;
        width: 60px;
        border-radius: 100px;
        border: 3px solid darkgray;
        display: block;
    }

    .human-skeleton-block .pointer.active:before {
        border: 1px solid #08c;
    }

    .human-skeleton-block .pointer:before {
        border: 1px solid darkgray;
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        bottom: 4px;
        right: 4px;
        border-radius: 100px;
    }

    .human-skeleton-block .pointer:hover {
        transform: scale(1.1, 1.1);
    }

    .human-skeleton-block .pointer.abdominal-muscles-pointer {
        bottom: 265px;
        left: 67px;
    }

    .human-skeleton-block .pointer.anterior-cruciate-pointer {
        bottom: 130px;
        left: unset;
        right: 45px;
    }

    .human-skeleton-block .pointer.shin-splints-pointer {
        bottom: 65px;
        left: 45px;
    }

    .human-skeleton-block .pointer.calf-injuries-pointer {
        bottom: 80px;
        right: 45px;
        left: unset;
    }

    .human-skeleton-block .pointer.achilles-tendon-pointer {
        bottom: 5px;
        left: 45px;
    }

    .human-skeleton-block .pointer.finger-injuries-pointer {
        bottom: 210px;
        left: -15px;
    }

    .human-skeleton-block .pointer.cartilage-meniscus-pointer {
        bottom: 130px;
        left: 45px;
    }

    .human-skeleton-block .pointer.metatarsal-injuries-pointer {
        bottom: 0px;
        right: 45px;
        left: unset;
    }

    .human-skeleton-block .pointer.posterior-cruciate-pointer {
        bottom: 130px;
        left: 45px;
    }

    .human-skeleton-block-info {
        display: none;
    }

    .human-skeleton-block-info.active {
        display: block;
    }

    .physical-problem .issue-block:before {
        position: absolute;
        top: -5px;
        left: -5px;
        bottom: -5px;
        right: -5px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        content: "";
        border-radius: 10px;
        display: none;
    }

    .physical-problem .issue-block {
        position: relative;
        display: none;
    }

    .physical-problem .issue-block.active {
        display: block;
        border-radius: 10px;
        height: 450px;
    }

    .physical-problem .issue-block:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        /* z-index: 1; */
        /* background: rgba(0, 0, 0, 0.6); */
        transition: .5s ease;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%);
    }

    .physical-problem .issue-block:hover::after {
        opacity: 0.43;
        background: #08c;
        transition: .5s ease;
        cursor: pointer;
    }

    .physical-problem .issue-block img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        /* border-radius: 10px; */
    }

    .physical-problem .issue-block .group {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /* background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%); */
        display: flex;
        align-items: flex-end;
    }

    .physical-problem .issue-block .group .group-name {
        justify-content: space-between;
        color: white;
        /* padding-bottom: 12px; */
        padding-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 33px;
        font-family: 'Spartan_Bold';
        display: flex;
        width: 100%;
        align-items: center;
    }

    .physical-problem .issue-block .group .group-name .title {
        font-size: 19px;
        line-height: 25px;
        z-index: 1;
    }

    .physical-problem .issue-block .group .group-name img {
        width: 25px;
        object-fit: unset;
        z-index: 1;
    }

    .physical-problem .issue-block .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        color: #fff;
        justify-content: space-between;
        align-items: flex-start;
        border-radius: 10px;
    }

    /* .physical-problem .issue-block a{
	background-color: #0088cc;
	display: inline-block;
	color: #fff;
	padding: 10px 20px 9px 20px;
	margin-top: -5px;
	margin-left: -5px;
	font-family: 'Spartan_Bold';
	border-radius: 40px;
	position: absolute;
	left: 12px;
	top: 15px;
} */
    .physical-problem .issue-block h3 {
        border-left: 3px solid #0088cc;
        padding: 2px 10px;
        font-family: 'Spartan_SemiBold';
        margin: 0px 0px 30px 25px;
        position: absolute;
        bottom: 0;
    }

    .physical-problem-opts:before {
        border: 1px solid rgba(0, 0, 0, 0.1);
        content: "";
        position: absolute;
        bottom: 10px;
        right: 10px;
        top: -5px;
        left: -5px;
        z-index: -1;
        border-radius: 6px;
        display: none;
    }

    .physical-problem-opts {
        position: relative;
        padding: 0 40px 0 40px;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0;
        margin: 0;
        justify-content: center;
    }

    .physical-problem-opts ul {
        /* display: grid;
	grid-template-columns: 0.5fr 0.5fr; */
        background-color: #0088cc;
        border-radius: 5px;
        background: none;
        margin: 0;
    }

    .physical-problem-opts ul li {
        padding-bottom: 40px;
    }

    /* .physical-problem-opts ul li{
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #08c;
	margin: 5px;
	border-radius: 51px;
	overflow: hidden;
} */
    .physical-problem-opts ul li a {
        color: #000;
        padding: 20px;
        position: relative;
        display: block;
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'Spartan_Bold';
    }

    /* .physical-problem-opts ul li a:before{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0%;
	height: 5px;
	background-color: #000;
	border-radius: 5px;
} */
    .physical-problem-opts ul li a.active i,
    .physical-problem-opts ul li a:hover i {
        display: unset !important;
        float: right;
        margin-top: 3px;
    }

    .physical-problem-opts ul li a.active:before,
    .physical-problem-opts ul li a:hover:before {
        width: 100%;
        transition: all ease 0.3s;
    }

    .physical-problem.desktop .physical-problem-content .issue-facing-part-info {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }



    /* More Exclusive */
    .tooltip-content {
        /* padding-bottom: 90px; */
    }

    .tooltip-content .section-title {
        margin-bottom: 30px;
    }

    .tooltip-content h4 {
        font-family: 'Spartan_ExtraBold';
        /* margin-bottom: 15px; */
        margin-top: 5px;
        text-transform: uppercase;
        font-size: 17px;
    }

    .tooltip-content p {
        font-size: 13px;
    }

    .tooltip-content .section-items-action {
        padding-top: 10px;
    }

    .tooltip-content .section-items-action h1 {
        font-family: 'Spartan_Bold';
        font-size: 14px;
        text-transform: uppercase;
    }

    .tooltip-content .section-items-action hr {
        margin-bottom: 5px;
        margin-top: 2px;
    }

    /* .tooltip-content .section-items-action a{
	background-color: #0088cc;
	padding: 10px;
	border-radius: 6px;
	display: inline-block;
	width: 100px;
	text-align: center;
	color: #fff;
	font-family: 'Spartan_Medium';
} */
    /* .tooltip-content .section-items{
	margin-bottom: 45px;
} */
    /* .tooltip-content .section-items:last-child {
	margin-bottom: 10px;
} */
    .tooltip-content .section-items .section-item {
        padding: 5px;
    }

    .tooltip-content .section-items .section-item:first-child {
        padding-left: 0;
    }

    .tooltip-content .section-items .section-item:last-child {
        padding-right: 0;
    }

    .tooltip-content .section-items .section-item a {
        display: block;
        cursor: pointer;
        z-index: 9;
    }

    .tooltip-content .section-items .section-item {
        width: 32%;
    }

    .tooltip-content .section-items .section-item .avatar-title:hover h6 {
        text-decoration: underline;
    }

    .tooltip-content .section-items .section-item .avatar-title:hover {
        transform: scale(1.02);
    }

    .tooltip-content .section-items .section-item .avatar-title {
        z-index: 2;
        transition: transform .5s ease;
    }

    .tooltip-content .section-items .section-item .avatar-title h6 {
        transition: transform .5s ease;
    }

    .tooltip-content .section-items .section-item .avatar-title .avatar {
        width: 100%;
        /* height: 128px; */
    }

    .tooltip-content .section-items .section-item .section-branding:before {
        display: none;
    }

    .tooltip-content .line {
        width: 2px;
        background-color: #0088cc;
        margin: 0px 10px;
        flex-grow: 1;
        flex-basis: 0;
        flex-shrink: 1;
    }

    .tooltip-content .section-items .section-item .section-branding {
        display: flex;
        align-items: end;
        justify-content: space-between;
        margin-bottom: 55px;
    }

    /* .tooltip-content .section-items .section-item .avatar-title h6:before {
	content: "";
	position: absolute;
	left: -11px;
	top: 0px;
	bottom: 0px;
	width: 2px;
	background-color: #0088cc;
} */
    .tooltip-content .section-items .section-item .avatar-title h6 {
        font-size: 12px;
        line-height: 16px;
        font-family: 'Spartan_Medium';
        margin-top: 6px;
        /* margin-left: 15px; */
        position: relative;
    }

    .tooltip-content .section-items .section-item:before {
        border: 2px solid rgba(0, 0, 0, 0.15);
        border-left: 0px;
        width: unset;
        height: 80%;
        content: "";
        background-color: transparent;
        position: absolute;
        bottom: 0px;
        left: 3px;
        z-index: 1;
        right: 4px;
    }

    /* modal_football_pitch */
    .modal_football_pitch .modal-football-field {
        position: relative;
    }

    .modal_football_pitch .close-icon {
        cursor: pointer;
    }

    .modal-football-field .modal-football-field-position {
        position: absolute;
        top: 50px;
        left: 58px;
        bottom: 50px;
        right: 50px;
    }

    .modal-football-field .modal-football-field-position .action-ball {
        height: 50px;
        width: 50px;
        border-radius: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: 'Spartan_ExtraBold';
        font-size: 13px;
        padding-top: 3px;
        line-height: 50px;
        color: #334b00;
        position: absolute;
        text-transform: uppercase;
        background: #9ae100 url('../images/football-pattern.png') center center no-repeat;
        background-size: 100%;
    }

    .modal-football-field .modal-football-field-position .action-ball.active {
        background-color: #fff;
    }




    .signup-reminder-model button.btn-close:before {
        content: "";
        position: absolute;
        height: 16px;
        width: 2px;
        background-color: #fff;
        left: 14px;
        top: 7px;
        transform: rotate(45deg);
    }

    .signup-reminder-model button.btn-close {
        position: absolute;
        background-color: #0089f1;
        height: 30px;
        width: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        color: #fff;
        margin: 0px;
        padding: 0px;
        opacity: 1;
        font-size: 24px;
        top: 10px;
        right: 45px;
        z-index: 1;
    }

    .signup-reminder-model button.btn-close:after {
        content: "";
        position: absolute;
        height: 16px;
        width: 2px;
        background-color: #fff;
        left: 14px;
        top: 7px;
        transform: rotate(-45deg);
    }

    .signup-reminder-model p {
        font-family: 'Spartan_Bold';
        font-size: 24px;
        text-align: center;
    }

    .ajax-load {
        padding: 20px;
        font-size: 20px;
        font-weight: 900;
    }

    .ajax-load p {
        text-transform: uppercase;
        color: #08c;
        font-family: 'Spartan_Bold';
        font-size: 16px;
    }

    /* Dhavald99 Changes */

    .detail-cotent .opinionBox {
        position: relative;
        /* border: 2px solid rgba(0, 0, 0, 0.10); */
        border: 2px solid #0088cc;
        padding: 40px 40px 15px 40px;
        margin: 50px 0px;
        border-radius: 10px;
        border: unset;
        color: #08c;
    }

    /* .detail-cotent .opinionBox span.title{
	color: #08c;
} */

    .detail-cotent .opinionBox:after {
        content: "";
        position: absolute;
        /* background-color: rgba(0, 136, 204, 0.1); */
        background-color: rgb(230, 245, 255, 0.5) !important;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: -1;
    }

    .detail-cotent .section-title {
        font-family: 'Spartan_ExtraBold';
        font-size: 18px;
        /* letter-spacing: -2px; */
        /* border-left: 4px solid #0088cc; */
        /* padding: 0px 15px; */
        margin: 50px 0px 0px 0px;
        text-transform: uppercase;
    }

    .detail-cotent div.blue-border {
        height: 2px;
        background: lightgray;
        margin: 10px 0 10px 0;
    }

    .detail-cotent .informatic_box {
        background-color: #f8f8f8;
        max-width: 75%;
        margin: auto;
        /* display: flex;
	position: relative; */
    }

    .detail-cotent .informatic_box h6 {
        font-family: 'Spartan_ExtraBold';
        font-size: 16px;
        /* color: #000; */
        /* background-color: #0088cc; */
        /* display: inline-block; */
        /* padding: 15px 30px; */
        /* position: relative;
	top: -25px;
	left:25px;
	position: absolute;
	border-radius: 5px; */
        margin: 0;
        text-transform: uppercase;
        padding: 20px 0 0 20px;
        opacity: 0.75;
        color: rgba(0, 0, 0, 0.75);
    }

    .detail-cotent .informatic_box hr {
        margin: 10px 20px 10px 20px;
    }

    .detail-cotent .informatic_box div.info_message {
        /* padding: 75px 50px 50px 50px;
	flex: 1;
	border: 2px solid #08c;
    border-radius: 10px; */
        padding: 0 0 0 20px;
    }

    .detail-cotent .informatic_box p {
        margin-bottom: 0px;
        opacity: 0.75;
        line-height: 25px !important;
        font-size: 17px !important;
        font-family: "Spartan_Regular" !important;
        margin: unset !important;
        font-variant-numeric: unset !important;
        font-variant-east-asian: unset !important;
        font-stretch: unset !important;
    }

    /* .detail-cotent .informatic_box .info_by .author{
	font-size: 13px;
} */
    .detail-cotent .informatic_box .info_by {
        /* font-family: 'Spartan_Regular';
	font-size: 16px;
	color: #08c; */
        /* background-color: #0088cc; */
        /* writing-mode: vertical-rl; */
        /* text-orientation: mixed;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	bottom: 10px;
	right: 10px;*/
        font-family: 'Spartan_Bold';
        font-size: 13px;
        text-align: right;
        padding: 40px 20px 10px 20px;
        opacity: 0.75;
        color: rgba(0, 0, 0, 0.75);
    }

    .detail-cotent .items-carousel .item {
        padding-top: 25px;
    }

    .items-carousel .block-style-1 .rating-indicator ul {
        top: 0;
        right: 15px;
        border-radius: 40px;
        border: 1px solid #d1d1d7;
    }

    #loginModel .login_error_alert_msg {
        margin-bottom: 55px;
    }

    #registerSteps .modal-content form {
        width: 100%;
    }

    .latest-featured .card-block {
        transition: transform .5s ease;
    }

    .latest-featured .card-block:hover .info p {
        text-decoration: underline;
    }

    .latest-featured .card-block .thumbnail::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #08c;
        opacity: 0;
        transition: .5s ease;
    }

    .latest-featured .card-block:hover .thumbnail::before {
        opacity: 0.43;
    }

    .latest-featured .card-block:hover {
        /* transform: scale(1.05); */
    }

    .latest-featured .card-block,
    .section-items .item {
        cursor: pointer;
    }

    .physical-problem-opts ul li a.active {
        /* background-color: white; */
        color: #08c;
        text-decoration: underline;
        font-family: 'Spartan_ExtraBold';
        /* transform: scale(1.1, 1.1); */
        /* font-size: 14px; */
    }

    /* video css */

    /* article youtube-video */
    .view_article .main-media #youtube-video {
        display: inline-block;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .muse_video_div_desktop {
        /* width: 100%;  */
        /* height: 100%;  */
        /* position: relative;  */
        /* padding-top: 56.25%; */
        /* border-top: 2px solid #08c; */
    }

    .muse_video_div_mobile {
        /* height: 100%;  */
        /* position: relative;  */
        /* padding-top: 56.25%; */
        /* border-top: 2px solid #08c; */
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }

    #categoryPageLatest {
        /* overflow: hidden; */
    }

    /* .tick {
	text-align: center;
} */
    .top-picks .section-items .section-item .section-branding {
        /* padding-top: 70px; */
        color: #6D6D6D;
    }


    /* ==================================================
  Footer Styling
  ================================================== */

    .site-footer {
        background-color: #fff;
        padding: 0;
    }

    .site-footer ul.list li a,
    .site-footer .copyright_div p {
        color: #000;
        font-size: 13px;
        font-family: 'Spartan_SemiBold';
    }

    .site-footer .qrcode_div p {
        color: #000;
        font-size: 13px;
    }

    .site-footer ul.list li {
        line-height: 1.7;
    }

    .site-footer h2,
    .site-footer p {
        color: #000;
    }

    .site-footer p.title {
        font-family: 'Spartan_Bold';
        font-size: 21px;
    }

    .site-footer p {
        /* opacity: .75;
  line-height: 2.0925; */
    }

    .site-footer h2,
    .site-footer .btn {
        margin-bottom: 25px;
    }

    .site-footer .social-nav a {
        color: #fff;
        opacity: .25;
    }

    .site-footer .social-nav a:hover {
        opacity: 1;
    }

    .site-footer .bottom {
        background-color: #000;
        padding: 20px 0;
    }

    .site-footer .bottom .list-inline,
    .site-footer .bottom p {
        margin: 0;
    }

    .site-footer .bottom .list-inline {
        position: relative;
        top: 5px;
    }

    .site-footer .bottom .list-inline li {
        font-size: 13px;
        color: #fff;
        font-family: Roboto_Regular;
    }

    .site-footer .bottom .list-inline a {
        font-size: 13px;
        color: #fff;
        font-family: 'Spartan_Regular';
    }

    /* .site-footer .bottom .list-inline a:hover {
  color: #199EB8;
} */

    /* .list-inline-item:not(:last-child) {
  color: white;
  font-family: Roboto_Regular;
} */

    .site-footer .credits {
        color: white;
        /* font-family: Roboto_Regular; */
        font-weight: normal;
        font-size: 20px;
        font-family: 'Alata_Regular';
        /* text-transform: uppercase; */
    }

    /* .site-footer .credits2 {
  color: white;
  font-family: Roboto_Regular;
  font-weight: normal;
  font-size: 16px;
} */

    .site-footer .credits a {
        color: #199EB8;
    }

    .category-page .web-banner .carousel-item.active .carousel-caption {
        top: 380px;
    }


    .muse_video_div_desktop {
        /* width: 100%;  */
        /* height: 100%;  */
        /* position: relative;  */
        /* padding-top: 56.25%; */
        /* border-top: 2px solid #08c; */
        /* border-radius: 10px; */
        overflow: hidden;
    }

    .muse_video_div_mobile {
        /* height: 100%;  */
        /* position: relative;  */
        /* padding-top: 56.25%; */
        /* border-top: 2px solid #08c; */
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        border-radius: 10px;
        overflow: hidden;
    }

    .home-section-carousel .owl-theme .owl-nav {
        justify-content: end;
        bottom: unset;
        top: -30px;
        right: 20px;
    }

    .home-section-carousel .owl-theme .owl-nav button:first-child {
        left: unset;
    }

    .home-section-carousel .owl-theme .owl-nav button:last-child {
        right: unset;
    }

    .home-section-carousel .owl-theme .owl-nav .disabled a {
        display: block;
    }

    .detail-cotent .external_link {
        color: #08c;
    }

    .detail-cotent .external_link:hover {
        text-decoration: underline;
    }

    /* static */
    .static_with_logo {
        position: relative;
        height: 40px;
    }

    .static_with_logo .title {
        font-size: 15px;
        font-family: 'Spartan_SemiBold';
        font-weight: unset;
        display: inline;
        line-height: 40px;
    }

    .static_with_logo .verticle_line {
        border-left: 2px solid #08c;
        height: 30px;
        /* position: absolute; */
        /* margin-left: 10px; */
        /* top: -2px; */
        margin: 0px 10px 0px 10px;
        /* padding-top: 10px; */
        display: inline-block;
        vertical-align: middle;
    }

    .static_with_logo .logo_img {
        height: 30px;
    }

    .search_middle {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .search_middle .form-group {
        width: 410px;
    }

    .search_middle .form-group .input-search-icon {
        position: absolute;
        width: 16px;
        object-fit: unset;
        height: unset;
        left: 15px;
        top: 10px;
    }

    .search_middle .form-group .search-input {
        border-radius: 25px;
        outline: none;
        border: none;
        font-size: 14px;
        font-family: 'Spartan_SemiBold';
        padding-top: 9px;
        padding-left: 40px;
    }


    .search {
        /* margin: 0 30px;
  margin-left: 0;
  width: 185px; */
        width: 150px;
    }

    .search .form-group .input-search-icon {
        position: absolute;
        width: 16px;
        object-fit: unset;
        height: unset;
        left: 12px;
        top: 10px;
    }

    .search .form-group {
        display: inline-flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .search .form-group .search-input {
        border-radius: 25px;
        outline: none;
        border: none;
        background-color: rgba(145, 145, 147, 0.12) !important;
        width: 130px;
        font-family: 'Spartan_SemiBold';
        padding-left: 36px;
        font-size: 14px;
        padding-top: 8px;
        /* padding: 15px 16px;
  padding-left: 40px; */
        /* background-color: #18181a;
  color: rgba(255, 255, 255, 0.6);
	font-size: 16px; */

    }

    /* .search .form-group .search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search .form-group .search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search .form-group .search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search .form-group .search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search .form-group .search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
} */

    .new-web-banner2 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 60% 22px 1fr;
        grid-template-columns: 60% 1fr;
        -ms-grid-rows: 400px 22px 400px 220px;
        grid-template-rows: repeat(2, 250px) 220px;
        grid-gap: 22px;
        grid-template-areas: "player parents" "player coach" "fan fan";
        padding: 60px;
        padding-top: calc(107px + 60px);
    }

    .player {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 1;
        grid-area: player;
    }

    .parents {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: parents;
    }

    .coach {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
        grid-area: coach;
    }

    .fan {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        grid-area: fan;
    }

    .card-content-wrapper::after {
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, transparent);
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: "";
    }

    .card-content-wrapper .card-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    .card-content-wrapper .card-content img {
        -o-object-position: top;
        object-position: top;
    }

    .card-content-wrapper .card-content .info {
        position: absolute;
        bottom: 30px;
        left: 30px;
        z-index: 10;
        color: #fff;
    }

    .card-content-wrapper .card-content h6 {
        font-size: 32px;
        font-weight: unset;
        line-height: normal;
        letter-spacing: -2px;
        text-align: left;
        margin-bottom: 10px;
        font-family: 'Spartan_Bold';
    }

    .card-content-wrapper .card-content p {
        text-align: left;
        margin-bottom: 20px;
        font-size: 19px;
    }

    .card-content-wrapper .card-content .btn-style-1 {
        text-align: left;
        font-size: 13px;
        padding: 10px 15px 9px 15px;
    }

    .web-inner-banner .carousel-inner::after {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: "";
    }

    .banner-user-group-contaner {
        height: 350px;
        background-color: black;
        overflow: hidden;
        margin-top: 74px;
    }

    .banner-user-group-contaner .card-content-wrapper .card-content .info {
        left: 10%;
    }

    .banner-user-group-contaner .card-content-wrapper .card-content .info h6 {
        font-family: 'Spartan_Bold';
        position: relative;
    }

    .banner-user-group-contaner .card-content-wrapper .card-content .info h6:after {
        content: '';
        right: -56px;
        background-color: #08c;
        height: 5px;
        width: 40px;
        position: absolute;
        border-radius: 10px;
        top: 20px;
    }

    .banner-user-group-contaner .card-content-wrapper .card-content .info .back-to-home i {
        margin-right: 10px;
        font-size: 15px;
        ;
    }

    .banner-user-group-contaner .card-content-wrapper .card-content .info .back-to-home {
        color: white;
        line-height: 50px;
        font-size: 13px;
    }

    /* new Homepage banner */
    .banner-home-page {
        /* height: 150px; */
        height: 550px;
        background-color: black;
        overflow: hidden;
        margin-top: 74px;
    }

    .banner-content-wrapper {}

    .banner-content-wrapper .card-content img {
        -o-object-position: top;
        object-position: top;
    }

    .banner-content-wrapper .card-content .content {
        position: absolute;
        left: 200px;
        right: 0px;
        bottom: 0px;
        top: 200px;
        /* background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%); */
        padding: 25px;
        /* display: inline-flex;
	align-items: center;
	flex-direction: row;
	justify-content: center; */
    }

    .banner-content-wrapper .card-content .content h4 {
        color: white;
        font-family: 'Spartan_Bold';
        font-size: 40px;
    }

    /* end new home page banner */

    .middle_info_mobile p {
        color: #000;
        font-family: 'Spartan_Bold';
        font-size: 13px !important;
        text-align: center;
        letter-spacing: 0;
    }

    .middle_info_mobile p label {
        margin-bottom: 0;
    }

    /* new home page banner 3 */
    .new-web-banner3 {
        position: relative;
        /* margin-top: 40px; */
        margin-bottom: 40px;
    }

    .new-web-banner3.d-none.d-md-block:before {
        background: gray;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 360px;
        z-index: -1;
        background: #EDEDED;
        /* background: rgba(0, 0, 0, 0.2); */
    }

    .new-web-banner3 .content .img-container .alt-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .new-web-banner3 .content .img-container .block-text {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%);
        padding: 25px;
        display: inline-flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        opacity: 0;
    }

    .new-web-banner3 .content .img-container:hover .block-text {
        opacity: 1;
    }

    .new-web-banner3 .content .img-container:hover .user_title {
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .new-web-banner3 .content .img-container .block-text .text-div {
        position: relative;
        top: 0;
        left: 11px;
        /* width: 100%; */
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        overflow: hidden;
    }

    .new-web-banner3 .content .img-container .block-text .text-div div h3 {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        /* transition-delay: 0.5s; */
        min-width: 100%;
        font-family: 'Spartan_Bold';
        font-weight: unset;
    }

    .new-web-banner3 .content .img-container .block-text h3.alt-text {
        line-height: 47px;
        font-size: 25px;
    }

    .new-web-banner3 .content .img-container .block-text .text-div div h3.alt-text:nth-child(1),
    .new-web-banner3 .content .img-container .block-text .text-div div h3.alt-text:nth-child(3) {
        margin-left: calc(-100vw - 100%);
    }

    .new-web-banner3 .content .img-container:hover .block-text .text-div div h3.alt-text:nth-child(1),
    .new-web-banner3 .content .img-container:hover .block-text .text-div div h3.alt-text:nth-child(3) {
        margin-left: 0;
    }

    .new-web-banner3 .content .img-container .block-text .text-div div h3.alt-text:nth-child(2) {
        margin-left: calc(100vw + 100%);
    }

    .new-web-banner3 .content .img-container:hover .block-text .text-div div h3.alt-text:nth-child(2) {
        margin-left: 0;
    }

    .new-web-banner3 .content .img-container:hover .alt-img {
        opacity: 1;
    }

    .new-web-banner3 .content .img-container {
        margin-bottom: 20px;
        /* border-radius: 15px; */
        overflow: hidden;
        position: relative;
        /* width: 335px;
    height: 418px; */
        border: 4px solid #fff;
    }

    .new-web-banner3 .content .img-container .group {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%);
        display: flex;
        align-items: flex-end;
    }

    .new-web-banner3 .content .img-container .group .group-name .title {
        font-size: 14px;
        line-height: 25px;
    }

    .new-web-banner3 .content .img-container .group .group-name img {
        width: 36px;
        object-fit: unset;
        z-index: 1;
    }

    .new-web-banner3.mobile .group .btn-style-1 {
        font-size: 11px;
        padding: 3px 8px 1px 9px;
        border: unset;
        border-radius: 25px !important;
        width: 25px;
        height: 25px;
    }

    .new-web-banner3 .content .img-container .group .group-name {
        color: white;
        /* padding-bottom: 20px; */
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 33px;
        font-family: 'Spartan_Bold';
        display: flex;
        width: 100%;
        justify-content: right;
    }

    .new-web-banner3 .content .img-container .group .group-name .user_title {
        font-size: 22px;
    }

    .new-web-banner3.mobile .content .img-container .group .group-name {
        justify-content: space-between;
    }

    .new-web-banner3.mobile .content .img-container .group .group-name img {
        width: 25px;
    }

    .new-web-banner3 .content .content-detail::before {
        content: "";
        display: block;
        /* width: 2px; */
        /* background-color: #08c; */
        position: absolute;
        height: 100%;
        z-index: 1;
        border: 2px solid #08c;
        border-width: 0 0 0 2px;
    }

    .new-web-banner3 .content .content-detail {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;

    }

    .new-web-banner3 .content .content-detail p {
        color: black;
        font-size: 14px;
        position: relative;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: 'Spartan_SemiBold';
        letter-spacing: 0;
    }

    /* end new home page banner 3 */
    .paper-talk-image {
        border-radius: 10px;
    }

    #homePageLatestIndicators,
    #categoryPageLatestIndicators {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: -70px;
        width: 100%;
        align-items: center;
    }

    #homePageLatestIndicators .carousel-indicators,
    #categoryPageLatestIndicators .carousel-indicators {
        left: unset;
        bottom: unset;
        top: unset;
        right: unset;
        margin-left: 10px;
        margin-right: 10px;
        align-items: center;
        text-align: center;
        position: relative;
        margin-bottom: 0px;
    }

    #homePageLatestIndicators .carousel-indicators li.active,
    #categoryPageLatestIndicators .carousel-indicators li.active {
        opacity: 1;
        background-color: #08c;
        height: 7px;
        border-radius: 7px;
    }

    #homePageLatestIndicators .carousel-indicators li,
    #categoryPageLatestIndicators .carousel-indicators li {
        margin-left: 0;
        margin-right: 0;
        background-color: grey;
        width: 50px;
        border: unset;
    }

    #homePageLatestIndicators .action,
    #categoryPageLatestIndicators .action {
        display: flex;
        top: unset;
        left: unset;
    }

    #categoryPageLatest-mobile #categoryPageLatestIndicators li {
        width: 30px;
    }

    #categoryPageLatest-mobile #categoryPageLatestIndicators .action {
        /* display: unset; */
        top: 0;
    }

    #homePageLatestIndicators .action a,
    #categoryPageLatestIndicators .action a {
        transform: unset;
        background-color: unset;
    }

    #homePageLatestIndicators .action a:first-child:before,
    #categoryPageLatestIndicators .action a:first-child:before {
        content: '\f053';
        transform: unset;
    }

    #homePageLatestIndicators .action a:last-child:before,
    #categoryPageLatestIndicators .action a:last-child:before {
        content: '\f054';
        transform: unset;
    }

    .animtedImg iframe {
        /* border-radius: 10px; */
    }

    .section-items .owl-theme .owl-dots .owl-dot.owl-dot.active span {
        height: 7px;
        background-color: #08c;
        border-radius: 7px;
    }

    .section-items .owl-theme .owl-dots .owl-dot span {
        height: 3px;
        width: 50px;
        margin: 0px;
        border-radius: 0px;
    }

    .section-items .owl-theme .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px;
    }

    .detail-cotent .mceNonEditable.imagep img {
        border-radius: unset;
    }

    .detail-cotent p.mceNonEditable.imagep {
        background: #F6F6F6;
    }

    .btn-style-1.loginModel {
        /* background: unset;
	border: 2px solid #08c;
	color: #08c; */
    }

    .btn-style-1.loginModel:hover {
        background: #08c;
        color: #fff;
    }

    .btn-style-1.registerSteps {
        background: #F16A17;
    }

    .float-search-verticle {
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1000;
    }

    .float-search-verticle ul.social-icons li a i {
        display: block;
        text-align: center;
        padding: 10px 5px;
        transition: all 0.3s ease;
        color: #000;
        font-size: 20px;
    }

    .float-search-verticle .left-wrapper p {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        margin-left: 6px;
        font-size: 12px;
    }

    .float-search-verticle .right-wrapper div.save-it a i {
        margin-bottom: 10px;
        transform: rotate(36deg);
        font-size: 1rem;
    }

    .float-search-verticle .right-wrapper div.save-it {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        margin-left: 6px;
        font-size: 12px;
    }

    /* ul li a span {
  background: #205D7A;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 25px;
  text-align: center;
  margin-right: 10px;
  padding-top: 15%;
	color: #000;
} */

    /* .float-search-verticle ul.social-icons li a i.fa-facebook-square {
  background:#3b5998
}
.float-search-verticle ul.social-icons li a i.fa-linkedin {
  background: #007bb5;
}
.float-search-verticle ul.social-icons li a i.fa-twitter {
  background:#00aced
}
.float-search-verticle ul.social-icons li a i.fa-whatsapp {
  background:#075e54
} */
    .banner-user-group-contaner.mobile .container,
    .banner-user-group-contaner.mobile .container-fluid,
    .banner-user-group-contaner.mobile .container-lg,
    .banner-user-group-contaner.mobile .container-md,
    .banner-user-group-contaner.mobile .container-sm,
    .banner-user-group-contaner.mobile .container-xl {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-left: 30px;
        padding-right: 30px;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .mobile_search_div {
        /* position: absolute;
    left: 12px;
    top: 17px; */
        width: 149px;
        margin: 0 30px;
        margin-left: 0;
    }

    .mobile_search_div .form-group {
        padding: 16px;
        margin: 0px
    }



    /* home page banner */
    .home_page_banner {
        height: auto;
        padding-top: 65px;
    }

    .home_page_banner .img_main_div {
        position: relative;
    }

    .home_page_banner .img_main_div img {
        width: 100%;
        min-height: unset;
    }

    .home_page_banner .img_main_div .content {
        position: absolute;
        top: 0;
        /* padding: 0; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .home_page_banner .img_main_div .content h3.first_line {
        color: #fff;
        font-family: 'Montserrat_Bold';
        font-size: 73px;
        padding-left: 150px;
    }

    .home_page_banner .img_main_div .content h3.first_line sup {
        color: #fff;
        /* font-family: auto; */
        /* top: -0.9em; */
        margin-left: -8px;
        top: -0.3em;
        font-family: 'Spartan_SemiBold';
        font-size: 48px;
    }

    .home_page_banner .img_main_div .content h3.second_line {
        color: lightgray;
        font-family: 'Montserrat_Bold';
        font-size: 40px;
        padding-left: 150px;
    }

    .home_page_banner .img_main_div .content p.tagline {
        font-style: italic;
        text-align: center;
        font-family: 'Spartan_SemiBold';
        position: absolute;
        /* left: 0;
    right: 0; */
        bottom: 50px;
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .home_page_banner .img_main_div .content p.tagline sup {
        color: #fff;
        /* font-family: auto; */
        /* font-size: 22px; */
        margin-left: 4px;
        font-family: 'Spartan_Regular';
        font-size: 34px;
        font-style: normal;
        top: -0.2em;
    }


    /* .home_page_banner {
    background: none;
    position: relative;
    overflow: hidden;
    height: 715px;
    display: block;
	width: 100%;
	padding-top: 65px
}
.home_page_banner:before {
    background: #08c url(../images/banner-1.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    animation: pop-in 3s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.home_page_banner .content {
	background-color: rgba(0, 0, 0, 0.45);
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    vertical-align: middle;
    font-size: 1.3125rem;
    color: #fff;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
	padding-left: 150px;
}

.home_page_banner .content h3.first_line {
    color: #fff;
    font-family: 'Montserrat_Bold';
    font-size: 40px;
}
.home_page_banner .content h3.first_line sup {
    color: #fff;
    font-family: auto;
}
.home_page_banner .content h3.second_line {
    color: lightgray;
	font-family: 'Montserrat_Bold';
    font-size: 40px;
}
.home_page_banner .content p.tagline {
	font-style: italic;
	text-align: center;
	font-family: 'Spartan_SemiBold';
	position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}
.home_page_banner .content p.tagline sup {
    color: #fff;
    font-family: auto;
	font-size: 22px;
} */

    .mobile-menu .search {
        position: absolute;
        left: 61px;
        top: 20px;
    }

    .mobile-menu .close_menu_btn_div_mobile img {
        position: absolute;
        right: 29px;
        top: 29px;
    }

    .mobile-menu .bottom_div {
        font-size: 11px;
        padding-top: 40px;
    }

    .mobile-menu .bottom_div .my_account {
        left: 0;
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .mobile-menu .bottom_div .members_login {
        right: 0;
        padding-right: 15px;
        padding-bottom: 10px;
    }

    .mobile-menu .bottom_div .members_login a {
        color: #08c;
    }

    .middel_text_div_mobile p {
        font-size: 13px;
        font-family: 'Spartan_Bold';
    }

    .desktop_text_div .text_div h3 {
        font-family: 'Spartan_Bold';
    }

    /* desktop category section */
    .categoriess_tab_container_new .section-content.desktop .section-banner .block-text {
        /* display: none; */
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .categoriess_tab_container_new .section-content.desktop .section-banner.hit_top .block-text {
        /* display: block; */
        opacity: 1;
        /* position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    width: 100%; */
        /* background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%); */
        /* background-color: rgba(0, 0, 0, 0.45); */
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .categoriess_tab_container_new .section-content.desktop .section-banner .text-content {
        opacity: 1;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .categoriess_tab_container_new .section-content.desktop .section-banner.hit_top .text-content {
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .training-points .desk-content {
        padding-top: 120px;
    }

    .latest-featured .text_with_arraow_div {
        justify-content: flex-start;
        padding-bottom: 22px;
        padding-top: 50px;
        display: flex;
        width: 100%;
    }

    .latest-featured .text_with_arraow_div .title {
        font-size: 12px;
        line-height: unset;
        padding-right: 11px;
        text-transform: uppercase;
        font-family: 'Spartan_SemiBold';
        padding-top: 5px;
    }

    .latest-featured .text_with_arraow_div .title:hover {
        text-decoration: underline;
    }

    .latest-featured .text_with_arraow_div .title:hover span {
        text-decoration: underline;
    }

    .single_article_with_text_arrow .content .img-container {
        margin-bottom: unset;
        overflow: hidden;
        position: relative;
    }

    .single_article_with_text_arrow .content .img-container .card-content img {
        min-height: unset;
        object-position: center;
    }

    .single_article_with_text_arrow .content .img-container .group {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.0) 100%);
        display: flex;
        align-items: flex-end;
    }

    .single_article_with_text_arrow .content .img-container .group .group-name {
        justify-content: space-between;
        color: white;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 33px;
        font-family: 'Spartan_Bold';
        display: flex;
        width: 100%;
    }

    .single_article_with_text_arrow .content .img-container .group .group-name .title {
        font-size: 14px;
        line-height: 25px;
    }

    .single_article_with_text_arrow .content .img-container .group .group-name img {
        width: 25px;
        object-fit: unset;
        z-index: 1;
    }

    /* category page first banner */
    /* first block */
    .category-page .latest-news .carousel-item .news-block,
    .usergroup_page .latest-news .carousel-item .news-block {
        position: relative;
    }

    .category-page .latest-news .carousel-item .small_block:hover .text_info h2,
    .usergroup_page .latest-news .carousel-item .small_block:hover .text_info h2 {
        text-decoration: underline;
    }

    .category-page .latest-news .carousel-item .small_block:hover .news-small-block::before,
    .usergroup_page .latest-news .carousel-item .small_block:hover .news-small-block::before {
        background: #08c;
        transition: .5s ease;
        opacity: 0.43;
    }

    .category-page .latest-news .carousel-item .first-block:hover::before,
    .usergroup_page .latest-news .carousel-item .first-block:hover::before {
        background: #08c;
        transition: .5s ease;
        opacity: 0.43;
    }

    .category-page .latest-news .carousel-item .news-block:before,
    .usergroup_page .latest-news .carousel-item .news-block:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 1.0) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
        /* -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    }

    .category-page .latest-news .carousel-item .news-block img,
    .usergroup_page .latest-news .carousel-item .news-block img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .category-page .latest-news .carousel-item .first-block .carousel-caption,
    .usergroup_page .latest-news .carousel-item .first-block .carousel-caption {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        text-align: left;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
    }

    .category-page .latest-news .carousel-item .first-block .carousel-caption .info,
    .usergroup_page .latest-news .carousel-item .first-block .carousel-caption .info {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        color: #fff;
        padding: 75px 75px 35px 75px;
        text-align: center;
        width: 100%;
    }

    .category-page .latest-news .carousel-item .first-block .carousel-caption .info h6,
    .usergroup_page .latest-news .carousel-item .first-block .carousel-caption .info h6 {
        font-size: 38px;
        text-transform: unset;
        line-height: 51px;
        font-family: 'Spartan_Bold';
        position: relative;
        padding-bottom: 20px;
    }

    .category-page .latest-news .carousel-item .first-block .carousel-caption .info p,
    .usergroup_page .latest-news .carousel-item .first-block .carousel-caption .info p {
        font-style: italic;
        font-size: 13px;
        margin-bottom: 26px;
    }

    .category-page .latest-news .carousel-item .first-block .carousel-caption .info .video-duration-container,
    .usergroup_page .latest-news .carousel-item .first-block .carousel-caption .info .video-duration-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .category-page .latest-news .carousel-item .first-block .carousel-caption .info .video-duration-container span.video_text,
    .usergroup_page .latest-news .carousel-item .first-block .carousel-caption .info .video-duration-container span.video_text {
        font-size: 13px;
        text-transform: uppercase;
        margin-top: 3px;
    }

    .category-page .latest-news .carousel-item .first-block .carousel-caption .info .video-duration-container img,
    .usergroup_page .latest-news .carousel-item .first-block .carousel-caption .info .video-duration-container img {
        width: 30px;
        margin-left: 5px;
    }

    /* second block */
    .category-page .latest-news .carousel-item .news-small-block .info,
    .usergroup_page .latest-news .carousel-item .news-small-block .info {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        color: #fff;
        padding: 15px;
        text-align: center;
    }

    .category-page .latest-news .carousel-item .news-small-block .info .video-duration-container img,
    .usergroup_page .latest-news .carousel-item .news-small-block .info .video-duration-container img {
        width: 30px;
    }

    .category-page .latest-news .carousel-item .small_block .text_info p,
    .usergroup_page .latest-news .carousel-item .small_block .text_info p {
        margin: 10px 0 4px 0;
        padding: 0;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0;
        font-family: 'Spartan_Bold';
        color: #6D6D6D;
    }

    .category-page .latest-news .carousel-item .small_block .text_info h2,
    .usergroup_page .latest-news .carousel-item .small_block .text_info h2 {
        font-family: 'Spartan_Bold';
        font-size: 16px;
        padding-bottom: 20px;
    }

    .category-page .latest-news .carousel-item .small_block:last-child .text_info h2,
    .usergroup_page .latest-news .carousel-item .small_block:last-child .text_info h2 {
        padding-bottom: 0;
    }

    /* subsection page */
    .subsection_page .page-intro {
        padding: 22px 0 10px 0;
    }

    .subsection_page .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }

    .subsection_page .page-intro .info h4 {
        text-transform: uppercase;
        color: #000;
        padding: 0;
        margin: 0;
        font-family: 'Spartan_ExtraBold';
        padding-right: 15px;
        padding-left: 15px;
    }

    .subsection_page .page-intro .info .info-holder {
        padding-right: 15px;
        padding-left: 15px;
    }

    .subsection_page .page-intro .info .info-holder p {
        padding: 0;
        background-color: unset;
        font-family: 'Spartan_Medium';
        color: rgba(0, 0, 0, 0.75);
        line-height: 25px;
        font-size: 14px;
    }

    .subsection_page .single_latest_article .section-title h1 {
        text-transform: uppercase;
    }

    .subsection_page .single_latest_article .section-title hr {
        margin: 0 0 8px 0;
    }

    .subsection_page .single_latest_article .section-items .section-item {
        padding-top: 0;
    }

    .subsection_page .single_latest_article .section-items .section-item .avatar .main_info_div {
        position: absolute;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.50);
    }

    .subsection_page .single_latest_article .section-items .section-item .avatar .main_info_div .info {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        color: #fff;
        padding: 15px;
        text-align: center;
    }

    .subsection_page .single_latest_article .section-items .section-item .avatar .main_info_div .info h6 {
        font-size: 16px;
        text-transform: unset;
        line-height: 51px;
        text-transform: uppercase;
        font-family: 'Spartan_Bold';
        line-height: 27px;
        position: relative;
        padding-bottom: 20px;
    }

    .subsection_page .single_latest_article .section-items .section-item .avatar .main_info_div .info p.section_title {
        font-style: italic;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .subsection_page .single_latest_article .section-items .section-item .avatar .main_info_div .info .video_icon_div .video_text {
        font-size: 8px;
        text-transform: uppercase;
    }

    .subsection_page .single_latest_article .section-items .section-item .avatar .main_info_div .info .video_icon_div img {
        width: 21px;
        object-fit: cover;
        height: 100%;
    }

    .subsection_page .latest-article {
        padding-top: 25px;
    }

    .category_text_div {
        padding-top: 70px;
    }

    .section_error {
        color: red;
        font-size: 11px;
        font-family: 'Spartan_SemiBold';
    }

    .usergroup_page .latest-news {
        padding-bottom: 80px;
    }

    /* slick_slider */
    .main_slick_slider .slick_slider .item {
        cursor: pointer;
    }

    .main_slick_slider .slick_slider .item .section-item {
        padding-right: 20px;
    }

    .main_slick_slider .slick_slider .item .section-item .avatar-title .avatar {
        position: relative;
        overflow: hidden;
    }

    .main_slick_slider .slick_slider .item .section-item .overlay::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #08c;
        opacity: 0;
        transition: .5s ease;
    }

    .main_slick_slider .slick_slider .item .section-item .avatar-title .avatar img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .main_slick_slider .slick_slider .item .section-item .avatar-title .avatar .video-time-duration {
        color: #fff;
        border-radius: 100px;
        padding: 5px 10px 5px 5px;
        font-size: 9px;
        font-family: 'Spartan_Medium';
        position: absolute;
        bottom: 5px;
        left: 5px;
        z-index: 1;
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, 0.5);
    }

    .main_slick_slider .slick_slider .item .section-item .avatar-title .avatar .video-time-duration img {
        width: 20px;
        height: 20px;
    }

    .main_slick_slider .slick_slider .item .section-item .avatar-title .avatar .video-time-duration span {
        margin-left: 5px;
    }

    .main_slick_slider .slick_slider .item .section-item .avatar-title .avatar a.action-play {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.25);
        display: none;
    }

    .main_slick_slider .slick_slider .item .section-item .avatar-title .avatar a.action-play img {
        width: 75px;
        height: 75px;
        object-fit: cover;
    }

    .main_slick_slider .slick_slider .item .section-item .section-branding {
        position: relative;
        line-height: 12px;
        padding: 10px 0 8px 0;
    }

    .main_slick_slider .slick_slider .item .section-item .section-branding span.txt {
        font-size: 9px;
        color: #6D6D6D;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: 'Spartan_Bold';
    }

    .main_slick_slider .slick_slider .item .section-item .section-branding .line {
        width: 2px;
        background-color: #0088cc;
        margin: 0px 5px;
        flex-grow: 1;
        flex-basis: 0;
        flex-shrink: 1;
        height: 100%;
        display: none;
    }

    .main_slick_slider .slick_slider .item .section-item .avatar-title h6 {
        margin-top: 15px;
        line-height: 20px;
        font-family: 'Spartan_Bold';
        font-size: 15px;
    }

    .main_slick_slider .slick_slider .slick-dots {
        /* display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0; */
        margin-bottom: 0;
    }

    .main_slick_slider .slick_slider .slick-dots li {
        /* display: inline-block;
    zoom: 1;
	background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; */
        width: 38px;
        height: unset;
    }

    .main_slick_slider .slick_slider .slick-dots li.slick-active button {
        height: 7px;
        background-color: #08c;
        border-radius: 7px;
        position: relative;
        z-index: 1;
    }

    .main_slick_slider .slick_slider .slick-dots li button {
        height: 3px;
        width: 50px;
        margin: 0px;
        border-radius: 0px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        padding: 1px;
    }

    .main_slick_slider .slick_slider .slick-dots li button:before {
        content: unset;
    }

    /* user group css */
    .user_group_desktop_text_div.desktop h3 {
        font-family: 'Spartan_Bold';
    }


    /* home page css */
    .home_page_desktop_text_div.desktop h3 {
        font-family: 'Spartan_Bold';
    }

    .user_group_desktop_text_div .btn-style-1,
    .user_group_mobile_text_div .btn-style-1 {
        padding: 8px 18px 6px 30px;
        font-size: 13px;
    }

    .web-navbar .user-opts-dropdown .dropdown-menu {
        right: auto !important;
    }

    .user-opts-dropdown .dropdown-menu {
        left: 90%;
    }

    .lostpass {
        color: #2196F3;
    }

    #lostPasswordModel .modal-header {
        display: block;
        text-align: center;
    }

    #lostPasswordModel .modal-title {
        font-size: 2rem;
        font-family: 'Spartan_Bold';
    }

    #lostPasswordModel .btn-rounded-radius {
        border-radius: 20px;
    }

    #lostPasswordModel .modal-footer {
        display: block;
        border-top: none;
    }

    #lostPasswordModel .cancel-request-btn {
        font-size: 16px;
    }

    #competition_register_modal .register-modal .register-content .footer a.competition_members_click_here {
        font-family: 'Spartan_Semibold';
        margin-top: 2rem;
        font-size: 12px;
        color: #919699;
    }

    .mceNonEditable.imagep {
        max-width: 75%;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }

    .opinionBox .title-and-rating-div {
        display: flex;
        align-items: flex-start;
    }

    .detail-cotent .opinionBox .title-and-rating-div ul {
        display: flex;
    }

    .detail-cotent .opinionBox .title-and-rating-div ul li {
        color: #fff;
        font-size: 12px;
        padding: 4px 3px 1px 6px;
        background: lightgrey;
        margin-right: 3px;
    }

    .detail-cotent .opinionBox .title-and-rating-div ul li.active {
        background: #08c;
    }

    .detail-cotent .opinionBox .title-and-rating-div ul li.half-active {
        background: linear-gradient(to left, lightgrey 0%, lightgrey 50%, #08c 50%, #08c 100%);
    }

    #competition_register_modal .img__wrap .img__description_layer {
        max-width: 100%;
        margin: auto;
    }

    .detail-cotent .blockquote h2 {
        color: #6D6D6D;
        font-style: italic;
    }