.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 65%;
    margin-right: 55px;
}

.logo img {
    /* max-width: 40%; */
    max-height: 100%;
}

.header-area .main-header-area {
    padding: 10px 20px;
    background: #162342;
}

.header-area .header-top_area {
    padding: 5px 0;
    background: #162342;
}

.header-area .header-top_area .short_contact_list ul li a {
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
}

.header-area .main-header-area .main-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    font-family: 'wittayakarn-bold-webfont';
    letter-spacing: 1.2px;
    position: relative;
    text-transform: capitalize;
    cursor: pointer;
}

.img-sponsors-header {
    display: block !important;
}

@media (min-width: 768px) {
    .img-sponsors-header {
        display: none !important;
    }

    .stats .big--quarter {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .stats__column {
        padding: 20px;
    }
}

@media (min-width: 1199px) and (max-width: 1920px) {
    .img-sponsors-header {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-area .main-header-area .main-menu ul li a {
        font-size: 12px;
    }

    .img-sponsors-header {
        display: block !important;
    }
}


a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'wittayakarn-bold-webfont';
    color: #8d8d8d;
}

.header-area .main-header-area .main-menu ul li a:hover {
    color: #fff;
}

.slider_bg_1 {
    background-image: url('/official/newstyle2020/img/banner/Banner%20Part1.png');
}

.slider_bg_2 {
    background-image: url('/official/newstyle2020/img/banner/Banner%20Part1.png');
}

.slider_bg_3 {
    background-image: url('/official/newstyle2020/img/banner/Banner%20Part1.png');
}

.slider_bg_4 {
    background-image: url('/official/newstyle2020/img/banner/Banner%20Part1.png');
}

.boxed-btn3:hover {
    background: #29348F;
    color: #fff !important;
    border: 1px solid #29348F;
}

.boxed-btn3 {
    background: #060e9f;
    color: #fff !important;
    border: 1px solid #29348F;
}

.slider_area .single_slider .slider_text h3 {
    text-shadow: 2px 3px 6px #1d1d1d;
    color: #fff;
    font-family: 'wittayakarn-regular-webfont';
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 35px;
}

body {
    margin: 0;
    font-family: 'wittayakarn-regular-webfont';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #4D4D4D;
    margin-bottom: 13px;
    font-family: 'wittayakarn-regular-webfont';
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'wittayakarn-bold-webfont';
    color: #1F1F1F;
}

.boxed-btn3 {
    background: #060e9f;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    font-family: 'wittayakarn-regular-webfont';
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff !important;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    /* box-shadow: 2px 3px 6px #29348fab; */
    box-shadow: 0 0 4px #0000002e;
}

.single-blog-post.post-style-2 {
    margin-bottom: 5px;
}

.single-blog-post {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 5px;
}

.single-blog-post.post-style-2 .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 97px;
    flex: 0 0 97px;
    min-width: 97px;
    margin-right: 15px;
}

.single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
}

.single-blog-post .post-thumbnail img {
    width: 100%;
}

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

.single-blog-post.post-style-2 .post-content {
    padding: 5px 10px 5px 5px;
    width: 100%;
}

.single-blog-post .post-content {
    padding: 20px 30px;
}

style-2 .post-content .headline h5 {
    font-size: 14px;
    margin-bottom: 10px;
}

.single-blog-post .post-content .headline h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: 500;
    line-height: 1.3;
}

.single-blog-post .post-content .post-meta p {
    margin-bottom: 10px;
    font-size: 12px;
}

.single-blog-post .post-content p {
    margin-bottom: 20px;
}

p {
    color: #8d8d8d;
    font-size: 14px;
    line-height: 1.4;
}

.single-blog-post .post-content .post-meta p a {
    font-size: 12px;
}

/* .slider_area .single_slider {
    height: 590px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
} */

.slider_area .single_slider {
    height: 85vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* .slider_area_news .single_slider_news {
    height: 100px;
} */

.single_slider_news {
    margin: 30px 0px 30px 0px;
}

.text-banner-header {
    margin: auto;
    margin-bottom: 60px;
}

.header-area .main-header-area.sticky {
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 99;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    background: #162342;
}

.bg0 {
    background-color: #fff;
}

.p-b-50,
.p-tb-50,
.p-all-50 {
    padding-bottom: 50px;
}

.p-t-100,
.p-tb-100,
.p-all-100 {
    padding-top: 100px;
}

.p-b-32,
.p-tb-32,
.p-all-32 {
    padding-bottom: 32px;
}

.ltext-105 {
    font-family: Poppins-Bold;
    font-size: 50px;
    line-height: 1.1;
}

.cl5 {
    color: #222;
}

.tab01 .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.tab01 .nav-tabs .nav-item {
    margin: 0px 15px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.p-b-10,
.p-tb-10,
.p-all-10 {
    padding-bottom: 10px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

.tab01 .nav-link {
    font-family: 'wittayakarn-regular-webfont';
    font-size: 15px;
    color: #888;
    line-height: 1.2;
    padding: 10px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav-tabs .nav-link {
    border-right: 1px solid #034fc9 !important;
    border: 1px solid transparent;
    /* border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; */
}

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

/* .section_title h3::before {
    position: absolute;
    left: 0;
    background: #4E5863;
    height: 2px;
    width: 290px;
    content: '';
    left: 27%;
    transform: translateX(-50%);
    bottom: 0;
} */

.section_title h3::before {
    position: absolute;
    left: 0;
    background: #fff;
    height: 2px;
    width: 50px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.our_department_area .single_department .department_content h3 a {
    font-size: 12px;
    color: #1F1F1F;
    line-height: 20px;
    font-weight: 500;
}

.boxed-btn3-white-2 {
    box-shadow: 2px 3px 6px #29348fab;
    color: #fff !important;
    background-color: #29348F !important;
    display: inline-block;
    padding: 9px 24px;
    font-family: 'wittayakarn-regular-webfont';
    font-size: 15px;
    font-weight: 400;
    border: 0;
    border: 1px solid #29348F;
    border-radius: 3px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    /* box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04); */
}

#featured-content {
    border-top: 5px solid #034FC9;
    border-bottom: 5px solid #034FC9;
    position: relative;
}

#featured-content .featured-content .owl-pagination .owl-page::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #034FC9;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -12px;
    margin-left: -1rem;
    z-index: 999;
    -webkit-transition: top .2s 0s;
    -o-transition: top .2s 0s;
    transition: top .2s 0s;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #034FC9;
    background-color: transparent;
    border-color: transparent;
    border-right: 1px solid #034fc9 !important;
}


.p-t-50 {
    padding-top: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.nav-item {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* @media (max-width: 1500px) and (min-width: 1200px) {
    .header-area .main-header-area.sticky {
        padding: 24px 20px;
    }

    .img-sponsors-header {
        display: block !important;
    }
} */

.our_department_area {
    background: #F9F9F9;
    padding-top: 0px;
    padding-bottom: 0px;
}

.expert_doctors_area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.business_expert_area {
    padding-bottom: 50px;
}

.our_department_area .single_department {
    border-top: 5px solid #25308E;
    background: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
}

.our_department_area .single_department .department_content p {
    font-size: 11px;
    line-height: 28px;
    color: #727272;
    margin-top: 5px;
    margin-bottom: 10px;
}

.our_department_area .single_department .department_thumb {
    position: relative;
}

.our_department_area .single_department .department_thumb a i.icon_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 5px));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    z-index: 4;
}

b,
sup,
sub,
u,
del {
    color: #727272;
}

b {
    font-weight: bold;
}

.our_department_area .single_department .department_content a.learn_more {
    color: #162342;
    font-size: 12px;
}

a.learn_more {
    color: #162342;
    font-size: 12px;
}

@media (min-width: 1200px) {
    .img-sponsors-header {
        display: block !important;
    }

    .results-match {
        height: 350px;
        background: #fff;
        padding: 20px;
    }
}

.competition__home {
    width: 100px;
    padding: 10px 0 15px 0;
}

.venue-results__home {
    text-align: center;
    font-size: 12px;
}

.results-table {
    margin-top: 0px;
    margin-bottom: 15px;
}

.team-home {
    /* float: left; */
    height: 100px;
    object-fit: contain;
}

.team-shop {
    margin-top: 40px;
    width: 100%;
    margin-bottom: 40px;
}

.m_nextmatch {
    margin-bottom: -9px;
}

.score-home {
    font-size: 60px;
    color: #fff;
    text-align: left;
    font-family: 'wittayakarn-bold-webfont';
}

.score-results {
    font-size: 60px !important;
    color: #fff;
    text-align: center;
    font-family: 'wittayakarn-bold-webfont';
}

.score-away {
    font-size: 60px;
    color: #fff;
    text-align: right;
    font-family: 'wittayakarn-bold-webfont';
}

.team-away {
    /* float: right; */
    height: 100px;
    object-fit: contain;
}

.time-match__home {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.7;
}

.uppercase_index {
    text-transform: uppercase;
}

.date-match__home {
    font-size: 10px;
    font-family: 'wittayakarn-bold-webfont';
    color: #162342;
    padding-right: 5px;
}

.date-match__home tr th {
    vertical-align: top;
}

.date-match__home tr th:nth-child(2) {
    /* vertical-align: middle; */
    padding: 0.75rem 0.15rem;
}

.service_area .single_service {
    padding: 30px 30px;
}

.footer__body {
    background: #3B4865;
    color: #fff;
}

.bg1 {
    background-color: #162342 !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

.sponsors-wrap.official-partners {
    padding: 40px 0;
}

.sponsors-wrap.official-partners .partners-control {
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: center;
}

.sponsors-wrap.official-partners .partners-control .logo-sponsor {
    display: inline-block;
    margin: 0 10px 10px;
}

.sponsors-wrap.official-partners .partners-control .logo-sponsor a {
    position: relative;
    display: inline-block;
}

.sponsors-wrap.official-partners .partners-control .logo-sponsor .sponsor__hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.sponsors-wrap.official-partners .partners-control .logo-sponsor a:hover .sponsor__hover {
    opacity: 1;
    visibility: visible;
}


.section_title h3 {
    /* line-height: 5px; */
    text-decoration-line: underline;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #1F1F1F;
    position: relative;
    z-index: 9;
    padding-bottom: 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.expert_doctors_area .doctors_title h3 {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-decoration-line: underline;
    font-size: 36px;
    font-weight: 500;
    color: #1F1F1F;
}

.sponsors-wrap.official-partners .partners-control .sup__sponsors {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.icon_center {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%; */

    position: absolute;
    top: 30%;
    left: 40%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 500%;
    color: #fff;
    z-index: 9;
    opacity: 0.8;
}

.footer .footer_top {
    padding-top: 0px;
    padding-bottom: 0px;
    /* background: #3B4865; */
}


.bg6 {
    background-color: #2E374E !important;
}

.section2_bottom_wrapper {
    float: left;
    width: 100%;
    position: relative;
    background: #E0E0E0;
}

.bg7 {
    background-color: #383E4E !important;
}

.btm_foter_box {
    float: left;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 15px;
}

.aboutus_social_icons {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.aboutus_social_icons li:first-child {
    margin-left: 0px;
}

.aboutus_social_icons li {
    float: left;
    margin-left: 13px;
}

.footer .footer_top .footer_widget .footer_title {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.wrap-input1 {
    position: relative;
    border-bottom: 2px solid rgba(204, 204, 204, 0.1);
}

.footer .copy-right_text {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #3B4865;
}

.footer_title {
    font-family: 'wittayakarn-bold-webfont';
    font-size: 12px;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.testmonial_bg_1 {
    background-image: url('/official/newstyle2020/img/sponsors/1_11.jpg');
}

.testmonial_bg_2 {
    background-image: url('/official/newstyle2020/img/sponsors/1_22.png');
}

.carousel .carousel-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.team-players__info {
    height: 65px;
    margin-top: -50px;
    background-color: rgba(6, 14, 159, 1);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.team-players__text {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px 0px 0px;
}

.teamnumberLists {
    text-align: center;
    width: 65px;
    color: #fff;
    font-size: 30px;
}

.team-players__group {
    margin-left: 20px;
}

.team-players__name {
    color: #fff;
    font-family: 'wittayakarn-bold-webfont';
    text-transform: uppercase;
    font-size: 20px;
}

.team-players__surname {
    color: #fff;
    text-transform: uppercase;
}

.teamnumberLists {
    text-align: center;
    width: 65px;
    color: #fff;
    font-size: 30px;
}

.expert_doctors_area .single_expert .experts_name {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    border: unset;
    /*border: 1px solid rgba(0, 0, 0, 0.04);*/
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    /* box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04); */
    /* box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); */
}

.expert_doctors_area .single_expert .experts_name :hover {
    background-color: #060e9f;
    border-color: #060e9f;
}

.expert_doctors_area .single_expert .experts_name span {
    color: #0f2242;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.expert_doctors_area .single_expert .experts_name h3 {
    padding-top: 16px;
    padding-bottom: 18px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 1px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sponsor_area {
    background: #F9F9F9;
    padding-top: 50px;
    padding-bottom: 50px;
}

.player_home_area {
    background: #F9F9F9;
    padding-top: 0px;
    padding-bottom: 0px;
}


.player__home {
    background: #162342;
    height: auto;
}

@media only screen and (min-width: 1024px) {
    .img-sponsors-header {
        display: block !important;
    }

    .icon_center {
        position: absolute;
        top: 26%;
        left: 40%;
        display: inline-block;
        text-transform: uppercase;
        font-size: 500%;
        color: #fff;
        z-index: 9;
        opacity: 0.8;
    }
}

.player-score__home__wrapperLink {
    display: block;
}

a {
    color: #0047ba;
    text-decoration: none;
}

.player-score__home .imageBackgroundCover {
    padding-top: 65%;
}

.imageBackgroundCover,
.imageBackgroundCover--nojs {
    position: relative;
    margin: 0;
    padding: 0;
    height: 1px;
    padding-top: 66%;
    overflow: hidden;
}

.player-score__home__wrapperLink {
    display: block;
}

.player-score__home .imageBackgroundCover__img {
    width: 100%;
    left: 0%;
    filter: grayscale(50%);
    opacity: 0.7;
}

.imageBackgroundCover__img,
.imageBackgroundCover--nojs__img {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    max-width: none;
    width: 100%;
    height: auto;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.player-topscore__group {
    margin-left: 0px;
    margin-right: 0px;
}

.player-stats__home {
    padding: 35px;
}

.top-score_title {
    font-size: 36px;
    color: #fff;
    font-family: 'wittayakarn-bold-webfont';
}

.top-score_table {
    width: 100%;
}

.top-score_name {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
}

.top-score_no {
    font-size: 14px;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
}

.stats,
.stats__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.stats {
    width: 100%;
    height: auto;
    background-color: #060e9f;
    color: #666;
    padding: 0;
}

.stats__group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 15px;
}

@media (max-width: 767px) {

    .background-banner {
        margin-top: 145px !important;
        width: 100%;
        background-color: rgb(41, 52, 143, 0.8);
        padding: 20px 20px 20px 20px;
    }

    .tournament-img {
        max-width: 88%;
        /* margin-left: 235px!important; */
    }

    .img-sponsors-header {
        display: none !important;
    }

    .footer_title {
        font-family: 'wittayakarn-bold-webfont';
        font-size: 12px;
        line-height: 1.6;
        text-transform: uppercase;
        text-align: left !important;
        color: #fff;
    }

    .slicknav_menu {
        margin-left: 0px;
        /* background-color: #162342; */
        margin-right: 0px;
    }

    .business_expert_area .business_tabs_area .nav .nav-item a {
        font-size: 12px !important;
        font-weight: 400;
        color: #1F1F1F;
        padding: 10px 0px 10px 0px !important;
    }

    .single-blog-post .post-content .headline h5 {
        font-size: 12px !important;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .slider_area .single_slider {
        height: 48vh !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .slider_area .single_slider .slider_text h3 {
        color: #fff;
        font-family: 'wittayakarn-regular-webfont';
        font-size: 18px;
        text-transform: capitalize;
        letter-spacing: 2px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    /* line 264, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
    .header-area .header-top_area .short_contact_list {
        text-align: right;
    }

    .header-area .header-top_area .short_contact_list ul li a {
        font-size: 13px;
        color: #fff;
        margin-left: 4px;
    }

    .icon_center {
        position: absolute;
        top: 38%;
        left: 42%;
        display: inline-block;
        text-transform: uppercase;
        font-size: 500%;
        color: #fff;
        z-index: 9;
        opacity: 0.8;
    }

    .section_title h3 {
        font-size: 16px !important;
        line-height: 36px;
    }

    .boxed-btn3-white-2 {
        font-size: 10px !important;
    }
}

.stats-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.stats-item,
.stats-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stats.inverted .stats-item__title {
    font-size: 14px;
    color: #fff;
}

.stats-item__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.stats.inverted .stats-item__value {
    color: #fff;
}

.stats-item__value {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: auto;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0;
    font-size: 45px;
    line-height: .8em;
    letter-spacing: -.05em;
    text-transform: uppercase;
    color: inherit;
}

.count {
    color: #fff;
}

.stats__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 10px 20px;
}

.top-score_number {
    font-size: 57px;
    color: #fff;
    font-family: 'wittayakarn-bold-webfont';
    text-align: right;
}

.business_expert_area .business_tabs_area .nav .nav-item {
    width: 20%;
}

.business_expert_area .business_tabs_area {
    border-top: 3px solid #060e9f;
    border-bottom: 3px solid #060e9f;
    background: #fff;
}

.business_expert_area .business_tabs_area .nav .nav-item a {
    font-size: 20px;
    font-weight: 400;
    color: #1F1F1F;
    padding: 10px 0px 10px 40px;
}

.service_area {
    margin-top: 50px;
    background: #3B4865;
}

.service_area .col-xl-4:nth-child(2) .single_service {
    background: #3B4865;
}

.service_area .single_service p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #162342;
    margin-top: 10px;
    margin-bottom: 26px;
}

.boxed-btn3-white {
    display: inline-block;
    padding: 9px 24px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 0;
    border: 1px solid #162342;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #162342 !important;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}


.score-nextmatch {
    font-size: 12px !important;
    color: #fff;
    text-align: center;
    font-family: 'wittayakarn-bold-webfont';
}

.table td,
.table th {
    font-family: 'wittayakarn-bold-webfont';
    font-size: 11px;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.btn-ticket {
    font-family: 'wittayakarn-regular-webfont';
    color: #fff;
    background-color: #162342;
    border-color: #162342;
    border-radius: 0px;
    font-size: 12px;
    padding-right: 30px;
    padding-left: 30px;
}

.btn-table {
    font-family: 'wittayakarn-regular-webfont';
    color: #3B4865;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
    font-size: 12px;
}

.btn-shop {
    font-family: 'wittayakarn-regular-webfont';
    color: #fff;
    background-color: #29348F;
    border-color: #29348F;
    border-radius: 0px;
    font-size: 12px;
}

.table td,
.table th .table-score {
    font-size: 11px;
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0px;
}

.card-header {
    font-family: 'wittayakarn-bold-webfont';
    text-align: left;
    padding: .75rem 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 3px solid #162342;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card {
    border-top: 5px solid #29348F;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, .125); */
    border-radius: 0px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04)
}

a:focus,
.portfolio-cat a:hover,
.footer-menu li :hover {
    text-decoration: none;
    color: #fff;
}

.title_banner {
    text-align: left;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #fff;
    position: relative;
    z-index: 9;
    padding-bottom: 50px;
    margin-right: 15%;
    margin-left: 15%;
}

/* .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 100px;
    color: #fff;
    text-align: center;
} */


.btn-banner {
    color: #fff !important;
    background-color: #0F57CC !important;
    display: inline-block;
    padding: 9px 24px;
    font-family: 'wittayakarn-regular-webfont';
    font-size: 15px;
    font-weight: 400;
    border: 0;
    border: 1px solid #0F57CC;
    border-radius: 3px;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
    margin-right: 15%;
    margin-left: 15%;
}

.carousel-caption-banner {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 100px;
    color: #fff;
    text-align: left;
}

.background-banner {
    margin-top: 300px;
    width: 100%;
    background-color: rgb(41, 52, 143, 0.8);
    padding: 30px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}



@media (max-width: 375px) {
    .slider_area .single_slider .slider_text h3 {
        text-shadow: 2px 3px 6px #1d1d1d;
        color: #fff;
        font-family: 'wittayakarn-regular-webfont';
        font-size: 12px;
        text-transform: capitalize;
        letter-spacing: 2px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .background-banner {
        margin-top: 14px !important;
        width: 100%;
        background-color: rgb(41, 52, 143, 0.8);
        padding: 20px 20px 20px 20px;
    }

    .slider_area .single_slider {
        height: 26vh !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .tournament-img {
        max-width: 30%;
        /* margin-left: 120px !important; */
    }

    .text-banner-header {
        margin: auto;
        margin-bottom: 70px;
    }

    .boxed-btn3 {
        padding: 10px 30px;
        font-size: 12px;
    }

    .img-sponsors-header {
        display: none !important;
    }

    .expert_doctors_area .doctors_title h3 {
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        text-decoration-line: underline;
        font-size: 20px;
        font-weight: 500;
        color: #1F1F1F;
    }

    .icon_center {
        position: absolute;
        top: 29%;
        left: 38%;
        display: inline-block;
        text-transform: uppercase;
        font-size: 500%;
        color: #fff;
        z-index: 9;
        opacity: 0.8;
    }
}

.expert_doctors_area .owl-carousel .owl-nav div {
    background: #29348F;
    color: #fff;
    background-color: #29348F;
}

.expert_doctors_area .single_expert:hover .experts_name {
    background: #060e9f;
    /* style="margin-bottom:20px;" */
}

.color-fa-sort-up {
    color: #7EEF01 !important;
}

.color-fa-caret-down {
    color: #EA2227 !important;
}

.score-bgpu-active {
    color: #fff;
    background-color: #060e9f;
}

/* HEADER STYLE  */

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 3px;
    padding: 5px;
    right: 0;
    margin-top: -5px;
    top: -45px;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #000;
    height: 4px;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
    position: relative;
}

.slicknav_icon-bar {
    background: #FFF !important;
}

/* line 13, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav {
    position: relative;
    background: #162342;
    float: left;
    margin-top: 0;
    padding: 0;
    width: 100%;
    padding: 0;
    border-radius: 0px;
    margin-top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
}

.slicknav_nav ul {
    background-color: #1d2a48;
    border-radius: 3px;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px;
}

.slicknav_nav a {
    font-size: 14px;
    letter-spacing: 1.2px;
    color: #FFF;
    text-transform: capitalize;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:hover .slicknav_arrow {
    color: #FFF;
}

/* line 172, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
    position: absolute;
    left: 0;
    top: 160%;
    background: #162342;
    width: 200px;
    z-index: 4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

/* line 186, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a {
    padding: 10px 15px;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #FFF;
}

/* line 196, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
    color: #296ad4;
}

.login-bar-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 85, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .book_btn a {
    background: #009DFF;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* HEADER STYLE END   */

.header-area .main-header-area .main-menu {
    /* text-align: left!important; */
    padding: 12px 0;
}

.our_department_area .single_department .department_content {
    position: relative;
    height: 200px;
    padding: 22px 18px 24px 18px;
}

.our_department_area .single_department .department_content p.readmore {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 18px 24px;
    z-index: 3;
    line-height: inherit;
}

.news-card__date {
    padding-left: 0;
    margin-left: 0;
    border: none;
    position: absolute;
    bottom: 40px;
}


.img-transparent {
    opacity: 0;
}

.owl-prev.disabled,
.owl-next.disabled {
    background-color: #ddd !important;
}

.slider_area .single_slider {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #060e9f;
    color: white;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

/********style new**********/
.tournament-img {
    max-width: 64%;
    margin-right: 1rem;
    max-height: 32px;
    object-fit: contain;
}

.mobile_menu {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99;
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
    border: none;
    border-radius: 0;
    padding: 5px;
    right: 0;
    margin-top: 0;
    top: -45px;
    /* padding-right: 0;
    margin-right: 0; */
}

.slicknav_menu .slicknav_icon {
    margin-right: 0;
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
    padding-bottom: 0;
    float: unset;
    width: unset;
    height: unset;
    margin: unset;
}

.slicknav_menu .slicknav_nav {
    position: absolute;
    background: #162342;
    float: left;
    margin-top: 0;
    padding: 0;
    width: 100%;
    padding: 0;
    border-radius: 0px;
    margin-top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    top: 3px;
    padding-top: 3px;
}

.slicknav_nav a {
    position: relative;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #FFF;
    text-transform: capitalize;
    padding: 5px 10px;
    margin: 5px 5px;
}

.slicknav_nav .slicknav_arrow {
    float: unset;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 1px;
    margin: 0;
    width: 12px;
    text-align: center;
}

.pagination>li>a,
.pagination>li>span {
    cursor: pointer !important;
}

.our_department_area .single_department .department_thumb {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.our_department_area .single_department .department_content h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.our_department_area .single_department .department_content h3 a.news-title {
    -webkit-line-clamp: 3;
    height: 58px;
}

.single-blog-post .post-content .headline h5 {
    font-size: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 56px;
    line-height: 19px;
}

.expert_doctors_area .owl-carousel .owl-nav div.owl-prev i,
.expert_doctors_area .owl-carousel .owl-nav div.owl-next i {
    top: 0 !important;
}

.expert_doctors_area .single_expert .experts_name h3 {
    font-size: 20px;
    line-height: inherit;
}

.expert_doctors_area .single_expert .experts_name span {
    font-size: 14px;
}

.top-score_title {
    font-size: 22px;
}

.top-score_name {
    font-size: 16px;
}

.top-score_no {
    font-size: 12px;
}

.top-score_number {
    font-size: 28px;
}

.stats.inverted .stats-item__title {
    margin-bottom: 15px;
}

#return-to-top {
    text-align: center;
}

#return-to-top i {
    left: unset !important;
    top: unset !important;
    font-size: 24px !important;
    line-height: 44px;
}

.single_service .card-footer button.btn {
    height: 32px;
}

.header-area .main-header-area.sticky {
    padding: 8px 20px !important;
    height: 60px;
}

.single_service .card-footer.index-nextmatch {
    height: 57px;
    background: #fff;
}

#movement .EXteam-players__img {
    opacity: 1;
    padding: 3px;
    overflow: hidden;
    background: #f8f8f8;
    transition: all 400ms ease;
}

#movement .EXteam-players__img:hover {
    opacity: 1;
    background: #162342;
    transition: all 400ms ease;
}

.tab-content .team-players__img:hover,
.tab-content .staff-players__img:hover {
    background: #162342;
    transition: all 400ms ease;
}

.tab-content .team-players__img,
.tab-content .staff-players__img {
    background: #f8f8f8;
    padding: 3px;
    overflow: hidden;
}

.match__scorevs p {
    font-size: 16px;
}

.filter__league {
    padding-bottom: 0 !important;
}

.league-filter {
    margin-top: 13px !important;
}

.short_contact_list ul {
    margin-bottom: 0;
}

.page-title.club-title {
    position: relative;
    padding: 30px 0;
}

.page-title.club-title .page-next_link {
    position: absolute;
    font-size: 11px;
    color: #999;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    float: unset;
    display: unset;
}

.page-title.club-title h1 {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.club-content.club-detail p {
    margin-top: 20px;
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

.club-content.club-detail p:first-child {
    margin-top: 3px;
}

.gallery-related.club-gallery {
    padding: 28px 0 50px;
    overflow: hidden;
}

.directors.club-directors .directors-name {
    padding: 16px 5px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.directors.club-directors .directors-position_1 {
    font-size: 12px;
    color: #060e9f;
    text-align: center;
    padding: 30px 5px;
}

.business_info.club-keymilestones h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
}

.business_info.club-keymilestones p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.business_info.club-keymilestones {
    height: 256px;
}

/* .carousel-control-next.club-keys-arrow,
.carousel-control-prev.club-keys-arrow {
    width: 7%;
} */

.welcome_docmed_area.club-facilities {
    padding-top: 25px;
    padding-bottom: 80px;
}

.welcome_docmed_area.club-facilities .acnav__label_head_bg {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.welcome_docmed_area.club-facilities .acnav__link,
.welcome_docmed_area.club-facilities .big--quarter,
.welcome_docmed_area.club-facilities .acnav__label,
.welcome_docmed_area.club-facilities .acnav__label_head,
.welcome_docmed_area.club-facilities .acnav__label_sub_bg {
    font-size: 12px;
}

.welcome_docmed_area.club-facilities #content-slider #main>label:after {
    width: 7px;
    height: 7px;
    top: 0;
    left: 0;
}

.welcome_docmed_area.club-facilities .facility-content h2 {
    font-size: 16px;
    margin-top: 25px;
}

.welcome_docmed_area.club-facilities .facility-content p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.8;
    color: #474747 !important;
}

.facilities_control_contain {
    position: relative;
}

.facility-content {
    position: relative;
}

@media (max-width: 375px) {
    .slider_area .single_slider .slider_text h3 {
        text-shadow: 2px 3px 6px #1d1d1d;
        color: #fff;
        font-family: 'wittayakarn-regular-webfont';
        font-size: 8px;
        text-transform: capitalize;
        letter-spacing: 2px;
        font-weight: 300;
        margin-bottom: 10px;
    }
}

@media (max-width: 375px) {
    .boxed-btn3 {
        padding: 5px 10px;
        font-size: 7px;
    }
}

@media (max-width: 375px) {
    .background-banner {
        margin-top: 90px !important;
        width: 100%;
        background-color: rgb(41, 52, 143, 0.8);
        padding: 10px 20px 10px 20px;
    }
}

@media (max-width:991px) {
    .main-brand .logo-sponsor {
        width: calc(33.33% - 0.5em);
    }

    .sup__sponsors .logo-sponsor,
    .co__sponsors .logo-sponsor {
        display: inline-block;
        margin: 0 0 10px;
        width: calc(33.33% - 0.5em);
    }

    .sponsors-wrap.official-partners .partners-control .sup__sponsors {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }

    .welcome_docmed_area.club-facilities {
        padding-top: 10px;
        padding-bottom: 60px;
    }
}

@media (min-width:992px) {
    .logo img {
        max-width: 168px;
    }

    .header-area .main-header-area {
        padding: 6px 20px;
        height: 60px;
    }

    .header-area .main-header-area .main-menu ul li {
        margin: 0 8px;
        padding: 0 8px;
    }

    .header-area .main-header-area .main-menu ul li a {
        font-size: 11px;
    }

    .player-score__home {
        float: left;
        clear: none;
        text-align: inherit;
        width: 50%;
        margin-left: 0%;
        margin-right: 0%;
    }

    .player-stats__home {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        height: 302.25px;
    }

    .players-mb {
        margin-bottom: 40px !important;
    }

    .owl-nav {
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(0, 27px);
    }
}

@media (min-width:300px) and (max-width:575px) {}

@media (max-width: 575px) {
    .single-blog-post.post-style-2 .post-content {
        padding: 5px 15px 5px 5px;
    }

    .our_department_area .single_department .department_content {
        height: 180px;
        padding: 15px 20px;
    }

    .our_department_area .single_department .department_content p.text-right {
        margin-top: 0;
        margin-bottom: 0;
    }

    .our_department_area .single_department .department_content p.text-right.headline {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .background-banner {
        padding: 20px 25px;
    }

    .stats.inverted .stats-item__title {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .boxed-btn3-white-2 {
        padding: 9px 18px;
    }

    .virtual-tour-home img {
        height: 200px;
        object-fit: cover;
        object-position: left;
    }

}

@media (max-width:991px) {
    .header-area .main-header-area {
        padding: 6px 0;
        height: 60px;
    }

    .logo img {
        width: 178px;
    }

    .slicknav_menu .slicknav_icon-bar {
        height: 3px;
        width: 26px;
    }

    .slider_area .single_slider {
        height: 80vh !important;
    }

    .page-title h1 {
        padding-bottom: 25px;
    }

    .mb-55 {
        margin-bottom: 5px;
    }

    .border_bottom {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .single-blog-post.post-style-2 .post-thumbnail {
        margin-right: 5px;
        padding-left: 5px;
    }

    .single-blog-post .post-content .headline h5 {
        font-size: 12px;
    }

    .business_expert_area {
        padding-bottom: 20px;
    }

    .service_area {
        margin-top: 20px;
    }

    .player-stats__home {
        padding: 25px;
    }

}

@media (max-width: 767px) {
    .slider_area .single_slider {
        height: 70vh !important;
    }

    .slider_area .single_slider .slider_text h3 {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .boxed-btn3 {
        font-size: 12px;
        padding: 10px 30px;
    }

    #content-slider span.th img {
        display: none !important;
    }

    #content-slider span.th {
        display: none !important;
    }

    #content-slider .slider {
        position: relative !important;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .our_department_area .single_department .department_thumb {
        height: 177.19px;
    }

    .sup__sponsors .logo-sponsor,
    .co__sponsors .logo-sponsor {
        width: calc(28.33% - 0.5em);
    }

    .business_expert_area .business_thumb.club-keymilestones-img img {
        height: 234.66px;
        object-fit: cover;
    }
}

@media (max-width:991px) {
    .our_department_area .single_department .department_content {
        padding: 15px 20px;
    }

    .our_department_area .single_department .department_content p.readmore {
        padding: 20px;
    }
}

@media (max-width:1199px) {
    .service_area .single_service {
        padding: 30px 30px 0px;
    }

    .service_area .single_service.onlineshop-index {
        padding: 30px 30px 40px !important;
    }

    .expert_doctors_area .doctors_title h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .slider_area .single_slider .slider_text h3 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .tournament-img {
        max-width: 120px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .slicknav_btn {
        top: -20px;
    }

    .slicknav_menu .slicknav_icon-bar {
        height: 3px;
        width: 26px;
    }

    .mobile_menu {
        top: 0;
    }

    .slicknav_menu .slicknav_nav {
        float: right;
        right: 0;
        width: 300px;
        position: relative;
        top: -12px;
    }

    .slicknav_menu .slicknav_nav li i {
        display: none;
    }

    .slider_area .single_slider {
        height: 72vh !important;
    }

    .our_department_area .single_department .department_content p {
        font-size: 11px;
    }

    .top-score_title {
        font-size: 24px;
    }

    .top-score_name {
        font-size: 16px;
    }

    .top-score_no {
        font-size: 12px;
    }

    .top-score_number {
        font-size: 28px;
    }

    .our_department_area .single_department .department_thumb {
        height: 157.48px;
    }

    .business_expert_area .business_thumb.club-keymilestones-img img {
        height: 320px;
        object-fit: cover;
    }

    .sponsors-wrap.official-partners .partners-control .co__sponsors .logo-sponsor {
        margin: 0 8px 10px;
        max-width: 98px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .section_title h3 {
        font-size: 16px !important;
        line-height: 36px;
    }

    .boxed-btn3-white-2 {
        font-size: 12px !important;
    }

    .mb-55 {
        margin-bottom: 20px;
    }

    .border_bottom {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .business_expert_area {
        padding-bottom: 30px;
    }
}

@media (min-width:1200px) {
    .slider_area .single_slider {
        height: 85vh !important;
    }

    .service_area .single_service .card-body {
        height: 330px;
    }

    .our_department_area .single_department .department_thumb {
        height: 191.25px;
    }

    .player-stats__home {
        height: 360.75px;
    }

    .border_bottom {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .business_expert_area {
        padding-bottom: 40px;
    }

    .section_title h3 {
        font-size: 18px !important;
        line-height: 36px;
    }

    .boxed-btn3-white-2 {
        font-size: 14px !important;
    }

    .mb-55 {
        margin-bottom: 30px;
    }

    .expert_doctors_area .doctors_title h3 {
        font-size: 22px;
    }

    .players-mb {
        margin-bottom: 40px !important;
    }

    .page-title.club-title h1 {
        font-size: 18px;
    }

    .club-content.club-detail p {
        margin-top: 20px;
    }

    .club-content.club-detail p:first-child {
        margin-top: 3px;
    }

    .gallery-related.club-gallery {
        padding: 40px 0 100px;
    }

    .directors.club-directors .directors-name {
        font-size: 14px;
    }

    .directors.club-directors .directors-position_1 {
        font-size: 14px;
    }

    .business_expert_area .business_thumb.club-keymilestones-img img {
        height: 384px;
        object-fit: cover;
    }
}

@media (max-width: 374px) {
    .our_department_area .single_department .department_content p {
        font-size: 10px;
    }

    .section_title h3 {
        font-size: 14px !important;
    }

    .player-stats__home {
        padding: 20px;
    }

    .stats__column {
        padding: 10px 5px;
    }

    .logo img {
        width: 166px;
    }

    .header-nav-fix1 {
        transform: translate(0, 3px);
    }
}

@media (min-width: 414px) and (max-width:575px) {
    .virtual-tour-home img {
        height: 180px;
    }
}

@media (min-width: 375px) and (max-width:413px) {
    .virtual-tour-home img {
        height: 163px;
    }
}

@media (min-width: 300px) and (max-width:374px) {
    .virtual-tour-home img {
        height: 128px;
    }
}