/*** football styles **/
/**** added 19-07-2017 **/
span.os-team1 {
  background: #740f42;
}

span.os-team2 {
  background: #231f1d;
}

span.os-team3 {
  background: #0a372c;
}

span.os-team4 {
  background: #bf5416;
}

span.os-team5 {
  background: #af9113;
}

span.os-team6 {
  background: #2a2c5b;
}

span.os-team7 {
  background: #271b1a;
}

span.os-team8 {
  background: #9e1135;
}

span.os-team9 {
  background: #179890;
}

span.os-team10 {
  background: #1247c9;
}

span.os-team11 {
  background: #008fdf;
}

span.os-team12 {
  background: #06254b;
}

span.os-team13 {
  background: #53390d;
}

span.os-team14 {
  background: #256476;
}

span.os-team15 {
  background: #da3477;
}

span.os-team16 {
  background: #bc6c16;
}

span.os-team17 {
  background: #295535;
}

span.os-team18 {
  background: #c43d3e;
}

span.os-team19 {
  background: #ff602a;
}

span.os-team20 {
  background: #252f32;
}

.os-football-slider ul li .os-c-top-slider-c-b-team {
  position: relative;
  width: 150px;
}
.os-football-slider ul li .os-c-top-slider-c-b-team span {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.os-football-slider ul li .os-score span {
  font-weight: bold;
  font-size: 14px;
}

.os-football-fr .os-sports-fr-b ul {
  padding: 0;
}
.os-football-fr .os-sports-fr-b ul li {
  padding: 0;
}
.os-football-fr .os-sports-fr-b ul li > div {
  padding: 10px 0;
}
.os-football-fr .os-sports-fr-b ul li .os-sports-fr-date {
  background: #dcdcdc;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
}
.os-football-fr .os-sports-fr-b ul li .os-sports-fr-b-team {
  padding: 8px 10px;
  position: relative;
}
.os-football-fr .os-sports-fr-b ul li .os-sports-fr-b-team-b {
  padding-left: 35px;
  width: 130px;
}
.os-football-fr .os-sports-fr-b ul li .os-sports-fr-b-team-b span {
  position: absolute;
  top: -6px;
  left: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  line-height: 28px;
  text-align: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.os-football-fr .os-sports-fr-b ul li h2, .os-football-fr .os-sports-fr-b ul li .os-sports-fr-b-status {
  padding: 3px 10px;
}

.os-choose-league {
  position: relative;
}
.os-choose-league span {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ee4545;
  background: #ffffff url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/select-dropdown.png) no-repeat 95% center;
  border-bottom: solid thin #999999;
  cursor: pointer;
}
.os-choose-league ul {
  position: absolute;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 100px;
  background: #ffffff;
  transition: all cubic-bezier(0.82, 0.24, 0.18, 0.68) 0.5s;
  -webkit-transition: all cubic-bezier(0.82, 0.24, 0.18, 0.68) 0.5s;
  -moz-transition: all cubic-bezier(0.82, 0.24, 0.18, 0.68) 0.5s;
  -o-transition: all cubic-bezier(0.82, 0.24, 0.18, 0.68) 0.5s;
  padding: 5px 0;
}
.os-choose-league ul li {
  width: 100%;
  border-bottom: none !important;
}
.os-choose-league ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  text-align: left;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 10px;
  background: #ffffff;
  text-decoration: none;
  transition: all cubic-bezier(0.82, 0.24, 0.18, 0.68) 0.5s;
  -webkit-transition: all cubic-bezier(0.82, 0.24, 0.18, 0.68) 0.5s;
  -moz-transition: all cubic-bezier(0.82, 0.24, 0.18, 0.68) 0.5s;
  -o-transition: all cubic-bezier(0.82, 0.24, 0.18, 0.68) 0.5s;
}
.os-choose-league ul li a:hover {
  background: #dcdcdc;
}
.os-choose-league ul.show {
  left: 0;
  opacity: 1;
  top: 33px;
  visibility: visible;
}

.os-c-transfers .os-c-fmain .os-c-fmain-article ul li {
  margin-bottom: 30px;
}
.os-c-transfers .os-c-fmain .os-c-fmain-article ul li:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 20px;
}

.os-latest-deals .os-choose-league ul.show {
  top: 34px;
}
.os-latest-deals .os-choose-league ul li {
  background: #ffffff;
}
.os-latest-deals-head {
  margin-bottom: 10px;
}
.os-latest-deals-block {
  border: solid thin #999999;
}
.os-latest-deals-block ul li {
  background: #f0f1f2;
}
.os-latest-deals-block ul li > div {
  padding: 5px;
}
.os-latest-deals-block ul li:nth-child(2n) {
  background: #ffffff;
}
.os-latest-deals-block ul li .deals-date {
  color: #838383;
  font-size: 14px;
}
.os-latest-deals-block ul li .deals-playername {
  color: #333333;
  padding: 5px 0;
  padding-left: 35px;
  font-weight: bold;
  background: url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/football-icon-small.png) no-repeat 5px 7px;
  position: relative;
}
.os-latest-deals-block ul li .deals-playername .deals-player-pos {
  color: #838383;
  font-size: 14px;
  font-weight: normal;
}
.os-latest-deals-block ul li .deals-playername .deals-price {
  background: url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/latest-deals.png) no-repeat 12px;
  width: 78px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.os-latest-deals-block ul li .deals-playername .deals-team {
  padding: 10px 0 5px;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}

.os-c-leagues-block {
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
.os-c-leagues-block-b {
  visibility: hidden;
  opacity: 0;
  position: relative;
  left: 30px;
  right: 0;
}
.os-c-leagues-block-b.active {
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 30px;
  position: absolute;
  transition: all cubic-bezier(0.82, 0.24, 0.18, 0.68) 0.2s;
  -webkit-transition: all cubic-bezier(0.82, 0.24, 0.18, 0.68) 0.2s;
  -moz-transition: all cubic-bezier(0.82, 0.24, 0.18, 0.68) 0.2s;
  -o-transition: all cubic-bezier(0.82, 0.24, 0.18, 0.68) 0.2s;
}

/*** leagues points block **/
.os-leagues-points {
  padding: 10px 0;
}
.os-leagues-points-head {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.os-leagues-points-block {
  border: solid thin #999999;
}
.os-leagues-points-block table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.os-leagues-points-block table tr {
  background: #ffffff;
}
.os-leagues-points-block table tr th {
  background: #38003c;
  color: #ffffff;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: bold;
}
.os-leagues-points-block table tr td {
  padding: 12px 10px;
}
.os-leagues-points-block table tr:nth-child(2n) {
  background: #f0f1f2;
}

.os-leagues-heros ul {
  margin: 10px 0;
}
.os-leagues-heros ul li {
  float: left;
  width: 50%;
  text-align: center;
}
.os-leagues-heros ul li:last-child {
  margin-right: 0;
}
.os-leagues-heros ul li .os-best-heros {
  padding: 0 5px;
}
.os-leagues-heros ul li .os-best-heros .os-best-hero-name {
  font-size: 16px;
  font-weight: normal;
}
.os-leagues-heros ul li .os-best-heros a.os-best-heros-other-name {
  padding: 20px 0 10px;
  text-align: center;
}
.os-leagues-heros ul li .os-best-heros a.os-best-heros-other-name span {
  top: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/** added 24-7-2017 **/
.os-leagues .os-c-leagues {
  padding-top: 10px;
}

/**** fixtures block **/
.os-football-head {
  font-size: 16px;
  padding: 5px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.os-football-fixtures .os-football-fixtures-c {
  padding: 10px 0;
  font-size: 14px;
}
.os-football-fixtures .os-football-fixtures-c ul {
  border: solid thin #d9d9d9;
  background: #ffffff;
}
.os-football-fixtures .os-football-fixtures-c ul li {
  padding: 10px 0;
  border-bottom: solid thin #d9d9d9;
}
.os-football-fixtures .os-football-fixtures-c ul li .os-football-team-c {
  padding: 10px 0;
}
.os-football-fixtures .os-football-fixtures-c ul li .os-football-starttime {
  float: left;
  width: 20%;
  padding: 0 !important;
  text-align: center;
  margin: 2px 0 0;
}
.os-football-fixtures .os-football-fixtures-c ul li:last-child {
  border-bottom: none;
}
.os-football-fixtures .os-football-fixtures-c ul li.os-football-fixtures-date {
  padding: 5px 10px;
  font-weight: 600;
  background: #f0f1f2 !important;
}
.os-football-fixtures .os-football-fixtures-c ul li .os-football-team {
  width: 38%;
  font-weight: 600;
  color: #666;
  float: left;
}
.os-football-fixtures .os-football-fixtures-c ul li .os-football-team.team1 {
  text-align: right;
}
.os-football-fixtures .os-football-fixtures-c ul li .os-football-team.team2 {
  text-align: left;
}
.os-football-fixtures .os-football-fixtures-c ul li .os-football-team span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #5a005b;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 9px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}
.os-football-fixtures .os-football-fixtures-c ul li .os-football-starttime, .os-football-fixtures .os-football-fixtures-c ul li .os-football-venue {
  color: #333333;
  padding: 2px 5px;
 
}
.os-football-fixtures .os-football-fixtures-c ul li .os-football-goalresult {
  font-size: 13px;
  font-weight: bold;
  background: #5a005b;
  color: #ffffff;
  float: left;
  width: 22%;
  text-align: center;
  margin: 2px 2px 0 2px;
  position: relative; 
}
.os-football-goalresult span {
    background: none;
    color: #238226;
    position: absolute;
    font-size: 13px;
    width: 100px;
    top: 30px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} 
.os-football-fixtures .os-football-fixtures-c ul li .os-football-league {
  padding: 2px 5px;
}
.os-football-fixtures .os-football-fixtures-c ul li .os-football-league a {
  color: #000000;
}
.os-football-fixtures .os-football-fixtures-c ul li:nth-child(2n-1) {
  background: #fbfbfb;
}

/*** fixtures filter block **/
.clear-date {
  position: absolute !important;
  border: none !important;
  width: 31px;
  height: 31px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 99;
}
.clear-date:before, .clear-date:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 12px;
  background: #999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}
.clear-date:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.clear-date:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.os-football-filters {
  padding: 5px 0 0;
}
.os-football-filters-block {
  float: left;
  position: relative;
  width: 49%;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
}
.os-football-filters-block select, .os-football-filters-block input[type="text"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.os-football-filters-block input[type="text"] {
  opacity: 1;
  padding: 0 2.5%;
  border: solid thin #cbcbcb;
  box-sizing: content-box;
  cursor: pointer;
  font-size: 14px;
  width: 95%;
}
.os-football-filters-block span {
   display: block;
    padding: 0 10px;
    border: solid thin #cbcbcb;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.os-football-filters-block span:before {
  content: "";
  position: absolute;
  border-left: solid 2px #909091;
  border-bottom: solid 2px #909091;
  width: 7px;
  height: 7px;
  right: 10px;
  top: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.os-football-filters-block:last-child {
  margin-right: 0;
}

.os-ad {
    margin-bottom: 20px;
}

/*** load more **/
.os-load-more {
  background: #800082;
  display: block;
  color: #ffffff;
  padding: 7px 10px;
  width: 200px;
  margin: 10px auto;
  text-align: center;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.os-load-more:hover {
  background: #5a005b;
}

/*** club team **/
.os-team-club .os-team-club-img {
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  text-align: center;
  background: #c10101;
  border: solid 10px #dcdcdc;
  margin: 0 10px 10px 0;
  border-radius: 50%;
  box-shadow: 2px 8px 7px -3px #000000;
}
.os-team-club .os-team-club-img a {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
.os-team-club .os-team-club-desc p {
  padding-bottom: 10px;
  font-size: 14px;
}
.os-team-club .os-team-club-desc .os-more {
  padding: 10px 0;
}

/*** player profile **/
.os-football-player-profile .os-profile .os-profile-stats table tr th {
  background: #e5e7e9;
  color: #000000;
}

.os-profile {
  padding-bottom: 10px;
}
.os-profile-top {
  border: solid thin #d9d9d9;
}
.os-profile .os-profile-img {
  max-width: 320px;
  margin: auto;
}
.os-profile .os-profile-img img {
  display: block;
  max-width: 100%;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 1px 1px 5px -2px #000;
  margin: auto;
}
.os-profile .os-profile-details {
  padding: 10px 0 0;
}
.os-profile .os-profile-details .os-profile-name {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px 10px;
  text-align: center;
}
.os-profile .os-profile-details ul {
  padding: 0 10px;
}
.os-profile .os-profile-details ul li {
  font-size: 14px;
  padding-bottom: 7px;
}
.os-profile .os-profile-stats {
  padding: 10px 0;
}
.os-profile .os-profile-stats-head {
  background: #280028;
  padding: 4px 10px;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.os-profile .os-profile-stats table {
  width: 100%;
  border-collapse: collapse;
  border: solid thin #d9d9d9;
  font-size: 14px;
}
.os-profile .os-profile-stats table tr th {
  background: #280028;
  padding: 5px 10px;
  color: #ffffff;
  border-bottom: solid thin #d9d9d9;
}
.os-profile .os-profile-stats table tr td {
  text-align: center;
  padding: 5px 10px;
  border-bottom: solid thin #d9d9d9;
}
.os-profile .os-profile-stats table tr:nth-child(2n-1) {
  background: #dddedf;
}
.os-profile .os-profile-stats table tr .os-football-teamname {
  width: 80px;
}

.os-football-other-players {
  padding: 10px 0 0;
}
.os-football-other-players .os-football-head {
  padding: 5px 0 10px;
}
.os-football-other-players ul li {
  position: relative;
  width: 48%;
  float: left;
  margin: auto;
  margin-bottom: 20px;
  margin-right: 4%;
}
.os-football-other-players ul li a {
  color: #ffffff;
  font-size: 24px;
  display: block;
  border: solid thin #e6e5e5;
}
.os-football-other-players ul li a .other-player-img img {
  display: block;
  width: 100%;
}
.os-football-other-players ul li a .other-player-name {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(75, 7, 83, 0.1);
  background: -moz-linear-gradient(top, rgba(75, 7, 83, 0) 0%, #4b0753 71%, #4b0753 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(75, 7, 83, 0)), color-stop(71%, #4b0753), color-stop(100%, #4b0753));
  background: -webkit-linear-gradient(top, rgba(75, 7, 83, 0) 0%, #4b0753 71%, #4b0753 100%);
  background: -o-linear-gradient(top, rgba(75, 7, 83, 0) 0%, #4b0753 71%, #4b0753 100%);
  background: -ms-linear-gradient(top, rgba(75, 7, 83, 0) 0%, #4b0753 71%, #4b0753 100%);
  background: linear-gradient(to bottom, rgba(75, 7, 83, 0) 0%, #4b0753 71%, #4b0753 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b0753', endColorstr='#4b0753', GradientType=0 );
}
.os-football-other-players ul li a .other-player-name span {
  display: block;
  font-size: 14px;
  color: #fcff00;
}
.os-football-other-players ul li:nth-child(2n) {
  margin-right: 0;
}

.os-form {
  text-align: left;
  width: 75px;
}
.os-form span {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: #000000;
  border-radius: 50%;
  margin: 0 1px;
}
.os-form span.os-win {
  background: #13b603;
}
.os-form span.os-lost {
  background: #d6033a;
}
.os-form span.os-np {
  background: #c2c2c2;
}

.os-football-pointstable-c,
.os-football-transfers-c {
  overflow-x: auto;
}

.os-football-table {
  width: 100%;
  border-collapse: collapse;
  border: solid thin #d9d9d9;
  font-size: 13px;
}
.os-football-table tr th {
  padding: 7px 5px;
  border-bottom: solid thin #d9d9d9;
  background: #f0f1f2;
}
.os-football-table tr td {
  text-align: center;
  padding: 7px 5px;
  border-bottom: solid thin #d9d9d9;
}
.os-football-table tr td.os-teamname strong {
  width: 120px;
  display: block;
}
.os-football-table tr td:nth-child(1) div {
  width: 40px;
}
.os-football-table tr td:nth-child(2) div {
  width: 160px;
}
.os-football-table tr td:nth-child(3) div {
  width: 120px;
}
.os-football-table tr td:nth-child(5) div {
  width: 120px;
}
.os-football-table tr td:nth-child(6) strong {
  display: block;
  width: 80px;
}
.os-football-table tr:nth-child(2n-1) {
  background: #fbfbfb;
}

/*** ediited 10-08-2017 **/
/**** football league match center **/
.os-football-matchcenter {
  padding: 10px 0 0;
}
.os-football-matchcenter .os-c-ln-main-lt {
  padding-bottom: 0;
}
.os-football-matchcenter .os-matchresult-sc {
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  background: url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/football-banner.png) center no-repeat;
  background-size: cover;
}
.os-football-matchcenter .os-matchresult-sc-head {
  padding: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
}
.os-football-matchcenter .os-matchresult-sc span {
  font-size: 14px;
  color: #f1f1f1;
}
.os-football-matchcenter .os-matchresult-team {
  padding: 10px 0;
  position: relative;
}
.os-football-matchcenter .os-matchresult-team > div {
  width: 50%;
}
.os-football-matchcenter .os-matchresult-team-block {
  line-height: 40px;
  height: 40px;
  color: #ffffff;
  background: #5a005b;
  margin: 0 5px;
  position: relative;
}
.os-football-matchcenter .os-matchresult-team-block .os-matchresult-img {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  display: block;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.os-football-matchcenter .os-matchresult-team-block .os-matchresult-teamname {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  width: 55px;
}
.os-football-matchcenter .os-matchresult-team-block .os-matchresult-teamgoals {
  font-weight: bold;
  font-size: 16px;
  padding: 0 5px;
}
.os-football-matchcenter .os-matchresult-team-block:before {
  content: "";
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  top: 0;
  position: absolute;
}
.os-football-matchcenter .os-matchresult-team-block.team1 {
  border-radius: 35px 0 0 35px;
  padding-left: 55px;
  margin-right: 25px;
}
.os-football-matchcenter .os-matchresult-team-block.team1 .os-matchresult-img {
  left: 20px;
}
.os-football-matchcenter .os-matchresult-team-block.team1:before {
  border-left: solid 25px #5a005b;
  right: -25px;
}
.os-football-matchcenter .os-matchresult-team-block.team1 .os-matchresult-teamgoals {
  position: absolute;
  right: 0px;
}
.os-football-matchcenter .os-matchresult-team-block.team2 {
  border-radius: 0 35px 35px 0;
  padding-right: 55px;
  margin-left: 25px;
}
.os-football-matchcenter .os-matchresult-team-block.team2 .os-matchresult-img {
  right: 20px;
}
.os-football-matchcenter .os-matchresult-team-block.team2:before {
  border-right: solid 25px #5a005b;
  left: -25px;
}
.os-football-matchcenter .os-matchresult-team-block.team2 .os-matchresult-teamgoals {
  position: absolute;
  left: 0px;
}
.os-football-matchcenter .os-matchresult-team span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
}
.os-football-matchcenter .os-matchresult-highlights-h {
  font-size: 14px;
  text-transform: uppercase;
}
.os-football-matchcenter .os-matchresult-highlights-b {
  margin: 10px 0;
  position: relative;
}
.os-football-matchcenter .os-matchresult-highlights-b > div {
  width: 50%;
}
.os-football-matchcenter .os-matchresult-highlights-b ul {
  padding: 0 10px;
}
.os-football-matchcenter .os-matchresult-highlights-b ul li {
  font-size: 13px;
  position: relative;
  padding: 2px 0;
}
.os-football-matchcenter .os-matchresult-highlights-b .os-lt {
  text-align: right;
}
.os-football-matchcenter .os-matchresult-highlights-b .os-rt {
  text-align: left;
}
.os-football-matchcenter .os-matchresult-highlights-b:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-right: dashed thin #cccccc;
  left: 0;
  right: 0;
  margin: auto;
}
.os-football-matchcenter .os-football-tabs {
  padding: 2px 0 10px;
}
.os-football-matchcenter .os-football-tabs ul {
  background: #dcdcdc;
}
.os-football-matchcenter .os-football-tabs ul li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.os-football-matchcenter .os-football-tabs ul li a {
  padding: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #010000;
  display: block;
  font-weight: 600;
}
.os-football-matchcenter .os-football-tabs ul li a.active {
  background: #ffffff;
}

.os-matchresult-block {
  padding: 5px 0;
  background: #ffffff;
}
.os-matchresult-block-teams {
  position: relative;
}
.os-matchresult-block-teams > div {
  width: 50%;
}
.os-matchresult-block-teams .os-team-wrapper {
  padding: 0 10px;
  color: #4c4c4c;
}
.os-matchresult-block-teams .os-team-wrapper .os-teamname {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.os-matchresult-block-teams .os-team-wrapper .os-teamposition {
  font-size: 13px;
}
.os-matchresult-block-teams .os-team-wrapper .os-teamposition strong {
  display: inline-block;
}
.os-matchresult-block-teams .os-lt {
  text-align: right;
}
.os-matchresult-block-teams .os-lt .os-team-wrapper {
  padding-right: 30px;
}
.os-matchresult-block-teams .os-rt {
  text-align: left;
}
.os-matchresult-block-teams .os-rt .os-team-wrapper {
  padding-left: 30px;
}

.os-matchresult-block-live {
  position: relative;
}
.os-matchresult-block-live:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-right: dashed thin #cccccc;
  left: 0;
  right: 0;
  margin: auto;
}
.os-matchresult-block-live ul li {
  position: relative;
  padding: 10px 0 0;
  font-size: 14px;
}
.os-matchresult-block-live ul li > div {
  width: 50%;
}
.os-matchresult-block-live ul li > div .os-matchresult-desc div {
  position: relative;
  white-space: initial;
}
.os-matchresult-block-live ul li .os-team1 {
  text-align: right;
  float: left;
}
.os-matchresult-block-live ul li .os-team1 .os-matchresult-desc > div {
  padding: 0 35px 0 0;
}
.os-matchresult-block-live ul li .os-team2 {
  text-align: left;
  float: right;
}
.os-matchresult-block-live ul li .os-team2 .os-matchresult-desc > div {
  padding: 0 0 0 35px;
}
.os-matchresult-block-live ul li .os-matchresult-time {
  width: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
}
.os-matchresult-block-live ul li .os-matchresult-time.first {
  top: 0px;
}

.os-res-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 1px;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  right: 14px;
  margin: auto;
}
.os-res-icon.os-res-football-icon {
  background: url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/res-football-icon-grey.svg) no-repeat center;
  background-size: cover;
}
.os-res-icon.os-res-football-yellow {
  background: url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/res-football-yellow.png) no-repeat center;
}
.os-res-icon.os-res-football-red {
  background: url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/res-football-red.png) no-repeat center;
}
.os-res-icon.os-res-football-swap-red {
    width: 0;
    height: 0;
    border-top: solid 8px #ff002a;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;

}
.os-res-icon.os-res-football-swap-green {
  width: 0;
    height: 0;
    border-bottom: solid 8px #15bf04;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;

}
.os-res-icon.os-res-football-icon-grey {
  background: url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/res-football-icon-grey.svg) no-repeat center;
  background-size: cover;
}
.os-res-icon.os-res-football-whistle {
  background: url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/res-football-whistle.png) no-repeat center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  z-index: 9;
}
.os-res-icon.os-res-football-whistle-white {
  background: #bb4040 url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/res-football-whistle-white.png) no-repeat center;
}
.os-res-icon.os-res-football-swap-green-white {
  background: #0d5316 url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/res-football-swap-white.png) no-repeat center;
}
.os-res-icon.os-res-football-swap-red-white {
  background: #ff0030 url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/res-football-swap-white.png) no-repeat center;
}
.os-res-icon.os-res-football-goal {
  background: #5a005b url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/res-football-icon.png) no-repeat center;
}
.os-res-icon.os-res-football-red-flag {
  background: #ff0030 url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/res-football-flag.png) no-repeat center;
}
.os-res-icon.os-res-football-green-flag {
  background: #0d5316 url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/res-football-flag.png) no-repeat center;
}
.os-res-icon.os-res-football-yellow-flag {
  background: #fdc30a url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/res-football-flag.png) no-repeat center;
}
.os-res-icon.os-res-football-commentary {
	background: #ccc url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/comments.png) no-repeat center;
}
.os-res-icon.os-res-football-swap {
	background: #ddd url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/swap.png) no-repeat center;
}

/*** line up position **/
.os-matchresult-lineup-pos {
  margin: 10px 0;
}
.os-matchresult-lineup-pos img {
  width: 100%;
}

.os-matchresult-squad {
  position: relative;
}
.os-matchresult-squad:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-right: dashed thin #cccccc;
  left: 0;
  right: 0;
  margin: auto;
}
.os-matchresult-squad-block {
  padding: 2px 0 10px;
  width: 50%;
}
.os-matchresult-squad-block.team1 {
  text-align: right;
}
.os-matchresult-squad-block.team1 .os-playerno {
  right: -30px;
}
.os-matchresult-squad-block.team1 ul {
  padding-right: 40px;
}
.os-matchresult-squad-block.team2 {
  text-align: left;
}
.os-matchresult-squad-block.team2 .os-playerno {
  left: -30px;
}
.os-matchresult-squad-block.team2 ul {
  padding-left: 40px;
}
.os-matchresult-squad-block ul li {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0 0;
}
.os-matchresult-squad-block ul li span {
  color: #5b5b5b;
  display: block;
  font-size: 12px;
}
.os-matchresult-squad-block ul li .os-playerno {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto;
  font-size: 18px;
  font-weight: normal;
}

.os-matchresult-squad-sub .os-matchresult-squad-head {
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}
.os-matchresult-squad-sub .os-matchresult-squad-block {
  border-top: solid thin #c5c5c5;
}

/** commnetary **/
.os-matchresult-commentary .os-matchresult-head {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.os-matchresult-commentary p {
  padding: 0 0 10px;
  color: #000000;
  font-size: 15px;
}
.os-matchresult-commentary-block {
  margin: 10px 0 0;
  border-top: solid thin #cacaca;
  padding: 10px 0 0;
}
.os-matchresult-commentary-block ul li {
  padding: 10px 0 0;
}
.os-matchresult-commentary-block ul li > div {
  font-size: 15px;
  white-space: initial;
}
.os-matchresult-commentary-block ul li > div.os-commentary-time {
  float: left;
  font-weight: bold;
  width: 30px;
  padding: 5px 0;
}
.os-matchresult-commentary-block ul li > div.os-commentary-result {
  float: left;
  width: 40px;
}
.os-matchresult-commentary-block ul li > div.os-commentary-result span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #ffffff;
}
.os-matchresult-commentary-block ul li > div.os-commentary-desc {
  margin-left: 75px;
}

/*** teams page **/
.os-football-teams {
  margin: 20px 0 0;
}
.os-football-teams ul li {
  width: 48%;
  float: left;
  background: #ffffff;
  margin-right: 4%;
  margin-bottom: 4%;
  text-align: center;
}
.os-football-teams ul li:nth-child(2n) {
  margin-right: 0;
}
.os-football-teams ul li a, .team-wrapper {
  color: #000000;
  font-size: 14px;
  padding: 20px 10px;
  display: block;
  border: solid thin #d9d9d9;
  height: 160px;
  overflow: hidden;
}
.os-football-teams ul li a .os-football-team-img, .team-wrapper .os-football-team-img {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 10px;
  /*background: #5a005b;*/
  line-height: 100px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  overflow: hidden;
}
.os-football-teams ul li a span, .team-wrapper span {
  display: block;
}

/**** football venue page **/
.os-football-venue {
  padding: 10px 0 0;
}
.os-football-venue ul li {
  max-width: 400px;
  margin: 0 auto 15px;
}
.os-football-venue ul li a {
  display: block;
  border: solid thin #cccccc;
  color: #000000;
}
.os-football-venue ul li a .os-football-venue-img img {
  width: 100%;
  display: block;
}
.os-football-venue ul li a .os-football-venue-desc {
  padding: 10px;
  font-size: 16px;
}
.os-football-venue ul li a .os-football-venue-desc .os-venue-head {
  font-weight: bold;
}
.os-football-venue ul li a .os-football-venue-desc .os-venue-desc {
  font-size: 14px;
}
.os-football-venue-details img {
  width: 100%;
  display: block;
}
.os-football-venue-text {
  padding: 10px 0;
}
.os-football-venue-text .os-venue-head {
  font-weight: bold;
}
.os-football-venue-text .os-venu-short {
  font-size: 14px;
}
.os-football-venue-text p {
  font-size: 16px;
  padding: 10px 0;
  line-height: 24px;
}
/** added by amit **/
.os-football-matchcenter .os-football-tabs ul.cols4 li {
  width: auto;
}
.os-football-matchcenter .os-football-tabs ul.cols4 li a{
    padding: 0 10px;
}
.os-sports-series-head {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

.os-sports-tour-block {
  margin-bottom: 10px;
  border: 1px solid #d7d8d9;
}

.os-sports-tour-block ul li {
  border-bottom: 1px solid #d7d8d9;
  padding: 5px;
}

.os-sports-tour-block ul li:nth-child(odd) {
  background: #f0f1f2;
}

.os-sports-tour-block ul li:nth-child(even) {
  background: #fff;
}

.os-match-detail {
  font-size: 13px;
  color: #000;
  padding-bottom: 10px;
}

.os-match-detail .os-live {
  color: #4cc34c;
  text-transform: uppercase;
}

.os-match-summary {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  padding-top: 10px;
  text-align: center;
}

.os-match-desc-left, .os-match-desc-right {
  float: left;
  width: 45%;
  text-align: right;
  margin: 0 1% 0 0;
}

.os-match-desc-right {
  margin: 0;
}

.os-match-desc-right {
  text-align: left;
}

.os-match-mid {width: 8%;float: left;text-align: center;}

.os-match-normaltext {
  font-size: 13px;
  color: #000;
  padding-bottom: 5px;
}

.os-match-normaltextbold {
  font-size: 13px;
  color: #000;
  padding-bottom: 5px;
  font-weight: bold;
}

.os-match-team {
  font-size: 13px;
  color: #000;
  padding-bottom: 5px;
  font-weight: 600;
}

.os-match-team span {
  display: inline-block;
  margin: 0 5px;
}

.os-match-goals {
  background: #5a005b;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.os-match-goalstext {
  font-size: 13px;
  color: #999999;
  padding-bottom: 2px;
  margin: 0 20px;
}

.os-match-team span {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 9px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}

.os-matchpreview-content {
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
}

.os-matchpreview-title {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
}

.os-matchpreview-content ul li {
  padding: 0 5px 5px 5px;
  border-top: 1px solid #d6d6d6;
}

.os-matchpreview-content .os-match-desc {
  padding-top: 10px;
}

.os-matchpreview-content ul li:nth-child(odd) {
  background: #fff;
}

.os-matchpreview-content ul li:nth-child(even) {
  background: #f0f1f2;
}

span.os-match-win {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: #13b603;
	float: right;
	text-align: center;
	line-height: 25px;
	color: #fff;
	margin: 0 10px;
}
span.os-match-lost {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: #e80000;
	float: right;
	text-align: center;
	line-height: 25px;
	color: #fff;
	margin: 0 10px;
}
span.os-match-draw {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: #c2c2c2;
	float: right;
	text-align: center;
	line-height: 25px;
	color: #fff;
	margin: 0 10px;
}
span.os-match-vs {
	color: #888;
	font-size: 13px;
	margin: 0;
	font-weight: normal;
}
span.os-match-played {
  float: right;
  color: #000;
  font-size: 14px;
  margin: 0;
}

.os-match-desc-right span.os-match-draw, .os-match-desc-right span.os-match-win, .os-match-desc-right span.os-match-lost {
  float: left;
  margin: 0px 5px;
}

.os-match-desc-right span.os-match-played {
  float: left;
}

 

.os-football-leagues {
  border: 1px solid #d6d6d6;
}

.os-football-leagues ul li {
  border-bottom: 1px solid #d6d6d6;
  padding: 15px;
}

.os-football-leagues ul li:nth-child(odd) {
  background: #f0f1f2;
}

.os-football-leagues ul li:nth-child(even) {
  background: #fff;
}

.os-football-leagues-title {
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
  font-weight: bold;
}

.os-football-leagues-links {
  font-size: 14px;
  color: #666;
}

.os-football-leagues-links a {
  display: inline-block;
  padding: 2px 15px 2px 0;
  color: #666;
  font-size: 14px;
}
.os-matchpreview-content.formguide .os-match-desc-left {width: 49%;margin: 0;text-align: right;float: left;}
.os-matchpreview-content.formguide .os-match-desc-right {width: 49%;margin: 0;text-align: left;float: right;}
.os-matchpreview-content.formguide ul li:first-child {background: #f0f1f2;}
.os-matchpreview-content.formguide ul li {background: #fff;}
.os-matchpreview-content.formguide .os-match-desc-left span {float: right;}
.os-matchpreview-content.formguide .os-match-desc-right span {float: left;}
span.os-match-result {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	margin: 0 5px;
	font-size: 13px;
}
.os-match-result.win {background: #15a949}
.os-match-result.lost {background: #e80000;}
.os-match-result.draw {background: #939393;}
span.os-match-opposition {
	font-size: 11px;
	color: #000;
	margin: 0 5px;
	clear: both;
}
.os-matchpreview-content.formguide .os-match-desc-left .os-match-team span, .os-matchpreview-content.formguide .os-match-desc-right .os-match-team span {margin: 0 5px;}

.os-football-fixtures-c ul li a{
  color: #000000;
}
#last-updated
{
    font-size: 12px;
    color: #464545;
    right: 0;
}

h2.os-football-leagues-heading {
    font-size: 18px;
    padding: 15px 0 10px;
}
.os-menu.os-menu-bfont a {
    color: #fff;
    font-size: 22px;
}
.os-football-team-block {
    position: relative;
}
.team1 .os-football-team-block {
    padding-right: 35px;
}
.team1 .os-football-team-block span {
    position: absolute;
    top: 0;
    right: 0;
    margin:0 5px;
    
}
.team2 .os-football-team-block {
    padding-left: 35px;
}
.team2 .os-football-team-block span {
    position: absolute;
    top: 0;
    left: 0;
    margin:0 5px;
}
.mykhel-powered {
  text-align: center;
  padding: 5px;
  background:#ffffff;
}
.mykhel-powered span {
  color:#000000;
  font-size:12px;
  display:inline-block;
  vertical-align:middle;
}

.mykhel-powered img {
  max-width: 90px;
  display:inline-block;
  vertical-align:middle;
}
.os-match-summary-live-comment {
  font-size: 12px;
  color: #0066cc;
  font-weight: 400;
  padding-top: 10px;
  text-align: right;
  padding-right: 10px;
}

.os-football-matchcenter .os-matchresult-highlights-b ul li a {
    color: #fff;
    white-space:initial;
}
.os-matchresult-desc a{
   color: #000;
}
.os-matchresult-squad-block a {
    color: #000;
}
/*# sourceMappingURL=football.css.map */
.os-football-team-block {
    position: relative;
}
.team1 .os-football-team-block {
    padding-right: 35px;
}
.team2 .os-football-team-block {
    padding-left: 35px;
}
.os-football-team-block span
{
    position:absolute;
    top:0;
    margin:0!important;
}
.team1 .os-football-team-block span
{
    right:0;
}
.team2 .os-football-team-block span
{
    left:0;
}
.os-football-teams-c-head {
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #ccc;
    font-weight: 600;
    text-transform: uppercase;
}
.os-football-table tr td i {

    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;

}
.os-team2 span.os-res-icon {
    right: initial;
    left: 14px;
}
.os-player-name-text {float: left;width: 70%;font-size: 15px;}
.os-player-name-text a {color: #000;}
.os-player-timing {float: left;width: 15%;}
.os-player-icon {float: left;width: 15%;}
.os-player-icon span {position: relative;top: 0;right: 0;}
.os-matchresult-commentary-block .os-commentary-result .os-res-icon {position: relative;
    top: 0;right: 0;}
#os-team-tabs {padding: 0;border-bottom: 1px solid #024cb7;margin-bottom: 10px;}
#os-team-tabs ul li {float: left;}
#os-team-tabs ul li a {
    font-size: 13px;
    font-weight: 600;
    color: #707070;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px 2px 0 0;
}
#os-team-tabs ul li a.selected {
    border: 1px solid #024cb7;
    position: relative;
    top: 1px;
    border-bottom: 1px solid #fff;
    color: #000;
}
#os-ranking-tabs {padding: 0;border-bottom: 1px solid #024cb7;margin-bottom: 10px;}
#os-ranking-tabs ul li {float: left;}
#os-ranking-tabs ul li a {
    font-size: 13px;
    font-weight: 600;
    color: #707070;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px 2px 0 0;
}
#os-ranking-tabs ul li a.selected {
    border: 1px solid #024cb7;
    position: relative;
    top: 1px;
    border-bottom: 1px solid #fff;
    color: #000;
}
	
.fifa-heading-links {
    padding: 0 0 10px;
    text-align: right
}
.fifa-heading-links a {
    font-size: 14px;
    font-weight: 600;
    color: #515151;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    background: #a7a7a7
}

.fifa-heading-links a.selected {color: #FFFFFF;background: #3B60E9;}
.os-fifa-img-block {
    width: 90px;
    height: 90px;
    border:none!important;
    border-radius:0px!important;
    overflow: hidden;
    margin: auto;
}
.os-sports-menu-new ul li a{
  padding: 1px 15px 8px;
}
/** Head to head style  **/
 .os-sports-m-league-teams {
    padding-top: 10px;
}
.head-to-head-section {
    padding: 0px 10px;
    padding-bottom: 15px;
}
.head-to-head-section .head-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.head-to-head-section .head-content {
    font-size: 14px;
    padding: 8px 0px;
}
.league-team-container {
    position: relative;
}
.top-circle-logo {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #253b80;
    top: -20px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
}
.league-team-container .top-title-name {
    color: #fff;
    background: #253b80;
    height: 55px;
    border-radius: 28px 28px 0px 0px;
}
.top-title-name div {
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    font-size: 14px;
    font-weight: bold;
}
.league-team-container .vs {
    padding: 5px 0px;
    margin: 0 auto;
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}
.league-challange-teams {
    background: #e5eef8;
    border-radius: 0px 0px 200px 200px;
    webkit-box-shadow: 0 10px 6px -4px #ddd;
    -moz-box-shadow: 0 10px 6px -4px #ddd;
    box-shadow: 0 10px 6px -4px #ddd;
}
.league-challange-teams div:nth-child(1n) {
    margin-top: 0px;
}
.league-challange-teams div a {
    color: #000;
    text-decoration: none;
    display: block;
}
.league-challange-teams div {
    text-align: center;
    /* background: #e5eef8; */
    padding: 8px;
    margin: 1px 0px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}
.league-challange-teams div:last-child {
    border-bottom: none;
}
.league-challange-teams div:last-child > :hover {
    background: none !important;
}
.boll-thumb-bottom:hover {
    background: none !important
}
.ball-img:hover {
    background: none !important
}
.league-challange-teams div:hover {
    background: #f2f7fc;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.boll-thumb-bottom .ball-img {
    width: 100px;
    display: block;
    margin: 0 auto;
    position: relative !important;
    top: 0px !important;
}
.ball-img img {
    width: 100%;
    display: block;
}
.league-vs-teams {
    padding: 0px 10px;
}
    background: #e5eef8;
    border-radius: 0px 0px 200px 200px;
    webkit-box-shadow: 0 10px 6px -4px #ddd;
    -moz-box-shadow: 0 10px 6px -4px #ddd;
    box-shadow: 0 10px 6px -4px #ddd;
}
.league-challange-teams div:nth-child(1n) {
    margin-top: 0px;
}
.league-vs-teams ul li {
    width: 100%;
    margin-bottom: 50px;
}
.head-to-head-menu {
    overflow: hidden;
}
.head-to-head-menu ul {
    white-space: nowrap;
    overflow-y: auto;
}
.head-to-head-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin: 3px;
    width: 42%;
    background: #f7f7f7;
    border-radius: 27px;
    text-align: center;
    padding: 5px 15px;
    border: 1px solid #dddde4;
    height: 35px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
}
/*.team-hover li:hover {
    background: #12296f;
    color: #fff !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}*/
.head-to-head-menu ul li a {
    text-decoration: none;
    color: #868484;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    line-height: initial;
    vertical-align: middle;
    width: 100%;
}
/*.
.team-hover li a:hover {
    color: #fff;
    font-weight: bold;
}
*/
.h-active {
    background-color: #12296f !important;
    color: #fff !important;
}
.h-active1 {
    background-color: #ed3123 !important;
    color: #fff !important;
}
.actv1 {
    color: #fff !important;
    font-weight: bold;
}
.actv {
    color: #fff !important;
    font-weight: bold;
}
.head-football-thumb {
    width: 70px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.head-football-thumb img {
    filter: drop-shadow(5px 5px 10px #666);
    width: 100%;
    display: block;
}
/*.team-hover1 li:hover {
    background: #ed3123;
    color: #fff !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

.team-hover1 li a:hover {
    color: #fff;
    font-weight: bold;
}*/
.league-results {
    padding: 12px 10px;
}
.top-league-teams .circle-lt {
    float: left;
    text-align: center;
    position: relative;
}
.top-league-teams .circle-lt::before {
    background: url(https://images.mykhel.com/webp/common_dynamic/images/football/desk/head-to-head-semicircle.png) no-repeat right top;
    position: absolute;
    right: -32px;
    width: 100px;
    height: 110px;
    content: "";
    top: -5px;
    z-index: 1;
}
.football-team-circle {
    width: 120px;
    text-align: center;
    height: 120px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
}
.football-team-circle .circle-thumb {
    width: 35px;
    display: block;
    margin: 0 auto;
    padding-top: 5px;
}
.circle-thumb img {
    width: 100%;
    display: block;
}
.football-team-circle .circle-txt {
    font-size: 14px;
    padding-top: 10px;
    width: 100px;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 600;
    color: #12296f;
}
.top-league-teams .circle-rt {
    float: right;
    text-align: center;
    position: relative;
}
.top-league-teams .circle-rt::before {
    background: url(https://images.mykhel.com/webp/common_dynamic/images/football/desk/head-to-head-semicircle.png) no-repeat left top;
    position: absolute;
    left: -29px;
    width: 100px;
    height: 110px;
    content: "";
    top: -6px;
    z-index: 1;
    transform: rotate(2deg);
}
.team-bg-color {
    background: linear-gradient(#e0e0e0, #fefefe);
}
.league-match-points {
    width: 160px;
    text-align: center;
    height: 160px;
    margin-right: 185px;
    position: relative;
    margin: 0 auto;
}
.football-mid-circle {
    width: 160px;
    text-align: center;
    height: 160px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    background-color: #ced6e1;
}
.football-mid-circle .inner-circle {
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: 0 auto;
    top: 20px;
    box-shadow: 4px 5px 8px -3px rgba(0, 0, 0, 0.5);
}
.inner-circle .no-of-matches {
    position: relative;
    top: 30px;
}
.no-of-matches .matches {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.no-of-matches .no {
    font-size: 56px;
    font-weight: 900;
    color: #af227d;
    line-height: 53px;
}
.top-league-teams .circle-md {
    width: 202px;
    height: 202px;
    position: relative;
    background: url(https://images.mykhel.com/webp/common_dynamic/images/football/mobi/head-to-head-circle.png) no-repeat 0 0;
    margin: 0 auto;
}
.circle-md .leg-points {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 12px;
    font-size: 14px;
    top: 40px;
}
.leg-points span {
    font-size: 70px;
    position: absolute;
    font-weight: bold;
    color: #af227d;
    padding: 12px 0;
    left: 0;
    right: 0;
}
.clear {
    clear: both;
}
.league-results .second-row {
    margin-bottom: 20px;
}
.league-results .flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}
.league-results .single-chart-1 {
    width: 110px;
    height: 110px;
    z-index: 777;
    float: left;
    position: relative;
    justify-content: space-around;
}
.league-results .circular-chart {
    display: block;
}
.league-results .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 4;
}
.league-results .circular-chart.green .circle {
    stroke: #44a03b;
}
.league-results .circle {
    fill: none;
    stroke-width: 4;
    stroke-linecap: square;
    animation: progress 1s ease-out forwards;
}
.league-results .won {
    color: #41a137;
}
.league-results .per {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 8px;
    left: 8px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    background: url(https://images.mykhel.com/webp/common_dynamic/images/football/mobi/head-to-head-circle-bg.png) no-repeat 0 0;
}
.league-results .per .percentage {
    fill: #666;
    font-family: sans-serif;
    position: relative;
    display: block;
    top: 26px;
    text-anchor: middle;
}
.league-results .wone-text,
.lose-text,
.tied-text,
.noresult-text,
.othresult-text {
    width: 100px;
    margin: auto;
    z-index: 777;
    text-align: center;
    float: left;
}
.league-results .wone-text div {
    background: #44a03b;
}
.league-results .wone-text div,
.lose-text div,
.tied-text div,
.noresult-text div,
.othresult-text div {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
}
.league-results .single-chart-1.right {
    float: right;
}
.league-results .per-right .percentage {
    fill: #666;
    font-family: sans-serif;
    position: relative;
    display: block;
    top: 26px;
    text-anchor: middle;
}
.league-results .per-right {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 8px;
    right: 3px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    background: url(https://images.mykhel.com/webp/common_dynamic/images/football/mobi/head-to-head-circle-bg.png) no-repeat 0 0;
}
.league-results .lose-text div {
    background: #d10808;
}
.league-results .tied-text div {
    background: #f37021;
}
.league-results .lost {
    color: #d10808;
}
.league-results .tied {
    color: #f37021;
}
.league-results .circular-chart.red .circle {
    stroke: #d10808;
}
.league-results .circular-chart.orange .circle {
    stroke: #f37021;
}
.league-results .no-res {
    color: #1b1d41;
}
.league-results .noresult-text div {
    background: #1b1d41;
}
.score-board-title {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: bold;
}
.score-board-list ul li {
    width: auto;
    background: #eeeef0;
    border: 1px solid #7f7e7e6b;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 6px 8px 1px rgba(150, 148, 148, 0.6);
}
.score-board-list ul li a {
    color: #333333;
    text-decoration: none;
}
.top-titls .lt-top {
    float: left;
    width: 50%;
    font-size: 14px;
}
.top-titls .rt-top {
    float: right;
    width: 50%;
    font-size: 14px;
    text-align: right;
}
.os-sports-team-dtl {
    float: left;
}
.os-sports-team-dtl .team-thumb {
    width: 18px;
    /* float: left; */
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.team-thumb img {
    width: 100%;
    display: block;
}
.os-sports-team-dtl .team-nm {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 7px;
    vertical-align: middle;
    display: inline-block;
}
.os-team-score {
    margin-left: 100px;
    line-height: 39px;
}
.os-score-board-teams {
    border-top: 1px solid #000;
    padding: 0px 10px;
}
.season-head {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}
.vs-center {
    font-size: 20px;
        font-weight: bolder;
        width: 45px;
        height: 45px;
        border: 1px solid #000;
        border-radius: 50%;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 5px;
        position: relative;
    left: 72px;
}
.vs-center span{
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 8px;
  font-weight: bolder;
}
ul.team-hover li{
  background:#dfe5fe;
}
ul.team-hover1 li{
  background:#fde8e9;
}
.isl-history-article:after {content: '';clear: both;display: table;}
.isl-history-article {margin: 70px 0 20px 0;box-sizing: border-box;}
.isl-history-left {width: 120px;background: #cf0808;float: left;height: 170px;}
.isl-history-leftinner {padding: 20px;position: relative;}
.isl-history-year {position: absolute;left: 0;right: 0;top: -50px;padding: 10px 0;text-align: center;background: #cf0808;font-size: 22px;color: #fff;font-weight: bold;height: 48px;}
.isl-history-thumbimg {position: absolute;background: #fff;width: 150px;height: 150px;left: 20px;top: 5px;border-radius: 50%;overflow: hidden;padding: 5px;}
.isl-history-thumbimg img {width: 100%;height: 100%;border-radius: 50%;}

.isl-history-right {margin-left: 120px;background: #1c2534;height: 170px;}
.isl-history-rightinner {padding: 20px;position: relative;margin-left: 60px;}

.isl-history-teamlogo {width: 120px;}
.isl-history-teamlogo img {max-width: 100%;}
.isl-history-teamdetails {text-align: center;clear: both;background: #1c2534;}
.isl-history-teamwinner {font-size: 14px;color: #d2ff00;text-transform: uppercase;font-weight: bold;padding: 5px 0;position: relative;}
.isl-history-teamwinner span {font-size: 14px;color: #fff;text-transform: capitalize;font-weight: bold;}

.isl-history-teamloser {font-size: 14px;color: #ffae00;text-transform: uppercase;font-weight: bold;padding: 5px 0;}
.isl-history-teamloser span {font-size: 14px;color: #fff;text-transform: capitalize;font-weight: bold;}

.isl-history-comments {font-size: 14px;color: #fff;padding: 5px 0;}
.isl-winner-trophy {background: #3f4652;border-radius: 50%;text-align: center;margin: 0 auto;display: inline-block;width: 40px;height: 40px;line-height: 40px;margin-right: 10px;}
.isl-winner-trophy img {vertical-align: middle;width: 20px;}
/*  Prediction Styles */
            .os-league-prediction-block {
              border: 1px solid #d6d6d6;
              margin: 0 0 20px;
              position: relative;
            }
            
            .os-league-prediction p {
              padding-bottom: 15px;
            }
            
            .os-fifaheading-prediction {
              font-size: 18px;
              text-transform: uppercase;
              color: #333333;
              padding: 10px 0;
              font-weight: 600;
            }
            
            .os-league-prediction-heading {
              padding: 10px;
              text-align: center;
              background: #d6d6d6;
            }
            
            .os-league-prediction-mainheading {
              font-size: 18px;
              font-weight: bold;
              color: #333;
              text-transform: uppercase;
            }
            
            .os-league-prediction-description {
              font-size: 14px;
              color: #333;
              padding: 15px;
            }
            
            .os-league-prediction-datetime {
              font-size: 14px;
              color: #333;
              font-weight: bold;
              padding: 5px 0 0 0;
            }
            
            .os-league-predict-teams {
              width: 50%;
              cursor: pointer;
            }
            
            .os-league-predict-teams.left {
              float: left;
            }
            
            .os-league-predict-teams.right {
              float: right;
            }
            
            .os-league-predict-outer {
              padding: 10px;
            }
            
            .os-league-prediction-container {
              position: relative;
              background: url(https://images.mykhel.com/webp/common_dynamic/images/football/mobi/predict-bg.png) no-repeat center;
              background-size: cover;
            }
            .os-league-prediction-container:before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              display: block;
              width: 50px;
              height: 50px;
              background: url(https://images.mykhel.com/webp/common_dynamic/images/football/mobi/vs.png) no-repeat center;
              background-size: 100%;
              margin: auto;
              z-index: 99;
            }
            
            .os-league-predict-captimg {
              width: 90px;
              height: 90px;
              margin: auto;
              border: 5px solid #fff;
              border-radius: 50%;
              overflow: hidden;
              position: relative;
              z-index: 1;
              transition: all 0.2s ease 0s;
            }
            
            .os-league-predict-teams.left .os-league-predict-teamdet {
              text-align: left;
            }
            
            .os-league-predict-teams.right .os-league-predict-teamdet {
              text-align: right;
            }
            
            .os-league-predict-team {
              font-size: 18px;
              font-weight: 600;
              color: #fff;
              text-transform: uppercase;
              padding: 10px;
              border: 1px solid #fff;
              border-radius: 5px;
              width: 100%;
              margin-top: 25px;
              position: relative;
              transition: all .3s ease-out;
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
              background: transparent;
              overflow: hidden;
              background: rgba(0, 0, 0, 0.5);
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
            }
            
            .os-league-predict-team.team1::before,
            .os-league-predict-team.team2::before {
              content: " ";
              position: absolute;
              z-index: -1;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              background: rgba(0, 0, 0, 0.7);
              -webkit-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
              -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
            }
            
            .os-league-predict-teams:hover .os-league-predict-team.team1::before,
            .os-league-predict-teams:hover .os-league-predict-team.team2::before {
              -webkit-transform: scalex(1);
              transform: scalex(1);
            }
            
            .os-league-predict-team.team2::before {
              -webkit-transform-origin: 100% 0 !important;
              transform-origin: 100% 0 !important;
            }
            
            .os-league-predict-teams:hover .os-league-predict-captimg {
              animation: 0.5s ease 0.2s normal none 1 running icon_pointing;
              box-shadow: 0 0 0 10px rgba(160, 160, 160, 0.2);
            }
            
            @keyframes icon_pointing {
              0% {
                box-shadow: 0 0 0 0 rgba(160, 160, 160, 0.5);
              }
              45% {
                box-shadow: 0 0 0 20px rgba(160, 160, 160, 0.05);
              }
              50% {
                box-shadow: 0 0 0 0 rgba(160, 160, 160, 0.2);
              }
              100% {
                box-shadow: 0 0 0 10px rgba(160, 160, 160, 0.2);
              }
            }
            @keyframes icon_pointing {
              0% {
                box-shadow: 0 0 0 0 rgba(160, 160, 160, 0.5);
              }
              45% {
                box-shadow: 0 0 0 20px rgba(160, 160, 160, 0.05);
              }
              50% {
                box-shadow: 0 0 0 0 rgba(160, 160, 160, 0.2);
              }
              100% {
                box-shadow: 0 0 0 10px rgba(160, 160, 160, 0.2);
              }
            }
            .os-league-predict-teams:hover .os-league-predict-team {
              color: #fff !important;
            }
            
            .os-league-predict-circle-outer {
              position: absolute;
              top: 8px;
              border: 2px solid #fff;
              padding: 3px;
              border-radius: 50%;
              width: 20px;
              height: 20px;
              opacity: 0.6;
            }
            
            .os-league-predict-circle-inner {
              width: 10px;
              height: 10px;
              background: #fff;
              border-radius: 50%;
              display: inline-block;
              position: absolute;
              right: 8px;
              top: 8px;
            }
            
            .os-league-predict-teams.left .os-league-predict-circle-outer {
              right: 10px;
            }
            
            .os-league-predict-teams.right .os-league-predict-circle-outer {
              left: 10px;
            }
            
            .os-league-predict-teams:hover .os-league-predict-circle-outer {
              opacity: 1;
            }
            
            .os-league-predict-now {
              border-radius: 6px;
              padding: 10px 20px;
              background: #395fe9;
              border: 1px solid #fff;
              font-size: 16px;
              font-weight: 600;
              text-align: center;
              color: #fff;
              text-transform: uppercase;
              cursor: pointer;
              position: absolute;
              bottom: 1px;
              left: 40%;
              z-index: 10000;
            }
            
            .os-league-predict-bar {
              border-radius: 8px;
              height: 15px;
              border: 1px solid #fff;
              overflow: hidden;
            }
            
            .left .os-league-predict-bar {
              margin-right: 10px;
            }
            
            .right .os-league-predict-bar {
              margin-left: 10px;
            }
            
            .os-league-predict-percentage {
              font-size: 20px;
              margin: 5px 0 0;
              font-weight: 400;
              color: #fff;
            }
            .os-league-predict-percentage span {
              font-size: 12px;
              display: inline-block;
              padding: 0 10px;
            }
            
            .os-league-predict-barline {
              background: rgba(0, 0, 0, 0.5);
              height: 15px;
            }
            
            .os-league-predict-barline span {
              display: block;
              background: white;
              height: 15px;
              border-radius: 5px;
            }
            
            .os-league-predict-teams.right .os-league-predict-barline span {
              float: right;
            }
            
            .os-league-prediction-winner {
              font-size: 16px;
              color: #06c;
              text-align: center;
              padding: 0 0 10px 0;
              font-weight: 600;
            }
            
            .os-league-prediction-winner a {
              color: #06c;
            }
            
            .os-league-prediction-loading {
              background: rgba(0, 0, 0, 0.8);
              background-image: url(../os-fifa2018/images/ajax-loader.gif);
              background-position: center center;
              background-repeat: no-repeat;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
            }
            
            .os-league-predict-teamname {
              font-weight: 600;
              font-size: 18px;
              color: #ffffff;
              text-transform: uppercase;
              padding: 10px 0 5px;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden;
            }

            
.os-fifastats {
    margin: 10px auto
}
.os-fifastats-head {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase
}
.os-fifastats-wrapper {
    padding-bottom: 15px
}
.os-fifastats-block {
    border: solid thin #d8e8ee;
    margin: 10px 0 0
}
.os-fifastats-block a {
    color: #000;
    text-decoration: none
}
.os-fifastats-block:nth-child(2n) {
    border: solid thin #dbf0e1
}
.os-fifastats-block:nth-child(2n) .os-fifastats-block-head {
    background: #dbf0e1
}
.os-fifastats-block:nth-child(2n) .os-fifastats-block-list {
    background: #f0f9f3
}
.os-fifastats-block-head {
    background: #d8e8ee;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px
}
.os-fifastats-block-list {
    background: #eff5f8;
    padding: 5px 5px 10px
}
.os-fifastats-block-list ul li {
    margin-bottom: 10px
}
.os-fifastats-block-list ul li:last-child {
    margin-bottom: 0
}
.os-fifastats-list-left {
    float: left;
    width: 90%
}
.os-fifastats-list-left .os-fifastats-team {
    margin-top: 3px;
    margin-right: 5px
}
.os-fifastats-list-left .os-fifastats-team span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    margin-left: 5px
}
.os-fifastats-list-left .os-fifastats-team i {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle
}
.os-fifastats-list-left .os-fifastats-team .percentage-block {
    width: 130px;
    width: calc(100% - 155px);
    display: inline-block;
    vertical-align: middle;
    background: #d4d4d4;
    height: 16px
}
.os-fifastats-list-left .os-fifastats-team .percentage-block span {
    background: #0156b7;
    display: block;
    height: 16px;
    margin: 0
}
.os-fifastats-list-right {
    float: right;
    width: 10%;
    text-align: center
}
.os-fifastats-points {
    font-size: 18px;
    margin: 1px 0 0
}
.os-fifastats .os-more {
    margin-bottom: 10px
}
.os-fifastats-list {
    border: solid thin #cfcece;
    margin-top: 20px
}
.os-fifastats-nav ul {
    background: #d8e8ee;
    white-space: nowrap;
    overflow: auto;
    font-size: 0
}
.os-fifastats-nav ul li {
    display: inline-block
}
.os-fifastats-nav ul li a {
    display: block;
    background: #d8e8ee;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #888787;
    border-right: solid thin #fff
}
.os-fifastats-nav ul li a.selected {
    color: #fff;
    background: #014cb7
}
.os-fifastats-nav ul li:last-child a {
    border-right: solid thin transparent
}
.os-fifastatslist-table-block {
    overflow: auto
}
.os-fifastatslist-table {
  overflow-x: scroll;
}
.os-fifastatslist-table table {
    white-space: nowrap;
    width: 100%;
    border-collapse: collapse
}
.os-fifastatslist-table table tr th {
    background: #014cb7;
    color: #fff;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px
}
.os-fifastatslist-table table tr th.os-table-team {
    text-align: left;
    width: 120px
}
.os-fifastatslist-table table tr td {
    height: 35px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    color: #000;
    padding: 0 5px
}
.os-fifastatslist-table table tr td:nth-child(1),
.os-fifastatslist-table table tr td:nth-child(2) {
    font-weight: normal;
}
.os-fifastatslist-table table tr td.os-table-team {
    text-align: left
}
.os-fifastatslist-table table tr td.os-table-team i,
.os-fifastatslist-table table tr td.os-table-team span {
    display: inline-block;
    vertical-align: middle
}
.os-fifastatslist-table table tr td.os-table-team i {
    width: 25px;
    height: 28px;
    margin-right: 10px
}
.os-fifastatslist-table table tr:nth-child(2n) td {
    background: #f0f6f9
}
.os-fifastatslist-table table tr:nth-child(2n-1) {
    background: #fff
}
.os-fifastats-overall-block {
    padding-bottom: 25px
}
.os-fifastats-overall-block:last-child {
    padding-bottom: 0
}
.os-fifastats-overall-block .os-fifastats-head {
    padding-bottom: 10px
}
.os-fifastats-overall-block:nth-child(1) ul,
.os-fifastats-overall-block:nth-child(1n+3) ul {
    background-color: #eff5f8 !important
}
.os-fifastats-overall-block:nth-child(2) ul,
.os-fifastats-overall-block:nth-child(2n+3) ul {
    background-color: #f9f0f0 !important
}
.os-fifastats-overall-block:nth-child(3) ul,
.os-fifastats-overall-block:nth-child(3n+3) ul {
    background-color: #f0f9f3 !important
}
.os-fifastats-overall-block ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    background-color: #eff5f8 !important
}
.os-fifastats-overall-block ul li {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center
}
.os-fifastats-overall-block ul.overview-block {
    padding-bottom: 20px
}
.os-fifastats-overall-block ul.overview-block li {
    text-transform: uppercase
}
.os-fifastats-overall-block ul.overview-block li div {
    position: relative
}
.os-fifastats-overall-block ul.overview-block li div strong {
    font-weight: 600;
    display: block;
    font-size: 22px;
    line-height: 25px
}
.os-fifastats-overall-block ul.overview-block li:nth-child(1) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px
}
.os-fifastats-overall-block ul.overview-block li:nth-child(1) div {
    padding: 0 0 10px;
    border-bottom: solid thin #0383de;
    font-size: 16px;
    position: relative
}
.os-fifastats-overall-block ul.overview-block li:nth-child(1) div strong {
    color: #0383de
}
.os-fifastats-overall-block ul.overview-block li:nth-child(1) div::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: solid 10px #0383de;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent
}
.os-fifastats-overall-block ul.overview-block li .overview-border {
    width: 60px !important;
    height: 50px;
    padding-top: 10px;
    border-radius: 50%;
    font-size: 13px;
    margin: 15px auto 0;
    background: #fff
}
.os-fifastats-overall-block ul.overview-block li .overview-border.win strong {
    color: #598604
}
.os-fifastats-overall-block ul.overview-block li .overview-border.loss strong {
    color: #ed0101
}
.os-fifastats-overall-block ul.overview-block li .overview-border.draw strong {
    color: #febd01
}
.os-fifastats-overall-block ul.overall-block {
    padding-bottom: 0
}
.os-fifastats-overall-block ul.overall-block li {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%
}
.os-fifastats-overall-block ul.overall-block li span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #95498d
}
.os-fifastats-overall-block ul.overall-block li span.cards::before {
    content: "";
    width: 22px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}
.os-fifastats-overall-block ul.overall-block li span.cards.yellow-card::before {
    background: url(https://images.mykhel.com/webp/common_dynamic/images/football/desk/yellow-card.png) no-repeat center left
}
.os-fifastats-overall-block ul.overall-block li span.cards.red-card::before {
    background: url(https://images.mykhel.com/webp/common_dynamic/images/football/desk/red-card.png) no-repeat center left
}
.os-fifateams-block {
    margin-bottom: 15px;
    position: relative
}
.os-fifateams-block:last-child {
    margin-bottom: 0
}
.os-fifateams-block ul {
    padding-top: 75px;
    white-space: nowrap;
    overflow: auto
}
.os-fifateams-block ul li {
    width: 100px;
    padding: 20px 0;
    display: inline-block;
    vertical-align: top
}
.os-fifateams-block ul li a {
    color: #000
}
.os-fifateams-block ul li .os-fifateams-img {
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: solid 4px #fff;
    -moz-box-shadow: 4px 7px 12px -1px rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 4px 7px 12px -1px rgba(0, 0, 0, 0.46);
    box-shadow: 4px 7px 12px -1px rgba(0, 0, 0, 0.46)
}
.os-fifateams-block ul li .os-fifateams-name {
    text-align: center;
    padding: 10px 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: auto;
    word-break: break-word;
    white-space: initial
}
.os-fifateams-block ul li .os-fifateams-name span {
    color: #707070;
    display: block;
    padding: 5px 0 0
}
.os-fifateams-block ul li:first-child {
    width: auto;
    position: absolute;
    top: 0;
    height: 70px;
    right: 0;
    left: 0;
    padding: 10px 5px
}
.os-fifateams-block ul li:first-child .os-fifateams-name {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    margin-left: 80px;
    padding-top: 20px
}
.os-fifateams-block ul li:first-child .os-fifateams-img {
    width: 60px;
    height: 60px;
    border: solid 5px #fff;
    float: left
}
.os-fifateams-block ul li:last-child .os-fifateams-img {
    position: relative
}
.os-fifateams-block ul li:last-child .os-fifateams-img:before {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 75px
}
.os-fifateams-block .os-more {
    position: absolute;
    bottom: 10px;
    right: 10px
}
.os-fifateams-block:nth-child(1),
.os-fifateams-block:nth-child(1n+3) {
    background: #eff5f8
}
.os-fifateams-block:nth-child(1) ul li:first-child,
.os-fifateams-block:nth-child(1n+3) ul li:first-child {
    background: #d8e8ee
}
.os-fifateams-block:nth-child(2),
.os-fifateams-block:nth-child(2n+3) {
    background: #f9f0f0
}
.os-fifateams-block:nth-child(2) ul li:first-child,
.os-fifateams-block:nth-child(2n+3) ul li:first-child {
    background: #f0dada
}
.os-fifateams-block:nth-child(3),
.os-fifateams-block:nth-child(3n+3) {
    background: #f0f9f3
}
.os-fifateams-block:nth-child(3) ul li:first-child,
.os-fifateams-block:nth-child(3n+3) ul li:first-child {
    background: #dbf0e1
}
.os-fifa-mainblock {
    padding: 10px 10px 0 10px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 40px;
    background: url(https://images.mykhel.com/webp/common_dynamic/images/common/mobi/team-cover.jpg) no-repeat;
    background-size: cover;
    color: #fff
}
.os-fifa-left {
    float: left;
    width: 100px
}
.os-fifa-right {
    position: relative;
    margin-left: 110px;
    padding-top: 25px;
    background: rgba(0,0,0,0.5);
  padding: 10px;
}
.os-fifa-name-block {
    font-size: 28px;
    text-transform: uppercase
}
.os-fifa-description {
    font-size: 14px;
    margin: 5px 0 10px;
    height: 40px;
    overflow: hidden;
    position: relative
}
.os-fifa-description:before {
    content: 'Read More';
    position: absolute;
    right: 0;
    bottom: 2px;
    background: #ff0;
    font-weight: bold;
    padding-left: 10px
}
.os-fifa-description.show {
    height: auto
}
.os-fifa-description.show:before {
    content: ""
}
.os-fifa-img-block {
    width: 90px;
    height: 90px;
    border: solid 3px #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: auto
}
.os-fifa-img-block img {
    display: block;
    width: 100%
}
.os-fifa-navtabs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #03c
}
.os-fifa-navtabs ul {
    padding-top: 3px;
    margin: 0 10px;
    white-space: nowrap;
    overflow: auto
}
.os-fifa-navtabs ul li {
    display: inline-block
}
.os-fifa-navtabs ul li a {
    display: block;
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase
}
.os-fifa-navtabs ul li a.active {
    background: #fff;
    color: #000;
    font-weight: 600
}
.os-fifa-playerlist ul li {
    margin-bottom: 15px;
    background: #eff5f8;
    border: solid thin #d3dee3
}
.os-fifa-playerlist ul li:last-child {
    margin-bottom: 0
}
.playerinfo-top {
    padding: 10px
}
.playerinfo-img {
    float: left;
    width: 95px;
    height: 95px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: solid 4px #fff;
    -moz-box-shadow: 4px 7px 12px -1px rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 4px 7px 12px -1px rgba(0, 0, 0, 0.46);
    box-shadow: 4px 7px 12px -1px rgba(0, 0, 0, 0.46)
}
.playerinfo-name {
    margin-left: 110px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 30px
}
.playerinfo-name span {
    color: #707070;
    display: block
}
.playerinfo-detail {
    padding: 10px 5px 0
}
.playerinfo-detail-block {
    margin: 0 5px;
    width: 33%;
    width: calc(33.33% - 10px);
    float: left;
    text-align: center;
    background: #fff;
    color: #000;
    outline: solid thin #d8e8ee;
    font-size: 18px
}
.playerinfo-detail-block span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    background: #d8e8ee;
    padding: 5px 0
}
.playerinfo-viewprofile {
    background: #d5e0e4;
    margin-top: 10px
}
.playerinfo-viewprofile a {
    color: #383838;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 5px 10px
}
.playerinfo-viewprofile a i {
    background: url(https://images.mykhel.com/webp/common_dynamic/images/common/mobi/fifa-more.png) no-repeat center;
    margin-left: 5px
}
.os-stats-tabs a.active {
			background: #014cb7;
			border: 1px solid #014cb7;
			color: #fff;
		}
		
		.os-stats-tabs a {
			background: #f5f5f7;
			margin: 10px;
			border: 1px solid #e9e9e9;
			padding: 5px;
			display: inline-block;
			font-size: 17px;
			color: #555;
			text-align: center;
			width: 40%;
		}
    
  .os-stats-tabs.isl a {
        width: 21%;
        margin: 10px 12px;
}

		.os-stats-tabs {
			margin-top: 20px;
		}
		
			.os-more-feed {
				background: #0066cc;
				display: block;
				color: #ffffff;
				width: 200px;
				margin: 10px auto;
				text-align: center;
				transition: all ease 0.3s;
				-webkit-transition: all ease 0.3s;
				-moz-transition: all ease 0.3s;
				-ms-transition: all ease 0.3s;
				-o-transition: all ease 0.3s;
			}
			
			.os-bold {
				font-weight: 600;
			}
    .other-stats table tr td:nth-child(2){font-weight: normal;}
    .os-sports.os-football div .os-header {
    background: #741476;
    position: relative;
    z-index: 99;
}
/************************* Head to Head Styles ******************************/

 .head2head-os-right {
     float: right;
     border-radius: 5px
}
 .head2head-os-left {
     float: left;
     border-radius: 5px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.os-sport-head2head-main{padding:5px 5px;}
.head2head-tab-list ul li{
   width: 33.3%;
   float: left;
   text-align: center;
   font-weight: bold;
   height: 45px;
   font-size: 20px;
   background: #dedede;
   border: 1px solid #aaa;
   border-right: 0px;
}
.head2head-tab-list ul li:last-child{
   border-right: 1px solid #aaa;
}
.head2head-tab-list ul li a{
   color: #656565;
   display: block;
   line-height: 45px;
}
.head2head-tab-list li a.active#test{
    border-top-color: #f30014;
    background:#fff;
    z-index: 99;
}
.head2head-tab-list li a.active#odi{
    border-top-color: #f30014;
    background:#fff;
    z-index: 99;
}
.head2head-tab-list li a.active#t20{
    border-top-color: #f30014;
    background:#fff;
    z-index: 99;
}
.head2head-tab-list li a.active {
    border-top: 3px solid #ccc;
    background: none;
    font-weight: 600;
}
.head2head-mainheading{
   padding: 10px 0 !important;
    font-size: 18px;
    color:#333;
    font-weight: 600;
}
.Head2head-desc{
   padding: 0 0 20px 0;
    font-size: 14px;
   color:#333;
}

.sports-team-block {
  width: 100%;
    margin: 10px auto 0 auto;
    background: #fff;
    margin-bottom: 20px;
}
.head2head-sportteams .team-country {
  position: relative;
  padding: 110px 0  0px 0;
  margin: 2px;
  background: #372249 url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/football-bg.jpg) no-repeat right top;
  background-size: auto;
  background-size: contain;
  border-radius: 10px;

}


.head2head-sportteams .sportteam-img {
  position: absolute;
  width: 280px;
  height: 140px;
  border-radius: 0 0 50% 50%;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;

}
.head2head-sportteams .sportteam-block{
   text-align: center;
}

.head2head-sportteams .sportteam-block .country-team-name {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 30px;
}


.head2head-sportteams .sportteam-block .team-vs {
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 100px;
  font-weight: bolder;
  z-index: 999;
  color: #a30001;
  right: 0;
  text-shadow: 2px 1px #fff;
  text-align: center;
}
.country-logo {
  padding-top: 10px;
}

.country-logo img {
  border-radius: 3px;
  width: 40px;
}
.team-country{
   background: #e4e9ef;
}


.sportteam-block::after {
  content: '';
  width: 80px;
  height: 80px;
  background-size: contain;
  top: -80px;
  position: absolute;
  background-image: url(https://images.mykhel.com/webp/common_dynamic/images/common/desk/football-h2h.png);
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000000000;display: none;
}


.head2head-sportteams .sportteam-block {
  border-radius: 50%;
  left: 0;
  right: 0;
}

.head2head1 {
    background: none;
    position: absolute;
}
.head2head2{
   background: #db3e48 !important;
   position: absolute;
}
.head2head3{
   background: #011e3d !important;
   position: absolute;
}
.head2head4{
   background: #006651 !important;
   position: absolute;
}
.head2head5{
   background: #0000ff !important;
   position: absolute;
}
.head2head6{
   background: #131313 !important;
   position: absolute;
}
.head2head7{
   background: #027916 !important;
   position: absolute;
}
.head2head8{
   background: #872936 !important;
   position: absolute;
}

.select-team-block {
  background: #9db6df;
  border-radius: 0 0  10px 10px;
}

.dropdown-box {
    position: relative;
}
.team-61 {
  background: #6f2c91 !important;
}
.sport-search-selval {
  background: #9db6df;
  padding: 10px;
  position: relative;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  border-radius: 4px;
  margin: 5px 0px 0px 0px;
  cursor: pointer;
  font-weight: bold;
}

.sport-search-selval i {
  position: absolute;
    right: 3px;
    top: 4px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    width: 33px;
    height: 33px;
    background: url(https://images.mykhel.com/webp/common_dynamic/images/cricket/desk/down-arrow.png) no-repeat 0 0;
    left: inherit;
}
.search {
    width: 100%;
    position: relative;
    display: flex;
   margin: 0 auto;
   padding: 5px;
}
.searchTerm {
    width: 100%;
    border: 1px solid #ccc;
    border-left: 0px;
    border-right: none;
    outline: none;
}
.searchButton .material-icons{
    color: #706d6d !important;
    width: 35px;
    padding-top: 6px;
    height: 38px;
    font-size: 30px;
}
.searchButton {
    width: 35px;
    height: 38px;
    border: 1px solid #ccc;
    border-right: 0px;
    border-left: 0px;
    background: #fff;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
input::placeholder {
    font-size: 16px;
}
.dropdown-list {
    overflow-y: auto;
    position: absolute;
    top: 95%;
    left: 0px;
    right: 0;
    background: #d7d9da;
    list-style: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    z-index: 9999 !important;
    overflow-x: hidden;
    box-sizing: border-box;
}
.dropdown-list li {
    display: block;
    text-decoration: none;
    padding: 5px 2%;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #fff;
    color:#333;
    font-size: 14px;
    text-align: left;
}
.dropdown-list li:last-child{
   border-bottom: 0px;
}
.dropdown-list li:hover{
   background: #b3b6b8;
}
.selteam {
    display: none;
    z-index: 10000000000!important;
}
.dropdown-box.active .dropdown-list {
    max-height: 250px;
    overflow-y: scroll;
}
.dropdown-box.active .sport-search-selval i {
    transform: rotate(180deg);
}
.search-team-block .search-team-logo{
   display: inline-block;
   vertical-align: middle;
   width: 29px;
   height: 20px;
}
.search-team-logo img{
   width: 100%;display: block;border-radius: 3px;
}
.search-team-block .search-team-name{
   display: inline-block;
   vertical-align: middle;
   font-size: 16px;
   text-transform: capitalize;
   color: #333;
   font-weight: bold;
   padding-left: 5px;
}






.head2head-records-container {padding-bottom: 40px;}
.os-head2head-team-select-tab{width: 100%;}
.vs-ball-middle{width: 200px;margin: 0 auto;text-align: center;min-width: 100px;}
.vs-ball-middle img{width: 100px;height: 100px;}
.os-head2head-team-select-tab .select-team-block{border-radius: 25px;}
.os-head2head-team-select-tab .search-team-logo{display: inline-block;vertical-align:middle;}
.os-head2head-team-select-tab .sport-text{display: inline-block;vertical-align: top; color: #fff;font-size: 16px;font-weight: bold;margin-left: 5px;}
.os-team-container {
    position: relative;padding: 0px 5px;
}
.top-left{position: relative;
    width: 27%;
    background: #ccc;
    top: 35px;
    left: 20px;
    padding: 1px;}
.top-left::after{content: '';position: absolute;padding: 3px;width: 1px;height: 1px;border-radius: 50%;right: 0px;
background:#000;top: -3px;}
.top-right{position: relative;
  width: 27%;
  background: #ccc;
  top: 35px;
  right: 20px;
  padding: 1px;float: right;}
.top-right::before{content: '';position: absolute;padding: 3px;width: 1px;height: 1px;border-radius: 50%;left: 0px;
background:#000;top: -3px;}
.left-line{height: 448px;
    position: absolute;
    left: 24px;top: 35px;
    margin: 0 auto;
    padding: 1px;
    background: #ccc;}
.right-line{height: 448px;
    position: absolute;
    right: 24px;top: 38px;
    margin: 0 auto;
    padding: 1px;
    background: #ccc;}
.bottom-line{position: absolute;
width: 85%;
background:#ccc;
bottom: -49px;
left: 30px;
padding: 1px;}
.center-line{height: 327px;
  position: absolute;
  left: 176px;top: 100px;
  margin: 0 auto;
  padding: 1px;
  background: #ccc;}
.played-box-num{text-align: center;background: linear-gradient(to top, #ffffff, #e0e0e0);margin: 0 auto;width: 45px;height: 45px;box-shadow: 1px 1px 3px #6c6c6c;border-radius: 5px}
.matches-title{font-size: 16px;padding-top: 5px;font-weight: bold;color: #333;text-transform: uppercase;}
.matches-count{font-size: 35px;color: #e53935;font-weight: bolder;line-height: 30px;}
.match-count-center{width: 100px;height: 65px;margin-bottom: 15px;}
.row .played-box-num{display: flex;justify-content:center;align-items: center;font-size: 25px;color: #333;font-weight: bold;}
.row{position: relative;margin-bottom: 20px;display: flex;}
.title-center{text-align: center;color: #333;font-size: 16px;font-weight: bold;}
.center-progress-bar {
    float: left;
    width: 270px;
}
.progress-lt{width: 100px;height: 10px;background: #e4e9ef;left: 15px;position: relative;border-radius: 5px;}
.progress-rt{width: 100px;height: 10px;background: #e4e9ef;position: relative;right: 15px;border-radius: 5px;}
.status-prog-block {
    /* padding-top: 20px; */
}
.head2head-green{width: 50px;height: 10px;background: green;}
.head2head-red{width: 50px;height: 10px;background: red;}
.head2head-draw{width: 50px;height: 10px;background: #1b1d41;}
.title-center::after{content:'';position: absolute;width: 1px;height: 1px;background: #000;padding: 3px;border-radius: 50%;top: 20px;
left: 49%;}


.rotate {
    transform: rotate(-180deg);
    /*transform: rotate(180deg);*/
    transition: .3s;
}
.rotate-reset {
    transform: rotate(0deg);
    transition: .3s;
}
.search-style {
    background-image: url(https://images.mykhel.com/webp/common_dynamic/images/cricket/desk/searchicon.png);
    background-position: 10px 8px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;height: 38px;
    padding: 12px 20px 12px 33px;
    border: 1px solid #ddd;
}
.search-team-logo img {
  width: 100%;
  display: block;
  border-radius: 3px;
}

.team-logo-left {
  position: absolute;
  left: 0;
  background: linear-gradient(to top,#fff,#e0e0e0);
  width: 40px;
  height: 40px;
  line-height: 28px;
  top: 25px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 1px 1px 3px #6c6c6c;
  border-radius: 5px;
  z-index: 1;
}

.team-logo-right {
  width: 40px;
  position: absolute;
  right: 0;
  top: 25px;
  height: 40px;
  background: linear-gradient(to top,#fff,#e0e0e0);
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #6c6c6c;
  z-index: 1;
  line-height: 28px;
}

.search-team-logo img {
  width: 35px;
  display: block;
  border-radius: 3px;
}
/* Headtohead Popup Style*/

.mykhel-rates-popup {background: #f5f5f5;position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 10000000000;display: none;}
.mykhel-rates-popup.popup-open {display: block;}
  .mykhel-rates-popup-header {padding: 10px;background: #fff;margin: 10px;position: relative;}
  .mykhel-rates-popup-header-title {font-size: 16px;display: block;font-weight: 600;text-align: center;text-transform: capitalize;margin: 0 auto;}
  #mykhel-rates-arrow {position: absolute;left: 10px;top: 10px;width: 20px;height: 20px;}
  #mykhel-rates-arrow:before {border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);position: absolute;left: 5px;top: 5px;content: '';z-index: 1;}
    .mykhel-rates-popup-searchblock {padding: 10px;background: #fff;margin: 10px;}
    .mykhel-rates-popup-searchlist {padding: 10px;background: #fff;margin: 10px;position: absolute;top: 123px;overflow-y: auto;left: 0;right: 0;bottom: 0;}
.mykhel-rates-popup-searchlist ul li {list-style-type: none;}
.mykhel-rates-popup-searchlist ul li a {padding: 5px;font-size: 14px;color: #000;display: block;}
.mykhel-cities-searchbox .mykhel-search-btn {position: absolute;right: 0;top: 0;}
.mykhel-cities-searchbox {border: 0 none;width: 100%;position: relative;}
.mykhel-cities-textbox {background: #f5f5f5;padding: 10px;font-size: 14px;color: #000;border: 0 none;outline: none;width: 100%;box-sizing: border-box;}
.mykhel-search-btn {
    background: #003f74!important;
    color: #fff!important;
    line-height: 35px!important;
    height: 35px!important;padding: 0 10px;
    float: right;
    font-weight: 400;
}
.rates-country-logo{    width: 20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;}
.hide-block-search {
    display: none !important;
}
.show-block-search {
    display: block !important;
}
.complete-match {
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}
.os-breadcrumb {
  border: none !important;
}
.os-lt {
    float: left!important;
}
.os-rt {
    float: right!important;
}
.intro-text p{ padding: 10px 0;font-size: 15px!important;line-height: 22px;}
.h2-heading{font-size: 18px;    padding: 8px 0;}
.more-prof-desc button {border: none;color: var(--font-color-secondary);text-decoration: underline;font-weight: 600;background: none;font-size: 15px;}