@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;
}
.d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.justify-content-between{
	justify-content: space-between;
}

/*.........................  Main style  .........................*/
.ipl-pnt-points-table-blk-In {
    width: 100%;
    margin: auto;
    background-color: transparent;
    overflow: hidden;
    border: 1px solid var(--border-color);
    font-size: 14px;
	font-family: "Poppins", sans-serif;
}
.ipl-pnt-points-header-blk {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}
.ipl-pnt-points-table-blk-In {
    width: 100%;
    margin: auto;
    background-color: transparent;
    overflow: hidden;
    border: 1px solid var(--border-color);
}
.ipl-pnt-points-table, .ipl-pnt-points-table ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
	max-width: inherit !important;
}
.ipl-pnt-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);
}
.ipl-pnt-points-table ul li:first-child, .ipl-pnt-points-table ul li:last-child {
    border-bottom: 0px;
}
.ipl-pnt-hd-blk {
    background-color: #19398a;
    color: #fff;
}
.ipl-pnt-list-inblk {
    width: 100%;
    padding: 10px 5px;
	font-family: "Poppins", sans-serif;
}
.ipl-pnt-list-inblk .ipl-pnt-point-row {
    font-size: .75rem;
    color: var(--text-color);
	text-align: left;
}
.ipl-pnt-hd-blk .ipl-pnt-list-inblk .ipl-pnt-point-row {
    color: var(--white-color);
}
.ipl-pnt-col-01 {
    width: 28%;
    font-weight: 500;
}
.ipl-pnt-header-height {
    height: 18px !important;
}
.ipl-pnt-point-row {
    float: left;
    line-height: 15px;
}
.ipl-pnt-col-02 {
    width: 10%;
    justify-content: center;
}
.ipl-pnt-team-logo {
    margin-right: 10px;
    max-width: 25px;
}
.ipl-pnt-team-logo img {
    display: block;
    max-width: 100%;
    border-radius: 4px;
    object-fit: contain;
}
.ipl-pnt-mob-only {
    display: none;
}
.cmp-section-title-block {
  margin-bottom: 15px;
}
.cmp-section-title{
	color: var(--title-color);
	font-size: 1.125rem;
	font-weight: 700;
	font-family: "Poppins",arial,EGGIndulekhaUni,sans-serif;
	text-transform: uppercase;
}
.cmp-section-title .cmp-section-shape {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background-color: #333994;
  background-color: var(--brandPrimary-color);
  margin: 5px 5px 5px 0px;
  position: relative;
}
.cmp-section-title .cmp-section-shape::after, .cmp-section-title .cmp-section-shape::before {
  width: 4px;
  height: 4px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
}

.cmp-section-title .cmp-section-shape::before {
  top: -5px;
  background-color: var(--brandRed-color);
}
.cmp-section-title .cmp-section-shape::after {
  background-color: var(--brandBlue-color);
  bottom: -5px;
}

@media only screen and (max-width: 600px) {
.ipl-pnt-mob-only {
    display: block;
}
.ipl-pnt-web-only{
	display: none !important;
}
	.ipl-pnt-col-01 {
    width: 44%;
  }

  .ipl-pnt-col-02 {
    width: 14%;
  }
}