ul.post-tags {
    margin: 0;
    padding: 0;
}
ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #999;
    font-size: 12px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
ul.post-tags li i {
    color: #ccc;
    margin-right: 9px;
}
ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #999;
}
ul.post-tags li:last-child {
    margin-right: 0;
}
ul.post-tags li:nth-child(1) {
    float: right;
}
section.dark-bg-sec{
    padding: 40px 0;
}
.news-header {
    background: #84c225;
    padding: 7px 20px;
    margin: 0 0 5px;
}
.news-header .breadcrumb {
    background: 0 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.news-header .title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 18px;
}
.news-header .breadcrumb a {
    color: #e9f1de;
    font-size: 12px;
    padding: 0;
    line-height: 12px;
}
.news-list-box {
    background: #fff;
    padding: 20px;
}

.news-desc-title{
	margin-bottom:5px;
}
.news-list-box .news-desc .news-desc-title a {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
    line-height: 28px;
}
.news-list-box .ns-inner {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.news-desc p {
    margin-bottom: 10px;
}
.title-icon {
    margin: 0 0 15px;
    overflow: hidden;
}
.title-icon .alsoread-title {
    color: #343434;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    position: relative;
}
.title-icon .alsoread-title:after {
    border-bottom: 2px solid #84c225;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.sub-category-post ul li {
    margin: 0 0 10px;
}
.sub-category-post .box {
    position: relative;
}

.post-type-3 .box {
    background: #fff;
}
.sub-category-post .box .box-post-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: left;
    margin-top: 0;
    background-image: -moz- linear-gradient(rgba(255,255,255,0) 0,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.9) 100%);
    background-image: -webkit- linear-gradient(rgba(255,255,255,0) 0,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.9) 100%);
    background-image: linear-gradient(rgba(255,255,255,0) 0,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.9) 100%);
    background-size: cover;
    color: #fff;
}
.sub-category-post .box .box-post-title a {
    color: #fff;
    font-size: 17px;
	font-weight:600;
}
.quick-links {
    background: #fafafa;
    overflow: hidden;
    margin: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 4px #635d5d2e;
}
.quick-links ul {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.quick-links ul li {
    display: inline-block;
}
.quick-links ul li .quick-links-title {
    color: #84c225;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    padding: 14px 15px;
    line-height: 13px;
}
.quick-links ul li a, .quick-links ul li span {
    display: block;
    color: #84c225;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 15px;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    font-size: 12px;
}
.quick-links ul li a:hover, .quick-links ul li span:hover {
    background: #84c225;
	color:#fff;
}
@media screen and (min-width:581px){
.news-list-box .news-img {
    width: 180px;
    float: left;
}
.news-list-box .news-desc {
    margin-left: 200px;
}	
}

/*** News Details ***/

.title-container,
.news-post-info-container,
.news-post-article-container,
.news-post-tags-container {
    padding: 0 0 0 20px;
}

.news-post-views span {
    color: #84c225;
}

.news-post-views {
    font-size: 18px;
}

.title-container {
    margin-bottom: 20px;
}

.news-post-title {
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    border-bottom: solid 1px black;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.news-post-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.news-post-info-container {
    display: flex;
    justify-content: space-between;
}

.news-post-info {
    width: 35%;
    display: flex;
    justify-content: space-between;
}

.news-post-info .news-post-views {
    display: none;
}

.author-info {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.author-info span {
    font-size: 12px;
    color: #fff;
    background-color: #84c225;
    padding: 1px 5px;
}

.news-post-social {
    width: 65%;
    display: flex;
}

.news-post-social ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.news-post-social ul span {
    color: #84c225;
}

.post-info {
    color: #767676;
    font-size: 12px;
    font-weight: bold;
}

.post-info span {
    color: #84c225;
}

.news-post-social-list {
    padding: 7px 22px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.icon-facebook {
    background-color: #1877f2;
}

.icon-messanger {
    background-color: #448aff;
}

.icon-whatsapp {
    background-color: #25d366;
}

.icon-twitter {
    background-color: #1da1f2;
}

.icon-telegram {
    background-color: #33a0cd;
}

.icon-link {
    background-color: #858585;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-container .tooltiptext {
    visibility: hidden;
    width: 145px;
    font-size: 15px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    left: -40px;
    top: -40px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip-container:hover .tooltiptext {
    visibility: visible;
}

.news-post-social-list a {
    color: #fff !important;
}

.news-post-banner {
    margin: 20px auto 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news-post-banner img {
    width: 90%;
    border-radius: 10px;
}

.news-post-banner figcaption {
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #7b7b7b;
}

.news-post-article p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
}

.ads-news-post {
    margin-bottom: 10px;
}

.ads-news-post img:last-child {
    margin-right: 0;
}

.news-social-bottom {
    width: 100%;
    margin-bottom: 20px;
}

.news-social-bottom ul {
    justify-content: space-between !important;
}

.news-social-bottom ul li {
    padding: 8px 35px;
}

.news-post-tags-container {
    display: flex;
}

.news-post-tags-container span {
    color: #c5c5c5;
    font-size: 20px;
}

.news-post-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
}

.news-post-tag a {
    margin: 0 0 8px 8px;
    padding: 8px 12px;
    display: inline-block;
    background: #ececec;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s;
}

.news-post-tag a:hover {
    background-color: #84c225;
    color: #fff;
}

.video-section {
    margin-top: 30px;
}

.news-video-section {
    margin-top: 0;
    margin-bottom: 30px;
}

.news-vid-container {
    position: relative;
}

.news-vid-container .section-heading {
    margin-top: 15px !important;
}

.swiper-button-prev3:after,
.swiper-button-next3:after {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #84c225 !important;
}

.swiper-button-next3 {
    right: 2px !important;
}

.swiper-button-prev3 {
    left: 2px !important;
}

/*** End of News Details ***/

/* Match info in match center */
    .match-info {
        padding: 0 30px !important;
    }

    .heading-match-info {
        margin-bottom: 5px;
    }

    .match-info .match-details {
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .match-info .detail {
        margin-bottom: 5px;
    }

    /* .match-info .detail:not(:last-child) {
        margin-right: 30px;
    } */

    .match-info .detail span{
        font-weight: 600;
    }
/* End of Match info in match center */

/* featured videos */
.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.main-heading {
    font-size: 22px;
    border-bottom: 2px solid #84c225;
    padding: 3px 18px 3px 0px;
    text-transform: uppercase;
    font-weight: 600;
    /* clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%); */
}

.main-heading-news {
    width: 100%;
}

.more-videos {
    font-size: 14px;
    text-transform: uppercase;
    color: #84c225;
    margin-right: 15px;
    cursor: pointer;
}

.more-videos i {
    transition: all 0.3s;
}

.more-videos:hover i {
    transform: translateX(5px);
}

.videos-container {
    display: flex;
}

.videos {
    width: 300px;
    margin-right: 15px;
}

.video {
    position: relative;
}

.play-btn {
    position: absolute;
    color: rgb(249, 249, 249);
    font-size: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 100;
}

.video img {
    filter: brightness(50%);
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.video:hover img {
    filter: brightness(70%);
}

.video-title {
    font-size: 14px;
    transition: all 0.3s;
}

.videos:hover .video-title {
    color: #84c225;
}

.video-slider {
    width: 100%;
}

.video-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.video-slides {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    width: 10000px;
    padding: 10px 0;
}

.video-slides.shifting {
    transition: left 0.2s ease-out;
}

.video-slide {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
    border-radius: 2px;
    width: 30rem;
    margin: 0 5px;
}

.video-slide:first-child {
    margin-left: 0;
}

.video-control {
    position: absolute;
    top: 55%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    margin-top: -20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 2;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.video-slider:hover .video-control {
    visibility: visible;
    opacity: 1;
}

.video-prev,
.video-next {
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 18px;
}

.video-prev {
    left: 5px;
}

.video-next {
    right: 5px;
}

.video-prev:active,
.video-next:active {
    transform: scale(0.8);
}

/* end of featured videos */

/* Other news section */
.other-news {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.top-news {
    margin-top: 12px;
    padding-bottom: 10px;
}

.top-news img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.top-news h4 {
    font-size: 21px;
    margin: 10px 0 15px 0;
    transition: all 0.3s;
    cursor: pointer;
}

.top-news h4:hover {
    color: #84c225;
}

.news-created {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-created p {
    font-size: 13px;
    color: #8a8a8a;
    margin-bottom: 0;
}

.other-subnews {
    border-top: 1px solid #cbcbcb;
    padding-top: 10px;
    border-bottom: none !important;
}

.other-subnews-heading {
    transition: all 0.3s;
}

.other-subnews-heading:hover {
    color: #84c225;
}

.more-stories {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
    color: #84c225;
    cursor: pointer;
}

.more-stories .bar {
    width: 30%;
    height: 0.6px;
    background-color: #84c225;
}

.most-popular-container {
    background-color: #222;
    color: #fff;
    padding-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.nav-tab-container {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
}

.nav-tab-container li a:hover {
    background-color: #84c225;
}

.nav-tab-container li,
li a {
    border: none !important;
}

.nav-tab-container a {
    color: #fff;
}

.nav-tab-container li {
    flex: 1;
}

.tab-last {
    margin-right: 0 !important;
}

.post-gallery {
    padding: 15px;
}

.inner-hover {
    display: flex;
    flex-direction: column;
}

.inner-hover .post-views {
    align-self: flex-end;
}

.image-post-title {
    margin-top: 5px;
}

.post-title p {
    margin-bottom: 5px;
}

.image-post-title a {
    color: #fff;
    font-size: 18px;
}

.post-views a {
    color: #fff;
    font-size: 12px;
    color: #eee;
}

.post-views {
    align-self: flex-end;
}

.post-views i {
    margin-right: 5px;
}

.popular-subnews {
    display: flex;
    padding: 15px;
    background-color: #292929;
}

.popular-subnews:not(:last-child) {
    margin: 10px 0;
}

.popular-subnews .img {
    width: 60%;
}

.popular-subnews a {
    width: 100%;
    object-fit: cover;
    margin-right: 1rem;
}

.post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 7px;
    width: 100%;
}

.post-content a {
    color: #fff;
}

/* end of other news section */

/********** Extra CSS *************/

.pt-0 {
    padding-top: 0px;
}

.score-circle {
    font-size: 5px !important;
    color: #b7b7b7 !important;
    margin: 0 5px;
    width: 3%;
}

.match-view-all {
    float: right;
    margin-right: 17px;
    margin-top: -24px;
    color: #84c225;
    font-size: 12px;
    text-decoration: underline;
}

.ls-box a > span:nth-child(3) {
    margin-top: 15px;
}

.point-table tr td {
    text-align: left;
}

.search-btn {
    float: right;
    background: black;
    color: white;
    border: 0px;
}

.search-section h5{
    padding-left: 0px !important;
}

/* Match Center Page Start */
.score-block{
    background:#1f1a17;
    padding:28px 34px;
    text-align:center;
    display: flex;
    flex-direction: column;
}

.scorecard-top {
    display: flex !important;
    align-items: center;
    margin: 15px;
}

.score-circle {
    font-size: 5px;
    color: #b7b7b7;
    margin: 0 5px;
    width: 3%;
}

.match-number, .match-date {
  --line-height: 1.4;
  --num-lines:1; /* 2 lines of text*/
  line-height:var(--line-height);
  display: block; /* Fallback for non-webkit */  
  width: 22%;
  height: calc(1em * var(--line-height) * var(--num-lines)); /*2 lines*/
  display: -webkit-box;
  -webkit-line-clamp: var(--num-lines);
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.match-date {
    width: 30% !important;
}

.match-place {
  --line-height: 1.4;
  --num-lines:1; /* 2 lines of text*/
  line-height:var(--line-height);
  display: block; /* Fallback for non-webkit */  
  max-width: 42%;
  height: calc(1em * var(--line-height) * var(--num-lines)); /*2 lines*/
  display: -webkit-box;
  -webkit-line-clamp: var(--num-lines);
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.match-result {
    margin-top: 15px;
    padding: 10px 15px;
    border-top: 1.86px solid #e1e1e1;
    color: #5e5e5e;
}


.sb-left,
.sb-right{
    display: flex;
    justify-content: space-between;
}

.sb-left span.teamname,
.sb-right span.teamname{
    font-size:35px;
    color:#fff;
    font-family: 'CircularStd-Bold';
    display:inline-block;
    vertical-align:middle;
    margin:0 0 0 15px;
}
.country-info{
    display: flex;
    align-items: center;
}

.country-info img {
    width: 42.8%;
    border-radius: 50%;
}

.sb-text{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sb-text h4{
    font-size:25px;
    color:#fff;
    font-family: 'CircularStd-Bold';
    line-height:30px;
}
.sb-text span{
    font-family: 'CircularStd-Book';
    font-size:18px;
    margin-left: 5px;
    color:#fff;
}
.sb-text h5{
    font-size:16px;
    color:#fff;
    font-family: 'CircularStd-Bold';
}
.sb-center{
    font-size:15px;
    font-family: 'CircularStd-Medium';
    color:#fff;
    margin:5px 0;
}

.sb-center span {
    background-color: #84c225;
    padding: 9px 7px;
    border-radius: 50%;
}

.match-center-content,
.mc-content-block{
    width:100%;
}
.mc-content-block .white-box{
    display:block;
    width:100%;
}
.top-score-block .container .row .mt-30{
    margin:0;
}
.advertise-banner{
    text-align:center;
}
.advertise-banner > img{
    margin:0 auto;
}
.top-tile-details{
    padding:40px 0;
}
.top-tile-details h3{
    color:#1f1a17;
}
.top-tile-details p{
    color:#5f5f5f;
    font-size:16px;
    font-family: 'CircularStd-Book';
}
.white-box.tab-menu ul{
    padding:0;
    border:0;
    text-align: center;
}
.white-box.tab-menu ul li{
    width:100%;
    margin:0;
    border-bottom:#e5e5e5 solid 1px;
}
.white-box.tab-menu ul li:last-child{
    border:0;
}
.white-box.tab-menu ul li a{
    -webkit-border-radius:0;
    border-radius:0;
    padding:16px 15px;
    font-size:14px;
    font-family: 'CircularStd-Bold';
    color:#1f1a17;
    margin:0;
    border:0;
    text-transform:uppercase;
}
.white-box.tab-menu ul li a:hover{
    background:none;
}
.white-box.tab-menu ul li.active a{
    background:#84c225;
    border:0;
    color:#fff;
}
.match-details ul li{
    list-style:none;
    margin:0 0 10px 0;
}
.match-details li span{
    font-size:14px;
    font-family: 'CircularStd-Black';
    color:#1f1a17;
    min-width:150px;
    float:left;
}
.match-details li p{
    font-size:14px;
    font-family: 'CircularStd-Book';
    color:#1f1a17;
    display:block;
    line-height:22px;
    overflow:hidden;
}

.match-details li .grey-text {
    color: #dc4153 !important;
}

.team-list h3,
.player-list h3{
    font-size:20px;
    font-family: 'CircularStd-Bold';
    color:#fff;
    background:#1f1a17;
    padding:19px 30px;
}
.player-list{
    float:left;
    width:100%;
    padding:0 0 30px 0;
}
.player-list ul.nav-tabs{
    padding:0;
    background:#1f1a17;
    border:0;
}
.player-list ul li{
    margin:0;
}
.player-list ul li.active a,
.player-list ul li a:hover{
    background:#84c225 !important;
    color:#fff !important;
}
.player-list ul li a{
    padding:20px 30px;
    color:#fff;
    border:0 !important;
    -webkit-border-radius:0 !important;
    border-radius:0 !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    font-size:16px;
    font-family: 'CircularStd-Bold';
    margin-right:1px;
    position:relative;
}
/*.player-list ul li.active a:after{
    content:'';
    position:absolute;
    background:#fff;
    width:100%;
    height:3px;
    left:0;
    bottom:0;
}*/
.player-list .tab-content{
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.team-list thead{
    background:#84c225;
}
.team-list thead th{
    color:#fff;
    font-size:16px;
    font-family: 'CircularStd-Black';
    text-transform:uppercase;
    border-bottom:1px solid #e5e5e5 !important;
}
.team-list tr th,
.team-list tr td{
    padding:20px 30px !important;
}
.team-list tbody tr td{
    font-size:16px;
    font-family: 'CircularStd-Medium';
    color:#1f1a17;
    border-color:#e5e5e5;
}
.full-team-details{
    padding:30px 0;
}
.capton-img img{
    display:inline-block;
}
.capton-img h6{
    font-size:15px;
    font-family: 'CircularStd-Book';
    color:#1f1a17;
    margin-top:18px;
}
.capton-img p{
    font-size:15px;
    font-family: 'CircularStd-Book';
    color:#5f5f5f;
}
.team-photo{
    width:25%;
    padding-top:50px;
    float:left;
}
.team-photo img{
    display:inline-block;
}
.team-photo h6{
    font-size:15px;
    font-family: 'CircularStd-Bold';
    color:#1f1a17;
    padding:15px 0 0 0;
}
.team-photo p{
    font-size:15px;
    font-family: 'CircularStd-Book';
    color:#5f5f5f;
}
.commentry-tab{
    width:100%;
}
.cm-number-list{
    background:#1f1a17;
    width:100%;
}
.cm-number-list .slick-arrow{
    background:#4c4845;
    border:0;
    font-size:30px;
    padding:15px 21px;
    cursor:pointer;
    color:#fff;
    position:absolute;
    z-index:1;
}
.cm-number-list .fa-angle-left.slick-arrow{
    left:0;
    top:0;
}
.cm-number-list .fa-angle-right.slick-arrow{
    right:0;
    top:0;
}
.cm-number-list .slick-slide{
    line-height:60px;
    text-align:center;
    font-size:22px;
    font-family: 'CircularStd-Book';
    color:#fff;
    cursor:pointer;
    z-index:0;
    border-right:solid 1px rgba(255,255,255,.2);
}
.cm-number-list .slick-slide.slick-active.slick-current,
.cm-number-list .slick-slide.slick-current{
    background:#84c225;
}
.mc-content-block .tab-content > .tab-pane{
    display: block;     /* undo display:none          */
    height: 0;          /* height:0 is also invisible */ 
    overflow-y: hidden; /* no-overflow                */
}
.mc-content-block .tab-content > .active{
    height: auto;       /* let the content decide it  */
}
.mc-content-block .tab-content{
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.06);
    box-shadow:0 0 10px rgba(0,0,0,.06);
}
.commentry-data{
    padding:30px;
}
.select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:#4c4845 solid 1px;
    background:#fff url(../images/select-arrow.png) no-repeat 90% center;
    min-width:200px;
    padding:8px 22px;
    font-size:16px;
    color:#1f1a17;
    font-family: 'CircularStd-Medium';
}
.all-link{
    border:#4c4845 solid 1px;
    background:#fff;
    padding:8px 22px;
    font-size:16px;
    color:#1f1a17;
    font-family: 'CircularStd-Medium';
}
.all-link:hover{
    background:#1f1a17;
    color:#fff;
}

.ls-box-commentary {
    border-bottom: none;
    margin-top: 10px;
}

.ls-box-commentary:hover {
    background-color: inherit;
}

.ls-box-commentary .score-teams{
    margin-left: 0;
    margin-right: 0;
}

.ls-box-commentary .match-result {
    margin: 0px;
    padding: 10px 0px;
    border-top: none;
    color: #dc4153;
}

.pom {
    color: #1f1a17 !important;
    display: block;
    margin-bottom: 5px;
}

.pom-name {
    color: #1f1a17 !important;
    font-size: 16px;
}

/*.ls-box-commentary .team-name img {
    width: 25px !important;
}*/

.ls-box a{
    padding: 16px 30px;
    display: block;
}

.ls-box-live a{
    padding: 16px 22px;
    display: block;
}

.ls-box-upcoming a{
    padding: 16px 22px;
    display: block;
}

.ls-box-completed a{
    padding: 16px 22px;
    display: block;
}

@media screen and (min-width: 300px) {
    .ls-box-commentary .team-name {
    font-size: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ls-box-commentary .run-over {
    font-size: 20px !important;
}

.ls-box-commentary span {
    font-weight: 600 !important;
}

.ls-box-commentary span:first-child {
    font-weight: 500 !important;
}

.ls-box-commentary .text-right {
    margin-top: 15px;
}

.ls-box-commentary .playing-currently {
    color: red;
    font-size: 10px !important;
    margin-left: 5px;
}
}

.stats {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.key-stats {
    width: 35%;
    margin-top: 10px;
    padding: 0 0 0 10px;
    border-radius: 2px;
    margin-left: 15px;
}

.key-stats h4 {
    padding: 7px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
    background-color: #4a4a4a;
}

.key-div {
    padding-top: 5px;
    font-size: 16px;
    font-weight: 600;
}

.key-div:not(:last-child) {
    border-bottom: .2px solid rgb(195, 195, 195);
    padding-bottom: 10px;
}

.key-div span {
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.player-name{
    padding:0;
}
.player-name ul{
    padding:20px;
    margin:0;
}

.player-name th, .bowler-name th {
    font-size: 16px;
}

.player-name tr td strong, .bowler-name tr td strong {
    font-size: 17px;
    color: #446ea9;
}

.player-name thead th:not(:first-child) {
    font-size: 14px;
}

.player-name tbody td {
    font-size: 17px;
}

.player-name ul li{
    list-style:none;
    width:100%;
    background:url(../images/player-icon.png) no-repeat;
    padding:9px 0 9px 60px;
    margin-bottom:10px;
}
.player-name ul li:last-child{
    margin-bottom:0;
}

.player-bowler-list {
    margin-top: 10px;
    width: 100%;
}

.player-bowler-list thead {
    background: transparent;
}

.bowler-name {
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.over-stats-part {
    margin-bottom: 25px;
}

.score-stats {
    display: flex;
}

.over-stats {
    text-align: center;
    flex: 0 0 15%;
    padding: 5px 0;
    background-color: #74C894;
    color: #fff;
    font-size: 17px;
}

.run-stats, .wicket-stats {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #CEECDA;
    padding: 5px 0px 5px 40px;
}

.wicket-stats {
    padding-left: 0;
}

.score-in-ball span, .wicket-stats div{
    padding: 0 2px;
    font-size: 15px;
}

.run-stats .runs, .wicket-stats span {
    font-size: 16px;
    font-weight: 600;
}

.players-stats {
    display: flex;
    background-color: #EFF6E4;
    padding: 5px 20px;
}

.player-stat {
    flex: 1 0 0;
    font-size: 16px;
}

.player-stat div span {
    font-weight: 600;
    font-size: 18px;
    margin-right: 1px;
}


.over-list{
    display:inline-block;
    width:100%;
}
.ol-block{
    width:100%;
    margin-bottom:20px;
}
.ol-block:last-child{
    margin:0;
}
.ol-block h4{
    font-size:16px;
    font-family: 'CircularStd-Black';
    color:#1f1a17;
    text-transform:uppercase;
    margin-bottom:15px;
}
.ol-block p{
    font-size:14px;
    color:#1f1a17;
    font-family: 'CircularStd-Book';
    width:85%;
    display:inline-block;
    vertical-align:middle;
}

.cm-wicket{
    width:40px;
    height:40px;
    background:#e10000;
    color:#fff;
    font-size:18px;
    font-family: 'CircularStd-Medium';
    display:inline-block;
    vertical-align:top;
    -webkit-border-radius:40px;
    border-radius:40px;
    margin:0 15px 0 0;
    text-align:center;
    line-height:40px;
}
.cm-runs{
    background:#1f1a17;
    width:40px;
    height:40px;
    color:#fff;
    font-size:18px;
    font-family: 'CircularStd-Medium';
    display:inline-block;
    vertical-align:top;
    -webkit-border-radius:40px;
    border-radius:40px;
    margin:0 15px 0 0;
    text-align:center;
    line-height:40px;
}
.cm-runs.cm-fours{
    background:#84c225;
}
.cm-runs.cm-six{
    background:#7a25c2;
}

.tab-match-center {
    display: flex;
}

.ls-content .team-name img{
    display:inline-block;
    vertical-align:middle;
    margin-right: 5px;
    margin-top:-3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.ls-content.text-right .team-name > img{
    margin-right: 5px !important;
    margin-left: 0px !important;
}

/* Score card team styles */

    .stats .ls-box-commentary {
        width: 65%;
    }

    .score-teams {
        display: flex;
        justify-content: center;
        margin: 15px;
        margin-top: 0;
    }

    .score-teams .ls-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .score-teams .run-over {
        margin-top: 0 !important;
    }

/* End of score card team styles */

/* Adding the slider */
.slider {
  width: 100%;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.slides {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  width: 10000px;
  padding: 10px 0;
}

.slides.shifting {
  transition: left .2s ease-out;
}

.slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s;
  border-radius: 2px;
  width: 325px;
  margin: 0 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.control {
  position: absolute;
  top: 50%;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.slider:hover .control {
    visibility: visible;
    opacity: 1;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0bbe79 !important;
}

.swiper-button-next {
  right: 2px !important;
}

.swiper-button-prev {
  left: 2px !important;
}

.slider:hover .control {
    visibility: visible;
    opacity: 1;
}

.videos-container:hover .control {
    visibility: visible;
    opacity: 1;
}

.swiper-button-prev-video2:after,
.swiper-button-next-video2:after {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0bbe79 !important;
}

.swiper-button-next-video2 {
  right: 2px !important;
}

.swiper-button-prev-video2 {
  left: 2px !important;
}

.swiper-button-prev2,
.swiper-button-next2 {
  position: absolute;
  top: 45% !important;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper {
    overflow: visible !important;
}

.swiper-button-prev2 {
  transform: translate(-40%, -50%) !important;
}
.swiper-button-next2 {
  transform: translate(40%, -50%) !important;
}

.swiper-button-prev2.swiper-button-disabled,
.swiper-button-next2.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev2:after,
.swiper-button-next2:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev2,
.swiper-rtl .swiper-button-next2 {
  left: 10px;
  right: auto;
}
.swiper-button-prev2:after,
.swiper-rtl .swiper-button-next2:after {
  content: 'prev';
}

.swiper-button-next2,
.swiper-rtl .swiper-button-prev2 {
  right: 10px;
  left: auto;
}
.swiper-button-next2:after,
.swiper-rtl .swiper-button-prev2:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}



.control:active{
  transform: scale(.9);
}

.dots i{display:inline-block; width:20px; height:20px; background:black;
display: none;}

.dots i.active {
  display:none;
  background:white;}


/* end of the slider */

/*** Responsive Media Queris Start ***/

@media (max-width: 1299px) {
    .container {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .news-box-details {
        min-height: 235px;
    }
}

@media (max-width: 1199px) {
    .center-column {
        margin: 0;
    }
    .ls-content .team-name {
        font-size: 16px;
    }
    .ls-content .run-over {
        font-size: 14px;
    }
    .ls-vs {
        width: 22px;
        height: 22px;
        line-height: 18px;
        font-size: 12px;
    }
    .news-box-details {
        min-height: 258px;
    }

    .ms-team {
        padding: 20px 15px;
    }
    .team1,
    .team2 {
        width: 37%;
    }
    .series-content {
        padding: 20px;
    }

    .stats-block ul li {
        padding: 15px;
    }
    .sb-runs {
        padding-right: 10px;
    }
    .cm-wicket,
    .cm-runs {
        margin: -20px 0 0 20px;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        width: 180px;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-nav > li {
        margin: 0 7px;
    }
    .navbar-nav > li > a {
        font-size: 13px;
    }
    .login-btn {
        margin: 18px 0;
    }

    .ml-wrapper .tab-content .col-md-3 {
        margin-bottom: 20px;
    }

    .news-box-details {
        min-height: 260px;
    }
    .news-block .row .col-md-4:nth-child(3),
    .news-block .row .col-md-4 {
        margin-top: 20px;
    }

    .footer-wrapper .row > .col-md-3,
    .series-content-block,
    .series-content .col-md-6:nth-child(2) {
        margin-top: 20px;
    }
    .series-content .col-md-6 {
        margin-top: 20px;
    }

    .news-post-full a img,
    .news-post-box img {
        width: 100%;
    }
    .news-post-details {
        bottom: 30px;
        left: 45px;
    }

    /* .match-center-column{
        margin-top:20px;
    } */
    .cm-wicket,
    .cm-runs {
        margin: -20px 0 0 20px;
    }
    .top-score-block .container .row .mt-30 {
        margin: 30px 0 0 0;
    }

    .player-left-column {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .player-profile-block.mt-30 {
        margin-top: 30px;
    }

    .news-section {
        flex-direction: column;
    }

    .main-news,
    .subnews-container {
        width: 100%;
    }

    .subnews-container {
        margin-top: 10px;
    }

    .subnews-img {
        width: 45%;
    }
}

@media (max-width: 767px) {
    h2,
    .gallery-section h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 20px;
    }
    .big-btn {
        min-width: 130px;
        font-size: 13px;
        padding: 8px 0;
    }
    #return-to-top {
        width: 40px;
        height: 40px;
    }
    #return-to-top i {
        left: 13px;
        top: 11px;
        font-size: 16px;
    }
    .spt {
        padding-top: 0px;
    }
    .spb {
        padding-bottom: 0px;
    }

    /*.navbar-header {
        width: 100%;
    }*/

    .navbar-brand {
        width: 170px;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        background: #1f1a17;
       /* position: relative;
        float: none;
        padding: 9px 10px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;*/
    }

    .navbar-collapse {
        max-width: 100%;
        border: 0;
        padding: 0;
    }
    .navbar-nav {
        display: block;
        margin: 0;
    }
    .navbar-nav li {
        margin: 0 0 8px 0;
        text-align: left;
    }
    .navbar-collapse .login-btn {
        width: 100%;
        float: left;
        text-align: left;
        margin: 0 0 20px 0;
    }

    .main-banner {
        min-height: inherit;
        background-position: center center;
    }
    .banner-text {
        margin: 50px 0;
    }
    .banner-text h2 {
        font-size: 23px;
        margin-bottom: 15px;
    }
    .banner-text h2 br,
    .banner-text p br {
        display: none;
    }

    .ml-wrapper .tab-content .col-md-3 {
        margin-bottom: 20px;
    }
    .ml-wrapper .tab-content .col-md-3:last-child {
        margin-bottom: 0;
    }
    .center-column {
        margin: 20px 0;
    }
    .news-block .news-title,
    .news-text {
        padding: 20px;
    }
    .white-box h5 {
        padding: 10px 20px;
    }
    .autor-date ul {
        margin-top: 4px;
        display: inline-block;
        float: none;
    }
    .autor-date ul li {
        margin-left: 0px !important;
    }
    .gallery-section {
        padding-bottom: 30px;
    }

    .footer-wrapper .row > .col-md-3 {
        margin-bottom: 30px;
    }
    .footer-col h4 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .footer-bottom {
        margin-top: 0;
    }
    .footer-bottom .copyright {
        width: 100%;
        text-align: start;
    }
    .footer-link {
        float: none;
        display: block;
        text-align: start;
    }
    .footer-link ul {
        margin: 0;
    }
    .footer-link ul li {
        display: inline-block;
        float: none;
        margin: 0 5px;
    }
    .footer-link ul li a {
        font-size: 12px;
    }

    .news-block .row .col-md-4:nth-child(2),
    .news-block .row .col-md-4:nth-child(3),
    .news-block .row .col-md-4 {
        margin-top: 20px;
    }
    .news-box-details {
        min-height: inherit;
    }
    .news-box-details {
        padding: 20px 15px 20px;
    }
    .news-details {
        padding: 15px;
    }

    .top-news img {
        height: 100%;
    }

    .top-tile-details {
        padding: 30px 0;
    }

    .series-content,
    .series-box {
        padding: 15px;
    }
    .series-box-text {
        width: 50%;
        margin-bottom: 15px;
    }
    .series-box a.black-btn {
        margin-top: 0;
    }
    .ms-team {
        padding: 15px;
    }
    .team1,
    .team2 {
        width: 34%;
    }
    .team1 span,
    .team2 span {
        font-size: 13px;
        margin-top: 5px;
    }
    .ms-date {
        font-size: 13px;
        padding: 5px 10px;
    }
    .news-post-details h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .pp-block {
        padding: 15px;
    }

    .footer-wrapper .row > .col-md-3 {
        margin-top: 0;
    }
    .cm-wicket,
    .cm-runs {
        margin: -20px 0 0 10px;
    }
    .cm-wicket,
    .cm-runs {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .match-view-all {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }

    .match-list-block {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 790px) {
    .news-post-info-container {
        flex-direction: column;
    }

    .news-post-info {
        width: 100%;
        margin-bottom: 15px;
    }

    .news-post-social {
        width: 100%;
    }

    .news-post-views {
        display: none;
    }

    .news-post-info .news-post-views {
        display: inline-block;
    }

    .news-post-socilicons span {
        display: none;
    }

    .news-post-social-list {
        padding: 8px 35px;
    }
}

@media screen and (max-width: 770px) {
    .player-bowler-list thead {
        border: none !important;
        background-color: transparent;
    }

    .mc-content-block {
        margin-top: 15px;
    }

    .other-news {
        margin-top: 0 !important;
    }

    .main-heading-news {
        width: 100% !important;
    }

   /* .navbar-header {
        display: flex;
        justify-content: space-between;
    }

    .navbar-header::after,
    .navbar-header::before {
        display: none !important;
        content: none !important;
    }
*/
    .footer-content {
        flex-wrap: wrap;
    }

    .footer-content:not(:last-child) {
        margin-right: 0;
    }

    .footer-list {
        width: 30%;
        margin-right: 12px;
    }

    .socialicons .footer-list {
        width: 100%;
    }

    .footer-item a {
        font-size: 14px;
    }

    .control,
    .video-control {
        visibility: visible;
        opacity: 1;
    }

    /*.navbar-inverse {
        height: auto;
        padding: 10px;
    }*/

    .nav-container {
        flex-direction: column;
        height: auto;
        align-items: flex-start;
    }

    .navbar-collapse {
        margin: 15px 0 0 0 !important;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #000000 !important;
    }

    .navbar-nav .nav-list-link:hover:after {
        width: 0%;
        left: 0;
    }
}

@media screen and (min-width: 770px) {
    .dropdown:hover .dropdown-menu {
        display: block !important;
        opacity: 1;
    }
}

@media screen and (max-width: 760px) {
    .title-container,
    .news-post-info-container,
    .news-post-article-container,
    .news-post-tags-container {
        padding: 0 0 0 0px;
    }

    .news-post-title {
        font-size: 25px;
    }

    .news-post-subtitle {
        font-size: 14px;
    }

    .news-details-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (max-width: 700px) {
    .tab-match-center {
        display: flex !important;
        flex-wrap: wrap;
    }

    .tab-match-center li {
/*        flex: 0 0 50% !important;*/
    }

    .run-stats,
    .wicket-stats {
        padding: 5px 0px 5px 10px !important;
    }

    .players-stats {
        padding: 5px 10px;
    }

    .news-post-banner img {
        width: 100%;
    }
}

@media (max-width: 570px) {
    .more-videos {
        margin-top: 5px;
        align-self: flex-end;
    }

    .ml-wrapper .nav-tabs > li {
        width: 100%;
        margin: 0;
    }

    .search-right input[type="search"]:focus {
        width: 110px;
    }
    .series-box-text {
        width: 100%;
    }
    .white-box.tab-menu ul li a {
        padding: 10px;
        font-size: 12px;
    }

    .stats-block ul li {
        padding: 10px;
    }
    .sb-img-text {
        padding: 0 0 0 10px;
    }
    .sb-img img {
        width: 40px;
    }
    .sb-runs {
        padding-right: 5px;
        font-size: 13px;
    }
    .sb-sr {
        font-size: 13px;
    }
    .sb-img-text h4 {
        font-size: 13px;
    }
    .news-post-details h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .news-post-details span,
    .news-post-details h4 {
        font-size: 15px;
    }
    .news-post-details {
        bottom: 10px;
        left: 25px;
    }

    .cm-number-list .slick-arrow {
        padding: 15px 17px;
    }
    .sb-center {
        margin: 20px 0;
        display: block;
    }
    .sb-left span.teamname,
    .sb-right span.teamname {
        font-size: 30px;
    }
    .sb-left img,
    .sb-right img {
        width: 45px;
    }
    .sb-text {
        text-align: center;
        padding: 10px 0 0 0;
    }
    .sb-right {
        text-align: center;
    }
    .select {
        min-width: 120px;
        padding: 8px 10px;
    }
    .commentry-data {
        padding: 15px;
    }
    .player-name ul li {
        padding: 9px 0 9px 50px;
    }
    .cm-wicket,
    .cm-runs {
        margin: 0px 10px 0 0;
    }

    .match-details li {
        margin-bottom: 15px;
    }
    .match-details li span,
    .match-details li p {
        width: 100%;
    }
    .white-box ul {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .match-center-column .white-box ul:last-child {
        margin: 0;
    }
    .player-list ul li a {
        padding: 12px 20px;
        font-size: 14px;
    }
    .team-photo {
        width: 50%;
    }

    .socialicons .footer-list {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .socialicons a {
        font-size: 18px;
    }

    .app-download li {
        margin-top: 10px;
    }

    .main-heading-news:last-child {
        width: 50%;
    }

    /* .nav-tab-container li a {
        font-size: 15px !important;
    } */

    .section-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-heading .main-heading {
        width: 100%;
        margin-bottom: 5px;
    }

    .footer-link ul li:first-child {
        margin-left: 0 !important;
    }

    .news-post-social-list,
    .news-social-bottom ul li {
        padding: 8px 20px;
    }

    .news-post-article p {
        font-size: 16px;
    }

    .news-post-views {
        font-size: 16px;
    }
}

@media screen and (max-width: 550px) {
    .news-sidebar {
        margin-top: 20px !important;
    }

    .stats {
        flex-direction: column;
    }

    .key-stats {
        margin: 10px 0 10px 0;
        padding: 0;
        width: 100%;
    }

    .stats .ls-box-commentary {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .ol-block p {
        width: 83%;
    }

    .navbar-nav {
        width: 297px !important;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        font-size: 12px;
    }
}

@media (max-width: 450px) {
    .col-md-8-match-center {
        padding: 0 !important;
    }

    .white-box.tab-menu ul li a {
        font-size: 12px;
    }

    .match-info .match-details {
        width: 100%;
    }

    .match-info {
        padding: 0 15px !important;
    }

    .news-sidebar {
        padding: 0 !important;
    }
}

@media (max-width: 390px) {
    .subnews-img {
        width: 40%;
        object-fit: cover;
    }

    .footer-list {
        width: 40%;
        margin-right: 25px;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        font-size: 16px;
    }

    .nav-tabs {
        flex-wrap: wrap;
    }

    .nav-tabs > li {
        flex: 1 0 55%;
        text-align: center;
    }

    .nav-tabs > li > a {
        margin-right: 0;
    }

    .subnews-heading {
        margin-bottom: 13px;
    }

    .player-stat {
        font-size: 13px;
    }

    .player-stat div span {
        font-size: 15px;
    }

    .news-post-social-list,
    .news-social-bottom ul li {
        padding: 7px 16px;
        font-size: 15px;
    }

    .news-post-tag a {
        padding: 3px 7px;
        font-size: 10px;
    }

    .match-view-all {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }
}

@media only screen and (max-width: 990px) {
    .news-sidebar {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 50px;
    }

    .main-heading-news {
        width: 40%;
    }
}

@media screen and (max-width: 850px) {
    .footer-list-heading {
        font-size: 13px;
    }

    .socialicons {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .socialicons ul {
        width: 80%;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .socialicons ul h4 {
        font-size: 15px;
    }
}

@media (min-width: 18.75em) {
    #tns1-iw {
        margin: 0px !important;
    }
}

/*** Responsive Media Queris End ***/