@charset "utf-8";

/* CSS Document */
:root {
  --body-bg: #fff;
  --white-color: #fff;
  --black-color: #000;
  --title-color: #15173D;
  --caption-color: #474B71;
  --dark-blue-color: #15173D;
  --text-color: #262626;
  --secondaryText-color: #666;
  --border-color: #E9E9E9;
  --cardBox-color: #F5F5F5;
  --p-card-cardBox-color: #fff;
  --cardBox-color-gradient: 245, 245, 245;
  --brandRed-color: #EC1C24;
  --lightRed-color: #FFF8F8;
  --brandPrimary-color: #333994;
  --brandPrimary-top-color: #fff;
  --brandBlue-color: #00B8F1;
  --lightBlue-color: #F2FBFF;
  --premium-color: #FFCA05;
  --lightPremium-color: #FFF8E0;
  --adBg-color: #ECEFF1;
  --banner-color1: #E0F5FD;
  --banner-color2: #FFF8E0;
  --banner-color3: #FFEAED;
  --banner-color4: #E9EBF6;
  --breakingnews-bg: #FDECED;
  --breakingnews-text-color: #410000;
  --gray9-color: #999;
  --rose-color: #ED396C;
  --green-color: #8DC541;
  --orange-color: #F39200;
  --quickdoc-color: #114dba;
  --spl-heighlight-color-1: #eed9ec;
  --spl-heighlight-border-color-1: #930074;
  --spl-heighlight-color-2: #eaeed3;
  --spl-heighlight-border-color-2: #919b58;
  --spl-heighlight-color-3: #d9ecf0;
  --spl-heighlight-border-color-3: #099bbe;
  --article-size-1: 1090px;
  --article-size-2: 1150px;
  --form-border: #dae3e6;
  --trial-plan-bg: #fffbee;
  --slide-dot-color: #dedede;
  --next-prevbutton-color: #c1c1c1;
  --font-main: "Poppins", sans-serif;
  --font-weight-normal: 500;
  --font-weight-bold: 700;
}


.mm-dark-theme {
  --body-bg: #181818;
  --white-color: #fff;
  --black-color: #000;
  --title-color: #E0E0E0;
  --caption-color: #999;
  --dark-blue-color: #070707;
  --text-color: #E0E0E0;
  --secondaryText-color: #aaa;
  --border-color: #262626;
  --cardBox-color: #242424;
  --p-card-cardBox-color: #242424;
  --cardBox-color-gradient: 36, 26, 36;
  --brandRed-color: #EC1C24;
  --lightRed-color: #242424;
  --brandPrimary-color: #A3ABDB;
  --brandPrimary-top-color: #080927;
  --brandBlue-color: #7DD6F5;
  --lightBlue-color: #242424;
  --premium-color: #FFCA05;
  --lightPremium-color: #242424;
  --adBg-color: #070707;
  --banner-color1: #1C2C31;
  --banner-color2: #332d19;
  --banner-color3: #311D1D;
  --banner-color4: #1B1C2A;
  --breakingnews-bg: #FDECED;
  --breakingnews-text-color: #410000;
  --rose-color: #C85878;
  --green-color: #708D49;
  --orange-color: #C88D34;
  --quickdoc-color: #114dba;
  --spl-heighlight-color-1: #2e222d;
  --spl-heighlight-border-color-1: #5f034c;
  --spl-heighlight-color-2: #1f220c;
  --spl-heighlight-border-color-2: #4f5916;
  --spl-heighlight-color-3: #0f2428;
  --spl-heighlight-border-color-3: #157188;
  --form-border: #3f3f3f;
  --trial-plan-bg: #393939;
  --slide-dot-color: #4b4b4b;
  --next-prevbutton-color: #444549;
}

.mm-sepia-theme {
  --body-bg: #F4ECD8;
  --white-color: #fff;
  --black-color: #000;
  --title-color: #444542;
  --dark-blue-color: #353546;
  --text-color: #444542;
  --secondaryText-color: #5F605C;
  --border-color: #E7D9C3;
  --cardBox-color: #E7D9C3;
  --p-card-cardBox-color: #E7D9C3;
  --cardBox-color-gradient: 231, 217, 195;
  --brandRed-color: #DA2235;
  --lightRed-color: #E7D9C3;
  --brandPrimary-color: #443674;
  --brandPrimary-top-color: #fff;
  --brandBlue-color: #5399B5;
  --lightBlue-color: #E7D9C3;
  --premium-color: #FFCA05;
  --lightPremium-color: #E7D9C3;
  --adBg-color: #F6F0E0;
  --banner-color1: #d5e6dd;
  --banner-color2: #E3D9B2;
  --banner-color3: #E1CACA;
  --banner-color4: #CACCD2;
  --breakingnews-bg: #FDECED;
  --breakingnews-text-color: #410000;
  --rose-color: #ED396C;
  --green-color: #8DC541;
  --orange-color: #F39200;
  --quickdoc-color: #114dba;
  --spl-heighlight-color-1: #f2e4e0;
  --spl-heighlight-border-color-1: #cd8eb0;
  --spl-heighlight-color-2: #eeedd5;
  --spl-heighlight-border-color-2: #cccca5;
  --spl-heighlight-color-3: #e4ece6;
  --spl-heighlight-border-color-3: #67bbc8;
  --form-border: #D7C9B3;
  --trial-plan-bg: #e7d9c3;
  --slide-dot-color: #ccc1b0;
  --next-prevbutton-color: #d1c8b2;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%
}

body {
  font-family: var(--font-main);
  font-size: 1rem;
  line-height: 1.25;
  background-color: var(--body-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%
}

html,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none
}

/*
ol, ul {
	list-style: none;
}
*/
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 5px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:focus {
  outline: 0;
  border: none;
}

.render td,
.render th {
  padding: 5px;
}

table {
  border-top: 1px solid #eee;
  max-width: 100%;
  width: 100%;
  font-family: var(--font-main);
}

table th,
table td {
  font-family: inherit;
  font-size: inherit;
  padding: 5px;
  vertical-align: middle;
  text-align: left;
}

* {
  outline: 0;
}

/*.........................  Main style  .........................*/
.points-table-blk,
.fixtures-blk,
.score-card-blk,
.todays-match-blk {
  width: 100%;
  float: left;
  font-family: var(--font-main);
  font-size: 14px;
}

.score-card-blk {
  /*    background-color: #030a94;*/
  float: none;
}

.points-table-blk-In {
  width: 100%;
  margin: auto;
  background-color: transparent;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.points-table,
.points-table ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.points-table ul li {
  padding: 0;
  width: 100%;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
}

.points-table ul li:first-child,
.points-table ul li:last-child {
  border-bottom: 0px;
}

.d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd-blk {
  background-color: var(--dark-blue-color);
  color: #fff;
}

.list-inblk {
  width: 100%;
  padding: 10px 5px;
}

.point-row {
  width: auto;
  float: left;
  line-height: 15px;
}

.list-inblk .point-row {
  font-size: .75rem;
  font-family: var(--font-main);
  color: var(--text-color);
}

.hd-blk .list-inblk .point-row {
  color: var(--white-color);
}

.header-height {
  height: 18px !important;
}

.team-logo {
  float: left;
  margin-right: 10px;
  max-width: 25px;
}

.team-logo img {
  display: block;
  max-width: 100%;
  border-radius: 4px;
  object-fit: contain;
}

.col-01 {
  width: 28%;
  font-weight: 500;
}

.col-02 {
  width: 10%;
  justify-content: center;
}

.fixtures-blk .fixtures-blk-In .fixtures-header-blk .ipl-sec-title-blk {
  color: var(--white-color);
}

.fixtures-blk-In,
.todays-match-blk-In {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
}

.todays-match-blk-In {
  padding: 5px 0;
}

.fixtures-header-blk,
.score-card-header-blk,
.points-header-blk,
.todays-match-header-blk {
  width: 100%;
  height: 40px;
}

.todays-match-header-blk {
  height: 30px;
}

.todays-match-container {
  padding: 0;
}

.todays-match-blk-In .ipl-sec-title-blk {
  font-weight: 500;
}

.todays-match-blk-In .team-logo-lg {
  min-width: 55px;
}

.todays-match-blk-In .fix-sec-right {
  padding: 5px 10px;
}

.todays-match-blk-In .ipl-sec-title-blk {
  font-size: 18px;
}

.todays-match-blk-In .fix-section-blk {
  margin: 5px 0px 0px 0px;
  height: 90px;
}

.todays-match-blk .lg-txt {
  font-size: 16px;
}

.TD-slide-outer {
  padding: 0;
  margin: 0;
}

.fixtures-header-blk {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--dark-blue-color);
  padding: 10px;
}

.score-card-header-blk {
  height: 32px;
}

.points-header-blk {
  width: 100%;
  float: left;
}

.ipl-header-right {
  float: right;
}

.ipl-sec-title-blk,
.ipl-sec-title-blk-02 {
  text-transform: uppercase;
  color: var(--title-color);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
}

.ipl-sec-title-blk-02 {
  margin-bottom: 0px;
}

.filter-blk {
  float: right;
}

.after-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background-color: var(--brandPrimary-color);
  margin: 5px 5px 5px 0px;
}

.after-title:before {
  display: table;
  content: '';
  top: -5px;
  background-color: var(--brandRed-color);
}

.after-title:before,
.after-title:after {
  width: 4px;
  height: 4px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
}

.after-title:before {
  top: -5px;
  background-color: var(--brandRed-color);
}

.after-title:after {
  background-color: var(--brandBlue-color);
  bottom: -5px;
}

.dis option {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 2em;
  padding: 5px 2px 5px;
  line-height: 30px;
}

.op-hight {
  line-height: 30px;
}

.ipl-dropdown-blk {
  position: relative;
  display: inline-block;
}

.fixtures-header-blk select {
  padding: 7px 25px 7px 7px;
  height: auto;
  font-size: 13px;
  border: none;
  border-radius: 6px;
  -webkit-appearance: none;
  outline: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

option {
  outline: 0;
}

.border-grey {
  border: 1px #e3e3e3 solid;
  border-radius: 4px;
}

.arrow-down {
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #777;
  position: absolute;
  right: 8px;
  top: 12px;
  z-index: 2;
}

.fixtures-container {
  width: 100%;
  padding-top: 40px;
}

.fix-section-blk {
  background-color: var(--cardBox-color);
  border: 1px solid var(--border-color);
  display: block;
  position: relative;
  margin: 5px 0px 15px 0px;
  height: 110px;
  border-radius: 5px;
  width: 100%
}

.fix-sec-left {
  float: left;
  width: 35%;
  padding: 10px;
  height: 100%;
}

.date-detail-blk {
  float: left;
}

.match-no {
  font-size: 12px;
  border: 1px solid var(--orange-color);
  padding: 3px;
  border-radius: 4px;
  width: 65px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  color: var(--text-color);
}

.match-Date {
  font-size: 14px;
  color: var(--spl-heighlight-border-color-3);
  padding: 3px 0;
}

.match-time {
  font-size: 14px;
  color: var(--secondaryText-color);
}

.fix-sec-right {
  float: right;
  width: 65%;
  padding: 10px;
  height: 100%;
  flex-wrap: wrap;
}

.venue-detail-blk {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: var(--secondaryText-color);
  max-width: 50%;
}

.fix-sec-right-In {
  width: 100%;
}

.team-detail-blk-left {
  width: 47%;
  float: left;
  padding-right: 5px;
}

.team-detail-blk-left-02 {
  width: auto;
  float: left;
  padding-right: 5px;
}

.vs-blk-score {
  width: 96%;
  height: 40px;
  margin: auto;
  position: relative;
  text-align: center;
}

.vs-blk-score:before {
  position: absolute;
  height: 1px;
  background-color: var(--dark-blue-color);
  top: 19px;
  z-index: 10;
  width: 100%;
  content: "";
  display: table;
}

.vs-blk-score .vs-blk {
  margin: auto;
  position: relative;
  z-index: 12;
  background-color: var(--dark-blue-color);
  color: var(--white-color);
}

.vs-blk {
  width: 40px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  color: #333;
  border-radius: 50%;
  background-color: #e6e6e6;
}

.team-detail-blk-right {
  width: 47%;
  float: right;
  text-align: right;
  padding-left: 5px;
}

.team-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
}

.team-logo-lg,
.team-logo-lg-02 {
  min-width: 75px;
  max-width: 30px;
  width: 100%;
}

.team-logo-lg-02 {
  min-width: 100px;
  max-width: 30px;
  margin: auto;
  margin-left: 7px;
}

.team-logo-lg img,
.team-logo-lg-02 img {
  max-width: 100%;
}

.match-completed {
  font-size: 12px;
  color: #ff0f0f;
  display: inline-block;
  padding-left: 5px;
}

.clear-all-btn {
  font-size: 12px;
  background-color: #5794CD;
  color: #fff;
  line-height: 31px;
  height: 30px;
  text-align: center;
  width: 70px;
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  float: right;
}

.clear-all-btn:hover {
  background-color: #73B4F1;
}

.score-display-btm {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
}

.score-show-blk,
.score-show-blk-02 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-color);
  width: 100px;
}

.score-show-blk-02 {
  font-size: 28px;
  color: var(--brandRed-color);
}

.match-result-blk {
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
  font-size: 12px;
  color: var(--quickdoc-color);
}

.time-icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  display: inline-block;
  opacity: 0.7;
}

.time-icon img {
  width: 100%;
}

.score-card-blk-In {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  padding: 0 10px 10px 10px;
  position: relative;
}

.score-card-container {
  width: 100%;
  padding: 10px 0 0 0;
  /*	margin-top: 8px;*/
  background-color: var(--cardBox-color);
  border-radius: 4px;
  border: 1px solid var(--border-color);
  height: 378px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.score-slide {
  position: relative;
}

.score-details-right {
  width: 60%;
}

.ipl-score-display-blk {
  width: 100%;
  height: 120px;
}

.score-content-blk {
  width: 100%;
  color: var(--caption-color);
}

.score-txt-02 {
  font-size: 14px;
  color: var(--secondaryText-color);
}

.score-txt-02.score-txt {
  color: var(--text-color);
}

.next_caro,
.prev_caro,
.next_btn,
.prev_btn {
  position: absolute;
  top: 0px;
  display: block;
  width: 30px;
  background: var(--next-prevbutton-color) url('../images/sprite-icons.svg') no-repeat;
  height: 30px;
  background-size: 144px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transition: 0.3s;
  opacity: 1;
  border-radius: 50%;
}


.next_caro {
  right: 10px;
  background-position: -72px -30px;
}

.prev_caro {
  right: 55px;
  background-position: -40px -30px;
}

.next_btn,
.prev_btn {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: -20px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  /*    opacity: 0;*/
  overflow: hidden;
}

.next_btn {
  right: 0px;
  background-position: -72px -30px;
}

.prev_btn {
  right: 43px;
  background-position: -40px -30px;
}

.prev_caro.hidden,
.next_caro.hidden,
.prev_btn.hidden,
.next_btn.hidden {
  opacity: 0.2;
  pointer-events: none;
}

.slide-outer-blk {
  max-width: 1280px;
  margin: auto;
  background-color: #333;
}

.slide-outer-blk-In {
  position: relative;
  width: 100%;
}

.slide-blk-In {
  width: 100%;
  position: relative;
}

.slide-image {
  width: 100%;
  float: left;
}

.slide-image img {
  width: 100%;
  float: left;
}

.slide-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  z-index: 10;
  width: 100%;
}

.slide-txt {
  color: #fff;
}

.slide-outer-blk-In:hover .next_btn,
.slide-outer-blk-In:hover .prev_btn {
  opacity: 1;
}

.en-font {
  font-family: roboto;
  font-size: 14px;
  line-height: 18px;
}

.ml-font {
  font-family: panchariUni;
  font-size: 18px;
  line-height: 20px;
}

.shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pad-l {
  padding-left: 5px;
}

.bold {
  font-weight: 500;
}

.bor-r {
  border-right: 1px solid var(--border-color);
}

.align-l-r {
  justify-content: space-between;
}

.align-r {
  justify-content: flex-end;
}

.align-l {
  justify-content: flex-start;
}

.align-c {
  justify-content: center;
}

.mob-only {
  display: none;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.clr-white {
  color: #fff;
}

.clr-yellow {
  color: #F0DA00;
}

.lg-txt {
  font-size: 18px
}

.lg-txt-02 {
  font-size: 30px;
}

.txt-sm {
  font-size: 14px;
}

.txt-align-c {
  text-align: center;
}

.list-inblk:hover {
  background-color: var(--cardBox-color)
}

.hd-blk .list-inblk:hover {
  background-color: transparent;
}

.fix-section-blk:hover .team-logo-lg {
  -webkit-animation: flip-horizontal-top 0.55s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: flip-horizontal-top 0.55s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes flip-horizontal-top {
  0% {
    -webkit-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  50% {
    -webkit-transform: translateY(-100%) rotateX(-180deg);
    transform: translateY(-100%) rotateX(-180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  100% {
    -webkit-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}

.team-detail-blk-left-02 {
  -webkit-animation: slide-fwd-center2 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
  animation: slide-fwd-center2 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}

@-webkit-keyframes slide-fwd-center2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  25% {
    -webkit-transform: translateZ(160px);
    transform: translateZ(160px);
  }

  50% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slide-fwd-center2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  25% {
    -webkit-transform: translateZ(160px);
    transform: translateZ(160px);
  }

  50% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* combained block */
.ipl-wrapper {
  width: 100%;
  font-family: var(--font-main);
}

.ipl-wrapper-In {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 5px 0;
  background-color: var(--body-bg);
  overflow: hidden;
}

.moule-ipl-top-blk {
  width: 100%;
  float: left;
  padding: 10px;
}

.moule-photo-Blk {
  width: 65%;
  float: left;
  padding: 0 15px 0 0;
}

.ipl-sec-title-blk-03 {
  /*    float: left;*/
  width: auto;
  text-transform: uppercase;
  font-size: 21px;
  color: var(--title-color);
  padding-bottom: 8px;
}

.moule-score-Blk {
  width: 35%;
  float: right;
}

.score-fix {
  position: relative;
}

.score-arrow-block {
  position: absolute;
  top: -35px;
  right: -10px;
}

.photos-arrow-block .next_btn,
.photos-arrow-block .prev_btn {
  top: 50%;
  opacity: 0;
}

.photos-arrow-block .next_btn {
  right: 10px;
}

.photos-arrow-block .prev_btn {
  right: auto;
  left: 10px;
}

.slide-outer-blk-In:hover .photos-arrow-block .next_btn,
.slide-outer-blk-In:hover .photos-arrow-block .prev_btn {
  opacity: 1;
}

/* combained block */
@media only screen and (max-width:1300px) {}

@media only screen and (max-width:1180px) {}

@media only screen and (max-width:980px) {
  .moule-photo-Blk {
    width: 100%;
    float: none;
    margin: 0 auto 15px auto;
    max-width: 100%;
    padding: 0;
  }

  .moule-score-Blk {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }

  .moule-photo-Blk {
    margin: 0 auto 25px auto;
  }
}

@media only screen and (max-width:800px) {
  .team-name {
    font-size: 14px;
  }

  .fix-sec-right {
    width: 62%;
  }

  .fix-sec-left {
    width: 38%;
  }
}

@media only screen and (max-width:640px) {
  .match-Date .lg-txt {
    font-size: 14px;
  }

  .fix-sec-right,
  .fix-sec-left {
    width: 100%;
  }

  .fix-section-blk,
  .todays-match-blk-In .fix-section-blk {
    height: 160px;
  }

  .fix-sec-left {
    padding: 0 10px;
    height: 75px;
  }

  .fix-sec-right {
    padding: 0 5px;
    height: 70px;
  }

  .clear-all-btn {
    float: right;
  }

  .team-logo-lg {
    min-width: 50px;
  }

  .fix-sec-left.bor-r {
    border-right: none;
  }

  .moule-photo-Blk,
  .moule-score-Blk {
    width: 100%;
    float: none;
    margin: 0 auto 15px auto;
    max-width: 100%;
    padding: 0;
  }

  .next_btn,
  .prev_btn {
    opacity: 1;
  }

  .score-arrow-block {
    right: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .web-only {
    display: none;
  }

  .mob-only {
    display: block;
  }

  .col-01 {
    width: 44%;
  }

  .col-02 {
    width: 14%;
  }

  .team-name {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .score-show-blk {
    font-size: 14px;
  }

  .fixtures-header-blk {
    height: 100px;
  }

  .ipl-sec-title-blk {
    width: 100%;
    margin-bottom: 10px;
  }

  .todays-match-blk-In .ipl-sec-title-blk {
    margin-bottom: 0;
  }

  .points-header-blk .ipl-sec-title-blk {
    margin-bottom: 0px;
  }

  .ipl-header-right {
    float: left;
  }

  .fixtures-header-blk.d-flex {
    display: block;
  }

  .fixtures-header-blk.align-l-r {
    justify-content: inherit;
  }

  .score-card-blk-In {
    padding: 0;
  }

  .prev_caro {
    right: 45px;
  }

  .next_caro {
    right: 0px;
  }

  .fixtures-container {
    padding-top: 100px;
  }

  .moule-photo-Blk,
  .moule-score-Blk {
    max-width: 100%;
  }
}